/*
Theme Name:  WpFácil
Theme URI:   http://autopacks.webempresa.eu/wp_wpfacil
Version:     1.0
Description: El tema hijo de Divi por si tienes que personalizar algo.
Author:      webempresa
Author URI:  https://webempresa.com
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/


#formulario_home{
	color: #fff;
}
#formulario_home .et-pb-contact-message{
	text-align: center;
}
#formulario_home .input {
  border-radius: 50px;       /* esquinas redondeadas */
}
#formulario_home .et_pb_text_inner{
	display: none;
}



form .et_pb_contact_field_options_title{
	display: none;
}

footer a{
	color: #f2b452;
}

footer .texto_footer .politica_cookies{
	border-left: 1px solid #fff;
	margin-left: 7px;
	padding-left: 10px;
}
footer .texto_footer .todos_los_derechos{
	margin-top: 10px;
	color: #fff;
}




@media (max-width: 980px) {
	footer .et_pb_column_1_tb_footer  {
		text-align: center;
	}
	
	footer .texto_footer{
		text-align: center;
	}
	footer .texto_footer .aviso_legal,
	footer .texto_footer .politica_cookies{
		display: block;
	}
	footer .texto_footer .politica_cookies{
		border-left: 0px;
		margin-left: 0px;
		padding-left: 0px;
	}
}