@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/mazatlan/background1900px.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

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

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

.color1 {
    background-color: #c2bfb5;
}

.color2 {
    background-color: white;
}

.evento-section {
    display: flex;
    max-width: 1500px;
    align-items: center;
    padding: 2rem;
}

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

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

.boda-texto p {
    font-size: 1.2rem;
    color: white;
    text-align: justify;
    margin-right: 1rem;
    padding-top: 1rem;
}

.img-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-card img {
    width: 33vw;
    border-radius: .5rem;
    margin: 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;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.boda-texto2 h2 {
    font-size: 2.4rem;
    color: #b09a82;
    font-style: italic;
    margin-bottom: .6rem;
}

.boda-texto2 p {
    font-size: 1.2rem;
    color: #b09a82;
    text-align: justify;
    margin-right: 1rem;
    padding-top: 1rem;
}

.boda-texto2 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;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}


/* Responsive eventos */
@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/mazatlan/background1500px.png);
    }
}

@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/mazatlan/background1200px.png);
    }

}

@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/mazatlan/background900px.png);
    }

    .evento-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .evento-c{
        display: flex;
        flex-direction: column-reverse;
    }

    .img-card img {
        width: 100%;
        height: auto;
        margin: 1rem;
    }

}

@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/mazatlan/background600px.png);
    }

    .img-card img {
        width: 80%;
        margin: 1rem;
    }
}