@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
}

.container {
    height: 100vh;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1)), url(../images/habitaciones/Habitacion.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.eve-hover {
    font-size: 1.4rem;
}




/*Habitaciones - header*/
.evento-body {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.color1 {
    background-color: #f5f5f5;
}

.evento-section {
    display: flex;
    max-width: 1500px;
    align-items: center;
    background-color: white;
    border-radius: 1rem;
    padding: 1rem;
    margin: 2rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.boda-texto {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    max-width: 35rem;
    margin: 1rem;
}

.boda-texto h2 {
    font-size: 2.4rem;
    text-align: center;
    color: #ad9b86;
    font-style: italic;
    margin-bottom: .6rem;
}

.boda-texto p {
    font-size: 1.15rem;
    color: black;
    text-align: justify;
    letter-spacing: -10%;
    margin-right: 1rem;
    padding-top: 1rem;
}

.boda-texto span{
    font-weight: bold;
}

.img-card {
    display: flex;
    justify-content: center;
    width: 33vw;
}

.splide__track {
    border-radius: .5rem;
}

.img-card img {
    width: 33vw;
    padding: 1rem;
}

.boda-texto button {
    background-color: #b09a82;
    color: white;
    cursor: pointer;
    border: none;
    padding: .8rem 2.2rem;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: .3rem;
    margin-top: 2rem;
    margin-left: 1rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

/* Responsive eventos - header */
@media(max-width: 2300px) {
    .image-1m{
        display: none;
    }
}

@media(max-width: 1614px) {
    .eve-hover {
        font-size: 1.2rem;
    }
}

@media(max-width: 1500px) {
    .container {
        height: 100vh;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(../images/habitaciones/habitacion-1500px.webp);
    }
}

@media(max-width: 1455px) {
    .eve-hover {
        font-size: 1rem;
    }
}

@media(max-width: 1200px) {
    .container {
        height: 100vh;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(../images/habitaciones/habitacion-1200px.webp);
    }
    
    .evento-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .img-card {
        width: auto;
    }

    .img-card img {
        width: 100%;
        height: 100vh;
    }

    .boda-texto {
        max-width: 40rem;
        margin: .4rem;
    }
    

}

@media(max-width: 900px) {
    .container {
        height: 90vh;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(../images/habitaciones/habitacion-600px.webp);
    }
  

    .img-card img {
        width: 100%;
        height: 68vh;
    }
    .evento-section {
        display: flex;
        max-width: 900px;
    }
    
}

@media(max-width: 600px) {
    .container {
        height: 80vh;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(../images/habitaciones/habitacion-600px.webp);
    }

    .ii {
        width: 50%;
        margin: 1rem;
    }

    .img-card img {
        width: 100%;
        height: 40vh;
    }

    .evento-section {
        display: flex;
        max-width: 500px;
    }
}

@media(max-width: 500px) {

    .boda-texto button {
        background-color: #b09a82;
        color: white;
        cursor: pointer;
        border: none;
        padding: .8rem 1.6rem;
        font-size: .8rem;
        font-weight: bold;
        border-radius: .3rem;
        margin-top: 2rem;
        margin-left: 1rem;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    }

}

@media(max-width: 400px) {
    .img-card img {
        width: 100%;
        height: 35vh;
    }

    .boda-texto h2 {
        font-size: 2rem;
        color: #ad9b86;
        font-style: italic;
        margin-bottom: .6rem;
    }
    
    .boda-texto p {
        font-size: 1rem;
        color: black;
        text-align: justify;
        letter-spacing: -10%;
        margin-right: 1rem;
        padding-top: 1rem;
    }

    .boda-texto button {
        background-color: #b09a82;
        color: white;
        cursor: pointer;
        border: none;
        padding: .8rem 1rem;
        font-size: .8rem;
        font-weight: bold;
        border-radius: .3rem;
        margin-top: 2rem;
        margin-left: 1rem;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    }

}
