#c-section-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.home-slider::before{
    background: linear-gradient(176.95deg, rgba(150, 88, 113, 0) 2.71%, #965871 102.96%);
}
.home-slider .slide img {
    width: 100%;
    height: 100vh;
    background-size: cover;
    object-fit: cover;
}
.mdf-header .content {
    justify-content:flex-end;
    align-content: center;
    gap:1rem;
    text-align: center;
}

#c-section-1 h1{
    color:#fff;
    text-transform: uppercase;
    font-size:2.7rem;
    line-height: 3rem;
}

#c-section-1 .content span{
    font-family: var(--font-secondary);
    font-size: 0.950rem;
    text-transform: uppercase;
    font-weight: 200;
    font-style: italic;
}

@media(min-width:1400px){
   
    #c-section-1 h1{
        font-size:4rem;
    }
    #c-section-1 p{
        font-size: 1.4rem;
        line-height: 1.5rem;
    }
    .home-slider .content {
        padding-bottom:4.8rem;
    }
    #c-section-1 .content span{
        font-size: 1.3rem;
    }
}

@media(max-width:480px){
    .mdf-header .content .logo{
        top:1rem
    }
  
    #c-section-1 h1{
        margin-bottom: 0;
        font-size: 2.5rem;
    }

}

/* section 2*/
#c-section-2 {
    padding: 6rem 0;
}


#c-section-2 .destino-etiquetas{
    margin-bottom: 0;
    margin-top:0;
}
#c-section-2 .titulo-eleg{
    font-size:3.4rem;
}
#c-section-2 .wrap-info{
    width: 90%;
}

.galeria-grid {
    display: grid;
    grid-template-areas: 
      "img1 img2"
      "img1 img3"
      "img4 img4";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px; 
    padding-left: 3rem;
  }
  
  .img-1 {
    grid-area: img1;
    width: 100%;
    height:250px;
    object-fit: cover;
    border-radius: 15px;
  }
  
  .img-2, .img-3 {
    grid-area: img2;
    width: 100%;
    height: 115px;
    object-fit: cover;
    border-radius: 15px;
  }
  
  .img-3 {
    grid-area: img3;
  }
  
  .img-4 {
    grid-area: img4;
    width: 100%;
    height: 140px; 
    object-fit: cover;
    border-radius: 15px;
  }

@media(min-width:1400px){
    #c-section-2 .container{
        width:70%;
    }
    #c-section-2 .titulo-eleg{
        font-size:3.1rem;
    }
  
    .galeria-grid{
        padding-left: 4rem;
    }
    .img-1 {
        height:300px;
      }
      
      .img-2, .img-3 {
        height: 145px;
      }
}

@media(min-width:1300px) and (min-height:620px) and (max-height:780px){
    #c-section-2 .titulo-eleg {
        font-size: 3.2rem;
    }
    #c-section-2 .wrap-info {
        font-size: .900rem;
        line-height: 1.2rem;
    }
}

@media(min-width:760px) and (max-width:1100px){
    #c-section-2 .titulo-eleg {
        font-size: 2.2rem;
        margin-bottom: 1rem!important;
    }
    #c-section-2 .wrap-info {
        width:95%;
    }
    #c-section-2 .destino-etiquetas.no-border span,
    #c-section-2 .destino-etiquetas.no-border a {
        border: 0;
        color: var(--color-primary);
        padding: 4px 0;
        font-size: .800rem;
        line-height: 1rem;
    }
    .galeria-grid {
        gap: .5rem;
        padding-left: 2rem;
    }
    .img-2, .img-3 {
        height: 7.250rem;
    }
    .img-1 {
        height: 15rem;
    }
    .img-4{
        height:7rem;
    }
}

@media(max-width:768px){
    .galeria-grid{
        padding: 1.5rem 0 1.5rem 0;
    }
}

