
@font-face {
    font-family: "Verlag";
    src: url("/static/letters/Verlag-Book.f47e2bef9f26.woff2");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Verlag-Black";
    src: url("/static/letters/Verlag-Black.356be93cd3c5.woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Verlag-Bold";
    src: url("/static/letters/Verlag-Bold.b9248351b51a.woff2");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Montserrat";
    src: url("/static/letters/Montserrat-Regular.07689d4eaaa3.ttf");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat-Light";
    src: url("/static/letters/Montserrat-Light.816e4ead403e.otf");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat-Hairline";
    src: url("/static/letters/Montserrat-Hairline.af3ac151d996.otf");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("/static/letters/Montserrat-Bold.d3085f686df2.ttf");
    font-weight: 900;
    font-style: normal;
}

section#section-principal{
    padding-top: 85px;
    background: #212e4f;
    background:url("/static/img/movetogether_banner-original-01.03ed17bcb94a.jpg"),  #212e4f;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
}

section#section-principal .text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    width: 80%;
    transform: translate(-50%,-70%);
}
section#section-principal .text h2{
    font-size: 113px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    font-family: Verlag-Black;
    align-self: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
section#section-principal .text span{
    font-family: Verlag;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    align-self: center;
    position: relative;
    top: -25px;
}

section#section-iframe{
    min-height: 340px;
    width: 100%;
    position: relative;
    background: #212e4f;
}

section#section-iframe .iframe{
    position: absolute;
    bottom: calc(0);
    left: calc(50%);
    width: 80%;
    transform: translate(-50%,-10%);
    border-radius: 40px;
    box-shadow: 0 6px 39px 0 rgb(0 0 0 / 30%);
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3rem;
    position: relative;
}
section#section-iframe .iframe div.arrowRight,
section#section-iframe .iframe div.arrowLeft{
    position: absolute;
    width: 4rem;
    height: 4rem;

    /* outline: 1px solid red; */
}
section#section-iframe .iframe div.arrowRight svg,
section#section-iframe .iframe div.arrowLeft svg{
    width:30% ;
    cursor: pointer;
}
section#section-iframe .iframe div.arrowLeft svg{
    display: none;
}
section#section-iframe .iframe div.arrowLeft{
    top: 8rem;
    left: 3rem;
    display: flex;
    justify-content: start;
    align-items: center;
    background: transparent;
}
section#section-iframe .iframe div.arrowRight{
    top: 8rem;
    right: 3rem;
    display: flex;
    justify-content: end;
    align-items: center;
    background: transparent;
}

section#section-iframe .iframe .arrowLeft{
    position: absolute;
    top: 10rem;
    left: 2rem;
    width: 1.5rem;
}
section#section-iframe .iframe .arrowRight{
    position: absolute;
    top: 10rem;
    right: 2rem;
    width: 1.5rem;
}


@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    section#section-iframe .iframe {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgb(34 47 79 / 15%);
    }
    
}

section.risk{
    overflow: hidden;
    background: #222f4f;
    padding-bottom: 180px;
    padding-top: 10rem;
}

section.risk h2{
    font-family: 'Verlag-Black';
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 60%;
    margin: 0 auto;
}

section.risk p.top{
   
    font-family: Montserrat-Hairline;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 15px;
    width: 80%;
}

section.risk p.bottom{
    font-family: Montserrat-Bold;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 15px;
    width: 80%;
}

section.risk .row.card-risk{
    margin-top: 50px;
}
section.risk .row.card-risk img.logo{
    width: 100%;
}
section.risk .row.card-risk .cont-text{
    display: flex;
    flex-direction: column;
}

section.risk .row.card-risk .cont-text.flex-left{
    align-items: flex-start;

}
section.risk .row.card-risk .cont-pr{
    padding-right: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section.risk .row.card-risk .cont-pl{
    padding-left: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
section.risk .row.card-risk .cont-text.flex-right{
    align-items: flex-end;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
section.risk .row.card-risk .cont-text .text-princ{
    font-family: 'Verlag-Black';
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    margin-bottom: 60px;
    width: 495px;
}
section.risk .row.card-risk .cont-text .text-princ img{
    position:relative;
    top:-10px;
}
section.risk .row.card-risk .cont-text .text-normal{
    font-family: "Montserrat-Hairline";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
    width: 500px;

}
.text-right{
 text-align: right;
}
.text-left{
 text-align: left;
}

section.risk .row.card-risk .btn-hut{
    width: 310px;
    height: 55px;
    padding: 10px 30px;
    border-radius: 5px;
    border: solid 2px #ffffff;
    font-size: 25px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    transition: .6s;
    display: block;
    margin-top: 60px;
    font-family: "Verlag-Black";
}
section.risk .row.card-risk .btn-hut:hover{
    text-decoration: none;
    border: solid 2px #222f4f;
    color: #222f4f;
    background: white;

}
section.risk .row.card-risk .img-left{
    display: flex;
    justify-content: flex-end;
}

section.risk .row.card-risk .img-left img{
    width: 100%;
}


section.servicios{
    overflow: hidden;
    margin-bottom: 40px;
    height: 755px;
    background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 14%, rgba(34,47,79,1) 15%, rgba(34,47,79,1) 100%);
}

section.servicios h1{
    font-family: "Verlag-Black";
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.top-content .container-fluid{
    padding: 0px;
}
.top-content.col-md-4{
    display: inline-block;
    margin-left:-4px;
    width:100%;
    height:auto;
}
.top-content .col-md-4.item-cont{
    height: 575px;
    padding-left: 40px;
    padding-right: 40px;
    background-position: center;
    background-size: cover;
}
.top-content .col-md-4.item-cont.soluciones{
    background:url("/static/img/servicios/soluciones.80e47f50a673.jpg"),  #212e4f;
    background-position: center;
    background-size: cover;
}
.top-content .col-md-4.item-cont.logistica{
    background:url("/static/img/servicios/logistica.905161fed124.jpg"),  #212e4f;
    background-position: center;
    background-size: cover;
}
.top-content .col-md-4.item-cont.servicios{
    background:url("/static/img/servicios/servicios.7fea6ec6bdd0.jpg"),  #212e4f;
    background-position: center;
    background-size: cover;
}
.top-content .col-md-4.item-cont.embarcaciones{
    background:url("/static/img/servicios/bote.4e610500f25f.png"),  #212e4f;
    background-position: center;
    background-size: cover;
}
.top-content .col-md-4.item-cont.obras{
    background:url("/static/img/servicios/obras.eca47f4f5062.jpg"),  #212e4f;
    background-position: center;
    background-size: cover;
}
.top-content .col-md-4.item-cont.contenedores{
    background:url("/static/img/servicios/contenedores.ec606b07ee18.jpg"),  #212e4f;
    background-position: center;
    background-size: cover;
}




.top-content .col-md-4.item-cont .container-img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 210px; */
}
.top-content .col-md-4.item-cont .container-img p.title{
    font-family: 'Verlag-Black';
    font-size: 43px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 25px;
    margin-top: 50px;
}
.top-content .col-md-4.item-cont .container-img p.text{
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 0px;
    min-height: 135px;
}
.top-content .col-md-4.item-cont .container-img a.btn-servicios{
    padding: 10px 40px;
    border-radius: 5px;
    background-color: #ffffff;
    font-family: "Verlag-Black";
    font-size: 25px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #212e4f;
    text-decoration: none;
    transition: .6s;
    align-self: flex-start;
    text-transform: uppercase;
    height: 55px;
}
.top-content .col-md-4.item-cont .container-img a.btn-servicios:hover{
    background-color: #212e4f;
    color: #fff;
}
.top-content .col-md-4 .container-img img{
    height: 100%;
    width: auto;
}

.top-content .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    margin-right: 3px; 
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #002e6d;
    background-clip: padding-box;
    opacity: 1;
    transition: opacity 0.6s ease;
    width: 30px;
    height: 5px;
    /* margin: 0 11px 0 0; */
}
.top-content .carousel-indicators .active {
    opacity: 1;
    background-color: #009bde;;

}
.top-content .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    z-index: 1;
}
.top-content-mobile{
    display: none;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
}
#carousel-example{
    background: black;
    width: 100%;
    box-sizing: border-box;
    position: relative;

}
#carousel-example .carousel-inner{
    background: #111;
    width: 100% !important;
}
#carousel-example .carousel-inner .row{
    width: 100% !important;
    box-sizing: initial;
}
#carousel-example .carousel-control-prev{
    width: 3%;
}
section#news-hucth{
    position: relative;
    padding-top: 59px;
}

