@import url("https://fonts.googleapis.com/css?family=Lato|Poppins|Kaushan+Script");
.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

html {
  font-family: 'Poppins', Lato, Tahoma, sans-serif;
  width: 100%;
  min-height: 100%;
}

.header-wrapper {
  padding-bottom: 30px;
}
/*
.hero {
  background-image: url(https://s1.1zoom.me/b6336/424/Ships_Container_ship_Marinas_543369_2560x1440.jpg);
  background: linear-gradient(rgba(72, 100, 238, 0.65), rgba(190, 190, 214, 0.911)),  url("https://s1.1zoom.me/b6336/424/Ships_Container_ship_Marinas_543369_2560x1440.jpg") no-repeat;
  background-attachment: fixed; 
  background-size: cover;
  color: white;
  
  font-family: 'Poppins', sans-serif;
}
  */

  /*---------------------------------------
  VIDEO              
-----------------------------------------*/

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero .title {
  
  transform: rotate(-5deg);
  font-size: 5rem;
  color: whitesmoke;
}




.hero .hero-foot {
  height: 50px;
  background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}

@media (max-width: 599px) {
  .hero .hero-foot {
    display: none;
  }
}

.hero .hero-foot .hero-foot--wrapper {
  margin: 7px auto;
  height: 50px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1rem;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
  border-bottom: 2px solid #1f2c6c;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
  color: #1f2c6c;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
  color: #1f2c6c;
  transition: all .2s ease-in-out;
  border-bottom: 2px solid #1f2c6c;
}

.main-content {
  padding-top: 2rem;
  color: #3c4172;
  font-family: 'Poppins', sans-serif;
}

.main-content .section-dark {
  background-color: #f0f3f5;
  padding: 60px 0px;
}

.main-content .section-dark.resume {
  height: 400px;
  padding-top: 100px;
}

@media (max-width: 599px) {
  .main-content .section-dark.resume {
    padding-top: 75px;
  }
}

.main-content .section-dark.resume .title {
  padding: 20px;
}

.main-content .section-dark.resume button {
  border: 2px solid #43485c;
  background: white;
  color: #43485c;
  height: 50px;
  width: 250px;
  font-size: 1rem;
  text-transform: uppercase;
}

.main-content .section-dark.resume .fa-download {
  color: #1f2c6c;
}

.main-content .section-dark.quieneSomos {
  padding: 120px;
}

@media (max-width: 599px) {
  .main-content .section-dark.quieneSomos {
    padding: 75px 20px;
  }
}

