body{
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #004d71 !important;
}

.img-responsive{
  width: 100%;
}
a{
    color: inherit;
    text-decoration: none;
}
p{
    font-size: 17px;
}
b{
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* NAV */
.navbar-brand{
 width: 350PX;
 height: auto;
}
a.nav-link{
  color: #fff !important;
  padding: 20px 10px !important;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 300;
  transition: all 0.2s ease;
  border-bottom: transparent 3px solid;
  vertical-align: middle;
}

a.nav-link:hover{
  opacity: 0.7;
  color: #fff !important;
}
a.nav-link span{
  display: none;
}
.navbar-toggler-icon-2 {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../img/burger.png)!important ;
}
.navbar-toggler-2{
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  transition: box-shadow .15s ease-in-out;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 0px;
}
.navbar-toggler:focus{
  border: none !important;
}
@media (min-width: 768px){
  .navbar-toggler-2{
      display: none;
  }
}

.navbar-expand-md .navbar-nav {
  align-items: center;
}


/* main */

main{
  background-image: url(../img/bck-advi-sory.jpg);
  background-repeat: no-repeat;
  min-height: 90vh;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}



/* img intro*/


hr{
  background: #004d71;
  height: 1px;
  margin: 0px 0px 30px;
}

.mundo {
  width: 400px; /* Ajusta el tamaño según necesites */
  height: auto;
  /* animation: girar 20s linear infinite;  20 segundos por vuelta */
}

@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.img-intro{  
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;

  background-image: url(../img/ships-silhouette-4535368-intro.jpg);
  background-repeat: no-repeat;
  min-height: 450px;
  background-position: center right;
  background-size: cover;
  padding: 0 12% ;
}

.img-intro  h1{
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 3.9rem;
  color: #fff;
  padding: 5%;
  text-align: right;
}

.txt-intro h2{
  font-size: 38px;
  font-weight: 300;

  color: #fff;
  padding: 80px 15% 30px;
  color: #004d71;
  text-align: center;
}

.title{
    text-align: center;
    padding: 30px 0px; 
    font-size: 42px;
   
}

.title.blue{
  color: #294A8C;
}
.title.white{
  color: #fff;
}

/* bck */

.item{
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding: 40px;
  text-align: center;
  min-height: 280px;
  transition: all 0.5s ease-out;
}

.item:hover{
  opacity: 0.8;
}
.icono-seccion{
  background-color: #fff;
  padding: 5px;
  height: 100px;
  width: 100px;
  margin: -50px auto 30px auto;
  border-radius: 120px;
}
.bck-blue-1{
  background-color: #647280;
}
.bck-blue-2{
  background-color: #245E92;
}
.bck-blue-3{
  background-color: #1C4591;
}
.bck-blue-4{
  background-color: #1F71AD;
}
.bck-blue-5{
  background-color: #2C77A3;
}
.bck-blue-6{
  background-color: #294A8C;
}
.bck-blue-7{
  background-color: #1D7BAD;
}
.bck-blue-8{
  background-color: #305086;
}

.bck-blue-10{
  background-color: #437BAD;
}


/* secciones */
#our-services,
#our-history,
#vision,
#contact{
  position: relative; 
}
 #our-history {

  border-top: 50px solid #fff;
}
.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px;
}
.px-50{
  padding-right: 50px;
  padding-left: 50px;
}

.pt-150{
  padding-top: 150px;
}
.pb-150{
  padding-bottom: 150px;
}
/* history */
.bck-azul{
  background-color: #294A8C;
}

#our-services{
  padding-bottom: 150px;
}

#our-history p{
  color: #fff;
  columns: 3;
  gap: 4em;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

#vision{
  background-image: url(../img/bck-advi-sory-2.jpg);
  background-repeat: no-repeat;
height: auto;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  border-top: 50px solid #294A8C;
}

#contact{
  background-image: url(../img/bck-advi-sory-3.jpg);
  background-repeat: no-repeat;
  height: auto;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  border-top: 50px solid #fff;
}

/* visiion */
.item-vision{
  background-color: #fff;
  padding: 50px 20px;
  min-height: 480px;
  margin: 13px;
}
.item-vision H5{
  color: #939393;
  font-size: 35px;
  text-align: center;
  margin-bottom: 15px;
}
.item-vision ul{
  font-family: "Open Sans", sans-serif;
  color: #939393;
}
.item-vision ul li{
  margin-bottom: 15px;
}
/*footer*/
footer{
  background-color: #294A8C;
  color: #fff;
  padding: 50px;
}
footer p{
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
}
footer h6{
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-left: 6px;
} 
.logo-footer{
  max-width: 350px;
  margin-bottom: 20px;
}
.redes-footer{
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-family: "Open Sans", sans-serif;
  padding-left: 0px;
}
.redes-footer li{
  margin-left: 10px;
}
.redes-footer  img{
  width: 50px;
  height: 50px;
}
.redes-footer li a{
  transition: all 0.5s ease;
}
.redes-footer li a:hover{
opacity: 0.5;
}

#contact p{ color: #fff;
margin-bottom: 10px;
font-family: "Open Sans", sans-serif;}



form{
  border-left: 2px solid #fff;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}
input,
textarea{
  width: 100%;
  padding: 8px;
  margin-bottom: 8px;
}
button{
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px 20px;
  background: none;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.5s ease;
  float: right;
}

button:hover{
  border: 1px solid #fff;
  border-radius: 0px;
  background:#fff;
  color: #294A8C;
  letter-spacing: 1px;
}


.text-muted {
  color: #b6b6b6!important;
}
.slick-prev{
  background-image: url(../img/arrow-izq.png) !important;
}
.slick-next{
  background-image: url(../img/arrow-der.png) !important;
}

/*  RESPONSIVE  */


@media only screen and (max-width: 1399px){
  
}

@media only screen and (max-width: 1199px){
  

  
}
@media only screen and (max-width: 963px){


}

@media only screen and (max-width: 765px){
    

}


/*  RESPONSIVE  */
@media only screen and (max-width: 500px){
  
  .navbar-brand{
    width: 280PX;
    height: auto;
   }
   .navbar-expand-md .navbar-nav {
    align-items: initial;
  }
  .navbar-nav{
    background-color: #2f5588;
    padding: 20px;
  }
  a.nav-link{
    padding: 10px 10px !important;
  }
  a.nav-link span{
    display: block;
  }
  li.nav-item{
    border-bottom: 1px solid #557997;
  }
  .img-intro {
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
    justify-content: flex-start;
  }
  .img-intro h1 {
    font-size: 2.3rem;
    line-height: 2.9rem;
  }
  .mundo {
    width: 100px;
    height: auto;
    animation: none;
  }
  .timeline-image{
    display: none;
  }
  #our-services {
    padding-bottom: 100px;
  }
  #our-history p{
    columns: 1;
  }
  #our-history .title {
    font-size: 38px;
    padding: 0px 20px;
    line-height: 32px;
    margin: 50px 0 30px;
  }
  .title {
    font-size: 28px;
    padding: 0 40px;
    line-height: 33px;
    margin: 30px 0 40px;
  }
  .timeline-text p{padding: 25px;}

  .item-vision{
    margin-bottom: 15px;
  }
  #contact{
    padding-left: 20px;
    padding-right: 20px;
  }
  form {
    border: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  footer p{
    text-align: center;
  }
  .redes-footer{
    justify-content: center;
  }

  
}