*{
	margin: 0;
	padding: 0;
	font-family: 'Poppins','Merriweather Sans', sans-serif;
}
body {
}

header{
	height: 50px;
	margin-top: 50px;
}

header nav{
	font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    flex-wrap: wrap;
}

ul li{
  list-style:none;
}

.itemNav{
	margin-right: 50px;
	cursor: pointer;
  margin-bottom: 20px;
}

.itemNavSelected{
	color: #39c2ff;
}

.itemNav:hover{
	color: #39c2ff;
}

#backgroundVideo {
	position: relative;
  min-width: 100%;
  width: auto;
  filter: grayscale(1);
}

.MainContainer{
	position: relative;
}

.Background_Video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	filter: brightness(0.6);
	overflow: hidden;
}

.buttonRadius{
	background: #39c2ff;
  color: #fff;
  border-radius: 25px;
  padding: 10px;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.buttonRadius:hover{
  background: #0074a5;
}

.menuActive{
	color: #fff;
    font-size: 25px;
    display: none;
    cursor: pointer;
}

.menuActive:hover{
	color: #39c2ff;
}

.menuContainer{
	display: flex;
	position: relative;
	color: #fff;
  z-index: 10;
	transition: left .5s;
}

.menuContainer:focus{
	outline: none;
}

.headerLogo{
	width: 100%;
}

.verticalRow_1{
    background: #0074a5;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 50%;
    clip-path: polygon(49% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
    /* box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75); */
    display: none;
}

.verticalRow_2{
	background: #0085bd;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 25%;
    clip-path: polygon(49% 25%, 100% 0, 100% 100%, 0 100%, 0 0);
    display: none;
}

.crossClose{
	 position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    transform: rotate(90deg);
}

.Slogan{
  font-size: 40px;
}

.iconPlay{
  font-size: 30px;
  position: absolute;
  left: 10px;
  top: calc(50% - 16px);
}

.showVideo-Section{
  max-width: 200px;
  margin-top: 100px;
}

/* SECCIONS */
.HeaderSeccion{
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 600px;
  margin:auto;
  margin-top: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ArticleSeccion{
  position: relative;
  width: 100%;
  min-height: 200px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 50px;
  width: calc(100% - 100px);
}

.ArticleSeccion article.flex-article{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.ArticleSeccion article.medium-article{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.ArticleSeccion article.medium-article h2{
  padding-bottom: 20px;
  color: #1f2c38;
}

.ArticleSeccion article.medium-article h2:hover{
  color: #39c2ff;
}


.ArticleSeccion article.medium-article p{
  text-align: left;
  font-weight: lighter;
  color: #7a7a7a;
}

.medium-article div{
  margin-top: 20px;
}

.diagonal-image{
  width: 100%;
  overflow:hidden;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

.Reverseddiagonal-image{
  width: 100%;
  overflow:hidden;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
} 

.shape-circle{
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 25px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-shape{
  max-width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.shape-largecircle{
  position: relative;
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
  max-height: 150px;
  border-radius: 100px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(42,67,127,1) 0%, rgba(42,67,127,1) 32%, rgba(14,27,72,1) 100%);
  margin: 10px;
  overflow:hidden;
}

.cardPorts {
  width:33.3%; 
  height: 300px;
}

.ports img {
  width: 130px;
}

.airport {
  width: 100px;
}

.ports h3 {
  width: 100%;
  text-align: center;
  margin-top: -25px;
  font-size: 22px;
  margin-bottom: 5px;
  color: #fff;
}

.ports label {
  font-style: normal;
  font-size: 15px;
  color: rgb(184, 184, 184);
  margin-top: -2px;
}

.col3 {
  background: red;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

h4.historyTitle {
  text-align: center;
  color: #fff !important;
}

.shape-largecircle:hover{
  background: linear-gradient(to right, rgba(1,125,234,1) 0%, rgba(0,168,214,1) 100%);
}

.shape-largecircle img{
  width: 70%;
}

img.allSpace{
  width: 100%;
}

.shapeText{
  padding-bottom: 10px;
}

a{
  text-decoration: none;
  color: #fff;
}

.locationRef {
  color: #0074D6;
  font-weight: bold;
}

a:hover {
  cursor: pointer;
}

.readMore {
  margin-top: 40px;
  color: #4CA2EA;
  font-style: italic;

}

.viewLocation {
  margin-top: 20px;
  font-size: 13px;
}

.viewLocation a{
  color:#fff;
}

.usBox{
  background: #fff;
  border-radius: 200px;
  width: 25%;
  -webkit-box-shadow: 0px 3px 15px 5px rgba(0,0,0,0.06);
  box-shadow: 0px 3px 15px 5px rgba(0,0,0,0.06);
  min-width: 246px;
}

.usDesc{
  max-width:60%;
  margin-left: 50px;
}

.mision {
  width: 40%;
  margin-left: 10%;
}

.vision {
  width: 40%;
  margin-right: 10%;
}

.pbox{
  width: 80%;
}

.oea {
  width: 70%;
}

.oea img {
  width: 50%;
}


footer{
  background: #181e2a;
  color: #7b8596;
  padding: 50px 100px 0px 100px;
  width: calc(100% - 200px);
  font-weight: 600;
  /*clip-path: ellipse(84% 55% at 47% 61%);*/
}

footer h4{
  color: #fff;
}

.footer-line{
  margin-top: 30px;
  border-bottom: 1px solid #25303c;
}

.footer-footer{
    font-size: 12px;
    font-weight: lighter;
    background-color: #0f131b;
    color: #fff;
    padding: 15px 100px;
    width: calc(100% - 200px);
    font-weight: bold;
}

.footerBody {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footerBody div.fs-small{
  flex-direction: row;
  margin-left: 25%;
}


.footerBody div.fs-1{
  margin-top: 50px;
  width: 30%;
  max-width: 300px;
}

.footerBody div.fs-2{
  width: 20%;
  margin-top: 50px;
}

.footerBody div.fs-3{
  width: 20%;
  margin-top: 50px;
}

.footerBody div.fs-4{
  width: 30%;
  margin-top: 50px;
}

.footerBody div.fs-5{
  width: 30%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.footerBody div.fs-6{
  width: 30%;
  margin-top: 50px;
  margin-bottom: 20px;
}


.footerBody div div ul li{
  font-weight: lighter;
}

.Tab-Article div{
  margin-top: 20px;
}

.Tab-Article div h2{
  width: fit-content;
}

#contactForm{
  width: 60%;
}

.btn{
  width: 150px;
  height: 50px;
  outline: none;
  cursor: pointer;
  background: none;
  transition: .5s;
  font-size: 18px;
  border-radius: 5px;
  font-family: "Lato",sans-serif;
}
.btn:hover{
  border: none;
  color: white;
  font-size: 22px;
  transform:scale(1.1);
  }

.blue {
  border: 2px solid #1976D2;
  color: #1976D2;
}

.red {
  border: 2px solid #bb1111;
  color: #bb1111;
}

.blue:hover {
  background-color: #1976D2;
  transition: all 0.3s ease-in-out;
}

.red:hover {
  background-color: #bb1111;
  transition: all 0.3s ease-in-out;
}

input[type=text]:focus {
  border: 2px solid rgb(19, 60, 138);
  outline: none;
}

textarea{
  display: block;
  margin-top: 10px;
  font-size: 1em;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  height: 5%;
  margin-bottom: 15px;
}

textarea:focus {
  border: 1px solid #ccc;
  outline: none;
}

.sendForm {
    background: #39c2ff;
    color: #fff;
    border-radius: 25px;
    padding: 10px;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
    border: none;
    margin-left: 40%;
}

.sendForm:focus{
  outline: none;
  border: none;
}

.sendForm:hover{
  background: #0074a5;
}


.Row50{
  width: calc(50% - 20px);
}
@media (max-width: 1000px) {

  .mision {
    width: 90%;
    margin-left: 5%;
  }
  
  .vision {
    margin-top: 30px;
    width: 90%;
    margin-right: 5%;
  }

  .oea {
    width: 90%;
  }

  .oea img {
    width: 70%;
  }

  a{
    color: #181e2a;
  }

  #backgroundVideo {
  	width: 1000px;
  	min-width: unset;
  }

  .menuContainer{
  	position: fixed;
    flex-direction: column;
    width: 300px;
    background: linear-gradient(to right, rgba(238,238,240,1) 0%, rgba(238,238,240,1) 50%, rgba(239,239,239,1) 100%);
    top: 0;
    left: 0;
    height: calc(100% - 100px);
    align-items: center;
    padding-top: 100px;
    color: #000;
    left: -100%;
    box-shadow: -9px -4px 33px 0px rgba(0,0,0,0.75);
  }

  .menuActive{
  	display: block;
  }
  .crossClose{
  	display: block;
  }

  .headerLogo{
  	width: 100px;
  }

  .verticalRow_1{
  	display: block;
  }

  .verticalRow_2{
  	display: block;
  }

  header nav{
  	/*flex-wrap: nowrap;*/
    flex-wrap: wrap;
    align-items: center;
  }

  .Slogan{
    font-size: 40px;
    width: 100%;
  }

  .showVideo-Section{
    margin-top: 40px;
  }

  footer{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

}

@media (max-width: 850px) {

  .usBox{
    width: 50%;
    -webkit-box-shadow: 0px 3px 15px 5px rgba(0,0,0,0.06);
    box-shadow: 0px 3px 15px 5px rgba(0,0,0,0.06);
    min-width: 246px;
  }
  
  .usDesc{
    margin-top: 15px;
    max-width:80%;
    margin-left: 0;
  }

  .mision {
    width: 100%;
    margin-left: 0%;
  }
  
  .vision {
    width: 100%;
    margin-right: 0%;
  }

  .oea img {
    width: 50%;
  }

  a{
    color: #181e2a;
  }

.footerBody div.fs-small{
  flex-direction: row;
  margin-left: 0%;
}
  
.footerBody div.fs-1{
    width: 50%;
  }

  
.footerBody div.fs-2{
    width: 50%;
  }

  
.footerBody div.fs-3{
    width: 50%;
  }

  
.footerBody div.fs-4{
    width: 50%;
  }

  .footerBody div.fs-5{
    width: 50%;
  }

  .footerBody div.fs-6{
    width: 50%;
  }

}

@media (max-width: 560px) {

  .usBox{
    width: 50%;
    -webkit-box-shadow: 0px 3px 15px 5px rgba(0,0,0,0.06);
    box-shadow: 0px 3px 15px 5px rgba(0,0,0,0.06);
    min-width: 246px;
  }
  
  .usDesc{
    margin-top: 15px;
    max-width:90%;
    margin-left: 0;
  }

  .mision {
    width: 100%;
    margin-left: 0%;
  }
  
  .vision {
    width: 100%;
    margin-right: 0%;
  }

  a{
    color: #181e2a;
  }

  .footerBody div.fs-small{
    flex-direction: column;
    margin-left: 0%;
  }
  
.footerBody div.fs-1{
    width: 100%;
  }

  
.footerBody div.fs-2{
    width: 100%;
  }

  
.footerBody div.fs-3{
    width: 100%;
  }

  
.footerBody div.fs-4{
    width: 100%;
  }

  .footerBody div.fs-5{
    width: 100%;
  }

  .footerBody div.fs-6{
    width: 100%;
  }
}

@media (max-width: 750px) {

  .mision {
    width: 100%;
    margin-left: 2%;
  }
  
  .pbox{
    width: 100%;
  }
  
  .vision {
    width: 100%;
    margin-right: 2%;
  }

  .oea {
    width: 95%;
  }

  .oea img {
    width: 95%;
  }

  a{
    color: #181e2a;
  }
  .Row50{
    width: calc(100% - 40px);
  }

   .Slogan{
     font-size: 32px;
    }

    .ArticleSeccion{
      flex-direction: column;
    }

    .diagonal-image{
      margin-top: 30px;
      clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
    }

    .Reverseddiagonal-image{
      margin-bottom: 30px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    #contactForm{
      width: 100%;
    }

    input[type=text] {
    display: block;
    width: 100%;
    }

    textarea{
      display: block;
      width: 100%;
    }

    .sendForm {
    margin-left: 25%;
  }

  .cardPorts {
    width:100%; 
    height: 300px;
  }

}