
    body {
      font-family: 'Open Sans', sans-serif;
      margin: 0;
      padding: 0;
    }
    .fondo {
      background-image:
      linear-gradient(to right, rgba(0,0,0,0.85) 10%, rgba(0,0,0,0.2) 90%, rgba(0,0,0,0) 100%),
      url('../img/banner.jpg');
      background-size: cover;
      background-position: center;
      height: 100%;
      position: relative;
    }
.text-success
{
    color: #76af0c !important;
}
    .navbar-custom {
    margin-top: 25px;
      position: fixed;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      z-index: 1050;
      transition: padding 0.3s, width 0.3s;
      background-color: rgb(248, 249, 250);
      padding: 1rem;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 1.5rem;
    }

    .navbar-custom.navbar-smaller {
      padding: 0.5rem;
      width: 90%;
    }

    .navbar-custom a {
      color: #333;
    }

    .section {
      margin-top: 100px; /* Evitar que el contenido se oculte debajo del navbar fijo */
    }

    /* Para dispositivos móviles */
    @media (max-width: 576px) {
      .navbar-custom .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
      }
    }
    .btn-verdenegativo{
    background-color: #00000000 !important;
    color: white !important;
    font-weight: bold;
    border: solid 3px #76af0c;
    transition: background 0.2s, color 0.2s;
    padding: 15px;
    border-radius: 30px;
}
.btn-verdenegativo:hover,
.btn-verdenegativo:focus,
.btn-verdenegativo:active {
    background-color: #5c8c09 !important;
    color: #fff !important;
    text-decoration: none;
}

.btn-verde{
    background-color: #76af0c !important;
    color: white !important;
    font-weight: bold;
    border: none;
    transition: background 0.2s, color 0.2s;
    padding: 15px;
    border-radius: 30px;
}
.btn-verde:hover,
.btn-verde:focus,
.btn-verde:active {
    background-color: #5c8c09 !important;
    color: #fff !important;
    text-decoration: none;
}
  .num .btn-circular {
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #76af0c;
  }
    /* Para el contenido de la imagen */
    .exchange-section {
      position: relative;
      padding: 80px 0; /* Da espacio al navbar */
    }
     .input-verde:focus {
        border-color: #76af0c !important;
        box-shadow: 0 0 0 0.2rem rgba(118, 175, 12, 0.25) !important;
        background-color: #f6faed !important;
      }
        @media (max-width: 991.98px) {
    .exchange-section .display-3 {
      font-size: 2rem;
      text-align: center;
    }

    #main-lead {
      text-align: center;
    }

    #main-list {
      padding-left: 0;
      text-align: center;
    }

    #main-list li {
      justify-content: center;
    }

    .btn-verde,
    .btn-verdenegativo {
      width: 100%;
      text-align: center;
    }

    .exchange-section .card {
      margin-top: 2rem;
    }
  }

  @media (max-width: 575.98px) {
    .exchange-swap-btn {
      width: 40px;
      height: 40px;
      font-size: 1.1rem;
    }

    .exchange-section .card h4 {
      font-size: 1.2rem;
    }

    .input-group > .form-control {
      font-size: 1rem !important;
    }

    .btn-verde,
    .btn-verdenegativo {
      font-size: 1rem;
    }
    

  @media (max-width: 575.98px) {
    .num .btn-circular {
      width: 36px !important;
      height: 36px !important;
      font-size: 0.9rem !important;
    }
  }
  }
    .btn-wsp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .btn-wsp:hover {
    transform: scale(1.1);
    background-color: #1ebc5a;
    text-decoration: none;
    color: white;
  }

  /* Responsive: Oculta en pantallas muy pequeñas si deseas */
  @media (max-width: 480px) {
    .btn-wsp {
      width: 50px;
      height: 50px;
      font-size: 24px;
      bottom: 20px;
      right: 20px;
    }
  }
    .exchange-swap-btn {
    width: 48px;
    height: 48px;
    background-color: #76af0c;
    box-shadow: 0 4px 16px rgba(118, 175, 12, 0.25);
    border-radius: 50%;
    font-size: 1.3rem;
    transition: all 0.3s ease;
  }

  .exchange-swap-btn:hover {
    background-color: #5c8c09;
    box-shadow: 0 8px 32px rgba(118, 175, 12, 0.35);
    transform: scale(1.1);
    cursor: pointer;
  }