<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


@font-face {
    font-family: "Verlag";
 
}
@font-face {
    font-family: "Verlag-Black";
   
}
@font-face {
    font-family: "Verlag-Bold";
  
}

@font-face {
    font-family: "Montserrat-Hairline";
}
@font-face {
    font-family: "Montserrat-Light";
   
}
@font-face {
    font-family: "Montserrat-Bold";
}
section#section-principal-tech{
    padding-top: 85px;
    background: #212e4f;
    background:url("/static/img/technology/slide_tecnologia.e828e23e441e.jpg"),  #212e4f;
    background-position: center;
    background-size: cover;
    height: 720px;
    position: relative;
}

section#section-principal-tech .text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: absolute;
    top:calc(25%);
    left:calc(50%);
    transform: translate(-50%,20%);
    width: 65%;

}
section#section-principal-tech .text h1{
    font-size: 113px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #fff;
    font-family: "Verlag-Black";
    text-transform: uppercase;
    margin: 0px;
    margin-right: 0px;
}
section#section-info-tech{
    background: #212e4f;
    padding-top: 0px;
    padding-bottom: 105px;
}

section#section-info-tech p{
    font-family: "Montserrat-Light";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #fff;
    width: 90%;
}
section#tech-smart-port{
    background: white;
    padding-top: 85px;
    padding-bottom: 100px;
}
section#tech-smart-port h3{
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: "Verlag-Black";
    color: #212e4f;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 0;
    margin: 0;
}
section#tech-smart-port h2{
    font-family: "Verlag-Black";
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #212e4f;
    margin-top: 40px;
    margin-bottom: 70px;
    padding: 0;
}
section#tech-smart-port p{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #212e4f;
    font-family: "Montserrat-Light";
    width: 85%;
}




/* carousel 3 cards desktop ini */

section#tech-carrousel .bd-example{
    padding-top: 0px;
    overflow: hidden;
}
section#tech-carrousel .bd-example #tech-carousel{
    height: 400px;
}

section#tech-carrousel .bd-example .show-neighbors .carousel-indicators {
    margin-right: 25%;
    margin-left: 25%;
 }

 section#tech-carrousel .bd-example .show-neighbors .carousel-control-prev,
 section#tech-carrousel .bd-example .show-neighbors .carousel-control-next {
   background: transparent;
   width: 20%;
   z-index: 11;
   transition: .3s;
   /* .carousel-caption has z-index 10 */
 }
 section#tech-carrousel .bd-example .show-neighbors .carousel-control-prev .carousel-control-prev-icon{
     background-image: none;
 }
 section#tech-carrousel .bd-example .show-neighbors .carousel-control-next .carousel-control-next-icon{
    background-image: none;
 }
 section#tech-carrousel .bd-example .show-neighbors .carousel-control-prev:hover,
 section#tech-carrousel .bd-example .show-neighbors .carousel-control-next:hover {
    /* background: rgba(255, 255, 255, 0.2); */
}
 section#tech-carrousel .bd-example .show-neighbors .carousel-inner {
   width: 150%;
   left: -25%;
 }
 section#tech-carrousel .bd-example .show-neighbors .carousel-item-next:not(.carousel-item-left),
 section#tech-carrousel .bd-example .show-neighbors .carousel-item-right.active {
   -webkit-transform: translate3d(33%, 0, 0);
   transform: translate3d(33%, 0, 0);
 }
 section#tech-carrousel .bd-example .show-neighbors .carousel-item-prev:not(.carousel-item-right),
 section#tech-carrousel .bd-example .show-neighbors .carousel-item-left.active {
   -webkit-transform: translate3d(-33%, 0, 0);
   transform: translate3d(-33%, 0, 0);
 }
 section#tech-carrousel .bd-example .show-neighbors .item__third {
     display: block !important;
     float: left;
     position: relative;
     /* captions can now be added */
     width: 33.33333333%;
}
section#tech-carrousel .bd-example .show-neighbors .item__third .container{
    width: 80%;
    height: 245px;
    background-color: transparent;
    perspective: 1000px;
    padding-left: 0;
    padding-right: 0;
}

