label {
     display:block;
     margin-left:0 auto;
     letter-spacing:1px;
}
 .formulario {
     display:block;
     margin-left:0 auto;
     width:510px;
     color: #000000;
     font-family:Arial;
}
 form {
     box-sizing: border-box
     width:400px;
}
 
 input, textarea {
     width:360px;
     height:27px;
     background:#ffffff;
     border:2px solid #f6f6f6;
     padding:10px;
     margin-top:5px;
     font-size:12px;
     color:#ffffff;
}
 
 textarea {
     height:150px;
}
 
#submit {
     width:85px;
     height:35px;
     background:#083c84;
     border:none;
     margin-top:20px;
     cursor:pointer;
}

input[type="checkbox"]{
cursor: pointer;
-webkit-appearance: none;
appearance: none;
background: #85b3f2;
border-radius: 1px;
box-sizing: border-box;
position: relative;
box-sizing: content-box ;
width: 15px;
height: 15px;
border-width: 0;
transition: all .3s linear;
}
input[type="checkbox"]:checked{
  background-color: #083c84;
}
input[type="checkbox"]:focus{
  outline: 0 none;
  box-shadow: none;
}
/*-- map section --*/
section.map-w3 iframe.googlemaps {
	width:100%;
	height:400px;
}
/*-- /map section --*/
}