@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Lato&display=swap');


body{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #F3CC4B;
}

#banner-spacer {
    height: 120px;
}

#main {
    max-width: 1024px;
    margin: 0 auto;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.relative {
    position: relative;
}

.row {
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.flex1 {
        flex: 1;
}

.lime {
    background-color: #09ff00;
}
.red {
    background-color: #ff4400;
}

.submain {
    max-width: 680px;
    margin: 20px auto;
}

.table {
    width: 100%;
    background: linear-gradient(287deg, rgba(224, 170, 44, 0.717) 0%, rgb(244, 177, 22) 100%);

    font-size: 0.8em;
    border-radius: 10px;
    overflow: hidden;
}

.table tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
}

.table tr:first-child td:last-child {
    border-radius: 0 10px 0 0;
}

.table tr:last-child td:first-child  {
    border-radius: 0 0 0 10px;
}

.table tr:last-child td:last-child  {
    border-radius: 0 0 10px 0;
}

.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(205, 128, 3, 0.2);
}

.table2 {
    margin: 0 auto;
    border-spacing: 15px;
    border-collapse: separate;
    background: rgba(0,0,0,0.1);
    margin-top: 10px;
    border-radius: 10px;
}

.table2 td {
    padding: 0 10px;
}

#logo-eventu {
    width: 115px;
}

#header {
    display: flex;
    position: fixed;
    width: 100%;
    max-width: 800px;
    background-color: #ffffffde;
    padding: 15px;
    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;
}

.tx-c {
    text-align: center;
}

.big-text {
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.0em;
    color: rgb(255 255 255);
    text-shadow: 1px 1px 4px rgba(0,0,0, 0.5);
}

.button {
    position: relative;
    width: 140px;
    height: 50px;
    margin: 0 auto;
}

.button.outstock .but-bg {
    background: #9a8b69  !important;
}

.button.disabled .but-bg {
    background: #9a8b69  !important;
}

.button .but-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #db1919;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.button .but-bg:hover {
    cursor: pointer;
    background: #f93232;
}
.button p {
    position: absolute;
    top:14px;
    left:0;
    width: 100%;
    margin-top: 0;
    height: 17px;
    font-family: "Open Sans";
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    pointer-events: none;
    user-select: none;
}

.button:hover {
    cursor: pointer;
}

.precio {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    text-shadow: 0 0 1px black;
}

.soloweb {
    background: #c8bf82;
    padding: 5px;
    border-radius: 5px;
    font-size: 0.8em;
    border: 1px solid #444;

}

.accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    padding: 12px 5px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px solid #2b2b2b;
    font-size: 1em;
}
  
.accordion>.fa-chevron-down {
    transition: all 0.2s ease-out;
}

.accordion.aco-active {
    font-weight: 600;
    border-bottom: 1px solid #F3CC4B;
}

.panel {
    background-color: #F3CC4B;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, opacity 0.5s linear;
    font-weight: 400;
    padding: 0 10px;
}
.panel p {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.info-card {
    background-color: #00000006;
    border: 1px solid #0000002c;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 10px;

}

.info-card h3 {
    margin-bottom: 0;
    margin-top: 0px;
    padding-top: 10px;
    font-size: 17px;
}

.info-card p {
    margin-top: 10px;
}


.link {
    color:rgb(20, 104, 173); 
    text-decoration: none; 
    font-weight: 700;
}

@media (max-width: 600px){


    .submain {
        padding: 0 20px;
    }

    .table2 {
        font-size: 0.9em;
        width: 100%;
        border-spacing: 2px;
    }

    .table2 td {
        padding: 5px 10px;
    }

    .table {
        font-size: 0.8em;
    }

    .table td {
        padding: 5px;
    }

    .table td:nth-child(1) {
        width: 120px;
    }


    #header {
        max-width: 350px;
        top: 10px;
        padding: 9px;
    }

    #puntos, #vende, #cuenta {
        display: none;
    }

    #logo-eventu {
        width: 90px;
    }

    #banner-spacer {
        height: 73px;
    }

    .row.break {
        display: block;
    }

    .w50.break {
        width: 100%;
    }
}
