@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/* --- GENERALES --- */

.carousel {
    margin-bottom: 0px;
}

.page-body {
    margin: 0px 0;
}

.page-header {
    display: none;
}

/* --- MENÚ --- */

.navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px;
}
    
.logo-market {
    height: 70px!important;
}

.navbar .nav {
    float: right;
}

.navbar .nav>li>a {
    padding: 34px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.navbar .navbar-inner .nav > li.active > a, .navbar .navbar-inner .nav > li.active > a:hover, .navbar .navbar-inner .nav > li.active > a:focus {
    color: #c23536 !important;
    border: none !important;
    font-weight: 900;
}

/* --- TIPOGRAFÍAS TÍTULO Y CUERPO --- */

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #c23536;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #c23536;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

body, p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #5d5c5d;
    font-size: 16px;
    line-height: 1.8em;
}

/* --- BOTONES Y LÍNEAS --- */

.btn {
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/* --- FORMULARIO --- */

.form-actions {
    padding: 0px 0px 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: transparent;
    border-top: 1px solid #e5e5e5;
}

/* --- CARRITO DE COMPRAS --- */

/* --- FOOTER --- */