@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 {color: #333333}
a:hover {color: black}

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

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

body{ 
    color: #6d6d6d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
}



h1.h1{
    color: #333333;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    font-family: 'Exo', sans-serif;
    position: relative;
    z-index: 1;
}

h2.h2{
    color: #333333;
    font-size: 45px;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-align: left;
}


.destacado h2.h2{
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    font-family: 'Exo', sans-serif;
    text-transform: inherit;
    line-height: 74px;
    margin-bottom: 20px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}




/* - -- - -- - -- - -- - -- 
-- - Estilo compartido - --
- -- - -- - -- - -- - -- - */

.texto_inicial{
    text-align: center;
}

.texto_inicial img {
    height: 110px;
    opacity: 0.3;
    position: absolute;
}

.texto_inicial p {
    width: 770px;
    text-align: center;
    margin: 0 auto;
}

/* - -- - -- - -- - -- - -- 
-- - Fin Estilo compartido - --
- -- - -- - -- - -- - -- - */


/* - -- - -- - -- - -- - -- 
-- - Estilo botones - --
- -- - -- - -- - -- - -- - */
/* Original */
.boton .btn{
    width: 170px;
    height: 50px;
    border: 0px solid #004a9d;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 30px;
    background: #202020;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(32, 32, 32, 0.3);
    box-shadow: 0px 0px 0px 8px rgba(32, 32, 32, 0.3);
}

/* Botón Banner */
.banner .boton {
    margin-top: 50px;
    margin-bottom: 20px;
}


/* Botón artículos */
.articulos .boton .btn {
    width: 212px;
    height: 42px;
    font-size: 14px;
    box-shadow: none;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.articulos .boton img{
    height: 18px;
    margin-right: 12px;
}

.boton.boton_alargado .btn{
    width: 350px;
    height: 50px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(32, 32, 32, 0.3);
    box-shadow: 0px 0px 0px 5px rgba(32, 32, 32, 0.3);
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 600;
}
/* Botón artículos */


/* Botón Parallax */
.destacado .boton {
    text-align: center;
}

.destacado .boton .btn {
    color: #202020;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);

}
/* fin Botón Parallax */


/* Botón alargado */
.boton.boton_alargado{
    text-align: center;
}


/* Botón Nuestros Servicios */
.nuestros_servicios .boton{
    padding-top: 60px;
}


/* Efecto del botón - 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: #3f3f3e;
    border-radius: 30px;
    -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;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(32, 32, 32, 0.3);
    box-shadow: 0px 0px 0px 8px rgba(32, 32, 32, 0.3);
}

.articulos .boton .btn.btn.hvr-shutter-out-horizontal:before {
    box-shadow: none;
}

.destacado .boton .btn.hvr-shutter-out-horizontal:before {
    background: #3f3f3e;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(32, 32, 32, 0.3);
    box-shadow: 0px 0px 0px 5px rgba(32, 32, 32, 0.3);
}

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

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

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

/*
.banner .boton .hvr-shutter-out-horizontal:hover,
.boton.color_blanco .hvr-shutter-out-horizontal:hover,
.banner .boton .hvr-shutter-out-horizontal:focus, 
.boton.color_blanco .hvr-shutter-out-horizontal:focus, 
.banner .boton .hvr-shutter-out-horizontal:active,
.boton.color_blanco .hvr-shutter-out-horizontal:active {
color: #004a9d;
}
*/

.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);
}

/* - -- - -- - -- - -- - -- 
-- - Fin Estilo botones - --
- -- - -- - -- - -- - -- - */



/* -- 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;
}

.limitar_2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.limitar_3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.caja{
    overflow: hidden;
}

.apartado_titulo  {
    width: 100%;    
}
.apartado_titulo img {
    height: 110px;
    opacity: 0.3;
    position: absolute;
}

.container_medio{
    width: 1400px;
}


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



/* --- --- --- 
--- HEADER ---
--- --- --- ---*/
header{
    position: absolute;
    width: 100%;
    z-index: 1000;
    /*    height: 169px;*/
}

header.header-portada {
    position: fixed;
}