section#news-hucth.notes{
    padding-top: 110px;
}

#slider-tow .row:first-child {
    padding-top: 140px;  
}

.newsroom-title{
    font-family: "Verlag-Black";
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212e4f;
    position: absolute;
    top: 0px;
    text-transform: uppercase;
    padding-top: 25px;
}

section#news-hucth h2:not(.newsroom-title), #slider-tow .slider-tow-title{
    font-family: "Verlag-Black";
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212e4f;
    /* position: absolute; */
    top: 0px;
    text-transform: uppercase;
    padding-top: 25px;
    border-bottom: solid #002e6d 3px;
    width: 89%;
    padding-bottom: 10px;
}

#news-hucth ul{
    display: flex;
    align-content: center;
    justify-content: flex-end;
    border-bottom: 2px solid #222f4f;
}
#news-hucth ul li a{
    font-family: Verlag;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212e4f;
}
#news-hucth ul li a:hover{
    border: 1px solid transparent;
}
#news-hucth ul li a.nav-link.active{
    font-family: "Verlag-Black";
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212e4f;
    
    font-weight: bold;
    border:none;
    border-bottom: 5px solid #009bde;
    font-family: "Verlag-Black";
    
}

#news-hucth .card{
    border: none;
    padding-left: 0;
}
#news-hucth .card img.card-img-top-princ{
    height: 435px;
    width: 100%;
}
#news-hucth .card img.card-img-top{
    height: 230px;
    width: 100%;
}
#news-hucth .card .card-body{
    padding-left: 0px;
    padding-right: 0px;
}
#news-hucth .sub-title{
    font-family: "Verlag-Black";
    font-size: 23px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212e4f;
    margin-bottom: 20px;
}
#news-hucth .card .card-body h5.sub-title{
    font-family: "Verlag-Black";
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    color: #222f4f;
    text-align: left;
}
#news-hucth .card .card-body .card-title{
    font-size: 32px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #212e4f;  
    margin-bottom: 35px;
    font-family: "Verlag-Black";
}
#news-hucth .card .card-body .card-title-right{
    font-size: 29px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #212e4f; 
    margin-bottom: 25px; 
    font-family: "Verlag";
}

#news-hucth .card .card-body .card-text{
    font-family: Montserrat-Light;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #212e4f;
    margin-bottom: 80px;
}

#news-hucth .card .card-body a.btn-card{
    width: 200px;
    height: 55px;
    padding: 20px 40px ;
    border-radius: 5px;
    background-color: #212e4f;
    font-family: Verlag;
    font-size: 25px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    font-family: "Verlag-Black";
    line-height: 0.64;
    transition: .6s;
    border-color: transparent;
}

#news-hucth .card .card-body a.btn-card:hover{
    border:1px solid #212e4f; 
    color: #212e4f;
    background: white;
}


#innovando-juntos{
    padding-top: 90px;
    background: rgb(33,46,79);
    background: linear-gradient(180deg, rgba(33,46,79,1) 0%, rgba(33,46,79,1) 82%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 40px;
    overflow: hidden;
}
#innovando-juntos h2{
    font-family: Verlag-Black;
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #ffffff;
    padding-bottom: 65px;
}
#innovando-juntos 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: #ffffff;
}
#innovando-juntos p span{
    font-weight: bold;
}
#innovando-juntos ul.nav.nav-tabs{
    display: flex;
    justify-content: center;
    margin-top: 80px;
    border-bottom: none;
}
#innovando-juntos ul.nav.nav-tabs .nav-link{
    font-family: "Verlag-Bold";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: 1px solid none;

}
#innovando-juntos ul.nav.nav-tabs .nav-link:hover{
    border-color: transparent;
}
#innovando-juntos ul.nav.nav-tabs .nav-link.active{
    background: none;
    font-weight: bold;
    border:none;
    border-bottom: 5px solid #009bde;
    font-family: "Verlag-Black";
}
#innovando-juntos .tab-content {
    height: 1060px;
}
#innovando-juntos .tab-content .tab-pane .cont-left {
    padding-top: 90px;
}
#innovando-juntos .tab-content .tab-pane .cont-left img.tabs-cont-logo{
    width: auto;
    height: 145px;
}
#innovando-juntos .tab-content .tab-pane .cont-left img.tabs-cont-logo#smartport{
    width: auto;
    height: 95px;
}
#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-title{
    font-family: "Verlag-Black";
    font-size: 40px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.48;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-text{

}
#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-text 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: #ffffff;
}
#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-text p span{
    font-weight: bold;
    font-family: "Montserrat-Bold";
}
#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-top{
    height: 680px;
}

#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom{
    margin-top: 115px;
}

#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom p.extra{
    font-family: Verlag;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #002e6d;
    margin-bottom: 25px;
}

#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom p a{
    font-family: "Verlag-Black";
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #002e6d;
    text-decoration: none;
}

#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom p.extra span{
    font-weight: bold;
}
#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom .apps-cont{
    margin-bottom: 90px;
    display: flex;
    justify-content:start
}
#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom p{
    margin-bottom: 40px;
}

#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom .apps-cont.app{
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
    width:80%;
}
#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom .apps-cont img{
    width: 195px;
    height: 60px;
}
#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom .apps-cont a.btn-card{
    width: 200px;
    height: 55px;
    padding: 20px 40px;
    border-radius: 5px;
    background-color: #212e4f;
    font-family: "Verlag-Black";
    font-size: 25px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    line-height: 0.64;
    transition: .6s;
}

#innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom .apps-cont a.btn-card:hover{
    border:1px solid #212e4f; 
    color: #212e4f;
    background: white;
}
#innovando-juntos .tab-content .tab-pane .float-cont{
    position: relative;
}
#innovando-juntos .tab-content .tab-pane .float-cont img{
    position: absolute;
    top: 5%;
    width: 75%;
}
#innovando-juntos .tab-content .tab-pane .float-cont.tablet img{
    top: 10%;
    width: 123%;
    position: absolute;
}
#innovando-juntos .tab-content .tab-pane .float-cont.lap img{
    /* top: 25%;
    width: 100%;
    position: absolute; */
    top: 13%;
    width: 150%;
    position: absolute;
}
#innovando-juntos .tab-content .tab-pane .float-cont.billing img{
    position: absolute;
    /* left: -90px; */
    top: 260px;
}

