<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-space-less{
    background-color: #070f19;
}
.section-top{
    background-image: url(../../img/productos/eventos/bg-futbol.jpg);
    background-position-x: center;
    background-position-y: top;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 200px;
}
.header-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(255,255,255);
    text-align: center;
}
.header-title h2{
    font-family: 'Rubik', sans-serif;
    font-size: 93px;
    margin: 79px 0 25px;
    font-weight: 400;
}
.header-title h4{
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    margin: 16px 0 30px;
    font-weight: 400;
}
.line{
    background-color: rgb(255,255,255);
    width: 195px;
    height: 4px;
    border-radius: 4px;
    margin-bottom: 119px;
}
.banner-futbol{
    width: 607px;
    height: 535px;
    margin-bottom: 136px;
    background-color: #070f19;
    border-radius: 37px;
    color: rgb(255,255,255);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #ecffff;
    box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 0.2rem #97ffff, 0 0 0.2rem #97ffff, 0 0 1.4rem #97ffff, inset 0 0 1rem #97ffff;
}
.banner-futbol span{
    font-family: 'Rubik', sans-serif;
    font-size: 19px;
    margin: 0 0 2px;
    font-weight: 300;
}
.banner-futbol h3{
    font-family: 'Rubik', sans-serif;
    font-size: 63px;
    margin: 0 0 30px;
    font-weight: 400;
}
.banner-futbol h5{
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    margin: 0 0 2px;
    font-weight: 400;
}
.banner-futbol p{
    font-family: 'Rubik', sans-serif;
    font-size: 19px;
    margin: 0 0 26px;
    font-weight: 300;
}
.banner-futbol img{
    width: 297px;
    margin-bottom: 40px;
}
.banner-line{
    background-color: rgb(255,255,255);
    width: 437px;
    height: 2px;
    margin-bottom: 43px;
}
.eventos_container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px;
}
.sin-eventos{
    font-size: 24px;
    color: rgb(255,255,255);
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    padding: 50px 70px;
    border: 1px solid #aeffff;
    border-radius: 16px;
    margin: 0 40px 200px;
    text-align: center;
    line-height: 1.5;
}
.futbol-item{
    display: flex;
    flex-direction: column;
    width: 395px;
    align-items: center;
    color: rgb(255,255,255);
    border: 1px solid #aeffff;
    border-radius: 16px;
    padding-top: 10px;
    padding-bottom: 19px;
    margin: 0 9px 22px;
}
.futbol-img{
    width: 373px;
    height: 201px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 8px;
}
.futbol-title{
    font-family: 'Rubik', sans-serif;
    font-size: 21px;
    margin: 16px 0 12px;
    text-align: center;
}
.futbol-description{
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    margin: 0 0 10px;
    text-align: center;
}
.futbol-price{
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    margin: 0 0 16px;
}

.comprar-evento{
    border: 1px solid rgb(0,124,204);
    font-size: 13px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    padding: 9px 37px;
    color: white;
    border-radius: 7px;
    outline: none;
    position: relative;
    background: linear-gradient(45deg, rgba(0,64,143,1) 0%, rgba(0,124,204,1) 100%);
    z-index: 1;
    cursor: pointer;
}

.comprar-evento::before {
    position: absolute;
    border-radius: 7px;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0,92,177,1) 0%, rgba(0,144,237,1) 100%);
    z-index: -1;
    transition: opacity 0.1s linear;
    opacity: 0;
}

.comprar-evento:hover::before {
    opacity: 1;
}

.comprar-evento:hover{
    color: white;
    text-decoration: none;
}

.section-bottom{
    height: 1300px;
    position: relative;
}

.section-bottom-front{
    position: absolute;
    width: 100%;
}

.wall{
    position: absolute;
    top: -34px;
}
.person {
    position: absolute;
    right: 159px;
    bottom: 0;
}