.barra_ampliada{ 

    -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{ 
    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;
}

nav.navbar .logo {
    -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 .logo  {
    height: 150px;
    width: 150px;
    top: 0px;
}


.barra_reducida .logo img {
    height: 100px
}


.barra_reducida {
    transform: translateY(-50px);
}


/*
.barra_reducida {
background-color: transparent;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-ms-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
border-bottom: 5px solid rgba(255, 255, 255, 0.2);
}
*/



/* -- -- -- barra superior -- -- -- */
.barra_superior{
    width: 100%;    
    height: 42px;
    background-color: #202020;
    transform: translateY(0px);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    visibility: visible;
}

.barra_superior .alejados {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.redes{
    height: 42px;
}

.redes img{
    height: 18px;
    margin-left: 20px;
    transition: all .2s ease-in-out;
}

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

.padre_icono{
    /*    float: right;*/
}

.icono{
    margin-right: 32px;
    height: 42px;
}

.icono:last-child{
    margin-right: 0px;
}

.icono img{
    height: 18px;
    margin-right: 10px;
}

.icono p{
    color: #c6c6c6;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
}

/* -- -- -- fin barra superior -- -- -- */


/* -- -- -- menu principal -- -- -- */
.menu_principal {
    background-color: #2c2c2c;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.toldo_menu{
    position: absolute;
    bottom: -34px;
    z-index: -1;
}

/*.barra_reducida .toldo_menu{filter:drop-shadow(1px 1px 3px #888)}*/

.fondo_logo {
    height: 342px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -130px;
}

.navbar {
    min-height: 40px;
}

.navbar-default {
    background-color: transparent;
    border: 0px;
    margin-bottom: 0px;
}

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

.navbar-right {
    margin-right: -15px;
}

.navbar-default .navbar-nav>li {
    position: relative;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    padding: 44px 18px 44px;
    margin: 0px 7px 8px;
}

.navbar-default .navbar-nav>li>a:focus .forma_active,
.navbar-default .navbar-nav>li>a:hover .forma_active {
    opacity: 1;
    transform: translateY(0px);
}

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

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    font-weight: 600;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a .forma_active, 
.navbar-default .navbar-nav>.active>a:focus .forma_active, 
.navbar-default .navbar-nav>.active>a:hover .forma_active {
    opacity: 1;
    transform: translateY(0px);
}


/* Underline From Center */
.menu_principal .navbar-nav>li>a.hvr-underline-from-center,
.menu_principal .navbar-nav>li.dropdown li>a.hvr-underline-from-center{
    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;
    overflow: hidden;
}

.menu_principal .navbar-nav>li>a.hvr-underline-from-center:before,
.menu_principal .navbar-nav>li.dropdown li>a.hvr-underline-from-center:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #fff;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.menu_principal .navbar-nav>li>a.hvr-underline-from-center:hover:before, 
.menu_principal .navbar-nav>li>a.hvr-underline-from-center:focus:before, 
.menu_principal .navbar-nav>li>a.hvr-underline-from-center:active:before,
.menu_principal .navbar-nav>li.active .hvr-underline-from-center:before,
.menu_principal .navbar-nav>li.dropdown li>a.hvr-underline-from-center:hover:before,
.menu_principal .navbar-nav>li.dropdown li>a.hvr-underline-from-center:focus:before,
.menu_principal .navbar-nav>li.dropdown li>a.hvr-underline-from-center:active:before{
    left: 0;
    right: 0;
}


/* menu desplegable */
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu {
    top: calc(100% - 0px);
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-transform: inherit;
    background-color: #2c2c2b;
    border: 0;
    border-radius: 4px;
}

.dropdown-menu>li {
    border-bottom: 1px dotted #1f1f1f;
}

.dropdown-menu>li:last-child {
    border-bottom: 0px dotted #cfcfcf;
}

.dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    width: 100%;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
}
/* fin menu desplegable */

.navbar-brand>img {
    display: block;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.logo{
    width: 200px;
    height: 200px;
    background-color: #202020;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    left: 0;
    top: -32px;
    right: 0;
    margin: 0 auto;
}

.logo img {
    height: 150px;
    top: -5px;
    position: relative;
}

.bola_compra{
    width: 66px;
    height: 66px;
    background-color: #202020;
    border-radius: 50%;
    margin-left: 25px;
}

.bola_compra img{
    height: 24px;
}

/* -- -- -- fin barra media -- -- -- */


/* -- -- -- Section banner -- -- -- */
#banner-slider ul{
    padding: 0;
    margin: 0;
}

.banner {
    width: 100%;
    height: 900px;
    position: relative; 
    background-color: #dce4d7;
    /*	overflow: hidden;*/
    margin-top: 0
}

.forma_banner {
    position: absolute;
    bottom: -1px;
    left: -10px;
    width: calc(100% + 20px);
    z-index: 2;
}


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


.superpuesto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.color_superpuesto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #333333;
    background: -moz-linear-gradient(left,  rgba(32,32,32,0.6) 0%, rgba(32,32,32,0.6) 38%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(32,32,32,0.6) 0%,rgba(32,32,32,0.6) 38%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(32,32,32,0.6) 0%,rgba(32,32,32,0.6) 38%,rgba(255,255,255,0) 100%);
}

.superpuesto .container {
    height: 100%;
    position: relative;
    z-index: 3;
}

.caja_magica {
    position: absolute;
    width: 100%;
    bottom: calc(0% - 1px);
    left: 0px;
    /* border: 1px solid red; */
    overflow: hidden;
    z-index: 2;
}

.imagen_pie {
    position: relative;
    /* top: 0px; */
    width: calc(100% + 20px);
    left: -10px;
}

/* - -- texto banner -- -*/
.texto_banner {
    width: 100%;
    /* margin: 346px auto; */
    height: 100%;
    padding-top: 158px;
    padding-bottom: 128px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.texto_banner>div {
    width: 745px;
}

.texto_banner p {
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    text-shadow: 3px 3px 3px rgba(00, 00, 00, 0.25);
}

/*
.texto_banner p.pretitulo {
font-size: 25px;
line-height: 25px;
margin-bottom: 12px;
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
}
*/

.texto_banner p.titulo {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    line-height: 82px;
    margin-bottom: 0;
    font-family: 'Exo', sans-serif;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.texto_banner .caja_info {
    height: 52px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
}

.texto_banner p.info {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
}


.circulos_puntos{
    height: 340px;
    position: absolute;
}

.circulos_puntos.puntitos_uno{
    bottom: 270px;
    right: calc(100% + 130px);
}

.circulos_puntos.puntitos_dos{
    height: 400px;
    bottom: -140px;
    left: calc(100% - 586px);
}

.circulos_puntos.puntitos_tres{
    height: 590px;
    top: 0px;
    left: calc(100% - 230px);
}
/* -- -- -- fin Section banner -- -- -- */






/* -- -- -- Section Artículos -- -- -- */
.articulos {
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
    padding-top: 50px;
}

.forma_producto {
    position: absolute;
    top: 0px;
    left: -10px;
    width: calc(100% + 20px);
    z-index: 30;
    background-color: #ffffff;
}

.alineado_bajo{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
}

.catalogo .row {
    margin-right: -20px;
    margin-left: -20px;
}

.catalogo .row>div{
    padding: 0 20px;
}

.linea_gris_separa {
    width: calc(100% + 250px);
    height: 1px;
    background-color: #dcdeef;
    margin: 0 auto;
    position: relative;
    left: -125px;
}

.cuadro_coleccion{
    /* height: 576px; */
    /* border: 4px solid rgba(244, 87, 58, 0.2); */
    /* border: 4px solid #fedfd9; */
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    /* padding-bottom: 10px;
    padding-top: 24px; */
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 54px;
}

.cuadro_blanco{
    background-color: #fff; 
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    /*	padding: 45px 20px 10px;*/
}

.padre_imagen_coleccion {
    height: 100%;
    width: 100%;
    overflow: hidden;
    /*		border: 1px solid red;*/
    padding: 45px 20px 10px;
}

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

.padre_imagen_coleccion .imagen:after {
    content: "";
    padding-top: 100%;
    display: block;
}


.cuadro_info{
    width: 100%;
    position: relative;
    /*	border: 1px solid red;*/
}

.cuadro_info .padding{
    padding: 16px 10px 14px;
}

.cuadro_info p{
    color: #333333;
    font-size: 20px;
    font-family: 'Baloo Paaji 2', cursive;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}

.articulos .caja_titulo {
    height: 48px;
    margin-bottom: 0px;
    overflow: hidden;
}  

.cuadro_info .titulo{
    line-height: 24px;
}

.caja_precio{
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

.caja_precio p{
    color: #545353;
    font-size: 23px;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    line-height: 25px;
}

.caja_precio p.tachado {
    color: #bfbfbf;
    font-size: 20px;
    text-decoration: line-through;
    margin-right: 10px;
    margin-bottom: 3px;
    line-height: 16px;
}

.linea_correcion{
    height: 1px;
    width: 100%;
    background-color: red;
    position: absolute;
    bottom: 16px;
}

/* -- -- -- fin articulos -- -- -- */






/* -.- Descargar -.- */
.destacado{
    /*    border-bottom: 8px solid #79ae8d;*/
}

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

.filtro_azul {
    height: 100%;
    width: 100%;
    background-color: #2c2c2c;
    position: absolute;
    top: 0px;
    opacity: 0.50;
}

.simbolo_benitez {
    position: absolute;
    top: 24px;
    left: calc(100% - 540px);
    height: 670px;
    opacity: 0.8;
}

.caja_contenido {
    position: relative;
    overflow: hidden;
}

.texto_destacado{
    position: relative;
    z-index: 2;
}

.texto_destacado .padding {
    padding: 110px 0px 100px;
}

.texto_destacado p {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 70px;
    padding-right: 0px;
    font-weight: 600;
    padding: 0 146px 0px;
}

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


.caja_magica_destacado {
    position: absolute;
    width: 100%;
    top: calc(0% - 1px);
    left: 0px;
    /*	 border: 1px solid red; */
    overflow: hidden;
    z-index: 2;
}

.forma_destacado_inferior {
    position: relative;
    /* top: 0px; */
    width: calc(100% + 20px);
    left: -10px;
}

.caja_magica_destacado_abajo {
    position: absolute;
    width: 100%;
    bottom: calc(0% - 1px);
    left: 0px;
    /*	 border: 1px solid red; */
    overflow: hidden;
    z-index: 2;
}

.forma_destacado_inferior,
.forma_destacado_inferior_bajo{
    position: relative;
    /* top: 0px; */
    width: calc(100% + 20px);
    left: -10px;
}

/* -- -- -- fin zona destacada -- -- -- */





/* -- -- -- nuestros_servicios -- -- -- */
.nuestros_servicios{
    padding-top: 100px;
}

.texto_servicio{
    margin-top: 30px;
}

.padre_imagen_servicio {
    width: 444px;
    height: 444px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

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

.texto_servicio .info{
    padding-top: 40px;
}

.puntitos_negros {
    height: 256px;
    position: absolute;
    top: -30px;
    left: -138px;
}

.puntitos_gris {
    height: 130px;
    position: absolute;
    bottom: 108px;
    right: 96px;
}

/* -- -- -- fin nuestros_servicios -- -- -- */



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


/*
.logo_footer{
height: 158px;
position: relative;
margin: 0 auto;
text-align: center;
align-items: center;
}
*/

footer{
    background-color: #2c2c2c;
}


.caja_magica_pie {
    position: absolute;
    width: 100%;
    bottom: calc(100% - 1px);
    left: 0px;
    overflow: hidden;
    z-index: 1;
}

.corte_pie {
    position: relative;
    width: calc(100% + 20px);
    left: -10px;
}

footer .container{
    position: relative;
    z-index: 2;    
}


.cartel_azul>div:last-child{
    margin-right: 0px;    
}

.cartel_azul p{
    color: #fff;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}

.cartel_azul p span{
    font-weight: 600;
}

.cartel_azul img{
    height: 30px;
    margin-right: 10px;
}


.todo_centrado {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 26px;
    margin-top: 26px;
    border-bottom: 2px solid #1f1f1f;
}

.logo_pie {
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background-color: #202020;
    text-align: center;
    position: absolute;
    bottom: calc(100% + 20px);
    left: 0;
    right: 0px;
    margin: 0 auto;
    border: 3px solid #fff;
}


.logo_pie img {
    height: 118px;
    margin-bottom: 0px;
}

.redes_pie {
    text-align: center;
    /* text-shadow: 0 0 black; */
    padding-bottom: 26px;
    border-bottom: 2px solid #1f1f1f;
}


.redes_pie .circulo{
    width: 52px;
    height: 52px;
    background-color: #202020;	
    border-radius: 50%;
    margin-right: 12px;
}


.contacto_pie .icono_texto_pie,
.redes_pie .icono_texto_pie {
    margin-right: 24px;
}

.contacto_pie .icono_texto_pie:last-child,
.redes_pie .icono_texto_pie:last-child{
    margin: 0px;  
}

.pie_superior .icono_texto_pie img{
    height: 30px;
    margin-right: 12px;
}

.pie_superior .redes_pie .icono_texto_pie img{
    height: 24px;
    margin-right: 0px;
}

.pie_superior .icono_texto_pie p{
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.pie_superior .redes_pie .icono_texto_pie p{
    font-size: 16px;
}
/*

.pie_superior .icono_texto_pie a:hover img {
transform: scale(1.2);
}
*/

.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: 21px 0;
    line-height: 28px;
}

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


.pie_inferior .container{
    position: relative;
    z-index: 2;
}

.pie_inferior .centrado  {
    width: 100%;
}


.pie_inferior{
    background-color: #202020;
    position: relative;
    z-index: 3;
}

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

.copi{
    font-weight: 300;
}

.desarrollo a:hover{
    color: #fff;
}

.menu_pie p a,
.desarrollo a{
    margin: 0;
    padding: 0;
}


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



.saber_mas .boton .btn {
    height: auto;
    width: 100%;
    font-size: 16px;
    white-space: initial;
    text-align: center;
    padding: 15px;
}





/*-- 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;
}

/*********************************
*            INTERIORES          *
*********************************/

.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%);
}

.textaco img{max-width: 100%;}

#swipebox-overlay {
    background: #0d0d0ddb;
}
#swipebox-bottom-bar, #swipebox-top-bar{
    background: transparent;
}
.ug-lightbox .ug-lightbox-overlay{background: #0d0d0ddb;}
/*Detalle producto*/
.breadcrumb>li {
    font-size: 13px;
}
.tag_option{margin: 5px;color: #000}
.tag-circle{
    height: 42px;width: 42px;border-radius: 100%;display: inline-block;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; object-fit: contain;}

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

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

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

.foto_principal .imagen{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 #272727;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

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

.quantity-controls .fa{
    color: #353535;
}

.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;
}

#productos>div {
    padding-right: 23px;
    padding-left: 23px;
}

#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: #272727; 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%;}
transform: translateY(-10px);
}

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

.descarga.dos:hover .btn{
    color: #353535;
    background-color: #e8d6fb;
}
.mayorista{
    color: #353535;background-color: #e8d6fb;border: 2px solid #353535;padding: 16px 14px;
    text-align: center;font-weight: 600;
}
.btn-corporativo{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border: 0px;
    border-radius: 10px;
    background-color: #252525;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn-lg.btn-corporativo{
    padding: 18px 30px;

}
.btn-corporativo .btn-carro_portada img{height: 20px;width: 20px;margin-right: 15px;border-radius: 0;}
.btn-comprar{border: 0;}

.btn-grandotes{padding: 15px}
.btn-corporativo2{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border: 0px;
    border-radius: 10px;
    background-color: #252525;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px}
.btn-corporativo3{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border: 0px;
    border-radius: 10px;
    background-color: #252525;
    display: inline-flex;
    justify-content: center;
    align-items: center;}
/*MENU VIEJO
.navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
width: 213px;
left: -15px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #fff;
background-color: rgb(255 255 255 / 10%);
border-radius: 14px;
}
*/
.btn-corporativo:hover, .btn-corporativo:focus, .btn-corporativo:active{background-color: #5c5b5b;color: #fff}

.btn-corporativo2:hover, .btn-corporativo2:focus, .btn-corporativo2:active{background-color: #5c5b5b;color: #fff}
.btn-corporativo3:hover, .btn-corporativo3:focus, .btn-corporativo3:active{background-color: #5c5b5b;color: #fff}
.desactivado{
    opacity: 0.6;
}
.acceso a{
    color: #fff;
}
.lista_productos .btn_love img, .bienvenida .btn_love img{
    filter: brightness(0) invert(1);
    height: 22px;
    width: 22px;
}

.left .caja_redes a{
    width: 45px;
    height: 45px;
}
.btn-corp{background-color: #252522;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: #78c74a;border: 2px solid #272727;
}

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

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

h1#title_prod{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;color: #272727;
    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: #272727;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;}

/***PROGRAMAS***/
/*
.cabecera {
background-color: #78c74a;
border: solid 0px #fff;
color: #fff;
padding: 5px;
font-size: 14px;
}
*/

.fila1 {
    background-color: #d9ebd9;
    border: solid 2px #fff;
    padding: 8px;
}

.fila2 {
    background-color: #fff;
    border: solid 2px #fff;
    padding: 8px;
}

.mini_icono_text {
    margin-top: 4px;
    font-size: 24px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


.lista_productos .fa{    color: #353535;}

.mini_icono_text .fa-download{
    color: #353535;
}


.fecha_archivos{
    font-size: 14px;margin: 5px;   
}

.elementos_desc>div:nth-child(even){ background-color: #d9ebd9 }
.elementos_desc .text_content {margin: 10px 0px}
.elementos_desc .text_content p {margin: 0px}
.elementos_desc p.fecha_archivos {text-align: center}
/**************************
SWIPEBOX
**************************/

.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}
.padre_imagen .imagen{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:#272727}

#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: #353535;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: #353535}
.listado {text-align: justify;}

.listado ul, .listado li {margin: 0px;padding: 0px;list-style: none;}
.listado li {padding: 20px;background-color: #f2f2f2;}
.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: #000;text-decoration: none;}
.listado a {color: #000;text-decoration: none;}
.listado a:hover, .listado li.alt a:hover {color: #353535;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:#353535}
.bloque_cabecera .bloque_titulo{background-color:#272727;padding:15px}
.bloque_cabecera .bloque_interior{background-color:#f2f2f2;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:#272727;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:#353535}
.bloque_contenido .titulo{background-color:#272727;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:#f2f2f2;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:#272727}
.bloque_desplegable .panel-default>.panel-heading{background-color:#272727;color:#fff;border-color:#272727}
.bloque_desplegable h2 .fa{color:#353535}
.bloque_desplegable .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#272727}
.bloque_imagenes img{width:100%}
.bloque_imagenes .flexible{display:flex;align-items:center}


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

/************************************
*              IDIOMAS              *
************************************/

#idiomasside{
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 900;
}

#idiomasside li{
    padding: 10px;
    list-style-type:none;
}

#idiomasside img{
    height: 40px;
}

#idiomasside font{
    display: none;
}

.zona-idiomas-movil{height: 50px; width: 100%; display: flex; justify-content: space-around; align-items: center; padding: 20px; margin-top: 25px;}
.zona-idiomas-movil .flag{height: 50px; width: 30px;}

/************************************
*               BLOG                *
************************************/
.alergenos {display: flex;justify-content: space-evenly;align-content: space-evenly;flex-wrap: wrap}
.alergenos .padre_fondo {margin: 0}
.alergenos .caja_alergenos{ padding: 0 10px    }
.alergenos .caja_alergenos:hover {transform: translateY(0)}
.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:#272727;padding:10px;border-bottom:solid 5px #272727;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:#f2f2f2}
.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:#272727;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 #272727;background-color:#272727;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 rgb(129, 97, 159)}
.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:#f2f2f2; max-width:400px;float:left;margin: 0px 20px 12px 0px;}

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

#busqueda{border-color: #272727;}

.marco-contacto{
    background-color: #f2f2f2;padding: 20px}
.marco-contacto h3{margin-top: 0px}
.widget-noticias{background-color: #f2f2f2}
.marco-contacto .input-group-addon{background-color: #272727; border-color: #272727;color: #fff}
.marco-contacto .form-control{border-color: #272727;}
.input-group .form-control {
    z-index: 0;
}
/* TABLA MIS PEDIOS*/

.tabla_cabecera .row {font-weight: 400; background-color: #272727; color: #fff}
#tabla_stocks_resultados .row:nth-child(even) { background-color: #f2f2f2 }
.tabla_stocks .cell{padding: 15px}
.tabla_stocks .cell-btn{padding: 10px}
.avisono {margin: 10px 0px; font-size: 18px}

textarea {
    resize: vertical;
}

/*+++++++++++++++++++*/
/************************************
*             INTERIOR              *
************************************/
.fa-angle-down{
    padding-left: 5px;
}
/*MENU VIEJO
.navbar-default .dropdown-menu{
background-color: #fff;
color: #000;
top: 99%;
}

.navbar-default .dropdown-menu>li>a {
padding: 18px 20px;
color: #fff;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
background-color: #272727;
border-bottom: 1px dotted #4b4a4a;
}

.superior .dropdown-menu>li>a {
padding: 18px 20px;
color: #000;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
border-bottom: 1px dotted #c6c6c6;
border-right:  1px dotted #c6c6c6;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
background-color: #f2f2f2;
color: #2c2c2c
}
.dropdown-menu {
padding: 0;
}
.superior .open>.dropdown-menu {
width: 185px;
top: 32px;
}
.superior .dropdown-menu>.active>a, .superior .dropdown-menu>.active>a:focus, .superior .dropdown-menu>.active>a:hover, .superior .dropdown-menu>li>a:focus, .superior .dropdown-menu>li>a:hover {
background-color: #dddddd;;
color: #09090c;
font-weight: 700;
}
.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: #000;
color: #fff;
font-weight: 700;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background-color: transparent;
}
.superior .open>a, .superior .open>a:focus, .superior .open>a:hover {
background-color: transparent;
}
*/
.acceso a p{
    color: #272727;
    font-weight: 600;
    margin: 0;
}

.noestavisibleparapersonas{
    display: none;
}
.banner_interior{
    width: 100%;
    height: 500px;
    background-size: cover;
    overflow: hidden;
    background-position: 0px 40%;
}

.corte_banner_interior{ 
    width: 100%;
    position: absolute;
    bottom: -1px;
    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: 'Open Sans'; 
    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: 'Open Sans'; 
    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: #272727;
}

.nav-pills>li>a{
    color:  #000;
    font-family: 'Open Sans'; 
    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;font-family: 'Open Sans'; }
.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:#272727;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}
.modal-header{
    background-color: #272727;
    color: #fff;
}
.modal-content{border: 0;}
.modal-header .close{color: #FFFFFF;}

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

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

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

.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: #3a39367a; 
    border-color: #3A3936; 
} 

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

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

.proyecto .imagen{
    background-size: cover;
}
.proyecto h3{
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 40px;
    text-align: center;
}

/************************************
*         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;}

/************************************
*           SELECT BONITO           *
************************************/

.selectbonito {
    position: relative;
}

.selectbonito:after {
    content: '\f078';
    font: normal normal normal 10px/1 FontAwesome;
    color: #ffffff;
    right: 0;
    position: absolute;
    pointer-events: none;

    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectbonito select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    width: 100%;
    float: right;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}
/* whatsapp */
.floating-icons {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 99;
}

.floating-icons a {
    display: inline-block;
    transition: all .2s ease-in-out;
}

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

.floating-icons img {
    max-width: 48px;
    height: auto;
}

.floating-icons a:hover {
    transform: scale(0.9);
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #202020;
}

/***MARCAS GALERIA ***/
.marca_elemento {
    width: 100%;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;

    border: 1px solid #dedede;
    margin-bottom: 30px;
}
.marca_elemento:after {
    content: "";
    padding-top: 66.66%;
    display: block;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Responsive  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/
@media (min-width: 1366px){ /* alto portatil */
    .container_medio {
        width: 1300px;
    }


}


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

    .container_medio {
        width: 1300px;
    }

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

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

    .texto_inicial img {
        height: 100px;
    }

    .destacado h2.h2 {
        font-size: 50px;
        line-height: 44px;
    }

    .nuestros_servicios .boton {
        padding-top: 50px;
    }


    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */



    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .navbar-default .navbar-nav>li>a {
        padding: 34px 14px 34px;
    }

    .logo {
        width: 150px;
        height: 150px;
    }

    .logo img {
        height: 106px;
    }

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

    .texto_banner {
        padding-top: 138px;
        padding-bottom: 98px;
    }

    .circulos_puntos.puntitos_dos {
        height: 300px;
    }

    .circulos_puntos.puntitos_tres {
        height: 420px;
    }

    .circulos_puntos.puntitos_uno {
        bottom: 170px;
        right: calc(100% + 5px);
    }


    .texto_banner p.titulo {
        font-size: 50px;
        line-height: 62px;
    }

    /* -- -- -- Artículos -- -- -- */
    .articulos {
        padding-top: 0px;
    }

    .cuadro_info p {
        font-size: 18px;
    }

    .cuadro_info .padding {
        padding: 16px 17px 14px;
    }

    /* -- -- -- Destacado -- -- -- */
    .destacado .caja_h2 {
        margin: 0 200px;
    }

    .texto_destacado p {
        font-size: 22px;
        margin-bottom: 60px;
        padding: 0 200px 0px;
    }

    .texto_destacado .padding {
        padding: 90px 0px 80px;
    }
    .simbolo_benitez {
        height: 530px;
    }


    /* -- -- -- Servicios -- -- -- */
    .nuestros_servicios {
        padding-top: 70px;
    }

    .texto_servicio .info {
        padding-top: 30px;
    }

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

    .puntitos_negros {
        height: 200px;
        left: -80px;
    }
    .puntitos_gris {
        height: 110px;
        bottom: 128px;
        right: 152px;
    }


    /* -- -- -- Bienvenida -- -- -- */

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

}



@media (max-width: 1200px){ /* monitores normales y tablet horizontal */


    header {
        position: fixed;
    }

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    .container_medio {
        width: 970px;
    }

    .destacado h2.h2 {
        font-size: 50px;
        line-height: 50px;
    }
    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    header .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .menu_principal .container_medio {
        width: 100%;
        padding: 0px;
    }

    .logo {
        width: 80px;
        height: 80px;
        top: -6px;
    }	

    .logo img {
        height: 60px;
        top: -1px;
    }

    /*
    .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: red; 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;}


    .sidebar-nav li a {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: right; 
    padding: 10px 10px;
    text-transform: initial;

}

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

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

    .navbar-brand>img,
    .barra_reducida .navbar-brand>img {
        position: absolute;
        left: 0px;
        top: 3px;
        height: 46px;
        margin: 0;
        z-index: 2;
        right: 0;
        margin: 0 auto;
    }

    .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: #141313; 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;}

    /* menu_despegale */

    .sidebar-wrapper{opacity: 1}
    /*    .sidebar-nav .dropdown-backdrop{z-index: -1}*/

    .sidebar-nav .open>.dropdown-menu {
        position: static;
        background-color: transparent;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .sidebar-nav .dropaco .dropdown-menu>li>a {
        text-align: left;
        /* padding: 0; */
        padding: 8px 20px;
        background-color: rgba(255, 255, 255, 0.25);
        white-space: initial;
        color: #ffffff;
        font-size: 16px;
        font-family: 'Exo', sans-serif;
        font-weight: 400;
    }


    /* menu_despegale */


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

    .sidebar-wrapper {
        background-color: #141313;
        height: calc(100% - 52px);
    }

    .navbar-toggle.right-toggle {
        border-radius: 0;
        height: 52px;
        width: 52px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .navbar-toggle.right-toggle img {
        height: 26px;
    }

    .sidebar-nav li {
        text-indent: 0px;
    }

    .left .sidebar-nav li a {
        color: #fff;
        padding: 10px 0px;
        font-size: 18px;
        font-family: 'Exo', sans-serif;
        font-weight: 400;
        text-align: left; 
        padding: 10px 20px;
        text-transform: none;
    }

    .left .sidebar-nav li a {
        margin: 0;

        text-align: left;

    }

    .sidebar-nav li {
        border-bottom: 1px dotted #474746;
    }

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

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


    .sidebar-wrapper.left .sidebar-nav li.buscador {
        padding: 20px 20px 10px;
        border-top: 0px;
    }

    .sidebar-wrapper.left .sidebar-nav li:last-child{
        border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    }

    .sidebar-wrapper  li img{
        height: 24px;
        transition: all .2s ease-in-out;
    }

    .sidebar-wrapper.left .form-control {
        height: 43px;
        padding: 6px 12px;
        color: #464645;
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid rgb(70, 70, 69);
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sidebar-wrapper.left  .btn {
        padding: 6px 8px;
        height: 43px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .sidebar-wrapper.left .btn-default {
        background-color: rgb(70, 70, 69);
        border-color: rgb(70, 70, 69);
    }
    .sidebar-wrapper.left .form-control::placeholder { color: #464645; }


    .sidebar-nav li.caja_colorines {
        line-height: initial;
    }

    .left .sidebar-nav li.caja_colorines a {
        padding: 13px 20px;
        line-height: 0;
    }


    .colorines {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .caja_favorito p{
        margin: 0;
        color: #fff;
        padding: 0px 0px;
        font-size: 16px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        text-align: left; 
        /*        padding: 10px 20px;*/
        text-transform: uppercase;
    }

    .separa-icono{
        height: 20px;
        width: 1px;
        background-color: #404040;
    }

    .sidebar-wrapper li .colorines img {
        height: 24px;
        padding: 0px 10px;
        transition: all .2s ease-in-out;
        margin: 0px;
    }


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

    .texto_banner {
        padding-top: 52px;
        padding-bottom: 76px;
    }

    .texto_banner>div {
        width: 640px;
    }

    .texto_banner p.info {
        font-size: 18px;
        line-height: 24px;
        -webkit-line-clamp: 3;
    }

    .texto_banner .caja_info {
        height: 84px;
        margin-bottom: 30px;
    }

    .circulos_puntos.puntitos_dos {
        height: 200px;
        bottom: -80px;
        left: calc(100% - 374px);
    }

    .circulos_puntos.puntitos_tres {
        height: 320px;
    }

    /* -- -- -- Artículos -- -- -- */
    /*
    .catalogo .row>div {
    padding: 0 15px;
}
    */

    /*
    .cuadro_info .titulo {
    line-height: 19px;
    font-size: 16px;
}
    .cuadro_info .padding {
    padding: 16px 6px 14px;
}

    .articulos .caja_titulo {
    height: 38px;
}
    */
    /* -- -- -- Destacados -- -- -- */
    .destacado .caja_h2 {
        margin: 0 180px;
    }
    .texto_destacado .padding {
        padding: 80px 0px 70px;
    }

    .texto_destacado p {
        font-size: 20px;
        margin-bottom: 50px;
        padding: 0 160px 0px;
    }

    .simbolo_benitez {
        height: 480px;
        top: 22px;
        left: calc(100% - 414px);
    }

    /* -- -- -- Servicios -- -- -- */
    .nuestros_servicios {
        padding-top: 50px;
    }

    .texto_servicio {
        margin-top: 0px;
    }

    .padre_imagen_servicio {
        width: 350px;
        height: 350px;
    }

    .texto_servicio .info {
        padding-top: 20px;
    }

    .nuestros_servicios .boton {
        padding-top: 40px;
    }

    .puntitos_negros {
        height: 180px;
        left: -28px;
    }

    .puntitos_gris {
        right: 120px;
    }

    /* -- -- -- Bienvenida -- -- -- */

    /* -- -- -- FOOTER -- -- -- */
    .logo_pie {
        width: 126px;
        height: 126px;
        bottom: calc(100% + 00px);
    }

    .logo_pie img {
        height: 100px;
        margin-bottom: 0px;
    }

    .todo_centrado {
        padding-bottom: 22px;
        margin-top: 22px;
    }

    .pie_superior .icono_texto_pie p {
        font-size: 16px;
    }


    .banner_interior { height: 300px }
}



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

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    h1.h1 {
        font-size: 45px;
    }

    h2.h2 {
        font-size: 40px;
        text-align: center;
    }

    .destacado h2.h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .container_medio {
        width: 750px;
    }

    .texto_inicial img {
        height: 90px;
    }

    .texto_inicial p {
        width: 100%;
    }
    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


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





    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .texto_banner p.titulo {
        font-size: 50px;
        line-height: 62px;
    }

    .circulos_puntos.puntitos_dos {
        height: 180px;
        bottom: -98px;
        left: calc(100% - 208px);
    }

    .circulos_puntos.puntitos_tres {
        height: 250px;
        left: calc(100% - 96px);
    }

    .circulos_puntos.puntitos_uno {
        bottom: 200px;
        right: calc(100% - 11px);
    }

    /* -- -- -- Artículos -- -- -- */
    .catalogo .row>div {
        padding: 0 15px;
    }

    /* -- -- -- Artículos -- -- -- */
    .catalogo .row {
        margin-right: 20px;
        margin-left: 20px;
    }

    .cuadro_info .titulo {
        line-height: 22px;
        font-size: 18px;
    }

    .cuadro_info .padding {
        padding: 16px 18px 14px;
    }

    .caja_precio p {
        font-size: 26px;
        line-height: 22px;
    }

    .caja_precio p.tachado {
        font-size: 18px;
        line-height: 14px;
    }

    /* -- -- -- Bienvenida -- -- -- */

    /* -- -- -- destacado -- -- -- */
    .destacado .caja_h2 {
        margin: 0 80px;
    }

    .texto_destacado p {
        padding: 0 60px 0px;
    }

    .texto_destacado .padding {
        padding: 60px 0px 70px;
    }
    .simbolo_benitez {
        height: 190px;
        top: inherit;
        left: calc(100% - 210px);
        bottom: -16px;
    }



    /* -- -- -- Servicio -- -- -- */
    .texto_servicio .info {
        padding-top: 20px;
        text-align: center;
    }

    .nuestros_servicios .boton {
        padding-top: 40px;
        text-align: center;
    }

    .padre_imagen_servicio {
        left: inherit;
        text-align: center;
        margin: 0 auto;
    }

    .puntitos_negros {
        height: 180px;
        left: 128px;
    }

    .puntitos_gris {
        right: 194px;
        bottom: 4px;
    }

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

    .contacto_pie{
        text-align: center;
    }

    .contacto_pie .icono_texto_pie,
    .redes_pie .icono_texto_pie {
        margin-right: 0;
        margin: 0 10px;
    }

    .contacto_pie .icono_texto_pie:last-child {
        margin: 0px;
        margin-top: 10px;
    }

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

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

@media (max-width: 767px){ /* móviles */

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    .container_medio {
        width: 100%;
    }

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

    h2.h2 {
        font-size: 28px;
        text-align: center;
    }

    .destacado h2.h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .texto_inicial img {
        height: 70px;
    }

    .boton.boton_alargado .btn {
        width: 300px;
    }
    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .sidebar-nav li a img {
        margin-left: 0px;
        height: 20px;
        margin-right: 10px;
    }

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

    .texto_banner {
        padding-top: 52px;
        padding-bottom: 30px;
        z-index: 2;
        position: relative;
    }

    .circulos_puntos.puntitos_dos {
        height: 130px;
        bottom: -80px;
        left: calc(100% - 130px);
    }

    .circulos_puntos.puntitos_tres {
        height: 154px;
        left: calc(100% - 96px);
    }

    .circulos_puntos.puntitos_uno {
        bottom: 90px;
        right: calc(100% - 11px);
        height: 250px;
    }

    .texto_banner p.titulo {
        font-size: 32px;
        line-height: 40px;
    }

    .texto_banner p.info {
        font-size: 16px;
        line-height: 22px;
        -webkit-line-clamp: 5;
    }

    .texto_banner .caja_info {
        height: 110px;
        margin-bottom: 20px;
    }

    .banner .boton {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .boton .btn {
        width: 150px;
        height: 44px;
        font-size: 15px;
    }

    /* -- -- -- Artículos -- -- -- */
    .cuadro_coleccion {
        margin-bottom: 40px;
    }

    .padre_imagen_coleccion .imagen:after {
        padding-top: 70%;
    }

    /* -- -- -- destacado -- -- -- */
    .destacado .caja_h2 {
        margin: 0 0px;
    }

    .texto_destacado p {
        font-size: 17px;
        margin-bottom: 40px;
        padding: 0 0px 0px;
    }

    .caja_magica_destacado {
        top: calc(0% - 6px);
    }

    .caja_magica_destacado_abajo {
        bottom: calc(0% - 3px);
    }

    /* -- -- -- Servicios -- -- -- */
    .nuestros_servicios {
        padding-top: 0px;
    }

    .padre_imagen_servicio {
        width: 280px;
        height: 280px;
    }

    .puntitos_negros {
        height: 100px;
        left: 50px;
    }

    .puntitos_gris {
        right: 48px;
        bottom: -3px;
        height: 80px;
    }

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

    .logo_pie {
        width: 116px;
        height: 116px;
        bottom: calc(100% - 40px);
    }

    .logo_pie img {
        height: 90px;
    }

    .redes_pie .circulo {
        width: 52px;
        height: 52px;
        margin-right: 0px;
    }

    .contacto_pie .icono_texto_pie:last-child {
        margin: 0px;
        margin-top: 10px;
        margin: 0 40px;
        margin-top: 10px;
    }

    .pie_firma {
        padding: 10px 0px;
    }

    .pie_inferior .centrado {
        width: 100%;
        display: inline-block;
    }
    .copi, .desarrollo, .desarrollo a {
        margin: 10px 0px;
    }

    .filtros {height: auto}
    .apartado_titulo img {height: 70px;}

    .btn-pagination {
        margin-right: 3px;
        padding: 5px 5px;
        border: 0px;
        min-width: 23px;
    }
}