.sect-eventos{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    height: 800px;
    background-color: red;
}

.events-texto{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

#events-titulo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 40px;
    color: white;
}
#events-verao{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 40px;
    color: white;

}

.mySlides fade{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

}

#fundo-carrosseleventos{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 30%;
    height: 220px;
    background: rgba(115, 115, 115, 0.778);
    border-radius: 20px;
    padding: 10px;
}


#blcladoum{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 90%;
    border-radius: 20px;
    padding: 10px;
}
#img-maior{
    width: 100%;
    height:100%;
    border-radius: 20px;

}
#blcladodois{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
    padding: 10px;
}
#titulo-blc{
    font-size: 25px;
}

#text-blc{
    margin-top: -10px;
}



.sect-eventosum{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #0D3371;
}

.espaço-sectdois{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 800px;

}



/*CONFIGURAÇÃO DO FORMULARIO*/
.fundo-formulariosectdois{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 100%;
}


#back-form{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    padding: 20px;
    height: 60%;
    flex-wrap: wrap;
    background-color: #175ED4;
    border-radius: 40px;
}




/*CONFIGURAÇÃO DOS INPUT*/
#input-nome{
    width: 90%;
    font-size:20px;
    background-color: #175ED4;
    color: white;
    border: 0px;
    border-bottom: 2px solid white;
    padding:10px;
}
#input-nome::placeholder{
    color: white;
}


#input-email{
    width: 40%;
    font-size:20px;
    background-color: #175ED4;
    color: white;
    border: 0px;
    border-bottom: 2px solid white;
    padding:10px;
}
#input-email::placeholder{
    color: white;
}

#input-number{
    width: 40%;
    font-size:20px;
    background-color: #175ED4;
    color: white;
    border: 0px;
    border-bottom: 2px solid white;
    padding:10px;
}
#input-number::placeholder{
    color: white;
}
#input-serviço{
    width: 40%;
    font-size:20px;
    background-color: #175ED4;
    color: white;
    border: 0px;
    border-bottom: 2px solid white;
    padding:10px;
}

#input-serviço::placeholder{
    color: white;
}
#input-pessoas{
    width: 40%;
    font-size:20px;
    background-color: #175ED4;
    color: white;
    border: 0px;
    border-bottom: 2px solid white;
    padding:10px;
}
#input-pessoas::placeholder{
    color: white;
}

#input-entrada{
    width: 40%;
    font-size:20px;
    background-color: #175ED4;
    color: white;
    border: 0px;
    border-bottom: 2px solid white;
    padding:10px;
}
#input-entrada::placeholder{
    color: white;
}
#input-saida{
    width: 40%;
    font-size:20px;
    background-color: #175ED4;
    color: white;
    border: 0px;
    border-bottom: 2px solid white;
    padding:10px;
}
#input-saida::placeholder{
    color: white;
}
#btn-enviarcadastro{
    width: 80%;
    font-size:20px;
    background-color: #175ED4;
    color: white;
    border: 2px solid white;
    padding:10px;
}

.fundo-tituloformulario{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;

    color: white;
}
#text-tituloformulario{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    font-weight: bold;
    font-size: 23px;
}
#text-textformulario{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -10px;
    font-size: 20px;
}



