/* reCAPTCHA GOOGLE */
.grecaptcha-badge{display: none !important;}

#aviso_recaptcha{font-size: 10px;}
#aviso_recaptcha a{color: #fff;}

@media (max-width: 530px) {
	#aviso_recaptcha{max-width: 100%;}
}

section#seccion_contacto .cont_principal{
	margin-top: 40px;
	margin-bottom: 20px;
}

section#seccion_contacto h1{
	margin-bottom: 30px;
}

.cont_principal .formulario{
	margin-top: 30px;
	margin-bottom: 20px;
	background: #233160;
	color: #fff;
	padding: 20px 40px 10px 40px;
	overflow: hidden;
}

.formulario .form-group{
	margin-bottom: 5px;
}

.formulario .field input{
	height: 20px;
}

.formulario .field input, .formulario .field textarea{
	font-size: 12px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Google Chrome y Safari */
	border-radius: 10px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
}

.formulario .btn-primary{
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 20px; /* Google Chrome y Safari */
	border-radius: 20px; /* CSS3 (Opera 10.5, IE 9 y estándar a ser soportado por todos los futuros navegadores) */
	background: #3a9cff;
	font-size: 12px;
	width: 90px;
	margin: 20px 0;
}

@media (max-width: 767px) {

}