/*
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: 4.9.2.1617011963
Updated: 2021-03-29 11:59:23

*/

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

/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */
.contacto input[type='text'], .contacto input[type='email'], .contacto select{
	font-size:16px;
	padding:16px;
	background-color:#eee;
	width:48%;
	float:left;
	margin:8px 1% 8px 0px;
	border:none;
	
}
.contacto #otra-aportacion{
	display:none;
}

.contacto textarea{
	width:97%;
	background-color:#eee;
	margin:8px 0px;
	border:none;
}

.contacto input[type='submit']{
	color: #ffffff !important;
	background: #6cbb60 !important;
	border:none;
	float:right;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 700 !important;
	border-radius: 3px;
	line-height: 1.7em !important;
	margin-right:3%;
	padding:6px 18px;
}

@media (max-width: 500px) {
	.contacto input[type='text'], .contacto input[type='email']{
		float:none;
		width:100%;
	}
	
	.contacto input[type='submit']{
		float:none;
		display:block;
		clear:both;
	}
}