@media (max-width:480px) {
    #c-section-2{
        padding:3rem 0;
        text-align: center;
    }
   
    .destino-etiquetas{
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        gap: .250rem;
        justify-content: center;
    }
    #c-section-2 .col-lg-6:first-child{
        padding:0 1em;
    }
    #c-section-2 .titulo-eleg {
        font-size: 2.5rem;
    }
    #c-section-2 .wrap-info{
        width: 100%;
    }
    #c-section-2 .wrap-info,
    #c-section-2 .sb-text{
        font-size: .800rem;
        line-height: 1.2rem;
        text-align: left;
        padding: 0 1rem;
    }
    .galeria-grid{
        padding: 0 2rem;
        margin-top:2em;
        gap:.5rem;
    }
    .img-1{
        height: 10rem;
    }
    .img-2, .img-3 {
        height: 4.7rem;
        border-radius:18px;
    }
    .img-4{
        height: 6.5rem;
    }
}

@media(max-width:360px){
    #c-section-2 .wrap-info, #c-section-2 .sb-text{
        padding: 0 .5rem;
        font-size: .800rem;
    }
    .galeria-grid{
        padding: 0 .5rem;
    }
}

/*section 3*/
#c-section-3 {
    position: relative;
    background: linear-gradient(270deg, rgba(250, 234, 240, 0) 16.46%, #faeaf0 51.59%);
    transition: all 500ms ease-in;
    overflow: hidden;
    min-height: 70vh;
    padding: 0;
    display: flex;
    align-items: center;
}
#c-section-3 .titulo-sup{
    font-weight: 300;
    font-size: 1rem;
}
#c-section-3 #carousel-title{
    font-size: 3.2rem;
}

.fechas-destino span{
    font-size: 1.3rem;
}
.fechas-destino small{
    font-size: 0.700rem;
}
.precio-texto .texto{
    font-size: 1.1rem;
}

.bg-destino-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.bg-destino {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    height: 100%;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease-in-out;
}

.bg-destino.active {
    opacity: 1;
    z-index: 2;
}

.overlay-section {
    position: absolute;
    top: 0;
    right: 0;
    width: 53%;
    height: 100%;
    background: linear-gradient(270deg, rgba(250, 234, 240, 9%) 10%, rgba(250, 234, 240, 6%) 30%, rgba(250, 234, 240, 66%) 60%, #faeaf0 100%);
    z-index: 5;
}

.contentedor-carousel-destinos {
    position: absolute;
    width: 47%;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

#c-section-3 .slick-slide {
    position: relative;
    width: 300px;
    opacity: 0.5;
    transition: opacity 1.3s ease;
}
#c-section-3 .imagen-destino img {
    height: 370px;
    object-fit: cover;
}

#c-section-3 .info-destino {
    margin: 4em 0 1em;
}

#c-section-3 .info-destino h4 {
    font-size: 2.9rem;
    margin-bottom: 0;
}
.wr-info{
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-family: var(--font-secondary);
    color: #444;
    font-weight: 300;
}
.ruta-detalle{
    margin-top:.4rem;
}
.fechas-destino {
    font-size: 22px;
    font-family: var(--font-secondary);
    font-weight: 400;
    color: #656565;
}

.fechas-destino small {
    font-size: 0.800rem;
}

.info-destino .price small {
    margin-left: 2px;
}
.contenido-destino #dias-m-ruta{
    font-size: 15px;
}


.ruta-detalle span {
    font-size: 1.4rem;
}

#c-section-3 .destino-etiquetas {
    text-align: left;
    margin: 0;
}
#c-section-3 .destino-etiquetas span,
#c-section-3 .destino-etiquetas a {
    border: none;
    padding: .1rem 0;
    border-radius: 9px;
    margin: 3px;
    font-size:14px;
    cursor: pointer;
}
.contenido-destino .btn-custom{
    font-size: 0.800rem;
    padding: .250rem 1.5rem;
}
.contentedor-carousel-destinos {
    z-index: 99;
}

#c-section-3 .supd {
    position: relative;
    z-index: 5;
}
.info-destino .price small{
    font-size: 1.1rem;
}
.precio-texto{
    align-items: center!important;
    color: var(--color-primary);
    font-family: var(--font-primary);
    margin-top: 1.5rem;
    gap:1rem
}

