@font-face {
    font-family: "All Round Gothic";
    src: url("/fonts/AllRoundGothic-XLig.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "All Round Gothic";
    src: url("/fonts/AllRoundGothic-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "All Round Gothic";
    src: url("/fonts/AllRoundGothic-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "All Round Gothic";
    src: url("/fonts/AllRoundGothic-Demi.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "All Round Gothic";
    src: url("/fonts/AllRoundGothic-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: "All Round Gothic";
    src: url("/fonts/AllRoundGothic-Bold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --template-bg: #f7f9ff;
    --template-surface: #ffffff;
    --template-surface-soft: #f4f7fc;
    --template-text: #172033;
    --template-muted: #5f6b85;
    --template-border: rgba(23, 32, 51, 0.1);
    --template-accent: #1783f7;
    --template-accent-strong: #0f6ddb;
    --template-accent-soft: rgba(23, 131, 247, 0.12);
    --template-accent-contrast: #ffffff;
    --template-shadow: 0 22px 60px rgba(27, 52, 102, 0.12);
    --template-radius-xl: 36px;
    --template-radius-lg: 24px;
    --template-radius-md: 18px;
    --template-radius-pill: 999px;
}

body.template-shell {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(23, 131, 247, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
    color: var(--template-text);
    font-family: "All Round Gothic", sans-serif;
    overflow-x: hidden;
}

body.template-theme--oposiciones {
    --template-bg: #fff6f9;
    --template-surface-soft: #fff1f5;
    --template-accent: #ff165f;
    --template-accent-strong: #c40f4a;
    --template-accent-soft: rgba(255, 22, 95, 0.12);
    --template-shadow: 0 22px 60px rgba(145, 18, 63, 0.14);
    background: #ffffff;
}

body.template-shell a {
    color: inherit;
    text-decoration: none;
}

.landing-page {
    padding: 12px 0 22px;
}

.template-nav {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(0, 220px) 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 10px 0 22px;
}

.template-nav__brand {
    display: inline-flex;
    align-items: center;
    color: var(--template-text);
}

.template-nav__brand-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.template-nav__brand-image--oposiciones {
    width: 159px;
}

.template-nav__brand-image--curso {
    width: 159px;
}

.template-nav__brand-copy {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    padding-left: 34px;
    font-family: "All Round Gothic", sans-serif;
    line-height: 1;
}

.template-nav__brand-copy::before,
.template-nav__brand-copy::after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 999px;
}

.template-nav__brand-copy::before {
    top: 6px;
    width: 28px;
    height: 14px;
    border: 4px solid var(--template-accent);
    border-right: 0;
    transform: skewX(-18deg) rotate(-12deg);
}

.template-nav__brand-copy::after {
    top: 14px;
    left: 9px;
    width: 22px;
    height: 4px;
    background: var(--template-accent);
    transform: rotate(-10deg);
}

.template-nav__brand strong {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -0.06em;
}

.template-nav__brand small {
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--template-muted);
}

.template-nav__center {
    display: flex;
    justify-content: center;
}

.template-nav__meta {
    justify-self: end;
}

.template-nav__dropdown {
    position: relative;
    z-index: 12;
}

.template-nav__actions {
    display: flex;
    justify-content: flex-end;
}

.template-nav__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: var(--template-radius-pill);
    border: 1px solid transparent;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.template-nav__button:hover {
    transform: translateY(-1px);
}

.template-nav__button--ghost {
    background: #ffffff;
    border-color: var(--template-border);
    color: var(--template-text);
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.template-nav__dropdown-toggle::after {
    width: 24px;
    height: 24px;
    margin-left: 0.75rem;
    vertical-align: middle;
    border: 0;
    background-image: none;
    background-color: var(--template-accent);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 24px;
    mask-size: 24px;
}

.template-nav__dropdown-menu {
    min-width: 320px;
    margin-top: 12px;
    padding: 12px;
    border-radius: 22px;
    background: rgba(19, 26, 43, 0.95);
    border: 0;
    box-shadow: 0 24px 60px rgba(8, 12, 25, 0.28);
}

.template-nav__accordion {
    display: grid;
    gap: 10px;
}

.template-nav__category {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
}

.template-nav__category-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
}

.template-nav__category-toggle::after {
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.template-nav__category-toggle.collapsed::after {
    transform: rotate(-45deg);
}

.template-nav__category-body {
    display: grid;
    gap: 6px;
    padding: 8px;
}

.template-nav__course-link {
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.75);
    padding: 10px 12px;
}

.template-nav__course-link:hover,
.template-nav__course-link.active {
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
}

.template-hero-section {
    position: relative;
    background: #ffffff;
}

.template-hero-backdrop {
    position: relative;
    background:
        url("../img/course-hero/header_bottom.svg") center 105% / 100% auto no-repeat,
        var(--template-hero-person) center bottom / auto 100% no-repeat,
        var(--template-hero-image) center center / cover no-repeat;
    aspect-ratio: 1440 / 670;
}

.template-hero-backdrop::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    z-index: 5;
    height: 4px;
    background: linear-gradient(to top, #ffffff 0%, #ffffff 100%);
    pointer-events: none;
}

.template-hero-card {
    position: relative;
    overflow: hidden;
    padding: 36px;
    border-radius: 0 0 42px 42px;
    background: transparent;
}

.template-hero-card > .row {
    z-index: 3;
}

.template-hero-card__timer {
    position: absolute;
    top: 16px;
    right: 28px;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 88px;
    padding: 12px 18px;
    border-radius: 18px;
    background: var(--template-accent);
    color: var(--template-accent-contrast);
    text-align: center;
    box-shadow: 0 20px 42px rgba(15, 109, 219, 0.22);
}

body.template-theme--oposiciones .template-hero-card__timer {
    box-shadow: 0 20px 42px rgba(196, 15, 74, 0.24);
}

.template-hero-card__timer span {
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.1;
}

.template-hero-card__timer strong {
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: -0.06em;
}

.template-nav__timer.template-hero-card__timer {
    position: static;
    top: auto;
    right: auto;
    justify-self: end;
    margin: 0;
    box-shadow: 0 20px 42px rgba(15, 109, 219, 0.22);
}

body.template-theme--oposiciones .template-nav__timer.template-hero-card__timer {
    box-shadow: 0 20px 42px rgba(196, 15, 74, 0.24);
}

.template-hero-card__wave {
    position: absolute;
    right: -4%;
    bottom: -78px;
    left: -4%;
    height: 156px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: var(--template-accent);
}

.template-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 520px;
    padding: 74px 0 84px;
}

.template-hero-copy__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    padding: 0 30px;
    border-radius: 20px;
    border: 2px solid var(--template-accent);
    background: rgba(255, 255, 255, 0.72);
    color: var(--template-text);
    font-size: 1.05rem;
    font-weight: 700;
}

.template-hero-copy h1 {
    margin: 50px 0 18px;
    color: var(--template-accent);
    font-family: "All Round Gothic", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.template-hero-copy p {
    margin: 0;
    max-width: 480px;
    color: var(--template-text);
    font-size: 1.08rem;
    line-height: 1.7;
}

.template-hero-copy__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.template-hero-copy__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: var(--template-radius-pill);
    background: rgba(255, 255, 255, 0.84);
    color: var(--template-text);
    font-size: 0.94rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.07);
}

.template-hero-copy__actions,
.template-section__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.template-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border: 0;
    border-radius: var(--template-radius-pill);
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.template-section__footer--image .template-button {
    width: 100%;
}

.template-button:hover {
    transform: translateY(-1px);
}

.template-button--primary,
.template-form__submit {
    background: var(--template-accent);
    color: var(--template-accent-contrast);
}

.template-button--ghost {
    background: rgba(255, 255, 255, 0.74);
    color: var(--template-text);
    border: 1px solid rgba(23, 32, 51, 0.1);
}

.template-form {
    position: relative;
    z-index: 1;
    margin-top: 48px;
    padding: 38px 42px 28px;
    border-radius: 34px;
    background: #ffffff;
    box-shadow: 0 24px 52px rgba(17, 24, 39, 0.12);
}

.template-form__header {
    text-align: center;
    margin-bottom: 24px;
}

.template-form__header strong {
    display: block;
    font-size: clamp(2.1rem, 2vw, 2.6rem);
    font-weight: 800;
    color: var(--template-text);
}

.template-form__header p {
    margin: 12px 0 0;
    color: var(--template-text);
    font-size: 1.02rem;
    line-height: 1.35;
}

.template-form__steps {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.template-form__step-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(95, 107, 133, 0.24);
    background: #ffffff;
    color: var(--template-muted);
    font-size: 0.9rem;
    font-weight: 800;
}

.template-form__step-indicator.is-active,
.template-form__step-indicator.is-complete {
    border-color: var(--template-accent);
    background: var(--template-accent);
    color: #ffffff;
}

.template-form__step-line {
    flex: 1 1 auto;
    height: 1px;
    background: rgba(95, 107, 133, 0.2);
}

.template-form__panel {
    display: none;
}

.template-form__panel.is-active {
    display: block;
}

.template-form__field+.template-form__field {
    margin-top: 10px;
}

.template-form__field {
    position: relative;
}

.template-form__control {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 0 16px;
    border: 1px solid rgba(95, 107, 133, 0.24);
    border-radius: 18px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.template-form__field input,
.template-form__field select {
    width: 100%;
    min-height: 56px;
    padding: 0 16px;
    border: 1px solid rgba(95, 107, 133, 0.24);
    border-radius: 18px;
    background: #ffffff;
    color: var(--template-text);
    font-size: 1rem;
    font-weight: 500;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.template-form__field .template-form__control input {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.template-form__field .template-form__control input:focus {
    box-shadow: none;
}

.template-form__icon {
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 12px;
    width: 21px;
    height: 20px;
    background-color: var(--template-accent);
    pointer-events: none;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.template-form__field--name .template-form__icon {
    -webkit-mask-image: url("../img/icons/form-name.svg");
    mask-image: url("../img/icons/form-name.svg");
}

.template-form__field--email .template-form__icon {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("../img/icons/form-email.svg");
    mask-image: url("../img/icons/form-email.svg");
}

.template-form__field--phone .template-form__icon {
    width: 21px;
    height: 21px;
    -webkit-mask-image: url("../img/icons/form-phone.svg");
    mask-image: url("../img/icons/form-phone.svg");
}

.template-form__field select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--template-muted) 50%),
        linear-gradient(135deg, var(--template-muted) 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(50% - 3px),
        calc(100% - 14px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.template-form__field input:focus,
.template-form__field select:focus {
    outline: none;
    border-color: var(--template-accent);
    box-shadow: 0 0 0 0.18rem var(--template-accent-soft);
}

.template-form__control:focus-within {
    border-color: var(--template-accent);
    box-shadow: 0 0 0 0.18rem var(--template-accent-soft);
}

.template-form__field input.is-invalid,
.template-form__field input.error,
.template-form__field select.is-invalid,
.template-form__field select.error {
    border-color: #dc3545;
}

.template-form__field input.is-valid,
.template-form__field input.valid,
.template-form__field select.is-valid,
.template-form__field select.valid {
    border-color: #198754;
}

.template-form__control.is-invalid {
    border-color: #dc3545;
}

.template-form__control.is-valid {
    border-color: #198754;
}

.template-form__check {
    margin-top: 18px;
}

.template-form__check label {
    position: relative;
    display: inline-flex;
    gap: 10px;
    align-items: flex-start;
    padding-left: 24px;
    color: var(--template-text);
    font-size: 0.9rem;
    line-height: 1.45;
    cursor: pointer;
}

.template-form__check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    inset: 0 auto auto 0;
}

.template-form__check .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(95, 107, 133, 0.42);
    border-radius: 4px;
}

.template-form__check input[type="checkbox"]:checked+.checkmark::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 2px;
    background: var(--template-accent);
}

.template-form__check a {
    color: var(--template-accent) !important;
    text-decoration: underline;
    text-decoration-color: var(--template-accent) !important;
    text-underline-offset: 0.12em;
}

.template-form .invalid-feedback {
    font-size: 0.84rem;
    margin-top: 6px;
}

.template-form__submit {
    display: block;
    width: min(100%, 260px);
    min-height: 56px;
    margin: 24px auto 0;
    border: 0;
    border-radius: 16px;
    font-size: 1.18rem;
    font-weight: 800;
}

.template-form__footnote {
    margin: 20px 0 0;
    color: #7b8398;
    font-size: 0.75rem;
    text-align: center;
}

.template-section {
    padding: 72px 0 0;
}

.template-section__heading {
    margin-bottom: 28px;
}

#beneficios{
    padding-top: 20px;
}
.template-section__heading--centered {
    text-align: center;
    margin-bottom: 55px;
}

.template-section__heading h2 {
    margin: 0;
    color: var(--template-accent);
    font-family: "All Round Gothic", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.02;
    text-wrap: balance;
    letter-spacing: -0.05em;
}

.template-section__heading p {
    max-width: 740px;
    margin: 14px auto 0;
    color: var(--template-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.template-content-panel,
.template-media-card,
.template-cta-panel,
.template-info-card,
.template-review,
.template-slider__slide,
.template-text-block {
    border-radius: var(--template-radius-xl);
}

.template-content-panel {
    padding: 28px;
    background: #ffffff;
    color: var(--template-text);
    box-shadow: var(--template-shadow);
    line-height: 1.8;
}

.template-checklist {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.template-checklist li {
    position: relative;
    padding: 15px 18px 15px 52px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.06);
}

.template-checklist li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    border-radius: 50%;
    background: var(--template-accent-soft);
    color: var(--template-accent);
    font-weight: 800;
    text-align: center;
    line-height: 22px;
}

.template-media-card {
    overflow: hidden;
    background: #ffffff;
    box-shadow: var(--template-shadow);
}

.template-media-card img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}

.template-info-card {
    height: 100%;
    overflow: hidden;
    background: var(--template-accent);
    color: #ffffff;
}

.template-info-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 24px 24px 0;
}

.template-info-card__media img {
    max-width: 100%;
    max-height: 92px;
    width: 70px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    height: 70px;
}

.template-info-card__body {
    padding: 0 24px 24px;
}

.template-info-card__body h3 {
    margin: 0 0 10px;
    font-family: "All Round Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.08;
}

.template-info-card__body p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.65;
}

