@import url('https://fonts.googleapis.com/css2?family=Single+Day&display=swap');

* {
    font-family: "Single Day", cursive;
    font-weight: 800;
    font-style: normal;
}
:root {
    --background: #060608;
    --color: #FAFAFA;
    --min-height: 500px;
    --max-width: 60%;   
    --loader-width: 100px;
    --loader-height: 100px;
}
* {
    margin: 0;
    font-weight: bold;
    padding: 0;
    box-sizing: border-box;
}
body {
    height: auto;
    display: flex;
    justify-content: center;
    /* cursor: url('https://s.electerious.com/images/codepen/cursor.svg') 3 3, auto; */
    flex-direction: column;
    justify-content: center;
    background-color: #000;
}
/* hay que ponerlo al final */
.atrasAdelante{
    background-color: #03e9f4;
    color: #fff;
    width: fit-content;
    padding: 5px;
    border-radius: 10px;
    text-decoration: none;
    margin-left: 20px;
}
nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 40%;
    width: 100%;
}
.a {
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    padding: 25px 30px;
    margin: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 1px;
    overflow: hidden;
    margin-right: 25px;
    color: #03e9f4;
    box-shadow: none;
    background-color: transparent;
     -webkit-box-reflect: unset;
}
.a:hover {
    background: #03e9f4;
    color: #fff;
    box-shadow: 0 0 5px #03e9f4,
                0 0 10px #03e9f4,
                0 0 20px #03e9f4;
}
.a:nth-child(1) {
    filter: hue-rotate(270deg);
}
.a:nth-child(2) {
    filter: hue-rotate(110deg);
}
.a:nth-child(3) {
    filter: hue-rotate(240deg);
}
.a:nth-child(4) {
    filter: hue-rotate(0deg);
}
.a:nth-child(5) {
    filter: hue-rotate(180deg);
}
.a:nth-child(6) {
    filter: hue-rotate(220deg);
}
.a span {
    position: absolute;
    display: block; 
}
/* hay que ponerlo al final */
.green{
    filter: hue-rotate(270deg) !important;
}
.pink{
    filter: hue-rotate(110deg) !important;
}
.yellow{
    filter: hue-rotate(240deg) !important;
}
.blue{
    filter: hue-rotate(0deg) !important;
}
.orange{
    filter: hue-rotate(220deg) !important;
}
.red{
    filter: hue-rotate(180deg) !important;
}
.white{
    filter: hue-rotate(65deg) !important;
}
/* hay que ponerlo al final */
.goBack {
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    font-size: 3em;
    right: 0;
    padding: 0;
    border-radius: 50%;
    -webkit-box-reflect: unset;
}


a span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #03e9f4);
    animation: animate1 1s linear infinite;
}
@keyframes animate1 {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}
a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #03e9f4);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2 {
    0% {
        top: -100%;
    }
    50%, 100% {
        top: 100%;
    }
}
a span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3 {
    0% {
        right: -100%;
    }
    50%, 100% {
        right: 100%;
    }
}
a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4 {
    0% {
        bottom: -100%;
    }
    50%, 100% {
        bottom: 100%;
    }
}

.center{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.center .container {
  color: #f4f4f4;
  position: fixed;
  width: 100%;
  margin: 15px 15px 0px 15px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center .container p {
  padding: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  overflow: hidden;
}
.center .container p span.typed-text {
  font-weight: normal;
  font-size: 1.4em;
  color: #f4f4f4;
}
.center .container p span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
.center .container p span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}
.btn-down{
    width: auto;
    height: auto;
}

.title{
    margin-top: 25px;
    width: 100%;
    text-align: center;
}
.body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 20px;
    height: 100%;
}
.body .img{
    height: auto;
    padding: 5px;
    margin: 20px;
    border-radius: 12px;
    background-color: transparent;
}

.body .img.big{
    width: 500px;
    box-shadow: 0 0 0 5px #03e9f4;
}
.body .img.medium{
    width: 300px;
    box-shadow: 0 0 0 5px #17f403;
}
.body .img.small{
    width: 150px;
    box-shadow: 0 0 0 5px #f42703;
}

.video-container {
    max-width: 100%;
    width: 560px;
    height: 315px;
    /* border: 2px solid #ccc; */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
button {
    margin: 10px 0px 30px 0px;
    padding: 12px 20px;
    background-color: #03e9f4;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

button:hover {
    background-color: #0056b3;
}

.video-container {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    justify-content: space-around;
}

.video-container .video {
    width: 560px;
    height: 315px;
}


.spotify-container{
    margin-top: 20px;
}

.container-wrapper-genially {
    min-height: 400px;
    max-width: 65%;
    margin-bottom: 100px;
    border-radius: 20px;
  }

  @media (max-width: 860px) {
    .container-wrapper-genially {
        max-width: 80%;
    }
  }
  @media (max-width: 740px) {
    .container-wrapper-genially {
        max-width: 90%;
    }
    .spotify-container iframe {
        width: 100%;
        height: 380px;
        font-size: 1em;
    }
  }
  @media (max-width: 600px) {
    .container-wrapper-genially {
        max-width: 100%;
    }
  }
  .loader-genially {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--loader-width, 80px);
    height: var(--loader-height, 80px);
    margin-bottom: 10%;
  }

  .genially-embed {
    margin: 0 auto;
    position: relative;
    height: auto;
    width: 100%;
  }
  .sc-bjeSbO.hYyyZt{
      background-color: transparent !important;
  }
  .pre-container{
      border-radius: 20px;
  }
.name{
    color: #fff;
    font-size: 2.3em;
}
.formulario{
    background: #fff;
    margin: 20px;
    padding: 20px;
    border-radius: 15px;
    border: 5px solid black;
    box-shadow: 0 0 0 5px #03e9f4;
}
.formulario h1 {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    color: white; /* Color del texto */
    text-shadow: 1px 1px 0 #03e9f4, /* Contorno azul */
                 -1px -1px 0 #03e9f4,
                  1px -1px 0 #03e9f4,
                 -1px 1px 0 #03e9f4;
}
.formulario span{
    color: #03e8f4;
}
.formulario #question-container{
    color: #435156;
    margin-bottom: 20px;
}
.formulario #options-container{
    color: #435156;
}
.formulario #answer-container{
    display: flex;
}
#testInput {
    position: absolute; /* O cualquier otra propiedad para ubicarlo fuera de la vista */
    left: -9999px; /* Mueve el campo fuera del área visible */
    width: 1px; /* Reduce el ancho y alto a un tamaño mínimo */
    height: 1px;
    opacity: 0; /* Hace el campo invisible */
    pointer-events: none; /* Desactiva todos los eventos del ratón */
    cursor: none; /* Oculta el cursor sobre el campo */
}
#cuadrado {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 120px;
    height: 120px;
    background-color: transparent;
    display: none; /* Ocultar por defecto */
}
#cuadrado.b {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 135px;
    height: 135px;
    background-color: transparent;
    display: none; /* Ocultar por defecto */
}
.st0,.cls-2 {
    fill: #623088;
    transition: 0.5s;
    animation: rainbow 5s infinite linear;
}

@keyframes rainbow {
    0% { fill: red; }
    14% { fill: orange; }
    28% { fill: yellow; }
    42% { fill: green; }
    57% { fill: blue; }
    71% { fill: indigo; }
    85% { fill: violet; }
    100% { fill: red; }
}
.sc-lkgTHX.jctaVm{
    background-color: transparent !important;
}
@media (max-width:645px) {
    .video {
    width: auto !important;
    height: 300px !important;
    }
}

@media (max-width:700px) {
    .video-container{
        flex-direction: column;
    }
}