/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Zimoweb
 Author URI:     https://www.zimoweb.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* MOVER CAPTCHA*/
.grecaptcha-badge {
 width: 70px !important;
 overflow: hidden !important;
 transition: all 0.3s ease !important;
 left: 4px !important;
 }
.grecaptcha-badge:hover {
width: 256px !important;
}
/* ——- TAMAÑO DEL SUBMENU ——-*/
#top-menu li li a {
width: 260px;
}

.nav li ul {
width: 280px;

}
/* ——fin TAMAÑO DEL SUBMENU ——-*/



@media only screen and (max-width: 680px) { 
#main-header .container{
	width: 94%;}
	#logo {
    width: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    max-height: 71%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translate3d(0,0,0);
}
}
@media (max-width: 980px){
.et_header_style_left #logo {
    max-width: 80%;
}}

/* Cambia el logo en menu movil */

@media only screen and (max-width: 981px) {
 #logo {
    content: url("https://www.autocleanpercol.com/wp-content/uploads/2021/11/logo-largo-movil.png");
  }
}

/* Menú fijo Divi en móvil */
@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 !important; } }

/** Cambiamos icono de cierre **/
.mobile_nav.opened .mobile_menu_bar:before {
content: "\51";
}
/** cambiar ancho del contenedor del menu *
.et_mobile_menu {
border:0px;
width:125%;
margin-left: -12.5%;
}*/
/* Menú móvil nombre */
.mobile_menu_bar.mobile_menu_bar_toggle::after {
content: "MENÚ";
position: absolute;
top: 42px;
right: 2px;
font-size: 10px;
}


.cn-button.bootstrap {
    color: #fff;
    background: #ef600c;
}

/* Eliminar Select page
@media (max-width:980px){
.et_header_style_split 
header#main-header
 .logo_container {
height: 100% !important;
float: left !important;
position: absolute !important;
z-index:0 !important;
}

.et_header_style_left #logo, 
.et_header_style_split #logo {
max-height:100px;
margin-top: -10px;
}

.et_header_style_split #main-header 
.container, .et_header_style_split 
#main-header 
.logo_container {text-align:left !important;}
.et_header_style_split 
#et_mobile_nav_menu{margin: 0;}
.et_header_style_split 
#main-header 
.mobile_nav{background-color: transparent; 
padding-left: 247px;}
.et_header_style_centered 
.mobile_nav .select_page, 
.et_header_style_split .mobile_nav 
.select_page {
display: none;
}
.et_header_style_split #main-header {
padding: 40px 0;
}
}

/*fin eliminar select page en menu movil*/

.grecaptcha-badge {
    z-index: 100;
}

@media only screen and (max-width: 980px){
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
    background-color: #fff;
	}}


