@font-face {


    font-family: "OpenSans-Bold";


    src: url("../fontes/OpenSans-Bold.ttf");


    src: url("../fontes/OpenSans-Bold.eot");


    src: url("../fontes/OpenSans-Bold.woff");


}


@font-face {


    font-family: "Poppins-Bold";


    src: url("../fontes/Poppins-Bold.ttf");


    src: url("../fontes/Poppins-Bold.eot");


    src: url("../fontes/Poppins-Bold.woff");


}


@font-face {


    font-family: "Poppins-Medium";


    src: url("../fontes/Poppins-Medium.ttf");


    src: url("../fontes/Poppins-Medium.eot");


    src: url("../fontes/Poppins-Medium.woff");


}


@font-face {


    font-family: "Poppins-SemiBold";


    src: url("../fontes/Poppins-SemiBold.ttf");


    src: url("../fontes/Poppins-SemiBold.eot");


    src: url("../fontes/Poppins-SemiBold.woff");


}


@font-face {


    font-family: "Poppins-Regular";


    src: url("../fontes/Poppins-Regular.ttf");


    src: url("../fontes/Poppins-Regular.eot");


    src: url("../fontes/Poppins-Regular.woff");


}


.votacao,


.premio {


    color: #676767;


}


.votacao .titulo {


    margin-bottom: 1em;


    margin-top: 1em;
    font-weight: 700;


}


.titulo {


    font-family: "Segoe UI";


    font-size: 2.12em;
    font-weight: 700;


}


.subtitulo {


    font-family: "Segoe UI";


    font-size: 1.5em;


    margin-top: 2em;


    margin-bottom: 1em;
    font-weight: 700;


}


.text {


    line-height: 1.6em;


}


.text-upper {


    text-transform: uppercase;


}


.text-azul {


    
    color: rgb(0, 98, 168);


}


.text-cinza {


    color: #676767;


}


.text-branco {


    color: #fff;


}


.premio .text {


    font-family: "Segoe UI", sans-serif;
    font-size: 1.2em;
    font-weight: 400;


}


.btn {


    border-radius: 0em;


    padding: 0.7em 4em;


}


.btn-azul {


    background-color: #01497c;


    color: #fff;


    transition: all 0.5s;


}


.btn-azul:hover {


    background-color: #222;


    color: #fff;


}


.btn-cinza {


    background-color: #676767;


    color: #fff;


    transition: all 0.5s;


}


.btn-cinza:hover {


    background-color: #222;


    color: #fff;


}


.btn-center {


    font-family: "Segoe UI";

    font-weight: 700;
    width: 100%;


    margin-top: 2em;


    margin-bottom: 4em;


}
.btn-center button{
    margin: auto;
    display: block;
}


.btn-todo {


    font-family: "Open Sans Regular";


    width: 100%;


    text-align: center;


    font-size: 1.2em;


    border-radius: 0.2em;


}


.opcoes {


    border: 0.1em solid rgb(0, 98, 168);


    height: 400px;


}


.titulo-opcao {


    float: right;


    margin-top: 1em;


    width: 410px;
    font-weight: 700;


}


.text-opcao {


    font-family: "Segoe UI";


    padding: 1.5em;


    margin-bottom: 0em;


}


.img-opcao {


    float: left;


    border-right: 0.1em solid rgb(0, 98, 168);


    border-bottom: 0.1em solid rgb(0, 98, 168);


    width: 120px;


}


.bg-azul {


    background: rgb(0, 98, 168);


}


.trecho-form {


    margin-top: 3em;


    margin-bottom: 3em;


}


.regras {


    padding: 0em 2em 3em;


}


.text-regras {


    font-family: "Segoe UI";


    margin-bottom: 0em;


}


.opcoes-votacao .titulo {


    margin: 0em;


    padding: 0em;


    margin-left: -20px;


}


.opcoes-votacao button {


    margin-left: -20px;


}


.opcoes-votacao h6 {


    font-family: "Poppins-SemiBold";


    margin-left: -20px;


}


.opcoes-votacao {


    float: left;


    margin-top: 3em;


}


/* Base for label styling */

.opcoes-votacao [type="checkbox"]:not(:checked),


.opcoes-votacao [type="checkbox"]:checked {


    position: absolute;


    left: -9999px;


}


.opcoes-votacao [type="checkbox"]:not(:checked) + label,


