﻿@import url('https://fonts.googleapis.com/css?family=Bilbo');
@import url('https://fonts.googleapis.com/css?family=Poppins:900i');

.spinner {
    position: absolute;
    inset: 0;
    z-index: 101;
    background-size: 40%;
    background-color: white;
    background-image: url('/tools/spinner.gif'), linear-gradient(white, white);
    background-repeat: no-repeat;
    background-position: center;
}

    .spinner.page {
        position: fixed;
        background-size: 120px;
    }

.see-more {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

[data-winner] {
    cursor: pointer;
}

/*#region HeaderPage*/
.youtube-video {
    padding: 2em 0 0;
    max-width: 727px;
    width: 100%;
    height: 409px;
    margin: 0 auto;
}

    .youtube-video iframe {
        width: 100% !important;
        height: 100% !important;
    }

.boton.green {
    background-color: #00c67e;
    text-transform: uppercase;
}

.link-blue {
    color: #000cfe;
    font-size: 1.3rem;
}

main {
    padding-top: 50px;
}

header#principal {
    background-color: #008dd2;
    position: fixed;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 888;
}

header.fixed #logo img {
    width: 40px;
    margin-left: 50%;
    top: -21px;
    z-index: 888;
}

header .contenido {
    display: flex;
    align-items: center;
}

header #logo {
    position: relative;
    width: 12%;
    max-width: 150px;
    margin-right: 80px;
}

    header #logo a {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    header #logo img {
        width: 100%;
        position: absolute;
        top: -5px;
        -moz-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
    }

header nav {
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    line-height: 40px;
}

header ul#menu {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: top ease-in-out .3s, opacity ease-in-out 1s;
}

    header ul#menu li {
        padding: 0 1rem;
    }

        header ul#menu li:last-child {
            padding-right: 1rem;
        }

        header ul#menu li a {
            text-transform: uppercase;
            font-weight: 400;
            font-size: 1.04em;
            display: block;
        }

        header ul#menu li.added {
            width: 60%;
            margin: 0 auto;
            display: none;
        }

            header ul#menu li.added:nth-child(5) {
                border-top: solid 1px rgba(0,0,0,.2);
            }

            header ul#menu li.added a span {
                margin-right: 25px;
            }

/*Clase provicional para el link del login*/
.provitional {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
    padding-left: 1rem;
}

    .provitional a {
        display: block;
        white-space: nowrap;
    }

.user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90px;
    margin-left: 1rem;
}

    .user .option {
        position: relative;
    }

        .user .option a#oN {
            display: block;
            border-radius: 50%;
            padding: 5px;
        }

            .user .option a#oN.active {
                background-color: #f35b5b;
            }

        .user .option i {
            font-size: 1.2em;
            display: block;
        }

            .user .option i sup {
                display: none;
                position: absolute;
                top: -5px;
                right: -5px;
                font-size: .5em;
                color: red;
                border-radius: 50%;
                padding: 2px;
                background-color: #ffffff;
                min-width: 10px;
                min-height: 10px;
                line-height: 1;
                font-size: 9px;
                text-align: center;
            }

        .user .option a#oN.active i sup {
            display: block;
        }

        .user .option img {
            width: 40px;
            height: 40px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: block;
        }

        .user .option .notice {
            position: absolute;
            display: none;
            right: -121px;
            width: 270px;
            top: 35px;
            box-shadow: 0px 1px 5px rgba(0,0,0,.3);
            z-index: 222;
            max-height: 50vh;
        }

            .user .option .notice.active {
                display: block;
            }

            .user .option .notice:before {
                content: '';
                border-style: solid;
                border-width: 0 10px 13px;
                position: absolute;
                right: 126px;
                top: -8px;
                border-color: transparent transparent red;
            }

            .user .option .notice:after {
                content: '';
                border-style: solid;
                border-width: 0 10px 13px;
                position: absolute;
                border-color: transparent transparent #fff;
                top: -8px;
                right: 126px;
            }

            .user .option .notice ul {
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                list-style: none;
                background-color: white;
                padding: 0;
                margin: 0;
                max-height: 50vh;
                overflow: auto;
                cursor: pointer;
            }

                .user .option .notice ul li.new {
                    background-color: #ecf1f9;
                    font-weight: bold;
                }

                .user .option .notice ul li {
                    line-height: 2;
                    padding: 5px 20px;
                    border-bottom: solid 1px rgba(0, 0, 0, .1);
                    font-size: .7em;
                }

                    .user .option .notice ul li a {
                        color: black;
                        display: block;
                    }

                        .user .option .notice ul li a:hover {
                            color: #9e46a1;
                        }

.menu-boton {
    display: none;
    z-index: 1;
    height: 20px;
    cursor: pointer;
    margin-left: 20px;
}

    .menu-boton .cont-menu {
        border-radius: 0 0 0 20px;
        pointer-events: auto;
    }

    .menu-boton .btn-menu {
        font-size: 2.5em;
    }

    .menu-boton .cont-menu #nav-icon {
        width: 25px;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.cont-menu #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    left: 0;
}

    .cont-menu #nav-icon span:nth-child(1) {
        top: 0;
    }

    .cont-menu #nav-icon span:nth-child(2) {
        top: 7px;
    }

    .cont-menu #nav-icon span:nth-child(3) {
        top: 14px;
    }