.precio-texto{
    line-height: 1.3em;
}
.precio-texto .texto span{
    font-size: 1.4rem;
}
#dias-m-ruta{
    font-weight: 400;
    margin-top:.3rem;
    text-transform: lowercase;
}
.carousel-destinos .imagen-destino {
    margin: 0 0.5em;
}
.imagen-destino img {
    transition: height 1.3s ease-in-out;
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 40px;
}
.slick-prev, .slick-next,
.slick-prev:active, .slick-next:active,
.slick-prev:hover, .slick-next:hover{
    background: none!important;
}
.slick-prev i{
    color:var(--color-primary);
}
@media(min-width:1400px){
   
    #c-section-3 .titulo-sup {
        font-size: 1.4rem;
    }    
    #c-section-3 #carousel-title {
        font-size: 3.7rem;
    }
    #c-section-3 .info-destino h4 {
        font-size: 3.4rem;
        margin-bottom: 0;
    }
   
    .ruta-detalle span, #section-3 .wrap-info {
        font-size: 1.8rem;
    }
    
    .contenido-destino #dias-m-ruta
    {
        font-size:1.1rem;
    }
    
    .precio-texto .texto{
        font-size:1.2rem;
    }
    .precio-texto .texto span{
        font-size: 1.8rem;
    }
    
    #c-section-3 .destino-etiquetas {
        margin: 0;
    }
    .contenido-destino .btn-custom {
        font-size: 1rem;
        padding: 7px 20px;
        display: inline-flex;
    }
    #c-section-3 .destino-etiquetas span, #c-section-3 .destino-etiquetas a {
        font-size: 0.900rem;
        line-height: 1.5rem;
        margin:5px 0;
    }
    #c-section-3 .slick-slide{
        width: 360px;
    }
    #c-section-3 .imagen-destino img{
        height: 440px;
    }
    #c-section-3 .slick-controls-container {
        margin-top: 60px;
        left: -40px;
    }
    
}

@media(min-width:1300px) and (min-height:530px) and (max-height:740px){
    #c-section-3 {
        min-height: 100vh;
    }
    #c-section-3 .info-destino h4 {
        font-size: 2.7rem;
        margin-bottom: 0;
    }
    .contenido-destino{
        width: 70%;
    }
    #c-section-3 .info-destino {
        margin: 2.5em 0 1em;
    }
    .wr-info {
        font-size: .900rem;
        line-height: 1.2rem;
    }
}
@media(min-width:640px) and (max-width:1100px){
    #c-section-3{
        min-height: 90vh;
    }
    .contentedor-carousel-destinos {
        width: 45%;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
    }
    .carousel-destinos {
        margin-left: 0;
    }
    #c-section-3 .slick-slide {
        width: 16rem;
    }
    #c-section-3 .imagen-destino img{
        height: 21rem;
    }
    #c-section-3 .slick-controls-container {
        left: 4rem;
        margin-top: 3rem;
    }
   
    #c-section-3 .col-lg-5{
        width:47%;
    }
    #c-section-3 .titulo-sup {
        font-weight: 300;
        font-size: .750rem;
    }
    #c-section-3 .info-destino h4 {
        font-size: 2.2rem;
    }
    #c-section-3 #carousel-title {
        font-size: 2.5rem;
    }
    .wr-info {
        font-size: .800rem;
        line-height: 1rem;
        width: 95%;
    }
    #c-section-3 .info-destino {
        margin: 2rem 0 1rem;
    }
    .fechas-destino small {
        font-size: 0.700rem;
    }
    .contenido-destino #dias-m-ruta{
        font-size: .800rem;
    }
    .contenido-destino .btn-custom {
        padding: .1rem 1.5rem;
    }
    #c-section-3 .destino-etiquetas{
        gap:.4rem;
    }
    #c-section-3 .destino-etiquetas span, 
    #c-section-3 .destino-etiquetas a{
        padding: .1rem 0;
        margin: 2px 0;
        font-size: .800rem;
    }

    @media(min-width:640px) and (max-width:780px){
        #c-section-3 #carousel-title {
            font-size: 2.2rem;
        }
        #c-section-3 .destino-etiquetas span, 
        #c-section-3 .destino-etiquetas a{
            font-size: .720rem;
        }
        .contenido-destino .btn-custom {
            padding: .3rem 1rem;
        }
        #c-section-3 .slick-slide {
            width: 14.5rem;
        }
        #c-section-3 .slick-prev {
            left: -2.5rem;
        }
        #c-section-3 .slick-next {
            right: -2.5rem;
        }
    }
}

