
        body {
            background-color: #000;
            margin: 0;
        }

        .nombre-club {
            opacity: 0;
        }

        .container_container {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        .container {
            width: 150vw;
            height: 100vh;
            background-color: #000;
        }

        .container.v2 {
            width: 150vw;
            position: relative;
            overflow: hidden;
        }

        .container canvas {
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            filter: sepia(1);
            display: block;
        }

        .bg {
            z-index: 3;
            position: absolute;
            width: 100%;
            pointer-events: none;
            height: 100vh;
            mix-blend-mode: multiply;
            background: linear-gradient(40deg, #fffaab 20%, #ffffff00 80%);
            inset: 0;
        }

        .buttons {
            color: wheat;
            position: absolute;
            top: 1px;
            left: 0;
            display: flex;
            margin: 0;
            width: 100%;
            align-items: center;
            z-index: 10;
            flex-flow: row;
            justify-content: center;
            height: 60px;
            background: rgba(0, 0, 0, .6);
        }

        .buttons button {
            background: transparent;
            color: white;
            border: none;
            font-size: 22px;
            cursor: pointer;
            margin-inline: 10px;
            position: relative;
            font-family: "Festivo basic", sans-serif;
        }

        .buttons button.over {
            color: #fffbac;
        }

        .buttons button.active {
            pointer-events: none;
            color: #fcde51;
        }

        .buttons button::after {
            position: absolute;
            content: "";
            text-align: center;
            left: 50%;
            transform: translateX(-50%);
            transition: 0.5s ease-in-out;
            width: 0%;
            height: 20px;
            border-bottom: 2px double;
        }

        .buttons button.active::after {
            width: 100%;
            border-bottom: 2px double;
        }

        .simbolo {
            font-size: 35px;
        }

        .simbolo.rot {
            transform: rotateY(-180deg);
        }

        .mixer {
            position: relative;
            transform: scale(.65);
            z-index: 1;
            top: 0;
        }

        .mixer img {
            height: 26%;
        }

        .circulo {
            position: absolute;
            width: 240px;
            height: 240px;
            border-radius: 100%;
            border: 12px solid #ffd304;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin-top: -6px;
            margin-left: 3px;
            background-color: black;
            overflow: hidden;
        }

        .circulo2 {
            position: absolute;
            width: 1000px;
            height: 1000px;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, 0%);
            margin-top: -6px;
            margin-left: 3px;
        }

        .m {
            position: absolute;
            opacity: .65;
            width: 210px;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            border-radius: 50%;
        }

        .m1 {
            left: 365px;
            top: -120px;
        }

        .m2 {
            left: 720px;
            top: 20px;
            transform: rotate(45deg);
        }

        .m3 {
            top: 370px;
            left: 850px;
            transform: rotate(90deg);
        }

        .m4 {
            top: 720px;
            left: 725px;
            transform: rotate(135deg);
        }

        .m5 {
            top: 865px;
            left: 375px;
            transform: rotate(-180deg);
        }

        .m6 {
            top: 730px;
            left: 30px;
            transform: rotate(-135deg);
        }

        .m7 {
            top: 383px;
            left: -120px;
            transform: rotate(-90deg);
        }

        .info_mixer {
            position: absolute;
            display: flex;
            bottom: 82px;
            left: 50px;
            flex-flow: column;
            align-content: center;
            align-items: center;
            justify-content: center;
            z-index: 3;
            width: 650px;
        }

        .info_mixer h2,
        .info_mixer h3 {
            font-size: 45px;
            font-family: "Dashiell", sans-serif !important;
            color: white;
            font-weight: lighter;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .info_mixer h2 {
            margin: 0;
            margin-top: -70px;
            font-size: min(6vw, 95px);
            text-shadow: 0 1px 6px rgba(0, 0, 0, 1);
        }

        .info_mixer h3 {
            margin: 0 0 30px;
            font-size: min(3vw, 45px);
        }

        button.boton:not(.ex) {
            padding: 11px 15px;
            text-align: center;
            color: black;
            border: none;
            background: #fbefae;
            border-radius: 35px;
            min-width: 140px;
            text-transform: uppercase;
            font-size: 13px;
            min-height: 60px;
            align-items: center;
            justify-content: center;
            position: relative;
            cursor: pointer;
            transition: all .25s linear;
        }

        button.boton.over:not(.ex) {
            background: #fff6c6;
            color: #2b0654;
            transform: scale(1.02);
            font-size: 15px;
        }

        button.boton:not(.ex)::after {
            position: absolute;
            content: "";
            width: 90%;
            height: 80%;
            top: 10%;
            left: 5%;
            border-radius: 100px;
            box-shadow: inset 0 0 0 2px #231f1f;
            transition: all .25s linear;
        }

        button.boton.over:not(.ex)::after {
            box-shadow: inset 0 0 10px 2px #231f1f;
        }

        .punto {
            color: whitesmoke;
        }

        .cuadarado {
            position: absolute;
            mix-blend-mode: lighten;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
            pointer-events: none;
        }

        a {
            text-decoration: none;
        }

        @media screen and (max-aspect-ratio: 1/1) and (orientation: portrait) {

            .container_container,
            .container {
                height: 70vh;
            }

            .info_mixer {
                bottom: unset;
                top: 30px;
                left: 0;
                width: 70vw;
                transform: scale(.65);
                flex-flow: column-reverse;
            }

            .info_mixer h2 {
                font-size: min(15vw, 95px);
                text-align: left;
                width: 450px;
                margin-left: 50%;
            }

            .info_mixer h3 {
                font-size: min(7vw, 45px);
                margin-bottom: -30px;
                text-align: left;
                width: 300px;
            }

            .info_mixer a {
                margin: -100px -480px 0 0;
            }

            .mixer {
                left: -10vw;
                top: -20px;
            }

            .link {
                position: absolute;
                bottom: 0;
                left: 0;
            }

            .buttons {
                top: unset;
                bottom: 0;
                width: 100vw;
                flex-flow: row;
                flex-wrap: wrap;
                padding-top: 20px;
                border-top: 1px dotted white;
                position: relative;
            }

            .buttons button {
                width: 44%;
                margin-inline: 0;
                font-size: 20px;
                cursor: pointer;
                margin-bottom: 20px;
            }

            .punto,
            .simbolo {
                display: none;
            }

            .buttons button.active {
                border-bottom: none;
            }

            .buttons button::after {
                border-bottom: none !important;
            }

            .buttons button::before {
                position: absolute;
                content: "⊶";
                font-size: 20px;
                transform: translateX(-100%);
                margin-left: -10px;
                transition: 0.5s ease-in-out;
                opacity: 0;
            }

            .buttons button.active::before {
                margin-left: -5px;
                opacity: 1;
            }
        }

        @media screen and (min-aspect-ratio: 17/9) and (max-height:700px) {
            .info_mixer {
                transform: scale(.75);
                transform-origin: bottom;
            }
        }