.banner-adultos{
    width: 581px;
    height: 534px;
    margin-left: 379px;
    margin-bottom: 70px;
    overflow: hidden;
    background-image: url(../../img/productos/eventos/bg-banner-adultos.jpg);
    background-size: contain;
    background-color: #070f19;
    background-repeat: no-repeat;
    border-radius: 37px;
    color: rgb(255,255,255);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 4px solid #ff00ff;
    box-shadow: 0 0 0.2rem #ff00ff, 0 0 0.2rem #ff00ff, 0 0 0.2rem #ff00ff, 0 0 0.2rem #ff00ff, 0 0 1.4rem #ff00ff, inset 0 0 1rem #ff00ff;
}
.banner-adultos span{
    font-family: 'Rubik', sans-serif;
    font-size: 19px;
    margin: 0 0 2px;
    font-weight: 300;
}
.banner-adultos h3{
    font-family: 'Rubik', sans-serif;
    font-size: 63px;
    margin: 0 0 30px;
    font-weight: 400;
}
.banner-adultos p{
    font-family: 'Rubik', sans-serif;
    font-size: 19px;
    margin: 0 0 26px;
    font-weight: 400;
    width: 452px;
}
.banner-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 31px;
}
.sextreme{
    width: 124px;
    margin: 0 9px;
}
.penthouse{
    width: 194px;
    margin: 0 9px;
}

.adultos-item{
    display: flex;
    flex-direction: column;
    width: 504px;
    align-items: center;
    color: rgb(255,255,255);
    border: 1px solid #ff00ff;
    border-radius: 20px;
    padding-top: 13px;
    padding-bottom: 21px;
    margin: 0 23px;
    text-align: center;
    background-color: rgb(7 15 25 / 78%);
}

.adultos-img{
    width: 477px;
    height: 256px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 10px;
}

.adultos-title{
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 38px;
    margin: 16px 0 10px;
    line-height: 1.2;
}

.adultos-description{
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    margin: 0 0 19px;
    font-weight: 300;
    width: 407px;
}

.adultos-subdescription{
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    margin: 0 0 17px;
    font-weight: 300;
    width: 440px;
}

.section-footer{
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgb(255,255,255);
    border-top: 1px solid rgb(255 255 255 / 58%);
}

.section-footer p{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 8px;
}

.section-footer span{
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 19px;
}

.deco-data
{
    width:100%;
    height: 110px;
    text-align: center;
    visibility: hidden;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity:0;
}

.deco-data-opened
{
    visibility: visible;
    opacity:1;
}

.deco-data img
{
    width:209px;
    padding-top:10px;
}

.button-hovered
{
    background-color:#4396e6 !important;
    border-color:#4396e6 !important;
    color:#ffffff !important;
}

.icon-eventos-hd {
    background-color: orange;
    color:#ffffff;
    border-radius: 50%;
    display: block-inline;
    text-align: center;
    font-size:20px;
    position:relative;
    padding:5px;
}

.bg-eventos-futbol
{
    height:90vh;
    margin-top:40px
}

.bg-eventos-adulto
{
    height:90vh;
}

.icon-price
{
    display:inline-block;
    width:180px;
}

.icon-price-special
{
    display:inline-block;
    width:180px;
}

.overlay_tile_opened
{
    bottom:120px;
}

.tile
{
    overflow:hidden;
    margin-bottom:-5px;
}

.inner_tile_opened
{
    bottom:60px;
}

