:root {
    /* --primario: #414141; */
    --primario: #c3a07b;
    --secundario: #202020;
    --transparencia: #f9f9f9;
    --familia_fuente: 'Barlow Condensed', sans-serif;
}

@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: #414141;
}

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

p {

    color: #333333;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: justify;
    line-height: 23px;
}

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

.sinfixed {
    position: absolute;
    width: 100%;
}

h1.h1 {
    color: #333333;
    font-size: 55px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    line-height: 58px;
}

h2.h2 {
    color: #333333;
    font-size: 50px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    line-height: 56px;
}

.destacado h2.h2 {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}








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


.forma_base {
    /* height: 66px; */
    height: 150px;
    position: absolute;
    /* right: calc(100% - 44px); */
    right: calc(100% - 30px);
    /* bottom: 100%; */
    /* top: -25px; */
    top: -57px;
    z-index: -1;
}

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





/* - -- - -- - -- - -- - -- 
-- - Estilo botones - --
- -- - -- - -- - -- - -- - */
/* Original */
.boton .btn {
    width: 200px;
    height: 55px;
    border: 0px solid #004a9d;
    color: #fff;
    font-size: 18px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 10px;
    /* background: #414141; */
    background: #2c2c2c;
}

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

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.overflow-hidden {
    overflow: hidden;
}

.justify-center {
    justify-content: center;
}

.button-fixed {
    position: fixed;
    flex-flow: column;
    row-gap: 18px;
    top: 35%;
    transform: translateY(-50%);
    z-index: 31;
    left: 0;
    align-items: flex-start;
}

.button-fixed .enlace {
    width: 60px;
    /* background-color: rgba(0, 0, 0, 0.4); */
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    flex-direction: row-reverse;
}

.button-fixed .bg-Facebook-enlace:has(.enlace-texto):hover {
    width: 210px;
    background-color: #2c2c2cab;
}

.button-fixed .bg-Instagram-enlace:has(.enlace-texto):hover {
    width: 210px;
    background-color: #c3a07bab;
}

.bg-Facebook {
    background-color: #2c2c2c;
}

.bg-Instagram {
    background-color: #c3a07b;
}

.button-fixed .enlace span {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.button-fixed .enlace span img {
    width: 75%;
    padding: 0 8px 0 10px;
}

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

.button-fixed img:hover {
    transform: scale(1.15);
}

.button-fixed .enlace-texto {
    padding: 0 15px;
    height: 60px;
    align-content: center;
    white-space: nowrap;
    color: #fff;
    font-family: var(--familia_fuente);
    font-size: 17px;
    letter-spacing: 2px;
    text-align: center;
}

/* Botón Banner */
.banner .boton {
    text-align: center;
    margin-right: 30px;
}

.banner .boton:last-child {
    text-align: center;
    margin-right: 0px;
}

.banner .boton .btn {
    width: 230px;
    height: 65px;
    color: #333333;
    font-size: 24px;
    /* background: #ffffff; */
    background: #faf0e6;
}

.banner .boton:last-child .btn {
    color: #fff;
    /* background: #202020; */
    background-color: #c3a07b;
}

.banner .boton:hover {
    transform: translateY(-10px);
}

/* Fin Botón Banner */



/* Botón Menú */
.navbar .boton {
    /*	margin-left: 34px;*/
    position: relative;
    /* z-index: 30; */
    float: right;
    /*	height: 114px;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.barra_reducida .navbar .boton {
    /*	height: 104px;*/
}

.boton.boton_menu .btn {
    width: 260px;
    height: 62px;
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 12px;
    white-space: normal;
    text-align: left;
}

.barra_reducida .boton.boton_menu .btn {
    width: 250px;
    height: 60px;
    font-size: 18px;
}

/* Botón servicios */
.servicios .boton .btn {
    font-family: 'Open Sans', sans-serif;
}

/* Botón servicios */


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

.destacado .boton .btn {
    width: 250px;
    height: 65px;
    color: #5f5f5f;
    font-size: 22px;
    background: #faf0e6;
}


/* 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: #202020; */
    background: #c3a07b;
    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;
}

.boton.boton_menu .hvr-shutter-out-horizontal:before {
    border-radius: 10px;
    background: #2e2e2e;
}

.barra_reducida .boton.boton_menu .hvr-shutter-out-horizontal:before {
    background: #1f1f1f;
}

.banner .boton .hvr-shutter-out-horizontal:before {
    border-radius: 8px;
}

.banner .boton:last-child .hvr-shutter-out-horizontal:before {
    background: #fff;
}



.zona_destacado .boton.boton_menu .hvr-shutter-out-horizontal:before {
    background: #5780bc;
}

.boton.color_blanco .hvr-shutter-out-horizontal:before {
    background: #fff;
}

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

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

.banner .boton:last-child .hvr-shutter-out-horizontal:hover,
.banner .boton:last-child .hvr-shutter-out-horizontal:focus,
.banner .boton:last-child .hvr-shutter-out-horizontal:active {
    color: #2e2e2e;
}

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


.boton.boton_menu .hvr-shutter-out-horizontal:hover {
    border: 2px solid #2e2e2e;
}

.barra_reducida .boton.boton_menu .hvr-shutter-out-horizontal:hover {
    border: 2px solid #1f1f1f;
}

/* - -- - -- - -- - -- - -- 
-- - 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 !important;
    -webkit-transition: all 300ms linear !important;
    -moz-transition: all 300ms linear !important;
    -ms-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
}

.limitar {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.limitar_1 {
    -webkit-line-clamp: 1;
    /* number of lines to show */
}

.limitar_2 {
    -webkit-line-clamp: 2;
    /* number of lines to show */
}

.limitar_3 {
    -webkit-line-clamp: 3;
    /* number of lines to show */
}

.limitar_4 {
    -webkit-line-clamp: 4;
    /* number of lines to show */
}

.limitar_5 {
    -webkit-line-clamp: 5;
    /* number of lines to show */
}

.limitar_6 {
    -webkit-line-clamp: 6;
    /* number of lines to show */
}

.limitar_7 {
    -webkit-line-clamp: 7;
    /* number of lines to show */
}

.limitar_8 {
    -webkit-line-clamp: 8;
    /* number of lines to show */
}

.limitar_9 {
    -webkit-line-clamp: 9;
    /* number of lines to show */
}

.limitar_10 {
    -webkit-line-clamp: 10;
    /* number of lines to show */
}

.caja {
    overflow: hidden;
}


/* --- --- --- 
--- HEADER ---
--- --- --- ---*/
header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.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: 90;
    top: 0;
}

.barra_ampliada_banner {
    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: 30;
    top: 0;
}

.barra_reducida_banner {
    position: relative;
    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: 30;
    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: 90;
    top: 0;
}

.navbar-fixed-top {
    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;
    /*	-webkit-box-shadow: 0px 0px 2px 0px red;*/
    /*	box-shadow: 0px 0px 2px 0px red;*/
}

.barra_reducida .navbar-fixed-top {
    background-color: transparent;
    -webkit-box-shadow: 4px 4px 16px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 16px 8px rgba(0, 0, 0, 0.3)
}

.barra_reducida .navbar-fixed-top {
    transform: translateY(0px);
}


/* -- -- -- -- -- -- -- Menú -- -- -- -- -- -- -- */
.total_menu {
    background-color: transparent;
    /*
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
    */
}

