/* BANNER */
.banner video,
.banner img {
    width: 100%;
    height: auto;
    display: block;
}

.LATECNOLOGIA {
    background: url("../IMG/BG_blanco.png");
    background-size: cover;
    background-position: top center;
    padding: 30px 0;
    position: relative;
}

/* Pseudo-elemento para el reflejo */
.LATECNOLOGIA::before {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 300px;
    aspect-ratio: 2.64 / 1;
    background: url(../IMG/cuadros1.png);
    background-size: cover;
    z-index: 100;
}

.LATECNOLOGIA p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    text-align: center;
    color: #121311;
    margin: 0px;
}

.LATECNOLOGIA p strong {
    font-weight: 600;
}

.LATECNOLOGIA h1 {
    font-family: "Orbitron", sans-serif;
    font-weight: 800;
    font-size: 2rem;
    margin: 0px;
    text-align: center;
    color: #a39e9e;
    text-transform: uppercase;
}

.LATECNOLOGIA h1 strong {
    font-weight: 800;
    color: #7eda40;
}

.LATECNOLOGIA a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    margin: 50px auto;
    display: block;
    background: rgb(129, 223, 55);
    background: linear-gradient(90deg, rgba(129, 223, 55, 1) 0%, rgba(85, 218, 25, 1) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    width: 350px;
    max-width: 90%;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 8px 10px rgba(255, 255, 255, 0.3),
        /* Resplandor superior */
        inset 0 -5px 10px rgba(0, 0, 0, 0.2);
    /* Sombra inferior */
}

/* Pseudo-elemento para el reflejo */
.LATECNOLOGIA a::before {
    content: "";
    position: absolute;
    top: -211%;
    left: -50%;
    width: 150%;
    height: 300%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 100%);
    transform: rotate(350deg);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    /* Transición suave */
}

.LATECNOLOGIA a:hover::before {
    top: -190%;
    /* Ajuste en la posición */
    left: 19%;
    transform: rotate(367deg) scale(1.1);
    /* Ligero escalado */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.6) 0%);
}

.LATECNOLOGIA .flexer {
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
    display: flex;
    width: 100%;
    max-width: 100%;
}

.LATECNOLOGIA .flexer img {
    width: 27%;
    max-width: 250px;
}

.INTEGRACION {
    background: rgb(107, 186, 68);
    background: linear-gradient(to bottom, rgba(194, 252, 88, 0) 70%, rgba(194, 252, 88, 1) 120%),
        radial-gradient(circle at center top, rgba(107, 186, 68, 1) 50%, rgba(194, 252, 88, 1) 100%);
    padding: 50px 0;
    position: relative;
    color: #fff;
    text-align: center;
}

.INTEGRACION h1 {
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    margin: 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.INTEGRACION p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    text-align: center;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.INTEGRACION img {
    width: 600px;
    max-width: 95%;
    margin: 20px auto;
}

.OSHOP {
    background-color: #eef0f2;
    /* Fondo claro */
    padding: 50px 0;
}

.OSHOP .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0 20px;
}

.oshop-content {
    max-width: 45%;
}

.oshop-content h2 {
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #121311;
    margin-bottom: 10px;
}

.oshop-content h2 span {
    color: #7eda40;
    /* Verde neón */
    font-weight: 800;
    display: block;
    font-size: 3rem;
}

.oshop-content p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    color: #121311;
}

.oshop-content h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.oshop-content h3 span {
    color: #ff6600;
    /* Naranja */
}

.oshop-logo {
    width: 200px;
    margin: 15px 0;
}

.btn-oshop {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5rem;
    margin: 50px auto;
    display: block;
    background: linear-gradient(90deg, rgba(255, 167, 57, 1) 0%, rgba(235, 116, 20, 1) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    width: 350px;
    max-width: 90%;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 8px 10px rgba(255, 255, 255, 0.3),
        /* Resplandor superior */
        inset 0 -5px 10px rgba(0, 0, 0, 0.2);
    /* Sombra inferior */
    transition: transform 0.2s ease-in-out;
    /* Suaviza la animación */
}

/* Pseudo-elemento para el reflejo */
.btn-oshop::before {
    content: "";
    position: absolute;
    top: -211%;
    left: -50%;
    width: 150%;
    height: 300%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 100%);
    transform: rotate(350deg);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    /* Transición suave */
}

