/* CSS Document */

@media screen and (max-width:1200px) {
	.flex{
		display:block;
	}
	.columnas_separador{
		padding-left:0px;
	}
	#formulario_contacto{
		max-width:400px;
	}
	#formulario_contacto .campo_captcha{
		text-align: left;
	}
	#formulario_contacto .g-recaptcha{
		margin-left:calc(50% - 192px);
		height:75px;
		width:304px;
	   -webkit-transform: scale(1);
		 -moz-transform: scale(1);
		  -ms-transform: scale(1);
		   -o-transform: scale(1);
			  transform: scale(1);
	}
	
}
@media screen and (max-width:800px) {
	#formulario_registro{
		width:90%;
		max-width:100%;
		margin:0 auto;
	}
	#formulario_contacto{
		width:90%;
		max-width:100%;
		margin:0 auto;
	}
	#formulario_contacto{
		max-width:400px;
		margin:0 auto;
	}
	

}
@media screen and (max-width:600px) {
	.g-recaptcha{
		margin-left:calc(50% - 152px);
		height:75px;
		width:304px;
	   -webkit-transform: scale(0.8);
		 -moz-transform: scale(0.8);
		  -ms-transform: scale(0.8);
		   -o-transform: scale(0.8);
			  transform: scale(0.8);
	}
	#formulario_contacto .g-recaptcha{
		margin-left:calc(50% - 152px);
		height:75px;
		width:304px;
	   -webkit-transform: scale(0.8);
		 -moz-transform: scale(0.8);
		  -ms-transform: scale(0.8);
		   -o-transform: scale(0.8);
			  transform: scale(0.8);
	}
}