.menu_principal {
    /*	background-color: rgba(255, 255, 255, 0.13);*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.52) 25%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.52) 25%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.52) 25%, rgba(0, 0, 0, 0) 100%);
}


.barra_reducida .menu_principal {
    background: #2c2c2c;
}

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



/* -- -- -- barra inferior contacto -- -- -- */
.cabecera {
    padding-bottom: 0;
    position: absolute;
    right: -0px;
    top: calc(100% - 65px);
    background-color: transparent;
    /* border-bottom: 1px solid red; */
    z-index: 5;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    animation-duration: 1.2s;
    animation-delay: 0.3s;
}

.barra_reducida_banner .cabecera {
    transform: translateX(calc(100% + 0px));
}

.alineado_alejado {
    /* height: 40px; */
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    width: max-content;
    position: relative;
    z-index: 2;
    padding-left: 50px;
    /* background-color: #202020; */
    background-color: #c3a07b;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.cabecera .icono_texto {
    margin-right: 26px;
    height: 50px;
}

.cabecera .icono_texto:last-child {
    margin-right: 42px;
}

.cabecera .icono_texto img {
    height: 16px;
    margin-right: 8px;
}

.cabecera .icono_texto img {
    height: 24px;
    margin-right: 12px;
}

.cabecera .icono_texto a:hover img {
    transform: scale(1.2);
}

.redes_cabecera {
    margin-left: 8px;
}

.cabecera .icono_texto p {
    color: #fff;
    font-size: 19px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    margin: 0;
}


/* -- -- -- Menu Principal -- -- -- -- */
.navbar {
    border-radius: 12px;
    border: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-brand {
    height: inherit;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.navbar-brand>img {
    display: initial;
    display: inherit;
}

.navbar-brand>img {
    /* height: 80px; */
    height: 120px;
    /* padding-left: 20px; */
    position: relative;
    top: 25px;
    left: 60px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 1.2s;
    animation-delay: 0s;
}

.barra_reducida .navbar-brand>img {
    height: 76px;
    left: 50px;
    top: 26px;
}

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

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 28px 20px;
    margin: 24px 2px;
}

.barra_reducida .navbar-default .navbar-nav>li>a {
    padding: 28px 20px;
    margin: 24px 2px;
}

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

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


/* Shutter Out Horizontal */
.menu_principal .navbar-nav>li>a.hover-horizontal,
.menu_principal .navbar-nav>li.dropdown li>a.hover-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: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.menu_principal .navbar-nav>li>a.hover-horizontal:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(25, 25, 25, 0.5);
    border-radius: 20px;
    -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;
}



.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:before {
    background: rgba(25, 25, 25, 0.5);
    border-radius: 0px;
}

.menu_principal .navbar-nav>li>a.hover-horizontal:hover,
.menu_principal .navbar-nav>li>a.hover-horizontal:focus,
.menu_principal .navbar-nav>li>a.hover-horizontal:active,
.menu_principal .navbar-nav>li.active .hover-horizontal,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:hover,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:focus,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:active {
    color: #fff;
}

.menu_principal .navbar-nav>li>a.hover-horizontal:hover:before,
.menu_principal .navbar-nav>li>a.hover-horizontal:focus:before,
.menu_principal .navbar-nav>li>a.hover-horizontal:active:before,
.menu_principal .navbar-nav>li.active .hover-horizontal:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:hover:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:focus:before,
.menu_principal .navbar-nav>li.dropdown li>a.hover-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


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


.menu_principal .enlaces {
    padding: 0 40px 0 34px;
}

.barra_reducida .menu_principal .enlaces {
    padding: 0 24px;
}

.bola_roja {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
}

.iconos img {
    height: 22px;
    margin: 0 15px;
}

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

.navbar-nav>li {
    float: inherit;
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: auto;
}

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

.multi-level {
    top: calc(100% - 0px);
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 18px;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
}

.dropdown-submenu .multi-level {
    top: 0;
    left: 100%;
}

.interiores .dropdown-menu {
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 18px;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
}

.bootstrap-select .dropdown-menu>.active>a {
    background-color: #414141;
}

.dropdown-menu>li {
    border-bottom: 1px dotted #30231c;
    background-color: rgba(25, 25, 25);
}

.barra_reducida .dropdown-menu>li {
    border-bottom: 1px dotted #1e1e1d;
    background-color: rgb(35, 35, 34);
}

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

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    margin-top: -20px;
    border-radius: 5px;
}

.dropdown-menu>li>a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    padding: 12px 20px;
    width: 100%;
}



/*
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
color: #313131;
background-color: #f2f7fa;
}
*/


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

.bonones_fixed {
    position: absolute;
    left: 0px;
    top: calc(50% - 66px);
    z-index: 4;
}

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


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

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

.superpuesto .container {
    height: 100%;

}

