    @import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Lato&display=swap');

    @font-face { 
        font-family: ARCANE; 
        src: url("../fonts/ARCANE.otf") 
        format("truetype"); 
        font-weight: normal; 
        font-style: normal;
    }

    .arcane {
        font-family: 'ARCANE' !important;
    }

    * {
        box-sizing: border-box;
    }

    body {
        font-family: 'Open Sans', sans-serif;
        margin: 0;
        padding: 0;
        background: #140143;
        color: white;
    }

    p {
        font-weight: 300;
    }

    #logo-eventu {
        width: 115px;
    }

    #header {
        display: flex;
        position: fixed;
        width: 100%;
        max-width: 800px;
        background-color: #ffffffde;
        padding: 10px;
        top: 20px;
        left: 50%;
        z-index: 10;
        transform: translateX(-50%);
        align-items: center;
        border-radius: 10px;
        backdrop-filter: blur(8px);
        box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.3);
    }

    #header button {
        border: none;
        margin: 0 10px;
        background: transparent;
        color: #f93465;
        font-weight: bold;
    }

    #header button:hover {
        transform: scale(1.1);
        cursor: pointer;
    }

    #footer {
        background-color: #161616;
        position: relative;
        z-index: 10;
        padding: 20px;
    }

    #footer .footer-cont {
        max-width: 800px; 
        margin: 0 auto; 
        display: flex; 
        justify-content: center;
    }

    #footer a {
        color: #afadad !important;
        text-decoration: none;
        font-size: 0.9em;
        padding: 0 10px;
    }

    #footer a:hover {
        text-decoration: underline;
    }

    #footer span {
        color: #7b7878;
    }

    .titulo-info {
        background-color: #55bf02;
        font-size: 1.8em;
        text-align: center;
        padding: 5px 10px;
        width: 300px;
        position: absolute;
        top: 47px;
        left: 50%;
        margin-left: -150px;
        z-index: 3;
    }

    .ul-info {
        margin: -40px 0 0 0;
        padding: 0 40px;
        list-style: none;
        margin-left: 10px;
        display: block;
        position: relative;
    }

    .info2 {
        display: block;
        background: #33140245;
        padding: 30px;
        text-align: justify;
        font-size: 1.3em;
        margin: 0;
    }

    .info {
        text-align: justify;
        font-weight: 300;
        font-size: 1.1em;
        letter-spacing: 1px;
        background: #030133;
        position: relative;
    }


    #bg {
        position: fixed;
        z-index: 1;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        background: url(../assets/fondo.png) no-repeat top center;
        background-size: cover;
    }

    #bg2 {
        position: fixed;
        z-index: 2;
        width: 400px;
        height: 400px;
        top: 30%;
        left: 50%;
        opacity: 0.2;
        transform: translateX(-50%);
        background: url(../assets/x.png) no-repeat top center;
        background-size: cover;
    }

    #main {
        position: relative;
        z-index: 2;
        overflow-x: hidden;
    }

    .submain {
        max-width: 680px;
        margin: 20px auto;
    }

    .tx-c {
        text-align: center;
    }

    .absolute {
        position: absolute;
        z-index: 3;
    }

    .relative {
        position: relative;
    }

    #logo {
        width:250px; top: 1%; left: 50%; margin-left: -125px;
    }

    #flotador {
        width:200px; top: -30px; left: 0; margin-left: -75px;
    }

    #gusano1{
        width:250px; top: 0; right: -20px;
    }

    #nube {
        width:150px; top: -10px; right: -70px;
    }

    .table {
        width: 100%;
        background: linear-gradient(287deg, rgb(120 1 131 / 70%) 0%, rgb(0 1 49 / 62%) 100%);
        box-shadow: 2px 2px 15px 0px rgb(83 255 239 / 26%);
        border: 1px solid rgb(206 206 206 / 52%);
        font-size: 0.9em;
    }

    .table td {
        padding: 10px;
        text-align: left;
    }

    .table td:nth-child(1) {
        width: 180px;
        font-weight: 800;
        font-size: 0.9em;
    }

    .table tr:nth-child(odd) {
        background-color: rgba(0,0,0,0.2);
    }

    .button {
        position: relative;
        width: 130px;
    }

    .button.outstock .but-bg {
        background: #ff8989 !important;
    }

    .button.disabled .but-bg {
        background: #ffffff !important;
    }

    .button .but-bg {
        position: absolute;
        top: 0;
        left: 0;
        background: #88f141;
        width: 100%;
        height: 40px;
        border-radius: 5px;
    }

    .button p {
        position: absolute;
        top:8px;
        left:0;
        width: 100%;
        margin-top: 0;
        height: 17px;
        font-family: "Open Sans";
        text-align: center;
        text-transform: uppercase;
        color: black;
        font-weight: bold;
        pointer-events: none;
        user-select: none;
    }

    .button:hover {
        cursor: pointer;
    }

    .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .row-left {
        justify-content: flex-start !important;
    }

    .big-text {
        font-family: 'Lato', sans-serif;
        font-size: 2em;
        font-weight: bold;
        line-height: 1.0em;
        color:rgba(255, 255, 255, 0.9);
        text-shadow: 1px 1px 9px rgba(0,0,0, 0.4);
    }

    .table2 {
        margin: 0 auto;
    }

    .table2 {
        border-spacing: 15px;
        border-collapse: separate;
    }

    .table2 td {
        padding: 0 10px;
    }

    .precio {
        font-family: 'Lato', sans-serif;
        font-size: 1.1em;

        text-shadow: 0 0 3px black;
    }

    .titulo {
        border: 1px solid #81ffd896;
        padding: 7px;
        margin: 0;
        background: #2873509c;
    }

    .btn-menu {
        position: fixed;
        background: white;
        background: linear-gradient(0deg, rgba(185,185,185,1) 6%, rgba(255,255,255,1) 100%);
        width: 50px;
        height: 50px;
        border-radius: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2em;
        color: #000131;
        border: 2px solid #fbff00;
        box-shadow: 0 0 20px 0 rgb(0 0 0);
        transition: all 0.1s;
        z-index: 10;
    }

    .btn-menu:hover {
        cursor:pointer;
        transform: scale(1.1);
    }

    .overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        transition: all 0.4s linear;
        backdrop-filter: blur(5px);
        opacity: 0;
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flex1 {
        flex: 1;
    }

    .condicion {
        background: #8201b4c4;
        border-radius: 15px;
        font-size: 0.75em;
        margin-top: 4px;
        border: 1px solid #ffffffa6;
        padding-bottom: 2px;
        font-weight: bold;
        padding: 2px 6px;
    }

    .condicion.plus {
        margin-top: 48px;
        background: #00d2ff;
        color: black;
        display: inline-block;
        padding: 3px 15px;
    }

    .rotating-border {
        background: linear-gradient(90deg, #f5cc0d 50%, transparent 50%), linear-gradient(90deg, #f5cc0d 50%, transparent 50%), linear-gradient(0deg, #f5cc0d 50%, transparent 50%), linear-gradient(0deg, #f5cc0d 50%, transparent 50%);
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
        padding: 10px;
        animation: border-dance 12s infinite linear;
      }
      
      @keyframes border-dance {
        0% {
          background-position: 0 0, 100% 100%, 0 100%, 100% 0;
        }
        100% {
          background-position: 100% 0, 0 100%, 0 0, 100% 100%;
        }
      }

    .modal {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 101;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #00013187;
        backdrop-filter: blur(10px);
    }

    .modal2 {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 101;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #00013187;
        backdrop-filter: blur(10px);
    }

    .tyc {
        background: white;
        color: black;
        text-align: justify;
        padding: 20px;
        width: 90%;
        max-width: 600px;
        height: 90vh;
        overflow-y: auto;
        font-size: 0.9em;
    }

    .tyc-button {
        width: 80%;
        padding: 15px;
        background:#eb00c0;
        border: none;
        color: white;
        font-weight: bold;
        border-radius: 10px;
        margin: 10px auto 30px auto;
        display: block;
    }


@media (max-width: 600px){

    .info2 {
        font-size: 1em;
    }

    .submain {
        padding: 0 20px;
    }

    .table2 {
        font-size: 0.9em;
        width: 100%;
        border-spacing: 2px;
    }

    .table2 td {
        padding: 5px 10px;
    }

    .button {
        width: 95px;
    }

    .table {
        font-size: 0.8em;
    }

    .table td {
        padding: 5px;
    }

    .table td:nth-child(1) {
        width: 120px;
    }

    #gusano1, #nube,  #flotador{
        display: none;
    }

    .ul-info {
        margin: 30px 0 0 0;
    }

    #header {
        max-width: 350px;
        top: 10px;
        padding: 9px;
    }

    #puntos, #vende, #cuenta {
        display: none;
    }

    #logo-eventu {
        width: 90px;
    }
}