/* Efecto hover */
.btn-oshop:hover::before {
    top: -190%;
    left: 19%;
    transform: rotate(367deg) scale(1.1);
    /* Ligero escalado */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.6) 0%);
}


.oshop-image {
    max-width: 50%;
    text-align: center;
}

.oshop-image img {
    width: 100%;
    max-width: 500px;
}

.estadisticas-section {
    background: url("../IMG/BackBlue.png");
    background-size: cover;
    background-position: top center;
    padding: 50px 0;
    position: relative;
    min-height: 100vh;
    /* Ajusta según el tamaño necesario */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* Acomoda los recuadros a la derecha */
    padding-right: 100px;
    /* Ajusta la separación del borde */
}

/* Pseudo-elemento para el reflejo */
.estadisticas-section::before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 300px;
    aspect-ratio: 2.31 / 1;
    background: url(../IMG/cuadros2.png);
    background-size: cover;
    z-index: 100;
}

.estadisticas-container,
.estadisticas-metricas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Alinear las imágenes a la izquierda dentro del bloque */
    gap: 20px;
    /* Espaciado entre cada métrica */
}

.estadisticas-metricas img {
    width: 300px;
    /* Ajusta el tamaño según el diseño */
    max-width: 80%;
}


.slider-container {
    position: relative;
    overflow-x: hidden;
    padding: 40px 60px;
    width: 90%;
    max-width: 600px;
}

.slider-container::before,
.slider-container::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 110px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    z-index: 2;
}

.slider-container::before {
    left: -9px;
    background-image: url('../IMG/CORCHIZ1.png');
}

.slider-container::after {
    right: -9px;
    background-image: url('../IMG/CORCDER1.png');
}

.slider-track {
    display: flex;
    gap: 60px;
    animation: scroll-logos 10s linear infinite;
    align-items: center;
}

.slider-container:hover .slider-track {
    animation-play-state: paused;
}

.slider-track img {
    height: 80px;
    object-fit: contain;
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-142%);
    }
}

/* Mostrar solo 3 logos en desktop, 1 en móvil */
@media (min-width: 768px) {
    .slider-container {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .slider-container {
        max-width: 90%;
        width: 90%;
        padding: 40px 0px;
        margin: 0 auto;
    }

    .slider-track {
        gap: 40px;
    }

    .slider-track img {
        height: 70px;
    }

    .slider-container::before,
    .slider-container::after {
        height: 100px;
    }

    @keyframes scroll-logos {
        0% {
            transform: translateX(0);
        }
    
        100% {
            transform: translateX(-195%);
        }
    }
}

/* Móviles */
@media only screen and (max-width: 800px) {
    .banner {
        margin-top: 96px;
        text-align: center;
        width: 100vw;
    }

    .banner img {
        width: 150%;
        max-width: 150%;
        margin-left: -25%;
    }

    .banner video {
        width: 100%;
        max-width: 100%;
        margin-left: 0%;
    }

    .LATECNOLOGIA p {
        font-size: 1.2rem;
    }

    .LATECNOLOGIA h1 {
        font-family: "Orbitron", sans-serif;
        font-weight: 800;
        font-size: 1.8rem;
    }

    .LATECNOLOGIA .flexer {
        align-content: center;
        flex-direction: column;
    }

    .LATECNOLOGIA .flexer img {
        width: 90%;
        max-width: 250px;
        margin: 10px auto;
    }

    .LATECNOLOGIA a {
        font-size: 1.2rem;
    }

    /* Pseudo-elemento para el reflejo */
    .LATECNOLOGIA::before {
        content: "";
        position: absolute;
        bottom: -30px;
        right: 0;
        width: 150px;
    }

    .estadisticas-section {
        padding: 10px 10px 10px 0px;
        justify-content: flex-end;
        /* Acomoda los recuadros a la derecha */
    }

    .estadisticas-section::before {
        content: "";
        position: absolute;
        bottom: -30px;
        right: 0;
        width: 150px;
    }

    .estadisticas-metricas {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
    }

    .OSHOP .container {
        flex-direction: column;
        text-align: center;
        width: 80%;
    }

    .oshop-content,
    .oshop-image {
        max-width: 100%;
    }

    .oshop-content {
        margin-bottom: 20px;
    }
}