
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.prague-header.simple.sticky-menu {
    position: fixed;
    background-color: #ffffff !important; /* Fondo Blanco */
    padding-top: 10px !important;         /* Compacto arriba */
    padding-bottom: 10px !important;      /* Compacto abajo */
    min-height: auto !important;
}

/* Texto negro */
.prague-header.simple.sticky-menu, 
.prague-header.simple.sticky-menu a,
.prague-header.simple.sticky-menu i {
    color: #000000 !important;
}

.padd-only-xs {
    padding-top: 120px;    /* Espacio arriba */
    padding-bottom: 120px; /* Espacio abajo */
}