.banner {
    width: 100%;
    height: 920px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

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


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

.texto_banner>div {
    width: 880px;
}

.texto_banner p {
    color: #fff;
    font-size: 22px;
    text-align: left;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
    margin-right: 300px;
}

.texto_banner p.enunciado,
.texto_banner p.precio {
    font-size: 70px;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 70px;
    margin: 0px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

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

.caja_info {
    margin-top: 14px;
    margin-bottom: 45px;
}

.caja_descarga {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

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


/* - -- estilo de las flechas -- -*/
.splide__slide img {
    vertical-align: bottom;
    height: 250px;
}

.splide__arrows {
    position: absolute;
    top: calc(50%);
    right: 0px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    /*    border: 1px solid red;*/
    z-index: 2;
    width: 100%;
}


.splide__arrow--prev {
    left: 0;
}

.splide__arrow--next {
    right: 0;
}

.splide__arrow {
    z-index: 1;
    opacity: 1;
    transform: translateY(0);
    border-radius: 0px;
    border: none;
    padding: 0;
    height: 50px;
    width: 50px;
    margin: 0px 13px;
    position: relative;
    background-color: rgb(255 255 255);
    top: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* left: -25px; */
}

.crece_svg svg {
    height: 26px;
    width: 26px;
    fill: red;
}

/* - -- estilo de las flechas -- -*/

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





/* -- -- -- Servicios -- -- -- */
.servicios {
    padding-top: 130px;
    padding-bottom: 170px;
}

.servicios .container {
    position: relative;
    z-index: 3;
}

.caja_imagen_servicios {
    width: 100%;
}

.icono_servicios {
    height: 100px;
    margin-bottom: 40px;
}

.servicios .row>div {
    padding: 0 0px;
}

.servicios .row>div:first-child {
    padding: 0 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.servicios .row>div>div {
    padding: 0 17px;
}

.servicios .row>div>div:nth-child(even) .cuadro_servicio {
    position: relative;
    top: 22px;
}

.servicios .info {
    text-align: left;
    margin-top: 36px;
    margin-bottom: 50px;
}

.cuadro_servicio {
    height: 314px;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 46px;
    border: 2px solid #eeeeee;
    transition: 0.3s all linear;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cuadro_servicio:hover p {
    color: #fff
}

.cuadro_servicio:hover .icono_servicios .st0 {
    fill: #fff;
}


.cuadro_servicio .padding {
    padding: 30px 15px;
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    transition: 0.3s all linear;
    align-items: center;
}

.cuadro_servicio .titulo {
    color: #414141;
    font-size: 32px;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 30px;
}

.testimonios .enlace_dorado,
.testimonios .enlace_dorado a {
    color: #7574ac;
}

.testimonios .linea_negra {
    background-color: #7574ac;
}

.cuadro_terapia:hover .linea_negra {
    transform: translateX(0px);
}

.cuadro_opinion:hover .linea_negra {
    transform: translateX(0px);
}

.imagen_chica {
    height: 660px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

/* -- -- -- fin Servicios -- -- -- */





/* -- -- -- destacado -- -- -- */
.destacado {
    /*    border-bottom: 8px solid #79ae8d;*/
    position: relative;
    z-index: 30;
}

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

.simbolo_tecmedica {
    position: absolute;
    bottom: 0px;
    right: -24px;
    height: 400px;
    opacity: 0.6;
}

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

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

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

.texto_destacado p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 14px;
    padding-right: 0px;
    font-weight: 400;
    padding: 0 160px 0px;
    line-height: 26px;
}

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

.linea_bottom {
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

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





/* -- -- -- Actividad -- -- -- */
.actividad {
    padding-top: 160px;
    padding-bottom: 220px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.actividad p {
    color: #585858;
    margin-top: 34px;
    line-height: 23px;
    text-align: left;
}


.circulo_foma_estilo {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #f6f6f8;
    margin-left: 40px;
}

.circulo_foma_estilo .forma_estilo {
    /* height: 104px; */
    height: 100%;
}

.imagen_piernas {
    position: absolute;
    height: 545px;
    left: 0px;
    ;
}

/* -- -- -- Fin Actividad -- -- -- */





/* -- -- -- Section Blog -- -- -- */
.noticias {
    padding-bottom: 180px;
    background-color: #f6f6f8;
}

.noticias .row {
    margin: 0 -16px;
    margin-top: 140px;
}


.noticias .row>div {
    padding: 0 16px;
}

.caja_entrada {
    background-color: #ffffff;
    border-radius: 10px;
    border-top-right-radius: 36px;
    /*		border: 1px solid red;*/
    overflow: hidden;
}

.padre_imagen_noticia {
    width: 100%;
    height: 320px;
}

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

.caja_entrada:hover .padre_imagen_noticia .imagen_noticia {
    transform: scale(1.2);
}


.filtro_lila {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.caja_entrada:hover .filtro_lila {
    background-color: rgba(44, 44, 44, 0.5);
}

.noticias .row>div:last-child .caja_entrada:hover .filtro_lila {
    background-color: rgba(32, 32, 32, 0.5);
    ;
}

.informacion_texto {
    position: absolute;
    bottom: 0px;
    left: 0px;
    /*    background-color: rgba(255, 255, 255, 0.28);*/
    height: 112px;
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.informacion_texto .padding {
    padding: 20px 56px 20px;
    border-top: 0px;
    position: relative;
    z-index: 2;
}

.fecha_imagen {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgba(44, 44, 44, 0.9);
    text-align: center;
    border-radius: 20px;
    padding: 20px 24px;
}

.noticias .row>div:last-child .caja_entrada .fecha_imagen {
    background-color: rgba(32, 32, 32, 0.9);
}

.caja_entrada:hover .fecha_imagen,
.noticias .row>div:last-child .caja_entrada:hover .fecha_imagen {
    background-color: #fff;
}

.fecha_imagen p {
    color: #fff;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: -3px;
    text-transform: uppercase;
    text-align: left;
    line-height: 18px;
}

.fecha_imagen p.promo {
    font-size: 35px;
    line-height: 41px;
    margin: 0px;
}

.caja_entrada:hover .fecha_imagen p {
    color: #202020;
}


.informacion_texto .titular {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
    line-height: 36px;
}

.cartel_ino {
    width: 200px;
    height: 34px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: -17px;
    left: 56px;
}

.cartel_ino p {
    margin: 0px;
}


.top_instagram {
    /* background-color: #d9d9d9; */
    background-color: #faf0e6;
    height: 104px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.top_instagram p {
    /* color: #fff; */
    COLOR: #c3a07b;
    font-size: 100px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 40px;
    line-height: 82px;
}


.forma_bono {
    position: absolute;
    width: calc(100% + 10px);
    width: 100%;
    /*    left: -5px;*/
    top: -32px;
}

/* -- -- -- Fin Blog -- -- -- */




/* FOOTER */

footer {
    background-color: #bc9c7c;
}

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

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

footer .pie_superior_info {
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.pie_superior {
    z-index: 2;
    padding-top: 55px;
    padding-bottom: 45px;
}

.separa_linea_verde {
    height: 134px;
    width: 1px;
    background-color: #aa8968;
}


.sedes.menu_info {
    width: 260px;
}

.sedes.contacto {
    width: 280px;
}

.sedes.redes_pie {
    width: min-content;
}


.logo_pie {
    text-align: center;
    margin-bottom: 0px;
}

.logo_pie img {
    /* height: 100px; */
    height: 150px;
}


.sedes.contenido.menu_info {
    padding: 0px 0px;
    padding-right: 0px;
    margin-left: 0px;
}

.menu_vertical a,
.menu_vertical a p,
.menu_vertical p,
.icono_con_texto p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0px;
}

.menu_vertical.menu_vertical_contacto p {
    font-size: 16px;
}


.menu_vertical .centrado {
    margin-bottom: 20px;
    justify-content: flex-start;
    text-align: left;
}

.menu_vertical a:hover p {
    color: #89afdc;
}

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

}

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

.icono_con_texto img {
    height: 24px;
    margin-right: 12px;
}

.redes_pie .icono_con_texto img {
    margin-right: 0px;
}

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

.icono_con_texto {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 22px;
    /*	width: 100%;*/
}

.sedes .icono_con_texto:last-child {
    margin-bottom: 0;
    /*	background-color: red;*/
}

.menu_vertical img {
    height: 22px;
    margin-right: 12px;
}



.pie_inferior {
    background-color: #2c2c2c;
}

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

.pie_inferior .centrado {
    width: 100%;
}

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

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

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


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

.wow {
    opacity: 0;
}

.banner-interiores .texto_banner {
    justify-content: center;
    padding-bottom: 0;
}

.banner-interiores .texto_banner p.enunciado {
    text-align: center;
    font-size: 70px;
    margin-bottom: 20px;
}

.banner-interiores .texto_banner p {
    text-align: center;
    font-size: 16px;
    margin-right: 0;
}

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

#swipebox-overlay {
    background: ;
}

#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: var(--primario)
}

.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: var(--transparencia);
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

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

.tag_bloque.active {
    background-color: var(--primario);
}

.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 var(--primario);
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.quantity label {
    display: inline-block;
    padding: 0 20px;
    color: var(--secundario);
}

.quantity-controls .fa {
    color: var(--secundario);
}

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

.lista_productos_sin_stock {
    border: 2px solid red;
    padding: 20px 20px;
    list-style-type: none;
}

.lista_productos_sin_stock li {
    color: #f4573a;
    font-weight: 600;
}

.productos .padre_imagen {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

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



.muestras p {
    color: #000;
    font-size: 13px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 16px;
    text-align: center;
}


.muestras p.nombre {
    font-size: 27px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 4px;
    height: 65px;
}

.post_pager {
    margin-top: 30px;
}

.muestras p.categoria {
    text-transform: uppercase;
}

.container_ampliado {
    width: calc(1170px + 212px);
    padding: 0px;
    max-width: 95vw;
}

.muestras p.precio {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 4px;
    padding-top: 16px;
}

.muestras p.precio.anterior {
    color: #585858;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 15px;
    margin-bottom: 4px;
    text-decoration: line-through;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -2px;
    padding: 0;
}

.bienvenida .row {
    margin-right: -45px;
    margin-left: -45px;
}

.productos .padre_imagen_noticia {
    width: 100%;
    height: 400px;
}

.muestras {
    margin-top: 60px;
    padding-bottom: 40px;
    border: 1px solid #41414124;
    border-radius: 20px;
}

.muestras .boton {
    text-align: center;

}

.muestras .boton .btn {
    font-size: 20px;

}

.muestras:hover {
    transform: translateY(-10px);
}

#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: var(--primario);
    font-weight: 500;
    font-family: var(--familia_fuente)
}

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

.botones_carro.bono {
    width: 100%;
    float: none;
}

.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: var(--secundario);
}

.descarga.dos:hover .btn {
    color: var(--secundario);
    background-color: #e8d6fb;
}

.mayorista {
    color: var(--secundario);
    background-color: #e8d6fb;
    border: 2px solid var(--secundario);
    padding: 16px 14px;
    text-align: center;
    font-weight: 600;
}

.btn-corporativo {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--familia_fuente);
    text-transform: uppercase;
    border: 0px;
    border-radius: 10px;
    background-color: var(--primario);
    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: var(--familia_fuente);
    text-transform: uppercase;
    border: 0px;
    border-radius: 10px;
    background-color: var(--primario);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.btn-corporativo3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--familia_fuente);
    text-transform: uppercase;
    border: 0px;
    border-radius: 10px;
    background-color: var(--primario);
    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: var(--primario);
    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 var(--primario);
}

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

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

.bono-detalle.depilacion {
    background: transparent;
    padding: 15px;
}

#destino_ajax {
    background-color: var(--transparencia);
    padding-top: 15px;
    border-radius: 20px;
}

h1#title_prod {
    font-family: var(--familia_fuente);
    text-transform: uppercase;
    font-weight: 400;
    color: var(--primario);
    font-size: 24px;
    margin-top: 0px
}

.bono-detalle.depilacion h1#title_prod {
    font-size: 44px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 20px;
}

.bono-detalle.depilacion h3.select_bono {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
}

.bono-detalle.depilacion .iconos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.bono-detalle.depilacion .iconos .caja_icono {
    display: flex;
    align-items: center;

}

.bono-detalle.depilacion .iconos .caja_icono .titulo {
    font-weight: 700;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.bono-detalle.depilacion .lista_bonos {
    height: 350px;
}

.bono-detalle.depilacion .lista_precios {
    margin-top: 20px;
}

.bono-detalle.depilacion .lista_precios .texto_precio {
    font-size: 24px;
}

#destino_descripcion {
    column-count: 2;
    column-gap: 40px;
}

.list-group-item a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    padding: 15px 15px;
}