/*#endregion*/

/*#region FooterPage*/
footer {
    background-color: #006e9d;
    background-color: #008dd2;
    padding: 15px 0;
    line-height: 2;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
}

    footer .redes {
        text-align: right;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    footer .idioma {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        footer .idioma label {
            font-size: 30px;
            margin-right: 10px;
        }

        footer .idioma select {
            width: 100px;
            height: 30px;
            border: none;
            border: solid 1px rgba(0,0,0,.2);
            border-left: 0;
            margin-right: 5px;
            border-radius: 3px;
            padding-left: 10px;
            box-sizing: border-box;
            background: #fff url("/Tools/crt.png") no-repeat 95% center;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

    footer .socials {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .redes a {
        color: white;
        font-size: 1.1em;
        text-decoration: none;
        transition: color ease-in-out .3s;
    }

        footer .redes a span {
            line-height: 1;
            font-weight: 100;
            margin: 0 3px;
            border-radius: 50%;
            padding: 10px;
            box-shadow: 0 0 5px rgba(0,0,0,.5);
        }

    footer .redes span.icon-tiktok {
        display: block;
        background-color: black;
        padding: 0;
        width: 38px;
        height: 38px;
    }

    footer .icon-tiktok::before {
        content: '';
        display: block;
        background-image: url(../Tools/tiktok-logo.svg);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
    }

    footer .icon-tiktok:hover::before {
        background-image: url(../Tools/tiktok-logo-hover.svg);
    }

    footer .Facebook {
        background-color: #3b5a9b;
    }

    footer .Twitter {
        background-color: #2eabda;
    }

    footer .Instagram {
        background-color: #33689a;
    }

    footer .Google {
        background-color: #d01e2b;
    }

    footer .Pinterest {
        background-color: red;
    }

    footer .payo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        line-height: 2;
    }

    footer strong {
        font-weight: 100;
    }

    footer a {
        color: white;
        transition: all ease-in-out .3s;
        text-decoration: none;
    }

        footer a:hover {
            color: black;
        }

    footer .dovinet {
        font-size: 14px;
    }

/*#endregion*/

/*#region IndexBackground*/
.index-background {
    background: url(/Tools/HEADER.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 60vh;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

    .index-background h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        font-style: italic;
        font-size: 5em;
        color: #016dcf;
        margin-bottom: 0;
        text-shadow: 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff, 3px 3px 3px #fff, -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff;
    }

    .index-background h2 {
        margin-top: 0;
        margin-bottom: 2em;
        color: black;
        text-shadow: 1px 0 1px white, 0 1px 1px white, -1px 0 1px white, 0 -1px 1px white;
    }

    .index-background .new-buttons {
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 50px;
        width: 100%;
    }

        .index-background .new-buttons .boton {
            margin: 0 15px;
            background-color: #016dcf;
            width: 100%;
            max-width: 300px;
            display: block;
            text-align: center;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
        }

            .index-background .new-buttons .boton:hover {
                /*margin-top: 1em;*/
            }
/*#endregion*/

/*#region Artículos*/
.articles {
    padding: 2rem 0;
}

    .articles h1 {
        text-align: center;
    }

    .articles .flex-box {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
        grid-gap: 1em;
    }

section.articles .box .boton {
    margin: 40px auto 0;
    max-width: 300px;
    display: block;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.articles .box {
    border: solid 1px rgba(0,0,0,.2);
    border-radius: 4px;
    font-size: .9em;
    overflow: hidden;
}

    .articles .box a {
        color: black;
    }

    .articles .box figure {
        margin: 0;
        padding: 0;
        /*max-height: 150px;*/
        overflow: hidden;
        flex-direction: column;
        display: flex;
        justify-content: center;
    }

        .articles .box figure img {
            width: 100%;
            max-width: 100%;
            flex: none;
            display: block;
            user-select: none;
            /*pointer-events: none;*/
        }

            .articles .box figure img[data-id] {
                cursor: pointer;
            }

    .articles .box .empresa {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        background-color: transparent;
        position: static;
    }

        .articles .box .empresa a {
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            overflow: hidden;
        }

            .articles .box .empresa a span {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                display: block;
            }

            .articles .box .empresa a.follow {
                color: blue;
                font-weight: bold;
            }

                .articles .box .empresa a.follow:hover {
                    color: #6c1271;
                }

        .articles .box .empresa img {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin-right: 5px;
        }

    .articles .box .articulo .descripcion {
        padding: 5px;
        line-height: 1.2;
        color: black;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .articles .box .articulo .descripcion .type {
            width: 30px;
            flex: none;
        }

    .articles .box .articulo .type img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .articles .box .articulo .nombre {
        display: block;
        font-weight: bold;
        transition: font-size ease-in-out .3s;
    }

    .articles .box .articulo .desc {
        font-size: .8em;
        height: 30px;
        display: block;
        line-height: 1.4;
        overflow: hidden;
    }

    .articles .box .btn-part {
        background-color: #0089bb;
        color: white;
        border: none;
        width: 100%;
        padding: 5px;
        text-transform: uppercase;
        cursor: pointer;
        transition: all ease-in-out .3s;
        font-weight: bold;
    }

        .articles .box .btn-part:hover {
            background-color: #6c1271;
            background-color: #3fa94a;
        }

    .articles .box .tickets-likes {
        display: flex;
        justify-content: space-between;
        padding: 5px;
        align-items: center;
    }

        .articles .box .tickets-likes button {
            border: none;
            background-color: transparent;
            padding: 0;
            font-size: 1em;
            color: inherit;
            outline: none;
            cursor: pointer;
        }

            .articles .box .tickets-likes button .heart {
                background: url(/Tools/heart.svg) center center;
                background-size: contain;
                width: 25px;
                height: 25px;
                display: block;
            }

            .articles .box .tickets-likes button.liked .heart {
                background: url(/Tools/heartred.svg) center center;
                background-size: contain;
                width: 25px;
                height: 25px;
                display: block;
            }

            .articles .box .tickets-likes button .share {
                background: url(/Tools/share.svg) center center;
                background-size: contain;
                width: 25px;
                height: 25px;
                display: block;
            }

            .articles .box .tickets-likes button .comment {
                background: url(/Tools/comments.svg) center center no-repeat;
                background-size: cover;
                width: 25px;
                height: 25px;
                display: block;
            }

        .articles .box .tickets-likes span {
            -moz-transition: all ease-in-out .3s;
            -o-transition: all ease-in-out .3s;
            -webkit-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
            cursor: pointer;
        }

            .articles .box .tickets-likes span:hover, .articles .box .tickets-likes button:hover span {
                color: black;
            }

        .articles .box .tickets-likes .numbers > span {
            display: block;
            font-size: .7em;
            line-height: 1.2;
        }

        .articles .box .tickets-likes .icons {
            width: 45%;
            display: flex;
            justify-content: space-around;
            max-width: 110px;
            min-height: 38px;
        }

            .articles .box .tickets-likes .icons a {
                color: #464646;
            }

                .articles .box .tickets-likes .icons a:hover {
                    color: black;
                }

    /*Copy from firms*/
    .articles .box .counts {
        display: flex;
    }

        .articles .box .counts .count {
            display: flex;
            flex: 1;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            padding: 10px;
            box-sizing: border-box;
            border: solid 1px rgba(0,0,0,.1);
            border-width: 2px 1px 1px 0;
            font-size: .9em;
        }

            .articles .box .counts .count:nth-child(1) {
                border-top-color: blue;
            }

            .articles .box .counts .count:nth-child(2) {
                border-top-color: green;
            }

            .articles .box .counts .count:nth-child(3) {
                border-top-color: red;
            }

            .articles .box .counts .count:last-child {
                border-right: 0;
            }

        .articles .box .counts span {
            /*font-size: 1.5em;*/
            font-size: 100%;
            color: #5087e7;
            line-height: 1;
            font-weight: bold;
        }

    .articles .box .competition-info {
        padding: 10px;
        /*border-bottom: solid 1px rgba(0,0,0,.1);*/
    }

        .articles .box .competition-info .btn-part {
            font-weight: normal;
            text-transform: capitalize;
            line-height: 2;
            border-radius: 5px;
        }

        .articles .box .competition-info .draw {
            text-align: center;
            font-size: .8em;
        }

        .articles .box .competition-info.winner {
            border-bottom: none;
            border-top: solid 1px rgba(0,0,0,.2);
        }

            .articles .box .competition-info.winner figure {
                padding-top: 5px;
            }

        .articles .box .competition-info .type {
            display: flex;
            align-items: center;
        }

            .articles .box .competition-info .type img {
                display: block;
                width: 30px;
                margin-right: 10px;
            }

        .articles .box .competition-info.winner .type {
            /*justify-content: space-between;*/
            justify-content: center;
            text-align: center;
        }

            .articles .box .competition-info.winner .type img {
                display: block;
                width: 50px;
                margin-right: 10px;
            }

                .articles .box .competition-info.winner .type img:nth-child(2) {
                    width: 100px;
                }

            .articles .box .competition-info.winner .type b {
                display: block;
                text-align: center;
                width: 100%;
            }

            .articles .box .competition-info.winner .type > b {
                line-height: 3;
            }


        .articles .box .competition-info ul {
            margin: 0;
            padding: 5px;
            list-style: none;
            line-height: 1.5;
            font-size: .8rem;
        }

        .articles .box .competition-info label {
            font-weight: bold;
        }

        .articles .box .competition-info span {
            color: #5087e7;
        }

    .articles .box.moneyCompetition {
        /*width: calc(100%/5.3);
        min-width: 300px;*/
    }

.articles article.moneyCompetition > div {
    border-bottom: solid 1px rgba(0,0,0,.1);
}

.articles article.moneyCompetition .competition-info .type {
    justify-content: center;
}

.articles article.moneyCompetition .competition-options {
    padding: 10px;
}

.articles article.moneyCompetition .details {
    max-height: 150px;
    overflow: auto;
    text-align: center;
    margin-bottom: 10px;
}

.articles article.moneyCompetition div:last-child, .articles article.moneyCompetition .counts {
    border-bottom: none;
}

    .articles article.moneyCompetition .counts .count {
        padding: 0;
    }

.articles article.moneyCompetition .competition-info.winner {
    border-bottom: solid 1px rgba(0,0,0,.1);
}

.articles article.moneyCompetition .competition-options .boton {
    margin: 10px auto;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
}

    .articles article.moneyCompetition .competition-options .boton:last-child {
        margin-bottom: 0;
    }

    .articles article.moneyCompetition .competition-options .boton.green {
        background-color: green;
    }

.articles article.moneyCompetition .competition-options input.boton[disabled] {
    background-color: #92948f !important;
}

.articles article.moneyCompetition .competition-options .boton.mamey {
    background-color: #f5a809
}

.articles article.moneyCompetition .competition-options > span {
    font-weight: bold;
    line-height: 1;
    font-size: 1em;
    text-shadow: none;
    text-align: center;
    display: block;
}

.articles .flex-box.winners .box {
    display: flex;
    flex-direction: column;
}

.articles .flex-box.winners .competition-info ul {
    padding: 0 0 10px 0;
}

.articles .flex-box.winners .competition-info.winner {
    border-bottom: solid 1px rgba(0,0,0,.2);
}

.articles .flex-box.winners .campaign {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*border-top: solid 1px rgba(0,0,0,.2);*/
    border-bottom: solid 1px rgba(0,0,0,.2);
}

    .articles .flex-box.winners .campaign h3,
    .articles .flex-box.winners .campaign h4 {
        margin: 10px 0;
    }

    .articles .flex-box.winners .campaign h3 {
        text-transform: uppercase;
    }

    .articles .flex-box.winners .campaign article {
        border: none;
        margin-top: .5rem;
    }

    .articles .flex-box.winners .campaign .boton {
        margin: 0;
        width: 100%;
        margin-top: .5rem;
        padding: .5rem 1rem;
        border-radius: 5px;
    }

    .articles .flex-box.winners .campaign > div {
        padding: 1rem;
    }

.pups {
    text-align: center;
}

    .pups > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 100vh;
        justify-content: space-around;
    }

    .pups .botones {
        margin-top: auto;
        margin-bottom: 30px;
    }

    .pups .boton {
        background-color: #00b709;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        min-width: 120px;
        padding: 10px 15px;
    }

    .pups p {
        width: 90%;
        font-size: 1.1em;
    }

    .pups .txt {
        width: 90%;
        padding: 10px;
        margin-bottom: 15px;
    }

    .pups h2.green {
        color: green;
    }

    .pups h2.red {
        color: #ff0000;
    }

    .pups h2.mamey {
        color: #ff9800;
    }

/**/
.search h1 {
    text-align: center;
    max-width: 50%;
    font-size: 120%;
    margin: 20px auto;
}

.search .searchin {
    display: flex;
    justify-content: center;
    border: solid 1px rgba(0,0,0,.1);
    width: 50%;
    margin: 0 auto;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0,0,0,.1);
    transition: all ease-in-out .3s;
}

.search .txtSearch {
    border: none;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
}

.search .btn-search {
    border: none;
    padding: 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background: url(/Tools/Ic_search.png) #ffffff center no-repeat;
    transition: all ease-in-out .3s;
}

    .search .btn-search:hover {
        background-color: #f0f0f0;
    }

/*#endregion*/

/*#region BePart-Bands*/
.be-part, .bands {
    padding: 50px 0;
    background-color: #f1f1f1;
    color: #006e9d;
    text-align: center;
}

    .be-part a {
        color: #42c0fb;
        font-size: 1.2em;
    }

    .be-part img {
        max-width: 70%;
    }

    .be-part .flex-box {
        display: flex;
        align-items: flex-end;
        justify-content: space-around;
        color: #545454;
    }

        .be-part .flex-box div {
            max-width: 300px;
        }

    .be-part h2, .bands h2 {
        font-family: 'Bilbo', cursive;
        margin: 0;
        font-size: 3em;
        font-weight: 100;
        line-height: 1;
    }

    .be-part h3 {
        margin-top: 0;
        font-weight: 100;
    }

.bands {
    color: #006e9d;
    background-color: white;
}

    .bands .flex-box {
        display: flex;
        margin-top: 20px;
        justify-content: space-around;
        align-items: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

/*#endregion*/

/*#region SweepsTake*/
.sweepstake {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .sweepstake .empresa {
        margin-top: 20px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .sweepstake .empresa img {
            margin-right: 10px;
            width: 30px;
        }

        .sweepstake .empresa a {
            color: black;
            display: flex;
            align-items: center;
        }

        .sweepstake .empresa .part {
            max-width: 250px;
            width: 100%;
            display: flex;
            align-items: center;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            text-align: center;
            margin-bottom: 20px;
        }

        .sweepstake .empresa label {
            font-weight: bold;
        }

        .sweepstake .empresa time, .sweepstake .empresa .numbers {
            color: #1297c4;
        }

    .sweepstake .details h1, .sweepstake .details h3 {
        margin: 0;
        line-height: 1.5;
        font-size: 1.6em;
        text-align: center;
    }

    .sweepstake .details h3 {
        font-weight: 300;
        font-size: 1.2em;
    }

    .sweepstake .boton {
        display: block;
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .sweepstake .gallery {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 60px 0 10px;
        padding: 30px;
        box-sizing: border-box;
        border-radius: 3px;
        border: solid 1px rgba(0,0,0,.2)
    }

        .sweepstake .gallery .box {
            width: calc(100%/4);
        }

        .sweepstake .gallery figure {
            margin: 0;
            /*max-height: 150px;*/
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .sweepstake .gallery figure img {
                width: 100%;
                -ms-flex: none;
                -webkit-flex: none;
                flex: none;
                display: block;
            }
/*#endregion*/

/*#region Participate*/
.participate {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 120px;
    justify-content: center;
}

    .participate .part {
        flex: 1;
        margin-bottom: 20px;
        border: solid 1px rgba(0,0,0,.1);
        box-sizing: border-box;
    }

    .participate .empresa {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 5px;
        background-color: transparent;
        width: 100%;
    }

        .participate .empresa div {
            display: flex;
            align-items: center;
            padding: 0 10px;
        }

        .participate .empresa label {
            font-weight: bold;
            margin-right: 5px;
        }

        .participate .empresa a {
            display: flex;
            justify-content: center;
            align-items: center;
            color: black;
        }

        /*.participate .empresa .follow {
            color: blue;
            font-weight: bold;
            border: none;
            background: none;
            cursor: pointer;
        }

            .participate .empresa .follow:hover {
                color: #6c1271;
            }*/

        .participate .empresa img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 5px;
            object-fit: contain;
        }

    .participate figure:not(.carousel) {
        margin: 0;
        padding: 0;
        overflow: hidden;
        flex-direction: column;
        display: flex;
        justify-content: center;
    }

        .participate figure:not(.carousel) img {
            width: 100%;
            max-width: 100%;
            margin-bottom: 5px;
            flex: none;
            display: block;
        }

    .participate .descripcion {
        padding: 5px;
        line-height: 1.2;
        color: black;
    }

    .participate .nombre {
        display: block;
        font-weight: bold;
    }

    .participate .desc {
        font-size: .8em;
    }

    .participate .icons {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        font-size: 1.15em;
        padding: 5px;
    }

        .participate .icons .icons {
            max-width: 80px;
            font-size: 1.5em;
        }

        .participate .icons button {
            border: none;
            background-color: transparent;
            padding: 0;
            font-size: 1em;
            color: inherit;
            outline: none;
        }

            .participate .icons button.liked span {
                color: red;
            }

        .participate .icons span {
            transition: all ease-in-out .3s;
            cursor: pointer;
        }

            .participate .icons span:hover {
                color: black;
            }

        .participate .icons div {
            width: 50%;
            max-width: 160px;
        }

        .participate .icons a {
            /*color: black;
            text-decoration: underline;*/
            color: #5288e7;
            font-weight: bold;
            font-size: .8em;
        }

    .participate .socials {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .participate .duties {
        display: flex;
        flex-direction: column;
        background-color: #e5f4f7;
        height: 100%;
        overflow-y: auto;
        max-height: 300px;
    }

        .participate .duties a {
            color: #4f8aa8;
            line-height: 2;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all ease-in-out .3s;
        }

            .participate .duties a:hover {
                background-color: #008dd2;
                color: white;
            }

            .participate .duties a span {
                user-select: none;
                padding: 5px 10px;
                pointer-events: none;
            }

                .participate .duties a span.cantidad {
                    background-color: #08a9e7;
                    padding: 0 20px;
                    margin-right: 8px;
                    color: white;
                    min-width: 20px;
                    text-align: center;
                }

                .participate .duties a span img {
                    display: block;
                    max-width: 30px;
                    border-radius: 50%;
                }

    .participate .tickets {
        padding: 0 1em;
    }

        .participate .tickets .available-tickets {
            border-bottom: solid 1px rgba(0,0,0,.1);
            color: black;
            text-align: center;
            padding: 20px;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .participate .tickets .available-tickets button {
                display: flex;
                justify-content: center;
                align-items: center;
                outline: none;
                -webkit-tap-highlight-color: transparent;
                border: none;
                background-color: transparent;
                cursor: pointer;
                width: 100%;
            }

            .participate .tickets .available-tickets a img {
                border-radius: 50%;
                display: block;
            }

            .participate .tickets .available-tickets .number {
                color: #4e88eb;
                font-weight: bold;
                font-size: 2em;
                /*margin-left: 10px;*/
            }

            .participate .tickets .available-tickets .btn {
                line-height: 1;
                display: flex;
                justify-content: center;
                align-items: center;
                outline: none;
                -webkit-tap-highlight-color: transparent;
                border: none;
                background-color: #03abe9;
                max-width: 250px;
                cursor: pointer;
                width: 100%;
                box-shadow: 0px 2px 3px rgba(0,0,0,.4);
                margin-bottom: 3px;
                color: white;
            }

                .participate .tickets .available-tickets .btn:hover {
                    background-color: #3fa94a;
                }

                .participate .tickets .available-tickets .btn .number {
                    color: white;
                    font-weight: normal;
                    font-size: 1em;
                    /*margin-left: 10px;*/
                }

            .participate .tickets .available-tickets .get-more {
                position: absolute;
                padding: 10px;
                box-sizing: border-box;
                top: 63%;
                display: none;
                background-color: #008dd2;
                z-index: 1;
                max-width: 400px;
                font-size: 1.1em
            }

                .participate .tickets .available-tickets .get-more #content {
                    overflow-y: auto;
                    max-height: 180px;
                }

                .participate .tickets .available-tickets .get-more p {
                    margin: 0;
                    padding: 0;
                }

                .participate .tickets .available-tickets .get-more:after {
                    content: '';
                    position: absolute;
                    top: -10px;
                    right: calc(50% - 15px);
                    z-index: 200;
                    width: 0px;
                    height: 0px;
                    border-left: 15px solid transparent; /* izquierda flecha */
                    border-right: 15px solid transparent; /* derecha flecha */
                    border-bottom: 15px solid #008dd2; /* base flecha y color*/
                    line-height: 0px;
                }

        .participate .tickets .counter-tickets {
            padding: 10px 0;
            text-align: center;
        }

            .participate .tickets .counter-tickets > span {
                opacity: .7;
            }

            .participate .tickets .counter-tickets .counter {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .participate .tickets .counter-tickets .counter button {
                    border: none;
                    cursor: pointer;
                    background-color: #01abe9;
                    color: white;
                    padding: 20px;
                    box-sizing: border-box;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                    line-height: 1;
                    transition: color ease-in-out .3s;
                    outline: none;
                }

                    .participate .tickets .counter-tickets .counter button:hover {
                        color: black;
                    }

                .participate .tickets .counter-tickets .counter span {
                    line-height: 1;
                    display: block;
                }

            .participate .tickets .counter-tickets .txt {
                border: none;
                height: 40px;
                width: 180px;
                text-align: center;
                padding: 0 10px;
                box-sizing: border-box;
                outline: none;
                font-size: 1.4rem;
                margin: 0 20px;
                border-radius: 5px;
                background-color: #eeeeee;
            }

            .participate .tickets .counter-tickets .form {
                text-align: left;
            }

                .participate .tickets .counter-tickets .form .row {
                    margin-bottom: 1em;
                }

                .participate .tickets .counter-tickets .form .txt {
                    width: 100%;
                    text-align: left;
                    font-size: 1rem;
                    margin: 0;
                }

        .participate .tickets .boton {
            display: block;
            width: 100%;
            text-transform: uppercase;
            text-align: center;
            padding: 10px;
        }

    .participate input[type=number] {
        -moz-appearance: textfield;
    }

        .participate input[type=number]::-webkit-inner-spin-button,
        .participate input[type=number]::-webkit-outer-spin-button {
            display: none;
        }

    .participate .counts {
        display: flex;
    }

        .participate .counts .count {
            display: flex;
            flex: 1;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            padding: 5px;
            box-sizing: border-box;
            border: solid rgba(0,0,0,.1);
            border-width: 3px 1px 1px 0;
            cursor: pointer;
        }

            .participate .counts .count:nth-child(1) {
                border-top-color: #03abe9;
            }

            .participate .counts .count:nth-child(2) {
                border-top-color: #07f12c;
            }

            .participate .counts .count:nth-child(3) {
                border-top-color: red;
            }

            .participate .counts .count:last-child:not(:first-child) {
                border-top-color: red;
                border-right: 0;
            }

        .participate .counts span {
            font-size: 1.2rem;
            color: #5087e7;
            line-height: 1;
        }

    .participate .sweepstake-info {
        flex-shrink: 0;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        padding: 1rem;
        text-align: center;
    }

        .participate .sweepstake-info > div {
        }

        .participate .sweepstake-info span {
            text-align: center;
        }

        .participate .sweepstake-info label {
            font-weight: bold;
            margin-right: 5px;
        }

        .participate .sweepstake-info a {
            color: black;
        }

        .participate .sweepstake-info img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 5px;
            object-fit: contain;
            display: none;
        }

        .participate .sweepstake-info .advice p {
            margin: 1em 0 0;
        }

    .participate .google-map {
        flex-shrink: 0;
        flex-grow: 1;
        display: none;
    }

        .participate .google-map iframe {
            width: 100%;
            height: 100%;
        }

    .participate .advice,
    .participate .details {
        font-size: .7em;
        text-align: center;
        margin-top: auto;
        display: block;
        width: 100%;
    }

        .participate .details img {
            max-width: 100%;
        }

    .participate div[id^="ContentPlaceHolder1_ctl"] {
        margin-top: auto;
        display: block;
    }

    .participate #ContentPlaceHolder1_pnlMoneyCompetition {
        font-size: .9em;
        margin-top: 1rem;
    }

    .participate .ticketsContainer {
        width: 100%;
    }

        .participate .ticketsContainer tbody {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
        }

    .participate .advice p {
        margin: 0;
        padding: 0;
        margin: 1rem;
    }

    .participate .advice a {
        color: blue;
        text-decoration: underline;
    }

    .participate .advice .boton {
        font-size: 1.2rem;
    }

    .participate .countdown {
        max-width: 300px;
        margin: 1rem auto;
    }

        .participate .countdown > div {
            font-size: .7rem;
        }

        .participate .countdown .number {
            font-size: 1.5rem;
        }

    .participate.moneyCompetition .tickets .available-tickets {
        padding: 0;
    }

        .participate.moneyCompetition .tickets .available-tickets .number {
            color: #00ab41;
            font-size: 4em;
            font-weight: 300;
        }

    .participate.moneyCompetition {
        flex-direction: column;
    }

    .participate .rapid-buttons {
        padding: 1rem;
        display: flex;
        flex-direction: column;
    }

        .participate .rapid-buttons .boton {
            margin-top: 1rem;
            padding: 10px;
            text-align: center;
        }

            .participate .rapid-buttons .boton.green {
                background-color: #3fa94a;
            }

            .participate .rapid-buttons .boton:first-child {
                margin-top: 0;
            }

a.follow, input.follow, button.follow {
    color: #03abe9;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    min-width: 50px;
}

    a.follow:hover, input.follow:hover, button.follow:hover {
        color: #03abe9;
    }
/*#endregion*/

/*#region Carousel*/

/*.participate figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

    .participate figure img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 5px;
        flex: none;
        display: block;
    }*/

.carousel {
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    display: flex;
}

    .carousel img {
        width: 100%;
        height: 100%;
        animation: fade 1.5s;
        display: none;
        object-fit: cover;
    }

    .carousel .prev,
    .carousel .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        background-color: white;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 1px rgba(0,0,0,.15);
    }

    .carousel .prev {
        left: 10px;
    }

        .carousel .prev:before {
            content: '<';
        }

    .carousel .next {
        right: 10px;
    }

        .carousel .next:before {
            content: '>';
        }

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}
/*#endregion*/

/*#region ContentPage*/

.content {
    margin-top: 40px;
}

    .content h1 {
        text-align: center;
        margin-bottom: 0;
    }

    .content h2, .content h3 {
        margin-top: 0;
        text-align: center;
    }

    .content .form {
        max-width: 900px;
        margin: 50px auto;
    }

    .content .empresa {
        margin-top: 50px;
        text-align: center;
    }

        .content .empresa .botones {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: 0 auto;
        }

        .content .empresa .boton {
            display: inline-block;
            margin: 5px;
            width: 100%;
            max-width: 230px;
        }

        .content .empresa img {
            width: 100%;
            max-width: 200px;
        }

        .content .empresa .info {
            max-width: 500px;
            margin: 0 auto;
            text-align: center;
            margin-top: 20px;
        }

            .content .empresa .info .row {
                margin-bottom: 20px;
            }

            .content .empresa .info label {
                font-weight: bold;
                display: block;
            }

            .content .empresa .info a {
                color: blue;
            }

/*#endregion*/

/*#region insertVouchers*/

.insert-voucher {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
}

    .insert-voucher .boton {
        max-width: 400px;
        min-width: 250px;
        margin: 20px 0;
        border-radius: 3px;
        padding: 10px;
    }

    .insert-voucher .txt {
        height: 40px;
        max-width: 500px;
        width: 100%;
        text-align: center;
    }

    .insert-voucher h4 {
        font-weight: 400;
        margin-top: 0;
    }

    .insert-voucher .apps {
        display: flex;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

        .insert-voucher .apps a {
            color: black;
            max-width: 150px;
            line-height: 1;
            text-align: center;
            margin: 0 30px;
            margin-bottom: 25px;
        }

            .insert-voucher .apps a small {
                font-size: .6em;
                font-weight: bold;
            }

        .insert-voucher .apps img {
            max-width: 150px;
            display: block;
            margin: 0 auto;
        }

/*#endregion*/

/*#region Participants*/
.participants {
    padding: 1em;
    text-align: center;
}

    .participants h2,
    .participants h4,
    .participants h5 {
        margin: 0;
    }

    .participants .sorteoNum {
        color: blue;
    }

    .participants table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        border-radius: 5px;
        margin-top: 1rem;
        overflow: hidden;
        width: 100%;
    }

    .participants td, .participants th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
    }

    .participants tr:nth-child(even) {
        background-color: #dddddd;
    }
/*#endregion*/

/*#region Promo*/
.promotion {
    padding-top: 2rem;
}

    .promotion h1,
    .promotion h2 {
        margin: 0;
        line-height: 1.2;
        font-weight: 500;
    }

    .promotion article {
        margin-top: 1rem;
        max-width: 600px;
        margin-bottom: 2rem;
    }

    .promotion .nombre {
        margin-top: 1rem;
        font-size: 1.2rem;
    }

    .promotion .desc {
        margin: 0;
    }

article.promotional {
    max-width: 468px;
    flex-direction: column;
}

    article.promotional .part {
        width: 100%;
        border: none;
        margin: 0;
    }

    article.promotional .boton {
        width: 100%;
        text-transform: uppercase;
    }

    article.promotional .sweepstake-info {
        padding: 0;
    }

    article.promotional .more-tickets {
        margin-top: 2rem;
    }

    article.promotional .see-more .boton {
        background-color: #1cc93c;
        color: white;
    }

.promotion-authentication {
    color: black;
}

    .promotion-authentication .boton {
        max-width: 320px;
        color: black;
        font-weight: 600;
    }

    .promotion-authentication .login {
        background-color: transparent;
        color: blue;
        padding-top: 0;
    }
/*#endregion*/

/*#region Voucher and Promo*/
.voucher {
    padding-top: 2rem;
}

    .voucher h1,
    .voucher h2 {
        margin: 0;
        line-height: 1.2;
        font-weight: 500;
    }

    .voucher .see-more .boton {
        min-width: 300px
    }

    .voucher .empty-page {
        padding: 0;
    }

    .voucher .logo {
        max-width: 300px;
    }

    .voucher .articles .flex-box {
        grid-template-columns: minmax(24px, 300px);
        justify-content: center;
        grid-gap: 0;
    }

    .voucher span > span {
        color: green;
    }
/*#endregion*/

/*#region Counter*/
.countdown {
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 100%;
}

    .countdown > div {
        display: flex;
        flex-direction: column;
        text-transform: uppercase;
        border: solid 1px rgba(0, 0, 0, .23);
        padding: .2rem .6rem;
        border-radius: .5rem;
        font-size: .5rem;
        font-weight: bold;
    }

    .countdown .number {
        font-size: 1rem;
        line-height: 1;
    }
/*#endregion*/

/*#region Previous*/
.previous-draws {
    padding: 1rem;
    box-sizing: border-box;
    width: 100%;
}

    .previous-draws .previous-draw {
        border-bottom: solid 1px rgba(0, 0, 0, .2);
    }

        .previous-draws .previous-draw ul {
            list-style: none;
            padding: 0;
        }

        .previous-draws .previous-draw li {
            display: flex;
            font-size: .8rem;
        }

            .previous-draws .previous-draw li > label {
                flex-basis: 50%;
                font-weight: 500;
            }
/*#endregion*/

@media (max-width:1180px) {
    .articles .box .articulo .nombre {
        font-size: .85rem;
    }
}

@media (max-width:1075px) {
    .articles .box {
    }

        .articles .box .articulo .nombre {
            font-size: 1em;
        }
}

@media (max-width:900px) {

    iframe article {
        margin-top: 0 !important;
    }
}

@media (max-width:768px) {

    a, img, button {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .content .form {
    }

        .content .form .flex-box.two {
            flex-wrap: wrap;
        }

            .content .form .flex-box.two .col {
                width: 100%;
            }

    header #logo {
        /*margin-right:10px;*/
        z-index: 1;
        margin-left: 20px;
    }

    header nav {
        justify-content: flex-end;
        position: relative;
    }

    header .contenido {
        padding: 0;
    }

    header ul#menu {
        opacity: 0;
        position: absolute;
        flex-direction: column;
        background-color: #008dd2;
        width: 100vw;
        right: 0;
        top: -10000%;
    }

        header ul#menu.active {
            top: 100%;
            opacity: 1;
        }

        header ul#menu li a {
            line-height: 3.5;
        }

    .menu-boton {
        display: block;
        margin-right: 15px;
    }

    .user {
        margin: 0;
        max-width: 80px;
        width: 100%;
    }

    .index-background {
        min-height: 40vh;
    }

    footer .redes {
        justify-content: center;
        flex-direction: column-reverse;
        margin: 0;
    }

    footer .idioma {
        margin-top: 10px;
    }

    footer .payo {
        justify-content: center;
    }

        footer .payo a {
            margin: 0 10px;
        }

        footer .payo strong {
            flex: none;
            width: 100%;
            text-align: center;
        }

    .search .searchin {
        width: 70%;
    }

    .participate {
        margin-top: 60px;
        flex-direction: column;
    }

        .participate .part {
            width: 100%;
        }

        .participate figure {
            /*max-height: 400px;*/
        }

        .participate .google-map {
            height: 50vh;
        }

    header ul#menu li.added {
        display: block;
    }

    header ul#menu {
        height: calc(100vh - 50px);
        overflow-y: auto;
        justify-content: flex-start;
    }

    .sweepstake .details iframe {
        width: 100% !important;
    }

    .pups > div {
        height: 100%;
    }

    .be-part {
        padding-bottom: 0;
    }

        .be-part .contenido {
            padding: 0;
        }
}

