@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cantata+One&family=Gravitas+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rakkas&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.buscar-txt {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}


.card {
  width: 100%;
  border-radius: 10px;
  background-color: transparent !important;
}

.card img {
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}


.btn-blue-king {
  background-color: #1C2756;
  color: #ffffff;
}

.btn-blue-king:hover {
  background-color: #1C2756;
  color: #ffffff;
}

      /* Para que la imagen de fondo cubra la tarjeta */
      .card.bg-cover {
        background-size: cover;
        background-position: center;
      }

      /* Altura para la imagen dentro de la tarjeta */
      .card-img-top-custom {
        height: 100%;
      }
      /* HACER EL BOTÓN MÁS GRANDE */
      .btn-linea-cero {
        padding: 12px 0;   /* más altura */
        font-size: 1.2rem; /* texto más grande */
        color: #171B68;
        background-color: #FFF23E ;
      }

      /* QUITAR EFECTOS DE MOVIMIENTO */
      .btn-linea-cero:hover,
      .btn-linea-cero:active,
      .btn-linea-cero:focus {
        transform: none !important;
        box-shadow: none !important;
        opacity: 1 !important;
        color: #171B68;
        background-color: #FFF23E;
      }


      .btn-gratis {
        font-size:  0.8rem; /* texto más grande */
        color: #ffffff;
        background-color: #000000;
      }

      /* QUITAR EFECTOS DE MOVIMIENTO */
      .btn-gratis:hover,
      .btn-gratis:active,
      .btn-gratis:focus {
        transform: none !important;
        box-shadow: none !important;
        opacity: 1 !important;
        color: #ffffff;
        background-color: #000000;
      }

  