section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  section#tech-carrousel .bd-example .show-neighbors .item__third .container:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-front, 
  section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-front {
    background-color: transparent;
    color: black;
  }
  
  /* section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back {
      
      transform: rotateY(180deg);
      
      position: relative;
      
      
    } */
    /* section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back::before {
        background-image: url("./../img/flexibilidad/alimentosybebidas.c53f8b166824.jpg");
        content: "";
        position: absolute;
        top: 0; 
        left: 0;
        width: 100%; 
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(.3);
        
    } */
    /* section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back.plastico::before {
        background-image: url("./../img/flexibilidad/plastico.fd3b0d618aaa.jpg");
    }
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back.metales::before {
        background-image: url("./../img/flexibilidad/metales.6a4ce59e8ba4.jpg");
    }
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back.textiles::before {
        background-image: url("./../img/flexibilidad/textiles.c4fad19a9103.jpg");
    }
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back.quimico::before {
        background-image: url("./../img/flexibilidad/quimico.836a9279dd1d.jpg");
    }
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back.automotriz::before {
        background-image: url("./../img/flexibilidad/automotriz.fea6ecc0fcd5.jpg");
    }
    */
    section#tech-carrousel .container .flip-card-back.service-port{
        /* background-image: url("./../img/technology/serviceport.299a97feec04.jpg"); */
        background-image: url("./../img/innovation/service_port_imagen.fa3617a3bd83.png");
        background-size: cover;
    }
    section#tech-carrousel .container .flip-card-back .content img{
        width:185px;
    }
    section#tech-carrousel .container .flip-card-back .content{
        padding-top: 20px;
        padding-left: 20px;
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }    
    section#tech-carrousel .container .flip-card-back .content img{
        width:185px;
    }
    section#tech-carrousel .container{
        width: 80%;
        height: 245px;
        background-color: transparent;
        perspective: 1000px;
        padding-left: 0;
        padding-right: 0;
    }
    section#tech-carrousel .container .flip-card-back .content{
        padding-top: 20px;
        padding-left: 20px;
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }    
    section#tech-carrousel .container .flip-card-back .content img{
        width:360px;
    }
    section#tech-carrousel .container .flip-card-back .content p{
        font-family: "Montserrat-Bold";
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        font-family: "Montserrat-Bold";
        margin-top: 30px;
        width: 40%;
    }
    section#tech-carrousel .container .flip-card-back .content p.bold{
        font-family: "Montserrat-Bold";
    }
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back.premium-port{
        /* background-image: url("./../img/technology/premiumport.fb7c511e4581.jpg");*/
        background-image: url("./../img/innovation/premium_port_imagen.c5ef463b1016.jpg");
        background-size: cover;
    }
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back.eva-port{
        /* background-image: url("./../img/technology/evaport.89f5d9bb990d.jpg"); */
        background-image: url("./../img/innovation/eva_port_imagen.72cb8a5e19da.jpg");
        background-size: cover;
    }
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back.billing-port{
        /* background-image: url("./../img/technology/billingport.671ef1bc3615.jpg"); */
        background-image: url("./../img/innovation/billing_port_Imagen.4950d2fb36a0.jpg");
        background-size: cover;
    } 
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back .content{
        padding-top: 20px;
        padding-left: 20px;
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }    
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back .content img{
        width:185px;
    }
    /* section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back .content h2{
        font-family: 'Verlag-Black';
        font-size: 48px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.23;
        letter-spacing: normal;
        color: #fff;
        width: 100%;
        text-align: left;
        margin-bottom: 35px;
    } */
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back .content p{
        font-family: "Montserrat-Bold";
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        font-family: "Montserrat-Bold";
        margin-top: 30px;
        width: 40%;
    }
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back .content p.bold{
        font-family: "Montserrat-Bold";
    }
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back .content p span.bold{
        font-family: "Montserrat-Bold";
    }

    section#tech-carrousel .bd-example .carousel-indicators {
        bottom: 60px;
    }
    section#tech-carrousel .bd-example .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #212e4f;
        background-clip: padding-box;
        opacity: 1;
        transition: opacity 0.6s ease;
        width: 30px;
        height: 5px;
    }

    section#tech-carrousel .bd-example  .carousel-indicators .active {
        opacity: 1;
        background-color: #009bde;
    }