#portuario{
    padding-top: 55px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 65px;
    background: rgb(223,223,223);
    background: linear-gradient(151deg, rgba(223,223,223,1) 0%, rgba(223,223,223,1) 60%, rgba(237,237,237,1) 60%, rgba(237,237,237,1) 100%);
    /* height: 350px;
    background: rgb(17,17,17);
    background: linear-gradient(155deg, rgba(17,17,17,1) 0%, rgba(17,17,17,1) 62%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 100%); */

}
#portuario img{
    width: 530px;
    height: 75px;
    margin-bottom: 70px;
}
#portuario p{
    font-family: "Montserrat-Light";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #212e4f;
    width: 100%;
}
#portuario p span{
    font-weight: bold;
}
#portuario .portuario-cont a{
    width: 215px;
    height: 55px;
    padding: 20px 20px;
    border-radius: 5px;
    background-color: #212e4f;
    font-family: "Verlag-Black";
    font-size: 25px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    line-height: 0.64;
    transition: .6s;
    margin-top: 35px;
}
#portuario .portuario-cont a:hover{
    text-decoration: none;
    border: solid 2px #222f4f;
    color: #222f4f;
    background: white;
}

#certificado{
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

#certifica .top-content-mobile{
    display: none;
}
#certificado .card{
    border: 1px transparent;
    padding-left: 0;
}
#certificado .card .card-body{
    padding: 0;
}
#certificado .left .card-body .sub-title,
#certificado .right .card-body .sub-title{
    font-family: "Verlag-Black";
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #212e4f;
    margin-bottom: 20px;
}
#certificado .left .card-body .card-title,
#certificado .right .card-body .card-title{
    
    font-family: Verlag-Black;
    font-size: 32px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #212e4f;
    margin-bottom: 50px;
}
#certificado .right .card-body .card-title{
    margin-bottom: 30px;
    margin-top: 20px;
}
#certificado .right .card-body .cont-btn a{
    width: 200px;
    height: 55px;
    padding: 20px 40px;
    border-radius: 5px;
    background-color: #212e4f;
    font-family: Verlag;
    font-size: 25px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    font-family: "Verlag-Black";
    line-height: 0.64;
    transition: .6s;
    border-color: transparent;
    margin-bottom: 60px;
}
#certificado .left .card-body p{
    color: #212e4f;
    font-family: "Montserrat-Light";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}
#certificado .right .card-body p.text{
    color: #212e4f;
    font-family: "Montserrat-Light";
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;

}
#certificado .left .card-body p.text span{
    font-family: "Montserrat-Bold";
}
 .left .card-body .cont-btn{
    margin-top: 35px;
    margin-bottom: 35px;
}
#certificado .left .card-body a{
    width: 200px;
    height: 55px;
    padding: 20px 20px;
    border-radius: 5px;
    background-color: #212e4f;
    font-family: "Verlag-Black";
    font-size: 25px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    line-height: 0.64;
    transition: .6s;
}
#certificado .left .card-body a:hover{
    text-decoration: none;
    border: solid 2px #222f4f;
    color: #222f4f;
    background: white;
}
#certificado .left .card-body .cont-img img{
    width: 100%;
}
#certificado .right .card-body .sub-title{
    font-family: "Verlag-Black";
    font-size: 22px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212e4f;
    margin-top: 20px;

}
#certificado .right .card-body .card-title-right{
    font-size: 29px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #212e4f;
    margin-bottom: 25px;
    font-family: "Verlag";

}
#certificado .right .card-body p{
    font-family: "Montserrat-Hairline";
    font-size: 18px;
}

#certificado .line{
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #212e4f;
    top: 5%;
    left: 59%;
}
#certificado .line .num_2 {
    width: 100px;
    display: flex;
    justify-content: start;
    align-items: center;
    top: 10%;
    position: relative;
}
#certificado .line .num_2 hr{
    background: #009bde;
    border: none;
    width: 5px;
    height: 175px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
}
#certificado .line .num_2 span,
#certificado .line .num_3 span{
    font-family: "Montserrat-Light";
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #212e4f;
}
#certificado .line .num_3{
    width: 100px;
    display: flex;
    justify-content: start;
    align-items: center;
    top: 40%;
    position: relative;
}
#certificado .line .num_3 hr{
    background: #009bde;
    border: none;
    width: 5px;
    height: 175px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
}


#slider-tow{
    margin-top: 40px!important;
}

#slider-tow .item-cont .container-text{
    padding-top: 0px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}
#slider-tow .bottom-content #carousel-example-bottom .carousel-inner.row.w-100.mx-auto .item-cont.pic{
    padding-right: 0;
    padding-left: 0;
}
#slider-tow .bottom-content #carousel-example-bottom .carousel-inner.row.w-100.mx-auto .item-cont.pic .container-img img{
    width: 100%;
}
#slider-tow .item-cont .container-text h2{
    font-family: "Verlag-Black";
    font-size: 40px;
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212e4f;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#slider-tow .item-cont .container-text .cont-tex .principal{
    font-family: "Verlag-Black";
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;   
    color: #212e4f;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#slider-tow .item-cont .container-text .cont-tex p{
    font-family: "Montserrat-Light";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #212e4f;
  margin-bottom: 0px;


}
#slider-tow .item-cont .container-text .cont-tex p span{
    font-weight: bold;
}

#slider-tow .item-cont .container-text .cont-tex p.cursive{
    font-style: italic;
}
#slider-tow .item-cont .container-text .cont-btn{
    margin-bottom: 50px;
}

#slider-tow .item-cont .container-text .cont-btn a {
    width: 200px;
    height: 55px;
    padding: 20px 20px;
    border-radius: 5px;
    background-color: #212e4f;
    font-family: "Verlag-Black";
    font-size: 25px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    line-height: 0.64;
    transition: .6s;
    margin-top: 35px;
    border-color: transparent;
}
#slider-tow .item-cont .container-text .cont-btn a:hover{
    text-decoration: none;
    border: solid 2px #222f4f;
    color: #222f4f;
    background: white;
}

#slider-tow .item-cont .container-text .cont-logos{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#slider-tow .item-cont .container-text .cont-logos img{
    width: 90%;
}

#mundo{
    padding-bottom: 150px;
    margin-top: 100px;
    background-image: url("/static/img/PLECAS_AZULNARANJA.c61f563058d4.png");
    padding-bottom: 150px;
    margin-top: 100px;
    background-repeat: no-repeat;
    background-position: 90%;
    background-position-y: -21px;
}
#mundo .cont-right img{
    margin-bottom: 60px;
} 
#mundo .cont-right img.full{
    margin: 0px;
}  
#mundo .cont-right p {
    margin-bottom: 30px;
}
#mundo .cont-right p {
    font-family: "Montserrat-Bold";
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #212e4f;
    text-decoration: none;
}
#mundo .cont-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#mundo .cont-left h2{
    font-family: "Verlag-Black";
    font-size: 52px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #212e4f;
}
#mundo .cont-left p{
    font-family: "Montserrat-Bold";
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #212e4f;
}
#mundo  p.bottom{
    font-family: "Montserrat-Light";
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #212e4f;
    text-decoration: none;
}
#mundo .bottom p  {
    font-family: "Montserrat-Light";
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #212e4f;
    text-decoration: none;
}
 
