/*
Theme Name: ZETAC Corporación
Theme URI: https://grupozetac.com
Author: ZETAC Corporación
Description: Sitio web corporativo ZETAC
Version: 1.0
Text Domain: zetac
*/

/* =========================================================
   RESET
========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #10233f;
    background: #ffffff;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
textarea,
select {
    font-family: inherit;
}


/* =========================================================
   CONTENEDOR
========================================================= */

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}


/* =========================================================
   HEADER
========================================================= */

.site-header {
    position: relative;
    z-index: 100;
    width: 100%;
    background: #061c35;
    color: #ffffff;
}

.site-header .container {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.site-header .logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.site-header .logo img {
    width: 190px;
    height: auto;
    object-fit: contain;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
}

.main-menu > a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    transition: .25s ease;
}

.main-menu > a:hover {
    color: #ff7a00;
}

.main-menu .btn-contacto,
.btn-contacto {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff7800;
    color: #ffffff !important;
    padding: 16px 27px;
    border-radius: 6px;
    font-weight: 700;
}

.main-menu .btn-contacto:hover {
    background: #e86600;
    color: #ffffff !important;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
    background-image: url("images/hero-construccion.jpg");
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 25, 48, .94) 0%,
            rgba(3, 25, 48, .80) 28%,
            rgba(3, 25, 48, .35) 58%,
            rgba(3, 25, 48, .05) 100%
        );
}

.hero-container {
    position: relative;
    z-index: 2;
}

.hero-content {
    width: 620px;
    max-width: 100%;
    color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.hero-kicker,
.section-kicker {
    display: block;
    color: #ff7800;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hero h1 {
    margin: 0 0 25px;
    color: #ffffff;
    font-size: clamp(48px, 5vw, 78px);
    line-height: .98;
    font-weight: 800;
    letter-spacing: -2px;
}

.hero h1 span {
    color: #ff7800;
}

.hero p {
    max-width: 600px;
    margin: 0 0 30px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.65;
}

.hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}


/* =========================================================
   BOTONES
========================================================= */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 13px 24px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    transition: all .25s ease;
}

.btn-primary {
    background: #ff7800;
    color: #ffffff;
    border: 1px solid #ff7800;
}

.btn-primary:hover {
    background: #e86600;
    border-color: #e86600;
    color: #ffffff;
    transform: translateY(-1px);
}

.btn-outline {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.7);
    background: rgba(0,0,0,.12);
}

.btn-outline:hover {
    background: #ffffff;
    color: #10233f;
}

.play-icon {
    width: 25px;
    height: 25px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}


/* =========================================================
   SECCIONES
========================================================= */

.section {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
}

.section-heading {
    text-align: center;
    margin-bottom: 38px;
}

.section-heading h2 {
    margin: 0;
    color: #10233f;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
}

.heading-line {
    width: 55px;
    height: 3px;
    margin: 14px auto 0;
    background: #10233f;
}


/* =========================================================
   UNIDADES DE NEGOCIO
========================================================= */

.business-units {
    background: #ffffff;
}

.units-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    width: 100%;
    border: 1px solid #e1e5ea;
}

.unit-card {
    position: relative;
    min-height: 420px;
    padding: 25px 17px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid #e1e5ea;
    background: #ffffff;
}

.unit-card:last-child {
    border-right: 0;
}


/* icono de bloques */

.unit-icon {
    position: relative;
    width: 68px;
    height: 75px;
    margin-bottom: 14px;
}

.unit-icon span {
    position: absolute;
    left: 9px;
    width: 48px;
    height: 20px;
    transform: skewY(30deg);
    border-radius: 1px;
}

.unit-icon span:nth-child(1) {
    top: 8px;
}

.unit-icon span:nth-child(2) {
    top: 27px;
}

.unit-icon span:nth-child(3) {
    top: 46px;
}


/* colores */

.unit-blue .unit-icon span {
    background: #17479d;
}

.unit-purple .unit-icon span {
    background: #6421aa;
}

.unit-orange .unit-icon span {
    background: #f15b16;
}

.unit-teal .unit-icon span {
    background: #078d89;
}

.unit-green .unit-icon span {
    background: #4d8d16;
}

.unit-cyan .unit-icon span {
    background: #087fae;
}

.unit-yellow .unit-icon span {
    background: #ed9900;
}

.unit-card h3 {
    min-height: 52px;
    margin: 0 0 17px;
    font-size: 19px;
    line-height: 1.05;
    font-weight: 700;
}

.unit-card h3 strong {
    display: block;
    font-size: 19px;
}

.unit-card h4 {
    min-height: 38px;
    margin: 0 0 12px;
    color: #173d75;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 800;
}

.unit-card p {
    min-height: 70px;
    margin: 0;
    color: #555f6c;
    font-size: 13px;
    line-height: 1.45;
}

.unit-button {
    width: 100%;
    margin-top: auto;
    padding: 11px 8px;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
}

.unit-blue .unit-button {
    background: #17479d;
}

.unit-purple .unit-button {
    background: #6421aa;
}

.unit-orange .unit-button {
    background: #f15b16;
}

.unit-teal .unit-button {
    background: #078d89;
}

.unit-green .unit-button {
    background: #4d8d16;
}

.unit-cyan .unit-button {
    background: #087fae;
}

.unit-yellow .unit-button {
    background: #ed9900;
}


/* =========================================================
   PROYECTO DESTACADO
========================================================= */

.featured-project {
    background: #f3f5f7;
}

.project-container {
    display: grid;
    grid-template-columns: 36% 64%;
    align-items: center;
    gap: 35px;
}

.project-content {
    padding-right: 25px;
}

.project-content h2 {
    margin: 0 0 20px;
    color: #10233f;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 800;
}

.project-content > p {
    margin: 0 0 25px;
    color: #4c5968;
    font-size: 15px;
    line-height: 1.65;
}

.project-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 18px;
    margin-bottom: 28px;
}

.project-detail {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.detail-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10233f;
    font-size: 20px;
}

.project-detail small {
    display: block;
    margin-bottom: 2px;
    color: #687484;
    font-size: 11px;
}

.project-detail strong {
    display: block;
    color: #10233f;
    font-size: 12px;
    line-height: 1.3;
}


/* GALERÍA */

.project-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3px;
    min-width: 0;
}

.project-main-image {
    height: 580px;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}

.project-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-side-images {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 3px;
    min-height: 580px;
}

.project-side-images img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

.project-side-images img:first-child {
    border-radius: 0 5px 0 0;
}

.project-side-images img:last-child {
    border-radius: 0 0 5px 0;
}


