@charset "utf-8";
/* CSS Document */
/* =========================================================
   SECCIÓN OPORTUNIDADES LABORALES
========================================================= */

.ac-hom-lab-section {
    padding: 90px 0;
}


/* =========================================================
   HEADER
========================================================= */

.ac-hom-lab-header {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}


.ac-hom-lab-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;

    color: #c76a32;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}


.ac-hom-lab-subtitle-line {
    width: 20px;
    height: 2px;

    background: #c76a32;
}


.ac-hom-lab-title {
    margin: 0 0 15px;

    color: #30343a;

    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}


.ac-hom-lab-description {
    max-width: 760px;
    margin: 0 auto;

    color: #5f646b;

    font-size: 18px;
    line-height: 1.7;
}


/* =========================================================
   CONTENIDO PRINCIPAL
========================================================= */

.ac-hom-lab-content {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 35px;

    align-items: stretch;
}


/* =========================================================
   COLUMNA IZQUIERDA
========================================================= */

.ac-hom-lab-left {
    display: flex;
    flex-direction: column;
    gap: 25px;

    padding: 40px;

    background: rgba(255, 255, 255, 0.75);

    border: 1px solid #e6e7e9;
    border-radius: 20px;

    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
}


/* =========================================================
   BENEFICIOS
========================================================= */

.ac-hom-lab-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.ac-hom-lab-benefit {
    text-align: center;
}


.ac-hom-lab-benefit-icon {
    margin-bottom: 16px;

    color: #d56b2b;

    font-size: 42px;
}


.ac-hom-lab-benefit-title {
    margin: 0;

    color: #3b3e43;

    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
}


.ac-hom-lab-benefit-line {
    display: block;

    width: 35px;
    height: 2px;

    margin: 15px auto;

    background: #d56b2b;
}


.ac-hom-lab-benefit-text {
    margin: 0;

    color: #686d74;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   ÁREAS
========================================================= */

.ac-hom-lab-areas {
    padding: 28px 30px;

    background: #f7f8f9;

    border: 1px solid #eceef0;
    border-radius: 14px;
}


.ac-hom-lab-areas-title {
    margin: 0 0 22px;

    color: #3b3e43;

    font-size: 17px;
    font-weight: 800;
}


.ac-hom-lab-areas-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 30px;
}


.ac-hom-lab-area {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #5f646b;

    font-size: 15px;
}


.ac-hom-lab-area i {
    color: #d56b2b;
    font-size: 18px;
}


/* =========================================================
   CTA
========================================================= */

.ac-hom-lab-cta {
    display: flex;
    align-items: center;
    gap: 20px;

    padding: 25px 28px;

    background: #ffffff;

    border: 1px solid #e5e6e8;
    border-radius: 14px;
}


.ac-hom-lab-cta-icon {
    flex-shrink: 0;

    color: #d56b2b;

    font-size: 52px;
}


.ac-hom-lab-cta-content {
    flex: 1;
}


.ac-hom-lab-cta-title {
    margin: 0 0 8px;

    color: #34383e;

    font-size: 18px;
    font-weight: 800;
}


.ac-hom-lab-cta-text {
    margin: 0;

    color: #686d74;

    font-size: 14px;
    line-height: 1.6;
}


.ac-hom-lab-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    flex-shrink: 0;

    min-height: 52px;
    padding: 0 25px;

    background: #e85d16;

    border-radius: 8px;

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none;
    letter-spacing: 0.5px;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.ac-hom-lab-button i {
    font-size: 18px;
}


.ac-hom-lab-button:hover {
    background: #c94d0d;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(232, 93, 22, 0.25);
}


/* =========================================================
   COLUMNA DERECHA
========================================================= */

.ac-hom-lab-right {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 100%;

    overflow: hidden;

    background: #22282e;

    border-radius: 20px;
}


/* =========================================================
   IMAGEN
========================================================= */

.ac-hom-lab-image {
    flex: 1;

    min-height: 430px;
}


