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

.header{
    height: 100vh;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../images/habitacion/Header\ Habitaciones-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

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


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

.color1 {
    background-color: #ad9b86;
}

.evento-section {
    display: flex;
    max-width: 1500px;
    align-items: center;
    background-color: #ad9b86;
    padding: 1rem;
}

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

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

.boda-texto p {
    font-size: 1.15rem;
    color: white;
    text-align: justify;
    line-height: 1.8rem;
    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: #c3c0b3;
    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);
}

/*Amenidades*/
.amenidadesb{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 3rem;
}

.amenidadesb h1{
    font-size: 5.5rem;
    font-family: Baskerville;
    font-weight: 300;
    color: #454545;

}

.amenidadesb h2{
    font-size: 5rem;
    color: #a69c8b;
    font-weight: 300;
    font-family: Baskerville;
    font-style: italic;
    margin-top: -2.5rem;
}

.amenimg, .amelist{
    display: flex;
    align-items: center;
}

.amenimg{
    gap: 2rem;
}

.amelist{
    gap: 5rem;
}

.amenimg img{
    width: 5rem;
    height: auto;
}

.list1 span{
    font-size: 1.4rem;
    color: #b09a82;
    font-weight: 300;
}

/* 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) {
    .header {
        height: 100vh;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../images/habitacion/header@1500.webp);
    }
}

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

@media(max-width: 1270px){
    .amenimg img{
        width: 5rem;
        height: auto;
    }

    .list1 span{
        font-size: 1rem;
        color: #b09a82;
        font-weight: 300;
    }
}

@media(max-width: 1200px) {
    .header {
        height: 100vh;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../images/habitacion/header@1200.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;
    }

    .amelist{
        flex-wrap: wrap;
        justify-content: center;
    }

    .amenidadesb{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        padding: 1rem;
    }

    .amelist{
        gap: 1rem;
    }
    .amenidadesb h1{
        font-size: 4.5rem;
    }
    
    .amenidadesb h2{
        font-size: 4.5rem;
        margin-top: -1.5rem;
    }

}

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

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

    .amenidadesb h1{
        font-size: 3.5rem;
    }
    
    .amenidadesb h2{
        font-size: 3.5rem;
        margin-top: -2rem;
    }
    
}

@media(max-width: 600px) {
    .header {
        height: 70vh;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url(../images/habitacion/header@900.webp);
    }
    
    .ii {
        width: 50%;
        margin: 1rem;
    }

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

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

    .amenidadesb h1{
        font-size: 2.5rem;
    }
    
    .amenidadesb h2{
        font-size: 2.5rem;
        margin-top: -1.5rem;
    }
}

@media(max-width: 500px) {

    .boda-texto h2 {
        font-size: 1.5rem;
        font-style: italic;
    }

    .boda-texto button {
        background-color: #c3c0b3;
        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:403px){
    .amenidadesb h2{
        font-size: 2rem;
        margin-top: -1.5rem;
    }
}

@media(max-width: 400px) {
    .img-card img {
        width: 100%;
        height: 35vh;
    }
    
    .boda-texto p {
        font-size: 1rem;
        color: white;
        margin-right: 0rem;
        padding-top: 0rem;
    }

    .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);
    }

}

@media(max-width:328px){
    .amenidadesb h2{
        font-size: 1.9rem;
        margin-top: -1.2rem;
    }
}