@media (max-width:639px) {
    #c-section-3 .supd{
        position: initial;
    }
    #c-section-3{
        height: auto;
        min-height: 50rem;
        padding: 3rem 1rem 4rem 1rem;
    }
    #c-section-3 .col-lg-5 .content-spa{
        padding-left: 0;
    }
    #c-section-3 .slick-slide {
        width: 16rem;
    }
    #c-section-3 .imagen-destino img{
        height: 25rem;
    }
   
    #c-section-3 .slick-controls-container {
        position: absolute;
        top: 100%;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
        left:0;
        margin-top:.5rem
    }
    #c-section-3 .titulo-sup{
        text-align: left;
    }
    #c-section-3 .contenido-destino{
        padding-left: 0;
    }
    #c-section-3 .info-destino{
        margin:1.5rem 0 0 0;
    }
    #c-section-3 .destino-etiquetas{
        display: flex;
        justify-content: start;
        gap:.5rem;
    }
    #c-section-3 .destino-etiquetas span, #c-section-3 .destino-etiquetas a{
        font-size: .800rem;
        margin:0;
    }
    #c-section-3 .wr-info {
        font-size: 0.720rem;
    }
    #c-section-3 .titulo-destino{
        text-align: left;
        font-size: 2.3rem!important;
        width:66%;
        display: -webkit-box;          
        -webkit-box-orient: vertical;  
        -webkit-line-clamp: 2;       
        overflow: hidden;           
        white-space: normal;
        text-overflow: clip;
        min-height:85px;
    }
    #c-section-3 .precio-texto{
        margin-top: .9rem;
        position: absolute;
        bottom: 1.5rem;
        left: 0;
        width: 100%;
        justify-content: center;
    }
    #c-section-3 #carousel-title {
        font-size: 2.5rem;
        text-align: left;
    }
    
    #c-section-3 .detalle-mejor-ruta .destino-etiquetas a,
    #c-section-3 .detalle-mejor-ruta .destino-etiquetas span{
        position: relative;
        width: auto;
        left:0;
        bottom: 0;
        background:var(--color-primary);
        color:#fff;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 12px;
        padding:2px 12px;
        border:0;
    }
    #c-section-3 .detalle-mejor-ruta{
        background: linear-gradient(180deg, rgb(0 0 0 / 15%) 0%, rgba(0, 0, 0, 0.63) 100%)
    }
    .carousel-destinos{
        margin-left:0!important;
        margin-bottom: 1rem!important;
    }
   
    .contentedor-carousel-destinos{
        position: relative;
        padding: 2rem 0 0 0;
        width: 83%;
        transform: inherit;
        margin: 0 auto;
        right: 0;
    }
    .overlay-section{
        width: 100%;
      background: linear-gradient(270deg, rgba(250, 234, 240, -27%) 0%, rgba(250, 234, 240, 42%) -15%, rgba(250, 234, 240, 83%) 28%, #faeaf0 68%);
    }
    .bg-destino{
        width: 100%;
    }
    .precio-texto .texto span {
        font-size: 1.4rem;
        font-weight: bold;
    }
    #c-section-3 .slick-prev{
        left:-2.5rem;
    }
    #c-section-3 .slick-next{
        color:var(--color-primary)!important;
        right:-2.5rem;
    }
}

@media(max-width:360px){

    #c-section-3 .slick-slide {
        width: 300px;
    }
    .carousel-destinos {
        margin-left: 1em !important;
    }

}

/*section 4*/
section{
    padding: 5rem 0;
}
#c-section-4 .titulo-sup{
    font-weight: 300;
    font-size: .950rem;
}
#c-section-4 .titulo-eleg{
    font-size:3rem;
}
#r-section-4 .no-border a:hover, #r-section-4 .no-border span:hover {
    font-weight: bold !important;
}

