<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-sports{
    background-color: #0154a4;
    padding-top: 88px;
    position: relative;
}

.aux{
  background-image: url("../../img/sports-border.svg");
  background-repeat: no-repeat;
  background-position-y: 101%;
  padding-bottom: 30px;
}

.search-results-title{
    padding: 10px 0 30px;
    height: auto;
    width: 100%;
    text-align: center;
}

.title {
    font-size: 93px;
    font-weight: 200;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    margin: 46px 0 0;
}

.subtitle {
    width: 100%;
    font-size: 47px;
    color: #fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    margin: 12px 0;
    font-weight: 200;
}

.subtitle&gt;:nth-child(2) {
    color: #101314;
    font-weight: 400;
}

article{
    background: linear-gradient(180deg, rgba(0,13,27,1) 0%, rgb(0 15 31) 100%);
    padding-top: 25px;
}

.search-and-filters{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.searcher {
    width: 605px;
}

::placeholder {
    color: #688fa7;
    opacity: 1; /* Firefox */
  }

.searcher&gt;span {
    color: #303030;
    font-size: 17px;
    font-weight: 600;
}

.searcher {
    /* width: 83%; */
    width: 1272px;
    height: 73px;
    margin-bottom: 25px;
    border: none;
    padding: 0px 25px;
    background-color: #00395f;
    border-radius: 6px !important;
    color: #fff;
    font-size: 24px;
    font-family: 'Rubik', sans-serif;
}

.searcher:focus-visible{
    border: none;
    outline: none;
}

.fast-links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    justify-content: center;
}

