/* ================================================
   MUJER EXPORTA -- mexp.css
   ================================================ */

.mexp-sub-banner {
    color: #454545;
    text-align: justify;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mexp-banner-container-derecho {
    border-radius: 0px 57px 0px 0px;
    background: #FAFAFA;
    min-height: 300px;
}

.mexp-banner-container-izquierdo {
    border-radius: 57px 0px 0px 0px;
    position: relative;
    min-height: 300px;
}

.mexp-img-banner {
    position: absolute;
    min-height: 300px;
    height: 340px;
    width: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mexp-row-banner {
    padding-top: 90px;
}

.mexp-borde-banner {
    background-image: url(https://www.prochile.gob.cl/images/default-source/mujer-exporta/fondo_cubos_mujer.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 0px 57px 57px;
    height: 40px;
}




h1.mexp-title {
    color: #EA0029;
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
}

p.mexp-subtitle {
    color: #000;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
}

p.mexp-paragraph {
    color: #636363;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 1rem;
}



.req-section {
    padding: 60px 0 40px;
    background: #fff;
    overflow: hidden;
}


.req-photo-col {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.req-photo {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}


.req-content-col {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.req-heading {
    color: #EA0029;
    font-family: "PT Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
}

.req-intro {
    color: #636363;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 500px;
}

.req-label {
    color: #1a1a1a;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}


.req-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.req-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
}

.req-number {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #F8688A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.req-text {
    color: #07003B;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}


.req-prochile {
    color: #1a1a1a;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 16px;
}


.btn-preadmisibilidad {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    border: 2px solid #EA0029;
    border-radius: 30px;
    padding: 10px 24px;
    color: #EA0029;
    font-family: "PT Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
    transition: background 0.25s ease, color 0.25s ease;
    cursor: pointer;
}

.btn-preadmisibilidad:hover {
    background: #EA0029;
    color: #fff;
}

.btn-preadmisibilidad svg {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.btn-preadmisibilidad:hover svg {
    transform: translateX(4px);
}




.estudios-section {
    padding: 60px 0 70px;
    background: #fff;
}


.estudios-heading {
    color: #EA0029;
    font-family: "PT Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 18px;
}


.estudios-intro {
    color: #636363;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 40px;
}


.estudios-card {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.estudios-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
    transform: translateY(-4px);
}


.estudios-card-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center top;
    display: block;
}


.estudios-card-body {
    padding: 22px 22px 26px;
}


.estudios-card-title {
    color: #EA0029;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
}


.estudios-card-subtitle {
    color: #444444;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.estudios-card-subtitle strong {
    font-weight: 700;
    color: #1a1a1a;
}


.btn-leer-mas {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #EA0029;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 30px;
    border: 2px solid #EA0029;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn-leer-mas:hover {
    background: transparent;
    color: #EA0029;
}

.btn-leer-mas svg {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.btn-leer-mas:hover svg {
    transform: translateX(4px);
}


/* ================================================
   MEDIA QUERIES
   ================================================ */

@media (max-width: 991.98px) {
    .mexp-banner-container-izquierdo {
        border-radius: 57px 57px 0px 0px;
    }

    .mexp-banner-container-derecho {
        border-radius: 0px;
        min-height: initial;
    }
}


@media (max-width: 767px) {
    .req-photo-col {
        min-height: 300px;
        margin-bottom: 30px;
    }

    .req-photo {
        max-width: 260px;
    }

    .req-content-col {
        padding-left: 15px;
    }

    .estudios-heading {
        font-size: 22px;
    }

    .estudios-card-img {
        height: 200px;
    }
}

@media (max-width: 575.98px) {
    .mexp-img-banner {
        position: relative;
        width: 100%;
        height: auto;
        min-height: auto;
        bottom: auto;
        left: auto;
        transform: none;
        display: block;
    }

    .mexp-banner-container-izquierdo {
        min-height: auto;
    }

    .mexp-row-banner {
        padding-top: 25px;
    }
}


/* ================================================
   VIDEOS DISTINGUIDAS
   ================================================ */

.vid-section,
.test-section {
    padding: 50px 0 40px;
}

.test-section {
    padding-top: 20px;
    padding-bottom: 60px;
}

.vid-section-title {
    color: #132433;
    font-family: "PT Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 24px;
}

/* Shared: dot + label */
.vid-dot-label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
}

.vid-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EA0029;
    display: inline-block;
}

/* Shared: play button */
.vid-play-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.vid-play-btn:hover {
    background: #EA0029;
    border-color: #EA0029;
    transform: scale(1.08);
}

.vid-play-btn-sm {
    width: 30px;
    height: 30px;
}

/* ---- Featured video card (left) ---- */

.vid-featured-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 300px;
}

.vid-featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vid-featured-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}

.vid-featured-title {
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.vid-featured-desc {
    color: rgba(255, 255, 255, 0.8);
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 400px;
}

.vid-featured-card .vid-play-btn {
    position: absolute;
    bottom: 24px;
    right: 24px;
}

/* ---- Carousel arrows ---- */

.vid-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 0%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    transition: background 0.2s ease;
}
span.vid-arrow.vid-arrow-next,span.vid-arrow.vid-arrow-prev {
    padding-bottom: 4px;
}

.vid-arrow:hover {
    background: rgba(255, 255, 255, 0.4);
}

/* ---- Side cards (right column) ---- */

.vid-side-card {
    display: flex;
    gap: 16px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 0px 14px 14px 14px;
    flex: 1;
}

.vid-side-thumb-wrap {
    flex-shrink: 0;
    width: 120px;
    height: 110px;
    border-radius: 8px;
    overflow: hidden;
    background: #d0d0d0;
}

.vid-side-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vid-side-body {
    display: flex;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    min-width: 0;
}

.vid-side-body .vid-dot-label {
    color: #555;
    font-size: 12px;
}

.vid-side-title {
    color: #EA0029;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.3;
}

.vid-side-desc {
    color: #555;
    font-family: "PT Sans", sans-serif;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.vid-side-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vid-side-footer .vid-play-btn {
    border-color: #EA0029;
    color: #EA0029;
    background: transparent;
}

.vid-side-footer .vid-play-btn:hover {
    background: #EA0029;
    color: #fff;
}

.vid-side-tag {
    font-family: "PT Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #1a1a1a;
    background: #e8e8e8;
    padding: 4px 10px;
    border-radius: 4px;
}

/* ---- Ver mas link ---- */

.vid-ver-mas {
    color: #999;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
}

.vid-ver-mas:hover {
    color: #EA0029;
}
.carousel-control-next, .carousel-control-prev {
    width: 7%;
}

/* ================================================
   TESTIMONIOS
   ================================================ */

.test-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 340px;
}

.test-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.test-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 24px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.test-card-info {
    flex: 1;
}

.test-card-title {
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.test-card-subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    margin-bottom: 0;
}


/* ================================================
   MEDIA QUERIES -- Videos & Testimonios
   ================================================ */

@media (max-width: 991.98px) {
    .vid-featured-card {
        height: 280px;
    }

    .test-card {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .vid-featured-card {
        height: 260px;
    }

    .vid-side-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .vid-side-thumb-wrap {
        width: 100%;
        height: 140px;
    }

    .vid-side-footer {
        justify-content: center;
    }

    .test-card {
        height: 260px;
    }
     #carouselTestimonios {
        position: relative;
        padding-bottom: 60px; /* espacio para los botones */
    }

    #carouselTestimonios .carousel-control-prev,
    #carouselTestimonios .carousel-control-next {
        top: auto;
        bottom: 0;
        width: 40px;
        height: 40px;
        opacity: 1;
    }

    #carouselTestimonios .carousel-control-next {
        right: 0;
        left: auto;
    }

    #carouselTestimonios .carousel-control-prev {
        right: 50px;
        left: auto;
    }

    #carouselTestimonios .vid-arrow {
        width: 40px;
        height: 40px;
        background: #EA0029;
        border-radius: 50%;
        font-size: 24px;
    }
}