/* =========================================================
   POR QUÉ ZETAC
========================================================= */

.why-zetac {
    background: #ffffff;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
}

.why-item {
    min-height: 180px;
    padding: 10px 25px 15px;
    text-align: center;
    border-right: 1px solid #e1e5ea;
}

.why-item:last-child {
    border-right: 0;
}

.why-icon {
    height: 60px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7800;
    font-size: 39px;
    font-weight: 400;
}

.why-item h3 {
    margin: 0 0 8px;
    color: #10233f;
    font-size: 16px;
    font-weight: 800;
}

.why-item p {
    margin: 0;
    color: #555f6c;
    font-size: 13px;
    line-height: 1.55;
}


/* =========================================================
   CTA
========================================================= */

.contact-cta {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    background:
        linear-gradient(
            90deg,
            rgba(3, 28, 55, .96),
            rgba(3, 28, 55, .82)
        ),
        url("images/contacto-bg.jpg") center center / cover no-repeat;
}

.contact-cta-container {
    position: relative;
    z-index: 2;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.cta-content {
    color: #ffffff;
}

.cta-content h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.15;
}

.cta-content h3 {
    margin: 4px 0 8px;
    font-size: 22px;
}

.cta-content p {
    margin: 0;
    font-size: 15px;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 285px;
    flex-shrink: 0;
}

.cta-buttons .btn {
    width: 100%;
}


/* =========================================================
   CONTACTO
========================================================= */

.contact-info {
    background: #ffffff;
    padding: 38px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.contact-item {
    display: flex;
    gap: 13px;
    min-height: 105px;
    padding: 5px 30px;
    border-right: 1px solid #dfe4e9;
}

.contact-item:first-child {
    padding-left: 0;
}

.contact-item:last-child {
    border-right: 0;
}

.contact-icon {
    flex-shrink: 0;
    width: 32px;
    color: #10233f;
    font-size: 24px;
}

.contact-item h3 {
    margin: 0 0 8px;
    color: #10233f;
    font-size: 16px;
}

.contact-item p {
    margin: 0;
    color: #566272;
    font-size: 12px;
    line-height: 1.55;
}

.contact-item a {
    color: #10233f;
}

.contact-item a:hover {
    color: #ff7800;
}


/* =========================================================
   EXPERIENCIA
========================================================= */

.experience-section {
    padding: 30px 0 40px;
    text-align: center;
    background: #ffffff;
}

.experience-section .section-kicker {
    margin-bottom: 5px;
}

.experience-section h2 {
    margin: 0 0 10px;
    color: #10233f;
    font-size: 24px;
}

.experience-section p {
    max-width: 800px;
    margin: 0 auto;
    color: #566272;
    font-size: 13px;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    width: 100%;
    background: #031a32;
    color: #ffffff;
}

.site-footer .container {
    padding-top: 45px;
    padding-bottom: 45px;
}


/* =========================================================
   WORDPRESS ADMIN BAR
========================================================= */

body.admin-bar .site-header {
    margin-top: 0;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .container {
        padding-left: 28px;
        padding-right: 28px;
    }

    .main-menu {
        gap: 18px;
    }

    .main-menu > a {
        font-size: 14px;
    }

    .units-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .unit-card:nth-child(4) {
        border-right: 0;
    }

    .unit-card {
        border-bottom: 1px solid #e1e5ea;
    }

    .project-container {
        grid-template-columns: 1fr;
    }

    .project-content {
        padding-right: 0;
    }
}


@media (max-width: 900px) {

    .site-header .container {
        min-height: auto;
        padding-top: 18px;
        padding-bottom: 18px;
        flex-direction: column;
        gap: 18px;
    }

    .main-menu {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero {
        min-height: 500px;
    }

    .hero-content {
        width: 650px;
    }

    .units-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .unit-card {
        border-right: 1px solid #e1e5ea;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-item {
        border-bottom: 1px solid #e1e5ea;
    }

    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 0;
    }

    .contact-item:nth-child(2) {
        border-right: 0;
    }

    .project-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .project-main-image,
    .project-side-images {
        height: 500px;
        min-height: 500px;
    }

    .contact-cta-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-top: 35px;
        padding-bottom: 35px;
    }
}


