/* contacto */
h3 { color: #308A37; font-size: 24px;  font-weight: bold;   margin-bottom: 10px;    margin-top: 30px;    text-align: left;}
.div_cont_text {font-size:13px; line-height:16px;}
.form input, .form textarea{min-width: 200px; width: 50%; padding: 3px;}
.form input.boton {min-width: 100px;}
div .div_cont_form {float:left;min-width:300px; width: 50%; }
div .div_cont_form .form-control:focus {
    border-color: #308A37;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(207, 174, 107, 0.6);
    outline: 0 none;
}
div .div_cont_form input.captcha-ayuda {max-width:250px; text-overflow: ellipsis;}

div .div_cont_dir {float:left;  }
div .div_cont_dir div { }
div .div_cont_coordenadas{ }
div .form {padding-left: 20px;}

.boton.boton-contacto {border: 0px;color: #ffffff;margin-top: 1em;padding: 4px 18px;display:block; background: #308A37; font-size: 14px; font-weight: bold; border-radius: 35px;}
.boton.boton-contacto:hover {background-color: #308A37;}


@media (max-width: 768px) {
    div .div_cont_form, div .div_cont_form div.form-control {width:100%; }
}