/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/



/***************************/
/*FORM CONTACTO RAPIDO*/
.campos-form {	
	padding-top: 30px;
	padding-bottom: 30px;
	display:flex;
	gap: 20px; }
@media only	screen and (max-width:600px) {
.campos-form{	
	flex-direction:column;
	padding-top: 30px;
	padding-bottom: 30px;
	gap: 20px; }
	
}
/***************************/



/*ESTO AGRANDA EL DROPDOWN MENU*/
.sf-menu >li ul {width:32em; padding:2em; line-height:3em; }

/* COLOR H2 */
h1,h2 {
  color: #007a6a;
}

ul li{margin-bottom:10px;}






