.offcanvas {
    background-color: #100423;
    color: #fff;
  }
  .navbar {
    /* Estilos de la barra de navegación */
    transition: transform 0.3s ease;
  }
  .navbar.hidden {
    transform: translateY(-100%);
  }
  .navbar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: transform 0.3s ease;
    transform: none;
  }
  
  header {
    display: flex;
    padding: 1em 1em;
    width: auto;
    background-color: #fa0050;
    color: #ffffff;
  
    height: fit-content;
  }
  
  .btn-close {
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white' stroke='black' stroke-width='0.6'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>")
      center/1em auto no-repeat;
  }
  
  .titulo-pag {
    font-size: 50px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-weight: 800;
    margin: 0px;
  }
  .nav-principal {
    height: 100px;
  }
  :root {
    --bs-link-color: #46e8e8;
  }
  .btn-primary {
    background-color: #fa0050;
    border: 0px;
    --bs-btn-hover-bg: #fa0050;
    --bs-btn-active-bg: #46e8e8;
  }
  .btn {
    --bs-btn-font-weight: 800 !important;
  }
  
  .tarjeta {
    border-radius: 20px;
  }
  .titulo {
    text-align: center;
  }
  .card-img-top {
    background-color: #fff;
    padding: 10px;
  }
  .tarjeta-descuento {
    color: #100423;
    text-decoration: none;
  }
  .tarjeta-descuento:hover {
    color: #fa0050;
  }
  .verMas {
    background-color: #fa0050;
    color: #fff;
    border-radius: 20px;
  }
  
  .mas {
    padding: 5px;
    border: 0px;
  }
  .disp {
    background-color: #ffe438;
  }
  
  table {
    padding: 0px 200px;
  }
  
  main {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  
  body {
    background-color: #fff;
  }
  .carousel {
    margin-right: 0px;
  }
  .banner-principal img {
    width: 100%;
    text-align: center;
  }
  .bannerDescuentos {
    height: 300px;
    border-collapse: collapse;
    color: #fff;
    width: 100%;
    padding: 20px 0px;
  }
  .banner-boton {
    background-color: #ffe438;
  }
  .banner-boton:hover {
    background-color: #fff;
    color: #100423;
  }
  
  .selector {
    margin-right: auto;
    margin-left: auto;
  }
  
  .card-header {
    background-color: #fff;
  }
  .card:hover {
    transition-duration: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    transition: all 0.5s ease;
  }
  .form-select {
    font-weight: 500;
  }
  .card-title {
    background-color: #46e8e8;
    color: #100423;
    font-weight: 800;
    padding: 10px 0px;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    margin-left: auto;
    margin-right: auto;
    word-wrap: normal;
  }
  .card-body {
    padding: 0px 20px 20px 20px;
  }
  .card-text {
    font-size: 14px;
  }
  .descuento {
    font-size: 35px;
    font-weight: 800;
  }
  main {
    width: 75%;
    margin: auto;
  }
  
  .Texto {
    width: 100%;
    overflow: hidden;
    background: #fff;
    cursor: default;
    transition: all 400ms ease;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .Texto a {
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
    font-size: 25px;
    background-color: #fa0050;
    border-radius: 5px;
    max-width: max-content;
    padding: 5px 20px;
    color: #ffffff;
    text-decoration: none;
  }
  .Texto a:hover {
    background-color: #ffe438;
    color: #100423;
    border-color: #100423;
    border-style: solid;
    transition-duration: 0.5s;
  }
  .logo-convenio {
    max-width: 90%;
    max-height: 200px;
    width: auto;
    text-align: center;
  }
  
  .card {
    --bs-card-border-color: #1004231f;
  }
  
  @media screen and (max-width: 1400px) {
    main {
      width: 90%;
      margin: auto;
    }
    .descuento {
      font-size: 45px;
    }
  }
  
  @media screen and (max-width: 800px) {
    .bannerDescuentos {
      height: 300px;
      padding: 20px 0px;
    }
  
    .nav-principal {
      height: auto;
      padding-left: 0px;
    }
    .titulo {
      padding: 10px;
      text-align: center;
    }
    .logo {
      background-size: contain;
      background-repeat: no-repeat;
      height: 50px;
      width: auto;
    }
  
    .titulo-pag {
      font-size: 30px;
      text-align: center;
      line-height: 27px;
      font-weight: 800;
      padding: 0px;
    }
    .lead {
      padding: 10px;
    }
  
    .list {
      position: inherit;
    }
  
    .Texto {
      width: 100%;
      overflow: hidden;
      background: #fff;
      cursor: default;
      transition: all 400ms ease;
      text-align: center;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  
    .Texto h3 {
      margin-left: auto;
      margin-right: auto;
      font-weight: 800;
      font-size: 20px;
      background-color: #fa0050;
      border-radius: 5px;
      max-width: max-content;
      padding: 4px 10px;
    }
  
    .Texto p {
      font-size: 12px;
      font-weight: normal;
  
      padding: 15px 50px;
    }
  
    .row > * {
      padding-top: 20px;
    }
    .row {
      width: 100%;
      --bs-gutter-x: 0px;
    }
  
    main {
      width: 100%;
    }
  }
  
  @media (max-width: 800px) {
    .featurette {
      display: flex;
      flex-direction: column;
    }
  
    .featurette .col-lg-4,
    .featurette .col-lg-5 {
      width: 100%; /* Ocupar todo el ancho disponible */
    }
  }
  