.servicio {
  height: 14rem;
  border-radius: 0.5rem;
}

@media (max-width: 992px) {
  .servicio {
    height: 16rem;
  }
}

.tramite_portada {
  height: 18rem;
}

.tramite {
  border: 0.2rem solid var(--primario);
  min-height: 23rem;
}

.subtitulo-h3-contenido {
  color: var(--parrafo);
  font-family: var(--fuente);
  font-weight: 500;
  word-wrap: break-word;
  /* Permite que las palabras largas se rompan */
  overflow-wrap: break-word;
  /* Hace lo mismo, pero es más moderno */
  white-space: normal;
  /* Asegura que el texto no se mantenga en una sola línea */
  font-size: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  text-align: center;
  margin: 0px auto 20px auto;
  padding-top: 10px;
  border-bottom: 1px solid #d5d4d3;
}

.reproductor-radio {
  border: var(--grismedio) solid 1px;
  background-color: var(--grisclaro);
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
}

.reproductor-radio img {
  float: right;
  margin-top: 5px;
}

.alert-danger {
  margin-bottom: 3rem;
}

.header_buttons{
  display: flex;
  gap: 1rem;
}


@media (max-width: 767px) {
  .tana-float-mobile {
    position: fixed;
    bottom: 250px;
    right: 16px;
    z-index: 9998;
  }

  .tana-float-mobile picture img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border: 2px solid var(--primario);
  }
}

/* Ocultar en escritorio */
@media (min-width: 768px) {
  .tana-float-mobile {
    display: none !important;
  }
}