#mundo .bottom p span{
    font-weight: bold;
    text-decoration: underline;
}
#mundo  .bottom p.bold{
    font-family: "Montserrat-Bold";}
#mundo .bottom .cont-btn a{
    width: 200px;
    height: 55px;
    padding: 20px 20px;
    border-radius: 5px;
    background-color: #212e4f;
    font-family: "Verlag-Black";
    font-size: 25px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    line-height: 0.64;
    transition: .6s;
    margin-top: 35px;
    border-color: transparent;
}
#mundo .cont-btn a:hover{
    text-decoration: none;
    border: solid 2px #222f4f;
    color: #222f4f;
    background: white;
}
.bottom-content{
    position: relative;
}
.bottom-content .container .row{
    height: auto;
}
.bottom-content .container .pic{
    background: url("/static/img/casos/mercedes_b_rectangulo.a2aeb18e8314.png");
    height: 100%;
    opacity:0
}
.bottom-content .container .text-car{
    display: flex;
}
.bottom-content .container-fluid{
    padding: 0px;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    -webkit-overflow-scrolling: auto !important;

}
.bottom-content .container-fluid .row{
    height: 100%;
    width: 100%;
}
.bottom-content .container-fluid .row .pic{
    height: 100%;
}
.bottom-content .container-fluid .pic .container-img{
    background: url("/static/img/casos/mercedes_benz.29930e4c291b.png");
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bottom-content.col-md-4{
    display: inline-block;
    margin-left:-4px;
    width:100%;
    height:auto;
}
.bottom-content .col-md-4.item-cont{
    background: url(https://picsum.photos/id/240/400/400);
    height: 400px;
}
.bottom-content .col-md-4 .container-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 210px;
}
.bottom-content .col-md-4 .container-img img{
    height: 100%;
    width: auto;
}

.bottom-content .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px; 
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #4da729;;
    background-clip: padding-box;
    border-top: 10px solid transparent; 
        border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}
.bottom-content .carousel-indicators .active {
    opacity: 1;
}
.bottom-content .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
}
#carousel-example-bottom-bottom{
    background: black;
    width: 102%;
    box-sizing: border-box;
}
#carousel-example-bottom-bottom .carousel-inner{
    background: #111;
    width: 101% !important;
}
#carousel-example-bottom .carousel-inner .row{
    width: 102% !important;
    box-sizing: initial;
}
#partners{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 150px;
    background: url("/static/img/terminales/globo.42dfec45fbb8.png");
    background-position: right -901%;
    background-repeat: no-repeat;
    background-size: 350px;
}
#partners .cont-partners{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
}

#partners .cont-partners.two-row{
    width: 100%;
    margin-bottom: 0px;
    justify-content: space-around;
    align-items: center;
    display: flex;
}

#partners .cont-partners .partner{
    width:13%;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}
#partners .cont-partners .partner:first-child{
    margin-left: 0px;
}
#partners .cont-partners .partner:last-child{
    margin-right: 0px;
}
#partners .cont-partners .partner.auto{
    width:auto;
}

#partners .cont-partners .partner img{
    width: auto;
    height: 80%;
}

#mundo .cont-right img{
    cursor: pointer;
}
#footer{
    background:url("/static/img/footer/ship_footer.56baeb761461.png"),  #212e4f;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer .top-footer{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
#footer .top-footer .top-footer-left{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#footer .top-footer .top-footer-left .social-media{
    display: flex;
}
#footer .top-footer .top-footer-left .social-media img{
    margin-right: 50px;
}
#footer .top-footer .top-footer-right{
    display: flex;
}
#footer .top-footer .top-footer-right ul{
    list-style: none;
    text-align: right;
}
#footer .top-footer .top-footer-right ul li a{
    color: white;
    text-decoration: none;
    font-family: Verlag;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.05;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    transition: .6s;
}
#footer .top-footer .top-footer-right ul li a:hover{
    text-decoration: underline;
    font-family: "Verlag-Black";
    transition: .6s;
}


#footer .bottom-footer{
    display: flex;
    justify-content: space-between;
}
#footer .bottom-footer .bottom-footer-left{
    width: 40%;
}
#footer .bottom-footer .bottom-footer-right{
    width: 60%;
}

#footer .bottom-footer .bottom-footer-right{
   text-align: right;
}

#footer .bottom-footer .bottom-footer-right a{
    color: white;
    text-decoration: underline;    
    transition: .6s;
    font-family: Verlag;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.05;
    letter-spacing: normal;
    color: #ffffff;
    transition: .6s;

}

#footer .bottom-footer .bottom-footer-right a:hover{
    text-decoration: underline;
}
#footer .bottom-footer .bottom-footer-right small{
    display: none;
}
.modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
}

.modal-dialog .modal-content .modal-body img{
    width: 100%;
}

#time-widget {
    color: white;
}
#time-widget .cont-left{
    display: flex;
    justify-content: end;
}
#time-widget .cont-left a.btn-login{
    margin-right: 30px;
    text-align: center;
    
    
    font-size: 22px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    
    
    transition: .6s;
    display: block;
    font-family: "Verlag-Black";
    text-decoration: none;
    width: 400px;
    height: 50px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.39);
    background-color: #009bde;
    display: flex;
    justify-content: center;
    align-items: center;
}
#time-widget .cont-left a.btn-login:hover span{
    color:#003180
}
#time-widget .cont-left a.btn-login span{
    margin-left: 10px;
    margin-right: 10px;
}

#time-widget .cont-left a.btn-login svg g g{
    fill: #ffffff;
}
#time-widget .cont-left a.btn-login:hover {
    background: white;
    color: #009bde;
}
#time-widget .cont-left a.btn-login:hover svg g g{
    fill: #003180;
}
#time-widget .cont-left svg#pic2{
    display: none;
}
#time-widget .cont-left svg#pic1,
#time-widget .cont-left svg#pic2{
    width: 150px;
    
}
#time-widget .cont-left a:hover svg#pic2{
    display: block;
}
#time-widget .cont-left a:hover svg#pic1{
    display: none;
}


.iframe {
    padding: 30px;
}



#carousel-manuvers .carousel-control-next .weather-icon-arrow,
#carousel-manuvers .carousel-control-prev .weather-icon-arrow{
filter: brightness(0) invert(1);
    width: 15px;
    padding-top: 0;
}
#carousel-manuvers .carousel-control-next{
    right: -3%;
    width: 5%;
}
#carousel-manuvers .carousel-control-prev{
    left: -5%; 
    width: 5%;  
}


#section-principal-news{
    padding-top: 85px;
    background: #212e4f;
    background:url("/static/img/movetogether_banner.16e0a97cbd56.jpg"),  #212e4f;
    background-size: cover;
    height: 720px;
    position: relative;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
#section-principal-news .text{
    width: 100%;
}
#section-principal-news .text h2{
    font-size: 50px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    font-family: Verlag-Black;
    align-self: center;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: calc(15%);
    padding: 25px 0px;
}
#section-principal-news .text span{
    font-family: Verlag;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    align-self: center;
    position: relative;
    top: -25px;
}
#info-news{
    font-family: Verlag;
    background: #212e4f;

}

#info-news h2{
    font-family: 'Verlag-Black';
    font-size: 34px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    padding: 25px 0px 0px 0px;
}
#info-news img{
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
}
#info-news p {
    font-family: Montserrat-Hairline;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 auto;
}