.panel-title a {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 15px;
    background-color: var(--primario);
    color: #fff;
}

.productos .panel-heading {
    padding: 0;
}

.list-group-item a:hover {
    background: var(--transparencia);
    color: var(--primario);
}

.list-group-item a.active,
.list-group-item a.active:hover {
    background: var(--primario);
    color: #fff;
}

.panel .list-group-item a.active,
.panel .list-group-item a.active:hover {
    background: var(--transparencia);
    color: var(--primario);
    font-weight: 700;
}

.list-group-item {
    padding: 0px 0px;
}

.coleccion #accordion {
    height: 880px;
    overflow-y: auto;
}

.coleccion #accordion::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 11px;
}

.coleccion #accordion::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: var(--primario);
    opacity: 0.8;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
}

.bono-detalle.depilacion .iconos .tiempo::before {
    content: "";
    background-image: url(images/tiempo.svg);
    background-size: cover;
    background-position: center;
    display: block;
    width: 36px;
    height: 36px;
    color: #000;
    margin-right: 15px;
}

.bono-detalle.depilacion .iconos .tamano::before {
    content: "";
    background-image: url(images/tamano.svg);
    background-size: cover;
    background-position: center;
    display: block;
    width: 36px;
    height: 36px;
    color: #000;
    margin-right: 15px;
}

.bono-detalle.depilacion .botones_carro {
    display: flex;
    justify-content: space-between;
}

.bono-detalle.depilacion .botones_carro .btn-tam {
    width: calc(50% - 15px) !important;
}

h3.categoria {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: var(--familia_fuente);
    margin-top: 0px
}

span.precio {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    color: var(--primario);
    font-weight: 400
}

.bono-detalle span.precio {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    color: var(--primario);
    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: var(--secundario);
}

.mini_icono_text .fa-download {
    color: var(--secundario);
}


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

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

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

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
}

/**************************
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: var(--primario)
}

#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: var(--secundario);
    color: #fff !important
}

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

.condiciones a {
    color: #000
}

/************************************
*  Cesta Lateral  *
************************************/

.titulares-resumen {
    color: var(--primario);
}

#configurar-cesta h4 {
    color: var(--primario);
}

.menu-cesta {
    position: fixed;
    top: 0;
    right: 0px;
    height: 100vh;
    width: 480px;
    background-color: #fff;
    z-index: 1000;
    transition: 400ms all linear;
    box-shadow: 0px 8px 10px -5px rgba(51, 51, 51, 0.2), 0px 16px 24px 2px rgba(51, 51, 51, 0.14), 0px 6px 30px 5px rgba(51, 51, 51, 0.12)
}

.menu-cesta .cabecera-cesta {
    padding-top: 35px;
    background-color: #d9d9d9;
    height: 90px;
    position: relative
}

.fondo-cesta {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fondo-cesta .overlay-cesta {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--primario)
}

.menu-cesta .cabecera-cesta h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-family: var(--familia_fuente);
    text-align: center
}

.cerrar-cesta {
    position: absolute;
    top: 25px;
    right: 20px;
    transition: 200ms all linear;
    border-radius: 50%;
    cursor: pointer
}

.cerrar-cesta img {
    height: 40px;
    width: 40px
}

.cuerpo-cesta {
    height: calc(100vh - 260px);
    padding: 30px;
    overflow: scroll
}

.pagar-cesta {
    height: 120px;
    padding: 0px 30px;
}

.pagar-cesta p {
    text-align: center
}

.pagar-cesta p span {
    font-size: 30px;
    font-weight: 400;
}

.pie-cesta {
    height: 50px;
    background-color: #f7f7f7
}

.articulo {
    position: relative
}

.articulo img {
    width: 100%;
    height: 115px;
    object-fit: contain
}

.articulo h4 {
    font-size: 24px;
    font-family: var(--familia_fuente);
    color: #6a6a6a;
}

.articulo .precio-articulo {}

.articulo .controles-articulo {
    height: 30px
}

.articulo .controles-articulo .operators {
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start
}

.articulo .btn-circle {
    border: 1px solid #353535;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    float: right;
    color: #353535;
    cursor: pointer;
}

.menu-cesta .icono-cesta {
    width: auto;
    height: 25px;
    margin: 0 6px
}

.btn-operator {
    color: #272727
}

.btn-operator:hover,
.btn-operator:focus,
.btn-operator:active {
    color: #626062
}

#precio_label {
    text-align: center;
}

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

#manto-cesta.toogled,
#manto-movil.toogled {
    z-index: 30
}

span.cesta-bono {
    color: #3c763d
}

.btn-cesta {
    height: 48px;
    background-color: #272727;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    color: #fff;
}

.btn-cesta:hover,
.btn-cesta:focus,
.btn-cesta:active {
    color: #fff;
    background: #272727
}

.boton-cesta {
    cursor: pointer;
}

/* Animaciones */

.menu-cesta {
    transform: translate(530px, 0px);
}

.mostrarCesta .menu-cesta {
    transform: translate(0px, 0px);
}

a.cerrar-cesta:hover {
    background-color: #626062
}

@media (max-width: 767px) {
    .menu-cesta {
        width: 100vw;
        transform: translate(110vw, 0px);
    }

    .menu-cesta .cabecera-cesta {
        padding-top: 15px;
        height: 50px
    }

    .menu-cesta .cabecera-cesta h3 {
        font-size: 20px
    }

    .cerrar-cesta {
        top: 10px;
        right: 10px
    }

    .cerrar-cesta img {
        height: 30px;
        width: 30px
    }

    .cuerpo-cesta {
        height: calc(100vh - 225px);
        padding: 30px;
        overflow: scroll
    }

    #manto-cesta.toogled,
    #manto-movil.toogled {
        z-index: 9;
        opacity: 0.6;
        background-color: #0d0d0d;
    }
}


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

.tipografia,
.titulo-contenido {
    text-align: left;
    color: #505050;
    text-transform: uppercase;
    font-family: var(--familia_fuente);
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
}

.titulo-contenido {
    color: #000;
}

.tipografia i {
    color: var(--secundario)
}

.listado {
    text-align: justify;
}

.listado ul,
.listado li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.listado li {
    padding: 20px;
    background-color: var(--transparencia);
}

.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: var(--secundario);
    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: var(--secundario)
}

.bloque_cabecera .bloque_titulo {
    background-color: var(--primario);
    padding: 15px
}

