.c-fondo-v2 {
    background: -moz-linear-gradient(-45deg,rgba(239,225,216,0.2) 1%, rgba(230, 131, 70, 0) 22%, rgba(220, 95, 18, 0.15) 47%, rgba(230, 131, 70, 0.15) 71%, rgba(220, 95, 18, 0.31) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(135deg, rgba(239,225,216,0.2) 1%, rgba(230, 131, 70, 0) 22%, rgba(220, 95, 18, 0.15) 47%, rgba(230, 131, 70, 0.15) 71%, rgba(220, 95, 18, 0.31) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( 135deg, rgba(239,225,216,0.2) 1%, rgba(230, 131, 70, 0) 22%, rgba(220, 95, 18, 0.15) 47%, rgba(230, 131, 70, 0.15) 71%, rgba(220, 95, 18, 0.31) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#efe1d8',
            endColorstr='#efe1d8',
            GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.m-tratamiento-video {
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
}
.m-tratamiento-video__play {
    /*background: url(../images/video-play.png) !important;*/
    /*background-repeat: no-repeat !important;*/
    /*background-size: cover !important;*/
    /*position: absolute !important;*/
    /*left: calc(50% - 33px) !important;*/
    /*top: calc(50% - 23px) !important;*/
    /*width: 66px !important;*/
    /*height: 66px !important;*/
    /*cursor: pointer !important;*/
}
.m-tratamiento-video__link {
    display: block;
}

.m-lang-selector {
    height: 25px;
}

.m-modal-newsletter-image-container {
    text-align: center;
}
.m-modal-newsletter-image-container__img {
    padding: 15px;
    width: 200px;
}
.m-modal-newsletter-description-container {
    text-align: center;
    color: #ffffff;
}
.m-modal-newsletter-description-container__title {
    color: #ffffff;
    font-family: "Times New Roman", Georgia;
    font-size: 40px;
}
.m-modal-newsletter-description-container__info {
    color: #ffffff;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 0;
}
.m-modal-newsletter-description-container__newsletter {
    color: #ffffff;
    font-family: "Times New Roman", Georgia;
    font-size: 38px;
    margin-bottom: 20px;
}


.m-footer-newsletter-image-container {
    text-align: right;
    padding-right: 0;
}
.m-footer-newsletter-image-container__img {
    margin-top: 37px;
    width: 130px;
}
.m-footer-newsletter-description-container__title {
    font-size: 50px;
    line-height: 1;
    color: #fbccb0;
    text-align: left;
    font-family: "Times New Roman", Georgia;
}
.m-footer-newsletter-button-container {
    text-align: left;
}
.m-footer-newsletter-button-container_button {
    cursor: pointer;
    font-family: 'Lato-Bold', arial;
    padding: 5px 15px;
    border: 1px solid #b08d6f;
    border-radius: 5px;
    background: #caab99;
    color: #fff;
    margin-top: 92px;
}
.m-footer-newsletter-button-container_button:hover,
.m-footer-newsletter-button-container_button:active,
.m-footer-newsletter-button-container_button:focus,
.m-footer-newsletter-button-container_button:active:focus {
    border: 1px solid #b08d6f;
    background-color: #F8F8F8;
    color: #b08d6f;
}
.m-footer-newsletter__group {
    margin-bottom: 5px;
}

.c-tab {

}
.c-tab--border-radius-botton-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.mobile_menu select {
    height: 30px;
}

.sf-menu li.selected > a {
    font-family: Lato-Light;
    text-shadow: 0 0 .65px #a8805c, 0 0 .65px #a8805c;
    transition: text-shadow .3s;
}

.sf-menu li.submenu:hover > ul > li > a {
    font-weight: inherit !important;
}

.sf-menu li:hover > a {
    font-weight: inherit !important;
    transition: text-shadow .2s;
    text-shadow: 0 0 .65px #a8805c, 0 0 .65px #a8805c;
}

.site_container {
    padding-top: 40px;
}

.c-mobile-menu {    
    background-color: #fff;
    width: 65%;
    height: 100vh;
    position: fixed;
    top: 20%;
    left: -65%;
    z-index: 90;
    padding-top: 35px;
    text-align: left;
    transition: all ease .3s;
}

.c-mobile-menu.active {
    left: 0;
    width: 100%;
}

.c-mobile-menu__button {
    position: absolute;
    right: -70px;
    top: -75px;
    margin-top: 0;
    padding: 9px 10px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all ease .3s;
}
.c-mobile-menu__button .c-mobile-menu__button__bars {
    position: absolute;
    width: calc(100% - 20px);
    height: 3px;
    padding: 0;
    background-color: #caab99;
    left: 10px;
    right: 10px;
    border-radius: 15px;
    transition: all ease .3s;
}

.c-mobile-menu.active .c-mobile-menu__button {
    /* background-color: #caab98; */
    /* background-color: #caab98 !important; */
    left: 16px;
    background-color: #ffffff !important;
}
.c-mobile-menu.active .c-mobile-menu__button .c-mobile-menu__button__bars{
    background-color: #caab98 !important;
}

.c-mobile-menu.active .c-mobile-menu__button .c-mobile-menu__button__bars {
    position: absolute;
    width: calc(100% - 20px);
    height: 5px;
    padding: 0;
    background-color: #ffffff;
    left: 10px;
    right: 10px;
}

.c-mobile-menu__button__bars:nth-of-type(1) {
    top: 10px;
}

.c-mobile-menu__button__bars:nth-of-type(2) {
    top: 20px;
}

.c-mobile-menu__button__bars:nth-of-type(3) {
    top: 30px;
}

.c-mobile-menu.active .c-mobile-menu__button__bars:nth-of-type(1) {
    transform: rotate(45deg);
    top: 20px;
}

.c-mobile-menu.active .c-mobile-menu__button__bars:nth-of-type(2) {
    transform: rotate(-45deg);
}

.c-mobile-menu.active .c-mobile-menu__button__bars:nth-of-type(3) {
    display: none;
}


.c-mobile-menu__wrapper {
    height: 100%;
    overflow: scroll;
    position: relative;
}

.c-mobile-menu-nav {
    list-style: none;
}

.c-mobile-menu-nav__item {
    border-bottom: 1px solid #d5bcad;
    position: relative;
}

.c-mobile-menu-nav__item.active {
    background-color: rgba(255, 255, 255, .5);
}
.c-mobile-menu-nav__item.active  .c-mobile-menu-nav__link{
    color: #a78874;
}

.c-mobile-menu-nav__item--submenu a {
    display: inline-flex;
}
.c-mobile-menu-nav__item--submenu .c-mobile-menu-nav__link{
    width: calc(100% - 40px);
}

.c-mobile-menu-nav__link-dropdown {
    width: 35px;
    text-align: right;
    padding: 18px 10px;
}

.c-mobile-menu-nav__link-dropdown__icon {
    font-size: 25px !important;
    color: #a78874;
    position: absolute;
    top: 12px;
    transition: all ease .3s;
}

.c-mobile-menu-nav__link {
    display: block;
    padding: 18px 24px;
    font-weight: bold;
    color:#d5bcad !important;
}

.c-mobile-submenu-nav {
    /* background-color: #d5bcad; */
    color:#d5bcad;
    transition: all ease .3s;
}

.c-mobile-submenu-nav__item{
    border-bottom: 1px solid #d5bcad;

}
.c-mobile-menu-nav--collapse {
    height: 0;
    overflow: hidden;
    transition: all ease .3s;
}
.c-mobile-menu-nav--collapsesubmenu{
    height: 0;
    overflow: hidden;
    transition: all ease .3s;
}

.c-mobile-submenu-nav__link--submenu {
    display: block;
    color:#d5bcad !important;
    padding: 18px 24px;
    font-weight: bold;
    line-height: 17px;
    margin-left: 48px;
}

.c-mobile-menu-nav__link-dropdown__icon--submenu {
    font-size: 25px !important;
    color: #a78874;
    position: absolute;
    top: 18px;
    transition: all ease .3s;

}
/* .c-mobile-submenu-nav__item:nth-child(odd) {
    background-color: rgba(255,255,255,0.09);
} */
.c-mobile-submenu-nav__link {
    display: block;
    color:#d5bcad !important;
    padding: 18px 24px;
    font-weight: bold;
    line-height: 17px;
    margin-left: 24px;
}

.c-tratamiento_description img {
    max-width: 100%;
}

.c-video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.c-video-container iframe, .c-video-container object, .c-video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.grecaptcha-badge {
 display: none !important;
}
.row.cookies-warning{
    z-index: 99999999;
}
.modal{
    z-index: 99999999 !important;
}
.c-header-logo__img {
    width: 330px;
}

.c-tratamientos__list {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 15px;
}
.c-tratamientos__item {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .slider-home-principal-container .bx-controls-direction {
        display: inherit;
    }
}

@media screen and (max-width: 767px) {    
    .m-footer-newsletter__group{
        padding: 0 55px;
    }
    .prefooter-content{
        width: 100% !important;
    }
    .slider-home-principal img{
        border-radius: 0;
    }
    .header {
        padding-bottom: 0 !important;
    }

    .m-tratamiento-header {
        margin-top: 0;
    }

    .m-header-contact__links {
        margin-bottom: 5px;
    }

    .tratamientos-list .tab {
        margin-left: 18px;
    }

    .mobile-display-inline {
        display: inline !important;
        margin-top: -2px;
    }

    .m-contact-form__description {
        margin-top: 0;
        margin-bottom: 10px;
        display: block;
        clear: both;
        padding-top: 25px;
    }

    .page_header_left .h3 {
        margin-top: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        /* -webkit-box-shadow: 0 -4px 15px -7px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 -4px 15px -7px rgba(0, 0, 0, 0.3);
        box-shadow: 0 -4px 15px -7px rgba(0, 0, 0, 0.3); */
    }

    .m-nuestras-instalaciones__tab {
        box-shadow: none !important;
    }

    .m-seguros  .m-seguros-slider > .m-seguros-slider__item {
        width: 100px !important;
    }

    .m-footer-newsletter-image-container {
        text-align: center;
    }
    .m-footer-newsletter-description-container__title {
        text-align: center;
    }
    .m-footer-newsletter-button-container {
        text-align: right;
    }
    .m-footer-newsletter-button-container_button {
        margin-top: 5px;
    }

    .video-home > .video i {
        display: none;
    }

    .video-home > .video {
        padding-top: 0;
        /*margin-top: 40px;*/
    }

    .video-home > .video a {
        display: block;
    }

    .video__play:after {
        content: "";
        background: url(../images/video-play.png);
        background-repeat: no-repeat;
        position: absolute;
        left: calc(50% - 40px);
        top: calc(50% - 40px);
        width: 112px;
        height: 113px;
        cursor: pointer;
    }

    .columns_3.tratamientoss.one-column li.column ul.items_list {
        width: 100% !important;
    }

    .tratamiento-video {
        margin-top: 0;
    }
    .tratamiento-video .video {
        margin-top: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .tratamiento-video .video .tab {
        padding-top: 0;
        padding-bottom: 0 !important;
    }
    .m-tratamiento-video {
        padding-left: 0;
    }

    .video-home>.video>.tab {
        box-shadow: none;
        line-height: 17px;
        color: #a78874;
        font-family: calibri;
        font-size: 14px !important;
        text-align: left;
        padding-bottom: 5px !important;
    }

    .video-home .image {
        margin-top: 0;
    }

    .description-home>.description-home-right {
        padding-top: 0;
    }

    .c-idioma-bar {
        position: fixed;
        z-index: 100;

    }
}

@media screen and (min-width: 478px) {
    /*.slider-home-principal-container .bx-controls-direction {*/
        /*display: inherit;*/
    /*}*/
}

@media screen and (max-width: 478px) {
   
    .social_icon__container {
        margin-bottom: 15px;
    }

    .social_icons {
        display: inline-block;
        float: none;
    }
}
.c-top-header{
    display: none;
}

.slider-home-principal img{
    border-radius: 0;
}

.bx-wrapper .bx-next{
    background: url('../images/arrow-left.png') center no-repeat !important;
    height: 50px !important;
    width: 50px !important;
}

.bx-wrapper .bx-prev{
    background: url('../images/arrow-right.png') center no-repeat !important;
    height: 50px !important;
    width: 50px !important;
}

@media screen and (min-width: 936px) {
/* Mostrar Bullets Slider Home */
.slider-home-principal-container .bx-wrapper .bx-controls .bx-pager{
    display: inherit !important;
}
.site_container{
    padding-top: 12px !important;
}
.slogan{
    padding-bottom: 12px !important;
}
.slider-home-principal img{
    height: 630px;
    object-fit: cover;
}
.header{
    padding-bottom: 12px !important;
    padding-top: 40px !important;
}
.bx-wrapper .bx-prev{
    left: 20px;
    background-color: white !important;
    border-radius: 25px;
}
.bx-controls-direction{
    opacity: 0;
    transition: all ease .3s;
}
.bx-wrapper:hover .bx-controls-direction{
    opacity: 1;
    transition: all ease .3s;
}
.bx-wrapper .bx-next{
    right: 20px;
    background-color: white !important;
    border-radius: 25px;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
    bottom: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover{
    background: #5a433a;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    background: white;
}
/* TopBar with RRSS DESKTOP */
.idioma-bar>.page>.idioma{
    margin-top: -23px;
}
.container-header{
    width: 100% !important;
    padding: 10px 20px !important;
}
.c-header__social-links{
    display: inherit !important;
    margin-top: -5px;
}
.c-header__social-links ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 260px;
    gap: 10px;
}
.c-header__social-links ul li a svg{
    width: 21px;
    height: 21px;
    
}
/* END TOPBAR DESKTOP */

.header_container>div>div.header_left{
    margin-bottom: 0px !important;
}

/* Tratamientos details Columns Desktop */

.m-tratamiento-header .page_header.clearfix.col-xs-12{
    padding: 0 !important;
}
.page_right_>.sidebar_box .post{
    border:none !important;
    box-shadow: none !important;
}

.c-tratamiento__colum{
    display: grid;
    background-color: #f6f2ef;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /* -webkit-box-shadow: 0 6px 10px 0 #c4c4c4;
    -moz-box-shadow: 0 6px 10px 0 #c4c4c4;
    box-shadow: 0 6px 10px 0 #c4c4c4; */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /* padding: 12px; */
    margin: 0 -15px;
    margin-top: -28px;
    height: 200px;
    border-radius:12px;
}
.new-tratamiento-head img{
    border-radius: 12px !important;
}
.c-personal__title{
    padding-bottom: 24px;
}
.c-equipo-tratamiento--foto{
    height: 175px !important;    
}
.c-equipo-tratamiento--foto--personal{
    height: 175px !important;
}
.equipo-photo-content .c-equipo-tratamiento--foto--content img{
    height: auto !important;
}
.c-btn__footer__form--close{
    display: none !important;
}
.c-line{
    height: 1px;
    background-color: #d7bbb3;
    width: 50px;        
    margin: 16px 0;
}
.c-tratamiento__colum--item{
    display: flex;
    flex-direction: column;        
    justify-content: flex-start;        
    border:0;        
    padding: 16px;
    border:none;
    border-bottom: 0;
    border-left: 0;
}
.c-tratamiento__colum--item--right{
    border-right: 0 !important;
}
.c-tratamiento__colum--item:last-child{
    border-right: 0;
}
.u-border-top-none{
    border-top: 0;
}

.c-tratamiento__colum--title{
    color: #856655;
    font-weight: 700;        
}
.c-tratamiento__colum--text{
    color: #ab9588;
    font-weight: 400;
    padding-top: 6px;
}

/* Tratamiento Equpo New */

.c-equipo-tratamiento{
    flex-direction: row;
    gap: 25px;
}    
.c-equipo-tratamiento__content{
    padding: 0;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    width: 160px;
    justify-content: space-between !important;
}
.c-equipo-tratamiento__content .equipo-name{
    text-align: center;
    font-size: 14px !important;
}
.c-equipo-tratamiento__content .equipo-cargo{
    text-align: center;
    font-size: 14px !important;
    margin-bottom: 6px;
}
.c-equipo-tratamiento--foto{
    height: 180px;
    width: 100% !important;
}
.c-equipo-tratamiento--foto img{
    border-radius: 15px 15px 0 0;
}
.c-equipo-tratamiento--foto--content img{
    right: 40px !important;
}    
.equipo-photo-bg{
    border-radius: 15px;
    border-radius: 15px 15px 0 0;
}

.c-newsletter{
    display: none;
}
.c-instagram{
    display: none;
}
.c-btn__footer{
    display: none;
}
/* .c-tratamiento__colum{
    display: none;
} */
.c-btn__footer__form{
    display: none;

}
.c-insta-lateral p{
    font-size: 21px;
    padding: 6px 0;
}
.c-insta-lateral svg{
    width: 140px;
    padding-bottom: 12px !important;
} 
 .page_right_>.sidebar_box .c-insta-lateral__img .post_content .post_image::after{
    content: none !important;
}

.page_right_>.sidebar_box{
    background-color: #efe6e1 !important;
    background: #efe6e1 !important;
    border: 10px solid #efe6e1;
    box-shadow: none;
}
.u-hidden-desktop{
    display: none;
}
.header{
    width: 100%;
}
.u-stuck-desktop{
    position: fixed;    
    background-color: white ;
    z-index: 9999;
    transition: all ease .3s;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-top: 34px;

}
}

@media (max-width: 500px){  
    .c-mobile-menu-nav{
        padding-bottom: 100px;
    }
    .u-hidden{
        display: none;
    }
    .row.cookies-warning{
        bottom: 60px !important;
    }
    .u-stuck-menu{
        height: 100px;
    }
    .c-line__instagram--container{        
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 12px;
    }
    .c-line__instagram{
        width: 100%;
        height: 1px;
        background-color: #b3835b;        
     
    }
    #contact-form.contact-page{
        margin-top: 50px;
    }
    /* body .accessibility-trigger svg:not(.aioa-feature-on){
        width: 35px !important;
        height: 35px !important;
    }
    body .accessibility-trigger svg{
        width: 35px !important;
        height: 35px !important;
    } */
    body .accessibility-trigger.aioa_bottom_right button{
        bottom: 75px !important;
        right: 0 !important;
        top: inherit;
        right: 0 !important;
        left: inherit !important;
        /* width: 45px !important;
        height: 45px !important; */
    }
    /* body .accessibility-trigger button{
        width: 45px !important;
        height: 45px !important;
    } */

    .slogan, .slogan h1{
        padding-top: 16px;
    }
    .slider-home-principal iframe{
        height: 425px !important;
        width: 100% !important;
    }
    .page_layout{
        margin-top: 180px !important;
    }
    .c-header-logo__img{
        padding-top: 30px !important;
    }
    .c-header-logo{
        margin-bottom: 0!important;
    }
    .m-header-contact__links{
        margin-bottom: 0;
    }
    .idioma-bar .page{
        padding-bottom: 10px;
    }
    .idioma-bar > .page > .contact > ul li{
        margin-bottom: 0;
    }
    /* .slider-home-principal iframe{
        max-width: 100%;
        display: block;
        width: 100%;
        margin-top: 180px;
    } */

    .c-mobile-menu.active .c-mobile-menu__button{
        top: 0 !important;
        left: 85% !important;
    }
    .c-mobile-menu__logo__link{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .c-mobile-menu.active{
        top: 30% !important;
        overflow: auto;
    }
    .c-mobile-menu__button{
        right: -55px;
        top: 35px;
    }
    
    /* .slider-home-principal img{
        margin-top: 140px;
    } */
    .container, .container-fluid{
        padding: 0;
    }
    .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
        z-index: 9 !important;
    }
    .page_margin_top{
        padding-bottom: 12px;
    }
    .m-tratamiento-header .space-header{
        margin-top: -15px;
    }
    .c-tratamiento__colum{
        display: grid;
        background-color: #f7f2ef;
        grid-template-columns: 1fr 1fr;
        -webkit-box-shadow: 0 6px 10px 0 #c4c4c4;
        -moz-box-shadow: 0 6px 10px 0 #c4c4c4;
        box-shadow: 0 6px 10px 0 #c4c4c4;
        /* padding: 12px; */
        margin: 0 5px;
        margin-top: -2px;
        border-radius:  0px 0px 12px 12px;
    }
    .c-line{
        height: 1px;
        background-color: #d7bbb3;
        width: 50px;        
        margin: 16px 0;
    }
    .c-tratamiento__colum--item{
        display: flex;
        flex-direction: column;        
        justify-content: center;        
        border:0;        
        padding: 16px;
        border:1px solid #d7bbb3;
        border-bottom: 0;
        border-left: 0;
    }
    .c-tratamiento__colum--item--right{
        border-right: 0 !important;
    }
    .c-tratamiento__colum--item:last-child{
        border-right: 0;
    }
    .u-border-top-none{
        border-top: 0;
    }
    
    .c-tratamiento__colum--title{
        color: #ae835c;
        font-weight: 700;        
    }
    .c-tratamiento__colum--text{
        color: #ae835c;
        font-weight: 400;
        padding-top: 6px;
    }
    .m-tratamiento-header{
        margin-top: 175px;
    }
    .header {
        /* background-color: white; */
        z-index: 99;
        position: fixed;
        -webkit-transform: translateZ(0);
    }
    .top9 .left img{
        width: 100%;
        height: 400px;
    }  
    .c-equipo-tratamiento{
        flex-direction: row;

        gap: 20px;
    }    
    .c-equipo-tratamiento__content{
        padding: 0;
        border-radius: 15px;
        border: 1px solid #e5e5e5;
        width: 33%;
        justify-content: space-between !important;
    }
    .c-equipo-tratamiento__content .equipo-name{
        text-align: center;
        font-size: 12px !important;
    }
    .c-equipo-tratamiento__content .equipo-cargo{
        text-align: center;
        font-size: 11px !important;
        margin-bottom: 6px;
    }
    .c-equipo-tratamiento--foto{
        height: auto;
        width: 100% !important;
    }
    .c-equipo-tratamiento--foto img{
        border-radius: 15px 15px 0 0;
    }
    .c-equipo-tratamiento--foto--content img{
        right: 40px !important;
    }    
    .equipo-photo-bg{
        border-radius: 15px;
        border-radius: 15px 15px 0 0;
    }
    .c-btn__footer{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        background-color: #715b4e;
        padding: 12px 0;
    }
    .c-btn__footer__form--close{
        position: absolute;
        top: 4%;
        right: 0%;
        font-size: 16px;
    }
    #contact_form_footer{
        position: relative;
    }
    .c-btn__footer--cita{
        border-radius:25px ;
        border: 1px solid white;
        padding: 10px 20px;
        color:white !important;       
        font-size: 13px;
        font-weight: bold;
        width: 160px;
        text-align: center;

    }
    .c-btn__footer--whatsapp{        
        font-weight: bold;
        border-radius:25px ;
        border: 1px solid white;
        padding: 10px 40px 10px 20px;
        color:white !important;
        position: relative;
        width: 160px;
    }
    .c-btn__footer--cita--whatsappimg{
        position: absolute;        
        top: -1px;
        right: -2px;
        width: 40px;
    }
    .c-pide-cita__button{
        font-size: 13px;
    }
    .c-btn__footer--cita a{
        font-size: 13px;
        font-weight: bold;
        color:white !important;
    }
    .c-btn__footer--whatsapp a{
        font-size: 13px;
        color:white !important;
    }
    .c-newsletter{
        display: inherit;
        background-color: #f7f2ef;
        padding-bottom: 20px;
    }

    .c-instagram{
        display: inherit;
        background-color: #f7f2ef;
    }
    .c-instagram__title{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }
    .c-instagram__title p{
        padding: 0;
    }    
    .c-instagram__title svg{
        width: 170px;
        height: 72px;
        fill:#caab9a;
    }
    .c-instagram__galery{
        display: flex;        
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 20px 0px;
    }
    .c-instagram__galery img{
        width: 124px;
    }
    .c-newsletter__title{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0px;
    }
    .c-newsletter__title p{
        padding: 0;
    }
    .c-newsletter__title h4{
        font-size: 42px;
        color: #caab9a;
    }
    .c-newsletter__input input{
        border: none;
        padding:12px 10px;
        height: auto;
        color:#debfae;
        border-radius: 8px;
    }
    .c-newsletter__input input::placeholder{
        color:#debfae;
    }
    .c-mobile-menu__button__bars:nth-of-type(2){
        width: 36px;
    }
    .m-header-contact{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px;
    }    
    .m-header-contact .idioma{
        display: none;
    }
    .c-header__social-links{
        display: inherit !important;
    }
    .c-header__social-links ul{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .c-header__social-links ul li a svg{
        width: 25px;
        height: 25px;
        
    }
    .slogan{
        padding-top: 25px;
    }
    .banner-home .social_icons_header .social_icons {
        display: none;
    }
    .social_icons {
        display: none;
    }
    
    .c-top-header{
        align-items: center;
        justify-content: center;
        display: flex;
        gap: 10px;
        /* padding-right: 155px; */
    }
    .c-top-header li a svg{
        /* width: 20px;
        height: 20px; */
        width: 45px;
        height: 20px;
    }
    .c-mobile__phone a{
        padding: 4px 0px !important;
        background-color: white;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
    }
    .c-mobile__mail a{
        padding: 4px 0px !important;
        background-color: white;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
    }
}
@media (max-width: 768px) {
    .c-tratamiento__inner{
        padding: 0 !important;
    }
    .footer_box:first-child{
        margin-top: 20px;
    }
    .footer_box_container, .footer_social_icons{
        padding: 30px 0;
    }
    .c-btn__footer--fixed{
        position: fixed;
        bottom: 0;
        z-index: 9999;
    }
    .c-btn__footer__form{
        background-color:#f7f2ef;
        display:none;
        height:0;
        transition: ease all 0.3s
    }
    .c-form__footer--fixed{
        display: block;
        height: 100%;
        transition: ease all 0.3s;    
        position: fixed;
        bottom: 60px;
        z-index: 999;
        overflow: auto;

    }
    .c-form__footer--fixed-footer{
        position: inherit !important;
        bottom: 0 !important;
        z-index: 0 !important;
        overflow: hidden !important;
    }
    .c-mobile-menu-nav__link--active{
        font-weight: bold;
        color:#866653 !important;
    }
    .m-footer-newsletter-image-container {
        /*text-align: left;*/
        padding-left: 0;
    }
    .m-footer-newsletter-image-container__img {
        margin-top: 24px;
        /*width: 100%;*/
    }
    .m-footer-newsletter-description-container__title {
        font-size: 35px;
    }
    .m-footer-newsletter-button-container {
        text-align: right;
    }
    .m-footer-newsletter-button-container_button {
        margin-top: 0;
    }
    .banner-home {
        padding: 0;
    }

    .m-lang-selector {
        color: #caab99;
        background: #ffffff;
    }

    .c-header-logo {
        width: 100% !important;
        text-align: center;
        margin-bottom: 10px !important;
    }
    .c-header-logo__link {
        display: inline-block !important;
        text-align: center;
    }

    .c-header-logo__img {
        width: 60% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        padding-top: 50px;
    }
}

/*.o-home-footer-grid {*/
    /*display: grid;*/
    /*grid-template-areas: "instalaciones noticias"*/
    /*"seguros noticias";*/
/*}*/

/*.o-home-footer-grid__nuestras-instalaciones {*/
    /*grid-area: instalaciones;*/
/*}*/
/*.o-home-footer-grid__seguros {*/
    /*grid-area: seguros;*/
/*}*/
/*.o-home-footer-grid__noticias {*/
    /*grid-area: noticias;*/
/*}*/

.page_left_, .page_right_ {
    padding: 0 !important;
}
.o-home-footer-grid {
    display: grid;
    grid-template-columns: calc((8*100%/12) - 15px) calc((4*100%/12) - 15px);
    /*grid-template-areas: "left right";*/
    grid-template-areas: "instalaciones noticias"
    "seguros noticias";
    grid-gap: 30px;
}

/*.o-home-footer-grid__left {*/
    /*!*grid-area: left;*!*/
    /*display: grid;*/
    /*!*grid-template-columns: 1fr;*!*/
    /*grid-template-rows: auto 1fr;*/
    /*grid-template-areas: "instalaciones" "seguros";*/
/*}*/
.o-home-footer-grid__right {
    /*grid-area: right;*/
    margin-bottom: 10px;
}

.o-home-footer-grid__nuestras-instalaciones {
    grid-area: instalaciones;
}
.o-home-footer-grid__seguros {
    grid-area: seguros;
    align-self: end;
}
.o-home-footer-grid__noticias {
    grid-area: noticias;
}

.c-seguros-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 20px;
}
.c-seguros-grid__item {
    display: flex;
    justify-content: center;
    align-self: center;
}
.c-seguros-grid__link {

}
.c-seguros-grid__image {
    object-fit: contain;
}
.c-seguros-grid__wrapper {
    background: url("../images/seguros-background.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 15px 30px 30px;
}

.c-home-footer-grid-seguros__title {
    padding: 10px 0 !important;
    position: relative !important;
}

.c-menu-tarjetas-regalo {
    position: relative !important;
    padding-right: 45px !important;
}

.c-menu-tarjetas-regalo__image {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    width: 40px;
}

.menu_cita_online{
  width: 370px;
}

@media (max-width: 768px) {
    .o-home-footer-grid {
        grid-template-columns: calc((7*100%/12) - 15px) calc((5*100%/12) - 15px);
        padding-top: 50px;

    }

    .c-seguros-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        grid-gap: 10px;
    }

    .c-seguros-grid__image {
        height: auto !important;
    }
}

@media screen and (max-width: 478px) {
    .o-home-footer-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
                "instalaciones"
                "noticias"
                "seguros";
    }

    .c-seguros-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        grid-gap: 0 40px;
    }

    .o-home-footer-grid__nuestras-instalaciones {
        margin-bottom: 10px;
    }

    .o-home-footer-grid__left {
        grid-area: left;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: "instalaciones" "seguros";
    }
    .o-home-footer-grid__right {
        grid-area: right;
        margin-bottom: 10px;
    }

    .o-home-footer-grid__nuestras-instalaciones {
        grid-area: instalaciones !important;
    }
    .o-home-footer-grid__seguros {
        grid-area: seguros !important;
    }
    .o-home-footer-grid__noticias {
        grid-area: noticias !important;
    }
    .m-nuestras-instalaciones__tab {
        text-align: center;
    }
    .c-home-footer-grid-seguros__title {
        font-size: 15px !important;
    }
    .c-menu-tarjetas-regalo__image {
        right: auto;
    }
}

@media screen and (min-width: 478px) and (max-width: 1009px) {
    .c-menu-tarjetas-regalo__image {
        top: calc(50% - 32px);
        width: 28px;
    }

    .c-menu-tarjetas-regalo {
        padding-right: 30px !important;
    }

    .menu_home,  .menu_contacto, .menu_blog {
        width: auto;
    }

    .sf-menu li {
        height: 39px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 478px) and (max-width: 740px) {
    .c-menu-tarjetas-regalo__image {
        right: auto;
        top: calc(50% - 20px);
        width: 40px;
    }

    .m-header-contact {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {

    .c-tratamientos__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .container-header{
        width: 750px;
    }
}

.container-header {
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 992px) {
    .container-header {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container-header {
        width: 1170px;
    }
}

@media screen and (max-width: 768px) {
    .site_container {
        padding-top: 0;
    }
}