.opos-cards,
.opos-cards .container {
    overflow: visible;
}

.opos-cards__grid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    min-height: 240px;
    max-height: 240px;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

.opos-cards__grid>* {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.opos-cards__col {
    display: flex;
}

.opos-cards__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 188px;
    padding: 26px 16px 20px;
    border-radius: 30px;
    background: var(--template-accent);
    box-shadow: none;
    text-align: center;
    cursor: pointer;
    transition:
        transform 0.24s ease,
        background-color 0.24s ease,
        min-height 0.24s ease,
        box-shadow 0.24s ease;
}

.opos-cards__card:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
}

.opos-cards__card .template-info-card__media {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    margin: 0 auto 16px;
    padding: 0;
    border-radius: 50%;
    background: #ffffff;
}

.opos-cards__card .template-info-card__media img {
    width: 30px;
    max-width: 30px;
    max-height: 30px;
    filter: none;
}

.opos-cards__card .template-info-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.opos-cards__card .template-info-card__body h3 {
    margin: 0;
    max-width: 180px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.08;
}

.opos-cards__card .template-info-card__body p {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.9rem;
    line-height: 1.2;
    opacity: 0;
    transition:
        max-height 0.24s ease,
        margin-top 0.24s ease,
        opacity 0.24s ease;
}

