section{
    padding:5em 0;
}

.titulo-sup{
    font-weight: 200;
}

.home-slider {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.home-slider .slide img {
    width: 100%;
    height: 100vh;
    background-size: cover;
    object-fit: cover;
  }
  .home-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45); 
    z-index: 2; 
  }

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

#r-section-1 .home-slider::before{
    background: linear-gradient(176.95deg, rgba(150, 88, 113, 0) 2.71%, #965871 102.96%);
}

#r-section-1 .content {
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: wrap;
    gap:1em;
    padding: 0;
    padding-bottom:3.5rem;
    z-index: 2;
    text-align: center;
}

.titulo-eleg {
    font-size: 3.025rem;
}
.titulo-sup{
    font-size: 1.025rem;
}

@media(max-width:480px){
    .mdf-header .content p {
        font-size: .800rem;
        line-height: 1.2rem;
        font-weight: 400;
    }
}
/*section 2*/

#r-section-2 .container{
    width: 950px;
}

#r-section-2 .titulo-eleg {
    font-size: 2.5rem;
    margin-top: .5rem;
}
#r-section-2 .destino-etiquetas.meses a{
    font-size:0.800rem;
    padding: 0.5rem 0.250rem 0.5rem  0;
}

.izq-info{
    padding-left: 4rem;
}
.galeria-abs {
    position: relative;
    width: 100%;
    height: 425px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
  
  .imagen-central {
    width:210px; 
    height: 210px;
    object-fit: cover;
    display: block;
  }
  
  .small-image {
    object-fit: cover;
    position: absolute;
  }
  
    .imagen-2 { 
        top: 0; 
        right: 6%; 
        width: 130px;
        height: 130px; 
    }
   .imagen-3 {
        top: 0;
        right: 65%;
        width: 130px;
        height: 130px;
    }
    .imagen-4 { 
        top: 69%;
        right: 65%;
        width: 130px; 
        height: 130px; 
    }
    .imagen-5 {
        top: 69%;
        right:6%;
        width: 130px;
        height: 130px;
    }
@media(min-width:1400px){
    #r-section-2 .container{
        width:1200px;
    }
    #r-section-2 .titulo-eleg {
        font-size: 3.570rem;
    }
    #r-section-2 .titulo-sup {
        font-size: 1.3rem;
    }
  
    #r-section-2 .destino-etiquetas.meses a {
        font-size: 0.900rem;
    }
    .imagen-2,
    .imagen-5 {
        right:12%;
    }
}

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

    .izq-info {
        padding-left: 1rem;
    }
    
    #r-section-2 .titulo-sup {
        font-size: .900rem;
        letter-spacing: .3rem;
    }
    .imagen-central {
        width: 12rem;
        height: 12rem;
    }
    #r-section-2 .titulo-eleg {
        font-size: 2.2rem;
    }   

    #r-section-2 .destino-etiquetas.meses a {
        font-size: .700rem;
        padding: 0.5rem 0;
    }

    .imagen-2,
    .imagen-3,
    .imagen-4,
    .imagen-5{
        width:6rem;
        height: 6rem;
    }
    .imagen-2,
    .imagen-5 {
        top: 6%;
        right: 0;
    }
    .imagen-3,
    .imagen-4{
        top: 6%;
        right: 100%;
        transform: translateX(6rem);
    }
    .imagen-4 {
        top: 69%;
    }
    .imagen-5 {
        top: 69%;
        right: 0;
    }
}
@media(min-width:640px) and (max-width:767px){
    .izq-info{
        padding-left: 0;
    }
    .imagen-2,
    .imagen-3,
    .imagen-4,
    .imagen-5{
        width: 10rem;
        height: 10rem;
    }
    .imagen-2,
    .imagen-5 {
        top: 6%;
        right: 0;
    }
    .imagen-3,
    .imagen-4{
        top: 6%;
        right: 100%;
        transform: translateX(10rem);
    }
    .imagen-4 {
        top: 69%;
    }
    .imagen-5 {
        top: 69%;
        right: 0;
    }
    
}
@media(min-width:480px) and (max-width:639px){
    #r-section-2{
        padding:  3rem 0 1rem 0;
    }
    #r-section-2 .container{
        width: auto;
        text-align: center;
        padding: 0 2rem;
    }
    #r-section-2 .destino-etiquetas {
        justify-content: center;
    }
    .izq-info{
        padding-left: 0;
    }
    .galeria-abs {
        margin-top: 1.5rem;
        height: 34rem;
    }
    .imagen-central {
        width: 15rem;
        height: 15rem;
        object-fit: cover;
        display: block;
    }
    .imagen-2 {
        top: 6%;
        right: 0;
        width: 9rem;
        height: 9rem;
    }
    .imagen-3 {
        top: 6%;
        right: 100%;
        transform: translateX(9rem);
        width: 9rem;
        height: 9rem;
    }
    .imagen-4 {
        top: 69%;
        right: 100%;
        transform: translateX(9rem);
        width: 9rem;
        height: 9rem;
    }
    .imagen-5 {
        top: 69%;
        right: 0;
        width: 9rem;
        height: 9rem;
    }
}
@media(max-width:480px){
    #r-section-2{
        padding:  3rem 0 1rem 0;
    }
    #r-section-2 .container{
        width: auto;
        text-align: center;
        padding: 0 2rem;
    }
    #r-section-2 .destino-etiquetas {
        justify-content: center;
    }
    #r-section-2  .titulo-sup {
        font-size: 0.800rem;
        letter-spacing: .3rem;
    }
    .izq-info{
        padding-left: 0;
    }
    .galeria-abs {
        margin-top: 1.5rem;
        height: 28rem;
    }
    .imagen-central {
        width: 11rem;
        height: 11rem;
        object-fit: cover;
        display: block;
    }
    .imagen-2 {
        top: 6%;
        right: 0;
        width: 7rem;
        height: 7rem;
    }
    .imagen-3 {
        top: 6%;
        right: 100%;
        transform: translateX(7rem);
        width: 7rem;
        height: 7rem;
    }
    .imagen-4 {
        top: 69%;
        right: 100%;
        transform: translateX(7rem);
        width: 7rem;
        height: 7rem;
    }
    .imagen-5 {
        top: 69%;
        right: 0;
        width: 7rem;
        height: 7rem;
    }
}

