.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

/* header fijo */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
  font-family: 'Open sans', Lato, sans-serif;
}
h2{
  font-size: 1.6rem !important;
}


      .bd-placeholder-img {
        font-size: 1rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 2.5rem;
          overflow-x: hidden;
        }
        .img-contacto{
          width: 300px;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
     .navbar-brand{
      padding-left: 30px;
     }
    
    .flota{
      position: absolute;
      z-index: 1;
      height: 350px;
      opacity: .8;
      margin-top: -70px;
      margin-left: 15px;
    }
    @media (min-width: 768px) {
      .flota {
        z-index: 0;
      }
    }
    @media (max-width: 768px) {
      .flota {
        z-index: -1;
      }
    }
    .bg-azul1{
      background-color: #00425A;
    }
    .bg-azul2{
      background-color: #227C7D;
    }
    
    .btn-verde{
      background-color: #A9CF37;
    }
    .btn-verde:hover{
      background-color: #82a31f;
    }
    
    .alert {
      padding: 10px; /* Reduce el espacio interno del mensaje */
      font-size: 14px; /* Ajusta el tamaño del texto */
      line-height: 1.2; /* Reduce la altura de línea para compactar */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      max-width: 600px; /* Puedes ajustar el ancho si es necesario */
      margin: 10px auto; /* Centra el mensaje */
    }
    
    .contacto-foto{
      overflow: hidden;
      }

    html, body {
        overflow-x: hidden;
        width: 100%;
    }
      