body{
    height: auto;
    flex-direction: column;
    margin-top: 0;
    font-family: "Proxima Nova",-apple-system,Roboto,Arial,sans-serif !important;
}
.gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    z-index: -1;
    background: RGBA(255, 255, 255, 1);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(0, 157, 226, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(0, 157, 226, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(0, 157, 226, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#009DE2", GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#009DE2", GradientType=0);
}
footer{
    position: relative;
}
main{
    max-height: none;
    min-height: calc(100vh - 64px);
    gap: 120px;
}
header{
    justify-content: center;
    padding: 0 30px !important;
    background-color: transparent;
    color: white;
    position: relative;
}
header div{
    max-width: 1000px;
    width: 100%;
}
header a{
    width: min-content;
    display: flex;
}
.boton{
    font-size: 16px;
    text-wrap: nowrap;
    font-weight: 600;
}
.boton-color, .boton-color-big, .boton-color-second{
    font-size: 1.4rem;
    text-wrap: nowrap;
    font-weight: 600;
    background-color: #009DE2;
    color: white;
    padding: .8rem 1.7rem;
    border-radius: 5px;
}
.boton-color-second{
    background-color: rgba(24, 39, 61, 1);
}
.boton-color-second:hover{
    background-color: rgb(23, 45, 78);
}
.boton-color:hover, .boton-color-big:hover{
    background-color: #0493d9 !important;
}
.fila{
    width: auto;
    gap: 40px;
}

/*mainEvent*/
.mainEvent{
    width: 60vw;
    aspect-ratio: 16/9;
    border-radius: 40px;
    background: #151B23;
    background: -webkit-linear-gradient(120deg, rgba(21, 27, 35, 0.85) 0%, rgba(24, 39, 61, 1) 100%);
    background: -moz-linear-gradient(120deg, rgba(21, 27, 35, 0.85) 0%, rgba(24, 39, 61, 1) 100%);
    background: linear-gradient(120deg, rgba(21, 27, 35, 0.85) 0%, rgba(24, 39, 61, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151B23", endColorstr="#18273D", GradientType=0);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.eslogan{
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -2.24px;
    line-height: 56px;
    max-width: 48%;
    color: white;
}
.mainEvent img{
    position: absolute;
    right: 0;
    transform: scaleX(-1);
    width: 51%;
    bottom: 0;
}
.boton-color-big{
    padding: 0 2.7rem;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
}

/*extraEvent*/
@media(min-width:1080px){
    .extraEvent{
        max-width: 60vw;
    }
}
.extraEvent img{
    min-width: 380px;
    border-radius: 40px;
    overflow: hidden;
    max-width: 380px;
}
.eslogan-event{
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: -.03rem;
}
.descripcion-event{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

/*finalEvent*/
.finalEvent{
    width: 100%;
    height: 450px;
    background-color: rgb(23, 45, 78);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.liquid-button {
    display: inline-block;
    width: 150px;
    height: 40px;
    cursor: pointer;
    transition: transform 0.2s ease;
    position: absolute;
    top: -40px;
}

.liquid-button svg {
    width: 100%;
    height: 100%;
    display: block;
}


/*Descargo*/
.descargo{
    max-width: 80vw;
    margin-top: -40px;
}
.descargo p{
    font-size: 14px;
    line-height: 17px;
}

/*Mobile Version*/
@media(max-width:1080px){
    header div:nth-child(2) {
        display: flex !important;
    }
    a.boton:nth-child(5), a.boton:nth-child(1), .boton-color-second { display: none; }
    body { margin-top: 7px !important; }
    .mainEvent { width: 93vw; aspect-ratio: 16/14; }
    body > main:nth-child(3) { padding-top: 22px; gap: 80px; }
    .eslogan { font-size: 28px; line-height: 28px; max-width: 53%; }
    .mainEvent > img:nth-child(2) { width: 72%; }
    .mainEvent > div:nth-child(1) { left: 13%; z-index: 11; }
    body > main:nth-child(3) > div:nth-child(2) { width: 100%;align-items: center; }
    .extraEvent {  width: 100%;align-items: center; flex-direction: column; display: flex; }
    .extraEvent .fila{ flex-direction: column; position: relative; overflow: hidden; border-radius: 40px; }
    .extraEvent .fila img{ display: block; }
    .extraEvent .fila::after{
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
        pointer-events: none;
    }
    div.extraEvent > div > div {
        position: absolute;
        bottom: 9%;
        color: white;
        text-align: end;
        align-items: end;
        z-index: 1;
        gap: 14px !important;
        max-width: 80%;
    }
    .eslogan-event { font-size: 23px; line-height: 23px; }
    body > main:nth-child(3) > div:nth-child(2) { gap: 80px !important; }
    div.extraEvent:nth-child(2) { margin-bottom: 40px; }
    .finalEvent > div:nth-child(2) > p:nth-child(1) { text-align: center; max-width: 80vw; }
    .finalEvent > div:nth-child(2) { margin-bottom: 0px; }
    .finalEvent { height: 250px; }
    .extraEvent .fila { width: 88vw; aspect-ratio: 1/1; }
    .extraEvent .fila img { min-width: 0px !important; height: 100%; }
}