.regular {
    display: none;
}

.regular.show {
    display: block;
}

#carousel-container .slick-slide>div {
    height: 130px;
    width: 260px;
    border-radius: 6px;
    background-color: #2A2D32;
    -webkit-box-shadow: 0 9px 8px -4px rgba(0, 0, 0, 0.42);
    box-shadow: 0 9px 8px -4px rgba(0, 0, 0, 0.42);
    margin: 40px auto;
}

#carousel-container .slick-dots li button::before {
    color: #fefefe;
}

#carousel-container .slick-dots li.slick-active button:before {
    color: #5BC500;
}

#carousel-container .slick-arrow {
    width: 50px;
    height: 50px;
}

#carousel-container .slick-prev {
    left: -50px;
}

#carousel-container .slick-next {
    right: -50px;
}

#carousel-container .slick-dots {
    bottom: -35px;
}

.edition {
    width: 90%;
    margin: 0 5%;
}

.data-edition {
    border: 1px solid #E9EAE8;
    border-radius: 10.5px;
    font-family: Telefonica;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
}

.data-edition>div {
    display: inline-block;
}

.data-edition .esport {
    width: 60%;
    color: #5BC500;
    border-right: 1px solid #E9EAE8;
    margin-left: -1%;
    padding-right: 1%;
}

.data-edition .esport em {
    font-weight: bold;
    text-transform: uppercase;
}

.data-edition .fecha {
    width: 35%;
    letter-spacing: 0.83px;
    text-align: center;
    text-transform: uppercase;
}

.data-edition .fecha em {
    font-weight: bold;
    color: #00A9E0;
}

.pair {
    display: none;
}

.pair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: #E9EAE8;
    margin-top: 10px;
}

.pair .player {
    border: 1px solid #E9EAE8;
    width: 41px;
    height: 41px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 25px;
}

.pair .player p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.pair .player p+p {
    font-size: 10px;
    position: absolute;
    bottom: -1.5em;
    text-align: center;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.pair .player:not(.winner) p+p {
    color: #86888C;
}

.pair .round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0 0.5em;
    z-index: 1;
}

.pair .round .order {
    color: #00A9E0;
    text-transform: uppercase;
    font-size: 10px;
    margin: -0.4em auto 0.4em;
}

.pair .round .results {
    width: 50px;
    height: 20px;
    background-color: #50535A;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
    position: relative;
}

.pair .round .results:before {
    content: '';
    height: 1px;
    width: 10px;
    background: #E9EAE8;
    margin-left: -0.7em;
}

.pair .round .results:after {
    content: '';
    height: 1px;
    width: 10px;
    background: #E9EAE8;
    margin-right: -0.7em;
}

.pair .round .results p {
    display: inline;
    font-size: 12px;
    font-weight: 300;
    color: #E9EAE8;
    margin: 0 0.15em;
}

.pair .round .results p.winner {
    font-weight: bold;
    color: #fefefe;
}

.pair .separator {
    color: #E9EAE8;
    font-family: Arial, Helvetica, sans-serif;
}

.pair .separator::before {
    content: "..................................................................................................";
    display: block;
    font-size: 18px;
    font-family: Georgia;
    color: #2A2D32;
    max-width: 100%;
    overflow: hidden;
    width: 18px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: 1.20em;
    top: 0.05em;
}

.dest {
    position: relative;
}

.courtain {
    position: absolute;
    top: 0;
    height: 130px;
    display: none;
    width: 260px;
    border-radius: 6px;
    background-color:rgba(0,169,224, 0.9);
    z-index: 99;
    animation: up_down 1s forwards;
}

@keyframes up_down {
    0% {
        opacity: 0;
    }

    100% {           
        opacity: 1;            
    }
}

.slick-slide:hover .courtain {
    display: block;
}

.courtain>div {
    position: relative;
    width: 100%;
    height: 100%;
}

.courtain a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fefefe!important;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    padding: 1em;
    border: 1.5px solid #fefefe;
    border-radius: 25px;
    text-decoration: none;
}

.courtain a:hover {
    text-decoration: none;
}