.bloque_cabecera .bloque_interior {
    background-color: var(--transparencia);
    padding: 30px 15px
}

.bloque_cabecera .bloque_titulo h3 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--familia_fuente);
    font-weight: 300
}

.bloque_cabecera .imagen {
    width: 100%
}

.bloque_cabecera h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: var(--familia_fuente);
    color: var(--secundario)
}

.bloque_cabecera .texto {
    font-size: 18px;
    font-weight: 300
}

.bloque_imagen_lista .imagen {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px
}

.bloque_imagen_lista h4 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    font-family: var(--familia_fuente);
    color: var(--primario);
    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: var(--secundario)
}

.bloque_contenido .titulo {
    background-color: var(--primario);
    padding: 15px 10px
}

.bloque_contenido .titulo h4 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--familia_fuente);
    font-weight: 300
}

.bloque_contenido .bloque {
    padding: 0 10px
}

.bloque_desplegable .fondo,
.bloque_documentos .fondo {
    background-color: var(--transparencia);
    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: var(--familia_fuente);
    color: var(--secundario)
}

.bloque_desplegable .panel-default {
    border-color: var(--primario)
}

.bloque_desplegable .panel-default>.panel-heading {
    background-color: var(--primario);
    color: #fff;
    border-color: var(--primario)
}

.bloque_desplegable h2 .fa {
    color: var(--secundario)
}

.bloque_desplegable .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: var(--primario)
}

.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%;
    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;
    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: var(--familia_fuente);
}

.noticia .post_details {
    color: #fff;
    background-color: var(--primario);
    padding: 10px;
    border-bottom: solid 5px var(--primario);
    text-align: right;
    font-size: 13px
}

.post_details li {
    font-family: var(--familia_fuente);
    font-size: 13px;
    font-weight: 300;
    color: #fff
}

.noticia-detalle-fecha small {
    font-family: var(--familia_fuente);
    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: var(--transparencia)
}

.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: var(--primario);
    font-family: var(--familia_fuente);
}

.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 var(--primario);
    background-color: var(--primario);
    color: #fff
}

.widget-noticias .input-group-btn i {
    font-size: 16px
}

.popular {
    font-size: 13px
}

.mini-noticia a {
    font-family: var(--familia_fuente);
    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: var(--transparencia);
    max-width: 400px;
    float: left;
    margin: 0px 20px 12px 0px;
}

.titulo_noticia {
    color: var(--primario);
    font-size: 30px;
    text-transform: uppercase;
    font-family: var(--familia_fuente);
    margin: 0;
}

#busqueda {
    border-color: var(--primario);
}

.marco-contacto {
    background-color: var(--transparencia);
    padding: 20px;
    margin-top: 40px;
}

.marco-contacto h3 {
    margin-top: 0px
}

.widget-noticias {
    background-color: var(--transparencia)
}

.marco-contacto .input-group-addon {
    background-color: var(--primario);
    border-color: var(--primario);
    color: #fff
}

.marco-contacto .form-control {
    border-color: var(--primario);
}

.input-group .form-control {
    z-index: 0;
}

/* TABLA MIS PEDIOS*/

.tabla_cabecera .row {
    font-weight: 400;
    background-color: var(--primario);
    color: #fff
}

#tabla_stocks_resultados .row:nth-child(even) {
    background-color: var(--transparencia)
}

.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: var(--primario);
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: var(--transparencia);
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: var(--primario);
    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: var(--primario);
}

.nav-pills>li>a {
    color: #000;
    font-family: 'Open Sans';
    font-weight: 400;
    text-transform: uppercase;
}

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

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

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

.filtros.interiores {
    background: var(--transparencia);
}

.bono-detalle .marco-izq {
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 10px;
    border-top-right-radius: 36px;
    background: #f6f6f8;
}

.bono-detalle .foto_principal .imagen {
    border-radius: 20px;
}

.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: var(--primario);
    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: var(--primario);
    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: var(--primario);
    border-color: var(--primario);
}

.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: var(--familia_fuente);
    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);
}

.caja_texto_legal {
    border: 1px solid var(--primario);
    padding: 5px;
}

