@import url('https://fonts.googleapis.com/css?family=Marcellus+SC');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');


/* --- GENERALES --- */

.carousel {
    margin-bottom: 0px;
}

.page-body {
    margin: 0px 0;
}

.page-header {
    display: none;
}

.nav-spinner{
    display:none; 
}


/* --- MENÚ --- */

.logo-market {
    height: 90px!important;
}

.navbar .nav {
    float: right;
}

.navbar .nav>li>a {
    padding: 39px 20px;
    font-family: 'Marcellus SC', serif;
    letter-spacing: 1px;
}

/* --- TIPOGRAFÍAS TÍTULO Y CUERPO --- */

h1 {
    font-family: 'Marcellus SC', serif;
    font-weight: 400;
    color: #000000;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #394b55;
}

h3 {
    font-family: 'Marcellus SC', serif;
    font-weight: 400;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

body, p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

/* --- BOTONES Y LÍNEAS --- */

.btn {
    font-family: 'Marcellus SC', serif;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    border-radius: 5px;
    border: none;
    white-space: nowrap;
    border-width: 2px;
    transition: .3s;
    backface-visibility: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
    text-transform: none;
}


/* --- FORMULARIO --- */

/* --- CARRITO DE COMPRAS --- */

/* --- FOOTER --- */

.modal-footer {
    padding: 30px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: none;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}