#particles-js {
    top:10px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.whatsapp__button {
    display: flex;
    flex-direction: row;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    background: #25d366;
    color: inherit;
    border-radius: 50%;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    cursor: pointer;
    transition: background-color .2s linear;
}

.whatsapp__button__open {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(0 0 0 / 0) url('../images/icons/whatsapp.svg') 50% no-repeat;
    background-size: 60%;
    overflow: hidden;
}

.back-to-top {
    position: fixed;
    right: 90px!important;
    bottom: 30px!important;
    z-index: 99;
    color: #fff;
}

.notifyjs-corner{
    z-index: 9999999999!important;
}
.notifyjs-wrapper{
    z-index: 9999999999!important;
    display: block;
}

/* Fix para los dropdowns cuando el navbar está en modo sticky */
.sticky .dropdown-menu a {
    color: #1d2144 !important; /* Color oscuro para asegurar que sea visible */
}

.sticky .dropdown-menu a:hover {
    color: #3056D3 !important; /* Color primary al hacer hover */
}

.dropdown-menu a.active {
    color: #3056D3 !important;
    font-weight: bold;
}

/* Estilos para la superposición del video sobre las siguientes secciones */
.video-overlay {
    position: absolute;
    z-index: 9999;
    top: -160px;
    left: 0;
    right: 0;
    transform: translateZ(0);
    will-change: transform;
    isolation: isolate;
    margin: 0 auto;
    max-width: 845px;
}

.video-overlay video {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Ajustes para sección about para recibir el video */
#about {
    position: relative;
    z-index: 1;
    padding-top: 400px !important;
}

/* Ajuste para mantener el video visible */
#home {
    overflow: visible !important;
    position: relative;
    z-index: 20;
}