@media (max-width: 1750px){         
    .header-title h2{
        font-size: 83px;
        margin: 75px 0 21px;
    }
    .header-title h4{
        font-size: 28px;
        margin: 13px 0 27px;
    }
    .line{
        width: 173px;
        margin-bottom: 109px;
    }
    .banner-futbol span{
        font-size: 17px;
    }
    .banner-futbol h3{
        font-size: 56px;
        margin: 0 0 23px;
    }
    .banner-futbol h5{
        font-size: 26px;
    }
    .banner-futbol p{
        font-size: 17px;
        margin: 0 0 25px;
    }
    .banner-line{
        width: 387px;
        margin-bottom: 37px;
    }
    .banner-futbol img{
        width: 263px;
        margin-bottom: 25px;
    }
    .banner-futbol{
        width: 538px;
        height: 474px;
        border-radius: 33px;
        margin-bottom: 98px;
    }
    .futbol-title{
        font-size: 19px;
        margin: 14px 0 10px;
    }
    .futbol-description{
        font-size: 13px;
        margin: 0 0 8px;
    }
    .comprar-evento{
        font-size: 12px;
    }
    .futbol-img{
        width: 330px;
        height: 178px;
    }
    .futbol-item{
        width: 349px;
        border-radius: 14px;
        padding-top: 9px;
        padding-bottom: 16px;
        margin: 0 7px 17px;
    }
    .banner-adultos span{
        font-size: 17px;
    }
    .banner-adultos h3{
        font-size: 56px;
        margin: 0 0 23px;
    }
    .banner-adultos p{
        font-size: 17px;
        margin: 0 0 24px;
        width: 400px;
    }
    .penthouse {
        width: 172px;
        margin: 0 7px;
    }
    .sextreme {
        width: 110px;
        margin: 0 7px;
    }
    .banner-adultos{
        width: 514px;
        height: 474px;
        border-radius: 33px;
        margin-left: 335px;
        margin-bottom: 56px;
    }
    .banner-logo{
        margin-bottom: 16px;
    }
    .wall {
        top: -30px;
        width: 1185px;
    }
    .person {
        right: 140px;
        width: 671px;
    }
    .adultos-img{
        width: 422px;
        height: 227px;
        border-radius: 9px;
    }
    .adultos-title{
        font-size: 33px;
        margin: 13px 0 8px;
    }
    .adultos-description{
        width: 382px;
        font-size: 15px;
        margin: 0 0 16px;
    }
    .adultos-subdescription{
        font-size: 12px;
        margin: 0 0 16px;
    }
    .adultos-item{
        border-radius: 18px;
        width: 446px;
        padding-top: 10px;
        padding-bottom: 19px;
    }
    .section-bottom{
        height: 1151px;
    }
    .section-top{
        margin-bottom: 177px;
    }
    .section-footer{
        padding: 70px 0;
    }
    .section-footer p{
        font-size: 26px;
        margin-bottom: 5px;
    }
    .section-footer span{
        font-size: 17px;
    }
}

@media (max-width: 1600px){
    .header-title h2 {
        font-size: 73px;
        margin: 65px 0 17px;
    }
    .header-title h4 {
        font-size: 25px;
        margin: 11px 0 24px;
    }
    .line {
        width: 153px;
        margin-bottom: 93px;
    }
    .banner-futbol {
        width: 474px;
        height: 419px;
        border-radius: 29px;
        border: 2px solid #ecffff;
    }
    .banner-futbol span {
        font-size: 15px;
    }
    .banner-futbol h3 {
        font-size: 49px;
        margin: 0 0 22px;
    }
    .banner-futbol h5 {
        font-size: 23px;
    }
    .banner-futbol p {
        font-size: 15px;
        margin: 0 0 23px;
    }
    .banner-line {
        width: 341px;
        height: 1px;
        margin-bottom: 34px;
    }
    .banner-futbol img {
        width: 232px;
        margin-bottom: 17px;
    }
    .futbol-img {
        width: 292px;
        height: 157px;
    }
    .futbol-title {
        font-size: 16px;
        margin: 14px 0 8px;
    }
    .futbol-price {
        font-size: 15px;
        margin: 0 0 13px;
    }
    .futbol-item {
        width: 308px;
        border-radius: 12px;
        padding-top: 7px;
        margin: 0 6px 17px;
    }
    .wall {
        top: -28px;
        width: 1046px;
    }
    .person {
        right: 124px;
        width: 592px;
    }
    .banner-adultos {
        width: 454px;
        height: 417px;
        border-radius: 29px;
        margin-bottom: 45px;
        border: 3px solid #ff00ff;
        margin-left: 296px;
    }
    .banner-adultos span {
        font-size: 15px;
    }
    .banner-adultos h3 {
        font-size: 49px;
        margin: 0 0 22px;
    }
    .banner-adultos p {
        font-size: 15px;
        margin: 0 0 22px;
        width: 353px;
    }
    .sextreme {
        width: 97px;
    }
    .penthouse {
        width: 152px;
    }
    .adultos-img {
        width: 372px;
        height: 200px;
        border-radius: 8px;
    }
    .adultos-title {
        font-size: 29px;
        margin: 11px 0 7px;
    }
    .adultos-item {
        border-radius: 16px;
        width: 393px;
        padding-top: 9px;
        padding-bottom: 17px;
    }
    .adultos-description{
        width: 300px;
    }
    .adultos-subdescription{
        width: 300px;
    }
    .section-bottom {
        height: 1030px;
    }
    .section-top {
        margin-bottom: 160px;
    }
}

