/*  -----------------  ESTILOS GENERALES   -----------------*/

html{
    font-size: 62.5%;
}

body{
    font-style: normal;
    overflow-x: hidden;
    font-family: 'Poppins';
    font-size: 1.6rem;
    font-weight: 400;
    color: #998675;
    /*opacity:0;*/
}

body.xoo-wsc-active, html.xoo-wsc-activee {
    overflow: hidden!important;
}

a:hover{
    color:inherit;
    text-decoration: none;
}

a:hover, a:focus, a:active, button:active, button:active, button:hover,
button:focus,input:active, input:focus,select:focus{
    outline:0!important;
    box-shadow:none!important;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

img{
    border-radius:0;
}


/* -------------------------------------------------- */

.container{
    max-width: 1200px;
    position: relative;
    z-index: 10;
}

/* -------------------------------------------------- */

.btn{
    padding: 16px 25px!important;
    
    line-height:1!important;
    font-size: 1.6rem!important;
    border-radius:8px!important;
    font-weight: 300!important;
    color:#fff!important;
    transition: all .3s ease;
    border:1px solid!important;
	text-decoration:none!important;
	position:relative;
}

.btn:focus{
    box-shadow:none!important;
    outline: 0!important;
}

.btn:active,
.btn:focus{
    outline:0;
}

.btn-primary{
    border-color:#edeadc!important;
    background-color: #edeadc!important;
    color: #828282!important;
    padding-right:60px!important;
}

.btn-primary::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 18px;
    height: 18px;
    background-image: url(../images/arrow-btn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s ease;
}

.btn-primary:hover::before {
    background-image: url(../images/arrow-white.svg);
    transform: translateY(-50%) translateX(5px);
}

.btn-primary:hover{
    border-color:#cb7bb1!important;
    background-color: #cb7bb1!important;
    color: #fff!important;
}

.btn-secondary{
    border-color:#cb7bb1!important;
    background-color: #cb7bb1!important;
    color: #fff!important;
}

.btn-secondary:hover{
    border-color:#e58bc8!important;
    background-color: #e58bc8!important;
    color: #fff!important;
}

.btn-bg{
    padding: 18px 25px!important;
    padding-left:85px!important;
    font-size:2.8rem!important;
    /*border-color:#b270a0!important;*/
    /*background-color: #b270a0!important;*/
    color: #fff!important;
    position:relative;
}

/*.btn-bg:hover{*/
/*    border-color:#ba83ab!important;*/
/*    background-color: #ba83ab!important;*/
/*}*/

.btn-bg:before{
    content: "";
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    left: 35px;
    width: 29px;
    height: 29px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  
}

.btn-ws:before{
    background-image: url(../images/ws-white.svg);  
}

.btn-pin:before{
    background-image: url(../images/pin-map-white.svg);  
}

.btn-terciary{
    border-color:#B8AB9F!important;
    background-color: #B8AB9F!important;
    color: #fff!important;
    border-radius:9999px!important;
}

.btn-terciary:hover{
    border-color:#7f6e60!important;
    background-color: #7f6e60!important;
    color: #fff!important;
}


/* ------------------------ Slick ---------------------- */

.slick-slider{
    margin: 0!important;
}

/* Slick dots */

.slick-dots{
    margin: 0;
    bottom:0;
    display: flex;
    justify-content: center;
}

.slick-dots li{
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    overflow: hidden;
    border-radius: 9999px;
    background-color: #cbc2b9;
    transition: all .3s ease;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .slick-dots li{
        width: 6px;
        height: 6px;
    }
    
}

.slick-dots li.slick-active{
    background-color: #998675;
}

.slick-dots li button{
    width: 100%;
    height: 100%;
    padding:0;
    margin: 0;
}

.slick-dots li:only-child{
    display:none;
}

.slick-dots li button:before{
    display:none!important;
}

/*** Slick arrow ***/

.slick-arrow{
    width: 22px;
    height: 22px;
    top:50%;
    z-index: 99;
}

/*.slick-arrow:before{*/
/*    display: none;*/
/*}*/

.slick-arrow:before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition:all .3s ease;
}

/*.slick-arrow:hover:before{*/
/*    transform:scale(1.05);*/
/*}*/

.slick-prev{
    left: 10px;
}
.slick-next{
    right: 10px;
}

.slick-prev:before{
    
    transform: scaleX(-1);
}

/* ---------------- Formularios  ---------------- */

.form-control{
    padding: 10px 20px!important;
    border-radius: 5px!important;
    height: auto;
    box-shadow:none!important;;
    line-height: 1!important;
    background-color: #fff!important;
    border:1px solid #b270a0!important;
}

textarea.form-control{
    min-height:85px;
}

select.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-dark.svg);
    background-position: right 20px center;
    background-size: 8px;
    background-repeat: no-repeat;
}

.form-control,
.form-control::placeholder{
    font-size: 1.3rem!important;
    font-weight: 400!important;
    color:#828282!important;
}

.form-group{
    margin-bottom:18px;
}

.form-group label{
    margin-bottom: 10px;
    font-size: 1.3rem!important;
    font-weight: 400!important;
    color:#828282!important;
}

.form-group a{
    font-weight: 500!important;
    color: #933079;
    text-decoration:underline!important;
}

.form-group br{
    display:none!important;
}

.form-group small{
   font-weight: 500;
    font-size: 1.3rem;
    margin-top: 10px;
    display: block;
    color:#933079;
}

.form-row{
    margin:0;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    margin-bottom:18px;
    width:100%;
}

@media screen and (min-width : 580px) {
   .form-row{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (min-width: 980px) {
    
}

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

.form-row .form-group{
    margin: 0;
}

.form-group-button{
    display: flex;
    justify-content: flex-end;
}

.button-form-wrapper,
.button-form-wrapper input{
    width:100%;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .button-form-wrapper,
    .button-form-wrapper input{
        width:auto;
    }
}

.button-form-wrapper{
    position:relative;
}

.button-form-wrapper:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 18px;
    height: 18px;
    background-image: url(../images/arrow-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s ease;
    pointer-events:none;
}

.button-form-wrapper:hover:after{
    transform: translateY(-50%) translatex(5px);
}

.button-form-wrapper input{
    display: flex;
    align-items: center;
    height: 50px;
    border: 1px solid #b270a0!important;
    border-radius: 9999px;
    padding: 0 35px;
    padding-right: 65px;
    font-size: 1.3rem;
    color: #fff!important;
    position: relative;
    transition: all .3s ease;
    background-color:#b270a0!important;
    font-weight:300!important;
}


/* -------------- Contact form ------------ */

form.wpcf7-form {
    position:relative;
    margin:0!important;
}

form.wpcf7-form br{
    display:none;
}

form.wpcf7-form.submitting:after{
    content:"";
    width:100%;
    height:100%;
    position: absolute;
    top:60%;
    transform:translateY(-50%);
    left:0;
    background-image: url(../images/loader-black.gif);
    background-size: 5%;
    background-repeat: no-repeat;
    background-position: center top 30%;
    z-index:2;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output{
    color: #fff!important;
    font-size: 1.3rem!important;
    font-weight:300!important;
    text-align:left!important;
    border-radius:5px!important;
    padding:10px 20px!important;
    line-height: 1.3;
}

.wpcf7-not-valid-tip{
    display: block!important;
    margin-top:10px!important;
}

.wpcf7-response-output{
    margin:10px 0!important;
    border:0!important;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-not-valid-tip{
    background-color: #f14040!important;
}

/*.wpcf7-form.invalid .form-control{*/
/*    border:1px solid #f14040!important;*/
/*}*/

.wpcf7-form.sent .wpcf7-response-output{
    background-color:#34b234!important;
}

.wpcf7 .ajax-loader,
.wpcf7-spinner{
    display:none!important;
}

.wpcf7 .ajax-loader:before{
    display:none;
}

form.wpcf7-form .form-group{
    transition:all .6s ease;
}

form.wpcf7-form.submitting .form-group{
    opacity:0.4;
}

/* ---------- Top bar ------------ */

.top-bar{
    background-color: #998675;
    padding: 12px 0;
    display: none;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .top-bar{
        display: block;
    }
}

.top-bar-wrapper{
    position: relative;
}

.top-bar-wrapper .icons{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icons-center{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin:0 auto;
}

.top-bar-wrapper .icons li a{
    display: flex;
    align-items: center;
    color:#fff;
    font-size: 1.2rem;
    line-height: 1;
	transition:all .3s ease;
}

.top-bar-wrapper .icons li a span{
    display: flex;
    align-items: center;
	
}

.top-bar-wrapper .icons li a:hover{
	opacity:.8;
	color:#fff!important;
}

.top-bar-wrapper .icons li a span:first-child{
    margin-right: 10px;
}

.top-bar-wrapper .icons li a span img{
    width: 16px;
    height: 16px;
}

/* ---------- Header ------------ */

.header{
    position: sticky;
    top: -1px;
    width: 100%;
    height: 95px;
    z-index: 999;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    background-color: #E5DCD0;
}

#header-desktop{
    display: none;
}

#header-mobile{
    display: flex;
}

@media screen and (min-width : 580px) {
   
 }
 @media screen and (min-width: 980px) {
     
 }
 
 @media screen and (min-width: 1280px) {
    #header-desktop{
        display: flex;
    }
    
    #header-mobile{
        display: none;
    }
 }

.header.is-pinned{
    height: 75px;
    box-shadow: 0 5px 20px 0 rgb(176 176 176 / 20%);
}

.header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-center{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin:0 auto;
}

.header-social .social{
    display: flex;
    align-items: center;
}

.header-social .social li{
    margin-right: 8px;
}

.header-social .social li:last-child{
    margin: 0;
}

.header-social .social li img{
    width: 16px;
    height: 16px;
}

.header-icons .icons{
    display: flex;
    align-items: center;
}

.header-icons .icons li {
    display: flex;
    align-items: center;
}

.header-icons .icons li a{
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    transition: all .3s ease;
    line-height:1;
}

.header-icons .icons li img{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 10px;
}

.header-icons .icons li .count{
    color:#828282;
}

.cart-icon {
    display: flex;
    align-items: center;
    cursor:pointer;
}

.cart-icon span.count,
.cart-icon span.count span{
    color: #333;
    font-weight: 100;
}

.cart-icon .xoo-wsc-sc-icon,
.cart-icon .xoo-wsc-sc-total{
    display:none;
}

.header-menu .menu{
    display: flex;
    align-items: center;
}

.header-menu .menu > li{
    margin-right: 40px;
    position:relative;
}

.header-menu .menu > li:last-child{
    margin: 0;
}

.header-menu .menu > li > a{
    font-size: 1.5rem!important;
    color:#828282!important;
    font-weight: 300!important;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}

.header-menu .menu li.current-menu-item a,
.header-menu .menu li:hover > a,
.header-menu .menu > li.current-menu-parent > a{
    color:#94327b!important;
}


.header-menu .menu > li.menu-item-has-children > a{
    padding-right: 12px;
}

.header-menu .menu > li.menu-item-has-children > a:after{
    content:"";
    width:7px;
    height: 7px;
    position: absolute;
    top:55%;
    transform: translateY(-50%);
    right:0;
    background-image: url(../images/arrow-grey.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition:all .3s ease;
}

.header-menu .menu > li.menu-item-has-children:hover > a:after{
    transform: translateY(-50%) scaley(-1);
}

/*.header-menu .menu > li.current-menu-parent > a:after{*/
/*    background-image: url(../images/arrow-dark.svg);*/
/*}*/

.header-menu .menu li.logo a{
    display: flex;
    width: 135px;
    height: 65px;
    text-indent: -9999px;
    background-image: url(../images/logo.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s ease;
    
}

.header.is-pinned .header-menu .menu li.logo a{
    width: 100px;
}



.header-menu .menu > li > .sub-menu{
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    background-color: #fff;
    width: 280px;
    margin: 0;
    padding:30px 35px;
    box-shadow: 0 2px 10px 0 rgb(176 176 176 / 30%);
    transition:all .3s ease;
    opacity:0;
    visibility:hidden;
    transform:translateY(-10px);
}

.header-menu .menu > li > .sub-menu:before{
    content:"";
    position:absolute;
    top:-20px;
    left:0;
    width:100%;
    height:20px;
}

.header-menu .menu > li:hover .sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
}

.header-menu .menu > li > .sub-menu:after{
    content:"";
    width:100%;
    height:6px;
    background-color:#b73d9d;
    position:absolute;
    left:0;
    bottom:0;
}

.header-menu .menu > li > .sub-menu li{
    margin-bottom:15px;
}

.header-menu .menu > li > .sub-menu li:last-child{
    margin-bottom:0;
}

.header-menu .menu > li > .sub-menu li a{
    font-size:1.5rem;
    color:#828282;
    font-weight:300;
}

/* ------------ Header mobile ------------- */

#header-mobile{
    height: 65px;
    box-shadow: 0 2px 10px 0 rgb(176 176 176 / 20%);
}

#header-mobile .header-logo{
    display: flex;
    align-items: center;
}

#header-mobile .header-logo img{
    width: 110px;
}

#header-mobile .header-toggle img,
#header-mobile .header-icons .icons li img{
    width: 22px;
    height: 22px;
}

/* ------------------ Sidebar mobile ------------ */

