
body  {
  margin-top: 150px !important;
  margin-left: 0px !important;
}


@media (width <= 750px) {
  body {
    margin-top: 250px !important;
  }
}


.LayoutSection1 {
  background:#004166; 
  width: 100% !important;
  height:100% !important;
  margin: 0px !important;
  padding: 0px !important;
  color: #fff;
}

.LayoutSection2 {
  background-image:url('../img/plane.png');
  background-repeat: no-repeat; 
  background-position: 0,0;
  background-size: cover;
  object-fit: cover;
  width: 100% !important;
  padding: 0% !important;
  margin: 0% !important;
  /*min-height:100px;*/
  height: auto;
  color: #000;
}

.LayoutSection3 {
  width: 100%;
  height:auto;
  color: #000;
}

.LayoutNav1 {
  background:#fff !important; 
  min-height:100px !important;
  /*height: 100px;*/
  color: #000;
  font-size: 20px;
  z-index: 2;
}

.nav-link {
/*max-width: 20% !important;*/

margin-left:200px !important;

} 
.navbar-brand {
margin-right:125px !important;
}

.imagen-menu {
  margin-left: 120px !important;
  transition: transform 0.15s ease-in-out; /* Añade una transición suave */
  color: #004166;
}

.imagen-menu:hover {
  transform: scale(1.3); /* Cambia la imagen al pasar el mouse sobre ella */
  color:#009efc !important;
  }

  .titleBlack {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;
    font-size: 20pt;
    text-decoration: none;
    font-feature-settings: 'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;
    text-transform: none;
    color: #000000;
    background-color: Transparent;
    -webkit-text-stroke: 0px black;
    letter-spacing: 0em;
    
}

.titleRed {
  font-family: 'Montserrat';
  font-weight: 800;
  font-style: normal;
  font-size: 20pt;
  text-decoration: none;
  font-feature-settings: 'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;
  text-transform: none;
  color: #FF0000;
  background-color: Transparent;
  -webkit-text-stroke: 0px black;
  letter-spacing: 0em;
}


