html {
    scroll-padding-top: 110px;
}

body {
    overflow-x: hidden;
}

body.player-page {
    margin: 0;
    background: #111;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(255, 0, 0, 0.45);
    outline-offset: 3px;
}

.back2top-btn {
    z-index: 1001;
}

.back2top-btn a i {
    box-shadow: 0 0 17px 3px rgba(255, 0, 0, 0.35);
}

.header-bg,
.navbar-bg {
    background-color: #fff;
}

.navbar-link {
    color: var(--text);
}

.navbar-link span {
    white-space: nowrap;
}

.navbar-link[href="reproductor.html"] {
    cursor: pointer;
}

.banner-1,
.banner-2,
.banner-3 {
    border-radius: 0;
}

.banner-oly {
    min-height: 560px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(255, 0, 0, 0.32));
}

.banner-content {
    max-width: 860px;
    margin: 0 auto;
}

.banner-content h1 {
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.38);
}

.banner-content p {
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.team-img,
.video-img,
.gallery-img {
    overflow: hidden;
    border-radius: 10px;
    background: #f5f5f5;
}

.team-img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.video-img img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gallery-img img,
.gallery-list li img {
    object-fit: cover;
}

.team-card,
.video-card,
.gallery-img {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-card:hover,
.video-card:hover,
.gallery-img:hover {
    transform: translateY(-4px);
}

.footer-part {
    border-radius: 80px 80px 0 0;
}

.footer-logo a,
.footer-address a,
.download-part a {
    display: inline-flex;
}

a[aria-disabled="true"],
.copy-part a[href="#"],
.footer-logo a[href="#"],
.footer-logo a[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.72;
}

.wazapp {
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.22));
}

.contactForm input,
.contactForm textarea,
.contactForm2 input,
.contactForm2 textarea {
    color: #292b34;
}

#success {
    min-height: 1px;
}

.ads-empty {
    width: 100%;
    margin: 0;
    padding: 24px 15px;
    text-align: center;
    color: var(--text);
}

#lunaradio {
    max-width: 100vw;
}

@media (max-width: 991px) {
    html {
        scroll-padding-top: 70px;
    }

    .navbar-overlay {
        z-index: 1002;
    }

    .navbar-slide {
        max-width: 85vw;
    }

    .banner-oly {
        min-height: 430px;
        padding: 95px 0 80px;
    }

    .banner-content h1 {
        font-size: 38px;
        line-height: 46px;
    }

    .footer-part {
        border-radius: 34px 34px 0 0;
    }
}

@media (max-width: 575px) {
    body {
        padding-bottom: 58px;
    }

    .banner-oly {
        min-height: 390px;
        padding: 80px 0 70px;
    }

    .banner-content h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 28px;
    }

    .btn {
        padding: 12px 24px;
        white-space: normal;
    }

    .section-heading {
        margin-bottom: 42px;
    }

    .wazapp {
        right: 16px;
        bottom: 122px;
        width: 52px;
    }

    .back2top-btn {
        right: 16px;
        bottom: 72px;
    }

    .back2top-btn a i {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }

    .footer-logo ul {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    #lunaradio {
        width: 100vw !important;
        min-height: 100vh;
    }
}