@media(max-width:360px){
    .galeria-abs {
        margin-top: 1.5rem;
        height: 23rem;
    }
    .imagen-central{
        width:10rem;
        height: 10rem;
    }
    .imagen-2,
    .imagen-3,
    .imagen-4,
    .imagen-5{
        width: 5.5rem;
        height: 5.5rem;
    }
    .imagen-3,
    .imagen-4 {
        right:100%;
        transform: translateX(5.5rem);
    }
}
/* section 3*/
#r-section-3{
    background: #FAEAF0;
}

section{
    padding: 5rem 0;
}
#r-section-3 .titulo-sup{
    font-weight: 300;
    font-size: .950rem;
}
#r-section-3 .titulo-eleg{
    font-size:3rem;
}
#r-section-3 .destino-etiquetas{
    margin:0;
}


@media(min-width:680px) and (max-width:1100px){
    /*
    #r-section-3 .no-border.xl-tag a,
    #r-section-3 .no-border.xl-tag span{
        font-size: 1.5rem;
        line-height: 1.5rem!important;

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

    }
    #r-section-3 .destino-etiquetas.meses a:last-child{
        padding: 0;
    }*/
   
}
@media(min-width:680px) and (max-width:950px){
    #r-section-3{
        padding: 3rem 0;
    }
    #r-section-3 .destino-etiquetas.meses a{
        justify-content: center;
    }
    #r-section-3 .titulo-eleg {
        font-size: 3.2rem;
    }
    #r-section-3 .titulo-sup {
        font-size: 1rem;
    }
}

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

@media(max-width:480px){
    #r-section-3 .container {
        padding: 0 1.5rem;
    }
    #r-section-3{
        padding: 3rem 0;
    }
    #r-section-3 .titulo-sup {
        font-size: .800rem;
    }
    #r-section-3 .titulo-eleg {
        font-size: 2.3rem;
    }
    #r-section-3 .titulo-sup {
        font-weight: 300;
        font-size: .800rem;
    }
   
    #r-section-3 .no-border.xl-tag {
        gap: .3rem;
    }
    #r-section-3 .destino-etiquetas.monts-font a, #r-section-3 .destino-etiquetas.monts-font span {
        margin: 0 .3rem;
        padding: 0;
        font-size: .800rem;
        line-height: 1rem;
    }
   
    
    #r-section-3 .no-border{
        justify-content: center;
    }
    #r-section-3 .no-border.x4{
        gap: .2rem
    }
    #r-section-3 .no-border.x4 a{
        font-size: 1.150rem;
        line-height: 1.150rem;
        padding:  .4rem .5rem;
    }
  
    #r-section-3 .no-border.x3 a, 
    #r-section-3 .no-border.x3 span {
        padding: .3rem ;
        font-size: .950rem;
        line-height: 1rem;
        padding: .2rem .5rem;
    }
    #r-section-3 .no-border.x4,
    #r-section-3 .no-border.x3{
        margin-bottom: 1rem;
    }
    #r-section-3 .no-border.x1 a{
        font-size: .790rem;
    }
    #r-section-3 .destino-etiquetas.x1{
        margin:0 0 1rem 0;
    }
}
/*section 4*/