/**
 * Theme Name:     Intdea
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */


/* Menú fijo para pantallas móviles y escritorio */
#main-header {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}
#page-container {
  padding-top: 80px !important; /* Ajusta según la altura de tu header */
}





@media all and (max-width: 720px) {
.et_header_style_left .logo_container{
	text-align: center;
}

#logo{
	max-height: 100%;
}

.mobile_menu_bar::before{
	color: #fff !important;
}

.et_mobile_menu{
	border-top: 1px solid #fff !important;
}

}