/*esconder menú footer según idioma*/
html[lang="en-US"] #footer-es { 
display: none; 
} 

html[lang="es-ES"] #footer-en  { 
display: none; 
} 


/* Escalar menú en Desktop */
@media only screen and (min-width: 981px) and (max-width: 1237px) {
	#top-menu li {
		padding-right: 9px !important;
	}
	#top-menu li a {
		font-size: 11.8px !important;
	}
 
}

/*modificar cards en la home en la sección de propuestas*/
#propuestahome > div > div.dtq-card{
	height: 700px !important;
}
#propuestahome > div > div > div.dtq-card-content > div.dtq-btn-card-wrap {
	position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

/* Escalar menú en mobile */

@media only screen and (max-width: 600px) {
	
	#main-header {
        background-color: rgb(251 250 250) !important;
    }
	#page-container{
		padding-top: 0px !important;
	}
	#et_search_icon{
		display: none !important;
	}
	
	.mobile_menu_bar:before {
		position: fixed;
		background: #fff;
		border: 1px solid;
		border-radius: 52%;
		left: 80% !important;
		top: 3% !important;
	}
	#mobile_menu{
		background-color: #fff !important;
		margin-top: 3% !important;
        position: fixed;
	}
	
}

@media only screen and (min-width: 601px) and (max-width: 980px) {
	.et_hide_mobile_logo #main-header .logo_container {
        opacity: 1 !important;
		display: block;
    }
	.et_mobile_menu {
		 background-color: rgb(251 250 250) !important;
	}
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
  
/*** Hide Sidebar ***/
#sidebar {display:none;}
  
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

