.bg-orange {
    background-color: #ff6900;
    text-align: right;
    font-size: 13px;
    color: #fff;
}

.bg-orange a {
    margin-left: 10px;
}

.bg-orange a:hover {
    color: #333;
}

.orange-text {
    color: #ff6900;
}

.partnership-logos {
    display: flex;
    background-color: white;
}

.partnership-logos img {
    padding: 10px;
    max-height: 110px;
}

.edu-brand-area {
    padding: 20px 0 0;
}

img.footer-payment-logo {
    width: 55px;
}

label.error {
    color: red;
}

.redsys_btn {
    border-radius: 28px;
    background-color: #10b0f1;
    display: inline-block;
    text-align: center;
    height: 55px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: none;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

input.qty {
    border: 1px solid #ccc;
    height: 41px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 50px;
    background-color: white;
}

.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30% !important;
}

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

    .w-30,
    .w-40 {
        width: 100% !important;
        margin-top: 30px;
    }
}

.blog-main-content {
    /* Comportamiento base móvil */
}

.blog-main-content .article-image img {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .blog-main-content .article-image {
        float: right;
        width: 50%;
        margin-left: 20px;
        margin-bottom: 0;
    }


}

.instagram-icon {
    width: 17px;
    height: 17px;
    border-radius: 3px;
    background: transparent;
    border: 2px solid #ff6900;
    /* marco cuadrado */
    position: relative;
    box-sizing: border-box;
    margin-top: 5px;
}

/* círculo central (objetivo cámara) */
.instagram-icon::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border: 1.5px solid #ff6900;
    border-radius: 50%;
    box-sizing: border-box;
}

/* punto superior izquierdo (flash) */
.instagram-icon::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 10px;
    width: 2px;
    height: 2px;
    background: #ff6900;
    border-radius: 50%;
}

.article-text img {
    display: block;
    margin: 0 auto;
}

.read-more-btn {
    text-wrap-mode: nowrap;
}

.page-title h1.title {
    font-size: 37px;
}

.content-blog-top h1.title {
    font-size: 32px;
}

/* ===========================
   OW Slider — reemplaza Revolution Slider
   =========================== */

.ow-slider {
    position: relative;
    width: 100%;
    height: 670px;
    overflow: hidden;
    background: #1a1a1a;
}

/* ── Slides ── */
.ow-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.ow-slide.is-active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
}

.ow-slide__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.ow-slide__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* ── Content layers ── */
.ow-slide__container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1140px;
    padding: 0 15px;
    z-index: 2;
    display: flex;
    align-items: center;
}

.ow-slide__content {
    max-width: 700px;
}

.ow-slide__title {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(-25px);
}

.ow-slide__text {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 28px;
    opacity: 0;
    transform: translateY(-25px);
}

.ow-slide__btn {
    opacity: 0;
    transform: translateY(-25px);
}

/* Capas animan durante slide-enter (forward y backward) */
.ow-slide.slide-enter .ow-slide__title,
.ow-slide.slide-enter-back .ow-slide__title {
    animation: ow-layer-in 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s forwards;
}

.ow-slide.slide-enter .ow-slide__text,
.ow-slide.slide-enter-back .ow-slide__text {
    animation: ow-layer-in 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s forwards;
}

.ow-slide.slide-enter .ow-slide__btn,
.ow-slide.slide-enter-back .ow-slide__btn {
    animation: ow-layer-in 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s forwards;
}

/* Animación inicial del primer slide al cargar */
.ow-slide.is-first-load .ow-slide__title {
    animation: ow-layer-in 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s both;
}

.ow-slide.is-first-load .ow-slide__text {
    animation: ow-layer-in 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s both;
}

.ow-slide.is-first-load .ow-slide__btn {
    animation: ow-layer-in 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s both;
}

/* Capas visibles en estado de reposo */
.ow-slide.is-active .ow-slide__title,
.ow-slide.is-active .ow-slide__text,
.ow-slide.is-active .ow-slide__btn {
    opacity: 1;
    transform: none;
}

@keyframes ow-layer-in {
    from {
        opacity: 0;
        transform: translateY(-25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Transiciones horizontales ── */
.ow-slide.slide-enter {
    animation: ow-slide-in-fwd 0.85s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    z-index: 3;
    pointer-events: auto;
}

.ow-slide.slide-exit {
    animation: ow-slide-out-fwd 0.85s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    z-index: 2;
}

.ow-slide.slide-enter-back {
    animation: ow-slide-in-back 0.85s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    z-index: 3;
    pointer-events: auto;
}

.ow-slide.slide-exit-back {
    animation: ow-slide-out-back 0.85s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    z-index: 2;
}

@keyframes ow-slide-in-fwd {
    from {
        transform: translateX(100%);
        opacity: 1;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes ow-slide-out-fwd {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(-80px);
        opacity: 0;
    }
}

@keyframes ow-slide-in-back {
    from {
        transform: translateX(-100%);
        opacity: 1;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes ow-slide-out-back {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(80px);
        opacity: 0;
    }
}

/* ── Flechas ── */
.ow-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.28);
    border: none;
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s;
    outline: none;
}

.ow-slider__arrow:hover,
.ow-slider__arrow:focus-visible {
    background: rgba(0, 0, 0, 0.55);
}

.ow-slider__arrow--prev {
    left: 0;
}

.ow-slider__arrow--next {
    right: 0;
}

/* ── Dots ── */
.ow-slider__dots {
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 10;
}

.ow-slider__dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: background 0.25s, border-color 0.25s;
}

.ow-slider__dot.is-active {
    background: #fff;
    border-color: #fff;
}

/* ── Barra de progreso ── */
.ow-slider__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 0;
    background: rgba(255, 255, 255, 0.45);
    z-index: 10;
}

.ow-slider__progress.is-running {
    animation: ow-progress 7s linear forwards;
}

@keyframes ow-progress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* ── Responsive ── */
@media (max-width: 1240px) {
    .ow-slider {
        height: 460px;
    }
}

@media (max-width: 1024px) {
    .ow-slider {
        height: 440px;
    }

    .ow-slide__container {
        padding: 0 30px;
    }

    .ow-slide__title {
        font-size: 28px;
        line-height: 1.2;
    }

    .ow-slide__text {
        font-size: 15px;
    }
}

@media (max-width: 778px) {
    .ow-slider {
        height: 440px;
    }

    .ow-slide__container {
        padding: 0 25px;
    }

    .ow-slide__title {
        font-size: 22px;
    }

    .ow-slide__text {
        font-size: 13px;
    }
}

@media (max-width: 650px) {

    .ow-slide__title,
    .ow-slide__text,
    .ow-slide__btn {
        display: none;
    }
}

@media (max-width: 480px) {
    .ow-slider {
        height: 420px;
    }

    .ow-slider__dots {
        display: none;
    }
}