.caja_texto_legal p {
    font-size: 12px;
    line-height: normal;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Responsive  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/

@media (max-width: 1800px) {
    /* perfeccionar código */

    .imagen_piernas {
        height: 470px;
        margin-top: 60px;
    }

    .circulo_foma_estilo {
        width: 380px;
        height: 380px;
    }

}

@media (max-width: 1600px) {
    /* perfeccionar código */

    .imagen_piernas {
        height: 400px;
        margin-top: 94px;
    }

    .circulo_foma_estilo {
        width: 360px;
        height: 360px;
    }


}

@media(max-width: 1500px) {
    .boton.boton_menu .btn {
        width: 240px;
    }

    .menu_principal .enlaces {
        padding: 0 40px 0 30px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 17px;
        padding: 28px 15px;
    }
}


@media (max-width: 1450px) {
    /* perfeccionar código */

    .navbar-fixed-top {
        /*    box-shadow: 0px 0px 2px 0px #0028ff;*/
    }

    .total_menu .container-fluid {
        padding-right: 20px;
    }

    .boton.boton_menu .btn {
        width: 230px;
        height: 60px;
        font-size: 19px;
    }

    .barra_reducida .boton.boton_menu .btn {
        width: 210px;
        height: 55px;
        font-size: 18px;
    }

    .boton .btn img {
        height: 17px;
        margin-right: 11px;
    }

    .menu_principal .enlaces {
        padding: 0 20px 0 7px;
    }

    .barra_reducida .menu_principal .enlaces {
        padding: 0 15px 0 7px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 23px 15px;
        margin: 24px 2px;
    }

    .barra_reducida .navbar-default .navbar-nav>li>a {
        padding: 18px 14px;
        margin: 24px 2px;
    }

    .navbar-brand>img {
        height: 75px;
        top: 22px;
        left: 30px;
    }

    .barra_reducida .navbar-brand>img {
        height: 72px;
        left: 30px;
        top: 17px;
    }

    .texto_banner {
        padding-top: 114px;
    }


}

@media (max-width: 1366px) {
    /* perfeccionar código */


    h1.h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .forma_base {
        height: 51px;
        right: calc(100% - 44px);
        top: -3px;
    }

    /* -- -- -- Banner -- -- -- */
    .texto_banner {
        padding-bottom: 52px;
    }

    .cabecera {
        top: calc(100% - 52px);
    }

    /* -- -- -- Servicios -- -- -- */
    .servicios {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .imagen_chica {
        height: 530px;
    }

    .icono_servicios {
        height: 80px;
        margin-bottom: 28px;
    }

    .cuadro_servicio .titulo {
        font-size: 28px;
        line-height: 28px;
        padding: 0 10px;
    }

    .cuadro_servicio {
        height: 280px;
        margin-bottom: 35px;
    }

    .servicios .info {
        text-align: left;
        margin-top: 17px;
        margin-bottom: 44px;
    }

    /* -- -- -- destacado -- -- -- */
    .texto_destacado .padding {
        padding: 80px 14px 90px;
    }

    /* -- -- -- actividad -- -- -- */
    .actividad {
        padding-top: 130px;
        padding-bottom: 170px;
    }

    .circulo_foma_estilo {
        width: 350px;
        height: 350px;
        margin-left: 60px;
    }

    .circulo_foma_estilo .forma_estilo {
        /* height: 95px; */
        height: 100%;
    }

    .imagen_piernas {
        height: 390px;
        left: 0px;
        margin-top: 70px;
    }


}


@media (max-width: 1300px) {
    /* perfeccionar código */

    .navbar-fixed-top {
        /*    box-shadow: 0px 0px 2px 0px green;*/
    }

    .total_menu .container-fluid {
        padding-right: 20px;
    }

    .boton.boton_menu .btn {
        width: 200px;
        height: 55px;
        font-size: 18px;
    }

    .barra_reducida .boton.boton_menu .btn {
        width: 190px;
        height: 50px;
        font-size: 17px;
    }

    .menu_principal .enlaces {
        padding: 0 8px 0 0px;
    }

    .barra_reducida .menu_principal .enlaces {
        padding: 0 6px 0 0px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 18px 13px;
        margin: 24px 2px;
    }

    .barra_reducida .navbar-default .navbar-nav>li>a {
        padding: 16px 12px;
        margin: 22px 2px;
    }

    .navbar-brand>img {
        height: 66px;
        top: 22px;
        left: 20px;
    }

    .barra_reducida .navbar-brand>img {
        height: 63px;
        left: 20px;
        top: 19px;
    }

    .texto_banner {
        padding-top: 104px;
    }


    .top_instagram p {
        font-size: 90px;
        letter-spacing: 30px;
        line-height: 74px;
    }

    .imagen_piernas {
        height: 340px;
        margin-top: 70px;
    }

    .circulo_foma_estilo {
        width: 330px;
        height: 330px;
        margin-left: 100px;
    }

    .circulo_foma_estilo .forma_estilo {
        /* height: 85px; */
        height: 100%;
    }

}




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


    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    h1.h1 {
        font-size: 50px;
        line-height: 54px;
    }

    h2.h2 {
        font-size: 45px;
        line-height: 51px;
    }

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

    .boton.boton_menu .btn {
        width: 210px;
        height: 56px;
        font-size: 19px;
    }

    .barra_reducida .boton.boton_menu .btn {
        width: 200px;
        height: 58px;
        font-size: 18px;
    }

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

    .forma_base {
        height: 48px;
        right: calc(100% - 40px);
        top: -4px;
    }



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



    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .navbar-default .navbar-nav>li>a {
        padding: 25px 17px;
        margin: 22px 2px;
    }

    .barra_reducida .navbar-default .navbar-nav>li>a {
        padding: 22px 15px;
        margin: 20px 2px;
    }

    .menu_principal .enlaces {
        padding: 0 30px 0 15px;
    }

    .navbar-brand>img {
        height: 75px;
        top: 23px;
        left: 40px;
    }

    .barra_reducida .navbar-brand>img {
        height: 70px;
        left: 40px;
        top: 20px;
    }

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

    .texto_banner>div {
        width: 790px;
    }

    .texto_banner {
        padding-top: 114px;
        padding-bottom: 50px;
    }

    .texto_banner p.enunciado,
    .texto_banner p.precio {
        font-size: 60px;
        line-height: 60px;
    }

    .caja_info {
        margin-bottom: 35px;
    }

    .texto_banner p {
        font-size: 20px;
        line-height: 26px;
        margin-right: 270px;
    }

    .texto_banner p.precio {
        font-size: 38px;
        line-height: 38px;
    }

    .banner .boton .btn {
        width: 200px;
        height: 55px;
        font-size: 21px;
    }

    .cabecera {
        top: calc(100% - 50px);
    }



    /* -- -- -- servicios -- -- -- */
    .servicios {
        padding-top: 90px;
        padding-bottom: 130px;
    }

    .cuadro_servicio {
        height: 300px;
        margin-bottom: 40px;
    }

    .icono_servicios {
        height: 80px;
        margin-bottom: 33px;
    }

    .cuadro_servicio .titulo {
        font-size: 28px;
        line-height: 27px;
        padding: 0 10px;
    }

    .servicios .info {
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .imagen_chica {
        height: 520px;
    }

    /* -- -- -- destacado -- -- -- */
    .texto_destacado .padding {
        padding: 75px 14px 65px;
    }

    /* -- -- -- actividad -- -- -- */
    .actividad {
        padding-top: 110px;
        padding-bottom: 160px;
    }

    .actividad p {
        margin-top: 30px;
        line-height: 23px;
    }

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

    .circulo_foma_estilo .forma_estilo {
        /* height: 94px; */
        height: 100%;
    }

    .imagen_piernas {
        height: 338px;
        margin-top: 48px;
    }


    /* -- -- -- noticias -- -- -- */
    .top_instagram {
        height: 95px;
    }

    .top_instagram p {
        font-size: 90px;
        letter-spacing: 35px;
        line-height: 74px;
    }

    .noticias .row {
        margin-top: 110px;
    }

    .noticias {
        padding-bottom: 130px;
    }

    /* -- -- -- FOOTER -- -- -- */
    .pie_superior {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .separa_linea_verde {
        height: 124px;
    }

    .copi,
    .desarrollo,
    .desarrollo a {
        margin: 19px 0px;
    }

    .container_ampliado {
        width: calc(1170px + 150px);
    }


}



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

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



}


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

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

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

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

    .boton .btn {
        width: 180px;
        height: 51px;
        font-size: 17px;
    }

    .destacado .boton .btn {
        width: 230px;
        height: 60px;
        font-size: 20px;
    }


    .forma_base {
        height: 23px;
        right: calc(100% - 37px);
        top: 17px;
    }

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

    .dropdown-submenu .dropdown-toggle {
        padding: 10px 40px 10px 45px !important;
    }

    .left .sidebar-nav .dropdown-submenu .multi-level a:last-child {
        padding: 10px 15px 10px 75px;
        background: #000;
    }

    .dropdown-submenu .multi-level {}

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

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

    .menu_principal {
        background: #2c2c2c;
    }

    .navbar-fixed-top {
        -webkit-box-shadow: 0px 0px 0px 0px red;
        box-shadow: 0px 0px 0px 0px red;
    }

    .navbar-brand>img,
    .barra_reducida .navbar-brand>img {
        position: absolute;
        left: 0px;
        top: 6px;
        height: 40px;
        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: #202020;
        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(0, 0, 0, 0.1);
        white-space: initial;
        color: #ffffff;
        font-size: 17px;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 400;
    }


    /* menu_despegale */


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

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

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

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

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

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

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

    }

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

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

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


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

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

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

    .sidebar-wrapper.left .form-control {
        height: 43px;
        padding: 6px 12px;
        color: #000;
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid #000;
        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(0, 0, 0);
        border-color: rgb(0, 0, 0);
    }


    .sidebar-wrapper.left .form-control::placeholder {
        color: #000;
    }


    .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: 620px;
    }

    .texto_banner {
        padding-top: 52px;
        padding-bottom: 50px;
        padding-left: 40px;
    }

    .texto_banner p.enunciado,
    .texto_banner p.precio {
        font-size: 50px;
        line-height: 50px;
    }

    .texto_banner>div {
        width: 620px;
    }

    .texto_banner p {
        font-size: 18px;
        line-height: 24px;
        margin-right: 150px;
    }

    .texto_banner p.precio {
        font-size: 36px;
        line-height: 36px;
    }

    .caja_info {
        margin-bottom: 30px;
    }

    .banner .boton .btn {
        width: 170px;
        height: 50px;
        font-size: 19px;
    }

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

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

    .alineado_alejado {
        padding-left: 36px;
    }

    .cabecera .icono_texto {
        margin-right: 26px;
        height: 46px;
    }

    .cabecera .icono_texto:last-child {
        margin-right: 26px;
    }


    /* -- -- -- servicio -- -- -- */
    .cuadro_servicio {
        height: 260px;
        margin-bottom: 30px;
    }

    .icono_servicios {
        height: 70px;
        margin-bottom: 28px;
    }

    .cuadro_servicio .titulo {
        font-size: 24px;
        line-height: 25px;
        padding: 0 10px;
    }

    .servicios {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .servicios .info {
        margin-top: 26px;
        margin-bottom: 41px;
        -webkit-line-clamp: 8;
    }

    .imagen_chica {
        height: 410px;
    }

    /* -- -- -- destacado -- -- -- */
    .texto_destacado .padding {
        padding: 40px 14px 65px;
    }

    /* -- -- -- actividad -- -- -- */
    .actividad p {
        margin-top: 20px;
        line-height: 23px;
        -webkit-line-clamp: 12;
    }

    .circulo_foma_estilo {
        width: 330px;
        height: 330px;
        margin-left: 60px;
    }

    .circulo_foma_estilo .forma_estilo {
        /* height: 88px; */
        height: 100%;
    }

    .imagen_piernas {
        height: 290px;
        margin-top: 60px;
    }

    .actividad {
        padding-top: 90px;
        padding-bottom: 140px;
    }

    /* -- -- -- Noticias -- -- -- */
    .top_instagram p {
        font-size: 70px;
        letter-spacing: 30px;
        line-height: 58px;
    }

    .top_instagram {
        height: 84px;
    }

    .noticias .row {
        margin-top: 80px;
    }

    .noticias {
        padding-bottom: 120px;
    }

    .padre_imagen_noticia {
        height: 290px;
    }

    .informacion_texto {
        height: 94px;
    }

    .informacion_texto .padding {
        padding: 20px 40px 20px;
    }

    .informacion_texto .titular {
        font-size: 30px;
        line-height: 32px;
    }

    .forma_bono {
        top: -26px;
    }

    .cartel_ino {
        width: 146px;
        height: 32px;
        left: 40px;
    }

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

    .fecha_imagen {
        top: 18px;
        right: 18px;
        border-radius: 18px;
        padding: 17px 17px;
    }

    .fecha_imagen p {
        font-size: 14px;
        line-height: 17px;
    }

    .fecha_imagen p.promo {
        font-size: 31px;
        line-height: 37px;
    }

    .noticias {
        padding-bottom: 100px;
    }


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

    .logo_pie img {
        height: 90px;
        margin-bottom: 34px;
    }

    .pie_superior {
        padding-top: 30px;
        padding-bottom: 22px;
    }


    .container_ampliado {
        width: 970px;
        padding: 0 15px;
        max-width: 100vw;
    }

}




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

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

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


}

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

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

    .container_ampliado {
        width: 750px;
    }

    .destacado .boton .btn {
        width: 220px;
        height: 56px;
        font-size: 19px;
    }

    .servicios .container,
    .actividad .container {
        padding: 0 30px;
    }

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


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





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

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

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

    .texto_banner p {
        font-size: 16px;
        line-height: 22px;
        margin-right: 84px;
    }

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

    .caja_descarga {
        margin-top: 30px;
    }

    .banner .boton {
        margin-right: 20px;
    }

    .banner .boton .btn {
        width: 160px;
        height: 48px;
        font-size: 18px;
    }

    .cabecera {
        top: calc(100% - 40px);
    }

    .cabecera .icono_texto p {
        font-size: 14px;
    }

    .cabecera .icono_texto img {
        height: 16px;
        margin-right: 6px;
    }

    .cabecera .icono_texto {
        margin-right: 20px;
        height: 40px;
    }

    .alineado_alejado {
        padding-left: 30px;
    }


    /* -- -- -- servicios -- -- -- */
    .servicios {
        padding-top: 80px;
        padding-bottom: 190px;
    }

    .texto_base {
        margin-bottom: 50px;
    }

    .servicios .info {
        margin-top: 20px;
        -webkit-line-clamp: inherit;
    }

    .icono_servicios {
        height: 64px;
        margin-bottom: 24px;
    }

    .cuadro_servicio {
        height: 190px;
        margin-bottom: 30px;
    }

    .imagen_chica {
        height: 380px;
    }


    /* -- -- -- destacado -- -- -- */
    .texto_destacado p {
        font-size: 18px;
        margin-bottom: 34px;
        margin-top: 14px;
        padding: 0 110px 0px;
    }

    /* -- -- -- actividad -- -- -- */
    .actividad {
        text-align: center;
    }

    .actividad p {
        -webkit-line-clamp: inherit;
    }


    .circulo_foma_estilo {
        width: 300px;
        height: 300px;
        margin-left: 0px;
    }

    .circulo_foma_estilo .forma_estilo {
        /* height: 80px; */
        height: 100%;
    }

    .imagen_piernas {
        height: 345px;
        bottom: 80px;
        margin: 0;
    }

    /* -- -- -- Noticias -- -- -- */
    .top_instagram p {
        font-size: 60px;
        letter-spacing: 16px;
        line-height: 50px;
    }

    .informacion_texto .titular {
        font-size: 28px;
        line-height: 30px;
    }

    .informacion_texto {
        height: 88px;
    }

    .informacion_texto .padding {
        padding: 20px 25px 20px;
    }

    .cartel_ino {
        width: 132px;
        height: 30px;
        left: 25px;
    }

    .forma_bono {
        top: -20px;
    }

    .cartel_ino p {
        font-size: 14px;
    }

    .fecha_imagen p {
        font-size: 12px;
        line-height: 14px;
    }

    .fecha_imagen p.promo {
        font-size: 28px;
        line-height: 33px;
    }

    .fecha_imagen {
        padding: 14px 14px;
    }


    /* -- -- -- FOOTER -- -- -- */
    .logo_pie img {
        height: 80px;
        margin-bottom: 30px;
    }

    .pie_superior {
        padding-top: 25px;
        padding-bottom: 22px;
    }

    .menu_vertical.menu_vertical_contacto p,
    .menu_vertical a,
    .menu_vertical a p,
    .menu_vertical p,
    .icono_con_texto p {
        font-size: 14px;
    }

    .sedes.menu_info {
        width: 240px;
    }

    .sedes.contacto {
        width: 240px;
    }

    .separa_linea_verde {
        height: 114px;
    }

    /* -- -- -- Depilacion -- -- -- */
    .coleccion #accordion {
        height: 100%;
        overflow: visible;
    }

    .bono-detalle.depilacion .botones_carro .btn-tam {
        width: 100% !important;
    }

    .bono-detalle.depilacion .botones_carro {
        flex-direction: column;
        align-content: center;
        align-items: center;
        height: 120px;
    }

    #destino_descripcion {
        column-count: 1;
    }

    .bono-detalle.depilacion .iconos {
        justify-content: space-between;
    }

    .bono-detalle.depilacion .iconos .tiempo::before,
    .bono-detalle.depilacion .iconos .tamano::before {
        margin-right: 5px;
    }




}

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

    .wow {
        opacity: 1;
    }

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    h1.h1 {
        font-size: 36px;
        line-height: 36px;
    }

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

    .destacado h2.h2 {
        font-size: 35px;
        line-height: 35px;
        -webkit-line-clamp: inherit;
    }

    .destacado .boton .btn {
        width: 200px;
        height: 52px;
        font-size: 18px;
    }

    .forma_base {
        height: 16px;
        right: calc(100% - 32px);
        top: 18px;
    }


    .servicios .container,
    .actividad .container {
        padding: 0 20px;
    }

    .boton .btn {
        width: 160px;
        height: 45px;
        font-size: 16px;
    }

    .container_ampliado {
        width: 100%;
    }

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


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




    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .texto_banner {
        padding-top: 52px;
        padding-bottom: 40px;
        padding-left: 0px;
    }

    .texto_banner>div {
        width: 100%;
    }

    .texto_banner p.enunciado,
    .texto_banner p.precio {
        font-size: 35px;
        line-height: 40px;
        -webkit-line-clamp: 2;
    }

    .texto_banner p {
        font-size: 15px;
        margin-right: 0px;
    }

    .texto_banner p.precio {
        font-size: 30px;
        line-height: 30px;
    }

    .banner .boton .btn {
        width: 150px;
        height: 46px;
        font-size: 17px;
    }

    .caja_magica_banner {
        bottom: calc(0% - 5px);
    }

    .alineado_alejado {
        padding-left: 16px;
    }

    .cabecera .icono_texto:last-child {
        margin-right: 12px;
    }


    /* -- -- -- servicios -- -- -- */
    .servicios .info {
        margin-top: 12px;
        -webkit-line-clamp: inherit;
    }

    .servicios .row>div>div.caja_cuadro_servicio {
        padding: 0 10px;
    }

    .cuadro_servicio .titulo {
        font-size: 20px;
        line-height: 21px;
        padding: 0 0px;
    }

    .imagen_chica {
        height: 230px;
    }

    .icono_servicios {
        height: 56px;
        margin-bottom: 24px;
    }

    .servicios {
        padding-top: 60px;
        padding-bottom: 120px;
    }

    /* -- -- -- Destacado -- -- -- */
    .texto_destacado p {
        font-size: 16px;
        margin-bottom: 26px;
        margin-top: 6px;
        padding: 0 0px 0px;
    }

    .texto_destacado .padding {
        padding: 40px 0px 65px;
    }

    /* -- -- -- actividad -- -- -- */
    .actividad {
        padding-top: 60px;
        padding-bottom: 140px;
    }

    .circulo_foma_estilo {
        width: 200px;
        height: 200px;
    }

    .circulo_foma_estilo .forma_estilo {
        /* height: 50px; */
        height: 100%;
    }

    .imagen_piernas {
        height: 210px;
        margin-top: 0px;
        bottom: 80px;
    }


    /* -- -- -- Noticias -- -- -- */
    .noticias {
        padding-bottom: 60px;
    }

    .top_instagram {
        height: 60px;
    }

    .top_instagram p {
        font-size: 34px;
        letter-spacing: 8px;
        line-height: 30px;
    }

    .noticias .row {
        margin-top: 50px;
    }

    .caja_entrada {
        margin-bottom: 30px;
    }

    .padre_imagen_noticia {
        height: 240px;
    }

    .informacion_texto .titular {
        font-size: 25px;
        line-height: 26px;
    }

    .informacion_texto .padding {
        padding: 20px 20px 20px;
    }

    .informacion_texto {
        height: 80px;
    }

    .forma_bono {
        top: -20px;
    }

    .cartel_ino p {
        font-size: 12px;
    }

    .cartel_ino {
        width: 106px;
        height: 28px;
        left: 20px;
    }

    .fecha_imagen p.promo {
        font-size: 25px;
        line-height: 30px;
    }

    .fecha_imagen {
        padding: 12px 12px;
    }

    /* -- -- -- FOOTER -- -- -- */
    .caja_magica_footer {
        bottom: calc(100% - 6px);
    }

    .logo_pie img {
        height: 68px;
        margin-bottom: 30px;
    }

    .menu_pie p,
    .menu_pie p a {
        font-size: 14px;
    }

    footer .pie_superior_info {
        justify-content: center;
        display: block;
        text-align: center;
    }

    .sedes.contenido.menu_info,
    .sedes.contacto,
    .sedes.redes_pie {
        text-align: center;
        margin: 0 auto;
    }

    .menu_vertical .centrado,
    .icono_con_texto {
        margin-bottom: 16px;
    }

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

    .sedes.redes_pie .icono_con_texto {
        margin-bottom: 0px;
    }

    .redes_pie .icono_con_texto img {
        margin-right: 0px;
        padding: 0 10px;
    }

    .separa_linea_verde {
        height: 1px;
        width: 100px;
        margin: 20px auto;
    }


    .pie_firma {
        padding: 10px 0px;
    }

    .pie_firma .centrado {
        width: 100%;
        display: block;
    }

    .copi,
    .desarrollo,
    .desarrollo a {
        margin: 10px 0px;
    }


}