@media (max-width: 600px) {

    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .site-header .logo img {
        width: 155px;
    }

    .main-menu {
        gap: 12px 16px;
    }

    .main-menu > a {
        font-size: 12px;
    }

    .main-menu .btn-contacto {
        padding: 10px 14px;
    }

    .hero {
        min-height: 560px;
        background-position: 62% center;
    }

    .hero h1 {
        font-size: 46px;
        letter-spacing: -1px;
    }

    .hero p {
        font-size: 14px;
    }

    .section {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .section-heading h2 {
        font-size: 27px;
    }

    .units-grid {
        grid-template-columns: 1fr;
    }

    .unit-card {
        min-height: 370px;
        border-right: 0;
    }

    .project-content h2 {
        font-size: 28px;
    }

    .project-details {
        grid-template-columns: 1fr;
    }

    .project-gallery {
        display: block;
    }

    .project-main-image {
        height: auto;
        border-radius: 5px;
    }

    .project-main-image img {
        height: auto;
    }

    .project-side-images {
        display: block;
        min-height: 0;
        height: auto;
    }

    .project-side-images img {
        height: auto;
        margin-top: 3px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-item {
        border-right: 0;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-item,
    .contact-item:first-child {
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #dfe4e9;
        padding-bottom: 20px;
    }

    .contact-item:last-child {
        border-bottom: 0;
    }

    .cta-content h2 {
        font-size: 25px;
    }

    .cta-content h3 {
        font-size: 18px;
    }

    .cta-buttons {
        width: 100%;
    }
}

/* =========================================================
   NOSOTROS - HERO
   ========================================================= */

.nosotros-page {
    margin: 0;
    padding: 0;
}

.nosotros-container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.nosotros-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;

    background-image: url("assets/hero-nosotros.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.nosotros-hero__overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3, 27, 52, 0.96) 0%,
            rgba(3, 27, 52, 0.86) 35%,
            rgba(3, 27, 52, 0.35) 70%,
            rgba(3, 27, 52, 0.05) 100%
        );
}

.nosotros-hero__content {
    position: relative;
    z-index: 2;
    max-width: 610px;
    padding: 70px 0;
    color: #ffffff;
}

.nosotros-breadcrumb {
    margin-bottom: 32px;
    font-size: 14px;
    color: #ffffff;
}

.nosotros-eyebrow {
    display: block;
    margin-bottom: 12px;

    color: #ff7300;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.nosotros-hero h1 {
    margin: 0 0 20px;

    color: #ffffff;
    font-size: clamp(42px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 800;
}

.nosotros-hero h1 strong {
    display: block;
    color: #ff7300;
    font-weight: 800;
}

.nosotros-hero p {
    max-width: 590px;
    margin: 0;

    color: #ffffff;
    font-size: 17px;
    line-height: 1.65;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 768px) {

    .nosotros-hero {
        min-height: 580px;
        background-position: center;
    }

    .nosotros-hero__content {
        padding: 50px 0;
    }

    .nosotros-hero h1 {
        font-size: 40px;
    }

    .nosotros-hero p {
        font-size: 15px;
    }

}
/* =========================================================
   ZETAC - PÁGINA NOSOTROS
   ========================================================= */

.nosotros-page {
    color: #08233f;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.nosotros-page *,
.nosotros-page *::before,
.nosotros-page *::after {
    box-sizing: border-box;
}

.nosotros-page .container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.nosotros-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background-image: url("assets/hero-nosotros.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.nosotros-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(3, 28, 52, 0.96) 0%,
        rgba(3, 28, 52, 0.82) 38%,
        rgba(3, 28, 52, 0.30) 70%,
        rgba(3, 28, 52, 0.08) 100%
    );
}

.nosotros-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 50px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
    color: #fff;
    font-size: 14px;
}

.hero-label {
    margin-bottom: 12px;
    color: #ff7900;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .5px;
}

.nosotros-hero h1 {
    max-width: 650px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.08;
    font-weight: 800;
}

.nosotros-hero h1 span {
    display: block;
    color: #ff7900;
}

.nosotros-hero p {
    max-width: 650px;
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.65;
}


/* =========================================================
   TITULOS DE SECCIÓN
   ========================================================= */

.section-heading {
    text-align: center;
    margin-bottom: 48px;
}

.section-heading > span {
    display: inline-block;
    position: relative;
    padding-bottom: 13px;
    color: #ff7900;
    font-size: 16px;
    font-weight: 800;
}

.section-heading > span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 42px;
    height: 3px;
    background: #ff7900;
    transform: translateX(-50%);
}

.section-heading h2 {
    max-width: 950px;
    margin: 18px auto 0;
    color: #102c4c;
    font-size: 29px;
    line-height: 1.3;
}

.section-heading.left {
    text-align: left;
}

.section-heading.left > span::after {
    left: 0;
    transform: none;
}


/* =========================================================
   PROPÓSITO
   ========================================================= */

.nosotros-proposito {
    padding: 75px 0 80px;
    background: #fff;
}

.proposito-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.proposito-item {
    display: flex;
    gap: 24px;
    min-height: 190px;
    padding: 0 32px;
    border-right: 1px solid #dce3ea;
}

.proposito-item:first-child {
    padding-left: 0;
}

.proposito-item:last-child {
    padding-right: 0;
    border-right: none;
}

.proposito-icon {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff2e8;
    color: #ff7900;
    font-size: 42px;
    font-weight: 700;
}

.proposito-icon.vision {
    background: #e8f5f4;
    color: #118d91;
}

.proposito-icon.valores {
    background: #eef3fc;
    color: #1552a0;
}

.proposito-item h3 {
    margin: 4px 0 15px;
    color: #ff7900;
    font-size: 20px;
}

.proposito-item:nth-child(2) h3 {
    color: #168c8e;
}

.proposito-item:nth-child(3) h3 {
    color: #1552a0;
}

.proposito-item p,
.proposito-item li {
    color: #33465b;
    font-size: 14px;
    line-height: 1.65;
}

.proposito-item p {
    margin: 0;
}

.proposito-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.proposito-item li {
    margin-bottom: 7px;
}

.proposito-item li::before {
    content: "✓";
    margin-right: 9px;
    color: #1552a0;
    font-weight: 700;
}


/* =========================================================
   HISTORIA
   ========================================================= */

.nosotros-historia {
    padding: 75px 0 90px;
    border-top: 1px solid #e2e7ec;
    background: #fff;
}

.historia-grid {
    display: grid;
    grid-template-columns: 1.15fr repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

.historia-intro {
    padding: 15px 25px 15px 0;
}

.historia-intro h2 {
    margin: 0 0 22px;
    color: #102c4c;
    font-size: 30px;
    line-height: 1.2;
}

.historia-intro h2 span {
    color: #ff7900;
}

.historia-intro p,
.historia-card p {
    color: #45566a;
    font-size: 14px;
    line-height: 1.7;
}

.historia-card {
    position: relative;
    padding: 32px 27px;
    border: 1px solid #dce3ea;
    border-radius: 10px;
    background: #fff;
}

.historia-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 4px;
    background: #ff7900;
}

.historia-card:nth-child(3)::after {
    background: #168c8e;
}

.historia-card:nth-child(4)::after {
    background: #1552a0;
}

.historia-year {
    margin-bottom: 25px;
    color: #ff7900;
    font-size: 22px;
    font-weight: 800;
}

.historia-card:nth-child(3) .historia-year {
    color: #168c8e;
}

.historia-card:nth-child(4) .historia-year {
    color: #1552a0;
}

.historia-card h3 {
    margin: 0 0 16px;
    color: #102c4c;
    font-size: 17px;
    line-height: 1.35;
}

.historia-card p {
    margin: 0;
}


/* =========================================================
   EQUIPO
   ========================================================= */

.nosotros-equipo {
    padding: 70px 0 85px;
    border-top: 1px solid #e2e7ec;
    background: #fff;
}

.nosotros-equipo .section-heading p {
    max-width: 760px;
    margin: 18px auto 0;
    color: #45566a;
    font-size: 15px;
    line-height: 1.6;
}

.equipo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.equipo-grid article {
    min-width: 0;
}

.equipo-image {
    height: 190px;
    margin-bottom: 17px;
    border-radius: 9px;
    background-color: #dce3e8;
    background-size: cover;
    background-position: center;
}

/*
   Luego colocaremos aquí las fotografías reales
   del equipo.
*/

.equipo-1 {
    background-image: linear-gradient(
        135deg,
        #dce3e8,
        #b7c5ce
    );
}

.equipo-2 {
    background-image: linear-gradient(
        135deg,
        #cdd9df,
        #aab9c2
    );
}

.equipo-3 {
    background-image: linear-gradient(
        135deg,
        #d9e1e5,
        #b5c1c8
    );
}

.equipo-4 {
    background-image: linear-gradient(
        135deg,
        #d4dde1,
        #aebdc5
    );
}

.equipo-5 {
    background-image: linear-gradient(
        135deg,
        #dce3e6,
        #b8c4ca
    );
}

.equipo-grid h3 {
    margin: 0 0 8px;
    color: #102c4c;
    font-size: 16px;
}

.equipo-grid p {
    margin: 0;
    color: #526273;
    font-size: 13px;
    line-height: 1.55;
}


/* =========================================================
   COMPROMISO
   ========================================================= */

.nosotros-compromiso {
    padding: 20px 0 70px;
    background: #fff;
}

.compromiso-box {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 42px;
    padding: 35px;
    border-radius: 10px;
    background: #f1f4f7;
}

.compromiso-image {
    min-height: 330px;
    border-radius: 8px;
    background-image: url("assets/proyecto-principal.jpg");
    background-size: cover;
    background-position: center;
}

.compromiso-content {
    padding-top: 5px;
}

.compromiso-content .section-heading {
    margin-bottom: 12px;
}

.compromiso-intro {
    max-width: 650px;
    margin: 0 0 30px;
    color: #33465b;
    font-size: 15px;
    line-height: 1.6;
}

.compromiso-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.compromiso-grid > div {
    padding: 0 20px;
    border-right: 1px solid #cbd4dc;
}

.compromiso-grid > div:first-child {
    padding-left: 0;
}

.compromiso-grid > div:last-child {
    padding-right: 0;
    border-right: none;
}

.compromiso-grid h3 {
    margin: 0 0 10px;
    color: #3c721e;
    font-size: 15px;
}

.compromiso-grid > div:nth-child(2) h3 {
    color: #1552a0;
}

.compromiso-grid > div:nth-child(4) h3 {
    color: #ff7900;
}

.compromiso-grid p {
    margin: 0;
    color: #526273;
    font-size: 12px;
    line-height: 1.55;
}


/* =========================================================
   CTA
   ========================================================= */

.nosotros-cta {
    padding: 0 0 65px;
}

.nosotros-cta .container {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 35px 45px;
    border-radius: 9px;
    background:
        linear-gradient(
            90deg,
            rgba(3, 29, 55, .96),
            rgba(3, 29, 55, .82)
        ),
        url("assets/hero-nosotros.jpg") center / cover;
}

.nosotros-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 25px;
}