@media (max-width: 1500px){
    .adultos-item{
        margin: 0 7px;
    }
    .wall{
        left: -62px;
    }
    .banner-adultos{
        margin-left: 234px;
    }
    .person {
        right: 84px;
        width: 623px;
    }
}

@media (max-width: 1400px){
    .header-title h2 {
        font-size: 67px;
        margin: 40px 0 15px;
    }
    .header-title h4 {
        font-size: 24px;
        margin: 7px 0 24px;
    }
    .banner-futbol {
        width: 410px;
        height: 362px;
        border-radius: 25px;
    }
    .banner-line {
        width: 315px;
        margin-bottom: 27px;
    }
    .banner-futbol img {
        width: 189px;
        margin-bottom: 19px;
    }
    .banner-adultos {
        width: 410px;
        height: 377px;
        border-radius: 27px;
        margin-bottom: 25px;
    }
    .wall {
        top: -9px;
        width: 912px;
        left: -23px;
    }
    .section-bottom {
        height: 980px;
    }
    .person {
        right: 85px;
        width: 589px;
    }
}

@media (max-width: 1320px){
    .futbol-img{
        border-radius: 6px;
    }
    .adultos-img {
        width: 322px;
        height: 197px;
        border-radius: 6px;
    }
    .adultos-item {
        border-radius: 13px;
        width: 340px;
        padding-top: 7px;
        padding-bottom: 13px;
    }
    .banner-futbol{
        margin-bottom: 65px;
    }
    .line {
        margin-bottom: 72px;
    }
    .section-top {
        margin-bottom: 98px;
    }
}

@media (max-width: 1160px){
    .section-top{
        background-size: 1300px;
        background-position-y: -54px;
    }
    .person{
        display: none;
    }
    .banner-adultos{
        margin: 0 auto 25px;
    }
    .section-bottom{
        height: auto;
        position: inherit;
    }
    .section-bottom-front{
        position: inherit;
        width: 100%;
        background-image: url(../../img/productos/eventos/bg-adultos.jpg);
        background-size: 932px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: -18px;
    }
    .wall{
        display: none;
    }
    .adultos-item{
        border-radius: 13px;
        width: 340px;
        padding-top: 7px;
        padding-bottom: 13px;
        margin: 0 7px 19px;
    }
    .header-title h2 {
        font-size: 59px;
    }
}

@media (max-width: 900px){
    .section-footer p {
        font-size: 22px;
    }
    .section-footer span {
        font-size: 15px;
    }
}
@media (max-width: 800px){
    .section-footer span {
        width: 539px;
    }
}

@media (max-width: 695px){
    .header-title h2 {
        margin: 0px 0 15px;
    }
    .section-top {
        background-position-y: -97px;
    }
    .header-title h4 {
        font-size: 24px;
        width: 371px;
        line-height: 1.5;
        margin: 7px 0 45px;
    }
    .line{
        display: none;
    }
    .banner-futbol {
        margin-bottom: 29px;
    }
}

