/*
Theme Name: ideaWeb D5
Theme URI: http://www.ideaweb.es
Version: 18.23
Author: ideaWeb diseño de paginas web en Madrid
Author URI: http://www.ideaweb.es
Template: Divi
*/

@import url("../Divi/style.css");

/*-----------------formulario de contacto-----------------*/
.gform_body input, .gform_body textarea, .gform_body select
{
	border:1px solid #8faf8a;
	padding:14px!important;
	margin-top:0px!important;
	margin-bottom:0px!important;
	transition: all 0.3s;
	border-radius:5px;
}
.gform_body input:focus, .gform_body textarea:focus, .gform_body select:focus
{
	border:1px solid #C9826B;
}
.gform_footer
{
	text-align:center;
}
.gform_button
{
	border: none;
	color: #fff;
	background-color: #8faf8a;
	padding:10px 25px;
	transition: all 0.3s;
	cursor:pointer;
	border-radius:90px;
}
.gform_button:hover
{
	background-color:#C9826B;
}