@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@700&display=swap");
.navbar-inverse-fun {
  background: #EFEFEF;
}

.btn-funcionarios {
  font-size: 13px;
  font-weight: 500;
  background: #e21a22;
  color: #F5F5F5;
  cursor: pointer;
  padding: 0 20px 0 20px;
  margin: 0 0 0 0;
  border: none;
  border-radius: 3px;
  letter-spacing: 1px;
  line-height: 32px;
  height: 32px;
  text-decoration: none;
}

.btn-visitas {
  font-size: 13px;
  font-weight: 500;
  background: #636363;
  color: #F5F5F5;
  cursor: pointer;
  padding: 0 20px 0 20px;
  margin: 0 0 0 0;
  border: none;
  border-radius: 3px;
  letter-spacing: 1px;
  line-height: 32px;
  height: 32px;
  text-decoration: none;
}
.btn-visitas[aria-expanded=true] span {
  transform: rotate(90deg) translateY(1px);
}

.btn-visitas:hover {
  background-color: #EFEFEF;
}

.btn-funcionarios:hover {
  background-color: rgba(255, 0, 0, 0.5098039216);
  color: white;
}

.erroresForm {
  color: #DC3545;
  font-size: 12px;
  line-height: 16px;
}

/* a:hover {
    color: white;
    background-color: #ff000082;
} */
.btn-volver {
  position: absolute !important;
  left: 10px;
}

.btn-salir {
  position: absolute !important;
  right: 10px;
  cursor: pointer;
}

input[type=submit].button:hover {
  background-color: rgba(255, 0, 0, 0.5098039216);
}

.text {
  /* Text Truncate */
}
.text--12 {
  font-size: 12px;
}
.text--16 {
  font-size: 16px;
}
.text--18 {
  font-size: 18px;
}
.text--24 {
  font-size: 24px;
}
.text-truncate-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.text--lighter {
  font-weight: 100;
}
.text--thin {
  font-weight: 200;
}
.text--light {
  font-weight: 300;
}
.text--normal {
  font-weight: 400 !important;
}
.text--medium {
  font-weight: 500;
}
.text--semibold {
  font-weight: 600 !important;
}
.text--bold {
  font-weight: 700 !important;
}
.text--extrabold {
  font-weight: 800;
}
.text--megabold {
  font-weight: 900;
}
.text-decoration-none {
  text-decoration: none;
  color: #212529;
}
.text-decoration-none:hover {
  color: #212529;
}

.pointer {
  cursor: pointer;
}

.borde-list {
  border: 1px solid #ced4da;
  border-radius: 8px;
}

.listas-ol li {
  position: relative;
}
.listas-ol li::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #ced4da;
  right: 0;
  left: -32px;
}

div.checkStyle:not(:last-child) {
  border-right: 1px solid #ced4da;
}

.btn {
  border: 1px solid #ced4da;
}

.btn-check:checked + .btn {
  color: var(--bs-btn-active-color) !important;
  background-color: #636363;
  border-color: #ced4da;
}

.btn-check + .btn:hover {
  border-color: #636363;
}

.btn-boton {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.ranking-content {
  margin-top: 4em;
}
.ranking-content_search {
  text-align: center;
}
.ranking-content_search input {
  width: 373px;
  height: 44px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(136, 136, 136, 0.5);
}
.ranking-content_search input:focus-visible {
  border-color: #C3242B !important;
}
.ranking-content_search input::placeholder {
  color: var(--primaryBlack);
}
@media (max-width: 425px) {
  .ranking-content_search input {
    width: 90%;
    margin: auto;
  }
}

.icono {
  position: absolute;
  padding-top: 14px;
  color: rgba(136, 136, 136, 0.5);
}

.input-padding {
  padding-left: 30px !important;
}

.icon-position-left {
  left: 10px;
  top: 10px;
}

.border-right-clear {
  border-right: 1px solid #ced4da;
}

/*# sourceMappingURL=styles.css.map */
