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

.blanco {
	color:#FFF !important;
} 

.azul {
	color:#003093 !important;
} 

.rojo {
	color:#b72531 !important;
} 

.verde {
	color:#00b229 !important;
} 


.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; }

/* COLORES TÍTULOS */

h1 {
	/*AZUL*/
  color: #b72531;
}


h2 {
	/*ROJO*/
  color: #003093;
}

ul li{margin-bottom:10px;}









