
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

hr{
    width: 89%;/* Ajusta el ancho de la línea según tus necesidades */
    height: 2.07px;/* Grosor de 2px */
    background-color: #000000;/* Color negro */
    border: none;/* Elimina cualquier borde predeterminado */
}
.roboto-condensed {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.roboto-condensed {
    font-family: "Roboto Condensed", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* Pantalla de transición */
#transition-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 10000;
}
#transition-image,
#transition-image2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#transition-image {
    display: none;
}
/* Imagen de transición */
#transition-image2 {
    display: block;
}

/* Animación de deslizamiento hacia arriba */
.slide-up {
    animation: slideUp 2.5s ease-out forwards;
}

@keyframes slideUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100%); }
}

.presentacion {
    position: relative; /* Contenedor base */
    display: flex; /* Flexbox para alinear los hijos */
    flex-direction: column; /* Alinea los hijos en columna */
    justify-content: space-between; /* Distribuye los elementos: inicio y final */
    width: 100%; /* Ocupa todo el ancho */
    min-height: 250px;
    height: 100vh; /* Ocupa todo el alto */
    overflow: hidden; /* Evita desbordes */
}

.presentacionn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    height: 100vh;
    overflow: hidden;
}

.animacion-fondo {
    width: 100%; /* Ocupa todo el ancho */
    height: 80%; /* Ocupa todo el alto */
    position: absolute; /* Posición absoluta para que no sea afectado por los contenedores */
    top: 0;
    left: 0;
    z-index: -1; /* Fondo (por debajo de todo) */
    object-fit: cover; /* Asegura que el GIF cubra el espacio sin distorsionarse */
}

.arop {
    position: absolute;
    width: 236.311px;
    height: auto;
    z-index: 1; /* Por encima del fondo */
}

.industria {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 1.725px;
    position: relative; /* Se posiciona normalmente en el flujo flexbox */
    z-index: 2; /* Asegura que quede visible */

}

.resaltado{
    color: white;
}

.introduccion-dolton {
    text-align: justify;
    font-family: "Roboto condensed";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;/* 16.8px */
    letter-spacing: 1.735px;
    width: 217px;
    height: 68px;
    text-align: left;
    font-optical-sizing: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(80px);
}
.content-title-negocio{
    width: 310px;
}
.h1-elevando-negocio{
    font-size: 32px;
    width: 252px;
    color: #222;
    line-height: 31.853px; /* 99.54% */
    letter-spacing: 4.8px;
    text-transform: uppercase;
    margin-left: 19px;
    margin-bottom: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    
}

.estrella-azul-1 {
    width: 20.37px;
    height: 20.37px;
    margin-right: 5px;
    animation: girar 3s linear infinite;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.container-texto{
    display: flex;
    justify-content: center;
}
.texto-sobre-nosotros{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 16.8px */
    letter-spacing: 1.735px;
    margin: 0 19px 40px 19px;
    width: 352px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-style: normal;
}


.lapicera{
    width: 270.013px;
    height: 290.05px;
}
.lapiceras-content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.sobre-nosotros{
    width: 250.32px;
    height: 126.6px;
    border: 0.58px 0px 0px 0px;
    margin-left: -100px;
    margin-bottom: -20px;
}

.texto-nuestra-trayectoria {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 0;
    letter-spacing: 1.763px;
    margin-top: 30px;
    width: 291px;
    text-align:left;
    font-family: "Roboto", sans-serif;
    opacity: 0;
    /* Inicialmente invisible */
    transform: translateX(-180px);
    /* Comienza desplazado a la izquierda */
    transition: all 1s ease-in-out;
    /* Transición para suavizar */
}

/* Clase de animación */
.texto-nuestra-trayectoria.animate {
    opacity: 1;
    /* Se hace visible */
    transform: translateX(0);
    /* Se desplaza a su posición original */
}

.contenedor-p-trayectoria{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
}


.hr-2-content {
    display: flex;
    transform: translateX(-130px);
}

.hr-2 {

    width: 28.09px;
    /* Ajusta el ancho de la línea según tus necesidades */
    height: 1.494px;
    /* Grosor de 2px */
    background-color: #000000;
    /* Color negro */
    border: none;
    /* Elimina cualquier borde predeterminado */
    
    animation: blink 2.5s infinite ease-in-out;
}

/* Definición de la animación */
@keyframes blink {

    0%,
    100% {
        opacity: 1;
        /* Visible */
    }

    50% {
        opacity: 0;
        /* Completamente invisible */
    }
}

.container-ns {
    display: flex;
    justify-content: center;
    /* Centra horizontalmente */
    align-items: center;
    /* Centra verticalmente */
    flex-direction: column;
    /* Pone los elementos en columna (uno debajo del otro) */
    margin: 0 auto 40px;
    /* Ajusta el margen si es necesario */
}

.nuestros {
    width: 284.714px;
    height: 31.853px;
    flex-shrink: 0;
    color: #D0D0D0;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 31.853px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    justify-content: center;
    margin-top: 100px;
}

.servicios {
    width: 284.714px;
    height: 31.853px;
    color: #D0D0D0;
    font-size: 32px;
    font-weight: 400;
    line-height: 31.853px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    left: 33px;
    bottom: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: italic;
    align-items: center;
    justify-content: center;
}

.img-estrella-servicio {
    width: 24.372px;
    height: 24.372px;
    flex-shrink: 0;
    fill: #D0D0D0;
    position: relative;
    z-index: 2;
    right: 130px;
    bottom: 25px;

}

.caja-container {
    display: flex;
    flex-direction: column;
    gap: 29px;
    justify-content: center;
    z-index: 3;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}
.caja {
    width: 282px;
    height: 323px;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
}
  
.caja div {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    font-size: 16px;
    border-radius: 36px;
}
.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #0000FF;
    /* Color inicial */
    color: #FFF;
    border: none;
    border-radius: 50%;
    font-size: 26px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(0, 0, 255, 0.5);
    animation: pulse 1.5s infinite;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.cta-button span {
    font-weight: bold;
}

.cta-button:hover {
    background-color: #FF0000;
    /* Cambia a rojo al hacer hover */
    animation: none;
    /* Detener la animación al pasar el cursor */
    transform: scale(1.1);
    /* Aumenta el tamaño al hacer hover */
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(0, 0, 255, 0);
        /* Ajusta el tamaño del "halo" */
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(0, 0, 255, 0);
    }
}
  
.front {
    background: #D0D0D0;
}
  
.back {
    background-color: #D0D0D0;
    color: white;
    transform: rotateY(180deg); 
}
  
.caja .flipped .front {
    transform: rotateY(180deg);
}
  
.caja .flipped .back {
    transform: rotateY(0deg);
}
  
.caja {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}
  
.caja.flipped {
    transform: rotateY(180deg);
}
.fondo-negro{
    background-color: #000;
    z-index: 2;
    position: relative;
    min-height: 100vh;
}
.fondo-c {
  position: absolute; /* Sacamos la imagen del flujo normal */
  top: 0; /* La colocamos en la parte superior */
  left: 0; /* Y alineamos al lado izquierdo */
  width: 100vw; /* Que ocupe todo el ancho del contenedor */
  object-fit: cover; /* Ajusta la imagen para que no se deforme */
  z-index: -1; /* La enviamos detrás del contenido */
}


