#banner img{
    width: 100%;
    height: 500px;
}

.conta h2{
    font-size: 30px;
    text-align: center;
    margin: 30px;
    color: #050D2E;
    font-family:serif;
}

#mapa{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/*-----------------estilo de Formulario--------------*/

#form{
    width: 600px;
    margin: auto;
    padding: 10px; 20px;
    box-sizing: border-box;
    margin-top: 20px;

}

#form h2{
    font-size: 30px;
    color: #050D2E;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}

input, textarea{
    width: 100%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: : 17px;
    border: 1px solid #ccc;
    border-radius: 7px;
}

textarea {
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}

#boton {
    background:#165B98;
    color: #fff;
    padding: 20px;

}

#boton:hover{
    cursor: pointer;
    
}

.fondo img{
    width: 100%;
    height: 600px;
}