.main-content .section-dark.quieneSomos .work-item {
  margin-bottom: 1rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.main-content .section-dark.quieneSomos .work-item:hover {
  -webkit-transform: scale(1.055) translateY(-2px);
  transform: scale(1.055) translateY(-2px);
  -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

.main-content .section-light {
  padding: 30px;
}

.main-content .section-light.about-me {
  padding-bottom: 100px;
}

.main-content .section-light.about-me .is-larger {
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .main-content .section-light.about-me .about-links {
    text-align: center;
  }
}

.main-content .section-light.about-me .right-image img {
  border-radius: 11px;
  margin: 20px;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 599px) {
  .main-content .section-light.about-me .right-image img {
    margin: auto;
  }
}

.main-content .section-light.skills {
  padding: 100px;
}

@media (max-width: 599px) {
  .main-content .section-light.skills {
    padding: 50px 20px 40px 20px;
    padding-bottom: 20px;
  }
}

.main-content .section-light.skills h1 {
  padding: 10px;
}

.main-content .section-light.contact {
  padding: 200px;
}

.main-content .section-light.contact button {
  width: 100%;
  background-color: #43485c;
  color: white;
  height: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 599px) {
  .main-content .section-light.contact {
    padding: 60px 20px;
  }
}

.main-content .section-color.services {
  padding: 100px;
  background-color: #43485c;
  color: white;
}

.main-content .section-color.services .title,
.main-content .section-color.services .subtitle {
  color: white;
}

.main-content .section-color.services i {
  font-size: 3rem;
  padding: 20px;
}

.main-content .section-title {
  color: #43485c;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.footer {
  bottom: 0;
  width: 100vw;
  padding: 0;
  height: auto;
  line-height: 25px;
  text-align: center;
  background: hsl(48, 100%, 67%);
  color: rgb(5, 4, 4);
  padding-top: 2rem;
}



.footer a {
  padding: 0rem 1rem 1rem 1rem;
  color: lightgrey;
}

.footer a i {
  font-size: 1.5rem;
  padding: 0px 10px;
}

.footer a .nav-item {
  color: whitesmoke;
}

.fa-download {
  color: #43485c;
}

#toTop {
  height: 50px;
  width: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(31, 44, 108, 0.65);
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

#toTop a {
  color: white;
}

#toTop:hover {
  background-color: #43485c;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(245, 245, 245, 0);
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #43485c;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #1f2c6c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}

.white
{color:ghostwhite}


.card {
  overflow: hidden;
  background: ghostwhite;
  color: var(--bg);
}

.card.large {
  border-radius: 5px;
}

.title.no-padding {
  margin-bottom: 0 !important;
}

:root {
  --bg: #071e36;
  --card-bg: #041221;
}


.box {
  margin: 0%;
}

.sec-inicio{
  background-color: rgb(36,36,119);
  margin-top: -305px;
}



@media (max-width: 1024px) {
  .sec-inicio {
    margin-top: 50px;
  }
}
.logotipo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.navbar-item img
 {
    max-height: 3.75rem;
}

.imagenLogoHeader{ 
  display: block;
  top: 40px; /* Ajusta este valor para la separación desde arriba */
  left: 40px;
  width: 40%;
  margin-left: 280px;
  text-align: center;
}

.logoIso{
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.imgNaviera{
  height: 314px;
}

.imgTrans{
  height: 335px;
}

.imgFis{
  height: 326px;
}

.imgDedicado{
  height: 480px;
}

.imgForw{
  height: 338px;
}

.imgTansNacional{
  height: 343px;
}

.imgMerc{
  height: 411px;
}

.videoMiral{
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.misionImg{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.visionImg{

  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;

}

.valoresImg{

  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;

}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  
}

.mhover:hover .misionImg {
  opacity: 0.1;
}

.mhover:hover .middle {
  opacity: 1;
}

.textMision {
 
  color: black;
  font-size: 17px;

}

.vhover:hover .misionImg {
  opacity: 0.1;
}

.vhover:hover .middle {
  opacity: 1;
}

.textVision {
 
  color: black;
  font-size: 17px;
  
}

.valhover:hover .misionImg {
  opacity: 0.1;
}

.valhover:hover .middle {
  opacity: 1;
}

.textValores {
 
  color: black;
  font-size: 15px;
  padding: 25px 32px;
}

.centrado img {
   display: flex;
  flex-direction: column; /* Coloca los elementos uno debajo del otro */
  align-items: center; /* Centra los elementos horizontalmente */
  justify-content: center; /* Centra los elementos verticalmente (si el div tiene altura) */
  text-align: center; /* Centra el texto dentro del contenedor */
}
.enlace-fb{
     display: flex;
  flex-direction: column; /* Coloca los elementos uno debajo del otro */
  align-items: center; /* Centra los elementos horizontalmente */
  justify-content: center; /* Centra los elementos verticalmente (si el div tiene altura) */
  text-align: center; /* Centra el texto dentro del contenedor */
}

.hero-content {
  position: relative; /* Es vital para que la imagen se posicione respecto a este div */
  width: 100%;
  height: 100%;
}

.imagenLogoHeader {
  /* Posicionamiento absoluto para colocarla en la esquina */
  position: absolute;
  top: -55px; /* Ajusta este valor para la separación desde arriba */
  left: -290px; /* Ajusta este valor para la separación desde la izquierda */
  width: 20%;
  z-index: 10; /* Asegura que la imagen esté por encima de otros elementos */
}

/* Centra el texto del hero de forma independiente */
.hero-body {
  text-align: center;
  margin-top: 100px; /* Ajusta este valor para bajar el texto si es necesario */
}

.hero .subtitle {
  padding: 5px;
  color: whitesmoke;
}

.hero .profession {
  padding-top: 290px;
  font-size: 1.7rem;
  text-transform: uppercase;
}

@media (max-width: 400px) {
  .imagenLogoHeader {
  position: absolute;
  top: 3px; /* Ajusta este valor para la separación desde arriba */
  left: -62px; /* Ajusta este valor para la separación desde la izquierda */
  width: 40%;
  z-index: 10; /* Asegura que la imagen esté por encima de otros elementos */
  }
}

@media (max-width: 1024px) {
  .imagenLogoHeader {
  position: absolute;
  top: 3px; /* Ajusta este valor para la separación desde arriba */
  left: -111px; /* Ajusta este valor para la separación desde la izquierda */
  width: 50%;
  z-index: 10; /* Asegura que la imagen esté por encima de otros elementos */
  }
}

section {
    display: block;
    margin-top: 90px;
}

.control-audio{
  position: sticky;
    top: 18px;
    left: 70px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
}


body {
  margin: 0;
  font-family: Arial, sans-serif;
  overflow: hidden; /* Esto evita que la página se deslice mientras el preloader está activo */
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8E563; /* Color de fondo del preloader */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: transform 1s ease-in-out; /* Esta es la clave del efecto */
}

.logoMiral{
  width: 30%; /* Mantén el tamaño que ya definiste */
  display: block; /* Cambia la imagen de inline a block */
  margin-left: auto; /* Centra horizontalmente el bloque */
  margin-right: auto; /* Centra horizontalmente el bloque */
}

.preloader.slide-up {
  transform: translateY(-100%);
}

.contenido {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.contenido.visible {
  opacity: 1;
}

@media (max-width: 599px) {
  .control-audio {
   top: 5px;
   left: 9px;
  }
}

@media (max-width: 999px) {
  .control-audio {
   top: 5px;
   left: 10px;
  }
}



