.cont-temporizador {
  display: flex;
  justify-content: center;
}
.cont-temporizador .bloque {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fondoindex{
  background-color: #ebeaea;
}
/* Cambia el color del botón a blanco */
.navbar-toggler {
  border-color: rgba(224, 224, 224, 0);
  color: rgb(236, 234, 234); /* Color del texto del botón, ajusta según sea necesario */
}
/* Cambia el color del icono a blanco */
.navbar-toggler-icon {
color:rgb(255, 255, 255) ;
 filter: invert(1);
}

.cont-temporizador .bloque div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0px 0px 6px 2px;
  color: white;
  font-size: 40px;
  font-weight: bold;
}
.fondo {
  width: 100%;
  height: 90vh;
  background-image: url(../Imagenes/Fondo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sizetitulo {
  font-size: 4vw;
}

.sizetexto {
  font-size: 1.25vw;
}

.sizetextofooter {
  font-size: 1vw;
}

.sizetextotable {
  font-size: 1vw;
}

text_responsive{
  overflow-wrap: break-word;
}


.barra {
  background-image: linear-gradient(
    0deg,
    #5598fd 0,
    #006297 25%,
    #006297 50%,
    #006297 75%,
    #006297 100%
  );
}

.titulofondo {
  background: -webkit-linear-gradient(#6e2cf4, #dbc9f5);
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: bold;
}
.colorbox {
  background-color: #6e2cf4;
}
.indigo {
  background-color: #a3cfbb;
}

.color {
  background-color: #cfe2ff;
}

.fondoAdmin {
  background-color: #f8fafb;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.form-register {
  width: 400px;
  background: #eaeaeb;
  padding: 30px;
  margin: auto;
  margin-top: 100px;
  border-radius: 4px;
  font-family: "Bold";
  font-weight: 300;
  color: rgb(57, 34, 189);
  box-shadow: 7px 13px 37px #000;
}

.form-register h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.controls {
  width: 100%;
  background: #eaeaeb;
  padding: 8px;
  border-radius: 3px;
  margin-bottom: 8px;
  border: 3px solid #2a3652;
  font-family: "calibri";
  font-size: 15px;
  color: rgb(0, 0, 0);
}

.form-register p {
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}

.form-register a {
  color: rgb(2, 2, 2);
  text-decoration: none;
}

.form-register a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.form-register .botons {
  width: 100%;
  background: #4606db;
  transition: 0.4s;
  border: none;
  padding: 12px;
  color: white;
  margin: 16px 0;
  font-size: 16px;
}
