body{
    background-color: black;
    color: white;
    margin: 0;
    font-family: sans-serif;
    touch-action: none;
    /* overflow: hidden; */

    /*
    background-image: url(img/fondo_test.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    */
}

p,h1,h2,h3,h4,h5,h6,ul{
    font-family: "Chakra Petch", sans-serif;
    font-weight: 300;
    font-style: normal;
}


p{
    text-align:center;
}

.text-container{
    width: 100vw;
    height: 2rem;
    overflow: hidden
}

.textoconstruccion{
    transition-property: color transform text-shadow;
    transition-duration: 0.5s;
   /*  overflow: visible; */
    text-align:center;
    width: 100vw;
    position: fixed;
    top: 70%;
    font-size: 60px;
    letter-spacing: 4px;
    color: #43cacf;
    font-size: clamp(1.2rem, 6vw, 3rem);
}

.textoconstruccion:hover{
    color: #d4ffed;
    text-shadow: 0 0 8px #d4ffed, 0 0 2px #d4ffed
}

.videofondo{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

audio {
    position: fixed;
    bottom: 0;
    color-scheme: dark;
    opacity: 50%;
    width: 100%;
    visibility: hidden;
}
