.double-line {
  height: 3px;
  /* Altura de la línea */
  background-color: #336699;
  /* Color de la línea */
  position: relative;
  margin: 10px 0;
  top: -5px;
  /* Margen superior e inferior para separar las líneas */
}

.truncate-text {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500 !important;
}

.truncate-text-2 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500 !important;
}

.badge {
  font-size: 0.9em !important;
  background-color: #002469;
  color: white;
}

.title-event {
  font-size: 14px;
  font-weight: 600 !important;
}

.page-link:visited {
  color: #20407e !important;
  text-align: center !important;
}

.page-link:hover {
  color: #20407e !important;
  text-align: center !important;
  padding-left: 0.75rem !important;
}

.page-item.active .page-link {
  background-color: #002469 !important;
  color: white !important;
}

.page-item.active .page-link:visited {
  background-color: #002469 !important;
  color: white !important;
}

.v-card-title {
  font-size: 1.03rem !important;
  text-wrap: auto !important;
}

.v-skeleton-loader__bone {
  justify-content: center !important;
}

/* From Uiverse.io by adamgiebl */
.dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.dot {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #b3d4fc;
  animation: pulse 1.5s infinite ease-in-out;
}

.dot:last-child {
  margin-right: 0;
}

.dot:nth-child(1) {
  animation-delay: -0.3s;
}

.dot:nth-child(2) {
  animation-delay: -0.1s;
}

.dot:nth-child(3) {
  animation-delay: 0.1s;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    background-color: #b3d4fc;
    box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  }

  50% {
    transform: scale(1.2);
    background-color: #6793fb;
    box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
  }

  100% {
    transform: scale(0.8);
    background-color: #b3d4fc;
    box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  }
}

.v-slide-group__content {
  display: flex;
  justify-content: center !important;
  width: 100% !important;
}
