@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Roboto+Slab&display=swap');

body{
    background: black;
    color: white;
    font-family: 'Architects Daughter', cursive;
    /* font-family: 'Oswald', sans-serif; */
    font-size: 0.8em;
}
:root{
    --rojo:white;
    --verde:white;
}
.modal {
    display: none; /* Ocultar el modal inicialmente */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 1;
    z-index: 2;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 3s;
}

.fade{
    opacity: 0;
}

.instrucciones {
    background: white;
    padding: 20px;
    border-radius: 5px;
}

.insctrucciones ol {
    text-align: left;
    margin-left: 20px;
    padding-left: 0;
}

.insctrucciones li {
    font-size: 2em;
    margin-bottom: 20px; /* Espacio entre elementos de la lista */
}

.modal.active {
    display: flex;
}

.container{
    transform: scale(1.2);
}

.footer{
    position: fixed;
    bottom: 0px;
    margin: auto;
    width: 100%;
    left: 50%;
}
.fila{
    display: flex;
    justify-content: center;
    align-items: center;
}
h1{
    font-size: 4em;
}
h2{
    font-size: 2.3em;
}
h3{
    font-size: 1.5em;
}
.fila a{
    width: 300px;
    justify-content: center;
    display: flex;
    flex: 0.4;
}
.fila button{
    text-decoration: none !important;
    cursor: pointer;
    padding: 10px;
    width: 300px;
    background: transparent;
    color: white;
    font-family: inherit;
    font-size: 20px;
    border: 1px solid white;
    border-radius: 10px;
}

.fila button:hover{
    background-color: white;
    color: black;
}

.third{
    height: 30vh;
}

.down{
    flex-direction: row;
    bottom: -0.1%;
    display: inline-flex;
    position: fixed;
    width: 100vw;

}

.container {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: end;
    min-width: 500px;
    min-height: 500px;
    left: calc(50% - 300px);
    top: calc(50% - 340px);
}

.clickable-text {
    position: absolute;
    color: var(--rojo);
    cursor: pointer;
    transition: font-size 0.3s ease-in-out;
}
.clickable-text:hover {
    font-size: 1.4em;
}

.text{
    position: absolute;
}

.primary{
    cursor: pointer;
    transition: font-size 0.3s ease-in-out; 
}

.primary:hover {
    font-size: 1.4em;
}

.secondary-text {
    position: absolute;
    color: var(--verde);
}

#loque{
    bottom: 10px;
    transform: rotate(-90deg);
}
#ganamos{
    bottom: 70px;
    transform: rotate(-30deg);
}
#razon{
    bottom: 110px;
    right:120px;
    transform: rotate(-90deg);
}
#rueda{
    bottom: 70px;
    left: 70px;
    transform: rotate(30deg);
}
#descanso{
    bottom: 10px;
    right: 50px;
    transform: rotate(30deg);
}
#perdimos{
    bottom: 70px;
    left: 160px;
    transform: rotate(30deg);
}
#enelcamino{
    bottom: 160px;
    transform: rotate(-90deg);
}
#certidumbre{
    bottom: 210px;
    right: 100px;
    transform: rotate(-30deg);
}
#tiempo{
    bottom: 260px;
    right: 60px;
    transform: rotate(-60deg);
}
#paz{
    top:200px;
    right: 140px;
    transform: rotate(-30deg);
}
#recuperarse{
    top:120px;
    right: -20px;
    transform: rotate(-30deg);
}
#certezasC{
    top:140px;
    right: 140px;
    transform: rotate(-30deg);
}
#llanto{
    top: 160px;
    left: 200px;
    transform: rotate(60deg);
}
#cansancio{
    top: 80px;
    left: 250px;
    transform: rotate(-30deg);
}
#tengo{
    top: 20px;
    left: 200px;
    transform: rotate(30deg);
}
#malestar{
    top: 180px;
    left: 190px;
    transform: rotate(-30deg);
}
#comollegamos{
    top: 250px;
    left: 40px;
    transform: rotate(-30deg);
}
#satisfaccion{
    bottom: 130px;
    left: 120px;
    transform: rotate(-30deg);
}
#esperanza{
    bottom: 130px;
    left: 215px;
    transform: rotate(30deg);
}
#dudas{
    bottom: 200px;
    left: 250px;
    transform: rotate(30deg);
}
#nuestroObjetivo{
    bottom: 230px;
    left: 210px;
    transform: rotate(30deg);
}
#juventud{
    bottom: 210px;
    left: 180px;
    transform: rotate(0deg);
}
#certezas{
    bottom: 70px;
    right: 120px;
    transform: rotate(0deg);
}
#reconocimiento{
    bottom: 110px;
    right: 20px;
    transform: rotate(0deg);
}
#efimero{
    bottom: 130px;
    right: -80px;
    transform: rotate(-30deg);
}
#energia{
    bottom: 150px;
    right:60px;
    transform: rotate(60deg);
}
#saber{
    bottom: 160px;
    right: 140px;
    transform: rotate(-30deg);
}
#cambiante{
    bottom: 220px;
    right: -20px;
    transform: rotate(-30deg);
}

.snowflake {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ffffff6a;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
  }

  a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }
  
  @keyframes snowfall {
    0% {
      transform: translateY(-100%);
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translateY(95vh);
      opacity: 0;
    }
  }