html, body{
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
}
body{
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    background: #f4f8fb url('https://superdanieli.com.br/bebe/public/template_site/imgs/bg.webp') top no-repeat;
    background-size: 100% auto;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    padding-top: 300px;
}
b{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.logo img{
    width: 80%;
    margin-top: 100px;
}
.link-cadastro a img{
    position: absolute;
    width: 350px;
    margin-left: -60px;
    top: 400px;
}

.link-regulamento a img{
    position: absolute;
    width: 350px;
    top: 600px;
    margin-left: 200px
}

.vencedor{
    font-size: 40px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 50px;
}
.premios{
    font-size: 30px;
    font-weight: 300;
    color: #000;
    text-align: center;
}
.premios img{
    width: 25px;
}

.bg-bege{
    background: #ffebd3;
    background-size: 100% auto;
    width: 130% !important;
    margin-left: -15%;
    height: auto;
    margin-top: 50px;
    position: relative;
    border-radius: 100% 100% 0 0;
    padding-top: 80px;
}

.icone-info{
    height: 60px;
}
.titulo-info{
    color: #e590a5;
    font-weight: 700;
    font-size: 20px;
}
.texto-info{
    color: #000;
    font-weight: 400;
}
ul li{
    list-style-image: url("https://superdanieli.com.br/bebes/public/template_site/imgs/arroba2.png");
}
.regulamento{
    width: 100%;
    height: 500px;
    overflow: auto;
    border: 1px solid #CCC;
    padding: 5px;
}

.bloq{
    display: none;
}

#candidato .logo img{
    width: 70%;
    margin-top: 10px;
}
#candidato-content{
    margin-top:30px;
    margin-bottom: 30px;
    background: #fcecd3;
    padding: 20px;
}

.share-btn-whatsapp{
    text-decoration: none;
    color: #FFF;
    font-size:13px;
    padding: 5px 10px;
    border-radius: 4px;
    background: #40c351;
}
.share-btn-facebook{
    text-decoration: none;
    color: #FFF;
    font-size:13px;
    padding: 5px 10px;
    border-radius: 4px;
    background: #0865ff;
}

#marcadagua{
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    height: 340px;
    z-index: 9;
    pointer-events: none;
}

.btn-vote{
    
}

@media(max-width: 600px) {
    #marcadagua{
        margin-top: 30px;
    }
    .logo{
        text-align: center;
    }
    .logo img{
        width: 70%;
        margin-top: -160px !important;
    }

    .link-cadastro {
        width: 50%;
        float: left;
    }
    .link-regulamento{
        width: 50%;
        float: right;
    }

    .link-cadastro a img{
        position: inherit;
        width: 150px;
        margin-left: inherit;
        top: inherit;
    }

    .link-regulamento a img{
        position: inherit;
        width: 150px;
        top: inherit;
        margin-left: inherit
    }


    .vencedor{
        font-size: 20px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
        line-height: 25px;
    }
    .premios{
        font-size: 18px;
        font-weight: 300;
        color: #000;
        text-align: center;
    }
    .premios img{
        width: 20px;
    }
    .bg-bege{
        background: #ffebd3;
        background-size: 100% auto;
        width: 100% !important;
        margin-left: 0;
        height: auto;
        margin-top: 50px;
        position: relative;
        border-radius: 0;
        padding-top: 80px;
    }
}


#spinner-container{
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    text-align: center;
    background: rgba(0,145,140,0.90);
    padding-top: 25% !important;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
}
.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #000;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }


@keyframes sk-chase {
    100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4); 
    } 100%, 0% {
        transform: scale(1.0); 
    } 
}

.card-foto{
    background: #FFF;
    border: 1px solid #00918c;
    padding: 10px;
    border-radius: 10px;
}
.btn-votar{
    background: #00918c;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
    text-decoration: none;
    color: #FFFFFF;
}
.btn-compartilhar{
    background: #f7bb00;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
    text-decoration: none;
    color: #FFFFFF;
}
.nome-bebe{
    max-width:98%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}