/*Theme Name:     electrosistemax
Description:    
Author:         admin
Template:       Divi
(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* Color gris en enlaces del menu de imagenes */
#menu-imagenes a{
	color: #575a5d;
}
#menu-imagenes a:hover{
	color: #e32119;
}

/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*------------------------------------------------*/ 
/* style the get started cta button */
.get-started {border-radius: 0px;}
.get-started a {color: #fff!important;}
li.get-started {
	background-color:#e32119;
	/*font-weight: 700; */
	text-transform: uppercase;
	text-align: center;
	padding: 10px 10px 10px!important;
	border-radius: 3px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
li.get-started:hover {background-color:#ff3c3c;}

/* fixed header button text color */
.et-fixed-header #top-menu .get-started a {
	color: #fff!important;
}
@media only screen and (min-width : 981px) {
	li.get-started {height: 33px;}
}

/* slider */ 
.et_pb_slide_content {
	padding-top: 8px!important;
}

/*Títulos páginas */	
.et_pb_title_container h1 {
    font-size: 42px;
}