body.academy-landing {
    background-color: #000;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

body.academy-landing * {
    font-family: "Roboto", sans-serif;
}

body.academy-landing h1,
body.academy-landing h2,
body.academy-landing h3,
body.academy-landing .academy-hero-title,
body.academy-landing .academy-section-title,
body.academy-landing .academy-zone-title,
body.academy-landing .academy-course-name {
    font-family: "Anybody", sans-serif;
}

body.academy-landing .header-section {
    background-color: #000;
    margin-bottom: 0;
}

body.academy-landing header {
    background-color: #000;
    border-bottom: 1px solid #1b1b1b;
}

body.academy-landing .header-ribbon {
    background-color: #6f8b2a;
}

body.academy-landing nav a:hover:not(.headerEresMonitor) {
    box-shadow: 0 5px 0 0 #80984C;
}

body.academy-landing .btnsHeaderTienda button,
body.academy-landing .btnsHeaderTienda a {
    color: #fff;
}

body.academy-landing .btnsHeaderTienda img {
    filter: brightness(0) invert(1);
}

body.academy-landing .headerEresMonitor {
    border-color: #80984C;
    color: #cfe28a;
}

.academy-landing-page {
    background: radial-gradient(1200px 600px at 20% 10%, rgba(128, 152, 76, 0.15), rgba(0, 0, 0, 0)), #000;
}

.academy-top-actions {
    padding-top: 20px;
    padding-bottom: 10px;
}

.academy-top-pill {
    background-color: #fff;
    color: #000;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
}

.academy-top-lang {
    font-size: 0.8rem;
    color: #d7d7d7;
}

.academy-lang-sep {
    color: #fff;
    margin: 0 6px;
}


.academy-hero {
    padding: 20px 0 60px;
    background-image: url('/images/academyRes/backHeader.png');
    background-size: cover;
    background-position: right center;
}

.academy-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #8BAE2A;
    margin: 10px 0 12px;
}

.academy-hero-text {
    color: #d0d0d0;
    font-size: 1rem;
    line-height: 1.6;
}

.academy-hero-actions .btn-main {
    height: 42px;
}

.academy-hero-apps-label {
    font-size: 0.8rem;
    color: #9d9d9d;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.academy-hero-apps img {
    height: 40px;
    width: auto;
    display: block;
}

.academy-hero-media img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.regala-hero {
    padding: 20px 0 60px;
    background-image: url('/images/academyRes/regalaHeader.png');
    background-size: cover;
    background-position: center center;
    min-height: 370px;
}

.academy-section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #cfe28a;
    margin: 0;
}

.academy-zones {
    padding: 40px 0 60px;
}

.academy-zone-card {
    border: 1px solid #C8D430;
    border-radius: 20px;
    padding: 22px;
    background-color: #0b0b0b;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.academy-zone-title {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.academy-zone-text {
    text-align: center;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.5;
}

.academy-method {
    padding: 40px 0 60px;
}


.academy-method-list {
    margin-top: 20px;
    display: grid;
    gap: 10px;
    color: #cfcfcf;
}

.academy-method-item {
    font-size: 0.95rem;
    line-height: 1.5;
}

.academy-quote {
    margin-top: 20px;
    color: #8BAE2A;
    font-size: 1.5rem;
    font-weight: 500;
}

.academy-method-logos {
    display: flex;
    gap: 14px;
    align-items: center;
}

.academy-method-logos img {
    height: 38px;
    width: auto;
}

.academy-course {
    padding: 40px 0 60px;
}

.academy-course--pro {
    padding-top: 10px;
}

.academy-course-name {
    font-size: 1.3rem;
    font-weight: 700;
}

.academy-course-badge {
    background-color: #80984C;
    color: #000;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.academy-course-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.academy-course-grid--basic {
    display: flex;
    overflow-x: auto;
    gap: 18px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 4px;
}

.academy-course-grid--pro {
    display: flex;
    overflow-x: auto;
    gap: 18px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 4px;
}

.academy-course-grid--basic::-webkit-scrollbar {
    height: 8px;
}

.academy-course-grid--pro::-webkit-scrollbar {
    height: 8px;
}

.academy-course-grid--basic::-webkit-scrollbar-thumb {
    background-color: #3a3a3a;
    border-radius: 999px;
}

.academy-course-grid--pro::-webkit-scrollbar-thumb {
    background-color: #3a3a3a;
    border-radius: 999px;
}

.academy-video-card {
    background-color: #0b0b0b;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #575757;
}

.academy-video-card--basic {
    flex: 0 0 300px;
    scroll-snap-align: start;
}

.academy-video-card--pro {
    flex: 0 0 300px;
    scroll-snap-align: start;
}

.academy-video-thumb {
    position: relative;
    height: 160px;
}

.academy-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.academy-video-tag {
    background-color: #80984C;
    color: #000;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 999px;
    text-transform: uppercase;
}

.academy-video-meta {
    padding: 12px 14px 16px;
    color: #d7d7d7;
    font-size: 0.85rem;
}

.academy-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 16px;
}

.academy-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}

.academy-dot.is-active {
    background-color: #fff;
}

.academy-cta {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.academy-green-band {
    height: 200px;
    background-color: #80984C;
    margin-top: 40px;
}


@media screen and (max-width: 767px) {

     .academy-hero {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.25) 100%), url('/images/academyRes/backHeader.png');
        background-size: 100% auto;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-color: #000;
    }

    .academy-title {
        font-size: 1.8rem;
        line-height: 1.05;
    }

    .academy-hero-title {
        font-size: 1.8rem;
    }

    .academy-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .academy-hero-apps img {
        height: 36px;
    }

    .academy-video-thumb {
        height: 140px;
    }

    .academy-video-card--basic {
        flex-basis: 80%;
    }

    .academy-video-card--pro {
        flex-basis: 80%;
    }

    .academy-green-band {
        height: 140px;
    }
}


.btn-academy {
    background-color: #AECC32;
    color: #000 !important; 
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-academy-sec {
    background-color: #8BAE2A;
    color: #000 !important; 
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0px;
}

.academy-btn-outline {
    background-color: transparent !important;
    border: 1px solid #8BAE2A !important;
    color: #fff !important;
}

.academy-btn-outline-fff {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 500;
    text-transform: uppercase;

}

.fc-verde-academy {
    color: #8BAE2A;
}

.cursoPest {
    color: #969696;
    border-bottom: #969696 2px solid;
    padding-bottom: 10px;
    width: calc(100% / 3);
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 110px;
    box-sizing: border-box;
}
.cursoPestActivo {
    color: #fff;
    border-bottom: #8BAE2A 2px solid;
}

.footer-academy {
    background-color: #8BAE2A;
}


.academy-nav {
    width: fit-content;
}

.academy-nav-link {
    color: #969696;
    font-weight: 500;
}
.academy-nav-link-active {
    color: #fff;
    box-shadow: 0 3px 0 0 #90B62A;
}