@import 'https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Julius+Sans+One';


/* --- GENERALES --- */

.navbar-static-top .container, 
.navbar-fixed-top .container,
.navbar-fixed-bottom .container, 
.navbar-static-top .navbar-inner .container,
.navbar-inner .container {
    width: 100%;
}

.carousel {
    margin-bottom: 0px;
}

.page-body {
    margin: 0px 0;
}

.page-header {
    display: none;
}

/* --- MENÚ --- */

.navbar-inner {
    background-color: #ffffff;
}
    
.logo-market {
    height: 76px!important;
}

.navbar .nav-collapse {
    text-align: center;
    line-height: 0px;
}

.navbar .nav-collapse .nav {
    float: none;
    display: inline-block;
} 


.navbar .nav>li>a {
    padding: 38px 15px;
    font-family: 'Crimson Text', serif;
    font-size: 18px;
}

.navbar .logo-market {
    margin: -2px 0;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    background-color: #46717e;
    color: #f2f2f2;
    text-decoration: none;
}

/* --- TIPOGRAFÍAS TÍTULO Y CUERPO --- */

h1 {
    font-family: 'Julius Sans One', sans-serif;
    color: #135f64;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 3px;
}

h2 {
    font-family: 'Julius Sans One', sans-serif;
    color: #66ac96;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 3px;
}

h3, h4 {
    font-family: 'Julius Sans One', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}

body, p {
    font-family: 'Crimson Text', serif;
    color: #8b8884;    
    font-size: 20px;
}

.page-content p {
    font-family: 'Crimson Text', serif;
    color: #8b8884;    
    font-size: 20px;
}

/* --- BOTONES Y LÍNEAS --- */

.btn {
    border: none;
    font-family: 'Julius Sans One', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.caja {
    border-radius: 15px;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #fff;
}

/* --- FORMULARIO --- */

label, input, button, select, textarea {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}

label, input, button, select, textarea {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
}

/* --- CARRITO DE COMPRAS --- */

/* --- FOOTER --- */


@media (max-width: 979px){
.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
    color: #738ba8 !important;
}    
}