@font-face{
    font-family:"Proxima Nova";
    src:url("../Fonts/Fonts/5596920/cc85d073-4dcf-4ecd-9804-40c34e631e2b.woff2") format("woff2"),
    url("../Fonts/Fonts/5596920/332136cf-33d0-43fb-97ee-49c7742489ff.woff") format("woff");
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    position: relative;
    overflow-x: hidden;
}
.title{
    font-family: 'Proxima Nova';
    font-style: normal;
}
.text{
    font-family: 'Montserrat';
    font-style: normal;
}
.text-blue{
    color: #1A335E;
}
.text-lg-blue{
    color: #42ACDA;
}
.bg-blue{
    background: #1A335E;
}
.bg-light-blue{
    background: #42ACDA;
}
a:hover{text-decoration: none;}
.not-desk{
    display: none;
}
.nav-link{
    color:white;
    font-size: 13px;
    padding: 0 !important;
}
.nav-item .dropdown-item{
    color: white;
    font-size: 13px;
}
#dmenu a:focus, #dmenu a:active, #dmenu a:hover{
    outline: none;
    border: none;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.nav-item .dropdown-item:hover{
    color: #1A335E;
}
.nav-link:hover{
    color: #42ACDA;
}
/*.btn-slider:hover{color:white;}*/

.navbar{
    margin: 2.5% 8.5% 1%;
    border-bottom: 0.5px solid white;
    padding: 0 0 2% 0;
}
.nav-item{margin-left: 40px;}
.navbar-brand img{width: 329px; height: 15px;}
.w-40{
    width: 40% !important;
}
.cambio-menu{
    background: #1A335E;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 1.5%;
    border: none;
}
nav{
    -o-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -webkit-transition:all 1s ease;
    transition: all 1s ease;
}
.no-espacio{
    padding:0;
    margin:0;
}
#section-five img{
    -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#section-five img:hover{
    -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transform: scale(1.1);
  box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.3);
}
#section-four{
    z-index: 0;
}
#section-five{
    z-index: 10;
}
.navbar-toggler:focus, .navbar-toggler:active{
    outline: none;
    border: none;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}








/*Slider home page*/
.carousel-caption{
    position: absolute;
    top: 35%;
    text-align: left;
    padding: 0;
    margin-left: -6%;
}
.carousel-caption h1, .hero h1{
    font-weight: bold;
    font-size: 68px;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    width: 80%;
    margin-bottom: 20px;
}
.carousel-caption p, .hero p{
    font-weight: normal;
    font-size: 21px;
    line-height: 150%;
    opacity: 0.8;
    width: 47%;
    margin-bottom: 38px;
}
.btn-slider{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 43px;
    color: white;
    border: 1px solid white;
    opacity: 0.8;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    transition: color 300ms ease-in-out;
    z-index: 1;
}
.btn-slider::before {
    content: '';
    position: absolute;
    display: flex;
    z-index: -1;
    background-color: #42ACDA;
    transition: transform 300ms ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
    width: 132px;
    height: 43px;
}
  
  .btn-slider:hover::before,
  .btn-slider:focus::before {
    transform: scaleX(1);
  }
  .btn-slider:hover,
  .btn-slider:focus {
    color: white;
  }



#next-slider{
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(70px);
    margin-top: -35%;
    margin-left: 105%;
    width: 225px;
    height: 300px;
    padding: 31px 25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 8px;
    display: block;
    position: absolute;
}
#next-slider p{
    font-weight: 500;
    font-size: 16px;
    line-height: 142%;
    opacity: 0.8;
    margin-bottom: 15px;
}
#next-slider h4{
    margin-bottom: 65px;
    font-weight: bold;
    font-size: 26px;
    line-height: 142%;
    opacity: 0.8;
    width: 90%;
}
header .container-fluid{
    margin:0;
    padding:0;
}
.carousel-control-next{
    z-index: 11;
    right: 6%;
    top: 35%;
    opacity: initial;
    display: block;
    transition: none;
    position: absolute;
}
/*Home page*/
#section-one{
    margin: 7% 2% 0;
    padding-left: 1%;
}
.info{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #D1DCE8;
}