@media(min-width:1400px){
    #c-section-4 .titulo-sup {
        font-size: 1.250rem;
    }
    #c-section-4 .titulo-eleg {
        font-size: 3.5rem;
    }
 
    .der-info{
        gap:2rem!important;
    }
    .lista-destinos .precio div >span {
        font-size: 0.800rem;
    }
    .lista-destinos .precio span:last-child {
        font-size: 0.750rem;
        font-weight: 500;
    }
    .lista-destinos .viaje a {
        padding: .4rem .7rem;
        font-size: .850rem;
    }
}

@media(min-width:680px) and (max-width:1100px){

    #c-section-4 .no-border.xl-tag a,
    #c-section-4 .no-border.xl-tag span{
        font-size: 1.5rem;
        line-height: 1.5rem!important;

    }
    #c-section-4 .x3 a, 
    #c-section-4 .x3 span {
        font-size: 1rem!important;
        line-height: 1rem!important;
    }
    #c-section-4 .no-border a.selected, #c-section-4 .no-border span.selected{
        line-height: 1.5rem;
    }
    #c-section-4 .destino-etiquetas.inter-font{
        margin:0 0 .7rem 0!important
    }
    #c-section-4 .destino-etiquetas.monts-font{
        margin:.5rem 0
    }
    #c-section-4 .destino-etiquetas.monts-font  a, #c-section-4 .destino-etiquetas.monts-font span{
        padding: .1rem .2rem;
        margin:0;
    }
    #c-section-4 .destino-etiquetas.meses{
        margin:.7rem 0;
        text-align: center;
        gap:.1rem;
    }
    #c-section-4 .destino-etiquetas.meses a{
        font-size: .750rem;
        line-height: 1rem;

    }
    #c-section-4 .destino-etiquetas.meses a:last-child{
        padding: 0;
    }
   
}
@media(min-width:680px) and (max-width:780px){
    #c-section-4{
        padding: 3rem 0;
    }
    #c-section-4 .titulo-eleg {
        font-size: 2.7rem;
    }
    #c-section-4 .titulo-sup {
        font-size: .800rem;
    }
}
@media (min-width:480px) and (max-width:680px) {
   
    #c-section-4{
        padding:  4rem 0;
        min-height: 50vh;
    }
    #c-section-4 .container{
        padding:0 2rem;
        text-align: center;
    }
    #c-section-4 .no-border.xl-tag a.selected,
    #c-section-4 .no-border.xl-tag a, #c-section-4 .no-border.xl-tag span{
        padding: .3rem .5rem;
        font-size:.850rem;
        line-height: 1rem;
    }
    #c-section-4 .destino-etiquetas.monts-font a, 
    #c-section-4 .destino-etiquetas.monts-font span{
        margin: 0 .3rem;
        padding: .2rem 0;
    }
    #c-section-4 .titulo-eleg {
        font-size: 2rem;
        text-align: center;
    }
    #c-section-4 .destino-etiquetas {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap:.2em;
        margin:1em 0;
    }
    #c-section-4 .destino-etiquetas.monst-font{
        margin:1em 0;
    }
    #c-section-4 .destino-etiquetas span, 
    #c-section-4 .destino-etiquetas a{
        line-height: 16px;
    } 
   
}
@media(max-width:480px){
    #c-section-4 .container {
        padding: 0 1.5rem;
        text-align: center;
    }
    #c-section-4{
        padding: 3rem 0;
    }
    #c-section-4 .titulo-sup {
        font-size: .800rem;
    }
    #c-section-4 .titulo-eleg {
        font-size: 2.3rem;
    }
    #c-section-4 .titulo-sup {
        font-weight: 300;
        font-size: .800rem;
    }
   
}
@media(max-width:340px){

    #c-section-4 .titulo-eleg {
        font-size: 2rem;
    }
}

/*section 5*/
#c-section-5{
    background: #FAEAF0;
    display: flex;
    align-items: center;
}