.content{
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}

/* PORTADA */

.bg_portada{
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
}

.bg_portada--peru-destinations{
    background-image: url('../images/2026/BG_PERU_DESTINATIONS_mob.jpg');
}

.bg_portada--luxury-travel{
    background-image: url('../images/2026/BG_LUXURY_TRAVEL.jpg');
}

.bg_portada::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
}

.content__portada{
    position: absolute;
    bottom: 21%;
    left: 0;
    right: 0;
    z-index: 2;
    width: 85%;
    max-width: 703px;
    margin: 0 auto;
    color: #FFFFFF;
}

.content__portada h1{
    text-align: center;
    font-size: 33px;
    line-height: 33px;
    font-weight: 900;
    margin-bottom: 11px;
}

.content__portada p{
    text-align: center;
    font-size: 19px;
}

/* PORTADA */

/* SUBTITLE */

.subtitle{
    max-width: 550px;
    text-align: center;
    color: #000000;
    font-size: 21px;
    padding: 55px 0;
    margin: 0 auto;
}

/* SUBTITLE */

/* TOURS */

.content-tours {
    margin-bottom: 85px;
}

.item__tours{
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    margin-bottom: 35px;
    border-radius: 19px;
    background-size: cover;
    background-position: center;
}

.item__tours::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 19px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
}

.title__tours{
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 80%;
    color: #FFFFFF;
}

.title__tours h2{
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 3px;
}

.title__tours p{
    font-size: 17px;
}

.btn__tours{
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 55px;
}

.days__tours{
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
    text-align: center;
    padding: 11px 17px;
    border-radius: 0 0 0 19px;
    background-color: #FFFFFF;
}

.item__tours--1{    
    background-image: url('../images/2026/peru-destinations/machu-picchu-tours_v2.jpeg');
}
.item__tours--2{    
    background-image: url('../images/2026/peru-destinations/machu-picchu-travel.jpg');
}
.item__tours--3{    
    background-image: url('../images/2026/peru-destinations/romantic-escapade-to-machu-picchu.jpeg');
}
.item__tours--4{    
    background-image: url('../images/2026/peru-destinations/busqueda-inca-machu-picchu-y-lago-titicaca.jpg');
}
.item__tours--5{    
    background-image: url('../images/2026/peru-destinations/machu-picchu-uyuni-salt-flats.jpeg');
}
.item__tours--6{    
    background-image: url('../images/2026/peru-destinations/salkantay-route-to-machu-picchu.jpeg');
}
.item__tours--7{    
    background-image: url('../images/2026/peru-destinations/experiencia-gastronomica-peru.jpg');
}
.item__tours--8{    
    background-image: url('../images/2026/peru-destinations/inca-trail-to-machu-picchu.jpeg');
}
.item__tours--9{    
    background-image: url('../images/2026/peru-destinations/machu-picchu- the Amazon.jpg');
}
.item__tours--10{    
    background-image: url('../images/2026/peru-destinations/machu-picchu-y-galapagos.jpg');
}
.item__tours--11{    
    background-image: url('../images/2026/peru-destinations/de-los-andes-a-la-selva-tropical.jpg');
}

/* LUXURY TRAVEL */

.item__tours--12{    
    background-image: url('../images/2026/luxury-travel/a-private-romantic-journey-to-machu-picchu.jpg');
}

.item__tours--13{    
    background-image: url('../images/2026/luxury-travel/luxury-journey-to-machu-picchu.jpeg');
}

.item__tours--14{    
    background-image: url('../images/2026/luxury-travel/the-luxury-inca-trail-to-machu-picchu.jpeg');
}

.item__tours--15{    
    background-image: url('../images/2026/luxury-travel/enchanting-peru-for-seniors.jpeg');
}

.item__tours--16{    
    background-image: url('../images/2026/luxury-travel/luxury-glamping-across-the-andes.jpeg');
}

.ocultar{ display: none; }

/* TOURS */

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

    /* PORTADA */

    .content__portada h1{
        font-size: 41px;
        line-height: 41px;
    }

    .content__portada p{
        font-size: 21px;
    }

    /* PORTADA */

    /* TOURS */

    .content-tours{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .item__tours{
        width: 48%;
    }

    /* TOURS */

}


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

    .content{
        width: 91%;
    }

    /* PORTADA */

    .bg_portada--peru-destinations{
        background-image: url('../images/2026/BG_PERU_DESTINATIONS_desk.jpg');
    }

    .bg_portada{
        height: 100vh;
    }

    .bg_portada::before{
        display: none;
    }

    .content__portada h1 {
        font-size: 51px;
        line-height: 51px;
    }

    .content__portada p{
        font-size: 23px;
    }

    /* PORTADA */

    /* TOURS */

    .item__tours{
        width: 32%;
    }

    .title__tours {
        width: 71%;
    }

    .title__tours h2 {
        font-size: 23px;
        line-height: 23px;
    }


    .ocultar{ 
        display: block;
        opacity: 0;
    }

    /* TOURS */

}