section#section-principal .text h2.pol-priv{
    font-family: "Verlag-Black";
    font-size: 40px;
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    margin-top: 100px;
}

#pol-priv .subtitle{
    font-family: "Verlag-Black";
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}
#pol-priv .text{
    font-family: "Montserrat-Light";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 0px;
    text-align: justify;
}
#pol-priv .text.bold{
    font-family: "Montserrat"; 
}

#pol-priv .text a{
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #fff; 
    text-decoration: none;
}

#pol-priv ul {
    color: #fff;
}
#pol-priv ul li{
    font-family: "Montserrat-Light";
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 0px;
}
ul li::before {  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #fff;
}


#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #FFF none repeat scroll 0% 0%;
    z-index: 99999;
}
#page-loader .preloader-interior {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #212e4f;
    
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
            animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#page-loader .preloader-interior:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #212e4f;
    
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
    
#page-loader .preloader-interior:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #212e4f;
    
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
    
@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#lang-selector .wg-drop.country-selector, .wg-drop.country-selector ul {
    background-color: transparent !important;
    border: none!important;
}

#lang-selector {
    text-transform: uppercase;
}

.wg-drop.country-selector a{
    color: #fff;

    font-family: Verlag-Black;
}

.wg-drop.country-selector .wgcurrent {
    border: none!important;
}

.wg-drop.country-selector .wgcurrent::after {
    filter: brightness(0) invert(1);
}
.country-selector .wg-li.focus a{ 
/* color: #009bde!important;   */
    /* color: white!important; */
}
.country-selector a:hover {
    color: #222f4f !important;  
}

.wg-drop.country-selector .wgcurrent a {
    font-size: 14px;
  }

  .wg-drop.country-selector .wgcurrent:after{
    /* filter: invert(16%) sepia(50%) saturate(91%) hue-rotate(
        287deg
        ) brightness(55%) contrast(97%); */
        color: #212e4f;

  }

.cont-text{
    font-family: 'Montserrat-Light';
}

.wg-drop.country-selector  li{
    background-color: #fff;  
    
}
.wg-drop.country-selector li a{
    font-family: Verlag-Black;
    font-size: 11px;
    color: #212e4f;
}
.wg-drop.country-selector  li a:hover{
    color:#222f4f !important
} 

.btn-primary {
    color: #fff;
    background-color: #212e4f;
    border-color: #212e4f;
}

.btn-primary:hover {
    color: #212e4f!important;
    background-color: #fff!important;
    border-color: #212e4f!important;
}

#info-news h2, #info-news p, #info-news div{
    text-align: left;
    color: white;
}

#info-news img{
    text-align: center!important;
}

#info-news {
    padding-bottom: 50px;
}

#info-news img{
    width: 100%;
}
#info-news h2{
    margin: 10px;
}

#info-news small {
    margin-top: 20px;
    font-size: 12px;
}

#news-body {
    padding-bottom: 10px;
}

#news-date {
    border-top: solid white 0.5px;
    padding-top: 15px;
}


.inner.container-fuid.openedMenu{
    height: 100vh;
    overflow: hidden;
} 

@media (max-width: 280px) {
    section#section-principal .text h2{
        font-size: 40px;
    }
    section#section-principal .text span {
        font-size: 10px;
    }
    section.risk h2{
        font-size: 28px;
    }
    section.risk .row.card-risk .cont-pr{
        padding-right: 20px;

    }
    section.risk .row.card-risk .cont-text .text-princ{
        font-size: 26px;
        width: 260px;
    }
    section.risk .row.card-risk .cont-text .text-normal{
        font-size: 16px;
        width: 250px;
    }
    section.risk .row.card-risk .cont-pl{
        padding-left: 20px;

    }
    section.risk .row.card-risk .cont-text .text-princ.text-left{
        width: 250px;
    }
    section.risk .row.card-risk .cont-text .text-normal.text-left{
        width: 250px;
    }
    section.servicios h1{
        font-size: 40px;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom p.extra{
        font-size: 16px;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom .apps-cont.app{
        height: 100px;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom .apps-cont img{
        width: 95px;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-text p{
        font-size: 14px;
    }
    #partners .cont-partners .partner{
        width: 62px!important;
    }
    #footer .top-footer .top-footer-right ul li a{
        font-size: 16px;
    }
    #innovando-juntos ul.nav.nav-tabs .nav-link{
        font-size: 20px;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left img.tabs-cont-logo#smartport {
        height: 32px;
    }
    #mundo{
        background-image: none;
    }
    .top-content-mobile .col-12 .container-img .title{
        font-size: 22px;
    }
    .top-content-mobile .col-12 .container-img .text{
        font-size: 14px;
    }
    #innovando-juntos{
        background: linear-gradient(180deg, rgba(33,46,79,1) 0%, rgba(33,46,79,1) 86%, rgba(255,255,255,1) 86%, rgba(255,255,255,1) 100%);
    }
    #innovando-juntos .tab-content .tab-pane .float-cont img {
        width: 118%;
        top: 35%;
    }
    #innovando-juntos .tab-content .tab-pane .float-cont.lap img {
        top: 35%;
        width: 180%;
        position: absolute;
        left: 0%;
    }
    #innovando-juntos .tab-content .tab-pane .float-cont.tablet img {
        top: 40%;
        width: 160%;
        position: absolute;
        left: -7%;
    }
}
@media (max-width: 320px) { 
    #partners .cont-partners .partner{
        width: 65px!important;
    }
}

@media (max-width: 375px) { 
    #partners .cont-partners .partner{
        width: 90px!important;
    }
}


