   /* ==============================
       Estilos del Footer
    ============================== */
    footer.footer-container {
      background-color: #c92a2a !important;
      color: #ffffff !important;
      padding: 1.5rem 0 1rem 0 !important;
      font-size: 1rem !important;
    }
    footer.footer-container h5 {
      display: inline-block !important; /* Solo tan ancho como el contenido */
      color: #ffc107 !important; /* Color amarillo */
      font-weight: 600 !important;
      font-size: 16px !important;
      margin-bottom: 0.5rem !important;
      border-bottom: 2px solid #ffc107 !important; /* Línea inferior */
      padding-bottom: 0.5rem !important;
    }
    footer.footer-container p,
    footer.footer-container li,
    footer.footer-container a {
      font-size: 14px !important;
      color: #ffffff !important;
      text-decoration: none !important;
    }
    footer.footer-container a:hover {
      text-decoration: underline !important;
    }
    footer.footer-container .list-unstyled {
      padding-left: 0 !important;
      list-style: none !important;
    }
  
    .whatssapp,
  .whatssapp2 {
    position: fixed !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 24px !important;
    z-index: 9999 !important;
  }

  /* Botón WhatsApp (derecha) */
  .whatssapp {
    bottom: 20px !important;
    right: 20px !important;
    background-color: #25d366 !important;
  }
  .whatssapp:hover {
    background-color: #00bb2d !important;
  }

  /* Botón Llamada (izquierda) */
  .whatssapp2 {
    bottom: 20px !important;
    left: 20px !important;
    background-color: #000000 !important;
  }
  .whatssapp2:hover {
    background-color: #333333 !important;
  }