#ast-desktop-header {
		
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff; /* Asegura que tenga fondo */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra opcional */
		color: #000;
}
.admin-bar #ast-desktop-header {
    top: 32px; /* Ajuste si la barra de administrador está visible */
}
.site-content {
    margin-top: 0px; /* Ajusta según la altura del header */
}

.bdt-prime-slider-dragon .bdt-ps-dragon-slide-image .bdt-ps-slide-img{
 background-position: bottom;
}

#ast-mobile-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff; /* Asegura que tenga fondo */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra opcional */
		color: #000;
}


/* WP FORM */
.elementor-widget-wrap elementor-element-populated{
 background-color: #000;
}

#wpforms-submit-867{
 color:#fff;
}