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

* {
    font-family: "Single Day", cursive;
    font-weight: 800;
    font-style: normal;
    margin: 0;
    font-weight: bold;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
}
body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #000;
    color: #fff;
}

.title{
    max-height: 35%;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    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;
     border-radius: 12px;
}

.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);
}

/* flecha volver */

.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;
}

/* footer */
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

/* oculto */

#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;
}

/* arcorirs */

@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;
    }
}
