@font-face {
	font-family:'GH-roman';
	src: url('./fonts/Square721BT-RomanExtended/square_721_extended_bt.ttf');
	src: url('./fonts/Square721BT-RomanExtended/square_721_extended_bt.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'GH-bold';
	src: url('./fonts/Square721BT-BoldExtended/square721_bdex_bt_bold.ttf');
	src: url('./fonts/Square721BT-BoldExtended/square721_bdex_bt_bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'GH-roman', sans-serif!important;
    background: linear-gradient(210deg, #1C145C        0%, #020E16      30%, #020E16      70%, #1C145C 100%);
    color: #FFF!important;
    text-align: center;
}

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


header {
    background-size:  100%;
    background-position: center;    
    text-align: center;
    height: auto;
}

#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 */
}

#encabezado {
    padding: 20px;
/*     max-width: 800px;
 */    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    background: linear-gradient(210deg, #1C145C        0%, #020E16      30%, #020E16      70%, #1C145C 100%);
}

.formulario {
    height: 50dvh;
}

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

.participante p {
    margin-top: 2px; /*Distancia entre titulo e imagen */
}

.imagenpart img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1vh;
}

.popup {
    color: #FFF;
    display: none;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: rgb(15,45,107);
    background: radial-gradient(circle, rgba(15,45,107,1) 0%, rgba(3,19,42,1) 100%);
    border: 1px solid #fe3df0;
    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: 'GH-roman', 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: rgb(3 19 41);
    color: #fff;
    text-align: center;
    /* padding: 10px; 
    position: fixed;*/
    bottom: 0;
    width: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 5vh; /* Nuevo margen superior */
}

#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: #fe3df0;
    color: #fff;
    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: #fe3df0;
    color: #fff


}



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

}

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

}

input.checkani {
    accent-color: #fe3df0;

}


label {
    font-size: small;
}

.bandapremioar {
    font-size:normal;
    color: #FFF;
    /* background-color: rgba(0,0,0,0.5); */
    background-color: #fe3df0;
    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;
}

.fa-solid {

    color: #fe3df0;
}



/*
.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, #fe3df0);
  }
  
.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 */
    }
} */