*{
    margin: 0;
    padding: 0;
}

.container{
    background-image: url(imagenes/fondo.jpg);
    background-size: cover;
    color: white;
    font-family: "averta", sans-serif;
    padding: 73px 10% 18px 10%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 92%;
    width: 80%;
}
h2.greenColor.lightfont strong.reduceSpace {
    padding-left: 5px; /* ajusta según sea necesario */
}


.txtCenter{
    text-align: center;
}
.greenColor{
    color: #70C032;
}

.lightfont{
 font-weight: 300;
 margin-top: 4%;
}
.extraLightfont{
    font-weight: 100;
   }

.boldfont{
 font-weight: 700;
}
h2{
    font-size: 64px;
    line-height: 89%;
}
.textParrafo{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.pParrafo{
    font-size: 17px;
}
.sParrafo{
    font-size: 22px;
    line-height: 23px;
}
.tParrafo{
    font-size: 36px;
    line-height: 30px;
}
.cParrafo{
    font-size: 40px;
    line-height: 41px;
}
.qParrafo{
    font-size: 28px;
    line-height: 27px;
}
.apuestaConten{
    border: 3px solid #70C032;
    border-radius: 14px;
    padding: 1vw;
    width: 32vw;
    margin: 2vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
}
.contTodo{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
/* Estilos para el div de superposición */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semi-transparente */
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
  }
  
  /* Estilos para el círculo de carga */
  #loading-indicator {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001; /* Asegura que esté por encima del div de superposición */
  }
  
  .spinner {
    border: 6px solid rgba(0, 0, 0, 0.1);
    border-left-color: #70C032;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 3s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
form{

display: flex;

flex-direction: column;

align-content: center;

align-items: center;
}
#interrogante{
    vertical-align: 13px;
}
#otroinput{
    margin: 1px;
}
#apuesta{
    background: #D9D9D9;
    border-radius: 5px;
    padding: 1px;
    margin: 8px;
}
body{
    height: 98vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

input{
    height: 25px;
    border: none;
    border-radius: 6px;
    background: #efefef;
    margin-top: 3px;
    text-align: center;
}
#cbTratamiento{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    font-size: 11px;
    margin: 3vw;
}
button{
    background: #70C032;
    height: 4vh;
    width: 24vw;
    border:none;
    border-radius: 6px;
    font-size:24px;
    margin: 13PX;
}
button:hover {
    background: #61a32e;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    color: black;
    text-align: center;
    font-size: 21px;
    display: flex;
}


/* Estilos para el botón */
#reload-page {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
}

/* Estilos para la opacidad de fondo */
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Opacidad del 50% */
    z-index: 999; /* Z-index para asegurar que esté detrás del popup */
}
.noneDisplay{
    display: none;
}
#age-error>img{
        width: 200px;
}

.mayorEdad{
    width: 235px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.inside-article{
    font-family: "averta", sans-serif;
}