* {
    margin: 0;
    padding: 0;
}

body{
    background: rgb(255, 255, 255); 
    font-family: Arial, Helvetica, sans-serif;
}

#contenedor{
    justify-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
}

.boton{
    display: flex;
    justify-content: center;
}
button{
    margin-top: 70px;
    width: 100px;
    height: 30px;

}

.contenedor1{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 3%;

}

.cont1{
    width: 80%;
    text-align: center;
    justify-content: center;
    background-color: #0a090b00;
    margin-top: 3%;
}

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

.contenido{
    width: 80%;
   
}

.selection{
    background-color: #dfb016;
    height: 30px;
    -webkit-box-shadow: -1px 17px 30px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 17px 30px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 17px 30px 0px rgba(0,0,0,0.75);
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

h2{
    padding-top: 2%;
    font-family: 'Caprasimo', cursive;
    text-align: center;
}

.eventos{
    margin-top: 3%;
    padding-top: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    height: 80%;
    grid-column-gap: 3%;
}

@media (max-width: 720px) {
    .eventos{
        grid-template-columns: 1fr;
        margin-top: 5%;
        padding-top: 3%;
        height: 100%;
        height: 100%;
    }
    .eventos .dia1 li{
        font-size: 19;
    }
}

.dia1{
    border-radius: 10%;
}

.dia1 li{
    text-align: left;
    text-decoration: none;
}

.map{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 60px;
}

.cosa1{
    width: 50%;
    object-fit: cover;
   
}

.cab1{
    text-align: center;
    justify-content: center;
    background-color: #836fab4c;
}



#mensaje1{
    background-image: url(../img/4.jpg);
    background-size: cover;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-position: center center; 
    text-align: center;
    animation: animate 30s infinite;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#mensaje1 h2{
    color: #ffffff;
    position: relative;
    font-size: 32px; 
    text-transform:uppercase;
    font-weight: normal; 
    top:100px;
}


@keyframes animate {
    20%{
        background-image: url(../img/4.jpg);
        background-size: cover;
    }
    40%{
        background-image: url(../img/3.jpg);
        background-size: cover;
    }
    60%{
        background-image: url(../img/2.jpg);
        background-size: cover;
    }
    80%{
        background-image: url(../img/1.jpg);
        background-size: cover;
    }
    100%{
        background-image: url(../img/4.jpg);
        background-size: cover;
    }
}


form{
    margin-top: 30px;
    height: 40%;
    width: 80%;
    border-radius: 20px;
    background-color: #cccccca9;
    border: 2px solid rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0px 14px 23px -10px rgba(71,67,71,0.73);
    -moz-box-shadow: 0px 14px 23px -10px rgba(71,67,71,0.73);
    box-shadow: 0px 14px 23px -10px rgba(71,67,71,0.73);
}

@media (max-width: 700px) {
    form{
        width: 100%;
        margin-top: 30px;
    }

}

.formulario{
    padding-top: 20px;
}

.formulario li{
    position: relative;
    /* height: 60px; */
    padding-bottom: 10px;
    border-bottom: 1.5px solid #8a8a8a;
    list-style: none;
    margin: 10px;
}

.formulario1{
    display: flex;
    justify-content: center;
    
}

.formulario2{
    width: 500px;
    height: 500px;
}



h4 {
    background-color: rgb(209, 219, 64);
    text-align: center;
}

h3{
    font-family: 'Permanent Marker', cursive;
}
.formulario h3{
    font-size: 2rem;
    color: #555;
    letter-spacing: 1px;
    line-height: 3;
    /* margin: 5px 5px; */
    text-align: center;
}

.formulario li label{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-30%);
    font-size: 1rem;
    color: #555;
    pointer-events: none;
}

#footer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    background-color: rgb(64, 213, 224);
}