/*
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
*/

.nttip {
	background-color:#7e7c56 !important;
	color:#FFF !important;
} 


.linea-fina {
  height: 1px;
  border: none;
  background-color: #CCCCCC;
  margin-top: 3px;
  margin-bottom: 3px;
}

/***************************/
/*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 */
h2 {
  color: #7e7c56;
}

ul li{margin-bottom:10px;}