.nosotros-cta p {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.cta-buttons {
    display: flex;
    gap: 13px;
    flex-shrink: 0;
}

.cta-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 14px 22px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.btn-orange {
    color: #fff;
    background: #ff7900;
}

.btn-outline {
    color: #fff;
    border: 1px solid rgba(255,255,255,.7);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {

    .proposito-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .proposito-item,
    .proposito-item:first-child,
    .proposito-item:last-child {
        padding: 0;
        border-right: none;
    }

    .historia-grid {
        grid-template-columns: 1fr 1fr;
    }

    .historia-intro {
        grid-column: 1 / -1;
        padding-right: 0;
    }

    .equipo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .compromiso-box {
        grid-template-columns: 1fr;
    }

    .compromiso-image {
        min-height: 350px;
    }

    .compromiso-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .compromiso-grid > div {
        border-right: none;
        padding: 0 !important;
    }
}


@media (max-width: 700px) {

    .nosotros-page .container {
        width: min(100% - 30px, 1200px);
    }

    .nosotros-hero {
        min-height: 570px;
    }

    .nosotros-hero-content {
        padding-top: 30px;
    }

    .nosotros-hero h1 {
        font-size: 40px;
    }

    .nosotros-hero p {
        font-size: 15px;
    }

    .section-heading h2 {
        font-size: 23px;
    }

    .historia-grid {
        grid-template-columns: 1fr;
    }

    .historia-intro {
        grid-column: auto;
    }

    .equipo-grid {
        grid-template-columns: 1fr;
    }

    .equipo-image {
        height: 230px;
    }

    .compromiso-box {
        padding: 22px;
    }

    .compromiso-grid {
        grid-template-columns: 1fr;
    }

    .nosotros-cta .container {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 25px;
    }

    .cta-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cta-buttons a {
        width: 100%;
    }
}
/* =========================================================
   ZETAC - PÁGINA NOSOTROS
   Este bloque SOLO afecta a .nosotros-page
   No modifica Inicio, Header, Footer ni otras páginas.
   ========================================================= */


/* ---------- CONTENEDOR ---------- */

.nosotros-page {
    --zetac-navy: #06213b;
    --zetac-navy-dark: #03182c;
    --zetac-orange: #ff7900;
    --zetac-green: #1f9d70;
    --zetac-light: #f5f7fa;
    --zetac-gray: #64748b;
    --zetac-border: #e5e7eb;

    color: var(--zetac-navy);
    background: #ffffff;
    overflow: hidden;
}

.nosotros-page .container {
    width: min(1180px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   HERO
   ========================================================= */

.nosotros-page .hero-nosotros {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--zetac-navy-dark);
}

.nosotros-page .hero-nosotros-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

.nosotros-page .hero-nosotros-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            90deg,
            rgba(3, 24, 44, 0.96) 0%,
            rgba(3, 24, 44, 0.82) 35%,
            rgba(3, 24, 44, 0.30) 75%,
            rgba(3, 24, 44, 0.10) 100%
        );
}

.nosotros-page .hero-nosotros-content {
    position: relative;
    z-index: 3;
    padding-top: 100px;
    padding-bottom: 70px;
    color: #ffffff;
}

.nosotros-page .hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 500;
}

.nosotros-page .hero-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.nosotros-page .hero-breadcrumb span {
    opacity: 0.75;
}

.nosotros-page .hero-etiqueta {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--zetac-orange);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
}

.nosotros-page .hero-nosotros h1 {
    max-width: 800px;
    margin: 0 0 25px;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 800;
}

.nosotros-page .hero-nosotros h1 strong {
    color: #ffffff;
}

.nosotros-page .hero-nosotros-content > p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,0.90);
    font-size: 18px;
    line-height: 1.75;
}


/* =========================================================
   PROPÓSITO
   ========================================================= */

.nosotros-page .nosotros-proposito {
    padding: 100px 0;
    background: #ffffff;
}

.nosotros-page .section-titulo {
    text-align: center;
}