.opcoes-votacao [type="checkbox"]:checked + label {


    font-style: normal;


    font-family: "OpenSans-Bold";


    position: relative;


    padding-left: 1.95em;


    cursor: pointer;


    color: #fff;


    margin-bottom: 1.5em;


}


/* checkbox aspect */

.opcoes-votacao [type="checkbox"]:not(:checked) + label:before,


.opcoes-votacao [type="checkbox"]:checked + label:before {


    content: '';


    position: absolute;


    top: 0;


    width: 35px;
    height: 35px;


    border: 1px solid #676767;


    background: #fff;


    border-radius: 4px;


    left: -20px;


}


/* checked mark aspect */

.opcoes-votacao [type="checkbox"]:not(:checked) + label:after,


.opcoes-votacao [type="checkbox"]:checked + label:after {


    content: '✔';


    position: absolute;


    top: .1em;


    left: -15px;


    font-size: 2.3em;


    line-height: 0.8;


    color: #222;


    transition: all .2s;


}


/* checked mark aspect changes */

.opcoes-votacao [type="checkbox"]:not(:checked) + label:after {


    opacity: 0;


    transform: scale(0);


}


.opcoes-votacao [type="checkbox"]:checked + label:after {


    opacity: 1;


    transform: scale(1);


}


/* disabled checkbox */

.opcoes-votacao [type="checkbox"]:disabled:not(:checked) + label:before,


.opcoes-votacao [type="checkbox"]:disabled:checked + label:before {


    box-shadow: none;


    border-color: #bbb;


    background-color: #ddd;


}


.opcoes-votacao [type="checkbox"]:disabled:checked + label:after {


    color: #999;


}


.opcoes-votacao [type="checkbox"]:disabled + label {


    color: #aaa;


}


/* accessibility */

.opcoes-votacao [type="checkbox"]:checked:focus + label:before,


.opcoes-votacao [type="checkbox"]:not(:checked):focus + label:before {


    border: 2px dotted blue;


}


/* hover style just for information */

label:hover:before {


    border: 2px solid #4778d9 !important;


}


#cadastro .modal-title,


#login .modal-title {


    text-align: center;


    width: auto !important;


}


#cadastro input,


#login input {


    border: none;


    width: 100%;


    padding: 1em;


    border-radius: 0.2em;


    margin-bottom: 1em;


    color: #222;


}


#cadastro .modal-body,


#login .modal-body {


    padding: 0em 3em;


    margin-top: 3em;


    margin-bottom: 3em;


}


.user {


    font-family: "Poppins-Regular";


}


.cadastro-categoria {


    width: 600px;


    margin-top: 3em;


}


.cadastro-categoria select,


.cadastro-categoria textarea,


.cadastro-categoria input {


    width: 100%;


    padding: 1em;


    margin-bottom: 1em;


}


.table {}


.alert {


    font-family: "Poppins-Bold";


    color: #fff;


    position: absolute;


    background-color: #222;


    right: 0;


}


.publicacao-topo {


    height: 150px;


}


.logo img {


    width: auto;


}


.titulo-footer {


    font-family: "Segoe UI";
    font-weight: 700;

    color: #fff;


}


.linha {


    width: 100px;


    height: 5px;


    background-color: #0099cb;


    margin-bottom: 15px;


}


.img-footer {


    float: left;


    width: 150px;


}