/*//ESTILOS GENERALES//*/
@media (max-width: 1200px) {
    .sidebar-wrapper.left .form-control {
        height: 43px;
        padding: 6px 12px;
        color: var(--secundario);
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid #91a22f;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .sidebar-nav li a.favorito {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .caja_favorito,
    .caja_redes {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .caja_favorito a,
    .caja_redes a {
        padding: 0 10px !important;
        margin: 10px 0 !important;
    }

    .caja_acceso a {
        padding: 0 20px !important;
    }

    .caja_favorito a img {
        margin-left: 0 !important;
    }

    .sidebar-wrapper li img,
    .caja_redes a img {
        height: 20px;
        transition: all .2s ease-in-out;
    }

    .banner-interiores .texto_banner {
        padding-left: 0;
    }

    .sidebar-wrapper.left .btn {
        padding: 6px 11px;
        height: 43px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: var(--primario);
        border: 1px solid var(--primario);
    }

    .sidebar-wrapper.left .sidebar-nav li:first-child {
        padding: 10px 20px;
        text-indent: 0px;
        padding-top: 25px;
    }

    .left .sidebar-nav .multi-level li:first-child {
        padding: 0;
    }

    .left .sidebar-nav .multi-level li:last-child a {
        text-indent: 0;
    }

    .banner_interior {
        height: 400px;
    }

    .banner-interiores .texto_banner>div {
        width: 100%;
    }

    .banner-interiores .texto_banner p.enunciado {
        line-height: inherit;
    }

    .banner-interiores .texto_banner p {
        font-size: 14px;
    }

    .fijar {
        position: fixed;
        width: 100%;
    }
}

@media (max-width: 992px) {

    /* móviles */
    /* whatsapp */
    .floating-icons {
        bottom: 1rem;
        right: 1rem;
    }

    .videos_responsive {
        width: 100%;
        float: none
    }

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

    .otras_fotos .imagen {
        height: 100px;
    }

    .foto_principal .imagen {
        width: 100%
    }

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

    .padre_imagen .imagen {
        background-size: contain;
    }

    .sidebar-wrapper.left .form-control {
        height: 43px;
        padding: 6px 12px;
        color: var(--secundario);
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid var(--primario);
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .sidebar-nav li a.favorito {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .caja_favorito,
    .caja_redes {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .caja_favorito a,
    .caja_redes a {
        padding: 0 10px !important;
        margin: 10px 0 !important;
    }

    .caja_acceso a {
        padding: 0 20px !important;
    }

    .caja_favorito a img {
        margin-left: 0 !important;
    }

    .sidebar-wrapper li img,
    .caja_redes a img {
        height: 25px;
        transition: all .2s ease-in-out;
    }

    .sidebar-wrapper.left .sidebar-nav li:first-child {
        padding: 10px 20px;
        text-indent: 0px;
        padding-top: 25px;
    }

    .left .sidebar-nav .multi-level li:first-child {
        padding: 0;
    }

    .left .sidebar-nav .multi-level li:last-child a {
        text-indent: 0;
    }

    .left .sidebar-nav .multi-level li.active a {
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.30);
        font-weight: 400;
    }

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

    .quantity label {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {

    /* móviles */
    .marco-izq .col-xs-10 {
        margin-left: 0px;
    }

    .marco-izq {
        margin-bottom: 30px;
    }

    .filtros {
        height: 260px;
    }

    h3.categoria {
        text-align: center;
    }

    span.precio {
        font-size: 48px;
        font-family: var(--familia_fuente);
        font-weight: 400;
    }



    span.tachado {
        font-size: 24px;
        font-family: var(--familia_fuente);
        font-weight: 400;
    }

    .precios_estilos {
        text-align: center;
        width: 100%;
    }

    .banner_interior {}

    .banner-interiores .texto_banner p.enunciado {
        font-size: 50px;
    }

    .otras_fotos {
        margin-bottom: 30px
    }

    .nav-botones>li {
        float: none;
        width: 100%;
        margin-bottom: 10px
    }

    .nav-botones>li>a {
        margin: 0;
    }

    .btn-pagination {
        padding: 6px 12px;
        font-size: 12px;
        margin: 0 7px;
        border: 1px solid;
    }

    h3 {
        font-size: 20px;
    }

    .proyecto .imagen {
        background-size: cover;
    }

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