body {
  margin: 0;
  padding: 0;
  /* font-family: Arial, sans-serif; */
  font-family: "Source Sans", sans-serif;
  background: rgb(189, 0, 152);
  background: linear-gradient(
    180deg,
    rgba(189, 0, 152, 1) 25%,
    rgba(49, 15, 91, 1) 100%
  );
  color: #fff !important;
}

a {
  text-decoration: none !important;
  color: #111111 !important;
}

header {
  background-image: url("./img/cdpfondo.webp");
  background-size: 100%;
  background-position: center;
  text-align: center;
}

#menu {
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
}

#imagentitulo {
  background-color: rgb(3 19 41);
  text-align: center;
  padding: 20px;
}

#imagentitulo img {
  max-width: 50%;
  height: auto;
  display: block; /* Alinea la imagen en el centro */
  margin: 0 auto; /* Centra la imagen horizontalmente */
}

#cuerpo {
  padding: 20px;
  /* max-width: 800px; */
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.participante {
  /*width: 25%;*/
  /* margin-bottom: 1rem; */
  margin: 5px 10px;
  box-sizing: border-box;
  text-align: center;
}

.participante p {
  /* margin-top: 2px; /*Distancia entre titulo e imagen */
  /*background: #fe3df0;*/
  background: #ffd030;
  color: #000;
  text-transform: uppercase !important;
  font-weight: bold;
  /* font-size: xx-large; */
}

.imagenpart img {
  max-width: 15vw;
  height: auto;
  border: 4px solid #ffd030;

  /* margin-bottom: 1vh; */

  /* filter: drop-shadow(0px 0px #fe3df0);
  filter: drop-shadow(0px 0px #4ee9fb); */
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
}

.popup {
  color: #fff;
  display: none;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: rgb(189, 0, 152);
  background: linear-gradient(
    180deg,
    rgba(189, 0, 152, 1) 25%,
    rgba(49, 15, 91, 1) 100%
  );
  border: 4px solid #ffd030;
  border-radius: 10px;
  z-index: 1000;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 25px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.popup button {
  font-family: Poppins, sans-serif;
  margin: 2vh auto;

  /* Otros estilos que desees aplicar a todos los botones en el popup */
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
/*
#footer {
    background-color: rgb(3 19 41);
    color: #fff;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#footer {
    background-color: rgb(3 19 41);
    color: #fff;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
*/
/* footer {
  background-color: #ffd030;
  color: #111111;
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 5vh;
} */

#sticky-footer {
  /* padding: 50px 0; */
  background-color: #ffd030;
  color: #111111;
  text-align: center; /* optional */
  position: relative;
  bottom: 0;
  width: 100%;
  left: 0;
  justify-content: space-between;
}

#footer .izquierda,
#footer .centro,
#footer .derecha {
  flex-grow: 1;
}

#footer .derecha img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: auto;
}

.botonsms {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 70%;
  height: auto;
  padding: 1vh;
  align-items: center;
  background-color: #ffd030;
  border: none;
  border-radius: 9px;
}

.botonmp {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 70%;
  height: auto;
  padding: 1vh;
  border: none;
  border-radius: 9px;

  text-align: center;
  background-color: #ffd030;
}

.inputani {
  display: inline-flex;
  border: none;
  width: 70%;
  height: auto;
  background: #ff00cd;
  text-align: center;
  padding: 0.5vh;
  border-radius: 6px;
  font-size: small;
  color: #fff;
}

.checkani {
  display: inline-flex;
  margin: 0 auto;
  height: auto;
  margin: 1vh auto;
  font-size: small;
}

input.checkani {
  accent-color: #ffd030;
}

input[type="number"]::placeholder {
  color: #fff;
}

label {
  font-size: small;
}

.bandapremioar {
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
  color: #111111;
  /* background-color: rgba(0,0,0,0.5); */
  background-color: #ffd030;
  width: 100%;
  text-align: center;
}

.bandavotouy {
  font-size: 0.75rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  right: 5vw;
  text-align: right;
  display: block;
  position: absolute;
  padding: 0 0.5rem 0.2rem 0.5rem;
  border-radius: 0 0 6px 6px;
  z-index: 100;
}

.fa-solid {
  /* color: #fe3df0;*/
  color: #000;
}

.derecha {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 5px;
}
*/ .round-time-bar {
  margin-bottom: 1rem;
  overflow: hidden;
}

.round-time-bar div {
  height: 10px;
  animation: roundtime calc(var(--duration) * 1s) steps(var(--duration))
    forwards;
  transform-origin: left center;
  background: linear-gradient(to right, #fe3df131, #ffd030);
}

.round-time-bar[data-style="smooth"] div {
  animation: roundtime calc(var(--duration) * 1s) linear forwards;
}

@keyframes roundtime {
  to {
    /* More performant than `width` */
    transform: scaleX(0);
  }
}

@media (max-width: 767px) {
  .participante {
    /* width: 50% !important; */
  }

  .participante p {
    /* margin-top: 2px; /*Distancia entre titulo e imagen */
    /* background: #fe3df0;*/
    background: #ffd030;
    color: #000;
    text-transform: uppercase !important;
    font-weight: bold;
    /* font-size: xx-large; */
  }
}

@font-face {
  /*font-family: "fontgh01"; /* Puedes darle el nombre que desees
  src: url("fonts/fontgh01.woff") format("woff");*/
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  /*font-family: "fontgh02";*/
  /*src: url("fonts/fontgh02.woff") format("woff");*/
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

marquee {
  color: #fff;
  white-space: nowrap;
  background-color: #fe3df17f;
  mix-blend-mode: plus-darker;
}

.doblechance {
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  background-color: #f2f2f2;
  text-align: center;
  z-index: 9999 !important;
}

.logo-programa {
  vertical-align: middle;
  padding: 10px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}

.logo-telinfor {
  vertical-align: middle;
}

h3#nombrePopup {
  text-transform: uppercase;
}

/* text.legendtext {
  font-size: small !important;
} */

/* g.traces {
  transform: none !important; 
  transform: translateY(200px);
} */