footer {

    font-family: 'Segoe UI';
    margin-top: 15px;


}
.footer-copyright {
    background-color: #707070;
    color: rgb(255, 255, 255);
    padding: 5px 0 5px 0;
    margin: auto;
    max-width: 1200px;
    position: relative;
    padding: 5px 0 15px 0px;
    font-family: 'Oswald', sans-serif;
}
.follow-us li:first-of-type {
    padding-left: 0 !important;
}
.follow-us li {
    float: left;
    padding: 0 5px 5px 5px;
}
.bt-linkedin-topo img {
    height: 2em;
    width: 2em;
}
.bt-linkedin-topo img {
    height: 2em;
    width: 2em;
}
.bt-youtube-topo img {
    height: 2em;
    width: 2em;
}
.bt-facebook-topo img {
    height: 2em;
    width: 2em;
}
.contact-phone {
    color: white;
    font-family: 'Segoe UI';
    text-align: right;
    padding-top: 10px;
}
.contact-links {
    display: table;
    padding: 5px 30px 10px 0;
}
.contact-links a {
    color: white;
}
.footer-titles {
    
}
.footer-grid-1 {
    color: rgb(99,100,102);
    text-align: left;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
}
.footer-grid-2 {
    text-align: left;
    padding: 10px 0 10px 0;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
}
.quem-somos-footer{
    font-family: 'Oswald', sans-serif;
}
.footer-grid-2 ul {
    color: rgb(255,255,255);
    list-style: none;
    padding: 0px 0 0 0px;
}
.footer-grid-2 a {
    color: rgb(255,255,255);
    white-space: nowrap;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.logo-footer {
    width: 90%;
    display: block;
    margin: auto;
    height: auto;
    padding: 10px 0 0px 0;
}
.footer-lg-grid {
    width: 20% !important;
    float: left;
}

.publicidade-topo {


    margin-bottom: 15px;





}


.patricinio {


    margin-bottom: 2em;


}
.pub-topo-perspectivas{
    width: 100% !important;
}


.patrocinio-menor {


    float: right;


}


.anuncio_1_abaixo_premio img {


    height: 10.8em;


    width: 100%;


}


@media screen and (max-width:1280px) {}


@media screen and (max-width:1200px) {}


@media screen and (max-width:1024px) {


    .opcoes {


        min-height: 530px;


    }


}

.premio form input[type="text"]{
    padding: 8px;
}

@media(max-width: 600px){
    .premio form input[type="text"]{
    width: 100%;
}
    .btn-center.centralizado button{
            padding: 10px 0;
    }
}
.celulavotacao{
    overflow: hidden;
    width: 24%;
    transition: .5s;
    padding: 0;
    background: white;
    margin: 0;
}
.votacao .titulo{
    width: 100%;
}
.celulavotacao .text-opcao p{
    font-size: 12px;
}
@media screen and (max-width:960px) {
    .premio .btn-center {
        width: 50%;
    }
    .slideshowprop img{
    width: 100%;
}
.slideshowprop .anuncio-direita-embaixo{
    padding: 0;
}
    .patricinio img{
        width: 170px;
        display: block;
    }

    .patricinio{
        margin-top: 20px;
    }
    .opcoes {


        min-height: 610px;


    }





}


@media screen and (max-width:800px) {}


@media screen and (max-width:768px) {


    .opcoes {


        min-height: auto;


        margin-bottom: 1em;


    }


    .logo {


        float: none;


        margin: 2em auto 0;


        width: 95%;


    }


    .btn-azul {


        width: 100%;


    }


    .btn-azulp.text-branco {


        text-align: center;


    }


    .anuncio-topo:last-child p {


        text-align: center;


        width: 100%;


    }


    .menu-footer li {


        width: 25%;


    }


}


@media (max-width:767px) {


    .opcoes-votacao {


        margin-left: 30px;


    }





}


@media screen and (max-width:600px) {


    .pub-topo-hyundai {


        background-size: contain !important;


        margin-right: 0 !important;


        width: 100% !important;


    }


    .patricinio {


        margin-top: 2em;


    }


}


@media screen and (max-width:480px) {


    .opcoes {


        height: auto;


    }





}


@media only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation:portrait) {}


@media only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation:landscape) {}


@media screen and (max-width:384px) {}


@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:portrait) {}


@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:landscape) {}


@media screen and (max-width:345px) {


    .titulo-opcao {


        width: 100%;


    }





}


@media screen and (max-width:320px) {}
@media screen and (max-width: 1024px){
    .footer-xs-grid {
    width: 50% !important;
    min-height: 130px;
    float: left;
}
}

.ultimos-vencedores {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;

}

.vencedor {
    flex: 1 0 21%;
    margin: 10px;
}