.opos-cards__card.is-active {
    min-height: 258px;
    background: var(--template-accent-strong);
    box-shadow: 0 24px 44px rgba(145, 18, 63, 0.22);
}

.opos-cards__card.is-active .template-info-card__body p {
    max-height: 140px;
    margin-top: 12px;
    opacity: 1;
}

@media (min-width: 992px) {
    .opos-cards__grid {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: stretch;
        max-width: 1080px;
        margin: 28px auto 0;
        border-radius: 30px;
        background: var(--template-accent);
        overflow: visible;
    }

    .opos-cards__col {
        flex: 1 1 0;
        width: 0;
        max-width: none;
    }

    .opos-cards__col.is-active {
        flex: 1.45 1 0;
    }

    .opos-cards__card {
        min-height: 184px;
        padding: 22px 12px 18px;
        border-radius: 0;
        background: transparent;
    }


    .opos-cards__card .template-info-card__body h3 {
        max-width: 124px;
        font-size: 18px;
    }

    .opos-cards__card.is-active {
        min-height: 200px;
        padding: 30px 18px 22px;
        border-radius: 24px;
        transform: scale(1.1);
        background: var(--template-accent-strong);
    }

    .opos-cards__card.is-active .template-info-card__media {
        width: 86px;
        min-width: 86px;
        height: 86px;
        min-height: 86px;
        margin-bottom: 18px;
    }

    .opos-cards__card.is-active .template-info-card__media img {
        width: 46px;
        max-width: 46px;
        max-height: 46px;
    }

    .opos-cards__card.is-active .template-info-card__body h3 {
        max-width: 210px;
        font-size: 28px;
    }

    .opos-cards__card.is-active .template-info-card__body p {
        max-width: 240px;
        font-size: 0.95rem;
        line-height: 1.22;
    }
}

@media (max-width: 991px) {
    .opos-cards__grid {
        row-gap: 16px;
    }

    .opos-cards__grid {
        max-height: unset;
    }

    .template-hero-copy {
        margin: auto;
    }

    .opos-cards__col {
        padding: 0 8px;
    }

    .opos-cards__card {
        border-radius: 24px;
        box-shadow: 0 18px 36px rgba(145, 18, 63, 0.16);
    }
}

.opos-card__panel {
    padding: 48px 56px;
    border-radius: 30px;
    background: linear-gradient(180deg, #f7f7f8 0%, #f4f4f6 100%);
}

.opos-card__intro {
    max-width: 320px;
}

.opos-card__intro h2 {
    margin: 0;
    color: var(--template-accent);
    font-family: "All Round Gothic", sans-serif;
    font-size: clamp(2.25rem, 4vw, 3.3rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.opos-card__intro p {
    margin: 16px 0 0;
    color: var(--template-muted);
}

.opos-card__grid {
    justify-content: center;
}

.opos-card__col {
    display: flex;
}

.opos-card__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 190px;
    padding: 20px 18px 16px;
    border-radius: 24px;
    background: var(--template-accent);
    box-shadow: none;
}

.opos-card__item .template-info-card__media {
    justify-content: flex-start;
    min-height: 0;
    padding: 0;
}

.opos-card__item .template-info-card__media img {
    width: 74px;
    max-width: 74px;
    max-height: 74px;
    object-fit: contain;
}

.opos-card__item .template-info-card__body {
    padding: 24px 0 0;
}

.opos-card__item .template-info-card__body h3 {
    margin: 0;
    color: #ffffff;
    text-align: left;
    font-size: 1.08rem;
    line-height: 1.08;
}

.opos-card__item .template-info-card__body p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.92rem;
    line-height: 1.25;
}

@media (min-width: 992px) {
    .opos-card__layout {
        min-height: 470px;
    }

    .opos-card__layout>[class*="col-"] {
        display: flex;
        align-items: center;
    }

    .opos-card__intro {
        padding-right: 24px;
    }
}

.template-info-card--logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 20px;
    background: #ffffff;
    color: var(--template-text);
}

.template-info-card--logo .template-info-card__media {
    min-height: 0;
    padding: 0;
}

.template-info-card--logo img {
    max-height: 84px;
}

.template-slider__item {
    padding: 0 10px;
}

.template-slider__slide {
    overflow: hidden;
    background: #ffffff;
    box-shadow: none;
}

.template-slider__image-wrap {
    overflow: hidden;
    background: #ffffff;
}

.template-slider__image {
    display: block;
    width: 100%;
}

.template-slider__content {
    padding: 20px 22px 24px;
}

.template-slider__content h3 {
    margin: 0 0 8px;
    font-family: "All Round Gothic", sans-serif;
    font-size: 1.32rem;
    font-weight: 700;
}

.template-slider__content p {
    margin: 0;
    color: var(--template-muted);
    line-height: 1.7;
}

.template-reviews .slick-track {
    display: flex;
}

.template-reviews .slick-slide {
    height: auto;
    padding: 0 10px;
}

.template-reviews .slick-slide>div,
.template-reviews .review-slide,
.template-review {
    height: 100%;
}

.template-review {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 24px;
    background: #ffffff;
    box-shadow: var(--template-shadow);
}

.template-review__person {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

.template-review__body strong {
    display: block;
    margin-bottom: 8px;
    font-family: "All Round Gothic", sans-serif;
    font-size: 1.2rem;
}

.template-review__body p {
    margin: 0;
    color: var(--template-muted);
    line-height: 1.7;
}

.template-faq {
    display: grid;
    gap: 14px;
}

.template-faq__item {
    overflow: hidden;
    border: 1px solid rgba(95, 107, 133, 0.36) !important;
    border-radius: 18px !important;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.05);
}

