@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: "Roboto";


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


}


.subtitulo {


    font-family: "Roboto";


    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: "Roboto", 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: "Roboto";

    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: "Roboto";


    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: "Roboto";


    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: "Roboto";
    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: 'Roboto';
    margin-top: 15px;
    background: rgb(220,221,222);


}
.footer-copyright {
    background-color: rgb(0,98,169);
    color: rgb(255,255,255);
    padding: 5px 0 5px 0;
}
.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: 'Roboto';
    text-align: right;
    padding-top: 10px;
}
.contact-links {
    display: table;
    padding: 5px 30px 10px 0;
}
.contact-links a {
    color: white;
}
.footer-titles {
    font-weight: 700 !important;
}
.footer-grid-1 {
    background: rgb(220,221,222);
    color: rgb(99,100,102);
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.footer-grid-2 {
    text-align: left;
    padding: 45px 0 55px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.footer-grid-2 ul {
    color: rgb(255,255,255);
    list-style: none;
    padding: 20px 0 0 0px;
}
.footer-grid-2 a {
    color: rgb(255,255,255);
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.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 .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;
}
}
