@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@font-face {
    font-family: "Pirulen";
    src: url('fonts/pirulen/pirulen.ttf') format("truetype");
}

a:hover, 
a:visited, 
a:link, 
a:active { 
    text-decoration: none;
}

p{
    text-align: justify; 
    font-size: 16px; 
    font-family: 'Roboto', sans-serif;
    font-weight: 400; 
    color:#6e6e6e;
}

body{ 
    font-family: 'Open Sans'; 
    font-weight: 300; 
    color:#5f5f5f;
}

h1.h1 {
    color: #002c7b;
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    line-height: 35px;
    text-transform: uppercase;
}

h2.h2 {
    color: #fff;
    font-size: 50px;
    font-family: 'Anton', sans-serif;
    line-height: 63px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 -1px 5px rgba(0, 0, 0, 0.45);
}

h3.h3 {
    color: #002c7b;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    line-height: 44px;
}




/* -- circulos -- */
.wrapper-flex,.wrapper-flex-mobile{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;/* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-box;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;

    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}


/* -- row -- */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height.container:before,
.row-eq-height.container:after,
.row-eq-height.row:before,
.row-eq-height.row:after {
    content: normal;
}



.separa-5{
    height: 5px;
}

.separa-10{
    height: 10px;
}

.separa-20{
    height: 20px;
}

.separa-40{
    height: 40px;
}

.separa-30{
    height: 30px;
}

.separa-50{
    height: 50px;
}


.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.centrado{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.centrado.izquierda{
    justify-content: flex-start;
}

.centrado.derecha{
    justify-content: flex-end;
}

.animacion{
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.caja{
    overflow: hidden;
}

.container{
    width: 1350px;
    margin: 0 auto;
}


/* --- --- --- 
--- HEADER ---
--- --- --- ---*/
header{
    line-height: 0;
    position: relative;
    z-index: 2;
}

.barra_ampliada{ 
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 1000;
    top: 0;
}


.barra_reducida{ 
    position: fixed;
    width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 1000;
    top: 0;
}

.sinfixed {
    background-color: #fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.barra_reducida .navbar-fixed-top {
    /*    transform: translateY(-73px);*/
}

/*
.promo{
background-color: #bc4d40;
height: 35px;
width: 100%;
}


.promo p{
color: #fff;
font-size: 14px;
text-align: center;
margin-bottom: 0;
font-family: 'Source Sans Pro', sans-serif;
}




-- -- -- -- -- -- -- Menú -- -- -- -- -- -- -- 
.total_menu{
background-color: #062c74;
}

.total_menu .container-fluid {
padding: 0px;
margin-right: 60px;
margin-left: 250px;
}

.barra_reducida .total_menu .container-fluid {
margin-left: 202px;
}

.superior>div {
border-bottom: 1px solid #4d4d4d;
}

.superior>div {
display: inline-flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 38px;
}

.superior p{
color: #fff;
font-size: 14px;
font-family: 'Source Sans Pro', sans-serif;
margin-bottom: 0;
}

.alineado {
display: inline-flex;
justify-content: flex-end;
align-items: center;
}

.icono_texto{
margin-left: 30px;
}

.icono_texto p{
color: #fff;
font-size: 14px;
font-family: 'Source Sans Pro', sans-serif;
margin-bottom: 0;
}

.icono_texto img{
height: 17px;
margin-right: 5px;
}

.idioma {
padding-left: 12px;
border-left: 1px solid #fff;
margin-left: 12px;
}


.idioma img{
height: 17px;
margin-left: 20px;
}
*/

.total_menu{
    background-color: #062c74;
    border-top: 5px solid #fff;
}


.menu_principal {

}


.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.navbar {
    margin-left: -26px;
}

.navbar-brand {
    padding: 0;
}

.forma_logo {
    height: 220px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.forma_logo_sm {
    height: 196px!important;
}


.barra_reducida .forma_logo {
    height: 200px;
    filter:drop-shadow(1px 1px 3px #888)
}

.navbar-brand>img {
    height: 173px;
    position: relative;
    z-index: 3;
    left: 85px;
    top: 12px;
}

.navbar-brand .logo_interior {
    height: 150px!important;
}

.barra_reducida .navbar-brand>img {
    height: 153px;
}


.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 28px 22px 28px;
    margin: 0 4px;
}

.barra_reducida .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 28px 22px 28px;
    margin: 0 4px;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #003981;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #003981;
}

/*
.navbar-right{
margin-right: 20px;
}
*/


.navbar-default .navbar-nav.navbar-right.iconos {
    width: 300px;
    height: 76px;
    /*    border: 1px solid red;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    margin-left: 30px;
}

.navbar-default .navbar-nav.navbar-right.iconos>li>a {
    padding: 26px 14px 26px;
}

.navbar-default .navbar-nav.navbar-right.iconos>li>a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 28px 13px 28px;
    margin: 0;
}
.navbar-default .navbar-nav.navbar-right.iconos>li>a:hover,
.navbar-default .navbar-nav.navbar-right.iconos>li>a:focus {
    background-color: transparent;
}


.noshop .navbar-default .navbar-nav.navbar-right.iconos{
    width: 75px;
}


.cantidad{
    background-color: #ec8743;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-left: 8px;
}

.nav>li>a>img {
    max-width: none;
    height: 20px;
}

.nav>li>a:hover img {
    transform: scale(1.2);
}

.forma_menu {
    height: 90px;
    position: absolute;
    right: 0px;
    top: 0px;
    /*    opacity: 0.2;*/
}


/* -- -- -- Fin total menú -- -- -- */




/* -- -- -- Section banner -- -- -- */

.superpuesto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);

}

.linea_baja_naranja{
    height: 6px;
    width: 100%;
    background-color: #ec8743;
    position: absolute;
    bottom: 0px;
    left: 0px;
}


.forma_telefono {
    position: absolute;
    bottom: 0px;
    right: -2px;
    height: 80px;
    z-index: 3;
    width: 375px;
    filter:drop-shadow(1px 1px 3px #888)
}

.telefono_banner{
    height: 80px;
    width: 316px;
    /*    border: 1px solid red;*/
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 4;
}

.telefono_banner img{
    height: 28px;
    margin-right: 14px;
}

.telefono_banner p{
    color: #0f2e79;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
}

.superpuesto .container {
    height: 100%;

}

.banner ul>li{
    position: absolute;
}

.banner ul>li:nth-child(1){
    position: relative;
}


.banner {
    width: auto;
    height: 670px;
    position: relative; 
    background-color: #fff;
    overflow: hidden;

}

.bxslider {
    padding: 0px;
    margin: 0px;
}

.slider {
    width: 100%;
    height: 670px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bx-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    border: 0px;
    box-shadow: 0 0 0px #ccc;
    left: 0px;
    background: #fff;
    width: 100%;
}

/* - -- texto banner -- -*/
.texto_banner {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.texto_banner>div {
    width: 650px;
    margin: 0 auto;
}

.texto_banner p {
    color: #fff;
    text-align: center;
}

.texto_banner p.enunciado {
    font-size: 55px;
    font-family: 'Anton', sans-serif;
    line-height: 68px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 0 -1px 5px rgba(0, 0, 0, 0.45);
}


.texto_banner p.info {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
    text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.75);
}

.texto_banner .boton {
    text-align: center;
}

.texto_banner .boton .btn {
    padding: 0;
    height: 50px;
    width: 180px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-radius: 8px;
    background-color: #ec8743;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #072c74;
    border-radius: 8px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, 
.hvr-shutter-out-horizontal:focus, 
.hvr-shutter-out-horizontal:active {
    color: #fff;
}

.hvr-shutter-out-horizontal:hover:before, 
.hvr-shutter-out-horizontal:focus:before, 
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.texto_banner .boton .btn:hover,
.texto_banner .boton .btn:focus,
.texto_banner .boton .btn:active {
    color: #fff;
}


.bx-wrapper .bx-pager, 
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 32px;
    width: 100%;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.5);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}


/* -- -- -- fin banner -- -- -- */


/* -- -- -- Categoria -- -- -- */

.pretitulo{
    color: #00aeb9;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.forma_section {
    position: relative;
    left: -60px;
    top: -26px;
}

.caja_productos{
    border: 1px solid #e9e9e9;
    background-color: #fff;
    margin-bottom: 30px;
}

.caja_productos .padding{
    padding: 25px;
}

.padre_imagen_producto{
    width: 100%;
    height: 230px;
}

.padre_imagen_producto .imagen_producto{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.texto_producto{
    padding-top: 25px;    
}

.texto_producto p{
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.texto_producto .nombre {
    color: #002c7b;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    height: 30px;
}
.caja_precio{
    height: 60px;
    width: 100%;
} 
.texto_producto .precio {
    color: #ec8743;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0px;

}

.texto_producto .precio.tachado {
    color: #c5c5c5;
    font-size: 18px;
    text-decoration: line-through;
}

.caja_productos .boton .btn {
    padding: 0;
    height: 50px;
    width: 100%;
    color: #00aeb9;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-radius: 0px;
    background-color: #f2fbfb;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.caja_productos .boton .btn img {
    height: 22px;
    margin-left: 12px;
}

/* Shutter Out Horizontal */
.caja_productos .hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.caja_productos .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f2fbfb;
    border-radius: 0px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.caja_productos .hvr-shutter-out-horizontal:hover, 
.caja_productos .hvr-shutter-out-horizontal:focus, 
.caja_productos .hvr-shutter-out-horizontal:active {
    color: #f2fbfb;
}

.caja_productos .hvr-shutter-out-horizontal:hover:before, 
.caja_productos .hvr-shutter-out-horizontal:focus:before, 
.caja_productos .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sobre_producto {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.80);
    background-color: rgba(255, 255, 255, 0.80);
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.sobre_producto .padding{
    width: 100%;
    height: 100%;
    padding: 5px;
}

.sobre_producto .circulo{
    height: 62px;
    width: 62px;
    border-radius: 50%;
    margin: 0px 12px;
}

.sobre_producto .circulo.circulo_azul{
    background-color: #002c7b;
}

.sobre_producto .circulo.circulo_naranja{
    background-color: #ec8743;
}

.sobre_producto .circulo.circulo_turquesa{
    background-color: #00aeb9;
}

.sobre_producto .circulo img{
    height: 32px;
}

.sobre_producto .circulo:hover img{
    transform: scale(1.2);
}

.caja_productos:hover {
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 44, 123, 0.25);
    box-shadow: 1px 1px 10px 0 rgba(0, 44, 123, 0.25);  
}

.caja_productos:hover .imagen_producto{
    filter: blur(2px);
}

.caja_productos:hover  .texto_producto {
    transform: translateY(25px);
    filter: blur(1px);
}


.caja_productos:hover .boton{
    transform: translateY(100%);
    opacity: 0;
}

.noshop .caja_productos:hover .imagen_producto{
    filter: none;    
}
.caja_productos:hover  .texto_producto {
    filter: none;    
}



.caja_productos:hover .sobre_producto{
    opacity: 1;    
}

/* -- -- -- fin Categoria -- -- -- */



/* -.- Descargar -.- */
.descargar{

}

.descargar .fondo{
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.filtro_verde{
    height: 100%;
    width: 100%;
    background-color: #062D74;
    position: absolute;
    top: 0px;
    opacity: 0.35;

}

.bote_jabon {
    position: absolute;
    height: 590px;
    top: -60px;
    left: -86px;
    z-index: 1;
}

.forma_destacado{
    position: absolute;
    bottom: 0px;
    left: -220px;
    height: 130px;
    z-index: 0;
}

.relleno_forma_destacado{
    width: calc((100vw - 1350px)/2);
    height: 130px;
    position: absolute;
    right: 100%;
    bottom: 0px;
    background-color: #fff;
    z-index: 0;
}

.padre_imagen_fondo{
    width: 100%;
    height: 490px;
    overflow: hidden;
}

.padre_imagen_fondo .imagen_fondo{
    width: 100%;
    height: 100%;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.filtro_degradado{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(76deg, rgba(255,255,255,1) 10%,rgba(6,45,116,0.4) 90%);
    background: -webkit-linear-gradient(76deg, rgba(255,255,255,1) 10%,rgba(6,45,116,0.4) 90%);
    background: linear-gradient(76deg, rgba(255,255,255,1) 10%,rgba(6,45,116,0.4) 90%);
}

.texto_destacado .padding{
    padding: 120px 50px 110px;
}

.texto_destacado .info {
    color: #fff;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.75);
}

.texto_destacado .boton {
    text-align: center;
}

.texto_destacado .boton .btn {
    padding: 0;
    height: 50px;
    width: 180px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-radius: 8px;
    background-color: #00aeb9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


/* Shutter Out Horizontal */
.texto_destacado .hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.texto_destacado .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #072c74;
    border-radius: 8px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.texto_destacado .hvr-shutter-out-horizontal:hover, 
.texto_destacado .hvr-shutter-out-horizontal:focus, 
.texto_destacado .hvr-shutter-out-horizontal:active {
    color: #fff;
}

.texto_destacado .hvr-shutter-out-horizontal:hover:before, 
.texto_destacado .hvr-shutter-out-horizontal:focus:before, 
.texto_destacado .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.descargar .container{
    position: relative;
    z-index: 1;
}

.texto_descargar .padding{
    padding: 102px 0px 100px;
    text-align: center;
}

.texto_descargar p{
    color: #fff;
    text-align: center;
}

.texto_descargar p.estrecho{
    color: #fff;
    text-align: center;
}

.texto_descargar p:last-child{
    font-style: italic;
    font-size: 14px;
}

.caja_descargar{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.caja_descargar .descarga_app .btn {
    padding: 6px 12px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: 'Noto Sans', sans-serif;
    width: 200px;
    height: 66px;
    border: 0px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid #fff;

}

.caja_descargar .descarga_app.uno .btn{
    margin-right: 20px;
}


.caja_descargar .descarga_app img{
    height: 36px;
    padding-right: 14px;
    transition: all .2s ease;
}

.caja_descargar .descarga_app:hover .btn{
    transform: translateY(-10px);
}


/*-- empresa --*/
.padre_imagen_forma{
    width: 100%;
    height: 600px;
    border-bottom-right-radius: 70px;
    border-top-left-radius: 70px;
    overflow: hidden;
}

.padre_imagen_forma .imagen{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rectangulo_fondo_azul {
    width: 524px;
    height: 350px;
    background-color: #072c74;
    position: absolute;
    top: -22px;
    right: -7px;
    z-index: -2;
}

.rectangulo_fondo_turquesa{
    width: 90px;
    height: 90px;
    background-color: #f2fbfb;
    position: absolute;
    top: -46px;
    right: -31px;
    z-index: -1;
}

.rectangulo_fondo_naranja{
    width: 400px;
    height: 400px;
    background-color: #ec8743;
    position: absolute;
    bottom: -25px;
    left: 60px;
    z-index: -1;
}

.texto_empresa {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    width: 670px;
    padding: 46px 60px 60px 0px;
    left: 0;
}

.texto_empresa .boton {
    position: absolute;
    top: 100%;
    left: 0px;
}

.texto_empresa .boton .btn {
    padding: 0;
    height: 50px;
    width: 180px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-radius: 8px;
    background-color: #00aeb9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


/* Shutter Out Horizontal */
.texto_empresa .hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.texto_empresa .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ec8743;
    border-radius: 8px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.texto_empresa .hvr-shutter-out-horizontal:hover, 
.texto_empresa .hvr-shutter-out-horizontal:focus, 
.texto_empresa .hvr-shutter-out-horizontal:active {
    color: #fff;
}

.texto_empresa .hvr-shutter-out-horizontal:hover:before, 
.texto_empresa .hvr-shutter-out-horizontal:focus:before, 
.texto_empresa .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}




/*-- - - FOOTER - - --*/
footer .container{
    position: relative;
    z-index: 1;
}

.logo_fondo_pie {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    height: 368px;
}

.forma_pie{
    height: 85px;
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    top: -6px;
    z-index: 1;
}

.logo_pie {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 2;
}

.logo_pie img {
    height: 193px;
}

.pie_superior{
    border-top: 6px solid #ec8743;
    background-color: #002c7b; 
}

.footer_medio_inferior,
.footer_inferior{
    background-color: #002c7b; 
}

.footer_medio_inferior{
    border-bottom: 1px solid #264b8f;
}

.contacto,
.redes_pagos{
    width: 100%;    
}

.icono_texto,
.redes,
.pagos{
    padding: 12px 28px;
    border-right: 1px solid #264b8f;
}

.contacto>div:last-child,
.redes_pagos>div:last-child{
    border-right: 0;
}

.icono_texto img{
    height: 20px;
    margin-right: 18px;
}

.icono_texto p{
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.icono_texto.telefono p{
    font-size: 20px;
}

.icono_texto p span{
    font-weight: 300;
}

.icono_texto.telefono p span{
    font-size: 16px;
}

.titular{
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    margin-right: 30px;
}

.redes img{
    height: 20px;
    margin-right: 12px;
}

.redes:hover img{
    transform: scale(1.2);
}

.redes p{
    color: #fff; 
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}

.modal-header {
    background-color: #002c7b;
    color: #fff;
}

.pagos img{
    height: 26px;
    margin-right: 9px;
}

.menu_pie p,
.menu_pie p a{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    padding: 25px 0;
    line-height: 28px;
}

.menu_pie p a:active,
.menu_pie p a:hover{
    color: #ec8743;
}

.copi,
.copi a{
    color: #4673c5;
    font-size: 12px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    transition: all .2s ease-in-out;
    padding: 25px 0;
}

.copi a:hover{
    color: #f2fbfb;
}




/*-- manto movil --*/
#manto-movil {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
}

#manto-movil.toogled {
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

/*********************************
*            INTERIORES          *
*********************************/
.enlace-otros span{
    color: #00aeb9;
}
.fa-angle-down{
    padding-left: 5px;
}
.navbar-default .dropdown-menu{
    background-color: #00aeb9;
    top: 99%;
}
#swipebox-overlay {
    background: #0d0d0ddb;
}
.navbar-default .dropdown-menu>li>a {
    padding: 18px 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border-bottom: 1px dotted #026c72;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #002c7b;
}
.dropdown-menu {
    padding: 0;
}
.navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:focus, .navbar-default .dropdown-menu>.active>a:hover, .navbar-default .dropdown-menu>li>a:focus, .navbar-default .dropdown-menu>li>a:hover {
    background-color: #ec8743;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #003981!important;
    color: #fff!important;
}
.interiores {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
}


/*Detalle producto*/
.breadcrumb>li {
    font-size: 13px;
}
.tag_option{margin: 5px;color: #000}
.tag-circle{
    height: 42px;width: 42px;border-radius: 100%;display: inline-flex;justify-content: center;align-items: center;border: 2px solid #fff;overflow: hidden; border: 2px solid #f5f5f5;
}

.tag-circle img{height: 40px;width: 40px;border-radius: 40px}

.tag_bloque{
    height: 40px;width: 40px;display: inline-flex;background-color: #f5f5f5;justify-content: center;align-items: center
}

.tag-circle.active{
    border: 2px solid #000;
}

.tag_bloque.active{background-color: #002c7b;}
.tag_option.active a{color: #fff;}

.foto_principal .imagen{height: 600px;width: 100%;background-position: center;background-size: contain;background-repeat: no-repeat;border: 1px solid #f5f5f5}
.foto_principal.mini .imagen{height: 444px; background-size: cover;}

.foto_principal .lupa{
    position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-color: rgba(0,0,0,0.5);opacity: 0;transition: 300ms all linear;color: #fff;font-size: 40px
}

.foto_principal .lupa:hover{
    opacity: 1;
}

.quantity{
    border: 2px solid #00aeb9;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.quantity label{
    display: inline-block;
    padding: 0 20px;
    color: #002c7b;
}

.quantity-controls .fa{
    color: #002c7b;
}

.quantity-controls{
    display: inline-block;
    position: relative;
}

.quantity-controls span{
    color: #888;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    width: 26px;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;

    color: #171717;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.quantity-controls span.right{
    right: 0;
    text-align: left;
}

#cantidad{
    border: 0;
    font-family: inherit;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    margin: 0 26px;
    outline: 0;
    padding: 0;
    position: relative;
    width: 40px;
    -webkit-appearance: none;

    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.otros_productos h2, .otros_productos h3{color: #002c7b; font-weight: 500;font-family: 'Oswald', sans-serif;}

.botones_carro{
    width: calc( 100% - 225px );
    float: right;
}
.botones_carro.grande{width: 100%;}

.btn_love img{height: 30px;width: 30px}

.btn-filtro{height: 34px; width: 100%; margin-bottom: 15px; border-radius: 4px;}

.botones_carro .btn-tam{height: 52px; width: 100%; display: inline-flex;}
transform: translateY(-10px);
}

.descarga.uno:hover .btn{
    color: #fff;
    background-color: #00aeb9;
}

.descarga.dos:hover .btn{
    color: #00aeb9;
    background-color: #e8d6fb;
}
.btn-corporativo{background-color: #00aeb9;color: #fff;border-radius: 8px;border:0px;white-space: nowrap;}
.btn-corporativo .btn-carro_portada img{height: 20px;width: 20px;margin-right: 15px;}
.btn-comprar{border: 0;}

.btn-grandotes{padding: 15px}
.btn-corporativo2{background-color: #00aeb9;color: #fff;border-radius: 8px;border:0px;white-space: nowrap;}
.btn-corporativo3{background-color: #00aeb9;color: #fff; margin-top: 5px; font-size: 10px;border-radius: 8px;border:0px;white-space: break-spaces;}

/*.btn-corporativo:hover, .btn-corporativo:focus, .btn-corporativo:active{color: #00aeb9;background-color: #e8d6fb;border: 2px solid #00aeb9;}

.btn-corporativo2:hover, .btn-corporativo2:focus, .btn-corporativo2:active{color: #00aeb9;background-color: #e8d6fb;border: 2px solid #00aeb9;}
.btn-corporativo3:hover, .btn-corporativo3:focus, .btn-corporativo3:active{color: #00aeb9;background-color: #e8d6fb;border: 2px solid #00aeb9;}*/

.btn-corp{background-color: #002c7b;color: #fff !important; border: 0;}

.btn-default-formulario{background-color: #c6c6c6;color: #fff !important}

.nav-botones{border: none;}

.nav-botones>li>a{
    background-color: #fff;border-radius: 0px;margin: 0px 10px;color: #002c7b;border: 2px solid #002c7b;
}

.nav-botones>li>a:focus, .nav-botones>li>a:hover{
    background-color: #f5f5f5;color: #002c7b;border: 2px solid #002c7b;
}

.nav-botones>li.active>a, .nav-botones>li.active>a:focus, .nav-botones>li.active>a:hover{
    background-color: #002c7b;color: #fff;border: 2px solid #002c7b;
}

h1#title_prod{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;color: #002c7b;
    font-size: 24px;margin-top: 0px
}
h3.categoria{
    font-size: 18px;text-transform: uppercase;font-weight: 300;
    font-family: 'Poppins', sans-serif;margin-top: 0px
}

span.precio{font-size: 24px;font-family: 'Open Sans',sans-serif;color: #002c7b;font-weight: 400}

.titulotag{font-weight: 400}

.videos_responsive{
    width: 600px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;}

ul.columnas-detalle{
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

.otras_fotos .imagen{
    height: 150px;width: 100%;background-size: cover;background-position: center;
}

.breadcrumb{margin: 0;background-color: transparent}
.breadcrumb li a{text-transform: capitalize;color: #000}

.precios .tachado{text-decoration-line: line-through;}


/**************************
SWIPEBOX
**************************/
.desactivado{
    opacity: .6;
}
.cuadro_fotos{
    padding-top: 15px;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
}
.cuadro_fotos .foto_principal{background-color:#fff;margin-bottom:15px}
.cuadro_fotos .galeria{padding:30px 15px;background-color:#3b3b3b}
.swipebox .imagen{width:100%;background-size:contain;background-repeat:no-repeat;background-position:center}
/*.swipebox .imagen:after{content:'';padding-top:66.66%;display:block}*/
.swipebox .imagen:after{content:'';padding-top:100%;display:block}
.btn-precio{padding:0}
.foto_color .imagen{float:left;height:75px;width:75px;background-size:contain;background-position:center;background-repeat:no-repeat;margin:0 15px 30px 0}

.swipebox .imagen.secundaria{    background-size: contain; border: 1px solid #f5f5f5;}

.zona_galeria_mini .bx-wrapper .bx-prev { left: -45px; }
.zona_galeria_mini .bx-wrapper .bx-next { right: -45px; }
.bx-wrapper .bx-controls-direction a{z-index: 1000;}

/**************************
NUEVA CESTA
**************************/

#cesta .articulo .padding{padding-right: 30px}

.resumen-cesta{padding: 20px}
.resumen-cesta .ancho-resumen{}
.resumen-cesta .label-resumen{float: right}
.resumen-cesta .label-resumen .cesta-bono{font-size: 24px;margin-right: 10px}
.resumen-cesta .label-resumen .precio_descuento{font-size: 24px;margin-left: 10px}
.resumen-cesta .label-resumen .bigger{font-size: 24px;}

.resumen-cesta .label-resumen p{margin: 0}

.resumen-cesta .aplicar_codigo{height: 52px;border-radius: 0;border-right: none}
.resumen-cesta .input-group-btn{border: 1px solid #ccc;border-radius: 0;border-left: none}
.resumen-cesta .btn-codigo{color:#fff;border:2px solid #fff;height:48px;cursor:pointer;display:flex;min-width:48px;align-items:center;justify-content:center;background-color:#002c7b}

#gastos .radio, #gastos label{margin: 0}
#gastos label{display: flex;align-items: center;justify-content: flex-start}
#gastos .radio .colocar{width: 0px;margin-bottom: 5px}
.marco-gasto{border: 1px solid #ccc;margin-bottom: 10px;padding: 10px 0px}

.resumen-total strong{text-transform: uppercase;position: relative;top: 10px;}

.metodos-pago .radio-inline{font-size: 18px;margin-left: 20px;}
.btn-borrartodo {border-radius: 0px;background-color: #00aeb9;color: #fff!important}

.swal2-popup {font-size: 1.6rem !important;}

.condiciones a{color: #000}

/************************************
*  Archivos adjuntos y tipografias  *
************************************/

.tipografia, .titulo-contenido{text-align: left;color: #505050;text-transform: uppercase;font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 400;margin-top: 0;}

.titulo-contenido{color: #000;}
.tipografia i{color: #00aeb9}
.listado {text-align: justify;}

.listado ul, .listado li {margin: 0px;padding: 0px;list-style: none;}
.listado li {padding: 20px;background-color: #f2fbfb;}
.listado li a, .listado li.alt a{font-size: 13px;font-family: 'Lato', sans-serif;font-weight: 300;}
.listado li.alt {background-color: transparent;}
.listado li.alt a {color: #002c7b;text-decoration: none;}
.listado a {color: #002c7b;text-decoration: none;}
.listado a:hover, .listado li.alt a:hover {color: #00aeb9;text-decoration: none;}

.btn-gris{ color: #333; background-color: #fafafa}
.btn-gris:hover, .btn-gris:focus, .btn-gris:active{color: #333; background-color: #dedede}


/************************************
*            MULTIFORMA             *
************************************/

.bloque_imagen_lista ul{list-style:none;padding:0}
.bloque_imagen_lista i{color:#00aeb9}
.bloque_cabecera .bloque_titulo{background-color:#002c7b;padding:15px}
.bloque_cabecera .bloque_interior{background-color:#f2fbfb;padding:30px 15px}
.bloque_cabecera .bloque_titulo h3{margin:0;color:#fff;text-transform:uppercase;font-family:'Oswald',sans-serif;font-weight:300}
.bloque_cabecera .imagen{width:100%}
.bloque_cabecera h4{text-transform:uppercase;font-size:22px;font-family:'Oswald',sans-serif;color:#313131}
.bloque_cabecera .texto{font-size:18px;font-weight:300}
.bloque_imagen_lista .imagen{width:100%;max-height:350px;object-fit:cover;margin-bottom:30px}
.bloque_imagen_lista h4{text-transform:uppercase;margin:0;margin-bottom:10px;font-family:'Oswald',sans-serif;color:#002c7b;font-size:22px}
.bloque_puntos ul{margin:0;padding:0;list-style:none}
.bloque_puntos ul li{margin-bottom:15px}
.bloque_puntos ul li>p>.fa{font-size:20px;color:#00aeb9}
.bloque_contenido .titulo{background-color:#002c7b;padding:15px 10px}
.bloque_contenido .titulo h4{color:#fff;margin:0;text-transform:uppercase;font-size:16px;font-family:'Oswald',sans-serif;font-weight:300}
.bloque_contenido .bloque{padding:0 10px}
.bloque_desplegable .fondo,.bloque_documentos .fondo{background-color:#f2fbfb;padding:20px;margin-bottom:40px}
.bloque_desplegable .panel-group,.bloque_documentos .panel-group{margin:0}
.bloque_desplegable h2,.bloque_documentos h2{margin:0;margin-bottom:20px;font-size:23px;text-transform:uppercase;font-weight:400;font-family:'Oswald',sans-serif;color:#313131}
.bloque_desplegable .panel-default{border-color:#002c7b}
.bloque_desplegable .panel-default>.panel-heading{background-color:#002c7b;color:#fff;border-color:#002c7b}
.bloque_desplegable h2 .fa{color:#00aeb9}
.bloque_desplegable .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#002c7b}
.bloque_imagenes img{width:100%}
.bloque_imagenes .flexible{display:flex;align-items:center}
.navbar .menu-fix {
    visibility: visible !important;
}

.panel-body .btn-corporativo2{padding:8px 15px}
.bloque_imagenes img{width:100%;max-height:200px;object-fit:cover}

/************************************
*         INSTAGRAM WIDGET          *
************************************/

.instagram-widget>div{position:relative; padding-top:calc(100vw / 6); width: 100%; overflow: hidden;}
.instagram-widget iframe{border:none !important; overflow:hidden !important; position:absolute !important; top:0 !important; left:0 !important; width:100% !important; height: 100% !important;}
/************************************
*               BLOG                *
************************************/
.fecha{color:#00aeb9}
.bloque.principal.noticia {display: inherit}
.noticias,.post_details ul,.popular{list-style:none;padding:0;margin:0}
.noticia a{font-family:'Lato',sans-serif;text-decoration:none;text-transform:uppercase;color:#333333}
.noticias .imagen{background-size:cover;background-position:center center;background-repeat:no-repeat}
.noticias .imagen:after{content:"";padding-top:50%;display:block}
.not-imagen{background-color:#ededed}
.full-width{width:100%}
.noticia .titular{margin-bottom:0;border-bottom:solid 1px #f3f3f3}
.noticia .titular h1{color:#1e1f1d;margin-bottom:10px}
.noticia .titular a>h3{margin-bottom:17px;font-size:24px;text-transform:uppercase;text-align:left;color:#333333;font-family:'Oswald',sans-serif;}
.noticia .post_details{color:#fff;background-color:#002c7b;padding:10px;border-bottom:solid 5px #002c7b;text-align:right;font-size:13px}
.post_details li{font-family:"Oswald",sans-serif;font-size:13px;font-weight:300;color:#fff}
.noticia-detalle-fecha small{font-family:"Oswald",sans-serif;font-weight:300;color:#302224}
.post_details i{color:#fff}
.noticia-detalle-fecha i{color:#2f3668}
.noticia .contenido{padding:5px 15px 10px;background-color:#fff;border:1px solid #ffefcc}
.contenido_noticia_lista{padding:0 20px;background-color:#f2fbfb}
.noticia-detalle-fecha{text-align:right;color:#2b2b2b}
.widget-noticias{background-color:#f3f3f3;padding:15px}
.widget-noticias h5{font-size:18px;text-transform:uppercase;color:#002c7b;font-family:'Oswald',sans-serif;}
.widget-noticias .input-group-btn{height:100%;border-top-right-radius:4px;border-bottom-right-radius:4px}
.widget-noticias .input-group-btn button{height:100%;border:1px solid #002c7b;background-color:#002c7b;color:#fff}
.widget-noticias .input-group-btn i{font-size:16px}
.popular{font-size:13px}
.mini-noticia a{font-family:"Oswald",sans-serif;font-weight:400;font-size:14px}
.popular li{padding:10px 0;border-bottom:dotted 1px #7be4eb}
.popular .imagen{width:50px;height:50px;float:left;margin-right:10px;border-radius:3px;background-size:cover;background-position:center center}
.popular a.title{color:#070707;}
.popular a.texto-breve{color:#707070;font-weight:300;font-family:"Lato",sans-serif;font-size: 12px}
.popular a.title:hover,.popular a.title:focus,.popular a.title:active{color:#070707}
.bloque.noticia{margin-bottom:40px}

.cuadro_noticia{background-color:#f2fbfb; max-width:400px;float:left;margin: 0px 20px 12px 0px;}

.titulo_noticia {color: #002c7b;font-size: 30px;text-transform: uppercase;font-family: 'Oswald', sans-serif;margin: 0; }

#busqueda{border-color: #002c7b;}

.marco-contacto{
    background-color: #f2fbfb;padding: 20px}
.marco-contacto h3{margin-top: 0px}
.widget-noticias{background-color: #f2fbfb}
.marco-contacto .input-group-addon{background-color: #00aeb9; border-color: #00aeb9;color: #fff}
.marco-contacto .form-control{border-color: #00aeb9;}
.input-group .form-control {
    z-index: 0;
}


/************************************
*             INTERIOR              *
************************************/
label{
    color: #002c7b; 
}
.banner_interior{
    width: 100%;
    height: 145px;
    background-size: cover;
    overflow: hidden;
}

.corte_banner_interior{ 
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0px;
    z-index: 1;
}

.banner_interior .imagen{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(4px);
}

.banner_interior .texto{
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
}
.banner_interior .texto img{
    margin-top: 20px;
}
.banner_interior.interior_azul .texto{
    background-color: rgba(69,183,245,0.5);
}
.banner_interior.interior_amarillo .texto{
    background-color: rgba(247,201,110,0.5);
}
.banner_interior.interior_rojo .texto{
    background-color: rgba(245,104,78,0.5);
}

.banner_interior p {
    margin-top: 0;
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}

.banner_interior h1{
    margin-top: 0;
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #002c7b;
}

.nav-pills>li>a{
    color:  #000;
    font-family: 'Oswald',sans-serif;
    font-weight: 400;text-transform: uppercase
}

/************************************
*              FILTROS              *
************************************/

.filtros{
    height: 112px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;padding: 0;
}

.producto-detalle .filtros{height: 44px;}

.filtros.interiores{
    background: #f9f9f9;
}

.filtros.gestion{
    height: 65px; display: flex; justify-content: center; align-items: center;
}
.filtros.gestion>div{
    width: 100%; margin-top: 15px;
}


.centrarflitros{
    display: flex;
    align-items: center;
}

/************************************
*             BUSCADOR              *
************************************/

#buscador_emergente{position:absolute;top:195px;width:100%;z-index:1000;transition:300ms all ease}
#buscador_emergente.oculto{visibility:hidden;opacity:0;top:0}
.buscador_emergente>div{background:#fff;border-bottom:1px solid #e4e9ef;box-shadow:0 0 3px #ccc;padding:15px}
.input_buscador{border-right:0;box-shadow:none;border-radius:0}
.boton_input_buscador{border-radius:0;padding:10px;border-left:0;border-right:0;color:rgba(0,0,0,.3);background-color:#fff!important}
.cerrar_input_buscador{border-right:0;border-right:1px #ccc solid;color:rgba(0,0,0,.3);padding:10px;border-radius:0;background-color:#fff!important}
#buscador{position:fixed;z-index:99999;height:100%;width:100%;display:flex;pointer-events:none}
#buscador.search-active{overflow:hidden;pointer-events:auto}
#buscador.search-active .search-input{opacity:1;transform:none;pointer-events:all}
#buscador.search-active .icon-close{opacity:1;transform:rotate(-90deg)}
#buscador.search-active .control{cursor:default}
#buscador.search-active .control .btn-material{transform:scale(70);right:1000px;top:0}
#buscador.search-active .control .icon-material-search{opacity:0}
.icon-close{position:fixed;top:30px;right:30px;color:#fff;cursor:pointer;font-size:70px;opacity:0;transition:all .3s ease-in-out}
.icon-close:hover{transform:rotate(0)}
.search-input{height:80px;position:absolute;top:50%;left:50px;margin-top:-40px;pointer-events:none;opacity:0;transform:translate(40px,0);transition:all .3s ease-in-out}
.search-input input{color:#fff;font-size:54px;border:0;background:transparent;-webkit-appearance:none;box-sizing:border-box;outline:0;font-weight:200}
.search-input i{color:#fff;font-size:50px;margin-right:15px}
.search-input ::-webkit-input-placeholder{color:#eee}
.search-input :-moz-placeholder{color:#eee;opacity:1}
.search-input ::-moz-placeholder{color:#eee;opacity:1}
.search-input :-ms-input-placeholder{color:#eee}
.full-width{width:100%}
.control{cursor:pointer}
.control .btn-material{position:absolute;top:-100px;width:60px;height:60px;right:0;border-radius:100%;box-sizing:border-box;background:#00aeb9;outline:0;opacity:.9;transform-origin:50%;box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);transition:all .7s cubic-bezier(0.4,0,0.2,1)}
.control .btn-material:hover{box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}
.control .icon-material-search{color:#fff;position:absolute;top:-10px;right:78px;transition:opacity .3s ease-in-out}

.navbar-img{display: none}

/************************************
*             PAGINACION            *
************************************/

.btn-pagination { 
    color: #FFFFFF; 
    background-color: #0977b2; 
    border-color: #0977b2; 
} 

.btn-pagination:hover, 
.btn-pagination:focus, 
.btn-pagination:active, 
.btn-pagination.active, 
.open .dropdown-toggle.btn-pagination { 
    color: #FFFFFF;
    background-color: #002c7b; 
    border-color: #0977b2; 
} 

.btn-pagination:active, 
.btn-pagination.active, 
.open .dropdown-toggle.btn-pagination { 
    background-image: none; 
} 

.btn-pagination.disabled, 
.btn-pagination[disabled], 
fieldset[disabled] .btn-pagination, 
.btn-pagination.disabled:hover, 
.btn-pagination[disabled]:hover, 
fieldset[disabled] .btn-pagination:hover, 
.btn-pagination.disabled:focus, 
.btn-pagination[disabled]:focus, 
fieldset[disabled] .btn-pagination:focus, 
.btn-pagination.disabled:active, 
.btn-pagination[disabled]:active, 
fieldset[disabled] .btn-pagination:active, 
.btn-pagination.disabled.active, 
.btn-pagination[disabled].active, 
fieldset[disabled] .btn-pagination.active { 
    background-color: #0977b2; 
    border-color: #0977b2; 
} 

.btn-pagination .badge { 
    color: #0977b2; 
    background-color: #FFFFFF; 
}

.btn-pagination {
    padding: 10px 20px;
    font-size: 14px;
    margin: 0 15px;
    border: 1px solid;
}

/************************************
*         INSTAGRAM WIDGET          *
************************************/

.instagram-widget>div{position:relative; padding-top:calc(100vw / 6); width: 100%; overflow: hidden;}
.instagram-widget iframe{border:none !important; overflow:hidden !important; position:absolute !important; top:0 !important; left:0 !important; width:100% !important; height: 100% !important;}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Responsive  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/
@media (max-height: 768px){ /* alto portatil */


    .container {
        width: 1170px;
    }

    .portatil_0{
        height: 0px;
    }

    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */


    .forma_logo {
        height: 180px;
    }

    .barra_reducida .forma_logo {
        height: 160px;
    }

    .navbar-brand>img {
        height: 133px;
    }

    .barra_reducida .navbar-brand>img {
        height: 113px;
    }

    .forma_menu {
        right: -50px;
    }
    
    .noshop .forma_menu{
        right: 0px;
    }

    .navbar-default .navbar-nav.navbar-right.iconos {
        width: 230px;
    }

    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .forma_telefono {
        height: 74px;
        width: 343px;
    }

    .telefono_banner {
        height: 74px;
        width: 300px;
    }
    .telefono_banner img {
        height: 26px;
        margin-right: 12px;
    }

    .telefono_banner p {
        font-size: 26px;
    }

    /* -- -- -- Categoria -- -- -- */
    .sobre_producto .circulo {
        height: 56px;
        width: 56px;
        margin: 0px 10px;
    }

    .sobre_producto .circulo img {
        height: 28px;
    }

    /* -- -- -- Destacado -- -- -- */
    .bote_jabon {
        height: 490px;
        left: -76px;
    }

    .texto_destacado .padding {
        padding: 70px 50px 80px;
    }

    /* -- -- -- FOOTER -- -- -- */
    .logo_fondo_pie {
        height: 268px;
    }




    /* -- -- -- FOOTER -- -- -- */

}


/*  Ipad Pro vertical */
@media only screen 
    and (max-width: 1366px) 
    and (max-height: 1024px) 
    and (orientation: landscape) 
    and (-webkit-min-device-pixel-ratio: 1.5){

        .texto_banner p {
            font-size: 74px;
            line-height: 90px;
        }
        .bienvenida .container_grande,
        .coleccion .container,
        .noticias_portada .container {
            width: 1300px;
        }

        .padre_imagen {
            width: 620px;
        }

        .rotating-dashed .dashing:nth-of-type(2) {
            right: calc(0% - 59px);
        }

        .rotating-dashed .dashing:nth-of-type(4) {
            left: calc(0% - 59px);
        }

        /*
        main{
        background-color: red;
}
        */

}

@media (max-width: 1200px){ /* monitores normales y tablet horizontal */
    .container {
        width: 900px;
    }


    h1.h1 {
        font-size: 40px;
    }

    h2.h2 {
        font-size: 40px;
    }

    h3.h3 {
        font-size: 35px;
    }

    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */

    .navbar-header {float: none; height: 52px;border-bottom: 0px solid #002ba6;}
    .navbar-toggle {display: block;}
    .navbar-toggle {margin: 0px; padding: 19px 15px; border: 0px;    background-color: #00acba; border-radius: 0;}
    .navbar-collapse {border-top: 0px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
    .navbar-default .navbar-toggle .icon-bar {background-color:#fff;}
    .navbar-collapse.collapse {display: none!important;}
    .navbar-nav {float: none!important;margin: 7.5px 15px;}
    .navbar-nav>li {float: none;}
    .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
    .navbar-text {float: none;margin: 15px 0;}
    .navbar-collapse.collapse.in {display: block!important;}
    .collapsing {overflow: hidden!important;}


    .left .sidebar-nav li a {
        color: #fff;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        text-align: left; 
        padding: 14px 10px;
    }

    .sidebar-nav li {
        border-bottom: 1px dotted rgb(14, 191, 206);
    }

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .navbar-default .navbar-toggle:focus, 
    .navbar-default .navbar-toggle:hover {
        background-color: #00acba;
    }

    .sidebar-wrapper {
        background-color: #00acba;
    }

    .left .sidebar-nav li a {
        text-align: left;
    }

    .total_menu {
        border-top: 3px solid #fff;
    }

    .total_menu .container-fluid{
        padding: 0px; 
    }

    .navbar {
        margin-left: 0px;
    }

    .forma_menu {
        display: none;
    }

    .forma_logo {
        height: 62px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        filter: drop-shadow(1px 1px 3px #888);
    }

    .navbar-brand>img {
        height: 55px;
        left: 23px;
        top: 0px;
        right: 0;
        margin: 0 auto;
    }

    .navbar-toggle.nav-carrito {
        background-color: #00acba;
        height: 52px;
        width: 52px;
        padding: 0px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-toggle.nav-carrito img{
        height: 25px;
    }


    /* -- -- -- Banner -- -- -- */
    .texto_banner p.enunciado {
        font-size: 52px;
        line-height: 64px;
    }
    .telefono_banner {
        height: 62px;
        width: 240px;
    }

    .forma_telefono {
        height: 62px;
        width: 290px;
    }

    .telefono_banner img {
        height: 22px;
        margin-right: 10px;
    }

    .telefono_banner p {
        font-size: 22px;
    }

    /* -- -- -- Categoria -- -- -- */
    .forma_section {
        left: -38px;
        height: 46px;
    }

    .padre_imagen_producto {
        height: 200px;
    }

    /* -- -- -- Destacado -- -- -- */
    .bote_jabon {
        left: -40px;
    }

    .texto_destacado .padding {
        padding: 70px 30px 80px;
    }
    .texto_destacado .info {
        font-size: 20px;
        line-height: 34px;
    }

    .forma_destacado {
        left: -190px;
        height: 120px;
    }

    .relleno_forma_destacado {
        width: calc((100vw - 900px)/2);
        height: 120px;
    }
    /* -- -- -- Empresa -- -- -- */
    .padre_imagen_forma {
        height: 550px;
        border-bottom-right-radius: 60px;
        border-top-left-radius: 60px;
    }

    .texto_empresa {
        width: 510px;
    }

    .rectangulo_fondo_naranja {
        width: 200px;
        height: 200px;
        bottom: -18px;
        left: 52px;
    }

    .rectangulo_fondo_azul {
        width: 324px;
        height: 150px;
        top: -17px;
        right: -2px;
    }

    .rectangulo_fondo_turquesa {
        width: 50px;
        height: 50px;
        top: -27px;
        right: -12px;
    }


    /* -- -- -- FOOTER -- -- -- */
    .localizacion .icono_texto{
        width: 100%;
    }

    .localizacion .icono_texto {
        width: 100%;
        margin-top: 20px;
    }

    .contacto>div:nth-child(2) {
        border-right: 0;
    }

}

@media (max-width: 992px){ /* tablet vertical */

    .container {
        width: 750px;
    }

    h1.h1 {
        font-size: 35px;
    }

    h2.h2 {
        font-size: 35px;
    }


    .navbar-header {float: none; height: 52px;border-bottom: 0px solid #002ba6;}
    .navbar-toggle {display: block;}
    .navbar-toggle {margin: 0px; padding: 19px 15px; border: 0px;    background-color: #00acba; border-radius: 0;}
    .navbar-collapse {border-top: 0px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
    .navbar-default .navbar-toggle .icon-bar {background-color:#fff;}
    .navbar-collapse.collapse {display: none!important;}
    .navbar-nav {float: none!important;margin: 7.5px 15px;}
    .navbar-nav>li {float: none;}
    .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
    .navbar-text {float: none;margin: 15px 0;}
    .navbar-collapse.collapse.in {display: block!important;}
    .collapsing {overflow: hidden!important;}


    .left .sidebar-nav li a {
        color: #fff;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        text-align: left; 
        padding: 5px 10px;
    }

    .sidebar-nav li {
        border-bottom: 1px dotted rgb(14, 191, 206);
    }

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .navbar-default .navbar-toggle:focus, 
    .navbar-default .navbar-toggle:hover {
        background-color: #00acba;
    }

    .sidebar-wrapper {
        background-color: #00acba;
    }

    .left .sidebar-nav li a {
        text-align: left;
    }

    .total_menu {
        border-top: 3px solid #fff;
    }

    .total_menu .container-fluid{
        padding: 0px; 
    }

    .navbar {
        margin-left: 0px;
    }

    .forma_menu {
        display: none;
    }

    .forma_logo {
        height: 62px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        filter: drop-shadow(1px 1px 3px #888);
    }

    .navbar-brand>img {
        height: 55px;
        left: 23px;
        top: 0px;
        right: 0;
        margin: 0 auto;
    }

    .navbar-toggle.nav-carrito {
        background-color: #00acba;
        height: 52px;
        width: 52px;
        padding: 0px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    
    .noshop .navbar-toggle.nav-carrito { background-color: #052c74 }

    .navbar-toggle.nav-carrito img{
        height: 25px;
    }

    /* -- -- -- Banner -- -- -- */
    .texto_banner>div {
        width: 550px;
    }

    .texto_banner p.enunciado {
        font-size: 48px;
        line-height: 64px;
    }

    .forma_telefono {
        height: 50px;
        width: 234px;
    }
    .telefono_banner {
        height: 50px;
        width: 190px;
    }
    .telefono_banner p {
        font-size: 18px;
    }
    .telefono_banner img {
        height: 18px;
    }


    /* -- -- -- Categoria -- -- -- */
    .forma_section {
        left: -23px;
        height: 40px;
    }
    .sobre_producto .circulo {
        height: 56px;
        width: 56px;
        margin: 0px 10px;
    }

    .sobre_producto .circulo img {
        height: 28px;
    }

    /* -- -- -- Destacado -- -- -- */
    .texto_destacado .padding {
        padding: 50px 30px 0px;
    }

    .bote_jabon {
        position: relative;
        height: 400px;
        top: 0px;
        left: 0px;
    }

    .forma_destacado {
        left: -110px;
        height: 100px;
    }

    .relleno_forma_destacado {
        width: calc((100vw - 750px)/2);
        height: 100px;
    }
    /* -- -- -- Empresa -- -- -- */
    .texto_empresa {
        width: 600px;
        position: relative;
        padding: 30px 40px 30px 40px;
        left: inherit;
        margin: 0 auto;
        top: 30px;
    }   
    .texto_empresa .boton {
        position: relative;
        margin-top: 30px;
    }

    .padre_imagen_forma {
        height: 400px;
        border-bottom-right-radius: 60px;
        border-top-left-radius: 60px;
    }

    .rectangulo_fondo_naranja {
        width: 400px;
        height: 400px;
    }

    .rectangulo_fondo_turquesa {
        width: 60px;
        height: 60px;
        top: -20px;
        right: -5px;
    }

    .rectangulo_fondo_azul {
        width: 424px;
        height: 250px;
        top: -15px;
        right: 0px;
    }

    /* -- -- -- FOOTER -- -- -- */
    .forma_pie {
        height: 78px;
    }

    .logo_pie {
        top: 30px;
    }

    .logo_pie img {
        height: 172px;
    }

    .icono_texto, .redes, .pagos {
        padding: 12px 20px;
    }

    .pagos img {
        height: 22px;
    }

    .copi, .copi a {
        padding: 20px 0;
    }

    .fijar { position: fixed; position: 0; width: 100%;}
    
    .banner-interiores{ margin-top: 40px  }
}
@media (max-width: 767px){ /* móviles */
    .container {
        width: 100%;
    }

    h1.h1 {
        font-size: 26px;
    }
    h2.h2 {
        font-size: 26px;
        line-height: 46px;
    }

    h3.h3 {
        font-size: 24px;
        line-height: 33px;
    }

    /* -- -- -- Menú -- -- -- */
    .sidebar-nav li:last-child {
        text-indent: 0px;
    }

    .sidebar-nav li:last-child a {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        text-indent: 20px;
    }

    .sidebar-nav li a img {
        margin-left: 0px;
        height: 20px;
        margin-left: 10px;
    }

    .navbar-brand>img {
        height: 38px;
        top: 9px;
    }

    /* -- -- -- Banner -- -- -- */
    .banner,
    .slider {
        height: 540px;
    }

    .bx-wrapper .bx-pager, 
    .bx-wrapper .bx-controls-auto {
        bottom: 22px;
        justify-content: flex-start;
        left: 10px;
    }

    .texto_banner>div {
        width: 100%;
    }

    .texto_banner p.enunciado {
        font-size: 28px;
        line-height: 40px;
    }

    /* -- -- -- Categoria -- -- -- */


    /* -- -- -- Destacado -- -- -- */
    .descargar {
        text-align: center;
        overflow: hidden;
    }

    .texto_destacado .padding {
        padding: 30px 0px 0px;
    }
    .texto_destacado .info {
        font-size: 18px;
        line-height: 26px;
    }
    .texto_destacado .boton {
        margin-bottom: 30px;
    }

    .relleno_forma_destacado {
        width: calc((100vw - 340px)/2);
    }

    .bote_jabon {
        height: 300px;
        left: 0px;
        right: 0;
        margin: 0 auto;
    }
    /* -- -- -- Empresa -- -- -- */
    .texto_empresa {
        width: 100%;
        padding: 30px 25px 30px 25px;
        overflow: hidden;
        margin: 0 20px;
    }

    .padre_imagen_forma {
        height: 280px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    .rectangulo_fondo_azul {
        width: 324px;
        height: 150px;
        top: -7px;
        right: 7px;
    }

    .rectangulo_fondo_turquesa {
        width: 20px;
        height: 20px;
        top: -12px;
        right: 2px;
    }

    .rectangulo_fondo_naranja {
        width: 150px;
        height: 150px;
        bottom: -15px;
        left: 40px;
    }

    .texto_empresa p {
        font-size: 15px;
    }

    /* -- -- -- FOOTER -- -- -- */
    .forma_pie {
        height: 60px;
    }
    .logo_pie img {
        height: 150px;
    }

    .icono_texto, .redes, .pagos {
        text-align: center;
    }
    .icono_texto, .redes, .pagos {
        border-right: 0px solid #264b8f;
    }

    .contacto, .redes_pagos {
        width: 100%;
        display: grid;
    }

    .redes, .pagos {
        display: inline-block;
    }
    .redes .titular, .titular {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 12px;

    }

}
@media (max-width: 320px){ /* móviles extra small */



    .texto_empresa {
        padding: 20px 15px 20px 15px;
        margin: 0 15px;
    }

    .rectangulo_fondo_azul {
        width: 224px;
        height: 150px;
        top: -7px;
        right: 7px;
    }


}
/*//ESTILOS GENERALES//*/
@media (max-width: 992px){ /* móviles */
    .videos_responsive{width: 100%;float: none}

    .botones_carro{width: 100%;margin-top: 20px}
    .otras_fotos .imagen{height: 100px;}
    .foto_principal .imagen {height: 450px;width: 100%}
    .zona_galeria_mini .bx-wrapper { max-width: 330px !important;}
    .zona_galeria_mini .bx-wrapper .bx-prev { display: none;}
    .zona_galeria_mini .bx-wrapper .bx-next { display: none;}


    .instagram-widget>div{position:relative; padding-top:calc(100vw / 3);}
    .instagram-widget iframe{width:200% !important;}
    .sidebar-wrapper.left .form-control {
        height: 43px;
        padding: 6px 12px;
        color: #353535;
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid #002c7b;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .sidebar-wrapper li img {
        height: 20px;
        transition: all .2s ease-in-out;
    }
    .sidebar-wrapper.left .btn {
        padding: 6px 11px;
        height: 43px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #002c7b;
        border: 1px solid #002c7b;
    }
    .sidebar-wrapper.left .sidebar-nav li:first-child {
        padding: 10px 20px;
        text-indent: 0px;
    }
    .left .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .left .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    .caja_favorito a{
        padding-top: 0px!important;
        padding-left: 57px!important;
        padding-bottom: 10px!important;
    }
}
@media (max-width: 767px){ /* móviles */
    .filtros{
        height: 260px;
    }
    h3.categoria {
        text-align: center;
    }
    span.precio {
        font-size: 24px;
        font-family: 'Oswald',sans-serif;
        font-weight: 400;
    }
    .precios_estilos {
        text-align: center;
        width: 100%;
    }
    .otras_fotos{margin-bottom: 30px}
    .nav-botones>li{float: none;width: 100%;margin-bottom: 10px}
    .nav-botones>li>a{margin: 0;}

    .quantity{width: 100%; display: flex; align-items: center; justify-content: space-between;}
    .quantity label{margin-bottom: 0;}

    .cuadro_noticia {
        float: none;
        position: relative;
        width: 100%;
        margin: 0 auto 30px;
    }

    .instagram-widget>div{position:relative; padding-top:calc(100vw / 2);}
    .instagram-widget iframe{width:300% !important;}
}