.hr-cajas{
    width: 28px;
    height: 1px; 
    border: none;
    background-color: #000; 
    margin: 10px 0 0 19px; 
    fill: #000;
    stroke-width: 1.494px;
    stroke: #000;
}
.p-cajas{
    margin: 30px 0 0 19px;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%; 
    letter-spacing: 1px;
    font-family: "Roboto condensed";
    font-style: italic;
}
.p-cajas-azul{
    margin: 30px 0 0 19px;
    color: #0000FF;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 120%; 
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}
.hr-cajas-azul{
    width: 28px;
    height: 1px; 
    border: none;
    background-color: #0000FF; 
    margin: 10px 0 0 19px; 
    fill: #0000FF;
    stroke-width: 1.494px;
    stroke: #0000FF;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.container-pback{
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-back1{
    display: flex;
    width: 224px;
    height: 121px;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    color: #000;
    text-align: left;
    font-family: "Roboto";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;/* 16.8px */
    letter-spacing: 3.527px;
}
.p-back2{
    display: flex;
        width: 244px;
        height: 121px;
        flex-direction: column;
        justify-content: flex-end;
        flex-shrink: 0;
        color: #000;
        text-align: left;
        font-family: "Roboto";
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
        /* 16.8px */
        letter-spacing: 3.527px;
}
.p-back3{
    display: flex;
    width: 224px;
    height: 121px;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    color: #000;
    text-align: left;
    font-family: "Roboto";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;/* 16.8px */
    letter-spacing: 3.527px;
}
.p-back4{
    display: flex;
    width: 224px;
    height: 121px;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    color: #000;
    text-align: left;
    font-family: "Roboto";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;/* 16.8px */
    letter-spacing: 3.527px;
}
.p-back5{
    display: flex;
    width: 224px;
    height: 121px;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    color: #000;
    text-align: left;
    font-family: "Roboto";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;/* 16.8px */
    letter-spacing: 3.527px;
}
.p-back6{
    display: flex;
    width: 224px;
    height: 121px;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    color: #000;
    text-align: left;
    font-family: "Roboto";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;/* 16.8px */
    letter-spacing: 3.527px;
}
.p-back7{
    display: flex;
    width: 224px;
    height: 121px;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    color: #000;
    text-align: left;
    font-family: "Roboto";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;/* 16.8px */
    letter-spacing: 3.527px;
}
.numero-caja {
    margin: 0;
    color: #00F;
    font-size: 100px;
    font-style: italic;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 15px;
    text-transform: uppercase;
    text-align: right;
    margin-top: 210px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-right: 10px;
}
.parrafo-container{
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
}
.parrafo-enfoque{
    width: 282px;
    margin: 56px 0 50px 0;
    color: #FFF;
    text-align: left;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    line-height: 120%;/* 16.8px */
    letter-spacing: 1.763px;
    flex-shrink: 0;
}
.contenedor-messi{
    text-align: left;
    width: 279px;
    height: 359px;
    margin: 0 auto;
}
.estampado{
    width: 279px;
    height: 28px;
    color: #222;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 31.853px; /* 176.959% */
    letter-spacing: 2.7px;
    text-transform: uppercase; 
    margin-bottom: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: italic;
}
.messi-image{
    width: 279px;
    height: 289px;

}
.div-p-estampado {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p-estampado {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%; /* 14.4px */
    letter-spacing: 2.196px;
    margin: 0 0 10px;
    width: 70%; 
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.year {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.2px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    animation: blink 2.5s infinite ease-in-out;
}


.hr-3 {
    width: 34.987px; /* Ajusta el ancho de la línea según tus necesidades */
    height: 1.2px; /* Grosor de 2px */
    background-color: #000000; /* Color negro */
    border: none; /* Elimina cualquier borde predeterminado */
    transform: translateX(-121.2px);
    animation: blink 2.5s infinite ease-in-out;
}

.contenedor-pendrive{
    text-align: left;
    width: 279px;
    height: 359px;
    margin: 0 auto;
    margin-bottom: 52px;
}
.pendrive{
    width: 279px;
    height: 28px;
    color: #222;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 31.853px; /* 176.959% */
    letter-spacing: 2.7px;
    text-transform: uppercase; 
    margin-bottom: 0;
    margin-top: 52px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.pendrive-image{
    width: 279px;
    height: 289px;
}
.div-p-pendrive{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.p-pendrive{
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%; /* 14.4px */
    letter-spacing: 2.196px;
    margin: 0 0 10px;
    width: 70%; 
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.contenedor-termo{
    text-align: left;
    width: 279px;
    height: 359px;
    margin: 0 auto;
    margin-bottom: 52px;
}
.vaso-termico{
    width: 279px;
    height: 28px;
    color: #222;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 31.853px; /* 176.959% */
    letter-spacing: 2.7px;
    text-transform: uppercase; 
    margin-bottom: 0;
    margin-top: 52px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.termo-image{
    width: 279px;
    height: 289px;
}
.div-p-termo{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.p-termo{
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%; /* 14.4px */
    letter-spacing: 2.196px;
    margin: 0 0 10px;
    width: 70%; 
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.contenedor-mochila{
    text-align: left;
    width: 279px;
    height: 359px;
    margin: 0 auto;
    margin-bottom: 52px;
}
.mochila{
    width: 279px;
    height: 28px;
    color: #222;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 31.853px; /* 176.959% */
    letter-spacing: 2.7px;
    text-transform: uppercase; 
    margin-bottom: 0;
    margin-top: 52px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.mochila-image{
    width: 279px;
    height: 289px;
}
.div-p-mochila{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.p-mochila{
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%; /* 14.4px */
    letter-spacing: 2.196px;
    margin: 0 0 10px;
    width: 70%; 
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.contenedor-lapicera{
    text-align: left;
    width: 279px;
    height: 359px;
    margin: 0 auto;
    margin-bottom: 52px;
}
.lapicera-nombre{
    width: 279px;
    height: 28px;
    color: #222;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 31.853px; /* 176.959% */
    letter-spacing: 2.7px;
    text-transform: uppercase; 
    margin-bottom: 0;
    margin-top: 52px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.lapicera-image{
    width: 279px;
    height: 289px;
}
.div-p-lapicera{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.p-lapicera{
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%; /* 14.4px */
    letter-spacing: 2.196px;
    margin: 0 0 10px;
    width: 80%; 
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.contenedor-reconocimientos{
    text-align: left;
    width: 279px;
    height: 359px;
    margin: 0 auto;
    margin-bottom: 52px;
}
.reconocimientos{
    width: 279px;
    height: 28px;
    color: #222;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 31.853px; /* 176.959% */
    letter-spacing: 2.7px;
    text-transform: uppercase; 
    margin-bottom: 0;
    margin-top: 52px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.recognize-image{
    width: 279px;
    height: 289px;
}
.div-p-reconocimiento{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.p-reconocimiento{
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%; /* 14.4px */
    letter-spacing: 2.196px;
    margin: 0 0 10px;
    width: 70%;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal; 
}
.contenedor-merchandansing{
    text-align: left;
    width: 279px;
    height: 359px;
    margin: 0 auto;
    margin-bottom: 52px;
}
.merchandansing{
    width: 279px;
    height: 28px;
    color: #222;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 31.853px; /* 176.959% */
    letter-spacing: 2.7px;
    text-transform: uppercase; 
    margin-bottom: 0;
    margin-top: 52px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.merchandansing-image{
    width: 279px;
    height: 289px;
    object-fit: cover;
}
.div-p-merchandansing{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.p-merchandansing{
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%; /* 14.4px */
    letter-spacing: 2.196px;
    margin: 0 0 10px;
    width: 70%; 
    font-family: "Roboto", sans-serif;
    font-style: normal;
}
.contenedor-p-contamos{
    display: flex;
    align-items: left;
    justify-content: center;
}
.contamos{
    width: 279px;
    height: 57px;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    letter-spacing: 1.7347700595855713px;  
    margin-bottom: 89px;  
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}


.contenedor-azul {
    background-color: #00F;
    width: 100%;
    height: 502px;
    
    padding: 20px;
    overflow: hidden; /* Esto asegura que ningún contenido se salga del contenedor */
    box-sizing: border-box; /* Asegura que el padding se incluya dentro del ancho y la altura */
}
/* Estilos existentes */
.texto-elevar {
    text-align: left;
}

@keyframes glowing {
    0% {
        filter: blur(0);
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    }

    50% {
        filter: blur(0.2px);
        text-shadow: 0 0 20px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 0.8);
    }

    100% {
        filter: blur(0);
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    }
}

.p-elevar {
    width: 100%;
    font-size: 35px;
    font-style: italic;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.12em;
    color: #fff;
    margin-top: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
}

.glowing {
    display: inline-block;
    /* Asegura que cada palabra pueda separarse visualmente */
    animation: glowing 2s infinite;
    /* Animación continua */
}

.estrella-blanca {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-bottom: 8px;
    animation: glowing 2s infinite;
    /* Mismo efecto para la estrella */
}

.desarrollo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto-desarrollo-ideas {
    max-width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    letter-spacing: 1.73px;
    text-align: left    ;
    color: #fff;
    width: 286px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}
.algunos-proyectos{
    width: 300px;
    height: 156px;
    margin-left: 10px;
    margin-top: 70px;
}

.seccion-fondo-negro{
    background-color: #000000;
    width: 100%;
    margin-bottom: -50px;
}
.nuestros-container{
    display: flex;
    justify-content: center;
}
.p-nuestros{
    width: 284.714px;
    height: 31.853px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 31.853px; 
    letter-spacing: 4.8px;
    text-transform: uppercase;
    margin: 143px 0 0 ;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.clientes-container{
    display: flex;
    justify-content: center;
    text-align: right;
}
.p-clientes{
    width: 284.5px;
    height: 28px;
    color: #FFF;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 31.853px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    margin: 0 40px 53px 0;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.container-ce{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.clientes-eligen{
    color: #FFF;
    width: 293px;
    text-align: justify;
    font-size: 18px;
    font-style: italic;
    font-weight: 200;
    line-height: 120%;
    letter-spacing: 1.735px;
    margin-bottom: 110px;
    font-family: "Roboto condensed", sans-serif;
}
.logo-slider-container {
    margin-bottom: 30px;
}

.logo-slider {
    margin: 0 auto;
    position: relative;
    display: flex;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 72px;
    align-items: center;
}

.logo-slider div {
    display: flex;
    position: relative;
    justify-content: space-around;
    width:1000%;
    /* Contenedor duplicado */
    animation: marquee 25s linear infinite;
    /* Animación por defecto */
}

.logo-slider img {
    display: block;
    width: 79px;
    height: 56px;
    object-fit: contain;
    margin: 0 10px;
}
.logo-slider img.vtv {
    width: 50px; /* Ancho personalizado */
    height: 40px; /* Alto automático para mantener proporciones */
    object-fit: contain; /* Mantiene la relación de aspecto */
    margin-top: 8px;
}

/* Animación hacia la izquierda */
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

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

/* Animación hacia la derecha */
@keyframes marquee-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* Aplicar la animación hacia la derecha al slider del medio */
.logo-slider-container:nth-child(3) .logo-slider div {
    animation: marquee-right 30s linear infinite;
}

.contenedor-general {
    flex-direction: column;
    align-items: center;
}
.contenedor-sobre-nosotros {
    align-items: center;
    margin-bottom: 20px; /* Ajusta el espacio debajo de la imagen y el texto */
}
.contenedor-lapicera {
    margin-top: 20px; /* Ajusta el espacio encima de la imagen lapicera si es necesario */
} 
.contenedor-sobre-nosotros {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sobre-nosotros{
    margin-right: 30px;
}

 .nuestros1, .servicios1, .img-estrella-servicio1{
        display: none;
    }
.fondo-t{
    display: none;
}
.fondo-p {
    display: none;
}

@media (min-width: 495px){
    .p-elevar {
    font-size: 40px;
    line-height: 65px;
    margin-top: 12px;
    width: 350px;
    }
  
}

@media (min-width: 550px){
    hr {
            width: 95%;
            /* Ajusta el ancho de la línea según tus necesidades */
            height: 2.57px;
            /* Grosor de 2px */
            background-color: #000000;
            /* Color negro */
            border: none;
            /* Elimina cualquier borde predeterminado */
    
        }
}

@media (min-width: 760px) {
    .logo-slider img.vtv {
            width: 50px;
            /* Ancho personalizado */
            height: 40px;
            /* Alto automático para mantener proporciones */
            object-fit: contain;
            /* Mantiene la relación de aspecto */
            margin-top: 5px;
        }

    
    .fondo-c {
            display: none;
        }
    .seccion2 {
        height: 100vh;
        min-height: 500px;
    }

    #transition-image {
        display: block;
    }

    /* Imagen de transición */
    #transition-image2 {
        display: none;
    }

    .presentacionn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        /* Toma el espacio central */
        overflow: hidden;
        
    }

  .animacion-fondo {
    width: 150%; /* Reducimos el ancho al 60% del contenedor */
    height: auto; /* La altura se ajusta automáticamente */
    position: absolute; /* Posición absoluta para colocarlo en el fondo */
    top: 50%; /* Centrado verticalmente */
    left: 50%; /* Centrado horizontalmente */
    transform: translate(-50%, -60%); /* Centrado exacto */
    z-index: -1; /* Fondo (por debajo de todo) */
    object-fit: contain; /* Asegura que el GIF no se distorsione */
}

    .arop {
        position: absolute;
        width: 236.311px;
        height: auto;
        z-index: 1;
        /* Por encima del fondo */
    }

    .industria {
        font-family: Roboto;
        font-size: 25px;
        font-weight: 300;
        line-height: 120%;
        letter-spacing: 1.725px;
        position: relative;
        /* Se posiciona normalmente en el flujo flexbox */
        z-index: 2;
        /* Asegura que quede visible */

    }

    .resaltado {
        color: white;
    }

    .nuestros1,
    .servicios1,
    .img-estrella-servicio1 {
        display: none;
    }

    .introduccion-dolton{
    Width: 217px;
    Height: 68px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%; /* 16.8px */
    letter-spacing: 1.735px;
    text-align: left;
    font-family: "Roboto condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(30px);
}

    .content-title-negocio {
        position: relative;
        

    }
     .estrella-azul-1 {
        width: 28px;
        height: 28px;
    }


    .h1-elevando-negocio {
        font-size: 35px;
        width: 250px;
        line-height: 40px;
        margin-bottom: -20px;
    }

    .container-texto {
        justify-content: flex-end;
        position: relative;
        bottom: 80px;
        right: 35px;
        
    }

   
    .texto-sobre-nosotros {
       
        transform: translateY(-5px);
    }

    hr {
        width: 98%;/* Ajusta el ancho de la línea según tus necesidades */
        height: 2.17px;/* Grosor de 2px */
        background-color: #000000;/* Color negro */
        border: none;/* Elimina cualquier borde predeterminado */
        transform: translateY(10px);

    }

    .texto-nuestra-trayectoria {
        width: 307px;
        font-size: 13.5px;
        margin-right: 70px;
        
    }

    .lapiceras-content {
        margin-right: 65px;
        
    }

    .lapicera {
        height: 352px;
        width: 250px;
        transform: translate(250px,200px);
    }

    .sobre-nosotros {
        
        width: 310px;
        height: 219px;
        margin-bottom: -20px;
    }

    .contenedor-sobre-nosotros {
        margin: 0;
    }

    .gran-container-sobre {
        flex-direction: column;
        position: absolute;
        margin: -420px 0px 0 40px;
        bottom: -600px;
    }

    .hr-2 {
        width: 29.495px;
        height: 1.569px;
        margin-top: 60px;
        margin-left: -56px;
        background-color: #000;
    }

    .horizontal {
        z-index: 3;
    }

    .container-ns {
        display: flex;
        justify-content: center;
        /* Centra horizontalmente */
        align-items: center;
        /* Centra verticalmente */
        flex-direction: column;
        /* Pone los elementos en columna (uno debajo del otro) */
        margin: 0 auto -100px;
        /* Ajusta el margen si es necesario */
    }

    .nuestros {
        font-size: 40px;
        left: -200px;
        top: 300px;

    }

    .servicios {
        font-size: 40px;
        left: -160px;
        top: 240px;
    }

    .img-estrella-servicio {
        height: 30px;
        width: 30px;
        left: -326px;
        top: 270px;
    }

    .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        min-height: 100vh;
            /* Al menos el alto de la pantalla */
    }

    .caja-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 3 columnas con el mismo ancho */
        grid-gap: 30px;
        /* Espacio entre las cajas */
        justify-content: center;
        /* Centra las cajas horizontalmente */
        align-items: center;
        /* Centra las cajas verticalmente */
        max-width: 1200px;
        padding: 180px;

    }


    .caja {
        width: 323px;
        height: 385px;
    }

    .cta-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background-color: #0000FF;
        /* Color inicial */
        color: #FFF;
        border: none;
        border-radius: 50%;
        font-size: 28px;
        position: absolute;
        bottom: 30px;
        left: 20px;
        cursor: pointer;
        box-shadow: 0 0 0 0 rgba(0, 0, 255, 0.5);
        animation: pulse 1.5s infinite;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .cta-button span {
        font-weight: bold;
    }

    .cta-button:hover {
        background-color: #FF0000;
        /* Cambia a rojo al hacer hover */
        animation: none;
        /* Detener la animación al pasar el cursor */
        transform: scale(1.1);
        /* Aumenta el tamaño al hacer hover */
    }

    /* Animación de pulsación */
    @keyframes pulse {
        0% {
            transform: scale(0.9);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 20px rgba(0, 0, 255, 0);
            /* Ajusta el tamaño del "halo" */
        }

        100% {
            transform: scale(0.9);
            box-shadow: 0 0 0 0 rgba(0, 0, 255, 0);
        }
    }

    .numero-caja {
        margin-top: 270px;

    }

    .p-cajas {
        font-size: 20px;
    }

    .hr-cajas {
        width: 42px;
    }
   .fondo-t {
    display: block;
    position: absolute; /* Sacamos la imagen del flujo normal */
    top: 0; /* La colocamos en la parte superior */
    left: 0; /* Y alineamos al lado izquierdo */
    width: 100vw; /* Que ocupe todo el ancho del contenedor */
    height: 100%;
    object-fit: cover; /* Ajusta la imagen para que no se deforme */
    z-index: -1; /* La enviamos detrás del contenido */
        background-image: linear-gradient(to top, rgba(1, 1, 1, 1), rgba(1, 1, 1, 1)),
}
    .fondo-c{
        display: none;
    }

    .parrafo-enfoque {
        font-size: 20px;
        width: 384px;
        transform: translateX(200px);
    }

    .contenedor-azul {
        height: 100vh;
        min-height: 932px;
    }

    .p-elevar {
        font-size: 84.375px;
        line-height: 112px;
        margin-top: 100px;
        width: 100%;
        height:100%;
    }

    .texto-desarrollo-ideas {
        bottom: 0;
    }

    .estrella-blanca {
        width: 110px;
        height: 110px;
        margin-bottom: 24px;
    }

    .desarrollo-container {
        justify-content: flex-end;
        top: 300px;
        margin-top: 200px;
    }

    .hr-cajas-azul {
        width: 42px;
    }

    

    .p-back1,
    .p-back2,
    .p-back3,
    .p-back4,
    .p-back5,
    .p-back6,
    .p-back7 {
        display: flex;
        width: 273px;
        height: 202px;
        flex-direction: column;
        justify-content: flex-end;
        flex-shrink: 0;
        color: #000;
        text-align: left;
        font-family: Roboto;
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;/* 20.4px */
        letter-spacing: 3.527px;
    }

    .texto-desarrollo-ideas {
        text-align: left;
        width: 462px;
        font-size: 24px;
        line-height: 120%;
    }

    .contenedor-nc {
        display: flex;
        justify-content: space-between;
        /* Distribuye los elementos a los lados */
        align-items: center;
        /* Alinea los elementos verticalmente al mismo nivel */
        width: 100%;
        /* Asegura que ocupe todo el ancho del contenedor */
        margin-top: 50px;
    }

    .nuestros-clientes-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nuestros-container {
        display: flex;
        justify-content: center;
    }

    .clientes-container {
        display: flex;
        justify-content: flex-end;
    }

    .container-ce {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-align: left;
    }

    .clientes-eligen {
        transform: translate(-30px, 90px);
    }
            .desarrollo-container{
        justify-content: flex-end;
        transform: translateY(-100px);
        
    }
         .algunos-proyectos {
             width: 400px;
         }
    .logo-slider-container {
    margin-bottom: 30px;
}

.logo-slider {
    margin: 0 auto;
    position: relative;
    display: flex;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 72px;
    align-items: center;
}

.logo-slider div {
    display: flex;
    position: relative;
    justify-content: space-around;
    width: 600%;
    /* Contenedor duplicado */
    animation: marquee 25s linear infinite;
    /* Animación por defecto */
}

.logo-slider img {
    display: block;
    width: 69px;
    height: 46px;
    object-fit: contain;
    margin: 0 10px;
}

/* Animación hacia la izquierda */
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

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

/* Animación hacia la derecha */
@keyframes marquee-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* Aplicar la animación hacia la derecha al slider del medio */
.logo-slider-container:nth-child(3) .logo-slider div {
    animation: marquee-right 30s linear infinite;
}
 .fondo-negro{
    min-height: 900px;
 }
}

@media (min-width: 894px) {
 
 
.seccion2 {
        height: 100vh;
    }
.presentacion {
    position: relative; /* Contenedor base */
    display: flex; /* Flexbox para alinear los hijos */
    flex-direction: column; /* Alinea los hijos en columna */
    justify-content: space-between; /* Distribuye los elementos: inicio y final */
    width: 100%; /* Ocupa todo el ancho */
    min-height: 250px;
    height: 100vh; /* Ocupa todo el alto */
    overflow: hidden; /* Evita desbordes */
}

    .presentacionn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        /* Toma el espacio central */
        overflow: hidden;
    }

   .animacion-fondo {
    width: 85%; /* Reducimos el ancho al 60% del contenedor */
    height: auto; /* La altura se ajusta automáticamente */
    position: absolute; /* Posición absoluta para colocarlo en el fondo */
    top: 50%; /* Centrado verticalmente */
    left: 50%; /* Centrado horizontalmente */
    transform: translate(-50%, -60%); /* Centrado exacto */
    z-index: -1; /* Fondo (por debajo de todo) */
    object-fit: contain; /* Asegura que el GIF no se distorsione */
}

    .arop {
        position: absolute;
        width: 236.311px;
        height: auto;
        z-index: 1;
        /* Por encima del fondo */
    }

    .industria {
        font-family: Roboto;
        font-size: 25px;
        font-weight: 300;
        line-height: 120%;
        letter-spacing: 1.725px;
        position: relative;
        /* Se posiciona normalmente en el flujo flexbox */
        z-index: 2;
        /* Asegura que quede visible */

    }
    .resaltado {
        color: white;
    }

    .nuestros1,
    .servicios1,
    .img-estrella-servicio1 {
        display: none;
    }


    .content-title-negocio {
        position: relative;
        
    }

    .h1-elevando-negocio {
        font-size: 35px;
        width: 250px;
        line-height: 40px;
        margin-bottom: -15px;
    }
    .container-texto {
        justify-content: flex-end;
        position: relative;
        bottom: 80px;
        right: 35px;
    }
    .estrella-azul-1 {
        width: 28px;
        height: 28px;
    }
    .texto-sobre-nosotros {
        font-size: 16px;
        width: 527px;
        transform: translateY(-5px);
    }

 hr {
     width: 98%;/* Ajusta el ancho de la línea según tus necesidades */
     height: 2.37px;/* Grosor de 2px */
     background-color: #000000;/* Color negro */
     border: none;/* Elimina cualquier borde predeterminado */
 }

    .texto-nuestra-trayectoria {
        width: 357px;
        font-size: 18px;
        margin-left: 57px;
    }

    .lapiceras-content {
        margin-right: 65px;
    }

    .lapicera {
        height: 360px;
        width: 310px;
    }

    .sobre-nosotros {
        width: 360px;
        height: 219px;
    }

    .contenedor-sobre-nosotros {
        margin: 0;
    }

    .gran-container-sobre {
        flex-direction: column;
        position: absolute;
        margin: -420px 0px 0 45px;
    }

    .hr-2 {
        width: 39px;
        margin-top: 68px;
        margin-left: -50px;
    }

    .horizontal {
        z-index: 3;
    }

    .container-ns {
        display: flex;
        justify-content: center;
        /* Centra horizontalmente */
        align-items: center;
        /* Centra verticalmente */
        flex-direction: column;
        /* Pone los elementos en columna (uno debajo del otro) */
        margin: 0 auto -100px;
        /* Ajusta el margen si es necesario */
    }

    .nuestros {
        font-size: 40px;
        left: -200px;
        top: 300px;

    }

    .servicios {
        font-size: 40px;
        left: -160px;
        top: 240px;
    }

    .img-estrella-servicio {
        height: 30px;
        width: 30px;
        left: -326px;
        top: 270px;
    }

    .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .caja-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 3 columnas con el mismo ancho */
        grid-gap: 30px;
        /* Espacio entre las cajas */
        justify-content: center;
        /* Centra las cajas horizontalmente */
        align-items: center;
        /* Centra las cajas verticalmente */
        max-width: 1200px;
        padding: 180px;
        
    }


    .caja {
        width: 323px;
        height: 385px;
    }

    .cta-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background-color: #0000FF;
        /* Color inicial */
        color: #FFF;
        border: none;
        border-radius: 50%;
        font-size: 28px;
        position: absolute;
        bottom: 30px;
        left: 20px;
        cursor: pointer;
        box-shadow: 0 0 0 0 rgba(0, 0, 255, 0.5);
        animation: pulse 1.5s infinite;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .cta-button span {
        font-weight: bold;
    }

    .cta-button:hover {
        background-color: #FF0000;
        /* Cambia a rojo al hacer hover */
        animation: none;
        /* Detener la animación al pasar el cursor */
        transform: scale(1.1);
        /* Aumenta el tamaño al hacer hover */
    }

    /* Animación de pulsación */
    @keyframes pulse {
        0% {
            transform: scale(0.9);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 20px rgba(0, 0, 255, 0);
            /* Ajusta el tamaño del "halo" */
        }

        100% {
            transform: scale(0.9);
            box-shadow: 0 0 0 0 rgba(0, 0, 255, 0);
        }
    }

    .numero-caja {
        margin-top: 270px;

    }

    .p-cajas {
        font-size: 20px;
    }

    .hr-cajas {
        width: 42px;
    }

    .fondo-colores {
        display: none;
    }

    .parrafo-enfoque {
        font-size: 20px;
        width: 384px;
        transform: translateX(200px);
    }

    .contenedor-azul {
        height: 1194px;
    }
         .algunos-proyectos {
             width: 400px;
         }
    .p-elevar {
        font-size: 109px;
        line-height: 150px;
        margin-top: 120px;
    }

    .fondo-colores-tblet {
        display: block;
        width: 100%;
        object-fit: contain;
        position: absolute;
    }

    .texto-desarrollo-ideas {
        bottom: 0;
    }
          .desarrollo-container{
        justify-content: flex-end;
        transform: translateY(-200px);
    }

    .estrella-blanca {
        width: 110px;
        height: 110px;
        margin-bottom: 24px;
    }

    .desarrollo-container {
        justify-content: flex-end;
    }

    .hr-cajas-azul {
        width: 42px;
    }

   
 

    .texto-desarrollo-ideas {
        text-align: left;
        width: 462px;
        font-size: 24px;
        line-height: 120%;
    }

    .contenedor-nc {
        display: flex;
        justify-content: space-between;
        /* Distribuye los elementos a los lados */
        align-items: center;
        /* Alinea los elementos verticalmente al mismo nivel */
        width: 100%;
        /* Asegura que ocupe todo el ancho del contenedor */
        margin-top: 50px;
    }

    .nuestros-clientes-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nuestros-container {
        display: flex;
        justify-content: center;
    }

    .clientes-container {
        display: flex;
        justify-content: flex-end;
    }

    .container-ce {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-align: left;
    }
       .clientes-eligen{
        transform: translate(-30px,90px);
    }
}

@media (min-width: 968px){
.seccion2 {
        height: 100vh;
    }
.presentacion {
        position: relative;
        /* Contenedor base */
        display: flex;
        /* Flexbox para alinear los hijos */
        flex-direction: column;
        /* Alinea los hijos en columna */
        justify-content: space-between;
        /* Distribuye los elementos: inicio y final */
        width: 100%;
        /* Ocupa todo el ancho */
        height: 100vh;
        /* Ocupa el 100% de la altura visible */
        overflow: hidden;
        /* Evita desbordes */
    }

    .presentacionn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        /* Toma el espacio central */
        overflow: hidden;
        
    }

      .animacion-fondo {
    width: 85%; /* Reducimos el ancho al 60% del contenedor */
    height: auto; /* La altura se ajusta automáticamente */
    position: absolute; /* Posición absoluta para colocarlo en el fondo */
    top: 50%; /* Centrado verticalmente */
    left: 50%; /* Centrado horizontalmente */
    transform: translate(-50%, -60%); /* Centrado exacto */
    z-index: -1; /* Fondo (por debajo de todo) */
    object-fit: contain; /* Asegura que el GIF no se distorsione */
}

    .arop {
        position: absolute;
        width: 236.311px;
        height: auto;
        z-index: 1;
        /* Por encima del fondo */
    }

    .industria {
        font-family: Roboto;
        font-size: 23px;
        font-weight: 300;
        line-height: 120%;
        letter-spacing: 1.725px;
        position: relative;
        /* Se posiciona normalmente en el flujo flexbox */
        z-index: 2;
        /* Asegura que quede visible */

    }
    .content-title-negocio {
              position: relative;
    
    }
    
    .h1-elevando-negocio {
        font-size: 35px;
        width: 280px;
        line-height: 40px;
    }
    
    .container-texto {
              justify-content: flex-end;
              position: relative;
              bottom: 80px;
              right: 35px;
    }
    .clientes-eligen{
        transform: translate(-30px,90px);
    }
       .desarrollo-container{
        justify-content: flex-end;
        transform: translateY(-100px);
    }
           .algunos-proyectos {
            width: 400px;
           }
    
  
}

@media (min-width: 1194px) {
    .logo-slider img.vtv {
            width: 60px;
            /* Ancho personalizado */
            height: 50px;
            /* Alto automático para mantener proporciones */
            object-fit: contain;
            /* Mantiene la relación de aspecto */
            margin-top: 18px;
        }
    .fondo-c{
        display: none;
    }
    .fondo-t {
        display: none;
    }
    .fondo-p {
        display: block;
            position: absolute;
            /* Sacamos la imagen del flujo normal */
            top: 0;
            /* La colocamos en la parte superior */
            left: 0;
            /* Y alineamos al lado izquierdo */
            width: 100vw;
            height: 100vh;
            /* Que ocupe todo el ancho del contenedor */
            object-fit: cover;
            /* Ajusta la imagen para que no se deforme */
            z-index: -1;
            /* La enviamos detrás del contenido */
        }
    .seccion2 {
        height: 60vh;
        min-height: 550px;
    }
.presentacion {
    position: relative; /* Contenedor base */
    display: flex; /* Flexbox para alinear los hijos */
    flex-direction: column; /* Alinea los hijos en columna */
    justify-content: space-between; /* Distribuye los elementos: inicio y final */
    width: 100%; /* Ocupa todo el ancho */
    min-height: 250px;
    height: 100vh; /* Ocupa todo el alto */
    overflow: hidden; /* Evita desbordes */
}

    .presentacionn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        /* Toma el espacio central */
        overflow: hidden;
        
    }

      .animacion-fondo {
    width: 85%; /* Reducimos el ancho al 60% del contenedor */
    height: auto; /* La altura se ajusta automáticamente */
    position: absolute; /* Posición absoluta para colocarlo en el fondo */
    top: 50%; /* Centrado verticalmente */
    left: 50%; /* Centrado horizontalmente */
    transform: translate(-50%, -60%); /* Centrado exacto */
    z-index: -1; /* Fondo (por debajo de todo) */
    object-fit: contain; /* Asegura que el GIF no se distorsione */
}

    .arop {
        position: absolute;
        width: 226.311px;
        height: auto;
        z-index: 1;
        /* Por encima del fondo */

        
    }

    .industria {
        font-family: Roboto;
        font-size: 25px;
        font-weight: 300;
        line-height: 120%;
        letter-spacing: 1.725px;
        position: relative;
        /* Se posiciona normalmente en el flujo flexbox */
        z-index: 2;
        /* Asegura que quede visible */

    }
      .nuestros, .servicios, .img-estrella-servicio{
        display: none;
    }
    .content-title-negocio{
        position: relative;
    }
    .h1-elevando-negocio{
        font-size: 40px;
        width: 313px;
        line-height: 40px;
    } 
   .estrella-azul-1{
        width: 28px;
        height: 28px;
    }
    .container-texto{
        justify-content: flex-end;
        position: relative;
        right: 1px;
        
    }
   .texto-sobre-nosotros{
        font-size: 16px;
        width: 527px; 
        transform: translateY(-4px);
    }
    hr{
        width: 98%;
        height: 2.40px;
    } 
    .texto-nuestra-trayectoria{
        width: 407px;
        font-size: 18px;
        margin-left: 57px;
    }
         .lapiceras-content {
             margin-right: 65px;
    
         }
    
         .lapicera {
             height: 402px;
             width: 325px;
             transform: translate(300px, 100px);
         }
           .gran-container-sobre {
      flex-direction: column;
      position: absolute;
      margin: -420px 0px 0 70px;
      bottom: -500px;
  }
    .sobre-nosotros{
        margin-right: 105px;
        width: 360px;
        height: 219px;
    }
    .contenedor-sobre-nosotros{
        margin: 0;
    }

    .hr-2{
        width: 39px;
        height: 2.092px;
        margin-top: 74px;
        margin-left: -75px;
        background-color: #000;
    }
       .nuestros1, .servicios1, .img-estrella-servicio1{
        display: block;
    }
      .container-ns1 {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    
        .nuestros1 {
            width: 284.714px;
            height: 31.853px;
            flex-shrink: 0;
            color: #D0D0D0;
            font-size: 32px;
            font-style: italic;
            font-weight: 400;
            line-height: 31.853px;
            letter-spacing: 4.8px;
            text-transform: uppercase;
            position: relative;
            z-index: 2;
            font-family: "Roboto Condensed", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            justify-content: center;
            bottom: 150px;
            left: 200px;
    
        }
    
        .servicios1 {
            width: 284.714px;
            height: 31.853px;
            color: #D0D0D0;
            font-size: 32px;
            font-style: italic;
            font-weight: 400;
            line-height: 31.853px;
            letter-spacing: 4.8px;
            text-transform: uppercase;
            position: relative;
            z-index: 2;
            right: 80px;
            bottom: 110px;
            font-family: "Roboto Condensed", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            align-items: center;
            justify-content: center;

        }
    
        .img-estrella-servicio1 {
            width: 24.372px;
            height: 24.372px;
            flex-shrink: 0;
            fill: #D0D0D0;
            position: relative;
            z-index: 2;
            right: 90px;
            bottom: 110px;
    
        }
        
        .fondo-negro {
     background-color: #000;
     z-index: 2;
     position: relative;
     min-height: 1000px;
 }


 .space-holder {
     position: relative;
     width: 100%;
    
 }

 .sticky {
     position: sticky;
     top: 0;
     height: 100vh;
     width: 100%;
     overflow: hidden;
 }
    

 .horizontal {
     position: absolute;
     height: 100%;
     width: 3600px;
     will-change: transform;
     overflow: hidden;
     top: 125px;
 }

.caja-container {
    display: flex;
    gap: 29px;
    justify-content: flex-start; 
    z-index: 2;
    position: relative;
    flex-flow: nowrap;
    overflow: visible;
    bottom: 50px;
    right: 300px;
    
    
  
}


 .caja {
    flex-shrink: 0;
     width: 330px;
     height: 390px;
     position: relative;
     transform-style: preserve-3d;
 }

 .caja div {
    overflow: hidden;
     width: 100%;
     height: 100%;
     position: absolute;
     backface-visibility: hidden;
     font-size: 16px;
     border-radius: 46px;
 }


    
.img-estrella-servicio {
    width: 20.372px;
    height: 20.372px;
    flex-shrink: 0;
    fill: #D0D0D0;
    position: relative;
            z-index: 2;
            margin: 0 0 0 49px;
            top: 234px;
            left: -4px;
}
   
    

    .caja{
        width: 323px;
        height: 385px;
    }
  
    .p-cajas{
        font-size: 22px;
    }
    .hr-cajas{
        width: 42px;
    }
    .parrafo-enfoque{
        font-size: 20px;
        width: 384px;
    }
    .contenedor-azul{
        height: 1194px;
    }
    .p-elevar{
        font-size: 109px;
        line-height: 150px;
        margin-top: 120px;
    }

    .texto-desarrollo-ideas{
        bottom: 0;
    }
    .estrella-blanca{
        width: 110px;
        height: 110px;
        margin-bottom: 24px;
    }
    .desarrollo-container{
        justify-content: flex-end;
    }
  
    .hr-cajas-azul{
        width: 42px;
    }
 .p-back1{
    margin-top: -50px;
    display: flex;
    width: 244px;
    height: 242px;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 2;
    color: #000;
    text-align: left;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 18.8px;
        /* 28.8px */
    letter-spacing: 3.527px;
 }
  .p-back2{
    font-size: 15px;
 }
  .p-back3{
    font-size: 15px;
 }
  .p-back4{
    font-size: 15px;
 }
  .p-back5{
    font-size: 15px;
 }
  .p-back6{
    font-size: 15px;
 }
  .p-back7{
    font-size: 15px;
 }
 
    .texto-desarrollo-ideas{
        text-align: left;
        width: 462px;
        font-size: 24px;
        line-height: 120%;
    }
    .algunos-proyectos{
        width: 554px;
        height: 234px;
    }
    .gran-container-img {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; 
        padding: 20px;
        flex-wrap: wrap; 
        gap: 40px;
        position: relative;
        height: 2300px;
    }
    
    .contenedor-messi{
        margin-left: 229px;
    }
    .messi-image{
        width: 418px;
        height: 433px;
    }
    .estampado{
        font-size: 24px;
    }
    .div-p-estampado{
        width: 420px;
    }
    .p-estampado{
        font-size: 14px;
        width: 189px;
        transform: translateY(5px);
    }
    .contenedor-termo{
        margin: 90px 0 0;
    }
    .termo-image{
        width: 280px;
        height: 383px;
    }
    .year{
        font-size: 14px;
        display: block; 
        text-align: right; 
        top: 5px;
    }
        .hr-3 {
            width: 52px;
            height: 1.5px;
            max-height: 1.5px;
            min-height: 1.5px;
            /* Ajusta este valor según el grosor deseado */
            background-color: black;
            border: none;
            transform: translateX(-113px);
        }
    .contenedor-pendrive{
        width: 280px;
        margin-left: 0;
        margin-right: 220px;
        margin-top: 113px;
    }
    .pendrive{
        font-size: 24px;
        top: 8px;
    }
    .p-pendrive{
        font-size: 14px;
        width: 187px;
        top: 0;
    }
    .contenedor-termo{
        margin-left: 359px;
    }
    .vaso-termico{
        font-size: 20px
    }
    .p-termo{
        font-size: 14px;
        width: 184px;
        transform: translateY(5px);
    }
    .p-mochila{
        font-size: 14px;
        width: 184px;
    }
    .div-p-termo{
        width: 280px;
    }
    .div-p-mochila{
        width: 418px;
    }
    .contenedor-mochila{
        margin-left: 64px;
    }
    .mochila{
        font-size: 27px;
    }
    .mochila-image{
        width: 418px;
        height: 433px;
    }
    .contenedor-reconocimientos{
        order: 2;
        margin-top: 246px;
        margin-right: 200px;
    }
    .contenedor-merchandansing {
        display: flex;
        flex-direction: column;
        order: 1;
        margin-bottom: 300px;
        margin-top: 598px;
        margin-left: -0px;
        height: 1000px;
        
    }
    .contenedor-lapicera{
        margin-top: 76px;
    }
    .lapicera-image{
        width: 418px;
        height: 433px;
    }
    .p-merchandansing{
        width: 184px;
        top: 8px;
        
    }
    .p-lapicera{
        width: 184px;
        font-size: 14px;
    }
    .div-p-lapicera{
        width: 420px;
        top: 8px;
    }
    .merchandansing-image{
        width: 280px;
        height: 383px;
        object-fit: cover;
    }
    .p-merchandansing{
        width: 184px;
        font-size: 14px;
        transform: translateY(8px);
    }
    .contenedor-p-contamos{
        width: 90%;
        box-sizing: border-box; /* Asegura que el padding no afecte el ancho total */
        position: absolute;
        bottom: 0; 
        justify-content: flex-end;

    }
    .contamos{
        margin-bottom: 67px;
        width: 400px;
        font-size: 24px;
        line-height: 120%;
        
    }
    .reconocimientos{
        font-size: 24px;
    }
    .recognize-image{
        width: 418px;
        height: 433px;
    }
    .p-reconocimiento{
        width: 184px;
        font-size: 14px;
    }
    .div-p-reconocimiento{
        width: 420px;
        top: 8px;
    }
    .contenedor-nc{
        display: flex;
        justify-content: space-between; /* Distribuye los elementos a los lados */
        align-items: center; /* Alinea los elementos verticalmente al mismo nivel */
        width: 100%; /* Asegura que ocupe todo el ancho del contenedor */
        margin-top: 50px;
    }
    .nuestros-clientes-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;  
    }
    .nuestros-container {
        display: flex;
        justify-content: center;
    }
    .clientes-container {
        display: flex;
        justify-content: flex-end;
    }
    .container-ce {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-align: left;
    }
    .clientes-eligen{
        margin-right: 122px;
        justify-content: center;
        width: 366px;
        font-size: 20px;
    }
    .p-nuestros{
        margin: 207px 0 0 181px;
        font-size: 36px;
    }
    .p-clientes{
        margin: 0 0 111px 266px;
        text-align: center;
        font-size: 36px;
    }
    .logo-slider{
        height: 93px;
    }
    .logo-slider img{
        width: 78px;
        height: 89px;
    }
}

@media (min-width: 1252px){
    .contenedor-intro{
        margin-top: -10px;
    }
.seccion2 {
        height: 100vh;
    }
.presentacionn {
        position: relative;
        /* Contenedor base */
        display: flex;
        /* Flexbox para centrar elementos */
        justify-content: center;
        /* Centra horizontalmente */
        align-items: center;
        /* Centra verticalmente */
        width: 100%;
        /* Ocupa todo el ancho */
        height: 100vh;
        /* Ocupa todo el alto visible */
    }

  .animacion-fondo {
    width: 85%; /* Reducimos el ancho al 60% del contenedor */
    height: auto; /* La altura se ajusta automáticamente */
    position: absolute; /* Posición absoluta para colocarlo en el fondo */
    top: 50%; /* Centrado verticalmente */
    left: 50%; /* Centrado horizontalmente */
    transform: translate(-50%, -60%); /* Centrado exacto */
    z-index: -1; /* Fondo (por debajo de todo) */
    object-fit: contain; /* Asegura que el GIF no se distorsione */
}

    .arop {
        position: absolute;
        width: 236.311px;
        height: auto;
        z-index: 1;
    }

    .industria {
        font-family: Roboto;
        font-size: 23px;
        font-weight: 300;
        line-height: 120%;
        letter-spacing: 1.725px;
        position: relative;
        /* Se posiciona normalmente en el flujo flexbox */
        z-index: 2;
        /* Asegura que quede visible */

    }
        .resaltado {
            color: white;
        }
    
    
    .gran-container-img {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 20px;
            flex-wrap: wrap;
            gap: 40px;
            position: relative;
        }
    
        .contenedor-messi {
            margin-left: 229px;
        }
    
        .messi-image {
            width: 418px;
            height: 433px;
        }
    
        .estampado {
            font-size: 24px;
        }
    
        .div-p-estampado {
            width: 420px;
        }
    
        .p-estampado {
            font-size: 14px;
            width: 189px;
        }
    
        .contenedor-termo {
            margin: 90px 0 0;
        }
    
        .termo-image {
            width: 280px;
            height: 383px;
        }
    
        .year {
            font-size: 14px;
            display: block;
            text-align: right;
        }
    
        hr {
            width: 98%;/* Ajusta el ancho de la línea según tus necesidades */
            height: 2.97px;/* Grosor de 2px */
            background-color: #000000;/* Color negro */
            border: none;/* Elimina cualquier borde predeterminado */
                }
    
        .contenedor-pendrive {
            width: 280px;
            margin-left: 0;
            margin-right: 240px;
            margin-top: 113px;
        }
    
        .pendrive {
            font-size: 24px;
        }
    
        .p-pendrive {
            font-size: 14px;
            width: 187px;
            top: 0;
        }
    
        .contenedor-termo {
            margin-left: 359px;
        }
    
        .vaso-termico {
            font-size: 20px
        }
    
        .p-termo {
            font-size: 14px;
            width: 184px;
        }
    
        .p-mochila {
            font-size: 14px;
            width: 184px;
        }
    
        .div-p-termo {
            width: 280px;
        }
    
        .div-p-mochila {
            width: 418px;
        }
    
        .contenedor-mochila {
            margin-left: 64px;
        }
    
        .mochila {
            font-size: 27px;
        }
    
        .mochila-image {
            width: 418px;
            height: 433px;
        }
    
        .contenedor-reconocimientos {
            order: 2;
            margin-top: 246px;
            margin-right: 200px;
        }
    
        .contenedor-merchandansing {
            display: flex;
            flex-direction: column;
            order: 1;
            margin-bottom: 300px;
            margin-top: 598px;
            margin-left: -150px;
            
        }
    
        .contenedor-lapicera {
            margin-left:200px;
        }
    
        .lapicera-image {
            width: 418px;
            height: 433px;
        }
    
        .p-merchandansing {
            width: 184px;
        }
    
        .p-lapicera {
            width: 184px;
            font-size: 14px;
        }
    
        .div-p-lapicera {
            width: 420px;
        }
    
        .merchandansing-image {
            width: 280px;
            height: 383px;
        }
    
        .p-merchandansing {
            width: 184px;
            font-size: 14px;
        }
    
        .contenedor-p-contamos {
            width: 90%;
            box-sizing: border-box;
            /* Asegura que el padding no afecte el ancho total */
            position: absolute;
            bottom: 0;
            justify-content: flex-end;
    
        }
    
        .contamos {
            margin-bottom: 67px;
            width: 400px;
            font-size: 24px;
            line-height: 120%;
        }
    
        .reconocimientos {
            font-size: 24px;
        }
    
        .recognize-image {
            width: 418px;
            height: 433px;
        }
    
        .p-reconocimiento {
            width: 184px;
            font-size: 14px;
        }
    
        .div-p-reconocimiento {
            width: 420px;
        }
    
        .contenedor-nc {
            display: flex;
            justify-content: space-between;
            /* Distribuye los elementos a los lados */
            align-items: center;
            /* Alinea los elementos verticalmente al mismo nivel */
            width: 100%;
            /* Asegura que ocupe todo el ancho del contenedor */
            margin-top: 50px;
        }
    
        .nuestros-clientes-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    
        .nuestros-container {
            display: flex;
            justify-content: center;
        }
    
        .clientes-container {
            display: flex;
            justify-content: flex-end;
        }
    
        .container-ce {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            text-align: left;
        }
    
        .clientes-eligen {
            margin-right: 122px;
            justify-content: center;
            width: 366px;
            font-size: 20px;
        }
    
        .p-nuestros {
            margin: 207px 0 0 181px;
            font-size: 36px;
        }
    
        .p-clientes {
            margin: 0 0 111px 266px;
            text-align: center;
            font-size: 36px;
        }
    
        .logo-slider {
            height: 93px;
        }
    
        .logo-slider img {
            width: 78px;
            height: 89px;
        }
   .container-pback {
       display: flex;


   }

   
}

@media (min-width: 1390px){
.seccion2 {
        height: 100vh;
    }


.presentacionn {
        position: relative;
        /* Contenedor base */
        display: flex;
        /* Flexbox para centrar elementos */
        justify-content: center;
        /* Centra horizontalmente */
        align-items: center;
        /* Centra verticalmente */
        width: 100%;
        /* Ocupa todo el ancho */
        height: 100vh;
        /* Ocupa todo el alto visible */
        overflow: hidden;
        /* Evita desbordes */
    }

     .animacion-fondo {
    width: 85%; /* Reducimos el ancho al 60% del contenedor */
    height: auto; /* La altura se ajusta automáticamente */
    position: absolute; /* Posición absoluta para colocarlo en el fondo */
    top: 50%; /* Centrado verticalmente */
    left: 50%; /* Centrado horizontalmente */
    transform: translate(-50%, -60%); /* Centrado exacto */
    z-index: -1; /* Fondo (por debajo de todo) */
    object-fit: contain; /* Asegura que el GIF no se distorsione */
}

    .arop {
        position: absolute;
        width: 266.311px;
        height: auto;
        z-index: 1;
        /* Por encima del fondo */
    }

    .industria {
        font-family: Roboto;
        font-size: 25px;
        font-weight: 300;
        line-height: 120%;
        letter-spacing: 1.725px;
        position: relative;
        /* Se posiciona normalmente en el flujo flexbox */
        z-index: 2;
        /* Asegura que quede visible */

    }
    .container-pback {
        display: flex;
        
        
    }
        
    .p-back1,
    .p-back2,
    .p-back3,
    .p-back4,
    .p-back5,
    .p-back6,
    .p-back7{
        font-size: 15px;
    }

    .lapiceras-content {
    margin-right: 65px;
   }

   .lapicera {
       height: 402px;
       width: 350px;
   }

}

@media (min-width: 1512px) {
     .logo-slider img.vtv {
    width: 90px; /* Ancho personalizado */
    height: 60px; /* Alto automático para mantener proporciones */
    object-fit: contain; /* Mantiene la relación de aspecto */
    margin-top: 28px;
}
.presentacion {
    position: relative; /* Contenedor base */
    display: flex; /* Flexbox para alinear los hijos */
    flex-direction: column; /* Alinea los hijos en columna */
    justify-content: space-between; /* Distribuye los elementos: inicio y final */
    width: 100%; /* Ocupa todo el ancho */
    min-height: 250px;
    height: 100vh; /* Ocupa todo el alto */
    overflow: hidden; /* Evita desbordes */
}
.presentacionn {
        position: relative;
        /* Contenedor base */
        display: flex;
        /* Flexbox para centrar elementos */
        justify-content: center;
        /* Centra horizontalmente */
        align-items: center;
        /* Centra verticalmente */
        width: 100%;
        /* Ocupa todo el ancho */
        height: 100vh;
        /* Ocupa todo el alto visible */
        overflow: hidden;
        /* Evita desbordes */
    }

    .animacion-fondo {
    width: 85%; /* Reducimos el ancho al 60% del contenedor */
    height: auto; /* La altura se ajusta automáticamente */
    position: absolute; /* Posición absoluta para colocarlo en el fondo */
    top: 50%; /* Centrado verticalmente */
    left: 50%; /* Centrado horizontalmente */
    transform: translate(-50%, -60%); /* Centrado exacto */
    z-index: -1; /* Fondo (por debajo de todo) */
    object-fit: contain; /* Asegura que el GIF no se distorsione */
}

    .arop {
        position: absolute;
        width: 280.311px;
        height: auto;
        z-index: 1;
        /* Por encima del fondo */
    }

    .industria {
        font-family: Roboto;
        font-size: 30px;
        font-weight: 300;
        line-height: 120%;
        letter-spacing: 1.725px;
        position: relative;
        /* Se posiciona normalmente en el flujo flexbox */
        z-index: 2;
        /* Asegura que quede visible */

    }
    
        .resaltado {
            color: white;
        }
    .h1-elevando-negocio{
        font-size: 55px;
        width: 374px;
        height: 102px;
        line-height: 54px;
        margin-bottom: -50px;
    }
    hr{
        width: 98%;
        height: 3.30px;
        transform: translateY(50px);
    }
    .estrella-azul-1{
        width: 34px;
        height: 34px;
    }
    .texto-sobre-nosotros{
        width: 635px;
        font-size: 24px;
        transform: translateY(15px);
    }
    .seccion2{
        height: 100vh;
    }

    .container-texto{
        bottom: 97px;
    }
    .sobre-nosotros{
        width: 471px;
        height: 266px;
        margin-left: 35px;
    }
    .lapicera{
        width: 400px;
        height: 500px;
        transform: translate(790px,0px);
    
    }
    .gran-container-sobre{
        flex-direction: column;
        
    }
    .texto-nuestra-trayectoria{
        width: 495px;
        margin-left: 217px;
        height: 100px;
        letter-spacing: 2.77px;
        font-size: 20px;
    }
    .hr-2{
        width: 47px;
        height:2.541px;
        margin-left: -33px;
    }
     
    .contenedor-azul{
        height: 1336px;
    } 
    .p-elevar{
        width: 1304px;
        font-size: 127px;
        margin-top: 133px;
    }
    .estrella-blanca{
        height: 136px;
        width: 136px;
    }
    .algunos-proyectos{
        width: 628px;
        height: 266px;
        margin-top: 146px;
    }
    .gran-container-img{
        display: block;
        height: 2580px;
    }
    .p-estampado{
        font-size: 13.6px;
        width: 204px;
        letter-spacing: 3.7px;
    }
    .div-p-estampado{
        width: 470px;
    }
    .estampado{
        font-size: 27px;
    }
    .contenedor-pendrive{
        margin-left: 869px;
        transform: translateY(-330px);
    }
    .pendrive-image{
        width: 317px;
        height: 329px;
    }
    .p-pendrive{
        font-size: 13.6px ;
        width: 212px;
        letter-spacing: 3.7px;
    }
    .pendrive{
        font-size: 27px;
    }
    .div-p-pendrive, .div-p-termo{
        width: 318px;
    }
    .year{
        font-size: 13.6px;
        width: 101px;
        margin-top: 11px;
    }
    .texto-desarrollo-ideas{
        margin-right: 41px;
        width: 524px;
        font-size: 28px;
    }
    .lapiceras-content{
        width: 800px;
    }
    .lapicera-image{
        width: 474px;
        height: 491px;
    }
    .contenedor-lapicera{
        margin-left: 142px;
        transform: translateY(-470px);
    }
    .p-lapicera{
        width: 195px;
    }
    .lapicera-nombre{
        font-size: 27px;
    }
    .div-p-lapicera{
        width: 474px;
    }
    .messi-image{
        width: 474px;
        height: 491px;
    }
    .contenedor-messi{
        margin-left: 330px;
    }
    .contenedor-termo{
        transform: translateY(-156px);
        margin-left: 487px;
    }
    .termo-image{
        width: 317px;
        height: 434px;
    }
    .vaso-termico, .mochila{
        font-size: 27px;
    }
    .p-termo{
        font-size: 13.6px;
        width: 209px;
        letter-spacing: 3.7px;
    }
    .contenedor-mochila{
        transform: translateY(-690px);
        margin-left: 869px;
    }
    .mochila-image{
        width: 474px;
        height: 491px;
    }
    .p-mochila{
        font-size: 13.6px;
        width: 202px;
        letter-spacing: 3.7px;
    }
    .div-p-mochila, .div-p-reconocimiento{
        width: 474px;
    }
    .contenedor-reconocimientos{
        transform: translateY(-840px);
        margin-left: 869px;
    }
    .recognize-image{
        width: 474px;
        height: 491px;
    }
    .reconocimientos{
        font-size: 27px;
    }
    .p-mochila,.p-termo,.p-merchandansing,.p-estampado,.p-pendrive,.p-lapicera,.p-reconocimiento{
        margin-top: 11px;
    }
    .contenedor-merchandansing{
        margin-left: 487px;
        transform: translateY(-1456px);
    }
    .merchandansing{
        font-size: 27px;
    }
    .merchandansing-image{
        width: 317px;
        height: 434px;
        object-fit: cover;
    }
    .div-p-merchandansing{
        width: 317px;
    }
    .p-merchandansing{
        width: 209px;
        font-size: 13.6px;
        letter-spacing: 3.7px;
    }
    .contamos{
        width: 457px;
        height: 104px;
        font-size: 28px;
        margin-bottom: 0;
    }
    .contenedor-nc{
        margin-top: 104px;
    }
    .p-nuestros, .p-clientes{
        font-size: 54.4px;
        height: 54px;
    }
    .p-nuestros{
        margin-left: 128px;
        width: 484px;
    }
    .p-clientes{
        margin-left: 255px;
    }
    .clientes-eligen{
        width: 553px;
        font-size: 30.6px;
    }
    .logo-slider{
        height: 123px;
    }
    .logo-slider img{
        width: 88px;
        height: 118px;
    }
        .container-ns1 {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    
        .nuestros1 {
            width: 284.714px;
            height: 31.853px;
            flex-shrink: 0;
            color: #D0D0D0;
            font-size: 42px;
            font-style: italic;
            font-weight: 400;
            line-height: 31.853px;
            letter-spacing: 4.8px;
            text-transform: uppercase;
            position: relative;
            z-index: 2;
            font-family: "Roboto Condensed", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            justify-content: center;
            bottom: 150px;
            left: 200px;
    
        }
    
        .servicios1 {
            width: 284.714px;
            height: 31.853px;
            color: #D0D0D0;
            font-size: 42px;
            font-style: italic;
            font-weight: 400;
            line-height: 31.853px;
            letter-spacing: 4.8px;
            text-transform: uppercase;
            position: relative;
            z-index: 2;
            right: 80px;
            bottom: 110px;
            font-family: "Roboto Condensed", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            align-items: center;
            justify-content: center;

        }
    
        .img-estrella-servicio1 {
            width: 28.372px;
            height: 28.372px;
            flex-shrink: 0;
            fill: #D0D0D0;
            position: relative;
            z-index: 2;
            right: 90px;
            bottom: 110px;
    
        }
    
 .fondo-negro {
     background-color: #000;
     z-index: 2;
     position: relative;
 }

 .fondo-colores {
     width: 100%;
     height: auto;
     z-index: 1;
     position: absolute;
     object-fit: cover;
 }

 .space-holder {
     position: relative;
     width: 100%;  
 }

 .sticky {
     position: sticky;
     top: 0;
     height: 100vh;
     width: 100%;
     overflow: hidden;
 }
    

 .horizontal {
     position: absolute;
     height: 100%;
     width: 4500px;
     will-change: transform;
     overflow: hidden;
     top: 100px;
 }

.caja-container {
    display: flex;
    gap: 29px;
    justify-content: flex-start; 
    z-index: 2;
    position: relative;
    flex-flow: nowrap;
    overflow: visible;
    bottom: 50px;
    right: 300px;

    
  
}


 .caja {
    flex-shrink: 0;
     width: 330px;
     height: 390px;
     position: relative;
     transform-style: preserve-3d;
 }

 .caja div {
    overflow: hidden;
     width: 100%;
     height: 100%;
     position: absolute;
     backface-visibility: hidden;
     font-size: 16px;
     border-radius: 46px;
 }
    

   
    
    .caja{
        width: 455px;
        height: 522px;
        border-radius: 58px;
    }
    .numero-caja{
        margin-top: 368px;
    }
    .p-cajas, .p-cajas-azul{
        font-size: 32px;
    }
    .hr-cajas, .hr-cajas-azul{
        width: 45px;
    }
    
    
    .caja:last-child{
        margin-right: 29px;
    }
    .contenedor-section-caja{
        display: flex;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        gap: 20px; 
        padding: 20px;
    }

    .parrafo-container{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-shrink: 0;
    }

.container-pback {
    display: flex;


}

.p-back1 {
    width: 400px;
    height: 352px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;

    font-style: normal;
}

.p-back2 {
    width: 400px;
    height: 292px;
    flex-direction: column;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.p-back3 {
    width: 400px;
    height: 292px;
    flex-direction: column;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.p-back4 {
    width: 400px;
    height: 292px;
    flex-direction: column;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.p-back5 {
    width: 400px;
    height: 292px;
    flex-direction: column;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.p-back6 {
    width: 400px;
    height: 292px;
    flex-direction: column;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.p-back7 {
    width: 400px;
    height: 292px;
    flex-direction: column;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #0000FF;
    /* Color inicial */
    color: #FFF;
    border: none;
    border-radius: 50%;
    font-size: 34px;
    position: absolute;
    bottom: 70px;
    left: 20px;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(0, 0, 255, 0.5);
    animation: pulse 1.5s infinite;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
    .numero-caja{
        font-size: 130px;
    }
    .p-cajas-azul, .p-cajas{
        font-size: 36px;
    }
    .hr-cajas-azul{
        width: 56px;
    }
    .hr-cajas{
        width: 56px;
    }
    .parrafo-enfoque{
        z-index: 2;
        white-space: normal;
    }
    
}

@media (min-width: 1712px){
    .presentacion {
    position: relative; /* Contenedor base */
    display: flex; /* Flexbox para alinear los hijos */
    flex-direction: column; /* Alinea los hijos en columna */
    justify-content: space-between; /* Distribuye los elementos: inicio y final */
    width: 100%; /* Ocupa todo el ancho */
    min-height: 250px;
    height: 100vh; /* Ocupa todo el alto */
    overflow: hidden; /* Evita desbordes */
}
      .animacion-fondo {
    width: 85%; /* Reducimos el ancho al 60% del contenedor */
    height: auto; /* La altura se ajusta automáticamente */
    position: absolute; /* Posición absoluta para colocarlo en el fondo */
    top: 50%; /* Centrado verticalmente */
    left: 50%; /* Centrado horizontalmente */
    transform: translate(-50%, -60%); /* Centrado exacto */
    z-index: -1; /* Fondo (por debajo de todo) */
    object-fit: contain; /* Asegura que el GIF no se distorsione */
}
    
        .arop {
            position: absolute;
            width: 356.311px;
            height: auto;
            z-index: 1;
            /* Por encima del fondo */
        }
    
        .industria {
            font-family: Roboto;
            font-size: 37px;
            font-weight: 300;
            line-height: 120%;
            letter-spacing: 1.725px;
            position: relative;
            /* Se posiciona normalmente en el flujo flexbox */
            z-index: 2;
            /* Asegura que quede visible */
    
        }
}

@media (min-width: 1920px){
    .logo-slider img.vtv {
    width: 120px; /* Ancho personalizado */
    height: 90px; /* Alto automático para mantener proporciones */
    object-fit: contain; /* Mantiene la relación de aspecto */
    margin-top: 26px;
}
.seccion2 {
        height: 100vh;
    }
.presentacionn {
        position: relative;
        /* Contenedor base */
        display: flex;
        /* Flexbox para centrar elementos */
        justify-content: center;
        /* Centra horizontalmente */
        align-items: center;
        /* Centra verticalmente */
        width: 100%;
        /* Ocupa todo el ancho */
        height: 100vh;
        /* Ocupa todo el alto visible */
        overflow: hidden;
        /* Evita desbordes */
    }
    
    .presentacion {
    position: relative; /* Contenedor base */
    display: flex; /* Flexbox para alinear los hijos */
    flex-direction: column; /* Alinea los hijos en columna */
    justify-content: space-between; /* Distribuye los elementos: inicio y final */
    width: 100%; /* Ocupa todo el ancho */
    min-height: 250px;
    height: 100vh; /* Ocupa todo el alto */
    overflow: hidden; /* Evita desbordes */
}
      .animacion-fondo {
    width: 85%; /* Reducimos el ancho al 60% del contenedor */
    height: auto; /* La altura se ajusta automáticamente */
    position: absolute; /* Posición absoluta para colocarlo en el fondo */
    top: 50%; /* Centrado verticalmente */
    left: 50%; /* Centrado horizontalmente */
    transform: translate(-50%, -60%); /* Centrado exacto */
    z-index: -1; /* Fondo (por debajo de todo) */
    object-fit: contain; /* Asegura que el GIF no se distorsione */
}

    .arop {
        position: absolute;
        width: 436.311px;
        height: auto;
        z-index: 1;
        /* Por encima del fondo */
    }

    .industria {
        font-family: Roboto;
        font-size: 40px;
        font-weight: 300;
        line-height: 120%;
        letter-spacing: 1.725px;
        position: relative;
        /* Se posiciona normalmente en el flujo flexbox */
        z-index: 2;
        /* Asegura que quede visible */

    }
.resaltado{
    color: white;
}
    .h1-elevando-negocio{
        font-size: 64px;
        width: 452px;
        margin-bottom: -45px;
       
    }
    .estrella-azul-1{
        width: 40px;
        height: 40px;
    }
    hr{
        width: 98%;
        height: 3.70px;
    }
    .texto-sobre-nosotros{
        width: 747px;
        font-size: 24px;
       
    }
  
    .sobre-nosotros{
        width: 544px;
        height: 313px;
        transform: translateY(200px);
        margin-left: -50px;
    }
    .lapicera{
        width: 600px;
        height: 692px;
        transform: translateX(1100px);
        
    }
    
    .texto-nuestra-trayectoria{
        width: 582px;
        font-size: 24px;
        
    }
    .contenedor-p-trayectoria{
        transform: translateY(200px);
    }
    .hr-2{
        width: 56px;
        height: 2.989px;
        margin-top: 110px;
        margin-right: 80px;
    }
    .p-elevar{
        width: 1529px;
        font-size: 150px;
        line-height: 200px;
    }
    .contenedor-azul{
        height: 1700px;
    }
    .estrella-blanca{
        width: 160px;
        height: 160px;
    }
    .texto-desarrollo-ideas{
        width: 617px;
        font-size: 32px;
        margin-right: 102px;
    }
    .algunos-proyectos{
        width: 739px;
        height: 319px;
    }
    .contenedor-pendrive{
        margin-left: 918px;
    }
    .pendrive-image{
        width: 374px;
        height: 387px;
    }
    .pendrive, .mochila, .lapiceras-nombre{
        width: 558px;
        font-size: 32px;
        margin-bottom: 8px;
    }
    .p-pendrive{
        width: 250px;
        font-size: 16px;
    }
    .div-p-pendrive{
        width: 374px;
    }
    .year{
        width: 119px;
        font-size: 16px;
    }
    .p-estampado{
        font-size: 16px;
        width: 236px;
    }
    .estampado{
        width: 558px;
        font-size: 32px;
        margin-bottom: 8px;
    }
    .messi-image{
        width: 558px;
        height: 577px;
    }
    .div-p-estampado{
        width: 558px;
    }
    .contenedor-mochila{
        margin-top: 111px;
        margin-left: 918px;
    }
    .mochila-image{
        width: 558px;
        height: 577px;
    }
    .p-mochila{
        width: 246px;
        font-size: 16px;
    }
    .div-p-mochila{
        width: 558px;
    }
    .contenedor-termo{
        margin-bottom: -40px;
    }
    .vaso-termico{
        width: 374px;
        font-size: 32px;
        margin-bottom: 8px;
    }
    .p-termo{
        width: 250px;
        font-size: 16px;
    }
    .termo-image{
        width: 374px;
        height: 511px;
    }
    .div-p-termo{
        width: 374px;
    }
    .contenedor-lapicera{
        margin-top: 188px;
        margin-left: 62px;
    }
    .lapicera-image{
        width: 558px;
        height: 577px;
    }
    .p-lapicera{
        width: 246px;
        font-size: 16px;
    }
    .div-p-lapicera{
        width: 558px;
    }
    .gran-container-img{
        height: 3023px;
    }
    .contenedor-reconocimientos{
        margin-left: 918px;
    }
    .recognize-image{
        width: 558px;
        height: 577px;
    }
    .reconocimientos{
        margin-bottom: 8px;
        width: 558px;
        font-size: 32px;
    }
    .p-reconocimiento{
        font-size: 16px;
        width: 246px;
    }
    .div-p-reconocimiento{
        width: 558px;
    }
    .contenedor-merchandansing{
        margin-top: 662px;
    }
    .merchandansing-image{
        width: 374px;
        height: 511px;
        object-fit: cover;
    }
    .merchandansing{
        width: 374px;
        font-size: 32px;
        margin-bottom: 8px;
    }
    .div-p-merchandansing{
        width: 374px;
    }
    .p-merchandansing{
        width: 246px;
        font-size: 16px;
    }
    .contamos{
        width: 600px;
        font-size: 32px;
        letter-spacing: 3.4px;
    }
    .p-nuestros, .p-clientes{
        font-size: 64px;
    }
    .clientes-eligen{
        font-size: 36px;
        width: 600px;
    }
    .logo-slider{
        height: 145px;
    }
    .logo-slider img{
        width: 139px;
        height: 139px;
    }
    
        .container-ns1 {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    
        .nuestros1 {
            width: 284.714px;
            height: 61.853px;
            flex-shrink: 0;
            color: #D0D0D0;
            font-size: 52px;
            font-style: italic;
            font-weight: 400;
            line-height: 31.853px;
            letter-spacing: 4.8px;
            text-transform: uppercase;
            position: relative;
            z-index: 2;
            font-family: "Roboto Condensed", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            justify-content: center;
            bottom: 150px;
            left: 200px;
    
        }
    
        .servicios1 {
            width: 284.714px;
            height: 31.853px;
            color: #D0D0D0;
            font-size: 52px;
            font-style: italic;
            font-weight: 400;
            line-height: 31.853px;
            letter-spacing: 4.8px;
            text-transform: uppercase;
            position: relative;
            z-index: 2;
            right: 80px;
            bottom: 110px;
            font-family: "Roboto Condensed", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            align-items: center;
            justify-content: center;

        }
    
        .img-estrella-servicio1 {
            width: 34.372px;
            height: 34.372px;
            flex-shrink: 0;
            fill: #D0D0D0;
            position: relative;
            z-index: 2;
            right: 90px;
            bottom: 110px;
    
        }
    .fondo-negro {
     background-color: #000;
     z-index: 2;
     position: relative;
 }

 .fondo-colores {
     width: 100%;
     height: auto;
     z-index: 1;
     position: absolute;
     object-fit: cover;
 }

 .space-holder {
     position: relative;
     width: 100%;
    
 }

 .sticky {
     position: sticky;
     top: 0;
     height: 100vh;
     width: 100%;
     overflow: hidden;
 }
    

 .horizontal {
     position: absolute;
     height: 100%;
     width: 5600px;
     will-change: transform;
     overflow: hidden;
     top: 100px;
 }

.caja-container {
    display: flex;
    gap: 29px;
    justify-content: flex-start; 
    z-index: 2;
    position: relative;
    flex-flow: nowrap;
    overflow: visible;
    top: 25px;
    right: 300px;
    
  
}


 .caja {
    flex-shrink: 0;
     width: 330px;
     height: 390px;
     position: relative;
     transform-style: preserve-3d;
 }

 .caja div {
    overflow: hidden;
     width: 100%;
     height: 100%;
     position: absolute;
     backface-visibility: hidden;
     font-size: 16px;
     border-radius: 46px;
 }
.cta-button {
    width: 100px;
    height: 100px;

}


    .caja{
        width: 564px;
        height: 647px;
        border-radius: 73px;
    }
    .nuestros,.servicios{
        font-size: 64px;
    }
    .img-estrella-servicio{
        width: 40px;
        height: 40px;
    }
.container-pback {
    display: flex;
    
   
}

.p-back1 {
   
    width: 480px;
    height: 452px;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;
    
    font-style: normal;
}

.p-back2 {
    width: 480px;
    height: 382px;
    flex-direction: column;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.p-back3 {
    width: 480px;
    height: 382px;
    flex-direction: column;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.p-back4 {
    width: 480px;
    height: 382px;
    flex-direction: column;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.p-back5 {
    width: 480px;
    height: 382px;
    flex-direction: column;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.p-back6 {
    width: 480px;
    height: 382px;
    flex-direction: column;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.p-back7 {
    width: 480px;
    height: 382px;
    flex-direction: column;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 3.527px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
    .p-cajas-azul, .p-cajas{
        font-size: 40px;
    }
    .numero-caja{
        margin-top: 456px;
        font-size: 200px;
    }
    .parrafo-enfoque{
        font-size: 24px;
        width: 404px;
    }
  
}