@media (max-width: 650px){
    .section-footer p {
        width: 302px;
        margin-bottom: 16px;
    }
    .section-footer span {
        width: 322px;
    }
    .section-footer {
        padding: 45px 0;
    }
}

@media (max-width: 620px){
    .section-top{
        background-position-y: -233px;
        margin-bottom: 45px;
        background-size: 1600px;
    }
    .sin-eventos{
        font-size: 18px;
        padding: 36px 40px;
    }
}

@media (max-width: 460px){
    .sin-eventos{
        margin: 0 40px 100px;
    }
    .banner-adultos h3 {
        font-size: 39px;
        margin: 0 0 12px;
    }
    .banner-futbol h5 {
        font-size: 20px;
    }
    .banner-futbol p {
        font-size: 15px;
        margin: 10px 0 16px;
        width: 235px;
    }
    .banner-line {
        width: 206px;
        margin-bottom: 17px;
    }
    .banner-futbol img {
        width: 141px;
        margin-bottom: 8px;
    }
    .banner-futbol {
        margin-bottom: 20px;
        width: 333px;
        height: 332px;
    }
    .header-title h2 {
        margin: 0px 0 6px;
        font-size: 44px;
    }
    .header-title h4 {
        font-size: 19px;
        width: 290px;
        line-height: 1.5;
        margin: 7px 0 40px;
    }
    .section-top {
        background-position-y: -108px;
        background-size: 1180px;
    }
    .banner-adultos h3{
        font-size: 41px;
        margin: 0 0 16px;
    }
    .banner-adultos p {
        font-size: 14px;
        margin: 0 0 20px;
        width: 263px;
    }
    .banner-adultos {
        width: 333px;
        height: 307px;
        border-radius: 23px;
        border: 2px solid #ff00ff;
    }
    .sextreme {
        width: 83px;
        margin: 0 4px;
    }
    .penthouse {
        width: 128px;
        margin: 0 4px;
    }
    .banner-logo {
        margin-bottom: 0px;
    }
    .section-bottom-front{
        background-size: 769px;
    }
    .eventos_container{
        padding: 40px 0;
    }
}

@media (max-width: 380px){
    .sin-eventos{
        padding: 32px 31px;
        margin: 0 24px 100px;
    }
    .header-title h2 {
        margin: 0px 0 0px;
        font-size: 41px;
    }
    .header-title h4 {
        font-size: 17px;
        width: 259px;
    }
    .banner-futbol {
        margin-bottom: 20px;
        width: 288px;
        height: 318px;
    }
    .banner-futbol h3 {
        font-size: 44px;
        margin: 0 0 19px;
    }
    .banner-adultos p {
        font-size: 13px;
        width: 223px;
    }
    .banner-adultos{
        width: 282px;
        height: 307px;
        background-size: 278px 303px;
        margin: 0 auto 2px;
    }
    .banner-logo {
        margin-bottom: 5px;
    }
    .section-bottom-front {
        background-size: 651px;
    }
    .futbol-item{
        width: 288px;
    }
    .futbol-img {
        width: 273px;
        height: 148px;
    }
    .adultos-img {
        width: 275px;
        height: 170px;
        border-radius: 5px;
    }
    .adultos-item {
        border-radius: 12px;
        width: 288px;
        padding-top: 6px;
    }
    .adultos-description {
        width: 268px;
        font-size: 14px;
        margin: 0 0 12px;
    }
    .adultos-title {
        font-size: 26px;
        margin: 11px 0 7px;
    }
    .section-footer p {
        font-size: 17px;
        width: 290px;
        margin-bottom: 12px;
    }
    .section-footer span {
        width: 250px;
    }
    .section-footer {
        padding: 30px 0;
    }
}</pre></body></html>