@media (max-width: 576px) { 
    section#section-iframe .iframe {
        width: 90%;
    }
    section.risk {
        padding-top: 0rem!important;
    }
    section#section-iframe .iframe div.arrowRight, section#section-iframe .iframe div.arrowLeft {
        position: absolute;
        width: 3rem;
        height: 4rem;
        /* outline: 1px solid red; */
    }
    section#section-iframe .iframe div.arrowRight {
        top: 10.5rem;
        right: .2rem;
        display: flex;
        justify-content: end;
        align-items: center;
        background:transparent;
    }
    section#section-iframe .iframe div.arrowLeft {
        top: 10.5rem;
        left: .2rem;
        display: flex;
        justify-content: start;
        align-items: center;
        background:transparent;        
    }
    section#section-iframe .iframe .arrowLeft{
        display: none;
    }
    section#section-iframe .iframe .arrowRight{
        display: none;
    } 

    section#section-iframe .iframe{
        transform: translate(-50%,-8%);
    }
    *{
        zoom: 1;
    }
    #carousel-manuvers .carousel-inner{
        padding-left: 10px;
    }
    #carouselMobileWeather .carousel-item .content{
        margin:  0 auto ;
        text-align: center;
       
    }
    #time-widget .cont-left a.btn-login{
        width: 120px;
        height: 35px;
        font-size: 10px;
        margin-right: 0px;
    }
    #time-widget .cont-left svg#pic1, #time-widget .cont-left svg#pic2{
        display: none;
    }
    #time-widget .cont-left a:hover svg#pic1,
    #time-widget .cont-left a:hover svg#pic2{
        display: none;
    }
    #time-widget .cont-left a.btn-login span{
        font-size: 10px;
    }
    #carousel-manuvers .carousel-control-next{
        right: -8%;
    }
    #carousel-manuvers .carousel-control-prev {
        left: -6%;
    }

    #time-widget h3 {
        font-size: 14px;
    }
    #info-news h2{
        font-size: 20px;
    }
    #info-news p {
        font-size: 16px;
        width: 100%;
        margin-top: 0;   
    }
    section#section-principal .text h2.pol-priv{
        font-size: 1.5rem;
    }
    #pol-priv .text {
        font-size: 18px;
    }
    #pol-priv ul li{
        font-size: 18px;
    }
    #pol-priv .text a{
        font-size: 18px;
    }
    #pol-priv .subtitle{
        font-size: 22px;
    }
    .navbar-brand{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        width: 45%;
        margin-right: 0;
    }
    .navbar-brand img{
        width: 100%;
    }
    .container-fluid.enca{
        padding-left: 0px;
        padding-right: 0px;
    }
   
    section#section-principal .text {    
        width: 90%;
    }

    section#section-principal .text h2{
        font-size: 50px;
    }
    section#section-iframe{
        min-height: 1050px;
    }
    section#section-principal .text span{
        font-size: 16px;
        top: 0;
        width: 100%;
        text-align: center;

    }
    section.risk{
        padding-top: 450px;
    }
    section.risk h2{
        font-size: 37px;
        width: 85%;
    }
    section.risk p.top{
        font-size: 16px;
    }
    
    section.risk p.bottom{
        font-size: 16px;
    }

    section.risk .row.card-risk{
        margin-top: 130px;
    }
    
    section.risk .row.card-risk .cont-text .text-princ{
        font-size: 30px;
        width: 285px;
        margin-right: 0px;
        margin-bottom: 35px;
    }
    section.risk .row.card-risk .cont-text .text-princ img{
        position: relative;
        top: -6px;
        height: 30px;
    }
    section.risk .row.card-risk .cont-text .text-normal{
        font-size: 16px;
        width: 280px;
        margin-right: 0px;
    }
    section.risk .row.card-risk .btn-hut{
        font-size: 16px;
        width: 200px;
        padding: 8px 15px 8px 15px;
        line-height: 2.4;
        margin-right: 0px;
        margin-bottom: 90px;
        margin-top: 35px;
    }

    section.risk .row.card-risk .cont-text .text-princ.text-left{
        width: 280px;
        margin-right: 0px;
        /* margin-left: 30px; */
    }
    section.risk .row.card-risk .cont-text .text-normal.text-left{
        width: 280px;
        margin-right: 0px;
        /* margin-left: 30px;  */
    }
    section.risk .row.card-risk .cont-text.flex-left {
        width: 280px;
        margin-left: 0px;
        margin-right: 00px;
    }


    #innovando-juntos{
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        background:linear-gradient(180deg, rgba(33,46,79,1) 0%, rgba(33,46,79,1) 78%, rgba(255,255,255,1) 78%, rgba(255,255,255,1) 100%)
    }

    #innovando-juntos .tab-content .tab-pane .float-cont img{
        width: 118%;
        top: 25%;   
    }

    #innovando-juntos .tab-content .tab-pane .float-cont.tablet img{
        top: 27%;
        width: 160%;
        position: absolute;
        left: -8%;
    }
    #innovando-juntos .tab-content .tab-pane .float-cont.lap img{
        top: 27%;
        width: 180%;
        position: absolute;
        left: -4%;
    }

   

    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom .apps-cont a.btn-card{
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 20px;
    }



    #innovando-juntos .tab-content .tab-pane .float-cont.billing img{
        left: 15px;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom p a{
        font-size: 16px;
    }

    section#news-hucth h2{
        font-size: 38px;
    }
    #innovando-juntos h2{
        font-size: 38px;
        padding-bottom: 35px;

    }
    #innovando-juntos ul.nav.nav-tabs{
        flex-direction: row;
        overflow: scroll;
        overflow-y: hidden;
        padding-left: 30px;
        flex-wrap: nowrap;
        padding-left:  0px;
        justify-content: flex-start;

    }

    #innovando-juntos .tab-content .tab-pane .cont-left{
        padding-top: 60px;
        /* max-height: 970px; */
    }
    #innovando-juntos ul.nav.nav-tabs .nav-item{
        width: 280px !important;
        min-width: 245px !important;
       
    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom p.extra span{

    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom .apps-cont.app{
        flex-direction: column;
        height: 110px;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom{
        margin-top: 25px;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-bottom .apps-cont img{
        width: 135px;
        height: auto;
    }
    section#news-hucth h2{
        position: relative;
    }

    #news-hucth ul{
        justify-content: flex-start;
    }
    #news-hucth ul li a.nav-link.active{
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }   

    #news-hucth ul li a {
        font-size: 13px;
    }
    #portuario img{
        width: 100%;
    }



    #mundo .cont-right img {
        width: 100%;
        cursor: pointer;
    }
    #mundo .cont-right p{
        font-size: 16px;
    }
    #mundo .cont-right img.full{
        width: 8%;
        margin: 0px;
    }
    #slider-tow .item-cont .container-text h2{
        font-size: 21px;
        margin-top: 50px;
    }
    #slider-tow .item-cont .container-text .cont-tex .principal{
        font-size: 16px;
    }
    #slider-tow .item-cont .container-text .cont-tex p.cursive{
        text-align: center;
    }
    #slider-tow .item-cont .container-text .cont-btn{
        display: flex;
        justify-content: center;
    }
    #slider-tow .item-cont .container-text .cont-btn a{
        font-size: 16px;
        width: auto;
        line-height: 1;
    }
   
    .top-content{
        display: none;
    }
    section.servicios {
        height: 910px;
    }
    section.servicios h1 {
        font-size: 50px;
    }
    .top-content-mobile .col-12 .container-img {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .top-content-mobile .col-12 .container-img .title{
        font-family: 'Verlag-Black';
        font-size: 37px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.03;
        letter-spacing: normal;
        color: #ffffff;
        margin-bottom: 35px;
    }
    .top-content-mobile .col-12 .container-img .text{
        font-family: Montserrat;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #ffffff;
        margin-bottom: 30px;
        width: 218px;
    }
    .top-content-mobile .col-12 .container-img a.btn-servicios{
        padding: 8px 20px 8px 20px;
        border-radius: 5px;
        border: solid 2px #ffffff;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
    }
    .top-content-mobile .col-12.soluciones{
        background:url("/static/img/servicios/soluciones.80e47f50a673.jpg"),  #212e4f;
        background-position: center;
        background-size: cover;
        height: 710px;
        justify-self: center;
        align-items: flex-start;
        padding-top: 90px;
    }
    .top-content-mobile .col-12.logistica{
        background:url("/static/img/servicios/logistica.905161fed124.jpg"),  #212e4f;
        background-position: center;
        background-size: cover;
        height: 710px;
         justify-self: center;
        align-items: flex-start;
        padding-top: 90px;

    }
    .top-content-mobile .col-12.servicios{
        background:url("/static/img/servicios/servicios.7fea6ec6bdd0.jpg"),  #212e4f;
        background-position: center;
        background-size: cover;
        height: 710px;
         justify-self: center;
        align-items: flex-start;
        padding-top: 90px;

    }
    .top-content-mobile .col-12.embarcaciones{
        background:url("/static/img/servicios/bote.4e610500f25f.png"),  #212e4f;
        background-position: center;
        background-size: cover;
        height: 710px;
         justify-self: center;
        align-items: flex-start;
        padding-top: 90px;

    }
    .top-content-mobile .col-12.obras{
        background:url("/static/img/servicios/obras.eca47f4f5062.jpg"),  #212e4f;
        background-position: center;
        background-size: cover;
        height: 710px;
         justify-self: center;
        align-items: flex-start;
        padding-top: 90px;

    }
    .top-content-mobile .col-12.contenedores{
        background:url("/static/img/servicios/contenedores.ec606b07ee18.jpg"),  #212e4f;
        background-position: center;
        background-size: cover;
        height: 710px;
         justify-self: center;
        align-items: flex-start;
        padding-top: 90px;

    }
    
    .top-content-mobile .carousel-indicators{
        bottom: -80px;
    }
    
    .top-content-mobile .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #002e6d;
        background-clip: padding-box;
        opacity: 1;
        transition: opacity 0.6s ease;
        width: 30px;
        height: 5px;
    }
    .top-content-mobile .carousel-indicators li.active{
        opacity: 1;
        background-color: #009bde;
    }

    .top-content-mobile{
        display: block;
    }
    .top-content-mobile.container-img{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 250px;
    }
    #portuario .portuario-cont a{
        font-size: 16px;
        line-height: 1;
        width: auto;
    }
    #news-hucth .card{
        border: none;
        padding-left: 15px;
    }

    #news-hucth .card img.card-img-top-princ{
        height: auto;
    }
    #news-hucth .card .card-body .card-text{
        font-size: 16px;
    }
    
    #innovando-juntos ul.nav.nav-tabs .nav-link{
        min-height: 76px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-title{
        font-size: 21px;
        margin-bottom: 40px;

    }
    #news-hucth .card .card-body .card-title-right{
        font-size: 21;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left img.tabs-cont-logo{
        height: 55px;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left img.tabs-cont-logo#smartport{
        height: 55px;
    }
    
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-text p{
        font-size: 16px;
    }
    #mundo .cont-left h2{
        font-size: 30px;
    }
    #innovando-juntos p{
        font-size: 16px;

    }
    #partners .cont-partners .partner:first-child{
        margin-left: 10px
    }
    #partners .cont-partners {
        display: flex;
        flex-wrap: wrap;
        height: 160px;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
        padding-left: 0px;

    }

    #partners .cont-partners.two-row{
        height: 200px;
        margin-bottom: 75px;
        justify-content: flex-start;
    }
   
    #partners .cont-partners .partner{
        width: 100px;
        height: 35px;
        margin-left: 10px;
        margin-right: 10px;
    }
    #partners .cont-partners .partner.auto{
        width: 100px;
    }
    
    #partners .cont-partners .partner.auto.term-center{
        margin: auto;
        width: 150px;
        margin-top: 20px;
    }
    #partners .cont-partners .partner img{
        width: 100%;
        height: 30px;
    }
    #portuario{
        padding-left: 0px;
        padding-right: 0px;
        background: linear-gradient(150deg, rgba(223,223,223,1) 0%, rgba(223,223,223,1) 52%, rgba(237,237,237,1) 52%, rgba(237,237,237,1) 100%);
    }
    #portuario img {
        width: 85%;
        height: auto;
    }
    #portuario p{
        font-size: 16px;
    }
    #certificado .card.col-lg-10.left{
        padding-right: 0;
    }

    #certificado .container.desktop .card .card-body{
        padding-left: 0;
        padding-right: 0;
    } 
    #certificado .line{
        display: none;
    }

    #certificado .container{
        display: none;
    }
    #certificado .container.desktop{
        display: block;
    }
    #certificado   .top-content-mobile{
        display: block;
        display: none;
    }

    #certificado  .top-content-mobile .container-fluid .container-img{
        height: 900px;
        width: 100%;

    }
    #certificado .left .card-body .card-title, 
    #certificado .right .card-body .card-title{
        font-size: 16px;
        margin-bottom: 20px;
    }
    #certificado .left .card-body .sub-title, 
    #certificado .right .card-body .sub-title{
        font-size: 21px;
    }
    #certificado .left .card-body p.text{
        font-size: 16px;
    }

    #certificado  .top-content-mobile .container-fluid .container-img .sub-title{
        font-family: "Montserrat-Light";
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.11;
        letter-spacing: normal;
        color:#212e4f;
    }
    #certificado  .top-content-mobile .container-fluid .container-img .title{
        font-size: 30px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        font-family: "Verlag-Black";
        color:#212e4f;
    }

    #certificado  .top-content-mobile .container-fluid .container-img p.text{
        font-family: 'Montserrat-Light';
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color:#212e4f;
    }

    #certificado  .top-content-mobile .container-fluid .container-img p.text span{
        font-family: "Montserrat-Bold";
    }
    #certificado  .top-content-mobile .container-fluid .container-img img{
        margin: 0 auto;
        width: 100%;
    }
    #certificado  .top-content-mobile .container-fluid .container-img a{
        width: auto;
        height: 55px;
        margin: 0 auto;
        padding: 20px 20px;
        border-radius: 5px;
        background-color: #212e4f;
        font-family: "Verlag-Black";
        font-size: 16px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        line-height: 1;
        transition: .6s;
        margin-top: 35px;
        text-transform:uppercase;
    }
    #certificado  .top-content-mobile .container-fluid .container-img a:hover{
        text-decoration: none;
        border: solid 2px #222f4f;
        color: #222f4f;
        background: white;
        
    }
    
    #certificado  .top-content-mobile .carousel-indicators li{
        box-sizing: content-box;
        flex: 0 1 auto;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color:#002e6d;
        background-clip: padding-box;
        opacity: 1;
        transition: opacity 0.6s ease;
        width: 30px;
        height: 5px;
    /* margin: 0 11px 0 0;*/
    
    }
    #certificado  .top-content-mobile .carousel-indicators li.active{
        opacity:1;
        background-color: #009bde;
    }
    #slider-tow .item-cont .container-text .cont-tex p{
        font-size: 16px;
    }
    #slider-tow .item-cont .container-text .cont-logos img{
        height: auto;
    }
    #certificado .left .card-body p{
        font-size: 18px;
    }

    
    #mundo .cont-left p{
        font-size: 16px;
    }
    #mundo .bottom p {
        padding-left: 0px;
        padding-right: 15px;
        font-size: 16px;
    }
    #mundo .bottom .cont-btn {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    #mundo .bottom .cont-btn a{
        font-size: 16px;
        line-height: 1;
        width: auto;
    }
    #partners {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding-bottom: 0px;
        background: url("/static/img/terminales/globo.42dfec45fbb8.png");
        background-position: right 116%;
        background-repeat: no-repeat;
        background-size: 255px;
    }    
    #footer .top-footer .top-footer-left img{
        width: 50%;
    }
    
    #footer .top-footer .top-footer-left .social-media {
        width: 50%;
        margin-top: 25px;
        margin-bottom: 40px;
        display: flex;
        align-items: center;
    }
    #footer .top-footer .top-footer-left .social-media img{
        width: 80%;
        height: auto;
    }
    #footer .top-footer .top-footer-right{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    #footer .top-footer {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    #footer .bottom-footer{
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    #footer .bottom-footer .bottom-footer-left{
        width: 100%;
    }
    #footer .bottom-footer .bottom-footer-right {
        width: 100%;
        margin-bottom: 20px;
    }
    #footer .bottom-footer .bottom-footer-right a{
        font-size: 10px;
    }
    .bottom-content .container-fluid{
        display: none;
    }
    .bottom-content .container .row {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .bottom-content .container .pic{
        background: url("/static/img/casos/mercedes_benz.29930e4c291b.png");
        height: 355px;
        background-size: cover;
        background-position: center;
        opacity: 1;
    }
    
    section#news-hucth h2:not(.newsroom-title), 
    #slider-tow .slider-tow-title{
        width: 100%;
    }
}