.nosotros-page .section-titulo > span,
.nosotros-page .historia-titulo > span {
    display: block;
    margin-bottom: 15px;
    color: var(--zetac-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.nosotros-page .nosotros-proposito .section-titulo h2 {
    max-width: 930px;
    margin: 0 auto;
    color: var(--zetac-navy);
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.2;
    font-weight: 800;
}


/* =========================================================
   MISIÓN / VISIÓN / VALORES
   ========================================================= */

.nosotros-page .nosotros-identidad {
    padding: 90px 0;
    background: var(--zetac-light);
}

.nosotros-page .identidad-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.nosotros-page .identidad-card {
    position: relative;
    padding: 40px 34px;
    background: #ffffff;
    border: 1px solid var(--zetac-border);
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(3, 24, 44, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nosotros-page .identidad-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(3, 24, 44, 0.12);
}

.nosotros-page .identidad-numero {
    position: absolute;
    top: 22px;
    right: 25px;
    color: #dce3ea;
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
}

.nosotros-page .identidad-icono {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 12px;
    background: rgba(255, 121, 0, 0.12);
    color: var(--zetac-orange);
    font-size: 25px;
    font-weight: 800;
}

.nosotros-page .identidad-icono-verde {
    background: rgba(31, 157, 112, 0.12);
    color: var(--zetac-green);
}

.nosotros-page .identidad-icono-azul {
    background: rgba(6, 33, 59, 0.10);
    color: var(--zetac-navy);
}

.nosotros-page .identidad-card h3 {
    margin: 0 0 18px;
    color: var(--zetac-navy);
    font-size: 21px;
    font-weight: 800;
}

.nosotros-page .identidad-card p {
    margin: 0;
    color: var(--zetac-gray);
    font-size: 16px;
    line-height: 1.75;
}

.nosotros-page .valores-lista {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nosotros-page .valores-lista li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 22px;
    color: var(--zetac-gray);
    font-size: 16px;
}

.nosotros-page .valores-lista li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--zetac-orange);
}


/* =========================================================
   HISTORIA
   ========================================================= */

.nosotros-page .nosotros-historia {
    padding: 110px 0;
    background: #ffffff;
}

.nosotros-page .historia-titulo {
    max-width: 850px;
    margin: 0 auto 65px;
    text-align: center;
}

.nosotros-page .historia-titulo h2 {
    margin: 0 0 22px;
    color: var(--zetac-navy);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.2;
    font-weight: 800;
}

.nosotros-page .historia-titulo p {
    margin: 0;
    color: var(--zetac-gray);
    font-size: 17px;
    line-height: 1.8;
}

.nosotros-page .historia-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.nosotros-page .historia-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 145px;
    width: 2px;
    background: var(--zetac-border);
}

.nosotros-page .historia-card {
    position: relative;
    display: grid;
    grid-template-columns: 115px 60px 1fr;
    gap: 0;
    min-height: 180px;
}

.nosotros-page .historia-year {
    padding-top: 5px;
    color: var(--zetac-orange);
    font-size: 19px;
    font-weight: 900;
}

.nosotros-page .historia-linea {
    position: relative;
}

.nosotros-page .historia-linea::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 24px;
    width: 14px;
    height: 14px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: var(--zetac-orange);
    box-shadow: 0 0 0 2px var(--zetac-orange);
    z-index: 2;
}

.nosotros-page .historia-info {
    padding-bottom: 45px;
}

.nosotros-page .historia-info h3 {
    margin: 0 0 15px;
    color: var(--zetac-navy);
    font-size: 21px;
    line-height: 1.3;
    font-weight: 800;
}

.nosotros-page .historia-info p {
    margin: 0;
    color: var(--zetac-gray);
    font-size: 16px;
    line-height: 1.7;
}

.nosotros-page .historia-verde .historia-year {
    color: var(--zetac-green);
}

.nosotros-page .historia-verde .historia-linea::after {
    background: var(--zetac-green);
    box-shadow: 0 0 0 2px var(--zetac-green);
}

.nosotros-page .historia-azul .historia-year {
    color: var(--zetac-navy);
}

.nosotros-page .historia-azul .historia-linea::after {
    background: var(--zetac-navy);
    box-shadow: 0 0 0 2px var(--zetac-navy);
}


/* =========================================================
   EQUIPO HUMANO
   ========================================================= */

.nosotros-page .nosotros-equipo {
    padding: 100px 0;
    background: var(--zetac-light);
}

.nosotros-page .nosotros-equipo .section-titulo {
    max-width: 850px;
    margin: 0 auto 55px;
}

.nosotros-page .nosotros-equipo .section-titulo h2 {
    margin: 0 0 20px;
    color: var(--zetac-navy);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.2;
    font-weight: 800;
}

.nosotros-page .nosotros-equipo .section-titulo p {
    margin: 0;
    color: var(--zetac-gray);
    font-size: 17px;
    line-height: 1.8;
}

.nosotros-page .equipo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.nosotros-page .equipo-card {
    position: relative;
    min-height: 240px;
    padding: 32px 25px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid var(--zetac-border);
    overflow: hidden;
}

.nosotros-page .equipo-numero {
    margin-bottom: 55px;
    color: var(--zetac-orange);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
}