#section-one h2{
    font-weight: bold;
    font-size: 48px;
    line-height: 105%;
    text-transform: uppercase;
    margin-bottom: 5%;
    width: 80%;
}
#section-one img{
    width: 100%;
    margin-top: 16%;
}
#section-one p{
    font-weight: normal;
    font-size: 18px;
    line-height: 200%;
    width: 80%;
    margin-bottom: 15%;
}
#section-one .link{
    margin-left: 60%;
}
#section-one .link:hover{
    color: #42ACDA;
}
#section-one .link img{
    width: 30px;
    margin: 0;
}
#section-one .link a{
    padding-left: 25px;
}
#section-two{
    padding: 15% 5% 22%;
    margin-top: -7%;
}
#section-two h3{
    font-size: 48px;
    line-height: 105%;
}
#section-two h4{
    font-size: 30px;
    line-height: 118.7%;
    width: 80%;
}
#section-two p{
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 15%;
}
#section-two a{
    font-size: 14px;
    line-height: 154.16%;
}
#section-two a:hover, #section-four .link:hover{
    color: #42ACDA !important;
}
#section-two .texto{
    padding-left: 10%;
}
#section-two .texto-2{
    margin-top: 10%;
}
#section-three p{
    font-weight: normal;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: -0.02em;
    margin-bottom: 7%;
}
#section-three .bg-light-blue{
    padding: 7% 7% 3%;
}
#section-three .link a{
    padding-left: 70px;
}
#section-three .link:hover{
    color: white;
}
#section-three{
    margin-bottom: 0;
    margin-top: 55%;
    position: relative;
    z-index: 2;
}
#section-four{
    margin-top: -35%;
    position: relative;
    z-index: 1;
}
#section-four .texto{
    padding: 15% 7% 0;
    margin-top: 0;
}
#section-four h2{
    font-weight: bold;
    font-size: 48px;
    line-height: 105%;
    width: 85%;
}
#section-four p{
    font-weight: normal;
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 14%;
    width: 90%;
}
#section-four .link a{
    padding-left: 35px;
}
@media (min-width:1440px){
    #section-four{
        margin-bottom: 20%;
    }
    #section-four .texto{
        padding-top: 25%;
    }
    #section-three{
        margin-top: 50%;
    }
}
#section-five{
    padding-top: 5%;
    margin-top: -90%;
    z-index: 14;
    position: relative;
}
#section-five h2{
    font-size: 48px;
    line-height: 105%;
}
#section-five p{
    font-weight: normal;
    font-size: 18px;
    line-height: 200%;
    width: 90%;
    margin-top: 3%;
    margin-bottom: 5%;
}
.img-text{
    position: absolute;
    top:73%;
    left:15%;
}
#section-five .img-text h4{
    font-size: 30px;
    line-height: 105%;
}
#section-five #energy h4{
    padding-right: 2%;
}
#section-five .img-text p{
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
}
#section-five .img-text#construction{
    top:80%;
}
#section-five .img-text#contact-us{
    top:78%;
    left: 21.5%;
}
.section-img{
    margin-bottom: 3%;
}
.img-text a:hover{
    color: #42ACDA;
}
#section-six{
    background: url(../img/trans-1.jpg);
    background-size: cover;
    padding-top: 25%;
    padding-bottom: 12%;
}
#section-six img{
    margin: 0 auto;
}
#section-six h2{
    font-size: 48px;
    line-height: 105%;
    width: 60%;
    display: block;
    margin: 2% auto;
}
#section-six p{
    font-weight: normal;
    font-size: 18px;
    line-height: 105%;
    width: 30%;
    display: block;
    margin: 1% auto 7%;
}
#section-six .div-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
#section-six a{
    border: 1px solid #42ACDA;
    font-size: 16px;
    line-height: 150%;
    opacity: 0.8;
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#section-six a::before {
    content: '';
    position: absolute;
    display: flex;
    z-index: -1;
    background-color: #42ACDA;
    transition: transform 300ms ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
    width: 240px;
    height: 60px;
}
  