.menu-sidebar{
        height: 100vh;
    position:fixed;
    top:0;
    left:0;
    width:290px;
    background-color:  #fff;
    box-shadow: 0 2px 10px 0 rgb(176 176 176 / 20%);
    z-index:1001;
        padding: 4rem 1.875rem 1.875rem;
    opacity:0;
    visibility:hidden;
    transform:translateX(-290px) translatez(0);
    transition:all .3s ease;
}

.menu-sidebar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: -1;
    background-image: url(../images/footer-bg.svg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scaley(-1);
}

.menu-sidebar.active{
     opacity:1;
    visibility:visible;
    transform:translateX(0%) translatez(0);
}

body.body-fixed{
    overflow: hidden;
}


.menu-sidebar-overlay,
.menu-header-overlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0,0,0, .7);
    z-index:1000;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
    /*backdrop-filter: blur(5px);*/
}

.menu-sidebar-overlay.active,
.menu-header-overlay.active{
     opacity:1;
    visibility:visible;
}

.menu-header-overlay{
    z-index:10;
}

.menu-sidebar-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.menu-sidebar-wrapper > h2{
    text-transform:uppercase;  
    font-weight:700;
    font-size:1.8rem;
    flex-shrink: 0;
    margin-bottom:25px;
    color:#fff;
}

.menu-sidebar-content{
   height: 100%;
   overflow:auto;
}

.menu-sidebar-item{
    margin-top:25px;
    padding-top:25px;
    border-top:1px solid #edeadc;
}

.menu-sidebar-item:first-child{
    margin:0;
    padding:0;
    border:0;
}
.menu-sidebar-mobile .sub-menu{
    height:0;
    opacity:0;
    visibility:hidden;
}

.menu-sidebar-mobile .menu-open .sub-menu {
 height:auto;
  z-index: 10;
  opacity:1;
    visibility:visible;
}

.menu-sidebar-item-general ul{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
}

.menu-sidebar-item-general ul.menu > li{
    position:relative;
    margin-bottom:10px;
    width:100%;
    max-width:420px;
}

.menu-sidebar-item-general ul.menu > li:last-child{
    margin:0;
}

.menu-sidebar-item-general ul.menu > li > a{
    padding-right:15px;
    position:relative;
    font-size:1.8rem;
    font-weight:500;
    color:#998675;
    text-transform:uppercase;
}