.nosotros-page .equipo-card h3 {
    margin: 0 0 12px;
    color: var(--zetac-navy);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

.nosotros-page .equipo-card p {
    margin: 0;
    color: var(--zetac-gray);
    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   COMPROMISO
   ========================================================= */

.nosotros-page .nosotros-compromiso {
    padding: 105px 0;
    background: #ffffff;
}

.nosotros-page .nosotros-compromiso .section-titulo {
    max-width: 850px;
    margin: 0 auto 55px;
}

.nosotros-page .nosotros-compromiso .section-titulo h2 {
    margin: 0 0 20px;
    color: var(--zetac-navy);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.2;
    font-weight: 800;
}

.nosotros-page .nosotros-compromiso .section-titulo p {
    margin: 0;
    color: var(--zetac-gray);
    font-size: 17px;
    line-height: 1.8;
}

.nosotros-page .compromiso-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.nosotros-page .compromiso-card {
    padding: 35px 28px;
    border-top: 4px solid var(--zetac-orange);
    background: var(--zetac-light);
    border-radius: 0 0 14px 14px;
}

.nosotros-page .compromiso-card > span {
    display: block;
    margin-bottom: 35px;
    color: #aeb8c3;
    font-size: 13px;
    font-weight: 900;
}

.nosotros-page .compromiso-card h3 {
    margin: 0 0 14px;
    color: var(--zetac-navy);
    font-size: 19px;
    font-weight: 800;
}

.nosotros-page .compromiso-card p {
    margin: 0;
    color: var(--zetac-gray);
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   CTA
   ========================================================= */

.nosotros-page .nosotros-contacto {
    position: relative;
    padding: 110px 0;
    background:
        linear-gradient(
            135deg,
            var(--zetac-navy-dark),
            var(--zetac-navy)
        );
    overflow: hidden;
}

.nosotros-page .nosotros-contacto::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -180px;
    top: -250px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;
}

.nosotros-page .nosotros-contacto::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    left: -180px;
    bottom: -200px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 50%;
}

.nosotros-page .nosotros-contacto-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.nosotros-page .nosotros-contacto-content > span {
    display: block;
    margin-bottom: 15px;
    color: var(--zetac-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.nosotros-page .nosotros-contacto h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.15;
    font-weight: 800;
}

.nosotros-page .nosotros-contacto p {
    margin: 0 auto 30px;
    color: rgba(255,255,255,0.78);
    font-size: 17px;
}

.nosotros-page .nosotros-botones {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.nosotros-page .nosotros-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 15px 28px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
}

.nosotros-page .nosotros-btn-whatsapp {
    background: #25d366;
    color: #ffffff;
}

.nosotros-page .nosotros-btn-whatsapp:hover {
    transform: translateY(-3px);
    color: #ffffff;
}

.nosotros-page .nosotros-btn-outline {
    background: var(--zetac-orange);
    color: #ffffff;
}

.nosotros-page .nosotros-btn-outline:hover {
    transform: translateY(-3px);
    background: #ff8b22;
    color: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .nosotros-page .identidad-grid {
        grid-template-columns: 1fr;
    }

    .nosotros-page .equipo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nosotros-page .compromiso-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nosotros-page .hero-nosotros {
        min-height: 500px;
    }

}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 700px) {

    .nosotros-page .container {
        width: min(100% - 30px, 1180px);
    }

    .nosotros-page .hero-nosotros {
        min-height: 580px;
    }

    .nosotros-page .hero-nosotros-content {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .nosotros-page .hero-nosotros h1 {
        font-size: 38px;
    }

    .nosotros-page .hero-nosotros-content > p {
        font-size: 15px;
        line-height: 1.6;
    }

    .nosotros-page .nosotros-proposito,
    .nosotros-page .nosotros-historia,
    .nosotros-page .nosotros-equipo,
    .nosotros-page .nosotros-compromiso {
        padding: 70px 0;
    }

    .nosotros-page .nosotros-proposito .section-titulo h2,
    .nosotros-page .historia-titulo h2,
    .nosotros-page .nosotros-equipo .section-titulo h2,
    .nosotros-page .nosotros-compromiso .section-titulo h2 {
        font-size: 30px;
    }

    .nosotros-page .identidad-card {
        padding: 30px 25px;
    }

    .nosotros-page .historia-timeline::before {
        left: 10px;
    }

    .nosotros-page .historia-card {
        display: grid;
        grid-template-columns: 30px 1fr;
        min-height: auto;
        margin-bottom: 35px;
    }

    .nosotros-page .historia-year {
        grid-column: 1 / -1;
        margin-bottom: 15px;
        padding-left: 30px;
    }

    .nosotros-page .historia-linea {
        grid-column: 1;
        grid-row: 2;
    }

    .nosotros-page .historia-linea::after {
        left: 3px;
    }

    .nosotros-page .historia-info {
        grid-column: 2;
        grid-row: 2;
        padding: 0 0 10px 20px;
    }

    .nosotros-page .equipo-grid {
        grid-template-columns: 1fr;
    }

    .nosotros-page .equipo-card {
        min-height: auto;
    }

    .nosotros-page .compromiso-grid {
        grid-template-columns: 1fr;
    }

    .nosotros-page .nosotros-contacto {
        padding: 80px 0;
    }

    .nosotros-page .nosotros-contacto h2 {
        font-size: 34px;
    }

    .nosotros-page .nosotros-btn {
        width: 100%;
        max-width: 280px;
    }

}


/* =========================================================
   CORRECCIÓN PARA IMÁGENES ROTAS
   ========================================================= */

.nosotros-page img {
    max-width: 100%;
}

.nosotros-page .hero-nosotros-image {
    max-width: none;
}

/* =========================================================
   APRENDEZ - DISEÑO COMPLETO
   NO MODIFICAR HEADER NI FRONT PAGE
========================================================= */

.az-page,
.az-page * {
    box-sizing: border-box;
}

.az-page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f5f7f9;
    color: #102642;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.az-page img {
    max-width: 100%;
    height: auto;
}

.az-container {
    width: min(1320px, calc(100% - 60px));
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.az-hero {
    position: relative;
    min-height: 570px;
    background:
        linear-gradient(
            90deg,
            #061b33 0%,
            #092a48 43%,
            #123c58 65%,
            #31546a 100%
        );
    color: #fff;
    overflow: hidden;
}

.az-hero-bg {
    position: absolute;
    inset: 0 0 0 43%;
    background:
        linear-gradient(
            90deg,
            #092a48 0%,
            rgba(9,42,72,.45) 25%,
            rgba(9,42,72,.08) 100%
        ),
        url("assets/images/aprendez-hero.jpg") center center / cover no-repeat;
    opacity: .95;
}

.az-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 570px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
}

.az-hero-content {
    padding: 28px 20px 55px 0;
}

.az-breadcrumb {
    margin-bottom: 28px;
    font-size: 13px;
    color: #e5edf4;
}

.az-breadcrumb span {
    margin: 0 8px;
    color: #a9bac9;
}

.az-brand {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
}

.az-brand-mark {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #08a866;
    color: #fff;
    font-size: 24px;
    clip-path: polygon(
        50% 0,
        100% 25%,
        100% 75%,
        50% 100%,
        0 75%,
        0 25%
    );
}

.az-brand strong {
    display: block;
    font-size: 27px;
    line-height: 1;
}

.az-brand small {
    display: block;
    margin-top: 4px;
    color: #18b86d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .7px;
}

.az-hero h1 {
    max-width: 660px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(42px, 4.6vw, 68px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.8px;
}

.az-hero h1 span {
    color: #10ae68;
}

.az-hero-text {
    max-width: 620px;
    margin: 0 0 27px;
    color: #edf3f7;
    font-size: 16px;
    line-height: 1.55;
}

.az-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 780px;
}

.az-feature {
    display: flex;
    gap: 8px;
    min-width: 0;
}

.az-feature-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border: 1px solid #0cb16a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0fd177;
    font-size: 15px;
}

.az-feature strong,
.az-feature small,
.az-feature span {
    display: block;
}

.az-feature strong {
    color: #fff;
    font-size: 12px;
}

