/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.3.1.1694014283
Updated: 2023-09-06 17:31:23

*/

/*Formulario de contacto*/
.formulario div p label span input{
	width: 100%;
	padding: 15px 20px;
}
.formulario div p label span textarea{
	width: 100%;
	padding: 15px 20px;
	resize: none;
}
.formulario .enviar{
	text-align: right;
	margin-top: 25px;
}
.formulario .enviar p input{
	background-color: #f74448;
	border: 1px solid #f74448;
	color: #fff;
	padding: 15px 30px;
	cursor: pointer;
}
.formulario .enviar p .wpcf7-spinner{
	display: none;
}
/*Fin Formulario de contacto*/
/*Footer*/
.footer_custom{
	display: flex;
	align-items: center;
}
/*Fin Footer*/