@import url("voting_stopped_reset.1292f0cd5c96.css");
@import url("voting_stopped_fonts.f0d8147f63e4.css");
@import url("voting_stopped_responsive.4ad3cb07f4de.css");

/*******************************************************************************************************/

.html1 {
    height: 100%;
}

.html2 {
    height: 100%;
}

html, body {
    font-family: 'avenir', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0;
    background-color: #000;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
    ms-font-feature-settings: 'liga';
}

:after, :before, :focus, :hover, a, :active, :visited {
    transition: all .25s;
    box-sizing: border-box;
}

div, span, form, ul, li, label, input, textarea {
    box-sizing: border-box;
}

/*******************************************************************************************************/

.contents {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: top;
    text-align: center;
}

    .contents > div {
        display: table-cell;
        padding-bottom: 2rem;
    }


/*******************************************************************************************************/

.text_results {
}

.text_results2 {
    margin: 4rem 0;
    text-align: center;
}

    .text_results2 > h2 {
        color: #fff;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 120%;
        text-shadow: 0 0 4px #00000087;
    }

    .text_results2 > h3 {
        color: #fff;
        font-size: 1rem;
        line-height: 140%;
        margin: 2rem auto;
    }

        .text_results2 > h3 > span {
            color: #e5648a;
            font-weight: bold;
        }

    .text_results2 > a.bttn_exclusive {
        position: relative;
        display: inline-block;
        color: #fff;
        font-weight: bold;
        padding: .8rem 2rem;
        background-color: #e5648a;
        border-radius: .2rem;
    }

        .text_results2 > a.bttn_exclusive:hover {
            color: #000;
            background-color: #78c5ce;
        }

    .text_results2 > ul.socialmedia {
        display: table;
        margin: 0 auto;
        margin-top: 1rem;
    }

        .text_results2 > ul.socialmedia > li {
            display: table-cell;
            padding: 1rem .2rem;
        }

            .text_results2 > ul.socialmedia > li > a {
                cursor: pointer;
                display: block;
                width: 50px;
                height: 50px;
                font-family: 'fontawesome';
                font-size: 1.25rem;
                line-height: 48px;
                border: 1px solid #1f1f1f;
                background-color: rgba(255,255,255,.1);
                border-radius: 100%;
            }

                .text_results2 > ul.socialmedia > li > a.whatsapp:before {
                    content: '\f232';
                }

                .text_results2 > ul.socialmedia > li > a.facebook:before {
                    content: '\f09a';
                }

                .text_results2 > ul.socialmedia > li > a.twitter:before {
                    content: '\f099';
                }

                .text_results2 > ul.socialmedia > li > a.instagram:before {
                    content: '\f16d';
                }

                .text_results2 > ul.socialmedia > li > a.youtube:before {
                    content: '\f16a';
                }           

                .text_results2 > ul.socialmedia > li > a:hover {
                    color: #000;
                    background-color: rgba(255,255,255,1);
                }

                .text_results2 > ul.socialmedia > li > a {
                    color: #fff;
                }

/*******************************************************************************************************/

ul.product_results {
    margin: 0 auto;
}

    ul.product_results > li {
        margin: 1rem 0;
        vertical-align: top;
    }

    /* #134A62 */
    /* #13778E */

        ul.product_results > li > div {
            position: relative;
            padding: 2rem 1rem;
            background-image: linear-gradient(rgb(139 27 147 / 80%), rgb(101 24 106 / 90%));
            background-size: cover;
            height: 360px !important;
            border-radius: 30px;
        }

            ul.product_results > li > div:before {
                position: absolute;
                content: '';
                background-image: url("../images/awards-tik.6ff927243c5e.png");
                background-size: cover;
            }

            ul.product_results > li > div > img {
            }

            ul.product_results > li > div > .influencer {
                width: 120px;
                height: 120px;
                border-radius: 100%;
            }

            ul.product_results > li > div > h2 {
                color: #fff;
                font-weight: 700;
            }

            ul.product_results > li > div > h3 {
                color: #78c5ce;
                font-weight: 700;
                margin-top: .5rem;
            }

            ul.product_results > li > div > h4 {
                color: #e5648a;
                font-weight: 700;
            }

/*******************************************************************************************************/