.template-faq__button {
    padding: 18px 22px;
    background: #ffffff;
    color: var(--template-text);
    font-weight: 700;
    box-shadow: none;
}

.template-faq__button::after {
    background-image: none;
    background-color: var(--template-accent);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 1rem;
    mask-size: 1rem;
}

.template-faq__button:not(.collapsed) {
    color: var(--template-accent);
    background: #ffffff;
    box-shadow: none;
}

.template-faq__button:focus {
    box-shadow: none;
}

.template-faq__body {
    color: var(--template-muted);
    line-height: 1.75;
}

.template-cta-panel {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    padding: 34px;
    background: linear-gradient(180deg, #ffffff 0%, var(--template-surface-soft) 100%);
    box-shadow: var(--template-shadow);
}

.template-cta-panel::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -92px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 28px solid var(--template-accent-soft);
}

.template-cta-panel__copy {
    position: relative;
    z-index: 1;
    max-width: 700px;
}

.template-cta-panel__copy p {
    margin: 0 0 12px;
    max-width: 520px;
    color: var(--template-muted);
    line-height: 1.65;
}

.template-cta-panel__copy h2 {
    margin: 0;
    color: var(--template-accent);
    font-family: "All Round Gothic", sans-serif;
    font-size: clamp(2rem, 3.6vw, 3.1rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.template-cta-panel .template-button {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
}

body.template-theme--curso {
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfcff 62%, #ffffff 100%);
}

.landing-page--curso {
    padding-top: 4px;
}

.landing-page--curso .template-nav {
    padding: 6px 0 14px;
}

.landing-page--curso .template-nav__brand strong {
    font-size: 1.78rem;
    letter-spacing: -0.075em;
}

.landing-page--curso .template-nav__brand small {
    font-size: 0.76rem;
    letter-spacing: 0.01em;
}

.landing-page--curso .template-nav__button--ghost {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.landing-page--oposiciones .template-nav__button--ghost {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 18px;
    background: #ffffff;
    color: var(--template-text);
    border-color: rgba(23, 32, 51, 0.08);
    box-shadow: none;
}

.landing-page--oposiciones .template-nav__button--ghost:hover,
.landing-page--oposiciones .template-nav__button--ghost:focus,
.landing-page--oposiciones .template-nav__button--ghost.show {
    background: var(--template-accent);
    color: #ffffff;
    border-color: var(--template-accent);
}

.landing-page--oposiciones .template-nav__dropdown-toggle:hover::after,
.landing-page--oposiciones .template-nav__dropdown-toggle:focus::after,
.landing-page--oposiciones .template-nav__dropdown-toggle.show::after {
    background-color: #ffffff;
}

.landing-page--oposiciones .template-nav__dropdown-menu {
    background: #ffffff;
    box-shadow: none;
}

.landing-page--oposiciones .template-nav__category-body {
    gap: 8px;
    padding: 0;
}

.landing-page--oposiciones .template-nav__course-link {
    color: var(--template-text);
    background: #ffffff;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.landing-page--oposiciones .template-nav__course-link:hover,
.landing-page--oposiciones .template-nav__course-link:focus,
.landing-page--oposiciones .template-nav__course-link.active {
    background: var(--template-accent);
    color: #ffffff;
}

.landing-page--curso .template-nav__timer {
    min-width: 172px;
    min-height: 84px;
    border-radius: 16px;
}

.landing-page--curso .template-nav__timer span {
    font-size: 0.86rem;
}

.landing-page--curso .template-nav__timer strong {
    font-size: 2.1rem;
}

.landing-page--curso .template-hero-card {
    padding: 24px 32px 0;
    border-radius: 0 0 40px 40px;
    background: transparent;
    box-shadow: none;
}

.landing-page--curso .template-hero-card__wave {
    display: none;
}

.landing-page--curso .template-hero-card__timer {
    top: 10px;
    right: 18px;
    min-width: 172px;
    min-height: 84px;
    border-radius: 16px;
}

.landing-page--curso .template-hero-card__timer span {
    font-size: 0.86rem;
}

.landing-page--curso .template-hero-card__timer strong {
    font-size: 2.1rem;
}

.landing-page--curso .template-hero-card__wave {
    right: -7%;
    left: -7%;
    bottom: -72px;
    height: 146px;
}

.landing-page--curso .template-hero-copy {
    max-width: 480px;
    padding: 66px 0 98px;
}

.landing-page--curso .template-hero-copy__eyebrow {
    min-height: 42px;
    padding: 0 20px;
    border-width: 2px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 0.94rem;
}

.landing-page--curso .template-hero-copy h1 {
    max-width: 470px;
    margin: 28px 0 0;
    font-size: 45px;
    line-height: 0.93;
}

.landing-page--oposiciones .template-hero-copy h1 {
    max-width: 470px;
    margin: 28px 0 0;
    font-size: 45px;
    line-height: 0.93;
}

.landing-page--oposiciones .template-form {
    width: min(100%, 356px);
    margin: 48px 0 66px auto;
    padding: 34px 26px 24px;
    border-radius: 34px;
}

.landing-page--oposiciones .template-form__header {
    margin-bottom: 22px;
}

.landing-page--oposiciones .template-form__header strong {
    font-size: 1.6rem;
}

.landing-page--oposiciones .template-form__header p {
    margin-top: 10px;
    font-size: 1rem;
}

.landing-page--oposiciones .template-form__field+.template-form__field {
    margin-top: 10px;
}

.landing-page--oposiciones .template-form__field input,
.landing-page--oposiciones .template-form__field select {
    min-height: 46px;
    border-radius: 12px;
    font-size: 0.96rem;
}

.landing-page--oposiciones .template-form__submit {
    min-height: 48px;
    margin-top: 20px;
    border-radius: 14px;
    font-size: 1rem;
}

.landing-page--oposiciones .template-form__footnote {
    margin-top: 16px;
    font-size: 0.7rem;
}

.landing-page--curso .template-hero-copy p {
    display: none;
}

.landing-page--curso .template-form {
    width: min(100%, 356px);
    margin: 48px 0 66px auto;
    padding: 34px 26px 24px;
    border-radius: 34px;
    box-shadow: 0 24px 44px rgba(31, 79, 173, 0.12);
}

.landing-page--curso .template-form__header {
    margin-bottom: 22px;
}

.landing-page--curso .template-form__header strong {
    font-size: 1.6rem;
}

.landing-page--curso .template-form__header p {
    margin-top: 10px;
    font-size: 1rem;
}

.landing-page--curso .template-form__field+.template-form__field {
    margin-top: 10px;
}

.landing-page--curso .template-form__field input,
.landing-page--curso .template-form__field select {
    min-height: 46px;
    border-radius: 12px;
    font-size: 0.96rem;
}

.landing-page--curso .template-form__submit {
    min-height: 48px;
    margin-top: 20px;
    border-radius: 14px;
    font-size: 1rem;
}

.landing-page--curso .template-form__footnote {
    margin-top: 16px;
    font-size: 0.7rem;
}

.landing-page--curso .template-section {
    padding-top: 74px;
}

.landing-page--curso .template-section__heading {
    margin-bottom: 32px;
    text-align: center;
}

.landing-page--curso .template-section__heading h2 {
    font-size: 45px;
    max-width: 700px;
    margin: auto;
    text-wrap: balance;
}

.landing-page--curso .template-section--slider:not(.partner_slider) .template-slider__item {
    padding: 0 12px;
}

.landing-page--curso .template-section--slider:not(.partner_slider) > .container:last-of-type {
    padding-left: 0;
    padding-right: 0;
}

.landing-page--curso .template-section--slider:not(.partner_slider) .template-slider__slide {
    display: flex !important;
    align-items: center;
    gap: 18px;
    min-height: 200px;
    padding: 30px 40px;
    border-radius: 24px;
    background: var(--template-accent);
    max-width: 90%;
    margin: 0 auto;
}

.landing-page--curso .template-section--slider:not(.partner_slider) .template-slider__image {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: contain;
}

.landing-page--curso .template-section--slider:not(.partner_slider) .template-slider__image-wrap {
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
    border-radius: 50%;
    background: #ffffff;
    padding: 16px;
}

.landing-page--curso .template-section--slider:not(.partner_slider) .template-slider__content {
    padding: 0;
}

.landing-page--curso .template-section--slider:not(.partner_slider) .template-slider__content h3,
.landing-page--curso .template-section--slider:not(.partner_slider) .template-slider__content p {
    color: #ffffff;
}

.landing-page--curso .template-section--slider:not(.partner_slider) .template-slider__content h3 {
    margin-bottom: 6px;
    font-size: 1.35rem;
    line-height: 1.05;
}

.landing-page--curso .template-section--slider:not(.partner_slider) .template-slider__content p {
    max-width: 230px;
    font-size: 0.98rem;
    line-height: 1.45;
}

.landing-page--curso .partner_slider>.container:first-of-type {
    padding: 34px 28px 0;
    border-radius: 30px 30px 0 0;
    background: #f5f7fb;
}

.landing-page--curso .partner_slider>.container:last-of-type {
    padding: 0 28px 34px;
    border-radius: 0 0 30px 30px;
    background: #f5f7fb;
}

.landing-page--curso .partner_slider .template-section__heading {
    margin-bottom: 0;
    text-align: center;
}

.landing-page--curso .partner_slider .template-slider__item {
    padding: 0 10px;
}

.landing-page--curso .partner_slider .template-slider__slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 184px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.landing-page--curso .partner_slider .template-slider__image {
    width: auto;
    max-width: 176px;
    max-height: 88px;
    padding: 0;
}

.landing-page--curso .partner_slider .template-slider__image-wrap {
    background: transparent;
}

.landing-page--curso .template-content-panel {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(23, 32, 51, 0.1);
    box-shadow: none;
}

.landing-page--curso .template-section--split .row {
    align-items: stretch !important;
}

.landing-page--curso .template-section--split .row>[class*="col-"] {
    display: flex;
    justify-content: center;
}

.landing-page--curso .template-split-list {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing-page--curso .template-split-list li {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    position: relative;
    padding: 15px 24px 15px 56px;
    font-size: 1.02rem;
    line-height: 1.45;
}

.landing-page--curso .template-split-list li+li {
    border-top: 1px solid rgba(23, 32, 51, 0.08);
}

.landing-page--curso .template-split-list li::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 17px;
    height: 20px;
    transform: translateY(-50%);
    background: url("../img/icons/split-check.svg") center center / contain no-repeat;
}

.landing-page--curso .template-media-card {
    height: 100%;
    border: 3px solid var(--template-accent);
    box-shadow: none;
}

.landing-page--curso .template-section__footer {
    justify-content: center;
    margin-top: 24px;
}

.landing-page--curso .template-section__footer .template-button {
    color: #ffffff;
    min-width: 160px;
    min-height: 42px;
    padding: 0 26px;
    font-size: 0.98rem;
}

.landing-page--oposiciones .oposiciones-split .row>[class*="col-"] {
    display: flex;
    flex-direction: column;
}

.landing-page--oposiciones .oposiciones-split .template-content-panel {
    display: flex;
    height: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.landing-page--oposiciones .oposiciones-split .template-media-card {
    background: transparent;
}

.landing-page--oposiciones .oposiciones-split .template-media-card img {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.landing-page--oposiciones .template-section__footer {
    justify-content: center;
    margin-top: 24px;
}
.template-faq{
    max-width: 780px;
    margin-inline: auto;
}
.landing-page--oposiciones .template-section__footer .template-button {
    min-width: 200px;
    max-width: 200px;
    min-height: 60px;
    padding: 0 24px;
    color: #fff;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 400;
}
.template-section--split .template-button{
    max-width: 100% !important;
    width: 100% !important;
}
.template-theme--oposiciones .template-button--primary,
.template-theme--oposiciones .template-form__submit {
    color: #ffffff;
}

.landing-page--oposiciones .oposiciones-split .template-split-list {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing-page--oposiciones .oposiciones-split .template-split-readmore {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.landing-page--oposiciones .oposiciones-split .template-split-readmore__list {
    position: relative;
    overflow: hidden;
    max-height: 520px;
    transition: max-height 0.35s ease;
}

.landing-page--oposiciones .oposiciones-split .template-split-readmore__list::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 72px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96) 82%);
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.landing-page--oposiciones .oposiciones-split .template-split-readmore.is-expanded .template-split-readmore__list,
.landing-page--oposiciones .oposiciones-split .template-split-readmore.is-short .template-split-readmore__list {
    max-height: none;
}

.landing-page--oposiciones .oposiciones-split .template-split-readmore.is-expanded .template-split-readmore__list::after,
.landing-page--oposiciones .oposiciones-split .template-split-readmore.is-short .template-split-readmore__list::after {
    opacity: 0;
}

.landing-page--oposiciones .oposiciones-split .template-split-readmore__toggle {
    display: none;
    align-self: center;
    min-width: 176px;
    padding: 12px 22px;
    border: 1px solid var(--template-accent);
    border-radius: 999px;
    background: #ffffff;
    color: var(--template-accent);
    font-family: "All Round Gothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.landing-page--oposiciones .oposiciones-split .template-split-readmore__toggle:hover {
    background: var(--template-accent);
    color: #ffffff;
}

.landing-page--oposiciones .oposiciones-split .template-split-readmore.is-ready .template-split-readmore__toggle {
    display: inline-flex;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .landing-page--oposiciones .oposiciones-split .template-split-readmore__list {
        max-height: none !important;
        overflow: visible;
    }

    .landing-page--oposiciones .oposiciones-split .template-split-readmore__list::after {
        display: none;
    }

    .landing-page--oposiciones .oposiciones-split .template-split-readmore__toggle {
        display: none !important;
    }
}

.landing-page--oposiciones .oposiciones-split .template-split-list li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 12px 20px 12px 68px;
    border: 1px solid rgba(23, 32, 51, 0.14);
    border-radius: 14px;
    background: #ffffff;
    color: var(--template-text);
    font-size: 18px;
    line-height: 1.3;
}

.landing-page--oposiciones .oposiciones-split .template-split-list li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background: url("../img/icons/split-check-opos.svg") center center / contain no-repeat;
}

.landing-page--oposiciones .oposiciones-split .template-split-notes {
    margin-top: 12px;
    padding: 0 6px;
}

.landing-page--oposiciones .oposiciones-split .template-split-note {
    margin: 0;
    color: rgba(23, 32, 51, 0.72);
    font-size: 0.9rem;
    line-height: 1.4;
    font-style: italic;
}

.landing-page--oposiciones .oposiciones-split .template-split-note + .template-split-note {
    margin-top: 6px;
}

@media (max-width: 1400px) {
    .landing-page--oposiciones .oposiciones-split .template-split-list li {
        min-height: 42px;
        padding: 6px 20px 6px 68px;
    } 
    .landing-page--oposiciones .oposiciones-split .template-media-card img{
        min-height: unset;
    }
}

.landing-page--curso .template-faq {
    gap: 12px;
    max-width: 980px;
    margin: 0 auto;
}

.landing-page--curso .template-faq__item {
    border-radius: 16px;
    box-shadow: none;
}

.landing-page--curso .template-faq__button {
    padding: 16px 22px;
    font-size: 0.98rem;
    font-weight: 600;
}

.landing-page--curso .template-cta-panel {
    min-height: 176px;
    padding: 30px 36px;
    border-radius: 26px;
    background:
        url("../img/icons/footer-cta-curso.svg") right bottom / 570px auto no-repeat,
        linear-gradient(180deg, #f7f8fb 0%, #f5f7fb 100%);
    box-shadow: none;
}

.landing-page--curso .template-cta-panel::after {
    content: none;
}

.landing-page--curso .template-cta-panel__copy p {
    max-width: 630px;
    margin: 10px 0 40px;
    font-size: 0.94rem;
    line-height: 1.35;
}

.landing-page--curso .template-cta-panel__copy h2 {
    max-width: 920px;
    font-size: clamp(2rem, 3.6vw, 2.8rem);
}

.landing-page--curso .template-cta-panel .template-button {
    min-width: 230px;
    min-height: 60px;
    font-size: 30px;
    font-weight: 400;
    padding: 0 24px;
    color: #fff;
    border-radius: 20px;
    margin: auto 110px auto 0;
}

.landing-page--oposiciones .template-cta-panel .template-button {
    min-width: 200px;
    max-width: 200px;
    min-height: 60px;
    font-size: 22px;
    font-weight: 400;
    padding: 0 24px;
    color: #fff;
    border-radius: 20px;
    margin: auto 110px auto 0;
}

.landing-page--oposiciones .template-cta-panel {
    min-height: 176px;
    padding: 30px 36px;
    border-radius: 26px;
    background:
        url("../img/icons/footer-cta-oposiciones.svg") right bottom / 522px auto no-repeat,
        linear-gradient(180deg, #fff7fa 0%, #fdf3f6 100%);
    box-shadow: none;
}

.landing-page--oposiciones .template-cta-panel::after {
    content: none;
}

@media (max-width: 992px) {
    .landing-page--oposiciones .template-hero-copy h1 {
        display: inline-block;
        max-width: 100%;
        padding: 20px 10px;
        border: 1px solid rgba(255, 255, 255, 0.38);
        border-radius: 24px; 
        box-shadow: 2px 0px 24px rgba(15, 23, 42, 0.0);
        backdrop-filter: blur(12px) saturate(100%);
        -webkit-backdrop-filter: blur(12px) saturate(100%);
        margin: 30px auto 0;
        text-align: center;
    }

    .landing-page--oposiciones .template-hero-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .landing-page--oposiciones .template-cta-panel__copy {
        text-wrap: balance;
        text-align: center;
        margin: auto;
    }

    .landing-page--oposiciones .template-hero-copy h1 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .landing-page--oposiciones .template-form {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 56px;
    }

    .landing-page--oposiciones .template-cta-panel {
        justify-content: center;
        text-align: center;
    }

    .landing-page--oposiciones .template-cta-panel__copy {
        text-align: center;
    }

    .landing-page--oposiciones .template-cta-panel__copy p,
    .landing-page--oposiciones .template-cta-panel__copy h2 {
        margin-left: auto;
        margin-right: auto;
    }

    .landing-page--oposiciones .template-cta-panel .template-button {
        margin: 0 auto;
    }
}

.landing-page--curso .slick-prev,
.landing-page--curso .slick-next {
    width: 44px;
    height: 44px;
}

.landing-page--curso .slick-prev {
    left: -48px;
}

.landing-page--curso .slick-next {
    right: -48px;
}

.landing-page--curso .slick-prev:before,
.landing-page--curso .slick-next:before {
    content: "";
}

.slick-dots {
    position: relative;
    bottom: -34px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0;
    display: flex;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    border: none;
    font-size: 0;
    border-radius: 50%;
    background: #d9d9d9;
}

.slick-dots li.slick-active button {
    background: #0084ff;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    z-index: 2;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-indent: -9999px;
    background: transparent url("../img/icons/slider-arrow.svg") center / 21px 39px no-repeat;
}

.slick-prev:before,
.slick-next:before {
    content: "";
}

.slick-prev {
    left: -22px;
    transform: translateY(-50%);
}

.slick-next {
    right: -22px;
    transform: translateY(-50%) rotate(180deg);
}

body.template-thanks-page {
    background: #ffffff;
}

.template-thanks {
    padding: 0 0 48px;
    overflow: hidden;
}

.template-thanks-hero {
    position: relative;
    padding-top: 18px;
    aspect-ratio: 1440/920;
    background: #ffffff url("../img/ty_page_header.png") center bottom / cover no-repeat;
}

.template-thanks-nav {
    display: flex;
    align-items: center;
    padding-bottom: 26px;
}

.template-thanks-nav__brand {
    display: inline-flex;
    align-items: center;
}

.template-thanks-nav__brand-image {
    display: block;
    width: 159px;
    max-width: 100%;
}

.template-thanks-hero__panel {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 760px;
}

.template-thanks-copy {
    max-width: 560px;
    padding: 48px 0 132px;
}

.template-thanks-copy h1 {
    margin: 0 0 28px;
    color: var(--template-accent);
    font-size: 55px;
    line-height: 0.94;
    letter-spacing: -0.06em;
}

.template-thanks-copy__lead {
    margin: 0 0 24px;
    color: var(--template-text);
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.22;
}

.template-thanks-copy__body {
    max-width: 670px;
    margin: 0;
    color: var(--template-text);
    font-size: 1.05rem;
    line-height: 1.42;
}

.template-thanks-copy__body strong {
    display: block;
    margin-bottom: 4px;
    font-size: 1.06em;
}

.template-thanks-callout {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 500px;
    margin-top: 56px;
    padding: 18px 22px;
    border-radius: 24px;
    background: rgba(23, 131, 247, 0.18);
}

.template-thanks-callout__icon {
    position: relative;
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #ffffff;
}

.template-thanks-callout__icon::before {
    content: "";
    position: absolute;
    inset: 50%;
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%);
    background-color: var(--template-accent);
    -webkit-mask: url("../img/particular/phone-part.svg") center / contain no-repeat;
    mask: url("../img/particular/phone-part.svg") center / contain no-repeat;
}

.template-thanks-callout p {
    margin: 0;
    color: var(--template-text);
    font-size: 1rem;
    line-height: 1.26;
}

.template-thanks-reviews {
    padding: 0 0 36px;
}

.template-thanks-reviews__intro h2 {
    margin: 0;
    color: var(--template-accent);
    font-size: 50px;
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.template-thanks-reviews__slider {
    padding-bottom: 54px;
}

.template-thanks-reviews__slider .slick-track {
    display: flex;
}

.template-thanks-reviews__slider .slick-slide {
    height: auto;
}

.template-thanks-review {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    min-height: 100%;
    padding: 26px 28px;
    border-radius: 28px;
    background: #f7f8fb;
    box-shadow: none;
}

.template-thanks-review__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--template-accent);
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(23, 32, 51, 0.08);
}

.template-thanks-review__avatar--photo {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
    font-size: 0;
}

.template-thanks-review__body {
    display: grid;
    gap: 14px;
}

.template-thanks-review__body p {
    margin: 0;
    color: var(--template-text);
    font-size: 0.98rem;
    line-height: 1.35;
}

.template-thanks-review__body strong {
    color: var(--template-accent);
    font-size: 1.05rem;
    line-height: 1;
}

.template-thanks-review__stars {
    color: #ffbf1c;
    letter-spacing: 0.15em;
    font-size: 0.82rem;
}

.template-thanks-review__quote {
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: var(--template-accent);
    font-size: 6rem;
    line-height: 1;
}
.template-section--faq .template-section__heading h2{
    max-width: 800px;
    margin-inline: auto;
}
.template-thanks-brand {
    padding-top: 45px;
}

.template-thanks-brand__inner {
    display: flex;
    justify-content: center;
}

.template-thanks-brand__inner img {
    display: block;
    max-width: 180px;
    width: 100%;
}

.template-thanks .slick-dots {
    bottom: -18px;
}

body.template-particular-page {
    background: #ffffff;
}

.template-particular {
    padding: 0 0 48px;
    overflow: hidden;
}

.template-particular-hero {
    position: relative;
    padding-top: 18px;
    min-height: 790px;
    background: #ffffff url("../img/particular/particular_header_bg.png") center bottom / cover no-repeat;
}

.template-particular-hero .container {
    max-width: 1288px;
}

.template-particular-hero__panel {
    position: relative;
    z-index: 1;
    min-height: 760px;
}

.template-particular-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(430px, 1.08fr);
    grid-template-areas:
        "copy options"
        "callout options";
    gap: 24px 34px;
    align-items: end;
}

.template-particular-copy {
    grid-area: copy;
    max-width: 430px;
    padding-top: 42px;
}

.template-particular-copy h1 {
    margin: 0 0 28px;
    color: var(--template-accent);
    font-size: 50px;
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.template-particular-copy p {
    margin: 0 0 30px;
    color: var(--template-text);
    max-width: 430px;
    font-size: 25px;
    line-height: 1.16;
}

.template-particular-options {
    grid-area: options;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
    max-width: 520px;
    justify-self: end;
    align-self: center;
}

.template-particular-option {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 250px;
    padding: 28px 22px 28px;
    border-radius: 30px;
    background: var(--template-accent);
    box-shadow: 0 20px 42px rgba(15, 109, 219, 0.18);
}

body.template-theme--oposiciones .template-particular-option {
    box-shadow: 0 20px 42px rgba(196, 15, 74, 0.18);
}

.template-particular-option__icon {
    position: relative;
    display: block;
    width: 72px;
    height: 72px;
}

.template-particular-option__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.template-particular-option--art .template-particular-option__icon::before {
    background-image: url("../img/particular/arte.svg");
}

.template-particular-option--animal .template-particular-option__icon::before {
    background-image: url("../img/particular/animal.svg");
}

.template-particular-option--education .template-particular-option__icon::before {
    background-image: url("../img/particular/educacion.svg");
}

.template-particular-option--multimedia .template-particular-option__icon::before {
    background-image: url("../img/particular/multimedia.svg");
}

.template-particular-option h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.template-particular-option__button {
    width: min(100%, 164px);
    margin: auto auto 0;
    background: #ffffff;
    color: var(--template-accent);
    min-height: 52px;
    border-radius: 15px;
    padding-inline: 22px;
    font-size: 22px;
}

a.template-particular-option__button {
    color: var(--template-accent) !important;
}

.template-particular-callout {
    grid-area: callout;
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 574px;
    margin-top: -14px;
    padding: 20px 24px;
    border-radius: 24px;
    background: rgba(23, 131, 247, 0.18);
}

body.template-theme--oposiciones .template-thanks-callout,
body.template-theme--oposiciones .template-particular-callout {
    background: #E7F3FF;
}

.template-particular-callout strong {
    display: block;
    margin-bottom: 4px;
    color: var(--template-text);
    font-size: 1rem;
}

.template-particular-callout p {
    margin: 0;
    color: var(--template-text);
    font-size: 1rem;
    line-height: 1.28;
}

@media (max-width: 1199px) {
    .template-thanks-hero {
        min-height: 680px;
        background-position: 62% bottom;
    }

    .template-particular-hero {
        min-height: 720px;
        background-position: 58% bottom;
    }
}

@media (max-width: 1199px) {
    .template-nav {
        grid-template-columns: 1fr auto;
    }

    .template-hero-card__timer:not(.template-nav__timer) {
        position: static;
        margin: 0 0 18px auto;
    }

    .template-hero-copy {
        padding-top: 12px;
    }
}

@media (max-width: 991px) {
    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .opos-card__panel {
        padding: 36px 24px;
    }

    .opos-card__intro {
        max-width: none;
        text-align: center;
    }

    .landing-page--oposiciones .template-hero-copy__eyebrow {
        display: flex;
        justify-content: center;
        max-width: 450px;
        margin-inline: auto;
    }

    .landing-page {
        padding-top: 0;
    }

    .template-hero-backdrop {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 16%, rgba(255, 255, 255, 0.55) 38%, rgba(255, 255, 255, 0) 68%),
            var(--template-hero-image-mobile) center center / cover no-repeat;
    }

    .template-hero-card {
        padding: 26px 20px 34px;
    }

    .template-hero-card__wave {
        bottom: -58px;
        height: 118px;
    }

    .template-form {
        margin-top: 0;
    }

    .template-cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing-page--oposiciones .template-cta-panel {
        align-items: center;
        text-align: center;
    }

    .landing-page--oposiciones .template-cta-panel__copy {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .landing-page--oposiciones .template-cta-panel__copy p,
    .landing-page--oposiciones .template-cta-panel__copy h2 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .landing-page--oposiciones .template-cta-panel .template-button {
        margin-left: auto;
        margin-right: auto;
    }

    .landing-page--curso .template-hero-card {
        padding: 20px 20px 0;
    }

    .landing-page--curso .template-hero-copy {
        padding: 16px 0 84px;
    }

    .landing-page--curso .template-form {
        width: 100%;
        margin: 0 0 56px;
    }

    .landing-page--curso .template-section--slider:not(.partner_slider) .template-slider__slide {
        min-height: 136px;
        padding: 18px 18px 18px 16px;
    }

    .landing-page--curso .template-section--slider:not(.partner_slider) .template-slider__image-wrap {
        width: 74px;
        height: 74px;
        flex-basis: 74px;
        padding: 13px;
    }

    .landing-page--curso .template-media-card {
        max-width: 760px;
        margin: 0 auto;
    }

    .template-thanks {
        padding-bottom: 40px;
    }

    .template-thanks-hero {
        padding-top: 10px;
    }

    .template-thanks-nav {
        justify-content: center;
        padding-bottom: 16px;
    }

    .template-thanks-copy {
        max-width: none;
        padding: 18px 0 36px;
        text-align: center;
    }

    .template-thanks-copy__body,
    .template-thanks-callout {
        margin-left: auto;
        margin-right: auto;
    }

    .template-thanks-callout {
        margin-top: 34px;
    }

    .template-thanks-hero {
        min-height: 620px;
        background-position: 68% bottom;
    }

    .template-thanks-reviews {
        padding-top: 136px;
    }

    .template-thanks-reviews__intro {
        text-align: center;
    }

    .template-particular-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas:
            "copy copy"
            "options options"
            "callout callout";
    }

    .template-particular-copy {
        max-width: 620px;
        margin: 0 auto;
        padding-top: 18px;
        text-align: center;
    }

    .template-particular-options {
        align-self: stretch;
        justify-self: center;
    }

    .template-particular-option {
        min-height: 214px;
        padding: 24px 20px 20px;
        border-radius: 28px;
    }

    .template-particular-callout {
        max-width: none;
        margin-top: 0;
    }
}

@media (max-width: 450px) {
    .landing-page--oposiciones .template-hero-copy__eyebrow {
        max-width: 300px;
    }

    .landing-page--oposiciones .template-hero-card__timer {
        display: none;
    }

    .landing-page--oposiciones .template-hero-copy h1 {
        font-size: 28px;
    }
}

@media (max-width: 550px) {
    .landing-page--oposiciones .template-hero-copy h1 {
        font-size: 30px;
    }
    .template-section__heading h2{
        text-align: center;
    }
    .template-section--faq .template-section__heading h2{
        font-size: 32px;
    }
}

@media (max-width: 767px) {

    .landing-page--oposiciones .slick-prev,
    .landing-page--oposiciones .slick-next {
        display: none !important;
    }

    .template-hero-backdrop {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 16%, rgba(255, 255, 255, 0.55) 38%, rgba(255, 255, 255, 0) 68%),
            var(--template-hero-image-mobile) center center / cover no-repeat;
    }

    .landing-page--oposiciones .template-hero-copy h1 {
        text-align: center;
        font-size: 32px;
        line-height: 1.02;
    }

    .template-nav {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-bottom: 16px;
    }

    .template-nav__actions,
    .template-nav__center,
    .template-nav__meta {
        justify-content: center;
    }

    .template-nav__meta {
        width: 100%;
        flex-wrap: wrap;
    }

    .template-nav__dropdown-menu {
        min-width: min(88vw, 320px);
    }

    .template-hero-card__timer {
        min-width: 146px;
        min-height: 80px;
        padding: 10px 16px;
    }

    .template-hero-card__timer strong {
        font-size: 2rem;
    }

    .template-hero-copy h1,
    .template-section__heading h2,
    .template-cta-panel__copy h2 {
        line-height: 1.02;
    }

    .template-hero-copy__actions,
    .template-section__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .template-button {
        width: 100%;
    }

    .template-content-panel,
    .template-form,
    .template-cta-panel,
    .template-review {
        padding-left: 20px;
        padding-right: 20px;
    }

    .landing-page--curso .template-nav {
        padding-bottom: 12px;
    }

    .landing-page--oposiciones .template-hero-card__timer {
        margin-bottom: 14px;
    }

    .landing-page--oposiciones .template-hero-copy__eyebrow {
        min-height: 38px;
        padding: 0 16px;
        font-size: 0.88rem;
    }

    .landing-page--oposiciones .template-hero-copy h1 {
        font-size: 32px;
    }

    .landing-page--oposiciones .template-hero-copy {
        padding-bottom: 130px;
    }

    .landing-page--curso .template-section--slider:not(.partner_slider) .template-slider__slide {
        gap: 14px;
    }

    .landing-page--curso .template-section--slider:not(.partner_slider) .template-slider__content h3 {
        font-size: 1.18rem;
    }

    .landing-page--curso .template-split-list li {
        padding: 14px 16px 14px 46px;
        font-size: 0.95rem;
    }

    .landing-page--curso .template-split-list li::before {
        left: 16px;
    }

    .landing-page--curso .template-cta-panel {
        padding: 26px 22px;
    }

    .template-thanks-nav__brand-image {
        width: 144px;
    }

    .template-thanks-copy h1 {
        margin-bottom: 18px;
        font-size: 2.6rem;
    }

    .template-thanks-copy__lead {
        margin-bottom: 18px;
        font-size: 1.28rem;
    }

    .template-thanks-copy__body {
        font-size: 0.98rem;
    }

    .template-thanks-callout {
        flex-direction: column;
        text-align: center;
        padding: 18px;
    }

    .template-thanks-hero {
        min-height: 540px;
        background-position: 72% bottom;
    }

    .template-thanks-reviews {
        padding-top: 112px;
    }

    .template-thanks-review {
        padding: 22px 22px 66px;
    }

    .template-thanks-review__quote {
        right: 16px;
        bottom: 6px;
        font-size: 5rem;
    }

    .template-particular {
        padding-bottom: 40px;
    }

    .template-particular-hero {
        padding-top: 10px;
    }

    .template-particular-hero__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "options"
            "callout";
        gap: 18px;
    }

    .template-particular-hero {
        min-height: 620px;
        background-position: 64% bottom;
    }

    .template-particular-copy h1 {
        margin-bottom: 18px;
        font-size: 2.58rem;
    }

    .template-particular-copy p {
        font-size: 1.18rem;
    }

    .template-particular-options {
        grid-template-columns: 1fr;
    }

    .template-particular-option {
        min-height: 188px;
    }

    .template-particular-option h2 {
        font-size: 1.46rem;
    }

    .template-particular-callout {
        flex-direction: column;
        text-align: center;
        padding: 18px;
    }
}
@media(max-width: 540px){
    body.template-theme--oposiciones .template-nav__timer.template-hero-card__timer{
        display: none !important;
    }
}