.cat-vencedor {
    background: #cecece;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #826a6a;
    font-size: 18px;
    min-height: 72px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.imagem-vencedor {
    width: 100%;
    margin: auto;
    text-align: center;
}

.imagem-vencedor img {
    width: 100%;
    margin: auto;
    text-align: center;
    min-height: 230px;
    object-fit: cover;

}
.nome-vencedor {
    width: 100%;
    background: #0062a8;
    color: white;
    text-align: center;
    padding: 10px;
}
.nome-vencedor a {
    color: white;
    text-align: center;
    font-size: 22px;
}
.titulo-vencedores{
    color: #0062a8 !important;
    font-size: 42px;
    text-align: center !important;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 50px;
}
.premio-container{
    background-color: #d0d0d0;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 18px;
    font-family: sans-serif;
    color: black;
}
.premio-md-8{
    width: 65%;
}
.premio-md-4 {
    width: 30%;
}
.botoes-premio button {
    background: #0062a8;
    color: white;
    border: none;
    margin-top: 15px;
    font-family: 'Oswald';
    padding: 5px 15px;
    font-size: 18px;
}
.botoes-premio{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media(max-width:  992px){
    .premio-md-8{
    width: 100%;
}
.premio-md-4 {
    width: 100%;
}
.premio-md-4 img{
    display: block;
    margin: auto;
    margin-top: 15px;
}
.botoes-premio{
        display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.vencedor{
    flex: 1 0 40%;
}
}
@media(max-width:  450px){
.cat-vencedor {
    min-height: 123px;
}
}
.premio-linha-before{
    position: relative;
}
.premio-linha-before .titulo-vencedores{
    padding-top: 40px;
}
.premio-linha-before::before{
    content: '';
    position: absolute;
    height: 15px;
    background: #0062A8;
    width: calc(100% - 30px);
    left: 15px;
    top: -18px;
}
.premio-linha-after{
    position: relative;
    margin-bottom: 30px;
}
.premio-linha-after .titulo-vencedores{
    padding-top: 40px;
}
.premio-linha-after::after{
    content: '';
    position: absolute;
    height: 15px;
    background: #0062A8;
    width: calc(100% - 30px);
    left: 15px;
    bottom: -30px;
}
.img-opcao img{
        max-width: 100%;
    width: 100%;
    min-height: 190px;
    object-fit: cover;
}
.celulavotacao .opcoes {
    border: 0.1em solid rgb(0, 98, 168);
    height: 670px;
}
@media(max-width:  1200px){
    .celulavotacao .opcoes{
        height: 750px;
    }
}
.celulavotacao:hover{
    width: 24%;
}
@media screen and (max-width: 992px){
    .vote-min-height{
        min-height: 325px;
        height: auto !important;
    }

.trecho-form{
    float: left;
}
.celulavotacao {
    overflow: hidden;
    width: 48%;
    transition: .5s;
    padding: 0;
    background: white;
    margin-right: 1%;
    margin-bottom: 20px;
    float: left;
}
.celulavotacao:hover{
    transform: none !important;
    width: 48%;
}
.celulavotacao .opcoes{
        height: 600px;
    }
.celulavotacao:hover .opcoes{
    height: 600px;
}
}
@media screen and (max-width: 600px){
.celulavotacao {
    overflow: hidden;
    width: 100%;
    transition: .5s;
    padding: 0;
    background: white;
    margin-right: 0%;
    margin-bottom: 20px;
}
.celulavotacao:hover{
    transform: none !important;
    width: 100%;
}
.celulavotacao .opcoes{
        height: auto;
    }
.celulavotacao:hover .opcoes{
    height: auto;
}

}
.premio{
    margin-bottom: 30px;
}
.votacao .premio-linha-before{
    margin-top: 45px;
    padding-top: 1px;
}
.proximos, .final{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}


.votacao-border{
    position: relative;
}
.votacao-border::after{
    border-top: 1px dotted;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 15px;
    width: 100%;
    margin: -20px 0px;
    max-width: 1200px;
    content: '';
    display: block;
}
@media(max-width: 600px){
    #opcao-87 + label , #opcao-88 + label , #opcao-89 + label , #opcao-90 + label , #opcao-91 + label , #opcao-92 + label , #opcao-93 + label , #opcao-94 + label{
 font-size: 14px !important;
}
}
.final > div:not(.bg-azul) {
    width: 33%;
    margin-bottom: 15px; 
}
@media(max-width: 992px){
    .final > div:not(.bg-azul) {
        width: 47%;
        margin-bottom: 15px; 
    }
}
@media(max-width: 600px){
    .final > div:not(.bg-azul) {
        width: 100%;
        margin-bottom: 15px; 
    }
}

@media(max-width: 600px){
    .premio-md-8{
        overflow: hidden;
    }
    .premio-md-8 img{
        width: 130vw;
        max-width: unset;
        left: -28%;
        transform: translateX(0);
        position: relative;
        height: auto;
    }
}