#section-six a:hover::before,
#section-six a:focus::before {
    transform: scaleX(1);
  }
  #section-six a:hover,
  #section-six a:focus {
    color: white;
}
footer img{
    margin: 0 auto 7%;
}
footer{
    padding-top: 7%;
    color: #DADADA;
    padding-bottom: 4%;
}
footer h4{
    font-size: 15px;
    line-height: 22px;
}
footer p{
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
}
footer ul{
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
}
footer li{
    margin-bottom: 8%;
}
footer li a{
    color: #DADADA;
}
footer li a:hover{
    color: #42ACDA;
}
footer img{
    width: 272px;
    height: 312px;
}
/*About Us*/
.hero{
    background-size: cover !important;
    padding: 15% 0 10%;
    height: 100vh;
}
#hero-us{
    background: url(../img/hero-us.jpg);
}
#hero-us h1{
    width: 90%;
}
#section-seven{
    padding: 9% 0;
}
#section-seven h2{
    font-size: 48px;
    line-height: 105%;
    margin-top: 2%;
}
#section-eight{
    margin: 0 4.4%;
    position: relative;
    z-index:1;
}
#section-eight h2{
    font-size: 48px;
    line-height: 105%;
    width: 90%;
}
#section-eight p{
    font-size: 18px;
    line-height: 200%;
    width: 87.5%;
    margin-top: 5%;
}
.linea-time{
    width:95%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 6px solid #D1DCE8;
    margin: 2% auto 0;
    z-index: 1;
}
#section-eight .text-blue{
    margin-top:2%;
}
#section-nine{
    margin: 8% 6%;
    position: relative;
    z-index: 3;
}
#section-nine h3{
    font-size: 24px;
    line-height: 105%;
}
#section-nine .circulo{
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #D1DCE8;
    position: relative;
    z-index: 10;
}
#section-nine .circulo:hover{
    background-color: #42ACDA;
}
#section-nine .active .circulo{
    background-color: #1A335E;
}
#section-nine ul{
    justify-content: space-between;
}
#section-nine li a{
    color: #1A335E;
}
.nav-tabs{
    border: none;
}
#timeline{
    margin-top: 5%;
}
.tab-content{
    margin-top: 8%;
}
#section-nine h1{ 
    font-size: 150px;
    color: #D1DCE8;
    margin:0;
    padding:0;
}
#section-nine p, #section-nine ul{
    font-size: 18px;
    line-height: 200%;
}
#section-ten{
    margin: 2% 3% 7%;
}
#section-ten img{
    width: 90%;
}
#section-ten span{
    font-weight: 500;
    font-size: 18px;
}
#section-ten h1{
    font-size: 200px;
}
#section-ten p{
    font-weight: normal;
    font-size: 18px;
    line-height: 200%;
    width: 72%;
}
#section-ten .col-12{
    width: 40%;
}
#section-ten .texto{
    margin-top: -7%;
}
#section-ten .texto2{
    margin-top: 8%;
}
#section-ten a{
    border: 1px solid #42ACDA;
    width: 240px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 150%;
    margin-top: 10%;
}
#section-ten a::before {
    content: '';
    position: absolute;
    display: flex;
    z-index: -1;
    background-color: #42ACDA;
    transition: transform 300ms ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
    width: 240px;
    height: 60px;
}
  
#section-ten a:hover::before,
#section-ten a:focus::before {
    transform: scaleX(1);
  }
  #section-ten a:hover,
  #section-ten a:focus {
    color: white;
}
#section-three.cambio{
    margin-top: 0 !important;
}
#section-four.cambio{
    margin-top: -8% !important;
    margin-bottom: 5%;
}
#section-six h2.cambio{
    width: 80%;
}
#section-four a:hover{
    color: #1A335E;
}

/*Services*/
#hero-services{
    background: url(../img/slider-5.jpg);
}
#hero-services p{
    width: 45%;
}
#section-eleven{
    margin: 5% 3% 0 6%;
}
#section-eleven h2{
    font-size: 60px;
    line-height: 105%;
}
#section-eleven p{
    font-size: 18px;
    line-height: 160%;
    width: 85%;
    margin-top: 5%;
}
#section-eleven .texto{
    padding-top: 7%;
}

