/*
Theme Name: Divi Child theme of Divi
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 3.21
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sun, 17 Mar 2019 21:27:13 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

/*---------------Menu CTA Button---------------*/
 
#top-menu li a:hover {opacity: 1!important;}
             
.menu-cta a {
    padding: 15px!important;
    border-radius: 5px;
    text-align: center;
	background-color: #fea600;
	color: #FFF !important;
}
 
.menu-cta a:hover {
    background-color: #ef1829;
}
 
.et_header_style_left #et-top-navigation {
    padding-top: 16px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 6px!important;
}
 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta a {
color: #fff !important;
}
 
/*---------------Menu CTA Button Mobile Settings---------------*/
 
@media only screen and (max-width: 980px) {
.menu-cta a {
    background-color: #fea600;
    }
}

/************ MENU FIJO EN MOVIL ***********/
@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
}

/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the get started cta button */
            .get-started {border-radius: 0px;}
            .get-started a {color: #fff!important;}
            li.get-started {
                background-color:#fea600; 
                font-weight: 700; 
                text-transform: uppercase;
				letter-spacing: 2px;
                text-align: center; 
                padding: 20px 20px 30px 20px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.get-started:hover {background-color:#ef1829;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: #fff!important;}
        .get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.get-started {height: 33px;}}


/************ AJUSTES BOTON ENVIAR WATU **************/

#action-button{
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #fff !important;
	background-color: #fea600 !important;
	border: none !important;
	border-radius:5px !important;
	padding: 15px 30px !important;
}

#action-button:hover{
	background-color: #ef1829 !important;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/*********** FORMULARIO ACUMBA SIDEBAR *************/

.clasic-form-content-acm{
	padding: 0px !important;
}

.clasic-form-acm .row-form-acm {
	margin-bottom: 0px !important;
}

.button-submit-form-acm input{
	width: 100% !important;
	font-family: Poppins !important;
	font-size: 16px !important;
}

.button-submit-form-acm input:hover{
	background-color: #ef1829 !important;
}

.form-logo-acm{
	display: none !important;
}

/*********** FORMULARIO ACUMBA FOOTER BLOG *************/

.suscripcion-footer .input-email-form-acm{
	margin-top: 50px;
	}

.suscripcion-footer input.field_element_15837{
	font-family: Poppins !important;
	padding: 12px 20px !important;
	color: #656665 !important;
	text-align: center !important;
}

.suscripcion-footer .button-submit-form-acm input{
	font-family: Poppins !important;
	font-weight: 400;
	font-size: 14px !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	padding: 18px 20px !important;
	width: 100% !important;
	
}