.ac-hom-lab-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* =========================================================
   PANEL DESTACADO
========================================================= */

.ac-hom-lab-highlight {
    position: relative;

    margin: -25px 20px 20px;
    padding: 28px;

    background: #242b32;

    border-radius: 15px;

    color: #ffffff;
}


.ac-hom-lab-highlight-top {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}


.ac-hom-lab-highlight-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #d95b14;

    border-radius: 50%;

    color: #ffffff;

    font-size: 25px;
}


.ac-hom-lab-highlight-title {
    margin: 0 0 10px;

    font-size: 20px;
    font-weight: 800;
}


.ac-hom-lab-highlight-text {
    margin: 0;

    color: #d3d5d7;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   ESTADÍSTICAS
========================================================= */

.ac-hom-lab-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    margin-top: 25px;
    padding-top: 22px;

    border-top: 1px solid rgba(255, 255, 255, 0.15);
}


.ac-hom-lab-stat {
    padding: 0 15px;

    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, 0.2);
}


.ac-hom-lab-stat:last-child {
    border-right: none;
}


.ac-hom-lab-stat strong {
    display: block;

    margin-bottom: 8px;

    color: #f06a24;

    font-size: 30px;
    font-weight: 800;
}


.ac-hom-lab-stat span {
    color: #c9cccf;

    font-size: 9px;
    font-weight: 700;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 1199px) {

    .ac-hom-lab-content {
        grid-template-columns: 1fr;
    }


    .ac-hom-lab-right {
        min-height: 600px;
    }


    .ac-hom-lab-image {
        min-height: 500px;
    }

}


/* =========================================================
   RESPONSIVE - TABLET PEQUEÑA
========================================================= */

@media (max-width: 991px) {

    .ac-hom-lab-section {
        padding: 70px 0;
    }


    .ac-hom-lab-title {
        font-size: 35px;
    }


    .ac-hom-lab-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 20px;
    }

}


/* =========================================================
   RESPONSIVE - MÓVIL
========================================================= */

@media (max-width: 767px) {

    .ac-hom-lab-section {
        padding: 55px 0;
    }


    .ac-hom-lab-header {
        margin-bottom: 35px;
    }


    .ac-hom-lab-title {
        font-size: 28px;
    }


    .ac-hom-lab-description {
        font-size: 15px;
    }


    .ac-hom-lab-left {
        padding: 30px 20px;
    }


    .ac-hom-lab-benefits {
        grid-template-columns: 1fr;
    }


    .ac-hom-lab-benefit {
        padding-bottom: 20px;

        border-bottom: 1px solid #eceef0;
    }


    .ac-hom-lab-benefit:last-child {
        border-bottom: none;
    }


    .ac-hom-lab-areas {
        padding: 25px 20px;
    }


    .ac-hom-lab-areas-grid {
        grid-template-columns: 1fr;
    }


    .ac-hom-lab-cta {
        flex-direction: column;
        align-items: flex-start;
    }


    .ac-hom-lab-button {
        width: 100%;
    }


    .ac-hom-lab-right {
        min-height: auto;
    }


    .ac-hom-lab-image {
        min-height: 400px;
    }


    .ac-hom-lab-highlight {
        margin: -20px 12px 12px;
        padding: 22px;
    }

}


/* =========================================================
   RESPONSIVE - MÓVIL PEQUEÑO
========================================================= */

@media (max-width: 480px) {

    .ac-hom-lab-title {
        font-size: 24px;
    }


    .ac-hom-lab-subtitle {
        font-size: 9px;
        letter-spacing: 2px;
    }


    .ac-hom-lab-image {
        min-height: 330px;
    }


    .ac-hom-lab-highlight-top {
        flex-direction: column;
    }


    .ac-hom-lab-stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }


    .ac-hom-lab-stat {
        padding-bottom: 18px;

        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }


    .ac-hom-lab-stat:last-child {
        padding-bottom: 0;

        border-bottom: none;
    }

}