/* ==========================================================================
   ANTO GROUP | ESTILOS OFICIALES DE BANNER EN PANTALLA COMPLETA
   ========================================================================== */


.antogroup-main {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #0b1a30;
    overflow-x: hidden;
}

.antogroup-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent !important;
}


.antogroup-banner-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.antogroup-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    z-index: 1;
}

.antogroup-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 20, 50, 0.2) 0%, rgba(5, 15, 35, 0.75) 100%);
    z-index: 2;
}

.antogroup-banner-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 120px 20px 10px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    max-width: 850px;
    margin: 0 auto;
    box-sizing: border-box;
}

.antogroup-banner-content::before {
    content: "";
    display: block;
    height: 120px;
}

.ag-center-logo {
    max-width: 510px;
    width: 90%;
    height: auto;
    object-fit: contain;
    margin: auto 0;
    transform: translateY(98px);
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.5));
}

.ag-banner-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: auto;
}

.ag-scroll-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 110px;
    transition: all 0.3s ease;
    animation: agBounce 2.2s infinite;
}

.ag-scroll-arrow:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    transform: translateY(3px);
}

@keyframes agBounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(6px);
    }

    60% {
        transform: translateY(3px);
    }
}

/* Texto descriptivo inferior */
.antogroup-description-section {
    position: relative;
    z-index: 3;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.ag-description-content {
    width: 100%;
}

.ag-bottom-text {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(15px, 1.7vw, 20px);
    font-weight: 300;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    letter-spacing: 0.3px;
}

@media (max-width: 768px) {
    .antogroup-banner-content {
        padding: 80px 15px 10px;
    }

    .ag-center-logo {
        max-width: 335px;
        transform: translateY(50px);
    }

    .ag-scroll-arrow {
        width: 38px;
        height: 38px;
        font-size: 13px;
        margin-bottom: 45px;
    }

    .antogroup-description-section {
        padding: 50px 15px;
    }

    .ag-bottom-text {
        font-size: 13.5px;
        padding: 0 10px;
        line-height: 1.5;
    }
}

.historia-main {
    width: 100%;
    height: 100vh;
    background-color: #e6e6e6;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.historia-header {
    display: flex;
    flex-direction: row;
    /* Coloca el título y el párrafo lado a lado */
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 900px;
    width: 100%;
    margin-bottom: 40px;
    transform: translateY(-60px);
}

.historia-title h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #1a2a40;
    /* Azul oscuro */
    margin: 0;
}

.historia-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #333;
    margin: 0;
}

/* 3. Fila de abajo (Tarjetas) */
.historia-cards-container {
    display: flex;
    flex-direction: row;
    /* Coloca las 2 tarjetas lado a lado */
    justify-content: center;
    gap: 30px;
    /* Separación entre tarjetas */
    max-width: 1000px;
    width: 100%;
}

/* 4. Diseño de cada Tarjeta (Misión y Visión) */
.historia-card {
    background-color: #f2f2f2;
    /* Blanco o gris super claro para que resalte sobre el fondo */
    border-radius: 30px;
    /* Bordes muy redondeados como en tu imagen */
    padding: 40px 30px;
    width: 50%;
    display: flex;
    flex-direction: row;
    /* Pone el ícono a la izq. y el texto a la der. */
    align-items: center;
    gap: 20px;
}

/* 5. Títulos verdes y textos de las tarjetas */
.card-content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #17a2b8;
    /* Verde/Cyan (ajústalo a tu gusto) */
    margin: 0 0 10px 0;
}

.card-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #333;
    margin: 0;
}

/* 6. Tamaño de los íconos */
.card-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .historia-main {
        height: auto;
        min-height: 100vh;
        padding: 60px 15px;
        gap: 40px;
    }

    .historia-header {
        transform: translateY(0);
        /* Quitamos el empuje hacia arriba en móviles */
        margin-bottom: 0;
    }

    .historia-title h2 {
        font-size: 32px;
    }

    .historia-text p,
    .card-content p {
        font-size: 16px;
    }

    .card-content h3 {
        font-size: 24px;
    }

    .historia-header,
    .historia-cards-container,
    .historia-card {
        flex-direction: column;
        /* Apila todo verticalmente */
        text-align: center;
        align-items: center;
    }

    .historia-card {
        width: 100%;
        /* La tarjeta ocupa todo el ancho en móviles */
        padding: 30px 20px;
    }
}

/* ==========================================================================
   PRODUCTOS ANTO
   ========================================================================== */
.productos-anto {
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-color: #0b1426;
    /* Fondo oscuro */
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productos-anto-container {
    max-width: 1250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.productos-row-top {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}

.productos-row-top .producto-card {
    flex: 1;
    /* Mitad para cada una */
}

.productos-row-bottom {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}

.productos-row-bottom .producto-card {
    flex: 1;
    /* Un tercio para cada una */
}

.producto-card {
    background-color: #0d1b3e;
    /* Fondo de las tarjetas azul marino */
    border-radius: 20px;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.producto-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.producto-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #00d9b5;
    /* Cian brillante/teal */
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.producto-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #e0e0e0;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 900px) {
    .productos-anto {
        padding: 60px 15px;
    }

    .productos-row-top,
    .productos-row-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .productos-anto-container {
        gap: 20px;
    }

    .producto-card {
        padding: 40px 25px;
    }

    .producto-card h3 {
        font-size: 20px;
    }

    .producto-card p {
        font-size: 15px;
    }
}

/* ==========================================================================
   PROCESO DE ELABORACIÓN
   ========================================================================== */
.proceso-elaboracion {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.proceso-container {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}

.proceso-container h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #1a2a40;
    margin: 0;
    text-transform: uppercase;
}

.proceso-container p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
    max-width: 800px;
}

.proceso-circulos {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.proceso-circulos .circulo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #7d8ea6;
    background-color: transparent;
}

@media (max-width: 768px) {
    .proceso-elaboracion {
        padding: 60px 20px;
    }

    .proceso-container {
        gap: 30px;
    }

    .proceso-container h2 {
        font-size: 26px;
    }

    .proceso-circulos {
        gap: 15px;
    }

    .proceso-circulos .circulo {
        width: 50px;
        height: 50px;
    }
}

/* ==========================================================================
   COTIZA AHORA
   ========================================================================== */
.cotiza-ahora-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 100vh;
    min-height: 500px;
}

.cotiza-img-side {
    flex: 1;
    background-image: url('../img/img-anto/banner_anto2.png');
    background-color: #888;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cotiza-text-side {
    flex: 1;
    background-color: #0b1426;
    /* Fondo azul oscuro */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 8%;
}

.cotiza-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 20px;
}

.cotiza-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(40px, 8vw, 120px);
    font-weight: 800;
    line-height: 0.85;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cotiza-content .text-cyan {
    color: #00d9b5;
    display: block;
    line-height: 1;
    margin-bottom: 0;
}

.cotiza-content .text-white {
    color: #ffffff;
    font-size: clamp(30px, 5vw, 80px);
    display: block;
    line-height: 1;
}

.btn-cotiza-cyan {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    background-color: #00d9b5;
    border-radius: 25px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-cotiza-cyan:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 217, 181, 0.3);
}

@media (max-width: 900px) {
    .cotiza-ahora-section {
        flex-direction: column;
        height: auto;
    }

    .cotiza-img-side {
        height: 300px;
        flex: none;
    }

    .cotiza-text-side {
        padding: 60px 20px;
        flex: none;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .cotiza-content {
        align-items: center;
    }
}