#calcular:hover {
  background-color: #0056b3;
}

/* Fondo transparente y efecto glassy */
.card-custom {
  height: 100%;
  /* TODAS las tarjetas tendrán la misma altura */
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* .card-custom {
  max-width: 400px;
  border-radius: 16px;

} */

.btn-days {
  border-radius: 8px;
  padding: 10px;
  font-weight: bold;
  background: #28a745;
  color: white;
  width: 100%;
  border: none;
}

.btn-rounded {
  border-radius: 50px;
  padding: 10px 20px;
}

.icon-twitter {
  font-size: 24px;
  color: #1DA1F2;
  cursor: pointer;
}

.weather-icons {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}

.weather-day {
  text-align: center;
  font-size: 14px;
  color: #555;
}

.weather-icon {
  font-size: 24px;
}

.sun {
  color: #FFC107;
}

/* Amarillo */
.cloud {
  color: #6C757D;
}

/* Gris */
.rain {
  color: #007BFF;
}

/* Azul */
.heavy-rain {
  color: #0056b3;
}

/* Azul oscuro */
.partly-cloudy {
  color: #FD7E14;
}

/* Naranja */

.custom-fecha-text {
  font-size: 2.2rem;
  /* Tamaño para móvil */
}

@media (min-width: 768px) {
  .custom-fecha-text {
    font-size: 2rem;
    /* Tamaño para desktop */
  }
}

/* Efecto al pasar el mouse */
/* .card-custom:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
} */

.bd-masthead-white {
  --bs-body-bg-rgb: 255, 255, 255;
  /* Fondo blanco */
  --bs-primary-rgb: 13, 110, 253;
  /* Azul */
  --bd-accent-rgb: 255, 228, 132;
  /* Violeta */
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  /* Rosa */
  --bd-pink-rgb: 214, 51, 132;
  background-image:
    linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), 0.01), rgb(255 255 255 / 0%) 85%),
    radial-gradient(ellipse at top left, rgba(var(--bs-primary-rgb), 0.5), transparent 50%),
    radial-gradient(ellipse at top right, rgba(var(--bd-accent-rgb), 0.5), transparent 50%),
    radial-gradient(ellipse at center right, rgba(var(--bd-violet-rgb), 0.5), transparent 50%),
    radial-gradient(ellipse at center left, rgba(var(--bd-pink-rgb), 0.5), transparent 50%);
  transition: background-image 0.5s ease, background-color 0.5s ease;
}

/* Modo oscuro */
.bd-masthead-dark {
  --bs-body-bg-rgb: 255, 255, 255;
  /* Fondo blanco */
  --bs-primary-rgb: 13, 110, 253;
  /* Azul */
  --bd-accent-rgb: 255, 228, 132;
  /* Violeta */
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  /* Rosa */
  --bd-pink-rgb: 214, 51, 132;
  background-image:
    linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), 0.01), rgb(18 18 18 / 0%) 85%),
    radial-gradient(ellipse at top left, rgba(var(--bs-primary-rgb), 0.5), transparent 50%),
    radial-gradient(ellipse at top right, rgba(var(--bd-accent-rgb), 0.5), transparent 50%),
    radial-gradient(ellipse at center right, rgba(var(--bd-violet-rgb), 0.5), transparent 50%),
    radial-gradient(ellipse at center left, rgba(var(--bd-pink-rgb), 0.5), transparent 50%);
  transition: background-image 0.5s ease, background-color 0.5s ease;
}

.navbar-custom {
  background: linear-gradient(to right, #3b82f6, #8b5cf6);
  /* background-color: rgba(255, 255, 255, 0.1); */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 15px rgb(0 0 0 / 32%);
}

.footer-custom {
  background: linear-gradient(to right, #3b82f6, #8b5cf6);
  /* background-color: rgba(255, 255, 255, 0.1); */
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.responsive-hero {
  font-size: 2.3rem;
  /* Tamaño base */
}

@media (min-width: 768px) {

  /* md */
  .responsive-hero {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {

  /* lg */
  .responsive-hero {
    font-size: 5rem;
  }
}

.text-black-custom {
  color: #3a3d3b;
}

.text-custom-primary {
  color: #2d6dad;
  /* El color que elijas */
}

.text-custom-success {
  color: #176d38;
  /* El color que elijas */
}

.tick {
  font-size: 1rem;
  white-space: nowrap;
  font-family: arial, sans-serif;
}

.tick-flip,
.tick-text-inline {
  font-size: 2.5em;
}

.tick-label {
  margin-top: 1em;
  font-size: 1em;
}

.tick-char {
  width: 1.5em;
}

.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}

.tick-text-inline+.tick-text-inline {
  margin-left: -.325em;
}

.tick-group {
  margin: 0 .5em;
  text-align: center;
}

.tick-text-inline {
  color: rgb(90, 93, 99) !important;
}

.tick-label {
  color: rgb(90, 93, 99) !important;
}

.tick-flip-panel {
  color: rgb(255, 255, 255) !important;
}

.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}

.tick-flip-panel {
  background-color: rgb(59, 61, 59) !important;
}

.tick-flip {
  border-radius: 0.12em !important;
}