/*
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,h3 {
  /*color: #4e878c;  color: #223b3d;	  DEMASIADO SUAVE PARA LA NORMA WCAG 2.1*/
  color: #000;	
}

ul li{margin-bottom:10px;}