.az-feature small {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.az-feature span {
    margin-top: 4px;
    color: #d3dfe7;
    font-size: 9px;
    line-height: 1.3;
}


/* STATS */

.az-hero-visual {
    position: relative;
    min-height: 570px;
}

.az-stats {
    position: absolute;
    top: 120px;
    right: 10px;
    width: 185px;
    padding: 18px 17px;
    border-radius: 13px;
    background: rgba(3, 25, 48, .88);
    box-shadow: 0 12px 30px rgba(0,0,0,.2);
}

.az-stat {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.az-stat:last-child {
    border-bottom: 0;
}

.az-stat strong {
    display: block;
    color: #fff;
    font-size: 22px;
}

.az-stat span {
    display: block;
    margin-top: 2px;
    color: #dbe5eb;
    font-size: 11px;
    line-height: 1.35;
}


/* =========================================================
   BUSCADOR
========================================================= */

.az-search-wrap {
    position: relative;
    z-index: 5;
    margin-top: 18px;
}

.az-search {
    min-height: 76px;
    display: grid;
    grid-template-columns: 1.3fr 180px 125px 1.5fr;
    gap: 9px;
    align-items: center;
    padding: 12px;
    background: #fff;
    border: 1px solid #dfe5ea;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(12,35,60,.05);
}

.az-search-input {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 12px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

.az-search-input span {
    color: #7c8995;
    font-size: 22px;
}

.az-search input,
.az-search select {
    width: 100%;
    height: 42px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
    background: #fff;
    color: #283b50;
    font-size: 12px;
}

.az-search-input input {
    height: 100%;
    border: 0;
    outline: none;
}

.az-search select {
    padding: 0 10px;
}

.az-search button {
    height: 42px;
    border: 0;
    border-radius: 5px;
    background: #079c59;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.az-search-links {
    display: flex;
    justify-content: space-around;
    gap: 12px;
}

.az-search-links span {
    display: grid;
    grid-template-columns: 25px auto;
    column-gap: 7px;
    align-items: center;
}

.az-search-links b {
    grid-row: span 2;
    color: #102642;
    font-size: 19px;
}

.az-search-links strong {
    font-size: 11px;
}

.az-search-links small {
    color: #7b8791;
    font-size: 9px;
}


/* =========================================================
   CURSOS
========================================================= */

.az-courses {
    padding: 22px 0 30px;
}

.az-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.az-section-title h2 {
    margin: 0;
    color: #112b4a;
    font-size: 21px;
}

.az-section-title h2 span {
    color: #079c59;
}

.az-section-title a {
    color: #075ba0;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.az-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 18px;
    align-items: start;
}

.az-course-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.az-course-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e6ea;
    border-radius: 9px;
    box-shadow: 0 4px 12px rgba(13,39,64,.06);
}

.az-course-image {
    position: relative;
    height: 116px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #263f53;
}

.az-course-image.no-image {
    background:
        linear-gradient(
            135deg,
            #173a55,
            #4e6b7c
        );
}

.az-course-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 40%,
        rgba(0,0,0,.2)
    );
}

.az-course-image span {
    position: absolute;
    z-index: 2;
    left: 8px;
    bottom: 8px;
    padding: 4px 7px;
    border-radius: 3px;
    background: #0c477d;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
}

.az-course-content {
    min-height: 130px;
    padding: 10px;
}

.az-course-content h3 {
    min-height: 38px;
    margin: 0 0 7px;
    color: #102642;
    font-size: 12px;
    line-height: 1.3;
}

.az-course-meta {
    margin: 0;
    color: #667482;
    font-size: 9px;
}

.az-course-meta b {
    margin: 0 3px;
    color: #a0aab2;
}

.az-course-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-top: 13px;
}

.az-course-bottom strong {
    color: #078d50;
    font-size: 8px;
}

.az-course-bottom a {
    padding: 5px 7px;
    border: 1px solid #8bcdb0;
    border-radius: 4px;
    color: #08794b;
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
}


/* =========================================================
   CERTIFICADOS
========================================================= */

.az-certificate {
    padding: 18px;
    background: #fff;
    border: 1px solid #dfe5ea;
    border-radius: 9px;
    box-shadow: 0 4px 12px rgba(13,39,64,.05);
}

.az-certificate h2 {
    margin: 0;
    color: #112b4a;
    font-size: 21px;
    line-height: 1.1;
}

.az-certificate h2 span {
    color: #079c59;
}

.az-certificate-icon {
    width: 65px;
    height: 65px;
    margin: 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #0a9b5a;
    border-radius: 8px;
    color: #079c59;
    font-size: 34px;
}

.az-certificate p {
    margin: 0 0 10px;
    color: #667482;
    font-size: 10px;
    line-height: 1.5;
}

.az-certificate label {
    display: block;
    margin-bottom: 5px;
    color: #142c48;
    font-size: 10px;
    font-weight: 700;
}

.az-certificate input {
    width: 100%;
    height: 35px;
    margin-bottom: 8px;
    padding: 0 9px;
    border: 1px solid #d6dde3;
    border-radius: 4px;
    outline: none;
    font-size: 10px;
}

.az-certificate button {
    width: 100%;
    min-height: 35px;
    border: 0;
    border-radius: 4px;
    background: #079c59;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}

.az-certificate-divider {
    position: relative;
    margin: 14px 0;
    border-top: 1px solid #e1e5e8;
    text-align: center;
}

.az-certificate-divider span {
    position: relative;
    top: -8px;
    padding: 0 8px;
    background: #fff;
    color: #75818c;
    font-size: 9px;
}

.az-certificate .az-outline {
    background: #fff;
    border: 1px solid #079c59;
    color: #08794b;
}


/* =========================================================
   POR QUÉ
========================================================= */

.az-why {
    padding: 24px 0;
}

.az-why h2 {
    margin: 0 0 16px;
    text-align: center;
    color: #102642;
    font-size: 21px;
}

.az-why h2 span {
    color: #079c59;
}

.az-why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid #e0e6ea;
    border-radius: 9px;
    background: #fff;
}

.az-why-item {
    min-height: 135px;
    padding: 18px 14px;
    text-align: center;
    border-right: 1px solid #e3e8ec;
}

.az-why-item:last-child {
    border-right: 0;
}

.az-why-item > strong {
    display: block;
    margin-bottom: 8px;
    color: #079c59;
    font-size: 25px;
}

.az-why-item h3 {
    margin: 0 0 7px;
    color: #102642;
    font-size: 11px;
}

.az-why-item p {
    margin: 0;
    color: #687787;
    font-size: 9px;
    line-height: 1.45;
}


/* =========================================================
   MIS CURSOS
========================================================= */

.az-my-courses {
    padding: 10px 0 30px;
}

.az-my-courses > .az-container > h2 {
    margin: 0 0 13px;
    color: #102642;
    font-size: 21px;
}

.az-my-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 1.35fr;
    gap: 12px;
}

.az-progress-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe5e9;
    border-radius: 9px;
}

