    body, 
    .navbar, 
    .navbar * {
        font-family: 'Montserrat Arabic', sans-serif !important;
    }
    .fondo-azul-marino {
      background-color: #063649;
    }    
    
    /* Fila ejemplo */
    .fila-elemento {
      margin-bottom: 10px;
    }
    /* Hero Section */
    #hero {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }
    #hero img.bg-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }
    #hero .overlay {
      position: absolute;
      top:0; left:0; width:100%; height:100%;
      background: rgba(0,0,0,0.4);
      z-index: 2;
    }
    #hero .hero-content {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3;
      color: white;
      padding: 1rem 1.5rem;
      max-width: 90%;
    }
  .hero-content {
    z-index: 3;

  }
  .hero-title {
    font-size: 3rem; 
    }
  .hero-subtext {
    font-size: 1.0rem; 
    }
    @media(min-width:768px){
        #hero .hero-content {
          padding: 2rem 3rem;
        }
            .hero-title {
        font-size: 5rem;
      }
      .hero-subtext {
        font-size: 2rem;
      }
    }
  @media (min-width: 1200px) {
    .hero-title {
      font-size: 5rem;
    }
    .hero-subtext {
      font-size: 1.5rem;
    }
  }
    .destacados-estilo{
      position: relative;
      background-color: rgba(5, 18, 41, 0.8);
      border-radius: 0.5rem;
      padding: 2rem;      
    }
    .destacados-estilo::before {
      content: "";
      position: absolute;
      inset: 0; /* ocupa todo el div */
      background: url('assets/img/Arena_Roja.jpeg') no-repeat center center;
      background-size: cover;
      opacity: 0.4;
      z-index: -1;    
    }  
    .flex-block {
      gap: 1rem;
    }
    .flex-block img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: 400px;
    }

    .card-img-top {
      height: 200px;
      object-fit: cover;
    }

    .contact-form {
      max-width: 600px;
      margin: 0 auto;
    }