@media (min-width: 540px)and (max-width: 576px) { 
    #partners .cont-partners .partner.auto.term-center{
        margin-top: auto;
    }
}
@media only screen and (min-width: 577px) and (max-width: 767px){

    section#section-principal .text h2{
        font-size: 86px;
    }
    section#section-principal .text span{
        font-size: 18px;
        top: -15px;
    }
    section.risk h2{
        width: 80%;
        font-size: 50px;
    }
    .top-content .col-md-4.item-cont .container-img p.title{
        font-size: 20px!important;
    }
    section.risk .row.card-risk .cont-text .text-princ{
        font-size: 42px;
    }
    .newsroom-title{
        font-size: 28px;
    }
    #news-hucth ul li a{
        font-size: 16px;
    }
    #news-hucth ul li a.nav-link.active{
        font-size: 18px;
    }#innovando-juntos {
        padding-left: 20px;
        padding-right: 20px;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left img.tabs-cont-logo{
        width: 100%;
        height: auto;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-title {
        font-size: 26px;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-text p {
        font-size: 16px;

    }
    #portuario{
        padding-left: 40px;
        padding-right: 40px;
    }
    #portuario img {
        width: auto;
        height: 75px;
        margin-bottom: 70px;
    }
    #slider-tow .item-cont .container-text h2 {
        font-size: 28px;
    }
    #footer .top-footer .top-footer-right{
        width: 75%;
    }
    .top-content .col-md-4.item-cont {
        height: 440px;
        padding-left: 20px;
        padding-right: 20px;
        background-position: center;
        background-size: cover;
    }
    
    .top-content .carousel-indicators li{
        background-color: #fff;
    }
    
    .servicios .top-content #carousel-example .carousel-control-prev{
        left: 5%;
    }
   
    #time-widget .cont-left a.btn-login{
        width: 100%;
        margin-right: 0;
    }
    #news-hucth .cont-btn {
        display: flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section#news-hucth h2:not(.newsroom-title), 
    #slider-tow .slider-tow-title{
        width: 100%;
        font-size: 38px!important;
    }
    #news-hucth .card .card-body a.btn-card{
        margin: 0 auto;
        display: block;
        margin-top: 35px;
    } 
    #innovando-juntos ul.nav.nav-tabs {
        flex-direction: row;
        overflow: scroll;
        overflow-y: hidden;
        padding-left: 30px;
        flex-wrap: nowrap;
        padding-left: 0px;
        justify-content: flex-start;
    }
    #innovando-juntos ul.nav.nav-tabs .nav-item {
        width: 280px !important;
        min-width: 245px !important;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left img.tabs-cont-logo {
        width: 100%;
        height: auto;
    }

    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-title {

        font-size: 22px;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    #innovando-juntos .tab-content .tab-pane .float-cont img {
        position: absolute;
        top: 21%;
        width: 90%;
    }
    #innovando-juntos .tab-content .tab-pane .float-cont.tablet img {
        top: 25%;
        width: 115%;
        position: absolute;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left img.tabs-cont-logo#smartport {
        width: 100%;
        height: auto;
    }
    #innovando-juntos .tab-content .tab-pane .float-cont.lap img {
        top: 17%;
        width: 150%;
        position: absolute;
    } 
    #partners .cont-partners .partner img {
        width: 100%;
        height: auto;
    }
    #partners .cont-partners .partner.auto{
        width: 13%;
    }
    #news-hucth .card img.card-img-top{
        height: auto;
        width: 100%;
    }
    #footer .top-footer .top-footer-right ul{
        padding-left: 0;
    }
    #footer .top-footer .top-footer-right{
        justify-content: end;
    }
    
}
@media (min-width: 768px) and (max-width: 1280px){

   
    section.risk h2 {
        font-size: 47px;
    }
    section.risk .row.card-risk .cont-text .text-princ {
        font-family: 'Verlag-Black';
        font-size: 30px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
        margin-bottom: 60px;
        width: 310px;
    }
    section.risk .row.card-risk .cont-text .text-normal {
        font-family: "Montserrat-Hairline";
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #ffffff;
        width: 300px;
    }
    .top-content .col-md-4.item-cont .container-img p.title{
        font-size: 26px;
    }
    .newsroom-title {
        font-size: 34px;
    }
    #news-hucth ul li a {
        font-family: Verlag;
        font-size: 16px;
    }
    #innovando-juntos ul.nav.nav-tabs{
        flex-direction: row;
        overflow: scroll;
        overflow-y: hidden;
        padding-left: 30px;
        flex-wrap: nowrap;
        padding-left:  0px;
        justify-content: flex-start;
    }
    #innovando-juntos ul.nav.nav-tabs .nav-item{
        min-width: 210px;
    }
    #innovando-juntos ul.nav.nav-tabs .nav-link{
        font-size: 20px;
        min-height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    #innovando-juntos .tab-content .tab-pane .cont-left img.tabs-cont-logo {
        width: 100%;
        height: auto;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-title {

        font-size: 22px;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left .tabs-cont-text p{
        font-size: 22px;
    }
    #innovando-juntos .tab-content .tab-pane .float-cont img {
        position: absolute;
        top: 21%;
        width: 90%;
    }
    #innovando-juntos .tab-content .tab-pane .float-cont.tablet img {
        top: 25%;
        width: 115%;
        position: absolute;
    }
    #innovando-juntos .tab-content .tab-pane .cont-left img.tabs-cont-logo#smartport {
        width: 100%;
        height: auto;
    }
    #innovando-juntos .tab-content .tab-pane .float-cont.lap img {
        top: 17%;
        width: 150%;
        position: absolute;
    }
    #slider-tow .item-cont .container-text h2{
        font-size: 42px;

    }
    
    #slider-tow .item-cont .container-text h2{
        font-size: 46px;
    }
    #news-hucth .card img.card-img-top{
        height: 100%;
        width: auto;
    }
    #footer .top-footer .top-footer-right {
        width: 34%;
        display: flex;
        justify-content: flex-end;
    }  
    #partners .cont-partners .partner.auto.term-center{
        margin-top: 50px;
    } 
    #news-hucth .cont-btn{
        display: flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #mundo .cont-right.pl-4 img.img-fluid{
        width: 100%;
        height: auto;
    }
    #footer .top-footer .top-footer-right ul{
        padding-left: 0;
    }
}
@media (min-width: 1024px){
    #partners .cont-partners .partner.auto.term-center{
        margin-top: 0px;

    }

}

@media (min-width: 1280px) {
   
    section#section-iframe *,
    section.servicios *,
    #innovando-juntos *,
    section#carousel-innovation *,
    #thumbnailC .container-fluid>.row>.pivo * ,
    section#soluciones-flexibles *,
    section#carousel-innovation .bd-example *,
    section#oficinas .container-fluid.mapa *{
        zoom: 1;
    }

    #section-principal-news{
        background-position-y: 100%!important;
    }  

}








