    /* Estilo para el banner */
    .banner {
        background: url('../../recursos/img/mujer-gafas-banner.jpg') no-repeat center center;
        background-size: cover;
        color: white;
        text-align: center;
        padding: 4rem 1rem;
        position: relative;
      }
  
      .banner .btn-primary {
        background-color: #F26522;
        border: none;
      }
  
      .menu-link {
        margin: 0 1rem;
        color: black;
        text-decoration: none;
        font-weight: 500;
      }
  
      .logo {
        font-weight: bold;
        font-size: 1.5rem;
        letter-spacing: 2px;
      }
  
      .btn-outline {
        border: 2px solid black;
        background: transparent;
        color: black;
      }
  
      .whatsapp-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999;
      }

      @media (max-width: 522px) {
        .opti-whiz-img {
          max-width: 428px;
          height: auto;
        }
      }