@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;
}

/* --- MENÚ --- */

.logo-market {
    height: 90px!important;
}

.navbar .nav {
    float: right;
}

.navbar .nav>li>a {
    padding: 39px 20px;
    font-family: 'Open Sans', sans-serif;
}

/* --- TIPOGRAFÍAS TÍTULO Y CUERPO --- */

h1 {
    font-family: 'Open Sans', sans-serif;
    color: #2199d5;
    font-weight: 600;
    font-size: 40px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    color: #2199d5;
    font-size: 30px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    color: #2199d5;
    text-transform: none;
    font-size: 24px;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    color: #878787;
}

body, p {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

/* --- BOTONES Y LÍNEAS --- */

.btn {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    border-radius: 5px;
    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 --- */

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 39px;
}

a {
    color: #2199d5;
    text-decoration: none;
}

.categorias-y-productos .detalle .galeria-detalle-producto.galeria-zoom .thumbnail .vista-previa>img.thumb {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #ffffff;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #113c68;
}

/* --- FOOTER --- */

@media (max-width: 979px){
    .logo-market {
        height: 65px!important;
    }
}