#section-two.cambios{
    margin-top: -4%;
    margin-bottom: 4%;
}
#section-twelve{
    margin: -22% 7% 5%;
}
.info-mapa{
    font-size: 14px;
    line-height: 154.16%;
}
.title-mapa{
    font-size: 48px;
    line-height: 105%;
    margin-bottom: 3%;
}
#section-thirteen{
    margin: 0 7% 5%;
}
.divider{
    height:300px;
}
.title-eq{
    font-weight: 600;
    font-size: 48px;
    line-height: 105%;
    width: 50%;
    margin-top: 1%;
}
#section-thirteen h4{
    font-size: 30px;
    line-height: 118.7%;
    width: 70%;
    margin-top: 10%;
}
#section-thirteen .content{
    padding: 0;
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#section-thirteen .item{
    float: left;
    width: 20%;
    margin: 0;
}


.cambio-margin-top{
    margin-top:10% !important;
}

.mapa-h iframe{
    height: 100vh;
}

/*Offshore*/
#hero-offshore{
    background: url(../img/slider-1.jpg);
}
#section-fourteen ul{
    list-style: none;
}
#section-fourteen h2{
    font-size: 48px;
    line-height: 105%;
    width: 90%;
}
#section-fourteen p, #section-fourteen .texto-c li{
    font-size: 18px;
    line-height: 200%;
    width: 86%;
}
#section-fourteen .texto-c li::before{
    content:'•';
    margin-right: 4px;
}
#section-fourteen .links li{
    font-weight: bold;
    font-size: 24px;
    line-height: 200%;
}
#section-fourteen li a:hover{
    color: #42ACDA !important;
}
#section-fourteen p{
    margin: 3% 0 8%;
}
#section-fourteen .link img{
    padding-left: 3%;
}
#section-fourteen .link:hover{
    color: #42ACDA;    
}
#section-fourteen .texto{
    padding: 8% 3% 20%;
}
#section-fourteen h3{
    font-size: 30px;
    line-height: 118.7%;
    margin-bottom: 5%;
}
#section-fourteen .texto2{
    padding: 14% 5% 18% 5%;
}
#section-15{
    margin: -13% 6% 13%;
}
#section-16{
    margin-top: -13%;
    margin-bottom: 10%;
}
#section-16 .bg-light-blue{
    padding: 5% 5% 5% 6.3%;
}
#section-16 h3{
    font-size: 36px;
    line-height: 150%;
    letter-spacing: -0.02em;
    width: 85%;
}
#section-16 p{
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.02em;
    margin: 5% 0 7%;
}
#section-16 .link img{
    margin-left: 3%;
}
#section-16 .link:hover{
    color: white;
}
#section-thirteen.cambio{
    margin-top: 5%;
    margin-bottom: 12%;
}
#section-two.cambio{
    margin-top: 0;
    margin-bottom: 5%;
}

/*Military*/
#hero-military{
    background: url(../img/slider-4.jpg);
}
#hero-military p{
    width: 40%;
}
#section-fourteen.cambio .texto2 p{
    margin-top: 4%;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}
#section-twelve.cambio{
    margin-top: 0;
}
#section-17{
    margin: 6% 3% 8%;
}
#section-17 .texto{
    padding: 0 5%;
}
#section-17 h2{
    font-size: 80px;
    line-height: 105%;
}
#section-17 p, #section-17 ul{
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
}
#section-17 p{
    margin-bottom: 6%;
}
#section-17 .col-6{
    margin-top: 4%;
}
#section-17 ul{
    list-style: none;
    width: 90%;
}
#section-17 li::before{
    content: '•';
    margin-right: 5px;
}
#boton-mapa{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6% 0 0;
}
#boton-mapa a{
    font-size: 16px;
    line-height: 150%;
    opacity: 0.8;
    width: 240px;
    height: 60px;
    border: 1px solid #1A335E;
    display: flex;
    align-items: center;
    justify-content: center;
}
#boton-mapa a::before {
    content: '';
    position: absolute;
    display: flex;
    z-index: -1;
    background-color: #1A335E;
    transition: transform 300ms ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
    width: 240px;
    height: 60px;
}
  
#boton-mapa a:hover::before,
#boton-mapa a:focus::before {
    transform: scaleX(1);
  }
  #boton-mapa a:hover,
  #boton-mapa a:focus {
    color: white;
}
#section-six.cambio{
    margin-top: -30%;
}
#section-six.cambio h2{
    width: 75%;
}
