.cabecera{
  position: relative;
  width: 100%;
  height: 100px;
  background:  rgba(32, 91, 172, 0.83);
}

input, textarea{
    position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
    max-width: 60%;
    padding: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: #224e8b;
    font-family: sans-serif;
    font-size: 14px;
    
}

#enviar{
    background: #224e8b;
    padding: 10px;
    color: white;
    border: none;
    cursor: pointer;
    
}

#enviar:hover{
    background: #4b84d3;
}


.contmail{
    padding: 10px;
    
}

.enviarmail{
    position: relative;
    display: block;
    padding: 50px;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    text-align: center;
    min-width: 230px;    
    
}

.mapa{
    width: 100%;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    margin-left: 20px;
    }


footer{
   position: absolute;
	
    width: 100%;
}





.wa{
    width: 28px;
    position: relative;
    top: 8px;
}

@media (max-width:500px) {
    .enviarmail{
       padding: 10px;
    }
}    

