#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;
}

/* ====== Hero Layout ====== */
.heroLayout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 20px 16px 60px;
}

@media (min-width: 960px) {
    .heroLayout {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 56px;
        padding: 40px 16px 80px;
    }
}

/* Hero Left - Text content */
.heroLeft {
    flex: 0 1 auto;
    text-align: center;
    max-width: 520px;
}

@media (min-width: 960px) {
    .heroLeft {
        text-align: left;
        max-width: 420px;
    }
}

.heroTag {
    display: inline-block;
    padding: 7px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.heroTitle {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}

@media (min-width: 540px) {
    .heroTitle { font-size: 50px; }
}
@media (min-width: 960px) {
    .heroTitle { font-size: 58px; }
}

.heroTitleAccent {
    color: #b3ecf7;
}

.heroDescription {
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 30px;
    max-width: 460px;
}

@media (min-width: 960px) {
    .heroDescription {
        font-size: 17px;
    }
}

.heroLeft .heroDescription {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 960px) {
    .heroLeft .heroDescription {
        margin-left: 0;
        margin-right: 0;
    }
}

.heroActions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 36px;
}

@media (min-width: 960px) {
    .heroActions {
        justify-content: flex-start;
    }
}

.heroBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    gap: 8px;
}

.heroBtnPrimary {
    background: #fff;
    color: #00a1c3;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.heroBtnPrimary:hover {
    background: #f0fafb;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

.heroBtnPrimary i {
    font-size: 18px;
}

.heroBtnGhost {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.heroBtnGhost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.heroStats {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

@media (min-width: 960px) {
    .heroStats {
        justify-content: flex-start;
    }
}

.heroStat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 960px) {
    .heroStat { align-items: flex-start; }
}

.heroStatNumber {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.heroStatLabel {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 4px;
}

.heroStatDivider {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.18);
}

/* Hero Right - Video carousel */
.heroRight {
    flex-shrink: 0;
    width: 100%;
    max-width: 520px;
}

@media (min-width: 960px) {
    .heroRight {
        width: auto;
    }
}

/* ====== Video Carousel (inline) ====== */
.videoCarouselInline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media (min-width: 540px) {
    .videoCarouselInline {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }
}

.videoStage {
    flex-shrink: 0;
    width: 250px;
    max-width: 100%;
}

@media (min-width: 540px) {
    .videoStage { width: 280px; }
}

@media (min-width: 960px) {
    .videoStage { width: 320px; }
}

.videoStageInner {
    position: relative;
    aspect-ratio: 9 / 16;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.35),
        0 0 30px rgba(0, 161, 195, 0.12);
    background: #000;
}

.videoStageInner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Play/Pause button */
.videoPlayBtn {
    position: absolute;
    bottom: 44px;
    left: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, transform 0.25s;
    z-index: 10;
}

.videoPlayBtn:hover {
    background: rgba(0, 161, 195, 0.7);
    transform: scale(1.1);
}

/* Mute wrap (label + button) */
.videoMuteWrap {
    position: absolute;
    bottom: 44px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

.videoMuteLabel {
    padding: 5px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.02em;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.videoMuteLabel.hidden {
    opacity: 0;
    transform: translateX(10px);
    pointer-events: none;
}

.videoMuteLabel.pulse {
    animation: muteLabelPulse 2s ease-in-out infinite;
}

@keyframes muteLabelPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.videoMuteBtn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, transform 0.25s;
    flex-shrink: 0;
}

.videoMuteBtn:hover {
    background: rgba(0, 161, 195, 0.7);
    transform: scale(1.1);
}

.videoProgressWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.12);
    z-index: 10;
}

.videoProgressBar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #00a1c3, #13C296);
    border-radius: 0 2px 2px 0;
    transition: width 0.2s linear;
}

/* Thumbnails */
.videoThumbnails {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

@media (min-width: 540px) {
    .videoThumbnails {
        flex-direction: column;
        gap: 12px;
    }
}

.videoThumb {
    position: relative;
    width: 80px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.45;
    transform: scale(0.9);
    transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
    background: #000;
}

@media (min-width: 540px) {
    .videoThumb { width: 90px; }
}

@media (min-width: 960px) {
    .videoThumb { width: 105px; }
}

.videoThumb video {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.videoThumb.active {
    opacity: 1;
    transform: scale(1);
    box-shadow:
        0 0 0 2px #00a1c3,
        0 0 18px rgba(0, 161, 195, 0.35);
}

.videoThumbLabel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 4px 5px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

@media (min-width: 960px) {
    .videoThumbLabel {
        font-size: 10px;
        padding: 18px 6px 6px;
    }
}

.videoThumbProgress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
}

.videoThumbProgressFill {
    height: 100%;
    width: 0%;
    background: #00a1c3;
    transition: width 0.2s linear;
}

/* Section adjustments */
#about {
    position: relative;
    z-index: 1;
    padding-top: 80px !important;
}

#home {
    overflow: visible !important;
    position: relative;
    z-index: 20;
}