section#tech-un-gran{
    background: #212e4f;
    padding-top: 50px;
    padding-bottom: 55px;
    height: 630px;
    /* margin-top: 250px; */
    margin-top: 160px;
}


section#tech-un-gran h3{
    font-size: 32px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    font-family: "Verlag-Black";
    margin-bottom: 30px;
}
section#tech-un-gran h2{
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #fff;
    font-family: "Verlag-Black";
    margin-bottom: 40px;
}

section#tech-un-gran p{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #fff;
    font-family: "Montserrat-Light";
    width: 95%;
}
section#tech-un-gran .col-left-mobile{
    display: none;
}
section#tech-un-gran .col-left {
    position: relative;
}
section#tech-un-gran .col-left img{
    position: absolute;
    top: -25%;
    width: 90%;
}

section#tech-watch{
    margin-top:125px;
    padding-top: 75px;
    background:url("/static/img/technology/imagen_watch.b5b2e44af70d.png");
    background-size: 720px;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
section#tech-watch .tex-princ{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
section#tech-watch h2{
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: right;
    color: #212e4f;
    font-family: "Verlag-Black";
    width: 65%;

}
section#tech-watch .cont-right{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

section#tech-watch .cont-right p{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: right;
    color: #212e4f;
    font-family: "Montserrat-Light";
    margin-bottom: 40px;
    padding-right: 15px;
}
section#tech-watch .cont-right p span{
    font-family: "Montserrat-Bold";
}

section#tech-watch .cont-right .cont-app{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 380px;
}
section#tech-watch .cont-right .cont-app a img{
    width:164px
}

section#tech-watch .tex-bottom{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
}

section#tech-watch .tex-bottom a{
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #002e6d;
    font-family: "Montserrat-Light";
    text-decoration: none;
}