.container-input {
    display: block;
    position: relative;
    height: 19px;
    width: 19px;
    margin-bottom: 16px;
    margin-top: 12px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #527992;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .container-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkmark {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 19px;
    width: 19px;
    border-radius: 2px;
  }
  
  .container-input:hover {
    background-color:#527992;
  }
  
  .container-input input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .container-input input:checked ~ .checkmark:after {
    display: block;
  }
  
  .container-input .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.download-pdf{
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    padding: 0 20px;
    color: white;
    border-radius: 6px;
    outline: none;
    position: relative;
    background: linear-gradient(90deg, rgba(0,64,143,1) 0%, rgba(0,124,204,1) 100%);
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.download-pdf img{
    height: 14px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.download-pdf::before {
    position: absolute;
    border-radius: 6px;
    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;
}

.download-pdf:hover::before {
    opacity: 1;
}

.categoria-item {
    width: 124px;
    height: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #001b2f;
    margin: 0 4px;
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 8px;
}

.sport-selected {
    background-color: #00395f;
}

.categoria-titulo{
    height: 44px;
    display: flex;
    align-items: center;
}

.categoria-icon-container{
    position: relative;
    height: 64px;
    width: 100%;
}

.categoria-icon{
    height: 64px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.categoria-icon-selected{
    height: 64px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
}

.sport-selected .categoria-icon{
    opacity: 0;
}

.sport-selected .categoria-icon-selected{
    opacity: 1;
}

.sport-selected .categoria-titulo&gt;span{
    color: #fff;
}

@media (min-width: 1230px){
    .categoria-item:hover .categoria-icon{
        opacity: 0;
    }
    
    .categoria-item:hover .categoria-icon-selected{
        opacity: 1;
    }
    
    .categoria-item:hover .categoria-titulo&gt;span {
        color: #fff;
    }
}


.categoria-titulo&gt;span {
    font-size: 15px;
    font-weight: 600;
    color: #527992;
    font-family: 'Rubik', sans-serif;
}

.container-events-promotion {
    display: flex;
    flex-direction: column;
    background-image: url("../../img/deportes/bk_sports.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.image-promotional-apps {
    width: 1212px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0px 22px rgb(0 0 0 / 40%);
    overflow: hidden;
    margin-top: 72px;
}

.image-promotional-web {
    display: block;
    width: 100%;
}

.image-promotional-mobile {
    display: none;
    width: 100%;
}

.events {
    height: auto;
    padding: 43px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.results{
    height: auto;
    padding: 43px 20px 50px;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.event-type {
    display: flex;
    flex-direction: column;
    /* width: 1590px; */
    width: 1272px;
    align-items: center;
    border-top: 2px solid #ffffff1f;
    padding: 20px 0 20px;
}

.title-type {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    width: 100%;
    margin-bottom: 12px;
}

.not-found {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
}

.events-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.off-nsnow{
    cursor: default;
}

.on-nsnow,
.off-nsnow{
    text-decoration: none;
    margin: 0 5px 34px;
}

.on-nsnow:hover,
.off-nsnow:hover,
.on-nsnow:focus,
.off-nsnow:focus{
    text-decoration: none;
}

.event-data {
    width: 308px;
    height: 404px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    padding: 13px;
}

.on-nsnow .event-data{
    background-color: #00182f;
    transition: transform .2s;
}

.off-nsnow .event-data{
    background-color: #00182f;
}

.on-nsnow:hover .event-data{
    background-color: #002542;
    transform: scale(1.03);
}

.event-data&gt;.details {
    text-align: center;
}

.title-event {
    padding-top: 9px;
    padding-bottom: 9px;
    max-height: 62px;
    overflow: hidden;
}

.title-event&gt;span {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    font-family: 'Rubik', sans-serif;
}

.time-event&gt;span {
    font-size: 17px;
    font-weight: 400;
    color: #00acc3;
    line-height: 1.5;
    font-family: 'Rubik', sans-serif;
}

.description-event {
    padding-top: 16px;
}

.description-event&gt;span {
    font-size: 17px;
    font-weight: 600;
    color: #999fa6;
    font-family: 'Rubik', sans-serif;
}

.channels-event&gt;span {
    font-size: 17px;
    font-weight: 400;
    color: #00acc3;
    line-height: 1.5;
    font-family: 'Rubik', sans-serif;
}

.nsnow-tag{
    color: #ff5b2f;
}

.img-div {
    width: 100%;
    height: 0;
    padding-bottom: 67.7%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

@media (max-width: 1700px){
    .title{
        font-size: 78px;
    }
    .subtitle{
        font-size: 40px;
    }
    .image-promotional-apps{
        width: 64%;
    }
    .categoria-item{
        width: 118px;
        height: 157px;
    }
    .container-input{
        margin-bottom: 14px;
        margin-top: 12px;
    }
    .categoria-titulo&gt;span{
        font-size: 14px;
    }
    .categoria-icon,
    .categoria-icon-selected{
        height: 62px;
    }
    .event-data{
        width: 258px;
        height: 338px;
        padding: 12px;
    }
    .event-type,
    .searcher {
        /* width: 1340px; */
        width: 1072px;
    }
    .description-event {
        padding-top: 14px;
    }
    .description-event&gt;span{
        font-size: 14px;
    }
    .title-event {
        padding-top: 8px;
        padding-bottom: 8px;
        max-height: 56px;
    }
    .title-event&gt;span{
        font-size: 15px;
    }
    .time-event&gt;span,
    .channels-event&gt;span{
        font-size: 14px;
    }
}

/* @media (max-width: 1600px){
    .event-type,
    .searcher {
        width: 1072px;
    }
} */

@media (max-width: 1520px){
    .fast-links {
        width: 86%;
    }
    .categoria-item {
        width: 118px;
        height: auto;
    }
    .categoria-icon,
    .categoria-icon-selected,
    .categoria-icon-container{
        height: 49px;
    }
    .container-input,
    .checkmark{
        height: 16px;
        width: 16px;
    }
    .container-input .checkmark:after{
        width: 5px;
        height: 10px;
    }
    .container-input{
        margin-bottom: 12px;
    }
    .categoria-titulo{
        margin-bottom: 6px;
        margin-top: 4px;
    }
}

@media (max-width: 1400px){
    article{
        padding-top: 0px;
    }
    .image-promotional-apps {
        width: 66%;
    }
    .title{
        margin: 37px 0 0;
    }
    .image-promotional-apps {
        margin-top: 46px;
    }
    .searcher{
        height: 67px;
    }
    .events,
    .results{
        padding: 33px 15px 50px;
    }
    .event-type{
        padding: 20px 0 6px;
    }
}

@media (max-width: 1290px){
    .title{
        margin: 25px 0 0;
    }
    .image-promotional-apps {
        margin-top: 35px;
    }
}

@media (max-width: 1230px){
    .event-type,
    .searcher {
        width: 804px;
    }
    .categoria-item{
        width: auto;
        height: auto;
        padding: 8px 16px 8px 3px;
        flex-direction: row;
        border-radius: 50px;
    }
    .categoria-icon, .categoria-icon-selected, .categoria-icon-container {
        height: 22px;
        width: 34px;
    }
    .container-input, .checkmark{
        display: none;
    }
    .categoria-titulo {
        margin-bottom: 0;
        margin-top: 0;
        height: auto;
    }
}

@media (max-width: 1000px){
    .aux{
        background-image: url("../../img/sports-border-mobile.svg");
        background-position-y: 165%;
    }
    .image-promotional-apps {
        width: 85%;
        border-radius: 6px;
    }
    .title {
        font-size: 56px;
    }
    .subtitle {
        font-size: 28px;
    }
    .searcher {
        height: 50px;
        padding: 0px 20px;
        font-size: 20px;
        margin-bottom: 14px;
    }
    .fast-links{
        margin-bottom: 19px;
    }
    .title-type{
        font-size: 24px;
    }
    .event-type{
        border-top: none;
        padding: 0; 
    }
    .container-events-promotion{
        background-image: none;
    }
    .off-nsnow .event-data {
        background-color: #00000000;
    }
    .on-nsnow .event-data{
        background-color: #002542;
    }    
    .on-nsnow:hover .event-data{
        transform: none;
    }
}

@media (max-width: 890px){
    .event-type,
    .searcher {
        width: 536px;
    }
}

@media (max-width: 890px){
    .aux{
        background-position-y: 147%;
    }
}

@media (max-width: 640px){
    .title {
        font-size: 44px;
        margin: 22px 0 0;
    }
    .subtitle {
        font-size: 22px;
    }
    .image-promotional-apps {
        width: 95%;
        border-radius: 4px;
        margin-top: 23px;
    }
    .fast-links {
        width: 93%;
    }
}

@media (max-width: 580px){
    .event-type {
        width: 262px;
    }
    .searcher {
        width: 95%;
    }
    .event-data {
        height: auto;
        padding: 12px 12px 18px;
    }
    .on-nsnow, .off-nsnow {
        text-decoration: none;
        margin: 0 5px 20px;
    }
    .title-event {
        padding-top: 5px;
        padding-bottom: 5px;
        max-height: inherit;
    }
    .aux {
        background-position-y: 114%;
    }
    .title-type {
        font-size: 20px;
    }
}

@media (max-width: 490px){
    .title {
        font-size: 31px;
    }
    .subtitle {
        font-size: 17px;
        padding: 0 5%;
        line-height: 1.4;
    }
    .categoria-icon, .categoria-icon-selected, .categoria-icon-container {
        height: 20px;
        width: 32px;
    }
    .categoria-titulo&gt;span {
        font-size: 13px;
    }
    .searcher{
        height: 42px;
        padding: 0px 15px;
        font-size: 16px;
        border-radius: 4px !important;
    }
    .download-pdf{
        font-size: 14px;
        height: 40px;
        border-radius: 5px;
        padding: 0 14px;
    }
}

@media (max-width: 442px){
    .subtitle&gt;:nth-child(2){
        font-weight: 500;
        display: block;
    }
    .title {
        font-size: 27px;
    }
}
</pre></body></html>