<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container{
    max-width:1240px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.col-display-none-visible{
    display: none;
}

.display-none-visible{
    display: flex;
}

.espaciador{
    min-height:100px;
}

.space-welcome{
    min-height:20px;
}

.text-center{
    text-align: center;
}

.hero {
    background-image: url('../img/nosotros/banner.webp');
    background-size: cover;
    background-position: 90% 0px;
    background-repeat: no-repeat;
    min-height: 700px;
    display: flex; /* Habilita Flexbox */
    justify-content: center; /* Alinea el contenido a la derecha */
    align-items: center; /* Centra verticalmente */
    box-sizing: border-box; /* Asegura que el padding se incluya en la altura total */
}

.text-us{
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    text-shadow: 4px 4px 10px rgba(0,0,0,0.3);
}

/* SECCION BIENVENIDA */
.section-welcome{
    padding: 80px 0px 80px 0px;
}

.text-paragraph{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
}

.text-paragraph-bold{
    font-weight: 700;
}

.text-image{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3em;
    color:#003b5c;
    text-transform: uppercase;
}

.span-text-image{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
    color:#00a3e0;
    text-transform: uppercase;
}

.col-img img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

/* SECCION 25 AÃ‘OS */
.section-year {
    background-image: url('../img/nosotros/banner-25anios.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex; /* Habilita Flexbox */
    justify-content: center; /* Alinea el contenido a la derecha */
    align-items: center; /* Centra verticalmente */
    box-sizing: border-box; /* Asegura que el padding se incluya en la altura total */
}

.text-year{
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    text-shadow: 4px 4px 10px rgba(0,0,0,0.3);
}

.text-year-experience{
    color: #00a3e0;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    text-shadow: 4px 4px 10px rgba(0,0,0,0.3);
}

.btn-color{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    background: linear-gradient(45deg, #963CBD, #079ede);
    border-color: #003b5c;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 18px 18px 18px 18px;
    padding: 8px 20px 6px 20px;
}

.btn-color:hover{
    color: #fff;
    border-style: solid;
    border-color: #fff;
    background: transparent;
}

/*SECCION TARJETAS*/
.section-cards{
    padding: 70px 0px 70px 0px;
    background-attachment: fixed;
    background-image:url('../img/bg-1.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-item{
    padding: 0px;
}

.grid-item {
    background-color: #fff;
    border-radius: 18px; /* Bordes redondeados */
    padding: 30px 5px 30px 5px;
    text-align: center;
    transition: transform 0.3s;
    margin-bottom: 20px; /* Espacio inferior entre elementos */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.grid-item img {
    max-width: 50%;
    height: auto;
}

.grid-item p {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #3d3d3d;
}

.imagen-contenedor {
    background-color: #E8E8E8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100px; /* Ajusta este tamaÃ±o segÃºn tus necesidades */
    height: 100px; /* Ajusta este tamaÃ±o segÃºn tus necesidades */
}

.text-title{
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;
    color: #00a3e0;
}

.text-title-span{
    color: #003b5c;
    font-weight: 400;
}

/* SECCION VISION */
.section-vision{
    padding: 80px 0px 80px 0px;
    background: #f1f5f9;
}

/* SECCION ADN */
.section-adn{
    padding: 80px 0px 80px 0px;
}

.badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #0072ce;
    padding: 10px;
    border-radius: 10px;
}

/*swiper-container {
    width: 100%;
    height: 100%;
    text-align: center;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: block;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
.swiper {
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: block;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.text-carrusel{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    color:#fff;
    margin-bottom: 0px;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
    background-color: #0072ce;
    border-radius: 50%; /* Para hacerlos circulares */
    width: 40px; /* Ajusta el tamaÃ±o del botÃ³n */
    height: 40px; /* Ajusta el tamaÃ±o del botÃ³n */
    display: flex;
    align-items: center;
    justify-content: center;
    display: visible;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 16px; /* Ajusta el tamaÃ±o del icono */
}

.section-logotipos{
    padding: 80px 0px 80px 0px;
    background: #f1f5f9;
}

.gptw-mexico-imagen, 
.gptw-colombia-imagen {
    width: 40% !important; 
    height: auto;    
}

.col-logotipos-gptw{
    display: flex;
    justify-content: center;
    align-items: center;     
}


.col-img-logotipos-gptw{
    display: flex;          
    justify-content: center;  
    align-items: center;       
    gap: 10px;  
}

/* TABLET VERTICAL*/
@media screen and (min-width: 768px) and (max-width: 1000px) {
    .hero {
        background-position: 77% 0px;
        min-height: 500px;
    }

    /*SECCION TARJETAS*/
    .col-item{
        padding: 0px;
    }

    .grid-item p {
        font-size: 9px !important;
    }

    .grid-item {
        padding: 10px;
    }

    .imagen-contenedor {
        width: 50px;
        height: 50px;
    }
}

/*Movil*/
@media screen and (min-width: 320px) and (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .col-display-none-visible{
        display: block;
    }

    .display-none-visible{
        display: none;
    }

    .hero {
        background-position: 67% 0px;
        min-height: 250px;
    }

    .text-us{
        font-size: 40px;
    }

    /*SECCION BIENVENIDA*/
    .section-welcome{
        padding: 30px 0px 30px 0px;
    }

    .text-paragraph{
        text-align: center;
    }

    .text-image{
        font-size: 26px;
        text-align: center;
    }

    .span-text-image{
        font-size: 26px;
        text-align: center;
    }

    /* SECCION 25 AÃ‘OS */
    .section-year {
        background-position: 67% 0px;
        min-height: 250px;
    }

    .text-year{
        font-size: 30px;
    }

    .text-year-experience{
        font-size: 24px;
    }

    /*SECCION TARJETAS*/
    .col-item{
        padding: 0px 10px 0px 10px;
    }

    .section-cards{
        padding: 30px 0px 30px 0px;
    }

    .grid-item p {
        font-size: 8px !important;
    }

    .grid-item {
        padding: 20px;
    }
    
    .text-title{
        font-size: 26px;
    }

    /* SECCION VISION */
    .section-vision{
        padding: 30px 0px 30px 0px;
        background: #f1f5f9;
    }

    .section-logotipos{
        padding: 40px 0px 40px 0px;
    }
    
    .gptw-mexico-imagen, 
    .gptw-colombia-imagen {
        width: 40% !important; 
        height: auto;    
    }
}
</pre></body></html>