/* Colores:
Azul Oscuro: #284254
Azul: #3876a3
Celeste: #9fd9f3
Blanco: #e6e9db
Verde: #8fc590
Magenta #d0006e

*/
.contenedorcontacto {
    display: flex;
    justify-content: center;
    align-items: center;
}

.maincontacto {
    font-size: 3rem;
    background-color: rgb(40, 66, 84); 
    width: 100%;
    display: flex;
    flex-flow: column;
    max-width: 45rem;
    margin: auto;
}

.maincontacto h3 {
    font-size: 3rem;
    text-align: center;
    margin-top: 5rem;
    color: #e6e9db
    
}

.maincontacto p {
color: #e6e9db;
margin-top: 1.5rem;
}

.maincontacto form {
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    flex-flow: column;
    font-size: 2.5rem;  
}

.maincontacto form input {
    padding-bottom: 1rem;
}

.maincontacto form textarea {
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 9rem;
}

#botonform {
    background-color: #9fd9f3;
    width: 15rem;
    height:4rem;
    margin: 1.5rem auto;
    display: flex;
    justify-content: center;
    align-items:center;
    color: #284254;
    font-weight: bold;
    cursor: pointer;
    
    
}


.despl{
  font-size: 2.5rem;
}

.despl select {
    width: 100%;
}
.despl option {
    font-size: 1.4rem;
}