@media (max-width: 280px) {
   
    section#section-principal-tech .text {
        width: 100%;
    }
    section#tech-un-gran .col-left-mobile img {
        position: absolute;
        bottom: -40px;
    }
    section#section-info-tech p {
        font-size: 16px;
        width: 100%;
    }
    section#tech-smart-port p{
        width: 100%;
    }
    section#tech-watch .cont-right .cont-app{
        flex-direction: column;
        width: 100%;
    }
    section#tech-watch h2 {
        font-size: 28px;
    }
    section#tech-watch .cont-right .cont-app a{
        margin-bottom: 20px;
    }
    section#tech-un-gran h2 {
        font-size: 25px;
    }    
}
@media (max-width: 576px) { 
    section#section-principal-tech{
        height: 530px;
    }
    section#section-principal-tech .text{
        display: flex;
        flex-direction: column-reverse;
        transform: translate(-50%,180%);
    }
    section#section-principal-tech .text h1{
        font-size: 37px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.03;
        letter-spacing: normal;
        text-align: right;
        color: #fff;
        margin-right: 0px;
    }
    section#section-info-tech p{
        font-size: 16px;
    }
    section#section-principal-tech .text img{
        width: 40px;
        margin-bottom: 35px;
    }
    section#section-info-tech{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 35px;
    }
    section#tech-smart-port h3{
        font-size: 21px;
    }
    section#tech-smart-port h2{
        font-size: 37px;
    }
    section#tech-smart-port p{
        font-size: 16px;
    }
    section#tech-smart-port .row{
        padding-left: 15px;
        padding-right: 15px;
    }

    section#tech-carrousel .bd-example #tech-carousel{
        height: 390px;
    }
    section#tech-carrousel .bd-example .show-neighbors {
        overflow: hidden;
      }
    section#tech-carrousel .bd-example .show-neighbors .item__third:first-child,
    section#tech-carrousel .bd-example .show-neighbors .item__third:last-child {
        display: none !important;
    }
    section#tech-carrousel .bd-example .show-neighbors .carousel-inner {
        width: 100%;
        left: 0;
      }
    section#tech-carrousel .bd-example .show-neighbors .carousel-item-next:not(.carousel-item-left),
    section#tech-carrousel .bd-example .show-neighbors .carousel-item-right.active {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
      }
    section#tech-carrousel .bd-example .show-neighbors .carousel-item-prev:not(.carousel-item-right),
    section#tech-carrousel .bd-example .show-neighbors .carousel-item-left.active {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }
    section#tech-carrousel .bd-example .show-neighbors .item__third {
        display: block !important;
        float: left;
        position: relative;
        /* captions can now be added */
        width: 100%;
      }
    section#tech-carrousel .bd-example .show-neighbors .item__third {
        /* margin-left: 10px;
        margin-right: 10px; */
        display: flex;
        justify-content: center;
        align-items: center;
    } 
    section#tech-carrousel .bd-example .show-neighbors .item__third .container {
        width: 90%;
        height: 200px;
    }
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back .content{
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        height: 100%;
    }
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back .content img{
        width: 118px;
        
    }
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back .content h2{
        font-size: 21px;
    }
    section#tech-carrousel .bd-example .show-neighbors .item__third .container .flip-card-back .content p{
        font-size: 16px;
        width: 40%;
    }
    section#tech-carrousel .bd-example .carousel-indicators{
        bottom: 30px;
    }
    /* caruousel mobile fin */

    section#tech-un-gran{
        height: 480px;
    }

    section#tech-un-gran{
        padding-top: 70px;
        margin-top: 360px;
    }

    section#tech-un-gran h3{
        font-size: 21px;
    }

    section#tech-un-gran h2{
        font-size: 37px;
        width: 70%;
    }
    section#tech-un-gran p{
        font-size: 16px;
    }
    section#tech-un-gran .col-left{
        display: none;
    }
    section#tech-un-gran .col-left-mobile{
        display: block;
        position: relative;
    }
    section#tech-un-gran .col-left-mobile img{
        position: absolute;
        bottom: -70px;
        width: 65%;
        left: 30%;
    }

    section#tech-watch{
        margin-top: 70px;
        padding-top: 0px;
    }
    section#tech-watch .container .row{
        padding-left: 15px;
        padding-right: 15px;
    }

    section#tech-watch h2{
        font-size: 37px;
        text-align: left;
    }
    section#tech-smart-port{
        padding-bottom: 70px;
    }

    section#tech-watch .cont-right {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 100px;
    }
    section#tech-watch .cont-right p{
        font-size: 16px;
    }

    section#tech-watch .tex-princ{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    section#tech-watch .tex-bottom{
        margin-top: 60px;
        justify-content: center;
        align-items: center;    
    }

    section#tech-carrousel .container{
        height: 150px;
        width: 100%;
    }


    section#tech-carrousel .container .flip-card-back .content img{
        width: 200px;
    }
    section#tech-carrousel .container .flip-card-back .content p{
        font-size: 14px;
        margin-top: 20px;

    }




}

@media only screen and (min-width: 577px) and (max-width: 767px){
    
    section#section-principal-tech .text{
        transform: translate(-50%,160%);
    }
    section#section-principal-tech .text h1 {
        font-size: 60px;
    }
    section#section-info-tech p{
        width: 100%;
    }
    section#tech-smart-port h3 {
        font-size: 40px;
    }
    section#tech-smart-port h2{
        font-size: 40px;
    }
    section#tech-smart-port p{
        width: 100%;
    }
    section#tech-un-gran .col-left{
        display: none;
    }
    section#tech-un-gran h2{
        font-size: 40px;
    }
    section#tech-un-gran{
        height: 530px;
    }
    section#tech-watch h2{
        width: 100%;
        text-align: center;
        font-size: 40px;
    }
    section#tech-watch .cont-right{
        align-items: center;
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1280px){
   
    section#section-info-tech p{
        width: 100%;
    }
    section#tech-smart-port p{
        width: 100%;
    }
    section#section-principal-tech .text h1{
        font-size: 80px;
    }
    section#tech-un-gran{
        height: 800px;
    }
    section#tech-smart-port h2{
        font-size: 40px;
    }
    section#tech-watch .cont-right .cont-app a img{
        width: 125px;
    }
    section#tech-watch .cont-right{
        align-items: center;
    }
    section#tech-un-gran h2{
        font-size: 40px;
    }
    section#tech-watch h2{
        text-align: center;
        font-size: 40px;
        width: 100%;
    }
    section#tech-watch .cont-right .cont-app{
        width: 100%;
    }
    section#tech-watch .cont-right p{
        padding-right: 0;
    }
}</pre></body></html>