.header .logo {
   display:none;
}
.logo-care {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:1;
}
.logo-care.logo-white img{
    filter:brightness(0) invert(1);
}
.bg-logo-care{
    background-color:var(--color-corpo);
    position:relative;
}
.bg-logo-care:before{
    content: "";
    background-image: url(/dam/multihotel-marsenses/home/ic/isotipo-footer-marsenses.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
}
.bg-logo-care h1,.bg-logo-care h2, .bg-logo-care p {
    color: white;
}
.menuCare img{
    max-height: 100px !important;
    width: auto !important;
    margin:0 auto !important;
    transition: .5s all;
}
.menuCare.partners img{
    max-width:150px;
    max-height:auto;
}
.menuCare img:hover{
    transform: scale(1.1);
}
.menuCare.partners.fotovoltaica img{
    max-width:250px;
}
.menuCare{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.menuCare li{
    flex:1;
    border-right: 1px dotted #aeaeae;
    padding:10px;
}
.menuCare li:last-child{
    border:none;
}
.menuCare li a{
    height:100%;
    display:block;
}
.logosCare img{
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.listCare p{
    border-bottom: 1px dotted #aeaeae;
    padding:20px 0;
}
.listCare p:last-child{
    border:none;
}
.estadCare p span{
    font-size: 4rem !important;
    font-weight: 600 !important;
    margin-bottom: 25px;
    display: block;
}
.estadCare>.container-fluid>.row{
    padding:100px 0;
}
.care a.btn-corpo.btn-corpo-green{
    color: white;
    background: var(--color-corpo);
    padding: 20px;
    font-family: var(--font-titles);
    transition: .5s all;
}
.care a.btn-corpo.btn-corpo-green:before, .care a.btn-corpo.btn-corpo-green:after{
    content:none;
}
.care a.btn-corpo.btn-corpo-green:hover{
    background:var(--blue-ctas);
}
.menuGen .fontTitles{
    font-size: 24px !important;
    font-weight: 800;
}
.logosGen>.container-fluid>.row{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}
.logosGen>.container-fluid>.row>div{
    width: auto !important;
}
.logosGen>.container-fluid>.row img{
    max-height: 100px;
    margin:0 auto;
    width: auto;
}
.logosTerra img{
    max-height: 90px;
    width: auto;
    margin:0 auto;
}
.pdf i.fa-download{
    transform: scale(.7);
    margin-left: 2px;
}
.listCare li {
    border-bottom: 1px dotted #aeaeae;
    padding: 20px 0;
}
.estadCare{
    position:relative;
    background:#dbefee;
}
.estadCare>.row{
    position:relative;
    z-index:2;
    padding:100px 0;
}
.estadCare:before {
    content: "";
    background-image: url(/dam/multihotel-marsenses/care/gensenses/tierra.svg);
    background-size: 35%;
    content: "";
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index:1;
}
.swiper-videos{
    width:100%;
}
.swiper-videos .swiper-wrapper {
  will-change: transform; 
}
/*.swiper-videos iframe{
    max-width:100%;
}*/
/*.swiper-videos .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
}
.swiper-videos .video-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}*/
.swiper-videos .swiper-slide {
  position: relative;
  aspect-ratio: 16 / 9; /* mantiene proporción sin depender del iframe */
  overflow: hidden;
}
.swiper-videos .video-wrapper {
  position: relative;
  aspect-ratio: 16 / 9; /* o usa padding-bottom si necesitas compatibilidad antigua */
  width: 100%;
  overflow: hidden;
}
.swiper-videos .video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}
.swiper-videos .swiper-pagination-fraction{
    right:auto;
    transform:none;
}
.grid-room .align-stretch.container-fluid>.row{
    align-items:stretch;
}
.align-stretch>.row div:has(img.img-responsive) .htt-text-image,
.align-stretch>.row div:has(img.img-responsive) .htt-text-image *{
    height:100%;
}
.editMode .align-stretch>.row div:has(img.img-responsive) .htt-text-image, 
.editMode .align-stretch>.row div:has(img.img-responsive) .htt-text-image *{
    height:auto;
}
@media(max-width:1199px){
   .align-stretch.container-fluid>.row>div{
      margin-top:15px !important;
    }
}
@media(max-width:991px){
    .menuCare li{
        border:none;
        flex:1 1 100%;
        border-bottom: 1px dotted #aeaeae;
        margin-top:15px;
    }
    .menuCare img{
        max-height: 80px;
        height: 80px;
    }
    .menuCare.partners.fotovoltaica img{
        max-width:100%;
    }
    .gridVideos .swiper-container{
        max-height: 350px !important;
    }
    .gridVideos iframe{
        max-width: 100%;
    }
    .humana .box-destino{
        height: 400px;
    }
    .humana .box-destino img{
        max-height: 400px;
    }
}
@media(max-width:767px){
    .logosCare img{
        margin-bottom:20px;
    }
}