.menu-sidebar-item-general ul.menu > li.menu-item-has-children > a:after{
        content: "";
    position: absolute;
    top: 30%;
    right: 0;
    width: 8px;
    height: 8px;
    background-image: url(../images/arrow-dark.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .3s ease;
}

.menu-sidebar-item-general ul.menu > li.menu-open > a:after{
        transform: scaleY(-1);
}

.menu-sidebar-item-general ul.menu > li.menu-item-has-children .sub-menu{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin:0;
    padding-top:5px;
}

.menu-sidebar-item-general ul.menu > li.menu-item-has-children .sub-menu > li{
    width:50%;
    padding:10px 0;
}

.menu-sidebar-item-general ul.menu > li.menu-item-has-children .sub-menu > li a{
    padding:0 15px;
    color:#828282;
    font-size:1.4rem;
    text-align: left;
    display: flex;
    font-weight:300;
}

.menu-sidebar-item-legal ul li{
    margin-bottom:15px;
}

.menu-sidebar-item-legal ul li a{
    font-size:1.5rem;
    color:#828282;
    font-weight:300;
}

.menu-sidebar .social{
    display:flex;
    align-items:center;
    transform:none!important;
    margin-top:40px;
}

.menu-sidebar .form-search form{
    margin-bottom:40px;
}

.menu-sidebar .form-search form .search-field{
    width:100%;
}

.menu-sidebar-mobile .social li{
    margin-right:12px
}

.menu-sidebar-mobile .social li a{
        width: 35px;
    height: 35px;
    border-radius: 9999px;
    border: 1px solid #b270a0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-sidebar-mobile .social li img{
    width:18px;
    height:18px;
}

.menu-sidebar-close{
        position: absolute;
    top: 45px;
    left: -45px;
    
    width: 25px;
    height: 25px;
    border-radius: 9999px;
    background-color: #b270a0;
    
}



.menu-sidebar-close:after{
    content:"";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../images/close-light.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}

.menu-sidebar.active .menu-sidebar-close:after{
     opacity:1;
    visibility:visible;
    transition-delay:.3s;
}

.menu-sidebar-left .menu-sidebar-close {
    right: -45px;
    left: auto;
}

.menu-sidebar-logo{
    display:flex;
    margin-bottom:30px;
}

.menu-sidebar-logo img{
    width:140px;
}

/* ------------ Hero ------------- */

.hero{
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
   
}

@media screen and (min-width : 580px) {
    .hero{
        height: 460px;
        margin-bottom: 2rem;
    }
 }
 @media screen and (min-width: 980px) {
     
 }
 
 @media screen and (min-width: 1280px) {
     
 }

.hero-images-slider,
.hero-content-slider,
.hero .slick-track,
.hero .slick-list,
.hero .slick-slide{
    height: 100%;
}

.hero-content-slider{
    width: 100%;
}

.hero-images{
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 35vh;
}

@media screen and (min-width : 580px) {
    .hero-images{
        position: absolute;
        height: 100%;
    }
 }
 @media screen and (min-width: 980px) {
     
 }
 
 @media screen and (min-width: 1280px) {
     
 }

.hero-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content{
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.hero-content-wrapper{
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 2rem;
    /*background: #fff;*/
}

@media screen and (min-width : 580px) {
    .hero-content-wrapper{
        width: 400px;
        margin: 0 auto;
        margin-right: 0;
        padding: 0;
    }
 }
 @media screen and (min-width: 980px) {
     
 }
 
 @media screen and (min-width: 1280px) {
     
 }

.hero-content-wrapper:before,
.hero-content-wrapper:after{
    content:"";
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-content-wrapper:before{
    left: 0%;
    background-color: #fff;
    display:none;
}

@media screen and (min-width : 580px) {
    .hero-content-wrapper:before{
        left: 100%;
    }
 }
 @media screen and (min-width: 980px) {
     
 }
 
 @media screen and (min-width: 1280px) {
    
 }

.hero-content-wrapper:after{
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top:-140px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
   
    
}
@media screen and (min-width : 580px) {
    .hero-content-wrapper:after{
        top:0;
        /*width: 120%;*/
        /*background: linear-gradient(98deg, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 45%);*/
        background: linear-gradient(90deg, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 70%);
       
    }
 }
 @media screen and (min-width: 980px) {
     
 }
 
 @media screen and (min-width: 1280px) {
    
 }

.hero-content-info{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

.hero-content-info h2{
    font-weight: 300;
    color:#94317a;
    font-size: 2.8rem;
    margin-bottom: 10px;
}

@media screen and (min-width : 580px) {
    .hero-content-info h2{
        font-size: 3.2rem;
    }
 }
 @media screen and (min-width: 980px) {
     
 }
 
 @media screen and (min-width: 1280px) {
    .hero-content-info h2{
        font-size: 4rem;
    }
 }

.hero-content-info p{
    color:#828282;
    margin: 0;
}

.hero-content-info a{
    margin-top: 40px;
}

.hero-arrows{
    position: relative;
    top:0%;
    transform: translateY(0%);
    right: 0;
    margin-top: 40px;
}

@media screen and (min-width : 580px) {
    .hero-arrows{
        position: absolute;
        top:50%;
        transform: translateY(-50%);
    }
 }
 @media screen and (min-width: 980px) {
     
 }
 
 @media screen and (min-width: 1280px) {
     
 }


.hero-arrows .slick-dots{
    position: relative;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
}

@media screen and (min-width : 580px) {
    .hero-arrows .slick-dots{
        flex-direction: column;
    }
    
 }
 @media screen and (min-width: 980px) {
     
 }
 
 @media screen and (min-width: 1280px) {
     
 }

.hero-arrows .slick-dots li{
    margin: 0 5px;
}

@media screen and (min-width : 580px) {
    .hero-arrows .slick-dots li{
        margin: 6px 0;
    }
    
    
 }
 @media screen and (min-width: 980px) {
     
 }
 
 @media screen and (min-width: 1280px) {
     
 }

/* ------------ Footer -------------- */

.footer{
    padding: 20px 0;
    position: relative;
    margin-top:5rem
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
 
}

@media screen and (min-width: 1280px) {
    .footer{
        margin-top:10rem
    }
}


body.home .footer{
    margin-top:4rem
}

.footer:after{
    content:"";
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/footer-bg.svg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .footer:after{
        height: 150%;
    }
}

.footer-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px;
    flex-direction: column;
    text-align: center;
}

@media screen and (min-width : 580px) {
   
 }
 @media screen and (min-width: 980px) {
     
 }
 
 @media screen and (min-width: 1280px) {
    .footer-wrapper{
        flex-direction: row;
        align-items: flex-start;
        padding-left: 40px;
        padding-right: 20px;
        
    }
 }

.footer-item{
    width: 100%;
}

.footer-menu{
    flex-shrink: 0;
    margin: 0px;
    width: 100%;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .footer-menu{
        margin: 0 40px;
        max-width: 720px;
    }
}


.footer-menu-item{
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #828282;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .footer-menu-item{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.footer-menu-item:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.footer-menus{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .footer-menus{
        flex-direction: row;
        justify-content: space-evenly;
    }
}

.footer-menu-item .menu{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

@media screen and (min-width : 580px) {
    .footer-menu-item .menu{
        flex-direction: row;
        margin:20px 0;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .footer-menu-item .menu{
        margin: 0;
        margin-bottom: 0px;
    }
}

.footer-menu-item .menu li{
    margin: 0;
    margin-bottom: 20px;
}

@media screen and (min-width : 580px) {
    .footer-menu-item .menu li{
        margin: 0;
        margin-right: 40px;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.footer-menu-item .menu li:last-child{
    margin: 0;
}

.footer-menu-item .menu li a{
    color:#828282;
    font-weight: 300;
    font-size: 1.3rem;
    padding: 6px 18px;
    display: flex;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: all .3s ease;
}

.footer-menu-item .menu li.current-menu-item a,
.footer-menu-item .menu li a:hover{
    border-color: #998675;
}

.footer-menu-item .social{
    display: flex;
}

.footer-menu-item .social li{
    margin-right: 15px;
}

.footer-menu-item .social li:last-child{
    margin: 0;
}

.footer-menu-item .social li a{
    /*width: 28px;*/
    /*height: 28px;*/
    /*border-radius: 9999px;*/
    /*border: 1px solid #b270a0;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-menu-item .social li a img{
    width: 18px;
    height: 18px;
}

.footer-logo img{
    width: 180px;
    margin:0 auto 40px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .footer-logo img{
        margin:0;
        width: 210px;
    }
}


.footer-book{
    margin: 0;
}

@media screen and (min-width : 580px) {
    .footer-book{
        margin-top: 20px;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .footer-book{
        margin-top: 0px;
    }
}

.footer-book img{
    width: 95px;
    margin:0 auto;
}

.footer-copy{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media screen and (min-width : 580px) {
    .footer-copy{
        flex-direction: row;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.footer-copy p,
.footer-copy a{
    margin: 0;
    color:#828282;
    font-weight: 300;
    font-size: 1.3rem;
}

.footer-copy a{
    margin: 5px 0;
    margin-bottom: 20px;
    padding-left: 0px;
    position: relative;
    display: flex;
}

@media screen and (min-width : 580px) {
    .footer-copy a{
        margin: 0;
        margin-left: 10px;
        padding-left: 10px;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.footer-copy a:after{
    content: "";
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background-color: #828282;
    display: none;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .footer-copy a:after{
        display: block;
    }
}

/* ------------ Main-wrapper -------------- */

.page-wrapper{
    padding-top:4rem;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .page-wrapper{
        padding-top:6rem;
    }
}

body.home .page-wrapper{
    padding:0;
}

body.archive .page-wrapper,
body.single-tratamientos .page-wrapper{
    padding:0;
}

/* ------------ Banner -------------- */

.banner{
    width:100%;
    height:35vh;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.banner-tecnology,
body.page-contacto .banner,
body.archive .banner{
    height:auto;
}

@media screen and (min-width : 580px) {
    .banner{
        height:200px;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .banner,
    .banner-tecnology,
        body.page-contacto .banner,
        body.archive .banner{
        height:380px;
    }
}

body.single-tecnologias .banner{
    display:none;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    body.single-tecnologias .banner{
    display:flex;
}
}

.banner-image{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

.banner-tecnology .banner-image,
body.page-contacto .banner-image,
body.archive .banner-image{
    position:relative;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .banner-tecnology .banner-image,
        body.page-contacto .banner-image,
        body.archive .banner-image{
        position:absolute;
    }
}

.banner-image img{
     width:100%;
    height:100%;
    object-fit:cover;
    object-position: bottom;
}

.banner-image img.banner-image-desktop{
    display:none;
}

.banner-image img.banner-image-responsive{
    display:block;
}

@media screen and (min-width : 580px) {
    .banner-image img.banner-image-desktop{
        display:block;
    }
    
    .banner-image img.banner-image-responsive{
        display:none;
    } 
}
@media screen and (min-width: 980px) {
    
}

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


.banner-content h2{
    margin:0;
    font-size:2.4rem;
    font-weight:400;
    color:#fff;
}

@media screen and (min-width : 580px) {
    .banner-content h2{
        font-size:3rem;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .banner-content h2{
        font-size:3.6rem;
    }
}

.banner-absolute.banner-content{
    position: relative;
    top: 0%;
    left: 0%;
    transform: translateX(0%);
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .banner-absolute.banner-content{
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* ------------ Section content -------------- */

.section-content{
    padding: 4rem 0;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .section-content{
        padding: 6rem 0;
    }
}

.section-top{
    padding-top:0;
}

.section-bottom{
    padding-bottom:0;
}

.section-title{
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .section-title{
        margin-bottom: 60px;
    }
}

.section-title h2{
    font-size: 2.4rem;
    color:#998675;
    margin: 0;
    font-weight: 400;
}

@media screen and (min-width : 580px) {
    .section-title h2{
        font-size: 3.2rem;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .section-title h2{
        font-size: 3.8rem;
    }
}

.section-buttom{
    margin-top:4rem;
    display:flex;
    justify-content:center;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .section-buttom{
        margin-top:6rem;
        justify-content:flex-end;
    }
}

.section-buttom a{
    font-size:1.6rem;
    color:#828282;
    font-weight:300;
    position:relative;
    padding-right:30px;
}

.section-buttom a:hover{
    text-decoration:underline;
}

.section-buttom a:after{
    content: "";
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition:all .3s ease;
}

.section-buttom a:hover:after{
    transform:translateY(-50%) translateX(5px);
}

/* ------------ Tecnologias home -------------- */

.technology-home{
    position: relative;
    padding:0px;
}

@media screen and (min-width : 580px) {
    .technology-home{
        padding:0 40px;
    }
    
}
@media screen and (min-width: 980px) {
    
}

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

/*.technology-home .slick-prev{*/
/*    left:-40px;*/
/*}*/

/*.technology-home .slick-next{*/
/*    right:-40px;*/
/*}*/


 .technology-home:after{
    content:"";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 360px;
    height:520px;
    border: 2px solid #998675;
    border-radius: 20px;
    pointer-events: none;
    display:none;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .technology-home:after{
        display:block;
    }
}  

.technology-home .slick-list{
    padding: 0!important;
}

.technology-home-content{
    border:0;
    padding: 20px;
    padding-bottom: 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    border-radius: 20px;
    transition: all .3s ease;
    transform: scale(1);
    margin:0 auto;
}

@media screen and (min-width : 580px) {
    .technology-home-content{
        transform: scale(.7);
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .technology-home-content{
        border:2px solid transparent;
    }
}

.technology-home .slick-center .technology-home-content{
    border-color: #998675;
    transform: scale(1);
    border:0;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .technology-home .slick-center .technology-home-content{
        border-color: #998675;
    }
}

.technology-home-content img{
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
    transition: all .3s ease;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .technology-home-content img{
        width: 100%;
        height: 430px;
    }
}

.technology-home-content h2{
    margin: 0;
    font-weight: 400;
    color:#998675;
    font-size: 1.6rem;
}

.technology-home .slick-slide:not(.slick-center) .technology-home-content h2{
    font-size: 2.2rem;
}

.technology-home .slick-track{
    display: flex;
    align-items: center;
}

.technology-home .technology-home-content img{
    transition:all .3s ease;
}

.technology-home-content:hover  img{
    transform:scale(1.05);
}

.technology-home .slick-dots{
    position: relative;
    top:0;
    margin-top: 25px;
}

/* ------------ Acreditaciones ----------------- */

.marcas-home{
    padding:0px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .marcas-home{
        padding:0 60px;
    }
}

.marcas-home .slick-dots{
    position:relative;
    margin-top:40px;
}

.marcas-home li.slick-slide{
    margin:0 15px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .marcas-home li.slick-slide{
        margin:0 30px;
    }
}

.marcas-home img{
    width:100%;
    margin:0 auto;
}

@media screen and (min-width : 580px) {
   .marcas-home img{
        width:160px;
    }
}
@media screen and (min-width: 980px) {
    
}

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

/* -------------------Intro ---------------------- */

.intro-wrapper{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%;
    max-width:680px;
    margin:0 auto;
    text-align: center;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .intro-wrapper{
       max-width:1000px;
       text-align: left;
       flex-direction:row;
   }
}

.intro-text{
    margin:0;
    margin-bottom:40px;
    flex-shrink:0;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .intro-text{
        margin:0;
        margin-right:130px;
        flex-shrink:0;
    }
}

.intro-text p{
    margin:0;
    font-size:2rem;
    font-weight:500;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .intro-text p{
        font-size:2.3rem;
    }
}

.intro-content{
     width:100%;
         text-align: justify;
}

.intro-content h2{
    font-size:2rem;
    font-weight:400;
    margin-bottom:20px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .intro-content h2{
        font-size:2.5rem;
    }
}

.intro-content p{
    font-size:1.25rem;
    color:#828282;
    line-height:1.8;
    margin-bottom:20px;
    /*white-space:wrap;*/
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   /*.intro-content p{*/
   /*     white-space:nowrap;*/
   /* }*/
}

.intro-content p strong{
    color:#998675;
    font-weight:400;
}

.intro-content .firma-user{
    display:none;
}

.intro-content .firma-content img{
    display:none;
}

.intro-content .firma-content span{
    font-size: 2.2rem;
}

.intro-content .btn{
    margin-top:25px;
}

.modal-profile .modal-dialog{
    max-width:720px;
    
}

.modal-profile .modal-body{
    padding:0;
}

.profile{
    display:flex;
    flex-direction:column;
    height: 100%;
}

@media screen and (min-width : 580px) {
   .profile{
        flex-direction:row;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.profile-item{
    height:400px;
}

.profile-image{
    width:100%;
    height:150px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    /*background-image: url(../images/profile-bg.jpeg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

@media screen and (min-width : 580px) {
   .profile-image{
       width:40%;
       height:400px;
       overflow:hidden;
   }
}
@media screen and (min-width: 980px) {
    
}

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

.profile-image:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#998675;
    opacity:.8;
}

.profile-content{
    width:100%;
}

@media screen and (min-width : 580px) {
   .profile-content{
        width:60%;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.profile-image-thumbnail{
    width:120px;
    height:120px;
    position:absolute;
    bottom:-60px;
    left:0;
    right:0;
    margin:0 auto;
    border-radius:9999px;
    overflow:hidden;
    border:5px solid #fff;
    z-index:99;
}

@media screen and (min-width : 580px) {
    .profile-image-thumbnail{
        width:200px;
        height:200px;
        position:relative;
        bottom:0;
   }
}
@media screen and (min-width: 980px) {
    
}

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

.profile-image-thumbnail img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.profile-content{
    padding:40px 25px;
    padding-top:60px;
}

@media screen and (min-width : 580px) {
   .profile-content{
        padding:40px;
        padding-right:20px;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.profile-content-wrapper{
    height:100%;
    overflow:hidden;
    overflow-y:auto;
    padding-right:20px;
    font-size: 1.25rem;
    color: #828282;
    line-height: 1.5;
    margin-bottom: 20px;
}

.profile-content-wrapper::-webkit-scrollbar {
  width: 6px;
}

.profile-content-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius:9999px;
}

.profile-content-wrapper::-webkit-scrollbar-thumb {
  background: #828282;
  border-radius:9999px;
}


.profile-content-wrapper h2{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 10px;
        color: #998675;
}

.profile-content-wrapper p{
    margin:5px 0;
    line-height:1.2;
}

.profile-content-wrapper h4{
    margin:25px 0;
    margin-bottom: 15px;
}

.profile-content-wrapper ul{
    
}

.profile-content-wrapper ul li{
    position:relative;
    margin-bottom:10px;
    padding-left:20px;
}

.profile-content-wrapper ul li:after{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:14px;
    height:14px;
    background-image: url(../images/check-list-full.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* ------------------- Beneficios/contadores ---------------------- */

.benefits-grid{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px; 
}

@media screen and (min-width : 580px) {
   .benefits-grid{
        grid-template-columns: repeat(3,1fr);
    }
}
@media screen and (min-width: 980px) {
    
}

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


.benefits-item{
    width:100%;
}

.benefits-content{
    width:100%;
    height:220px;
    background-color:#998675;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .benefits-content{
        height:200px;
    }
}

.benefits-content img{
    width:80px;
    height:80px;
    margin-bottom:25px;
    display:none;
}

.benefits-content h2{
    font-size:3.5rem;
    font-weight:900;
    line-height:1.2;
    margin:0;
    margin-bottom: 20px;
}

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

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

@media screen and (min-width: 1280px) {
    .benefits-content h2{
        font-size:6.5rem;
    }
}

.benefits-content span{
    font-size:3rem;
    font-weight:300;
}

/* ------------------- Servicios home ---------------------- */

.services-home-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 40px; 
}

@media screen and (min-width : 580px) {
   .services-home-grid{
        grid-template-columns: repeat(3,1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px; 
    }
}

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

@media screen and (min-width: 1280px) {
    .services-home-grid{
        grid-template-columns: repeat(4,1fr);
        grid-column-gap: 50px;
        grid-row-gap: 50px; 
    }
}

.services-home-item{
    width:100%;
}

.services-home-thumbnail{
    width:100%;
    height:auto;
    margin-bottom:10px;
    overflow:hidden;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    text-align:center;
    position:relative;
}

/*@media screen and (min-width : 580px) {*/
/*    .services-home-thumbnail{*/
/*        height:260px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 980px) {*/
    
/*}*/

/*@media screen and (min-width: 1280px) {*/
/*   .services-home-thumbnail{*/
/*        height:auto;*/
/*    }*/
/*}*/

.services-home-thumbnail > h2{
    padding:12px 10px;
    margin:0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #998675;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

.services-home-thumbnail img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:all .5s ease;
}

.services-home-thumbnail:hover img{
    transform:scale(1.2);
}

.services-home-info{
    text-align:center;
}

.services-home-info h2 a{
    font-size:2rem;
    font-weight:700;
    color:#998675;
}

.services-home-info h2 a:hover{
    text-decoration:underline;
        color: #94327b!important;
}

.services-home-info h2{
    margin-bottom:10px;
}

.services-home-info p{
    margin:0;
    color:#828282;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    line-height:1.8rem;
    font-size:1.3rem;
}

/* ----------- Testimonios ------------ */

.testimony-home{
    display:none;
}

.testimony-home-slider{
    display:flex;
    align-items:center;
    max-width:100%;
    flex-direction:column;
    height:auto;
    margin:0 auto;
    position:relative
}

@media screen and (min-width : 580px) {
    .testimony-home-slider{
        flex-direction:row;
        max-width:740px;
        height:320px;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.testimony-home-slider:after{
    content:"";
    position:absolute;
    bottom:0;
    right:auto;
    height:calc(100% - 130px);
    width:100%;
    background-color:#a38c7b;
    border-radius:12px;
    z-index:-1;
}

@media screen and (min-width : 580px) {
    .testimony-home-slider:after{
        bottom:auto;
        top:0;
        right:0;
        width:calc(100% - 130px);
        height:100%;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.testimony-home-slider .slick-track,
.testimony-home-slider .slick-list,
.testimony-home-slider .slick-slide,
.testimony-home-slider .slick-slider{
    height:100%;
    position:static;
}

.testimony-home-slider .slick-next{
    right:-60px;
}

.testimony-home-slider .slick-prev{
    left:-60px;
}

.testimony-home .slick-dots{
    position:relative;
    bottom:0;
}

.testimony-dots{
    margin-top:40px;
}

.testimony-home-image{
    width:240px;
    height:240px;
    border-radius:9999px;
    border:15px solid #fff;
    overflow:hidden;
    flex-shrink:0;
    background-color:#fff;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .testimony-home-image{
        width:260px;
        height:260px;
    }
}


.testimony-home-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.testimony-home-content{
    width:100%;
    padding:25px 30px;
    color:#fff;
    text-align:center;
}

@media screen and (min-width : 580px) {
    .testimony-home-content{
        width: calc(100% - 265px);
        padding:20px 55px;
        padding-left:30px;
        text-align:left;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.testimony-home-content-wrapper h2{
    font-size:2rem;
    margin-bottom:20px;
    font-weight:400;
}

@media screen and (min-width : 580px) {
    .testimony-home-content-wrapper h2{
        font-size:2.5rem;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .testimony-home-content-wrapper h2{
        font-size:2.7rem;
    }
}

.testimony-home-content-wrapper p{
    margin:0;
    font-size:1.4rem;
    font-weight:300;
    text-align: justify;
    color:#f2ebf1;
}

/* ----------- Banner home ------------ */

.home-banner .container,
.home-banner .row,
.home-banner .col-md-12,
.home-banner .home-banner-content,
.home-banner .home-banner-content-wrapper{
    height:100%;
}

.home-banner{
    position:relative;
    height:auto;
    width:100%;
    display:flex;
    align-items:center;
    
     flex-direction:column;
     overflow:hidden;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .home-banner{
       
        height:340px;
        flex-direction:row;
    }
}

.home-banner .banner-image{
    position:relative;
    width:100%;
    height:auto;
}

@media screen and (min-width : 580px) {
    .home-banner .banner-image{
        height:35vh;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .home-banner .banner-image{
        width:38%;
        height:100%;
    }
}


.home-banner .banner-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.home-banner-content{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-direction:column;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .home-banner-content{
        flex-direction:row;
    }

}


.home-banner-content-wrapper{
    width:100%;
    padding:40px 20px;
    text-align:center;
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color:#ebeef0;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .home-banner-content-wrapper{
        width:62%;
        padding:0px;
        padding-left:80px;
        text-align:left;
        align-items: flex-start;
    }
}

.home-banner-content-wrapper:after{
    content:"";
    position:absolute;
    width: 200%;
    left: 50%;
    transform:translatex(-50%);
    width: 100vh;
    height:50%;
    top:auto;
    bottom:80%;
    background: rgb(235,238,240);
    background: linear-gradient(180deg, rgba(235,238,240,0) 0%, rgba(235,238,240,1) 50%);
    z-index:-1;
    display:none;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .home-banner-content-wrapper:after{
        content:"";
        transform:none;
        position:absolute;
        width: 100%;
        left: -68%;
        top:0;
        bottom:auto;
        height:100%;
         background: rgb(235,238,240);
        background: linear-gradient(90deg, rgba(235,238,240,0) 0%, rgba(235,238,240,1) 50%);
    }
}

.home-banner-content-wrapper h2{
    margin-bottom:20px;
    font-size:2.4rem;
    color: #998675;
    font-weight: 400;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .home-banner-content-wrapper h2{
        font-size:3.8rem;
    }
}

.home-banner-content-wrapper p{
    margin:0;
    font-weight:300;
    font-size:1.7rem;
}

.home-banner-content-wrapper .btn{
    margin-top:25px;
}

/* ----------- Sedes home ------------ */

.locations-home-grid{
    /*display: grid;*/
    /*grid-template-columns: repeat(1,1fr);*/
    /*grid-column-gap: 25px;*/
    /*grid-row-gap: 25px; */
    display:flex;
    flex-direction:column;
    justify-content:center;
}

@media screen and (min-width : 580px) {
   .locations-home-grid{
        /*display: grid;*/
        /*grid-template-columns: repeat(2,1fr);*/
        /*grid-column-gap: 55px;*/
        /*grid-row-gap: 55px; */
        flex-direction:row;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.locations-home-item{
    width:100%;
    padding:25px 0;
}

@media screen and (min-width : 580px) {
    .locations-home-item{
        width:50%;
        padding:25px;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.locations-home-content{
    display:flex;
    justify-content:flex-stat;
    position:relative;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .locations-home-content{
        justify-content:flex-end;
    }
}

.locations-home-sede{
    width:120px;
    height:120px;
    position:absolute;
    top:15px;
    left:15px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
  .locations-home-sede{
        width:235px;
        height:235px;
        top:90px;
        left:0px;
    }
}

.locations-home-sede img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.locations-home-map{
    width:100%;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .locations-home-map{
        width:440px;
    }
}

.locations-home-iframe{
    width:100%;
    height:240px;
    position:relative;
    /*background-image: url(../images/mapa.png);*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
}

.locations-home-iframe iframe{
    width:100%!important;
    height:100%!important;
    position:absolute;
    top:0;
    left:0;
}

.locations-home-info{
    display: flex;
    justify-content: flex-start;
    padding:15px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .locations-home-info{
        justify-content: flex-end;
        padding-right:0px;
        padding-left:160px;
        padding-top:25px;
    }
}

.locations-home-info li{
    display:flex;
        align-items: center;
    margin-bottom:10px;
}

.locations-home-info li:last-child{
    margin:0;
}

.locations-home-info li span{
    display:flex;
}

.locations-home-info li span,
.locations-home-info li span a{
    color:#828282;
    font-size:1.3rem;
    ;
}

.locations-home-info li span:first-of-type{
    margin-right:20px;
}

.locations-home-info li span img{
    width:20px;
    height:20px;
}

/* ------------------------ Agenda una cita ---------------------- */

.agenda{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.agenda h2{
    font-size:3rem;
    font-weight:400;
    color:#6d717a;
    margin-bottom:35px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .agenda h2{
        font-size:4rem;
        margin-bottom:35px;
    }
}

/* --------- Promotions ----------------- */

.storefront-sorting{
    margin:0!important;
}

.storefront-sorting .woocommerce-ordering,
.storefront-sorting  .woocommerce-result-count{
    display:none!important;
}

.storefront-sorting::before, .storefront-sorting::after,
.storefront-sorting .woocommerce-notices-wrapper{
    display:none!important;
}

.content-area, .site-main {
    width: 100%;
    margin: 0;
}

.right-sidebar .content-area{
    width: 100%!important;
    float: none!important;
    margin: 0!important;
}

.promotions-categories{
    height:auto;
    margin-top: 0px;
    padding:40px 0;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .promotions-categories{
        height:160px;
        margin-top: -140px;
        padding:0;
    }
}

.promotions-categories-wrapper{
    position:relative;
    background-color:#fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding:0;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .promotions-categories-wrapper{
        padding:0 20px;
    }
}

.promotions-categories-wrapper,
.promotions-categories .container,
.promotions-categories .row,
.promotions-categories .col-md-12{
    height:100%;
}

.promotions-categories-wrapper ul{
    display:flex;
    /*flex-wrap:wrap;*/
    align-items:center;
    justify-content:center;
    /*margin:-10px;*/
}

.promotions-categories-wrapper ul li{
   
}

.promotions-categories-wrapper  .slick-track{
    display:flex;
    justify-content:center;
}
.promotions-categories-wrapper .slick-slide {
      margin: 0 10px;
  }

  /* the parent */
.promotions-categories-wrapper  .slick-list {
      padding: 0 10px;
  }
.promotions-categories-wrapper ul li:last-child{
    margin:0;
}

.promotions-categories-wrapper ul li a{
    display:flex;
    align-items:center;
    height:50px;
    border:1px solid #b270a0;
    border-radius:9999px;
    padding:0 35px;
    padding-right:65px;
    font-size:1.3rem;
    color:#3a3a3a;
    position:relative;
    transition:all .3s ease;
}

.promotions-categories-wrapper ul li a:hover,
.promotions-categories-wrapper ul li.current a{
    color:#fff;
    background-color:#b270a0;
}

.promotions-categories-wrapper ul li.current a{
    pointer-events:none;
}

.promotions-categories-wrapper ul li a:after{
    content: "";
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    right: 30px;
    width: 18px;
    height: 18px;
    background-image: url(../images/arrow-purple.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition:all .3s ease;
    transition:all .3s ease;
}

.promotions-categories-wrapper ul li.current a:after{
    transform:translateY(-50%) rotate(90deg);
     background-image: url(../images/arrow-white.svg);
}

.promotions-categories-wrapper ul li a:hover:after{
    background-image: url(../images/arrow-white.svg);
    transform:translateY(-50%) translateX(5px);
}

.promotions-arrow.slick-arrow{
    height:100%;   
    width:40px;
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    z-index: 99;
    cursor:pointer;
    transition:all .3s ease;
    background-color:#fff;
}

.promotions-arrow.slick-arrow.slick-arrow:before{
   background-size: 18px; 
   background-image: url(../images/arrow-purple.svg);
}

.promotions-arrow.slick-arrow.slick-arrow:after{
    content:"";
    position:absolute;
    width:35px;
    height:100%;
    top:0%;
    right:0;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    z-index:-1;
}

.promotions-arrow.slick-arrow.slick-arrow.promotions-next:after{
    right:35px;
}

.promotions-arrow.slick-arrow.slick-arrow.promotions-prev:after{
    left:-35px;
}

.promotions-arrow.slick-arrow.promotions-next{
    right:0;
}

.promotions-arrow.slick-arrow.promotions-prev{
    left:0;
    transform:translateY(-50%) scalex(-1);
}

.promotions-categories-wrapper .slick-disabled{
    opacity:0;
    visibility:hidden;
}

.promotions{
    padding-top:6rem;
}

.promotions .container{
    max-width:1120px;
}

.promotions-grid-products .products:after,
.promotions-grid-products .products:before{
    display:none!important;
}

.promotions-grid-products .product,
.promotions-grid-products .products{
    margin:0!important;
    padding:0!important;
}

.promotions-grid-products .products{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 25px;
}

@media screen and (min-width : 580px) {
    .promotions-grid-products .products{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .promotions-grid-products .products{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-column-gap: 30px;
        grid-row-gap: 45px;
    }
}

.promotions-grid-products .product{
    width:100%!important;
}

.promotions-product-content .promotions-product-thumbnail{
    width:100%;
    /*height:200px;*/
    margin-bottom:10px;
    overflow:hidden
}

@media screen and (min-width : 580px) {
    .promotions-product-content .promotions-product-thumbnail{
        /*height:260px;*/
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .promotions-product-content .promotions-product-thumbnail{
        height:280px;
    }
}

.promotions-product-content .promotions-product-thumbnail img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:all .5s ease;
    margin:0!important;
}

.promotions-product-content .promotions-product-thumbnail:hover img{
    transform:scale(1.2);
}

.promotions-product-content .promotions-product-info{
    text-align:left;
}

.promotions-product-content .promotions-product-info h2{
    margin:0;
    margin-bottom:3px;
}

.promotions-product-content .promotions-product-info h2 a{
    font-size:1.8rem;
    color:#94327b;
    font-weight:500;
    transition:all .3s ease;
    line-height:1.2;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .promotions-product-content .promotions-product-info h2 a{
        font-size:2.1rem;
    }
}

.promotions-product-content .promotions-product-info h2 a:hover{
    text-decoration:underline;
        color: #94327b!important;
}

.promotions-product-content .promotions-product-info p{
    color:#828282;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    font-size:1.4rem;
    margin:0;
    font-weight:300;
    
}

.promotions-product-content .promotions-product-info .price{
    margin:0px!important;
    margin-top:5px!important;
}

.promotions-product-content .promotions-product-info .price,
.promotions-product-content .promotions-product-info .price span{
    color: #94327b;
    font-weight:500;
    font-size:1.5rem;
    line-height:1;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .promotions-product-content .promotions-product-info .price,
    .promotions-product-content .promotions-product-info .price span{
        font-size:1.7rem;
    }
}

.promotions-product-content .promotions-product-info span.price{
    display: flex!important;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.product-type-variable .promotions-product-content .promotions-product-info span.price{
    display: block!important;
}

.promotions-product-content .promotions-product-info span.price ins{
    margin:0!important;
}

.promotions-product-content .promotions-product-info span.price del{
    margin:0 5px;
}

.pagination{
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.woocommerce-pagination{
    display: flex!important;
    width: 100%;
    justify-content: center;
    border:0!important;
    margin-top: 40px!important;
    overflow:hidden;
    width:100%;
    
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .woocommerce-pagination{
        margin-top: 60px!important;
    }
}

.woocommerce-pagination .page-numbers {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.woocommerce-pagination .page-numbers li{
    margin:0 5px!important;
}

.woocommerce-pagination .page-numbers li .page-numbers{
    width:20px;
    height:20px;
    border-radius:9999px;
    padding: 0px!important;
    margin:0!important;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#828282!important;
    transition:all .3s ease;
    font-weight:400;
    line-height: 1.6rem;
    font-size:1.6rem;
    opacity:1;
    background-color:transparent!important;
}

.woocommerce-pagination .page-numbers li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers.current{
   color:#94327b!important;
}

.woocommerce-pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.prev{
    padding:0!important;
    text-indent:-9999px;
}

.woocommerce-pagination .page-numbers.next:after,
.woocommerce-pagination .page-numbers.prev:after{
    content:"";
    width:100%;
    height:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-size:70%;
    background-position:center;
    background-repeat:no-repeat;
    background-image: url(../images/arrow-purple.svg);
}

/*.woocommerce-pagination .page-numbers.next:hover:after,*/
/*.woocommerce-pagination .page-numbers.prev:hover:after{*/
/*    background-image: url(../images/separator.svg);*/
/*}*/


.woocommerce-pagination .page-numbers.prev:after{
    transform: translateY(-50%) scaleX(-1);
}

/* ---------- Shop intern ------------------- */

body.single-product .site-main >  .product{
    width:100%!important;
    margin:0!important;
    padding:0!important;
}

.shop-intern{
    overflow:hidden;
}

.shop-container{
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}


.shop-intern-wrapper{
    display:flex;
    flex-direction:column;
    width:100%;
    margin-bottom:20px;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .shop-intern-wrapper{
        flex-direction:row;
        margin-bottom:40px;
    }
}

.shop-intern-item{
    width:100%;
    margin:0px;
    position:relative;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .shop-intern-item{
        width:100%;
        margin-bottom:0px;
    }
}

.shop-intern-item:last-child{
    margin:0;
}

.shop-intern-gallery{
    max-width:100%;
    margin:0;
    margin-bottom:40px;
    flex-shrink:0;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .shop-intern-gallery{
        max-width:515px;
        margin:0;
        margin-right:35px;
    }
}

.product-carousel {
    display: flex;
    flex-direction:column-reverse;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.product-carousel-nav{
    width: 100%;
    position:relative;
    padding:0 25px;
    display:none;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .product-carousel-nav{
        display:block;
    }
}

.product-carousel-nav:after,
.product-carousel-nav:before{
    content:"";
    position:absolute;
    top:0;
    height:100%;
    width:10px;
    background-color:#fff;
    z-index:99;
}

.product-carousel-nav:after{
    left:calc(100% - 6px);
}

.product-carousel-nav:before{
    right:calc(100% - 6px);
}

.product-carousel-nav .slick-slide{
    height: 20%;
    margin:0 5px;
    border: 0;
    cursor: pointer;
}

.product-carousel-nav .slick-slide:only-child{
    display:none;
}

.product-carousel-nav-image{
    width: 100%;
    height: 100%;
    padding:9;
}

.product-carousel-nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:0px;
}

.product-carousel-nav,
.product-carousel-nav .slick-list,
.product-carousel-nav .slick-track{
    height: 100%!important;
}

.product-carousel-slider{
    margin:0!important;
    overflow: hidden;
}

.product-carousel-slider .slick-dots{
    bottom:8%;
}

.product-carousel-slider-wrapper {
    width: 100%;
    position: relative; 
    
}

@media screen and (min-width: 580px) {
    .product-carousel-slider-wrapper { 
        padding:5px;
        padding-bottom:10px;
    }
}

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

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


.product-carousel-slider .slick-dots li{
   margin-top:40px;
}

.product-carousel-slider .slick-slide{
    /* margin: 0 5px; */
    margin: 0;
}

.product-carousel-slider .slick-slide.slick-current {

}

.product-carousel-slider img {
     width: 100%;
    margin: 0 auto;
    height: 100%; 
    object-fit: cover;
}

.product-carousel-slider .slick-slide a {
    display: flex;
    height: 100%;
    width: 100%;
}

.product-carousel-slider-wrapper,
.product-carousel-slider,
.product-carousel-slider .slick-list,
.product-carousel-slider .slick-track,
.product-carousel-slider .slick-slide{
    height: 100%;
}


/* --------------------------------------- */

.qib-container{
    width: 120px;
    height: 45px;
    border:1px solid #998675;
    border-radius:0;
    display:flex!important;
    position:relative;
    /*overflow:hidden;*/
    margin:0;
    margin-left:95px;
    margin-bottom:40px;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .qib-container{
        width:95px;
        height: 35px;
    }
}

.qib-container:after{
    content: "Cantidad:";
    color:#998675;
    font-size: 1.6rem;
    font-weight:300;
    position:absolute;
    right: calc(100% + 20px);
    top: 50%;
    transform:translateY(-50%);
    width: auto;
    height: auto;
    line-height: 1;
}

.qib-container .quantity{
    width:75%!important;
    height:100%!important;
    border:0!important;
   
}

.qib-container .quantity input{
    width:100%!important;
    height:100%!important;
    text-align: left!important;
    padding:0 18px!important;
    font-size:2rem!important;
    font-weight:400!important;
    border:0!important;
    color:#998675!important;
}


.qib-container .qib-button{
    position:absolute;
    right:10px;
    width:25%!important;
    height:42%!important;
    padding:0!important;
    background-color:#b8ab9f!important;
    border:0!important;
    display:flex;
    border:0!important;
    border-radius:2px!important;
    color:#fff!important;
    font-weight:400;
}


.qib-container .qib-button.plus{
    top:2px;
}

.qib-container .qib-button.minus{
    bottom:2px;
}

.single-product-wrap{
    widtH:100%;
}

.shop-intern-content .single-product-wrap-title{
    display: flex;
    flex-direction:column;
    padding-bottom:20px;
    border-bottom:1px solid #b270a0;
    margin-bottom:20px;
    width:100%;
}


.shop-intern-content .product_title{
    margin:0;
    font-weight:400;
    color:#913378;
    font-size:2.4rem;
    position:relative;
    text-transform:uppercase;
    
}

.shop-intern-content .woocommerce-product-details__short-description{
    margin-top:5px;
    width:100%;
}

.shop-intern-content .woocommerce-product-details__short-description{
    font-size:1.6rem;
    line-height:1.2;
    font-weight:300;
    color:#998675;
}

.shop-intern-content .price{
    color:#998675!important;
    margin:30px 0!important;
    line-height: 1;
    width:100%;
    display:flex!important;
    flex-flow: column-reverse nowrap;
}

.shop-intern-content .price span{
    font-weight: 400!important;
    font-size:2.2rem!important;
}

.shop-intern-content  .price ins,
.shop-intern-content  .price del{
        margin: 0!important;
}

.shop-intern-content  .price del{
    opacity:1;
    color:#913378;
}

.shop-intern-content  .price del span{
    font-size:1.4rem!important;
    color:#998675!important;
}


.shop-intern-content form{
    width:100%;
    margin:0!important;
    padding:0!important;
    display:flex;
    flex-direction:column;
}

.shop-intern-content form .wcpa_form_outer{
	margin-top:0;
}

.shop-intern-content form #yith-wapo-container .wapo-addon-title,
.shop-intern-content form .wcpa_form_outer .wcpa_form_item > label{
	margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.shop-intern-content form #yith-wapo-container .yith-wapo-addon-type-radio .options .yith-wapo-option{
	display:flex;
	align-items:center;
}

.shop-intern-content form #yith-wapo-container .yith-wapo-addon-type-radio .options .yith-wapo-option .yith-wapo-label,
.shop-intern-content form .wcpa_form_outer .wcpa_form_item .wcpa_radio label{
	  margin: 0;
    margin-left: 10px;
	    font-size: 1.6rem;
}

@media screen and (min-width: 1280px) {
    .shop-intern-content form #yith-wapo-container .yith-wapo-addon-type-radio .options .yith-wapo-option .yith-wapo-label,
	.shop-intern-content form .wcpa_form_outer .wcpa_form_item .wcpa_radio label{
			white-space: nowrap;
			font-size: 1.3rem;
	}
}

.shop-intern-content form #yith-wapo-container .yith-wapo-addon-type-radio .options .yith-wapo-option .yith-wapo-label .option-price{
	font-size:100%;
}

.shop-intern-content form .wcpa_form_outer .wcpa_form_item .wcpa_radio{
	display:flex;
	align-items:center;
	margin-bottom:6px;
}
.shop-intern-content form .wcpa_form_outer .wcpa_form_item{
	margin:0;
}

.shop-intern-content form .wcpa_form_outer .wcpa_form_item .wcpa_radio:last-child{
	margin:0;
}

.shop-intern-content form .wcpa_form_outer .wcpa_form_item .wcpa_radio .wcpa_check{
	display:none;
}
.shop-intern-content form .wcpa_form_outer .wcpa_form_item input[type=radio]{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position: relative;
	padding-left:20px;
    width: 20px;
    height: 20px;
	opacity:1;
}

.shop-intern-content form .wcpa_form_outer .wcpa_form_item input[type=radio]::before {
    content: "";
    position: absolute;
    top: 50%;
	transform:translatey(-50%);
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    border-radius: 0px;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #998675;
	border-radius:9999px;
}

.shop-intern-content form .wcpa_form_outer .wcpa_form_item input[type=radio]:checked::before {
    background-image: url(../images/checked-white.svg);
    background-color: #998675;
   
}

.shop-intern-content form .wcpa_form_outer .wcpa_form_item .required_ast{
	display:none;
}
.single-button-wrap{
    display:flex!important;
    flex-direction:column;
    align-items:center;
    margin:0!important;
}

@media screen and (min-width : 580px) {
    .single-button-wrap{
        flex-direction:row;
    }
}
@media screen and (min-width: 980px) {

}

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

.single-button-wrap .button{
    margin:0!important;
    height:50px!important;
    padding:0px 30px;
    display:flex!important;
    align-items:center;
    justify-content:center;
    color: #fff!important;
    border: 1px solid #b8ab9f!important;
    background-color: #b8ab9f!important;
    border-radius:8px;
    font-weight:400;
    font-size:1.6rem;
    transition:all .3s ease;
    width:100%;
    position:relative;
    white-space:nowrap;
}

@media screen and (min-width : 580px) {
   .single-button-wrap .button{
        margin:0!important;
        margin-right:20px!important;
        width:auto;
    }
}
@media screen and (min-width: 980px) {

}

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

.shop-breadcrumbs{
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom:25px;
    padding:0 8px;
}


.shop-breadcrumbs .col-full{
    width:100%;
    padding:0!important;
    margin:0!important;
}

.shop-breadcrumbs .storefront-breadcrumb{
    margin:0!important;
    padding:0!important;
}

.shop-breadcrumbs .storefront-breadcrumb .breadcrumb-separator{
    display:flex;
    align-items:center;
    padding:0 2px;
}

.shop-breadcrumbs .storefront-breadcrumb .breadcrumb-separator:after{
    opacity:1;
    content:">";
    font-family: 'Poppins';
    font-size: 1.3rem;
    font-weight: 300;
    position:relative;
    top:0;
    left:0;
        line-height: 1;
    transform:none;
    /* background-image: url(../images/separator.svg);*/
    /*background-position: center;*/
    /*background-size: 40%;*/
    /*background-repeat: no-repeat;*/
}

.shop-breadcrumbs .woocommerce-breadcrumb,
.shop-breadcrumbs .woocommerce-breadcrumb a{
    text-decoration:none!important;
    font-size:1.3rem;
    font-weight:400!important;
    line-height: 1!important;
    color:#998675!important;
    text-transform:uppercase;
        display: flex;
    align-items: center;
}


.shop-breadcrumbs .woocommerce-breadcrumb a:before{
    display:none!important;
}

.banner-breadcrumb .breadcrumb-separator{
    text-indent:0!important;
    padding:0 5px!important;
}

.banner-breadcrumb .breadcrumb-separator:after{
    display:none!important;
}

/* ------------ Sidebar cart ------------- */

.cart-icon {
    display: flex;
    align-items: center;
    cursor:pointer;
}

.cart-icon span.count,
.cart-icon span.count span{
    color: #333;
    font-weight: 100;
}

.cart-icon .xoo-wsc-sc-icon,
.cart-icon .xoo-wsc-sc-total{
    display:none;
}

/*span.xoo-wsc-total-sales{*/
/*    display:none!important;*/
/*}*/

.xoo-wsc-header, 
.xoo-wsc-body,
.xoo-wsc-footer{
    background-color:#fff;
}

.xoo-wsc-container {
    width:100%;
    max-width: 100%;
    right: 0%;
    transition: all .3s ease;
    transform:translateX(100%);
    background-color:#fefbf7;
}

@media screen and (min-width : 580px) {
   .xoo-wsc-container{
         max-width: 520px;
    }
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    
}
.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-container{
    transform:translateX(0%);
}
.xoo-wsc-opac{
    transition: all .3s ease;
    /*backdrop-filter: blur(5px)!important;*/
    opacity:0!important;
    visibility:hidden;
    background-color: rgba(0,0,0, .7)!important;
}


.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-opac, 
body.xoo-wsc-active .xoo-wsc-opac, 
html.xoo-wsc-active .xoo-wsc-opac{
    opacity:1!important;
    visibility:visible;
}

.xoo-wsc-empty-cart{
    height:100%;
    width:100%;
    display:flex;
    justify-content: center;
}

.xoo-wsc-ecnt{
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align:center;
    font-size:1.3rem;
    margin-top:20%;
    color:828282;
    letter-spacing:0;
}

.xoo-wsc-ecnt img{
    width:100px;
    opacity:.7;
    margin-bottom:20px;
}
.xoo-wsc-header{
    text-align: left;
    padding: 22px;
    border:0;
    background-color: transparent;
    position:relative;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-header{
        padding:25px;
    }
}

.xoo-wsc-header:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/footer-bg.svg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    transform:scaley(-1);
}
    

.xoo-wsc-ctxt{
    font-size: 1.6rem;
    font-weight: 500;
    color: #913378;
    border:0;
    padding:0;
    text-transform:uppercase;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-ctxt{
        font-size:2rem;
    }
}

.xoo-wsc-close{
    width:25px;
    height:25px;
    border-radius:9999px;
    font-family: none !important;
    position:absolute;
    right:22px;
    top:50%;
    transform:translateY(-50%);
    background-color:#b8ab9f;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-close{
       right:25px;
    }
}


.xoo-wsc-close:before{
     content:"";
    width: 10px;
    height:10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../images/close-light.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}


.xoo-wsc-active .xoo-wsc-close:before{
     opacity:1;
    visibility:visible;
    transition-delay:.3s;
}

.xoo-wsc-content{
    padding:20px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-content{
        padding:25px;
    }
}

.xoo-wsc-product{
    padding:0;
    margin-bottom:30px;
    padding-bottom:30px;
    border:0;
    border-bottom:1px solid #edeadc;
    display:flex;
}

.xoo-wsc-product:last-child{
    margin:0;
    border-bottom:0;
}

.xoo-wsc-img-col{
    width:110px;
    height:110px;
    flex-shrink:0;
    position:relative;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-img-col{
        width:100px;
        height:100px;
    }

}

.xoo-wsc-img-col img{
    transition:all .3s ease;
    width:100%;
    height:100%;
    object-fit:cover;
}

.xoo-wsc-img-col .xoo-wsc-icon-trash{
    width: 25px;
    height: 25px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    position:absolute;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}

.xoo-wsc-product:hover .xoo-wsc-icon-trash{
    opacity:1;
    visibility:visible;
}

.xoo-wsc-img-col .xoo-wsc-icon-trash:before{
    content:""!important;
    position:absolute;
    left:0;
    top:0;
    margin:0!important;
    width:100%;
    height:100%;
    margin: 0;
    background-position: center!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-image: url(../images/close.svg);
}

.xoo-wsc-sum-col{
    width:100%;
    margin: 0;
    padding-top:0px;
    padding-left:10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-sum-col{
        padding-left:40px;
    }

}

.xoo-wsc-sum-cont{
    width:100%;
    display:flex;
    flex-direction:column;
}

.xoo-wsc-remove{
    padding: 0!important;
    font-weight: 300!important;
    color: #828282!important;
}

a.xoo-wsc-remove:before{
    content:"Eliminar";
    font-size:1.3rem;
    text-decoration:underline;
    font-weight:300;
    color:#828282;
    font-family: 'Poppins';
}

.xoo-wsc-sum-cont > a{
    font-size:1.6rem;
    color: #913378;
    font-weight:500;
    line-height: 1;
    margin-bottom:10px;
    transition:all .3s ease;
    text-transform:uppercase;
}

.xoo-wsc-sum-cont > a:hover{
    text-decoration:underline;
        color: #94327b!important;
}

.xoo-wsc-ptotal,
.xoo-wsc-ptotal span,
.xoo-wsc-ptotal .amount{
    font-size:1.5rem;
    font-weight:300;
    line-height: 1;
    color: #998675;
}


.xoo-wsc-psrow{
    display:flex;
    align-items:center;
}


.xoo-wsc-psrow .xoo-wsc-ptotal .amount {
    font-weight: 400;
    font-size: 1rem;
    color: #151515;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.xoo-wsc-qtybox{
    width: 95px!important;
    height: 35px;
    border: 1px solid #b8ab9f!important;;
    border-radius: 0;
    display: flex!important;
    position: relative;
    overflow: hidden;
    box-shadow:none!important;
    background-color:transparent!important;
}

.xoo-wsc-qty{
    width: 70%!important;
    height: 100%!important;
    text-align: left!important;
    padding: 0 10px!important;
    font-size: 1.6rem!important;
    font-weight: 300!important;
    border: 0!important;
    box-shadow:none;
    max-width:100%!important;
    color:#b8ab9f!important;
    background-color:transparent!important;
}
.xoo-wsc-minus,
.xoo-wsc-plus{
    position: absolute;
    right: 8px;
    width: 30%!important;
    height: 40%!important;
    padding: 0!important;
    border: 0!important;
    background-color: #b8ab9f!important;
    border-radius: 2px!important;
    color: #fff!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    font-weight:300;
}

.xoo-wsc-plus{
    top: 2px;
}

.xoo-wsc-minus{
    bottom: 2px;
}


.xoo-wsc-footer{
    width:100%;
    border:0;
    left:0;
    right:0;
    margin:0 auto;
    padding:0;
    
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

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

.xoo-wsc-footer-content{
    border-top: 1px solid #edeadc;
    padding:16px 20px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-footer-content{
        padding:25px;
    }
}

.xoo-wsc-sum-cont-bottom > span{
    font-weight:400;
    font-size:1.7rem;
    display:none;
}

.xoo-wsc-tools{
    padding:0;
}

.xoo-wsc-footer-b{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.xoo-wsc-footer-b a{
    margin: 0!important;
    height: 50px!important;
    padding: 0px 30px;
    padding-right: 50px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    border: 1px solid #b8ab9f!important;
    background-color: #b8ab9f!important;
    border-radius: 8px!important;
    font-weight: 400!important;
    font-size: 1.6rem;
    transition: all .3s ease;
    width: 100%;
    position: relative;
}

.xoo-wsc-tool{
    margin:0;
    margin-bottom:5px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .xoo-wsc-tool{
        margin-bottom:10px;
    }
}

.xoo-wsc-tool span{
    font-weight: 500;
    font-size: 1.6rem!important;
    color: #998675;
}

.xoo-wsc-tool span.xoo-wsc-tools-value,
.xoo-wsc-tool span.xoo-wsc-tools-value span{
    font-weight: 300;
    font-size: 2rem!important;
}

.xoo-wsc-shipping.xoo-wsc-tool span{
    font-weight: 300;
     text-transform: unset;
     font-size: 1.3rem!important;
}

.xoo-wsc-uopac{
    background-color:#fff;
}

.xoo-wsc-updating{
    height:100vh;
}
.xoo-wsc-updating .xoo-wsc-icon-spinner2{
    animation:none!important;
}

.xoo-wsc-updating .xoo-wsc-icon-spinner2:before{
    content:"";
}

.variation{
    display:flex!important;
    flex-direction:column;
    margin:0!important;
}

.variation-item{
    border-left: 4px solid #edeadc;
    padding:3px 0;
    padding-left: 10px;
}

.variation-item,
.xoo-wsc-modal dl.variation dd{
    margin:0;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 300;
}

.variation-item p{
    margin:0;
}

.variation-item:last-child{
    margin:0;
}

.xoo-wsc-modal dl.variation dt{
    display:none;
}

.section-content-related .section-title h2{
    font-size:1.6rem;
    font-weight:500;
}

.section-content-related .related > h2{
    display:none!important;
}

.section-content-related .related.products{
    display:block;
}

/* ------------ Modal --------------- */

.modal-dialog{
    transform:none!Important;
}

.modal-content,
.modal-body{
    padding:0;
    border-radius:0;
}

.modal-content{
   border-radius:0.5rem;
}

.close{
    position:absolute;
    right:0px;
    top:-40px;
    opacity:1;
    width:25px;
    height:25px;
}

@media screen and (min-width : 580px) {
    .close{
        position:absolute;
		top:10px;
        right:-40px;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.close:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/close-light.svg);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    transition: all .3s ease;
    margin:0;
    padding:0;
    transform:none;
    border-radius: 0;
    background-color: transparent;
}

.modal-header .close span{
    display:none;
}

.modal-video .modal-dialog{
    max-width:790px;
}

/* ------ Ekko lightbox ------ */

.ekko-lightbox-nav-overlay a span{
    color:#94327b!important;
}

.ekko-lightbox .modal-header{
    padding: 0;
    background: transparent;

}

.ekko-lightbox .modal-title{
    display:none;
}

/* ------------ Interna tecnologias --------------- */

body.single-tecnologias .page-wrapper{
    padding-top:0;
}

.tecnology-intern-wrapper{
    display:flex;
    flex-direction:column;
    padding:0;
    max-width:680px;
    margin:0 auto;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .tecnology-intern-wrapper{
        flex-direction:row;
        padding:0 25px;
        max-width:100%;
    }
}

.tecnology-intern-item{
    width:100%;
}


.tecnology-intern-image{
    width:100%;
    flex-shrink:0;
    margin:0 auto;
    margin-top:4rem;
    margin-bottom:40px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .tecnology-intern-image{
        width:auto;
        margin:0;
        margin-right:70px;
        margin-top:0px;
    }
}

.tecnology-intern-image-wrapper{
    width:100%;
    height:35vh;
    border-radius:8px;
    /*border:2px solid #998675;*/
    background-color:#fff;
    overflow:hidden;
    margin:0 auto;
    position:relative;
}

@media screen and (min-width : 580px) {
    .tecnology-intern-image-wrapper{
        width:330px;
        height:330px;
    }
}
@media screen and (min-width: 980px) {

}

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

/*.tecnology-intern-image-wrapper:after{*/
/*    content:"";*/
/*    position:absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background-color:rgba(0,0,0,.5);*/
/*    z-index:2;*/
/*    pointer-events:none;*/
/*}*/

.tecnology-intern-image-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
}  
     
.tecnology-intern-content{  
    width:100%;
    flex-shrink:0;
    margin:0;
    margin-bottom:40px;
    padding-top:0rem;
    text-align:center;
} 

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .tecnology-intern-content{  
        width:450px;
        flex-shrink:0;
        margin-right:80px;
        text-align:left;
    }
}

.tecnology-intern-content h2{
    font-size:2.4rem;
    margin-bottom:35px;
    font-weight:400;
    color:#94327b;
}

.tecnology-intern-content h2 span:last-of-type{
    font-size:1.8rem;
    color: #998675;
    font-weight:400;
}

.tecnology-intern-content h2 span:only-child{
    font-size:2.4rem;
    color:#94327b;
}


.tecnology-intern-content p{
    font-size:1.5rem;
    font-weight:300;
        text-align: justify;
    color:#828282;
    line-height:1.8;
}

.tecnology-intern-tags{
    padding-top:0;
    text-align:center;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .tecnology-intern-tags{
        /*padding-top:6rem;*/
        text-align:left
    }
}

.tecnology-intern-tags h2{
    font-size:1.6rem;
    color:#828282;
    font-weight:400;
    margin-bottom:35px;
}

.tecnology-intern-tags ul{
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    justify-content: center;
    flex-direction:row;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .tecnology-intern-tags ul{
        justify-content: flex-start;
        flex-direction:column;
    }
}

.tecnology-intern-tags ul li{
    margin:0;
    margin-bottom:16px;
    margin-right:16px;
    width:auto;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .tecnology-intern-tags ul li{
        margin:0;
        margin-bottom:16px;
        width:100%;
    }
}

.tecnology-intern-tags ul li:last-child{
    margin:0;
}

.tecnology-intern-tags ul li a{
    display:flex;
    align-items: center;
    justify-content:flex-start;
    font-size:1.3rem;
    color:#828282;
    height:46px;
    padding:0 35px;
    border-radius:12px;
    border:1px solid #998675;
    white-space:nowrap;
}

.tecnology-intern-more{
    position:relative;
    display:none;
    padding-right:25px;
    font-size:1.3rem;
    color:#828282;
    margin-top:10px;
    cursor:pointer;
    transition:all .3s ease;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .tecnology-intern-more{
        display:flex;
    }
}

.tecnology-intern-more:hover{
    text-decoration:underline;
}

.tecnology-intern-more:after{
    content: "";
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition:all .3s ease;
}

.tecnology-intern-more:hover:after{
    transform:translateY(-50%) rotate(5px);
}

#demo {
  cursor: none;
  position: fixed;
  top:0;
  left:0;
  z-index:10001px;
}

#instructions {
  position: absolute;
  padding: 12px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.75);
  left: 50%;
  cursor: none;
  padding-top: 100px;
  user-select: none;
  border-radius: 4px;
}

#dial {
  position: absolute;
  top: 0;
  left: 50%;
}

.tecnology-image-item{
    margin-bottom:6rem;
}

.tecnology-image-item:last-child{
    margin-bottom:0rem;
}


.tecnology-image-item > h2{
    text-align:center;
}

.tecnology-image-grid ul{
    display: flex;
    justify-content:center;
    margin:-10px;
    flex-wrap: wrap;
}

@media screen and (min-width : 580px) {
   .tecnology-image-grid ul{
    margin:-20px -25px;
}
}
@media screen and (min-width: 980px) {

}

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

.tecnology-image-grid ul li{
    width:50%;
    padding:10px;
}

@media screen and (min-width : 580px) {
   .tecnology-image-grid ul li{
        width:33.33%;
        padding:20px 25px;
    }
}
@media screen and (min-width: 980px) {

}

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


.tecnology-image-content{
    display:flex;
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
}

.tecnology-image-content:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(178,112,160,.5)!important;
    background-image: url(../images/search-white.svg);
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}

.tecnology-image-content:hover:after{
    opacity:1;
    visibility:visible;
}

.tecnology-image-content img{
    transition:all .3s ease;
    width:100%;
    /*height:100%;*/
    /*min-height:310px;*/
    object-fit:cover;
}

.tecnology-image-content:hover img{
    transform:scale(1.1);
}

/* -------------------- Nosotros ---------------------- */

.about-us-intro{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width:1045px;
    margin:0 auto;
    position:relative;
    padding-bottom:40px;
    margin-bottom:40px;
    text-align:center;
}

@media screen and (min-width : 580px) {
   .about-us-intro{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        text-align:left;
    }

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

}

@media screen and (min-width: 1280px) {
    .about-us-intro{
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        padding-bottom:75px;
        margin-bottom:75px;
    }
}

.about-us-intro:after{
    content:"";
    width:50px;
    height:1px;
    background-color:#94317a;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
}

.about-us-content h2{
    color:#998675;
    font-size:2.4rem;
    margin-bottom:45px;
    font-weight:400;
}

@media screen and (min-width : 580px) {
    .about-us-content h2{
        font-size:3.2rem;
    }

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

}

@media screen and (min-width: 1280px) {
    .about-us-content h2{
        font-size:4rem;
    }
}

.about-us-content p{
    margin:0;
    font-size:1.3rem;
    color:#828282;
    line-height:1.8;
}

.about-us-content p span{
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 300;
    line-height:1.2;
}

.about-us-message{
    max-width:600px;
    margin:0 auto;
    margin-top:-20px;
}

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

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

}

@media screen and (min-width: 1280px) {
    .about-us-message{
        margin-top: -55px;
    }
}

.about-us-message-wrapper{
    background-color:#fff;
    position:relative;
    padding: 20px 0;
}

@media screen and (min-width : 580px) {
   .about-us-message-wrapper{
        padding:35px;
    }

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

}

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


.about-us-message-wrapper:after,
.about-us-message-wrapper:before{
    content:"";
    position:absolute;
    top:0px;
    width:150px;
    height:210px;
    background-image: url(../images/adorno.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    
    display:none;
}

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

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

}

@media screen and (min-width: 1280px) {
    .about-us-message-wrapper:after,
    .about-us-message-wrapper:before{
        display:block;
    }
}

.about-us-message-wrapper:after{
    left:-130px;
}

.about-us-message-wrapper:before{
    right:-130px;
    transform:scalex(-1);
}

.about-us-message-wrapper p{
    margin-bottom:35px;
    font-size:1.3rem;
    color:#828282;
    line-height:1.5;
    font-weight:400;
    text-align:center;
}

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

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

}

@media screen and (min-width: 1280px) {
    .about-us-message-wrapper p{
        text-align:left;
    }
}


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

.firma-user{
    width:90px;
    height:90px;
    border-radius:9999px;
    border:1px solid #94317a;
    margin-right:20px;
    overflow:hidden;
    flex-shrink:0;
}

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

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

}

@media screen and (min-width: 1280px) {
   .firma-user{
        width:105px;
        height:105px;
        margin-right:35px;
    }
}


.firma-user img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.firma-content img{
    width:180px;
}

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

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

}

@media screen and (min-width: 1280px) {
   .firma-content img{
        width:200px;
    }
}
.firma-content span{
    color:#828282;
    font-size:1.1rem;
}

.about-us-places-slider .slick-arrow:before{
    background-image: url(../images/arrow-purple.svg);
}

.about-us-places-slider .slick-arrow.slick-next{
    right:15px;
}

.about-us-places-slider .slick-arrow.slick-prev{
    left:15px;
}

@media screen and (min-width : 580px) {
   .about-us-places-slider .slick-arrow.slick-next{
        right:40px;
    }
    
    .about-us-places-slider .slick-arrow.slick-prev{
        left:40px;
    }

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

}

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

 .about-us-places-slider .slick-dots{
    position: relative;
    top:0;
    margin-top: 25px;
}

.about-us-places-image{
    height:290px;
    width:100%;
    overflow:hidden;
}

.about-us-places-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:all .3s ease;
}

.about-us-places-item:hover .about-us-places-image img{
    transform:scale(1.2);
}

.about-us-places-content{
    position:relative;
}

.about-us-places-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:25px;
    transition:all .3s ease;
    opacity:1;
    visibility:visible;
}

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

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

}

@media screen and (min-width: 1280px) {
   .about-us-places-overlay{
        opacity:0;
        visibility:hidden;
        padding:40px;
    }

}
.about-us-places-item:hover .about-us-places-overlay{
    opacity:1;
    visibility:visible;
}

.about-us-places-overlay-wrapper{
    background-color:rgba(130,130,130,.7);
    width:100%;
    height:100%;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    text-align:left;
    padding:25px;
}

.about-us-places-overlay-wrapper h2{
    font-size:1.6rem;
    font-weight:500;
    margin-bottom:30px;
}

.about-us-places-overlay-wrapper p{
    margin:0;
    font-size:1.3rem;
    line-height:1.2;
    font-weight:300;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.acf-map{
    width:100%;
    height:100%;
}

.places-buttons{
    display:flex;
    align-items:center;
    margin-top:5rem;
    justify-content: center;
    flex-direction:column;
}

@media screen and (min-width : 580px) {
   .places-buttons{
        flex-direction:row;
        margin-top:8rem;
    }
}
@media screen and (min-width: 980px) {

}

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

.places-buttons .btn{
    margin:10px 0;
    font-size:1.6rem!important;
    
    padding: 18px 25px!important;
    padding-left:65px!important;
    background-position: left 25px center;
    background-size: 25px;
    background-repeat: no-repeat;
}

@media screen and (min-width : 580px) {
   .places-buttons .btn{
        margin:0 10px;
    }
}
@media screen and (min-width: 980px) {

}

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

/* ----------- Contacto ----------------- */

body.page-contacto .banner-content{
    display:none;
}

.contact-wrapper{
    display:flex;
    padding-left:0px;
    flex-direction:column;
}

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

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

}

@media screen and (min-width: 1280px) {
    .contact-wrapper{
        padding-left:80px;
        flex-direction:row;
    }
}

.contact-content{
    width:100%;
    max-width:480px;
    flex-shrink:0;
    margin:0 auto;
}

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

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

}

@media screen and (min-width: 1280px) {
   .contact-content{
        width:480px;
        margin-right:160px;
    }
}

.contact-form h2{
    font-size:2.4rem;
    margin-bottom:40px;
    font-weight:400;
    text-align:center;
}

@media screen and (min-width : 580px) {
   .contact-form h2{
        font-size:3.2rem;
    }

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

}

@media screen and (min-width: 1280px) {
    .contact-form h2{
        font-size:4rem;
        text-align:left;
        margin-bottom:50px;
    }
}

.contact-data{
    margin-bottom: 40px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
   .contact-data{
        margin-bottom: 0px;
    }
}

.contact-data ul{
    display: flex;
    align-items: center;
    text-align:center;
    flex-direction:column;
    justify-content: space-between;
    
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .contact-data ul{
        align-items: flex-start;
        text-align:left;
        
    }
}

.contact-data ul li{
    white-space:normal;
    margin:0;
    margin-bottom:25px;
}

.contact-data ul li:last-child{
    margin-bottom:0px;
}

.contact-data ul li img{
    width:32px;
    height:32px;
    margin:0px;
    margin-bottom:16px;
}

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

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

}

@media screen and (min-width: 1280px) {
    .contact-data ul li img{
        margin:0;
        margin-right:20px;
    }   
}

.contact-data ul li h2{
    font-size:2rem;
    margin-bottom:20px;
}

.contact-data ul li p{
    margin:0;
    line-height:1.5;
    font-size: 1.3rem;
    color: #828282;
    font-weight: 400;
    letter-spacing: 1px;
}

.contact-image{
    width:100%;
    display:none;
}

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

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

}

@media screen and (min-width: 1280px) {
    .contact-image{
        display:block;
    }   
}

.contact-image img{
    width:100%;
    height:540px;
    object-fit:cover;
}

.contact-data ul li a{
    display:flex;
    flex-direction:column;
    align-items:center;
    font-size:1.3rem;
    color:#828282;
    font-weight:400;
    ;
}


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

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

}

@media screen and (min-width: 1280px) {
    .contact-data ul li a{
        flex-direction:row;
    }   
}
.contact-places-wrapper{
    display: flex;
    flex-direction:column;
    margin:-15px;
        justify-content: center;
}

@media screen and (min-width : 580px) {
    .contact-places-wrapper{
       flex-direction:row;
    }
}
@media screen and (min-width: 980px) {

}

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


.contact-places-item{
    width:100%;
    padding:15px;
}

@media screen and (min-width : 580px) {
    .contact-places-item{
        width:50%;
    }
}
@media screen and (min-width: 980px) {

}

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


.contact-places-map{
    width:100%;
    height:320px;
    position:relative;
}

.contact-places-map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*.contact-places-map img{*/
/*    width:100%;*/
/*    height:100%;*/
/*    object-fit:cover;*/
/*}*/

.contact-places-map-info{
    margin-top:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.3rem;
    color:#828282;
    ;
}

.contact-places-map-info img{
    width:35px;
    height:35px;
    margin-right:20px;
}

/* ------------ Legales ---------------- */

.page-legal .container{
    max-width:980px;
}

.text-legal{
    font-size:1.5rem;
    font-weight:300;
    line-height:1.5;
    text-align: justify;
    color:#828282;;
}

.text-legal h2,
.text-legal h3,
.text-legal h4,
.text-legal h5{
    margin:20px 0;
    text-transform:uppercase;
    font-size: 1.8rem;
    font-weight:700;
    color:#998675;
}

.text-legal ol,
.text-legal ul{
    margin-left:16px;
    list-style:disc;
}

.text-legal ol li,
.text-legal ul li{
    margin-bottom:10px;
}

.text-legal a{
    font-weight:700;
    color:#e43232;
}

.form-group-wrapper h2{
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform:uppercase;
}


.libro-reclamaciones-form .form-row{
    margin:0;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom:20px;
    width:100%;
}

@media screen and (min-width : 580px) {
    .libro-reclamaciones-form .form-row{
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }
}
@media screen and (min-width: 980px) {

}

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



.libro-reclamaciones-form .form-row .form-group{
    margin: 0;
}

.libro-reclamaciones-form .form-group select{
	height:42px;
}
.libro-reclamaciones-form .form-group-wrapper{
    margin-bottom:30px;
    font-size: 1.5rem;
}

.libro-reclamaciones-form .form-group-wrapper-last{
    margin:0;
}

.libro-reclamaciones-form br{
    display:none;
}

.libro-reclamaciones-form .small,
.libro-reclamaciones-form small{
    margin-top: 10px;
    display: block;
}

.libro-reclamaciones-form .wpcf7-list-item-label{
    margin:0;
    font-weight:400;
}

.libro-reclamaciones-form input::-webkit-outer-spin-button,
.libro-reclamaciones-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.libro-reclamaciones-form input[type=number] {
  -moz-appearance: textfield;
}


.form-group-check span{
    margin:0;
    margin-bottom:10px;
    font-size:1.3rem;
    font-weight:300;
}

@media screen and (min-width : 580px) {
    .form-group-check span{
        margin:0;
    }
}
@media screen and (min-width: 980px) {

}

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

.form-group-check span:last-child{
    margin:0;
}

.form-group-check .wpcf7-list-item label{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin:0;
    margin-right: 40px;
}

.form-group-check .wpcf7-list-item input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:20px!important;
    height:20px!important;
    padding:0;
    flex-shrink: 0;
    position:relative;
    margin-right:10px!important;
    cursor:pointer;
}

.form-group-check .wpcf7-list-item input::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition:all .3s ease;
    border-radius:0px;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid #edeadc;
}

.form-group-check .wpcf7-list-item input:checked::before{
    background-image: url(../images/checked-white.svg);
    background-color:#b270a0;
    border-color:#b270a0;
   
}

.libro-reclamaciones-form .wpcf7-response-output{
    margin:0px!important;
    margin-top:20px!important;
}

.libro-reclamaciones-form  form.wpcf7-form {
    position:relative;
    margin:0!important;
    display:block;
}

.libro-reclamaciones-form  form.submitting:after{
    content:"";
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.8);
    position: absolute;
    top:0;
    left:0;
    background-image: url(../images/loader.gif);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
    z-index:2;
}

.libro-reclamaciones-form  form.wpcf7-form .ajax-loader{
    display:none!important;
}

.libro-reclamaciones-form .form-group-info{
    display:flex;
    flex-direction:column;
}


.libro-reclamaciones-form .form-group-info span{
    margin-bottom:10px;
    color:#828282;
}


.libro-reclamaciones-form .form-group-info span:last-child{
    margin:0;
}

.form-group-wrapper-title{
    height: 26px!important;
    position: relative!important;
    overflow: hidden!important;
    margin-bottom: 15px;
}

.form-group-wrapper-title > div{
    transform: none!important;
    background-color: #fff!important;
    margin: 0!important;
    padding: 0!important;
    height: 100%!important;
    position:absolute;
    top:0;
    transition:none!important;
    opacity:1;
    visibility:visible;
}

.form-group-wrapper-title > div h2{
    margin:0;
}
.form-group-wrapper-title > div.wpcf7cf-hidden{
    opacity:0;
    visibility:hidden;
}



.libro-reclamaciones-form  .form-group > label > span,
.libro-reclamaciones-form  .form-group > [data-class="wpcf7cf_group"] > label > span{
    width:auto;
    margin-left:2px;
    color:#ffc6c4;
}

.libro-reclamaciones-form .form-group .wpcf7-not-valid {
    border-color: #fc7373!important;
}

.libro-reclamaciones-form .wpcf7-not-valid-tip{
    display:none!important;
}

.form-group-button .btn{
    width:100%;
    min-width:160px;
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
   
}

@media screen and (min-width: 1280px) {
    .form-group-button .btn{
        width:auto;
    }
}

#tipo_respuesta{
    height:65px;
    position:relative;
}
#tipo_respuesta [data-class="wpcf7cf_group"]{
    position:absolute;
    top:0;
    height:100%!Important;
    width:100%;
    margin:0!important;
    padding:0!important;
    opacity:1;
    visibility:visible;
    background-color: #fff!important;
}
 
#tipo_respuesta [data-class="wpcf7cf_group"].wpcf7cf-hidden{
    opacity:0;
    visibility:hidden;
}

.libro-reclamaciones-info{
    margin: 20px 0;
    line-height: 1.2;
    font-size: 1.5rem;
    text-align: justify;
    color:#828282;
    font-weight:300;
}

.libro-reclamaciones-info p{
    margin-bottom:20px;
    line-height: 1.4;
}

.libro-reclamaciones-info p span{
    color:#ffc6c4;
}

.libro-reclamaciones-info br{
    display:block;
}

.libro-reclamaciones-section{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.libro-reclamaciones-section img{
     max-width: 125px;
    border-radius: 8px;
    background-color:#fff;
    padding: 4px;
}

.page-info-wrapper{
    width:100%;
    max-width:100%;
    margin:0 auto;
    text-align: justify;
}

@media screen and (min-width: 580px) {
    .page-info-wrapper{
        max-width:720px;
    }

}

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

@media screen and (min-width: 1280px) {
    .page-info-wrapper{
        max-width:960px;
    }

}

/* ------------ 404 ------------------- */

.no-enocontrado{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding-bottom: 8rem;
    padding-top: 8rem;
    min-height:100vh;
}

.no-enocontrado h2{
    font-size: 2.5rem;
    margin-bottom:25px;
    font-weight:500;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    .no-enocontrado h2{
        font-size: 4rem;
    }
}

.no-enocontrado p{
    margin-bottom:40px;
}

/* -------------- Tratamientos ----------------- */

.section-content-treatments .container{
    max-width: 1065px; 
}

.treatments-intro{
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:0;
    background-color:#fff;
    margin:0 auto;
    margin-top:0px;
    max-width:680px;
    width:100%;
    text-align:center;
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .treatments-intro{
        margin-top:0px;
        max-width:1095px;
        flex-direction:row;
        text-align:left;
        padding:0 35px;
    }
}


.treatments-intro-image{
    height:180px;
    width:100%;
    flex-shrink:0;
    margin:0;
    margin-bottom:40px;
    position:relative;
}

@media screen and (min-width : 580px) { 
    .treatments-intro-image{
        height:240px;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .treatments-intro-image{
        width:580px;
        margin:0;
        margin-right:40px;
    }
}

.treatments-intro-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.treatments-intro-content{
    width:100%;
    display:flex;
}

.treatments-intro-content-wrapper{
    display:flex;
    flex-direction:column;
}

@media screen and (min-width : 580px) { 
    .treatments-intro-content-wrapper{
        flex-direction:row;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.treatments-intro-content-wrapper .tecnology-intern-tags{
    margin: 0px;
    width: auto;
    flex-shrink: 0;
    padding-top:2rem;
}

@media screen and (min-width : 580px) { 
    .treatments-intro-content-wrapper .tecnology-intern-tags{
        margin-left: 25px;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .treatments-intro-content-wrapper .tecnology-intern-tags{
        margin-left: 80px;
    }
}

.treatments-intro-content-info{
    width:100%;
}

.treatments-intro-content-list{
    flex-shrink:0;
    margin:0;
    margin-top:20px;
    width:100%;
    max-width:100%;
    font-size:1.8rem;
    color:#828282;
    text-align:left;
}

@media screen and (min-width : 580px) { 
    .treatments-intro-content-list{
        margin:0;
		margin-top:70px;
        margin-left:40px;
        max-width:240px;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.treatments-intro-content-list ul li{
    margin-bottom:20px;
    padding-left:25px;
    position:relative;
    line-height: 1;
}

.treatments-intro-content-list ul li:last-child{
    margin:0;
}

.treatments-intro-content-list ul li:after{
    content:"";
    position:absolute;
    top:2px;
    left:0;
    width:16px;
    height:16px;
    background-image: url(../images/check-list-purple.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.treatments-intro-content-info > h2,
.treatments-intro-content-list > h2{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #b270a0!important;
}

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

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

@media screen and (min-width: 1280px) {
    .treatments-intro-content-info > h2,
    .treatments-intro-content-list > h2{
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
}

.treatments-intro-content p{
    color:#828282;
    margin:0;
    line-height:1.5;
    font-weight:300;
    font-size:1.5rem;
        text-align: justify;
}

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


.video-content img{
    width:100%;
    height:100%;
    object-fit:cover;
}


.video-placeholder{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.video-poster,
.video-button{
    position: absolute;
}

.video-poster{
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: transparent!important;
}

.video-poster:after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,.7);
/*background: linear-gradient(0deg, rgba(0,0,0,.8) 14%, rgba(255,255,255,0.6250875350140056) 100%);*/
/*pointer-events:none;*/
display:none;
}

.video-button{
    width: 60px;
    height: 60px;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .video-button{
        width: 90px;
        height: 90px;
    }
}

.video-button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 9999px;
    width: 100%;
    height: 100%;
    animation: pulse 2s infinite;
    background-color: transparent!important;
    z-index: -1;
}

@keyframes pulse{
  0%{
    box-shadow: 0 0 0 0 rgba(178, 112, 160, .5)
  }
  70%{
    box-shadow: 0 0 0 10px rgba(178, 112, 160, 0)    
  }
  100%{ 
  }
}

.video-button img{
    width:100%;
}


.videoWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  z-index:999;
  background-color:transparent!important;
}

.iframe-container{
    padding-bottom: 56.25%;
}

.iframe-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}

.treatments-tabs > h2{
    font-size:2rem;
    font-weight:700;
    margin-bottom:25px;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .treatments-tabs > h2{
        font-size:2.5rem;
        margin-bottom:45px;
    }
}
.treatments-tabs-content{
    padding-left:0px;
}

.treatments-tabs-single .treatments-tabs-content{
    padding:0;
}

.treatments-tabs-content .card,
.treatments-tabs-content .card-header{
    padding:0;
    background-color:transparent;
    border:0;
    box-shadow:none;
    color:#828282;
    font-size:1.5rem;
    font-weight:300;
}

.treatments-tabs-content .card{
    border-bottom:1px solid #94327b;
}

.treatments-tabs-content .card:first-child{
    border-top:1px solid #94327b;
}


.treatments-tabs-content .card:last-child{
    border:0;
}

.treatments-tabs-content .card-header{
    padding:18px 0;
}

.treatments-tabs-content .card-header span{
    font-weight:500;
    cursor: pointer;
    position:relative;
    transition:all .3s ease;
    padding-right:20px;
    width: 100%;
    display: flex;
}

.treatments-tabs-content .card-header span:hover,
.treatments-tabs-content .card-header span[aria-expanded="true"]{
    color:#998675;
}

.treatments-tabs-content .card-header span:after{
    content:"";
    width:10px;
    height: 10px;
    position: absolute;
    top:6px;
    right:0px;
    background-image: url(../images/arrow-grey.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition:all .3s ease;
}

.treatments-tabs-content .card-header span[aria-expanded="true"]:after{
    transform:scaley(-1);
    background-image: url(../images/arrow-grey.svg);
}

.treatments-tabs-content .card-header span[aria-expanded="false"]:after{
    transform:scaley(1);
}

.treatments-tabs-content .card-body{
    padding:0;
    padding-bottom:25px;
}

.treatments-tabs-content .card-body .card-body-content{
    display:flex;
    align-items:center;
    flex-direction:column;
    max-width:680px;
    margin:0 auto;
}

@media screen and (min-width : 580px) {
  .treatments-tabs-content .card-body .card-body-content{
        flex-direction:row;
        max-width:100%;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.treatments-tabs-content .card-body .card-body-content-image{
    flex-shrink:0;
    position:relative;
}

.treatments-tabs-content .card-body .card-body-content-image:after{
    content:"";
    position:absolute;
    right: 24px;
    top:50%;
    transform:translateY(-50%)scalex(-1);
    width: 150px;
    height: 210px;
    background-image: url(../images/adorno.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index:-1;
}

.treatments-tabs-content .card-body .card-body-content-image img{
    width:100%;
    margin:0 auto;
    margin-bottom:25px;
}

@media screen and (min-width : 580px) {
  .treatments-tabs-content .card-body .card-body-content-image img{
        width:200px;
        margin:0;
        margin-right:150px;
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   .treatments-tabs-content .card-body .card-body-content-image img{
        width:340px;
    }
}

.treatments-tabs-content .card-body .card-body-content-info{
    width:100%;
}


.treatments-tabs-content .card-body .card-body-content-info p{
    margin-bottom:20px;
	text-align: justify;
}

.treatments-tabs-content .card-body .card-body-content-info ul li{
    margin-bottom:20px;
    padding-left:30px;
    position:relative;
}

.treatments-tabs-content .card-body .card-body-content-info ul li:last-child{
    margin:0;
}

.treatments-tabs-content .card-body .card-body-content-info ul li:after{
    content:"";
    position:absolute;
    top:2px;
    left:0;
    width:16px;
    height:16px;
    background-image: url(../images/check-list-full.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.treatments-benefit-grid{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

@media screen and (min-width : 580px) {
    .treatments-benefit-grid{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .treatments-benefit-grid{
        grid-template-columns: repeat(3,1fr);
    }
}

.treatments-benefit-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding: 40px 40px;
     transition:all .3s ease;
     box-shadow: 0 5px 20px 0 rgb(176 176 176 / 20%);
	font-size:1.4rem;
    color:#828282;
	text-align: justify;
	
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .treatments-benefit-content{
        box-shadow: none;
    }
}

.treatments-benefit-item:nth-child(2) .treatments-benefit-content{
    box-shadow: 0 5px 20px 0 rgb(176 176 176 / 20%);
}

.treatments-benefit-content img{
    width:60px;
    height:60px;
    margin-bottom:35px;
}

.treatments-benefit-content h2{
    margin-bottom:35px;
    font-size:2rem;
    font-weight:700;
	text-align:center;
	color: #998675;
}

.treatments-benefit-content p{
    margin:0;
    font-size:1.4rem;
    color:#828282;
	text-align: justify;
	margin-bottom:10px;
	width:100%;
}

.treatments-benefit-content ul,
.treatments-benefit-content ol{
	list-style:disc;
	    width: 100%;
}

.treatments-benefit-content ul li,
.treatments-benefit-content ol li{
	margin-bottom:4px;
}

.treatments-info-extra{
    display:flex;
    flex-direction:column;
    margin-bottom:3rem;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .treatments-info-extra{
        flex-direction:row;
        margin-bottom:8rem;
    }
}

.treatments-info-extra:last-child{
    margin:0;
}

.treatments-info-extra-wrapper{
    width:100%;
    padding:0px;
    margin:0 auto;
    margin-bottom:40px;
    position:relative;
}

@media screen and (min-width : 580px) {
    .treatments-info-extra-wrapper{
        width:50%;
        padding:0 50px;
        margin:0 auto;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.treatments-info-extra-single .treatments-info-extra-wrapper{
    width:100%;
}

@media screen and (min-width : 580px) {
    .treatments-info-extra-single .treatments-info-extra-wrapper{
        width:60%;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.treatments-info-extra-wrapper:after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    background-color:#e4accf;
    height:70%;
    width:1px;
    display:none;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .treatments-info-extra-wrapper:after{
        display:block;
    }
}

.treatments-info-extra-wrapper:last-child:after,
.treatments-info-extra-single .treatments-info-extra-wrapper:after{
    display:none;
}

.treatments-info-extra-wrapper:last-child{
    padding-left:0px;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .treatments-info-extra-wrapper:last-child{
        padding-left:100px;
    }
}

.treatments-info-extra-single .treatments-info-extra-wrapper{
    padding:0;
}


.treatments-info-extra-wrapper h2{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-align:center;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .treatments-info-extra-wrapper h2{
        font-size: 2.5rem;
        text-align:left;
        margin-bottom: 45px;
    }
}

.treatments-info-extra-single .treatments-info-extra-wrapper h2{
    text-align:center;
}

.treatments-info-extra-wrapper ul li{
    margin-bottom:20px;
    padding-left:40px;
    position:relative;
    color:#828282;
    font-weight:300;
}

.treatments-info-extra-wrapper ul li:last-child{
    margin:0!important;
}

.treatments-info-extra-wrapper ul li:after{
    content:"";
    position:absolute;
    top:1px;
    left:0;
    width:25px;
    height:25px;
    background-image: url(../images/check-list-full.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.treatments-info-extra-single .treatments-info-extra-wrapper ul li{
    padding-left:55px;
    margin-bottom:35px;
}

.treatments-info-extra-single .treatments-info-extra-wrapper ul li:after{
    width:35px;
    height:35px;
    top:-5px;
    background-image: url(../images/check-list.svg);
}

.tratamiento-botones{
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction:column;
}

@media screen and (min-width : 580px) {
    .tratamiento-botones{
        flex-direction:row;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.tratamiento-botones .btn{
    margin:10px 0;
}

@media screen and (min-width : 580px) {
    .tratamiento-botones .btn{
        margin:0 10px;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.shop-intern-description-general{
    margin-bottom:40px;
    font-size:1.6rem;
    font-weight:300;
    line-height:1.2;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .shop-intern-description-general{
        font-size:1.5rem;
    }
}

.shop-intern-description-grid{
    display:flex;
    flex-flow:column nowrap;
    gap:20px;
}

@media screen and (min-width : 580px) {
   .shop-intern-description-grid{
        flex-flow:row nowrap;
        gap:40px;
    }
}
@media screen and (min-width: 980px) {
    
}

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

.shop-intern-description-item{
    flex: 0 1 50%;
    width: 100%;
    font-size:1.6rem;
    font-weight:300;
    line-height:1.4;
    text-align:justify;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .shop-intern-description-item{
        font-size:1.3rem;
    }
}

.shop-intern-description-item h1,
.shop-intern-description-item h2{
    margin:0;
    font-size:1.6rem;
    font-weight:300;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .shop-intern-description-item h1,
    .shop-intern-description-item h2{
        font-size:1.5rem;
    }
}

.shop-intern-description-item h1{
    margin-bottom:15px;
}

.shop-intern-description-item h2{
    margin-bottom:10px;
}

.shop-intern-description-item ul{
    list-style:disc;
    margin:0;
    margin-left:16px;
    margin-bottom:20px;
}

.shop-intern-description-item ul li{
    margin-bottom:3px;
}

.shop-intern-description-item ul li > ul{
    margin-bottom:0;
    list-style-type: circle;
}

.shop-intern-description-descripcion ul{
    list-style:none;
    margin-left:0;
}

.shop-intern-description-descripcion ul li{
    position:relative;
    padding-left:20px;
}

.shop-intern-description-descripcion ul li:after{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:12px;
    height:12px;
    background-image: url(../images/check-list-product.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.shop-intern-description-grid a{
        color: #94327b!important;
        font-weight:500;
        text-decoration:underline;
}