@media (max-width:580px) {

    .provitional {
        margin-left: 0;
    }

    .articles .box .articulo .nombre {
        font-size: 1em;
    }

    header #logo {
        width: 100px;
        margin-right: 50px;
    }

    header.fixed #logo img {
        margin-left: 0;
    }

    .articles {
        padding: 20px 10px;
    }

        .articles .box .btn-part {
            padding: 10px 0;
        }

    .index-background h1 {
        font-size: 3em;
    }

    .index-background h2 {
        font-size: 4vw;
        margin-bottom: 50px;
    }

    .index-background .new-buttons .boton {
        padding: 10px;
        max-width: 250px;
    }

    .be-part .flex-box {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .be-part img {
        width: 100%;
        margin-top: 30px;
    }

    .be-part h2 {
        font-size: 2em;
    }

    .search .searchin {
        width: 95%;
    }

    .participate {
        margin-bottom: 10px;
    }

        .participate .icons {
            font-size: 1.2em;
        }

        .participate .counts {
            font-size: .7em;
        }

        .participate .icons .more-info {
            font-size: .7em;
            /*color: blue;*/
            color: #03abe9;
        }

        .participate .tickets .available-tickets .get-more #content {
            overflow-y: auto;
            max-height: 250px;
        }


        .participate .part {
            margin-bottom: 0;
        }

        .participate .tickets .available-tickets .btn .number {
            font-size: .8em;
        }

    .new-buttons {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }

        .new-buttons .boton {
            /*margin: 0 !important;
            margin-bottom: 20px !important;*/
        }

    .youtube-video {
        height: 350px;
    }

    header ul#menu li.added {
        width: 65%;
    }
}

@media (max-width:320px) {

    .participate .icons {
        font-size: 1.1em;
    }

        .participate .icons a {
            font-size: .6em;
        }

    .participate .empresa a {
        font-size: .8em;
    }

    .participate .tickets .counter-tickets .txt {
        width: 150px;
    }

    .participate .tickets .counter-tickets .counter button {
        padding: 15px;
    }
}