.az-mini-image {
    height: 78px;
    background-position: center;
    background-size: cover;
    background-color: #31546b;
}

.az-mini-image.image-1 {
    background-image: url("assets/images/seguridad-laboral.jpg");
}

.az-mini-image.image-2 {
    background-image: url("assets/images/gestion-proyectos.jpg");
}

.az-mini-image.image-3 {
    background-image: url("assets/images/control-calidad.jpg");
}

.az-mini-image.image-4 {
    background-image: url("assets/images/modelado-bim.jpg");
}

.az-progress-content {
    padding: 9px;
}

.az-status {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 5px;
    border-radius: 3px;
    background: #e8f3ff;
    color: #1265a0;
    font-size: 8px;
    font-weight: 700;
}

.az-status-gray {
    background: #eef0f2;
    color: #4e5861;
}

.az-progress-content h3 {
    min-height: 30px;
    margin: 0 0 7px;
    color: #102642;
    font-size: 10px;
    line-height: 1.35;
}

.az-progress-content > span:not(.az-status) {
    color: #6f7b86;
    font-size: 8px;
}

.az-progress {
    height: 5px;
    margin: 6px 0 8px;
    overflow: hidden;
    border-radius: 10px;
    background: #e8edf0;
}

.az-progress i {
    display: block;
    height: 100%;
    background: #1266a2;
    border-radius: inherit;
}

.az-progress-card button {
    padding: 5px 10px;
    border: 1px solid #86aaca;
    border-radius: 4px;
    background: #fff;
    color: #12609a;
    font-size: 8px;
    font-weight: 700;
}


/* FINAL CARD */

.az-finish-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    border: 1px solid #d3e5da;
    border-radius: 9px;
    background: linear-gradient(
        135deg,
        #f2faf5,
        #e7f5ed
    );
}

.az-finish-icon {
    flex: 0 0 55px;
    color: #079c59;
    font-size: 40px;
}

.az-finish-card h3 {
    margin: 0 0 3px;
    color: #102642;
    font-size: 12px;
}

.az-finish-card strong {
    display: block;
    margin-bottom: 7px;
    color: #078c50;
    font-size: 14px;
}

.az-finish-card p {
    margin: 0 0 12px;
    color: #63727e;
    font-size: 9px;
    line-height: 1.45;
}

.az-finish-card button {
    padding: 8px 14px;
    border: 0;
    border-radius: 4px;
    background: #079c59;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
}


/* =========================================================
   WHATSAPP
========================================================= */

.az-whatsapp {
    margin: 0 0 25px;
    padding: 20px 0;
    background: #061d38;
    color: #fff;
}

.az-whatsapp-inner {
    display: grid;
    grid-template-columns: 1.5fr .8fr 1fr;
    align-items: center;
    gap: 25px;
}

.az-whatsapp-brand {
    display: flex;
    align-items: center;
    gap: 13px;
}

.az-whatsapp-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #09bd70;
    border: 2px solid #09bd70;
    border-radius: 50%;
    font-size: 20px;
}

.az-whatsapp-brand strong,
.az-whatsapp-brand span,
.az-whatsapp-brand small {
    display: block;
}

.az-whatsapp-brand strong {
    font-size: 18px;
}

.az-whatsapp-brand span {
    color: #12b96c;
    font-size: 18px;
    font-weight: 800;
}

.az-whatsapp-brand small {
    margin-top: 2px;
    color: #ccd7df;
    font-size: 9px;
}

.az-phone {
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,.25);
}

.az-phone span {
    display: block;
    color: #d4dee6;
    font-size: 10px;
}

.az-phone strong {
    display: block;
    margin-top: 2px;
    font-size: 20px;
}

.az-whatsapp-button {
    justify-self: end;
    min-width: 190px;
    padding: 10px 16px;
    border: 1px solid #11a865;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
}

.az-whatsapp-button strong,
.az-whatsapp-button span {
    display: block;
}

.az-whatsapp-button strong {
    font-size: 10px;
}

.az-whatsapp-button span {
    margin-top: 3px;
    font-size: 9px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    .az-hero-inner {
        grid-template-columns: 1fr .75fr;
    }

    .az-course-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .az-my-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .az-finish-card {
        grid-column: span 2;
    }

    .az-search {
        grid-template-columns: 1fr 170px 120px;
    }

    .az-search-links {
        grid-column: 1 / -1;
        padding-top: 5px;
    }

}


@media (max-width: 800px) {

    .az-container {
        width: min(100% - 30px, 650px);
    }

    .az-hero {
        min-height: auto;
    }

    .az-hero-bg {
        inset: 0;
        opacity: .22;
    }

    .az-hero-inner {
        display: block;
        min-height: auto;
    }

    .az-hero-content {
        padding: 25px 0 40px;
    }

    .az-hero-visual {
        display: none;
    }

    .az-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .az-layout {
        grid-template-columns: 1fr;
    }

    .az-certificate {
        width: 100%;
    }

    .az-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .az-why-item:nth-child(2) {
        border-right: 0;
    }

    .az-why-item:nth-child(n+3) {
        border-top: 1px solid #e3e8ec;
    }

    .az-whatsapp-inner {
        grid-template-columns: 1fr;
    }

    .az-phone {
        padding: 12px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.2);
    }

    .az-whatsapp-button {
        justify-self: start;
    }

}


@media (max-width: 560px) {

    .az-container {
        width: calc(100% - 24px);
    }

    .az-hero h1 {
        font-size: 40px;
    }

    .az-features {
        grid-template-columns: 1fr;
    }

    .az-search {
        grid-template-columns: 1fr;
    }

    .az-search-links {
        display: grid;
        grid-template-columns: 1fr;
    }

    .az-course-grid {
        grid-template-columns: 1fr;
    }

    .az-why-grid {
        grid-template-columns: 1fr;
    }

    .az-why-item {
        border-right: 0;
        border-bottom: 1px solid #e3e8ec;
    }

    .az-why-item:last-child {
        border-bottom: 0;
    }

    .az-my-grid {
        grid-template-columns: 1fr;
    }

    .az-finish-card {
        grid-column: auto;
    }

    .az-section-title {
        display: block;
    }

    .az-section-title a {
        display: inline-block;
        margin-top: 8px;
    }

}
.aprendez-brand {
    margin-bottom: 28px;
}

.aprendez-brand img {
    display: block;
    width: 260px;
    height: auto;
}
/* LOGO APRENDE Z */
.az-brand {
    width: 180px;
    margin-bottom: 20px;
}

.az-brand img {
    display: block;
    width: 180px;
    height: auto;
    max-width: 100%;
    background: transparent;
}