
.bloco-cabecalho-principal {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: rgba(0, 0, 0, 0.5);
    height: 865px;
    padding-top: 265px;
}

/*Inicio Bloco Principal*/
#blocoPrincipal .botao-encaminha-semifinalistas {
    cursor: pointer;
    height: 64px;
    width: 64px;
}

#blocoPrincipal h2 {
    color: #FFFFFF;
    font-family: 'Samsung Sharp Sans';
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.63px;
    line-height: 62px;
    text-align: center;
    margin-bottom: 40px;
}

#blocoPrincipal p {
    color: #FFF;
    font-family: 'SamsungOne';
    /*font-size: 16px;*/
    line-height: 26px;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 90px;
}

#blocoPrincipal .saiba-mais {
    text-align: center;
}

#blocoPrincipal .saiba-mais a {
    padding: 12px 40px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin: auto;
    border-radius: 25px;
}

.bloco-conteudo {
    width: 100%;
    position: absolute;
    z-index: 4;
    text-align: center;
}

@media (max-width: 990px) {
    #blocoPrincipal h2 {
        font-size: 40px;
    }

    .bloco-cabecalho-principal {
        padding-top: 200px;
    }
}

/*Fim Bloco Principal*/

/* Inicio Slides*/

/*ANIMACAO*/
@keyframes center-to-right {
    0% {
        left: 0%;
    }
}

@-webkit-keyframes center-to-right {
    0% {
        left: 0%;
    }
}

@keyframes left-to-center {
    0% {
        left: -100%;
    }
}

@-webkit-keyframes left-to-center {
    0% {
        left: -100%;
    }
}

@-webkit-keyframes center-to-left {
    0% {
        left: 0%;
    }
}

@keyframes center-to-left {
    0% {
        left: 0%;
    }
}

@keyframes right-to-center {
    0% {
        left: 100%;
    }
}

@-webkit-keyframes right-to-center {
    0% {
        left: 100%;
    }
}

.slides {
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 530px;
    overflow: hidden;
}

.slides .left-to-center {
    animation: left-to-center 800ms ease;
    -webkit-animation: left-to-center 800ms ease;

    left: 0% !important;
}

.slides .center-to-right {
    animation: center-to-right 800ms ease;
    -webkit-animation: center-to-right 800ms ease;

    left: 100% !important;
}

.slides .center-to-left {
    animation: center-to-left 800ms ease;
    -webkit-animation: center-to-left 800ms ease;

    left: -100% !important;
}

.slides .right-to-center {
    animation: right-to-center 800ms ease;
    -webkit-animation: right-to-center 800ms ease;
    left: 0% !important;
}

.btn-banner {
    height: auto !important;
    transform: translateX(-50%) !important;
    top: 60%;
    position: absolute;
    left: 50%;
}

.container-circle {
    display: inline-flex;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

}

.circle {
    border-radius: 100%;
    background-color: #ffffff;
    width: 14px;
    height: 14px;
    margin: 0px 10px;
    pointer-events: auto;
    overflow: hidden;
    color: transparent;
}

a.circle-inverse {
    border-color: #6d6e71;
}

.circle.active {
    background-color: #ffb546;
}

.circle.circle-inverse.active {
    background-color: #6d6e71;
}

.bloco-cabecalho-principal-slides {
    height: 665px;
    background-color: white;
    padding-top: 145px;
}


.slide {
    z-index: 2;
    width: 100%;
    height: 100%;
    min-height: 520px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #FFFFFF;
    padding-top: 135px;
}

/*.slide:before {*/
/*    background: #FFFFFF;*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    max-height: 865px;*/
/*    top: 0;*/
/*    background-repeat: no-repeat;*/
/*    background-position: top center;*/
/*    content: '';*/
/*}*/

.slide-seta {
    width: 15px;
    height: 18px;
    background-image: url('https://solvefortomorrowbrasil.com.br/imagens/seta-slide.svg');
    text-align: center;
    background-color: transparent;
    background-repeat: no-repeat;
    overflow: hidden;
    color: transparent;
    background-size: contain;
    cursor: pointer;
    pointer-events: auto;
}

.slide-seta.voltar {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.posicao1 {
    position: relative;
    bottom: 0;
}

.posicao-outras {
    position: absolute;
    left: -100%;
    bottom: 0;
}

.controle {
    width: 100%;
    min-height: 670px;
    position: absolute;
    top: 0;
    pointer-events: none;
}

.bloco-conteudo .bloco-responsivo {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.slide {
    padding-top: 0px;
}

@media all and (max-width: 990px) {

    .controle {
        max-height: unset;
        top: unset;
        min-height: 40px;
        background-color: #003cb3;
    }

    .container-circle {
        top: 15px;
    }

    .slide {
        padding-top: 50px;
    }
}


@media all and (max-width: 780px) {

    .bloco-cabecalho-principal-slides {
        height: 250px;
        padding-top: 0px;
    }

    .slies {
        min-height: 200px;
    }

    .slide {
        padding-top: 0 !important;
        min-height: 200px;
        width: 100%;
    }

    .slide .bloco-conteudo {
        font-size: 10px !important;
    }


    .bloco-conteudo img.img-responsivo {
        width: 100%;
        height: auto;
    }

    .bloco-conteudo .bloco-responsivo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Fim Slides*/

/**********************************************************************************/
/**********************************************************************************/
/***************************************2020***************************************/
/**********************************************************************************/
/**********************************************************************************/


/* Inicio Video Tutorial */

#videoTutorial2021 {
    padding-top: 70px;
    padding-bottom: 70px;
}

#videoTutorial2021 .textoVideoTutorial {
    font-size: 22px;
    text-align: right;
}

#videoTutorial2021 video {
    width: 100%;
}

#videoTutorial2021 img {
    width: 100%;
}

@media all and (max-width: 990px) {
    #videoTutorial2021, #videoTutorial2021 .textoVideoTutorial {
        text-align: center;
        padding-top: 20px;
    }

    #videoTutorial2021 .paragraph {
        margin: 0 auto;
    }

    #videoTutorial2021 video {
        max-width: 500px !important;
    }

    #videoTutorial2021 .textoVideoTutorial {
        margin-top: unset;
        margin-bottom: 30px;
        font-size: 40px;
    }
}

@media all and (max-width: 600px) {
    #videoTutorial2021 iframe {
        width: 100%;
    }
}

/* Fim Video Tutorial */


/* Inicio Passo a Passo */
#blocoPassoApasso .btn.btn-rosa {
    background-color: #FFB546;
}

#blocoPassoApasso p.paragrafo {
    margin: 0 0 5px 0;
}

#blocoPassoApasso p.paragrafo.grande {
    margin: 0 0 8px 0;
}

#blocoPassoApasso h3 {
    margin: 0px auto 18px auto;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
    font-family: "Samsung Sharp Sans";
}

#blocoPassoApasso {
    padding-top: 60px;
    padding-bottom: 30px;
}

#blocoPassoApasso .grade-linha > h2 {
    text-align: center;
}

#blocoPassoApasso .grade:first-child {
    margin-bottom: 12px;
}

#blocoPassoApasso img {
    margin-top: -5px;
}

.info-topo {
    padding-bottom: 50px;
}

.info, .info-topo, .info-base {
    position: relative;
}

#blocoPassoApasso .info-topo::before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 1px;
    border-left: 1.6px solid #9e9cbb;
    top: 35px;
}

#blocoPassoApasso .info-base::before {
    content: ' ';
    position: absolute;
    height: 5%;
    width: 1px;
    border-left: 1.6px solid #9e9cbb;
}

#blocoPassoApasso .info::before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 1px;
    border-left: 1.6px solid #9e9cbb;
}

#blocoPassoApasso .grade-linha {
    padding: 0;
}

#blocoPassoApasso .col9.info.item,
#blocoPassoApasso .col9.info-base.item,
#blocoPassoApasso .col9.info-topo.item {
    padding-bottom: 90px;
}

.item {
    margin-left: 20px !important;
}

.item .btn {
    font-size: 12px;
    padding: 9px 11.5px;
    margin-top: 26px;
}

.flag {
    content: ' ';
    position: relative;
    top: 35px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    height: 17px;
    width: 17px;
    border: .5px solid #ffffff;
    background-color: #fff;
    border-radius: 50%;
}

.item.ativo .flag {
    background-color: #ffffff;
}

.item.ativo .flag::before {
    content: ' ';
    position: absolute;
    left: 6px;
    top: -14px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    height: 42px;
    width: 42px;
    border: .5px solid #8b86c0;
    /* background-color: #fff; */
    border-radius: 50%;
}

.item.ativo .flag::after {
    content: ' ';
    position: absolute;
    left: 6px;
    top: -23px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    height: 60px;
    width: 60px;
    border: .5px solid #8b86c0;
    /* background-color: #fff; */
    border-radius: 50%;
}

.passoApasso {
    font-family: "Samsung Sharp Sans";
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.38px;
    line-height: 38px;
    color: #FFFFFF;
}

.titulo-h2 {
    font-family: "Samsung Sharp Sans";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.38px;
    line-height: 38px;
    color: #FFFFFF;
}

.titulo-h2-margin {
    margin: 15px 0 15px 80px;
}

.titulo-h2-margin span {
    font-size: 48px;
    margin-right: 18px;
}

.titulo-h2-margin [class*="span"] {
    margin-left: -40px;
}

.paragrafo {
    /*color: #4A4A4A;*/
    color: #FFFFFF;
    font-family: SamsungOne;
    line-height: 21px;
    font-size: 15px;
}

.paragrafo-info {
    font-family: "Samsung Sharp Sans";
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 24px;
}

.paragrafo-info span, .paragrafo span {
    color: #e46491;
    font-weight: bold;
}

.paragrafo span.grande {
    font-family: "Samsung Sharp Sans";
    font-size: 20px;
}

.certer {
    text-align: center;
}

.box {
    padding: 25px 40px;
    border: 1px solid #E46491;
}

.margin-left {
    margin-left: 46px;
}

.fundo-azul {
    background-color: #2b2778;
}

.img-responsive {
    position: absolute;
    left: 0;
    margin-left: 24px;
    top: 0;
}

.p-inscreva-se {
    color: #FFFFFF;
    font-family: "SamsungOne";
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px !important;
}

.a-inscreva-se.btn.btn-rosa {
    margin-top: 30px;
    padding: 17px 75px;
    font-family: "SamsungOne";
    color: #FFFFFF;
    text-align: center;
    /*font-size: 14px;*/
}


.botaoComoParticipar {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}

.botaoComoParticipar .btn.btn-rosa {
    padding: 17px 75px;
}

#blocoPassoApasso p.paragrafo.espacamento-top {
    margin-top: 15px;
}

#blocoPassoApasso .divFilhaParagrafo p {
    margin-top: -7px;
}

#blocoPassoApasso .divFilhaParagrafo:first-of-type {
    display: flex;
    margin-top: 25px;
}

#blocoPassoApasso .divFilhaParagrafo {
    display: flex;
    margin-top: 10px;
}

#blocoPassoApasso .divFilhaParagrafo img {
    margin-right: 15px;
}

#blocoPassoApasso .divFilhaParagrafo img.imagem1 {
    width: 38px;
    height: 32px;
}

#blocoPassoApasso .divFilhaParagrafo img.imagem2 {
    width: 41px;
    height: 33px;
}

@media all and (max-width: 990px) {
    #blocoPassoApasso .divFilhaParagrafo img {
        margin-right: unset;
    }

    #blocoPassoApasso .divFilhaParagrafo:first-of-type,
    #blocoPassoApasso .divFilhaParagrafo {
        display: block;
        margin-top: 10px;
    }

    #blocoPassoApasso h3 {
        font-size: 40px;
    }

    .certer-responsive,
    .paragrafo-info,
    #blocoPassoApasso .titulo-h2,
    .clique-participe,
    .btn-clique-participe,
    #blocoPassoApasso .conteudo-info {
        text-align: center !important;
    }

    #blocoPassoApasso .img-responsive {
        max-width: 80px;
        position: unset;
        left: unset;
        margin-left: unset;
        top: unset;
    }

    .titulo-h2-margin {
        margin: 30px 0 15px 0px;
    }

    #blocoPassoApasso .info-topo::before,
    #blocoPassoApasso .info::before,
    #blocoPassoApasso .info-base::before {
        width: 100%;
        content: ' ';
        position: absolute;
        height: 1px;
        border: .5px solid #8b86c0;
    }

    #blocoPassoApasso .info-topo::before {
        top: 0;
    }

    .col1.margin-left {
        display: none;
    }

    .item {
        margin-left: 0px !important;
    }

    .info, .info-topo, .info-base {
        padding-top: 10px;
        margin-top: 40px !important;
    }

    .flag {
        content: ' ';
        position: absolute;
        top: 4px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        box-sizing: border-box;
        height: 13px;
        width: 13px;
        border: .5px solid #8b86c0;
        background-color: #fff;
        border-radius: 50%;
    }

    .info-topo .flag {
        top: -6px;
    }

    .item .col6 p:first-child {
        margin-top: 36px;
    }

    #blocoPassoApasso .conteudo-info {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .titulo-h2-margin [class*="span"] {
        margin-left: 0px;
    }

    .btn-clique-participe a {
        margin-top: 0;
        float: none;
    }

    #blocoPassoApasso p.paragrafo {
        text-align: center;
    }
}

/* Fim Passo a Passo */

/* Inicio Infrográfico e APP */

#infograficoApp {
    padding-top: 70px;
    padding-bottom: 35px;
    background-color: #632970;
}

#infograficoApp h2 {
    text-align: center;
    font-size: 50px;
    font-family: "Samsung Sharp Sans";
    font-weight: bold;
    color: #FFFFFF;

}

#infograficoApp .texto1Infografico, #infograficoApp .texto1Infografico a, #infograficoApp .texto2Infografico {
    text-align: right;
    font-family: "Samsung Sharp Sans";
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    color: #FFFFFF;
    margin-top: 50px;
}

#infograficoApp .texto1Infografico a {
    text-decoration: unset;
}

#infograficoApp .divTexto1Infografico {
    margin-bottom: 40px;
}

#infograficoApp .texto2Infografico {
    margin-top: 65px;
}


@media all and (max-width: 990px) {

    #infograficoApp h2 {
        font-size: 40px;
    }

    #infograficoApp .texto1Infografico,
    #infograficoApp .texto2Infografico,
    #infograficoApp .imagem1Infografico,
    #infograficoApp .imagem2Infografico {
        text-align: center;
    }

    #infograficoApp .imagem1Infografico img {
        max-width: 235px;
    }

    #infograficoApp .imagem2Infografico img {
        max-width: 229px;
    }

    #infograficoApp .imagem1Infografico,
    #infograficoApp .imagem2Infografico {
        width: 100%;
    }

}

.not-style {
    color: #fff;
    text-decoration: none;
}


.not-style:hover {
    text-decoration: underline;
}

/* Fim Infrográfico e APP */

/* Inicio quais são os prêmios */
#quaisSaoPremios {
    padding-top: 80px;
    padding-bottom: 50px;
}

#quaisSaoPremios h3 {
    text-align: center;
    font-size: 20px;
    font-family: "Samsung Sharp Sans";
    font-weight: bold;
    margin-bottom: 5px;
}

#quaisSaoPremios h2 {
    text-align: center;
    font-size: 50px;
    font-family: "Samsung Sharp Sans";
    font-weight: bold;
    margin-bottom: 15px;
}

#quaisSaoPremios .descricao {
    text-align: center;
    font-size: 22px;
    font-family: "Samsung Sharp Sans";
    font-weight: bold;
    margin-bottom: 5px;
}

#quaisSaoPremios .descricao.margin-personalizada {
    margin-bottom: 16px;
}

#quaisSaoPremios .subDescricao {
    text-align: center;
    font-size: 20px;
    font-family: SamsungOne;
    line-height: 24px;
}

#quaisSaoPremios .subDescricao.padding-personalizado-1 {
    font-family: "Samsung Sharp Sans";
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

#quaisSaoPremios .subDescricao.padding-personalizado-2 {
    font-family: "Samsung Sharp Sans";
    text-align: left;
    padding-left: 18px;
    padding-right: 17px;
}

#quaisSaoPremios .subDescricao.padding-personalizado-3 {
    font-family: "Samsung Sharp Sans";
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

#quaisSaoPremios .no-margin-rigth {
    margin-right: 0px !important;
}

#quaisSaoPremios .no-margin-left {
    margin-left: 0px !important;
}

#quaisSaoPremios .card {
    width: 275px;
    border: 4px solid;
    border-radius: 27px;
    margin: 0 auto;
}

#quaisSaoPremios .card-televisao {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    text-align: center;
    border: 4px solid;
    border-radius: 27px;
    padding: 15px;
}

#quaisSaoPremios .card .imagem-card-primeiro-lugar {
    height: 163px;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/tv_cell.png');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
}

.contraste #quaisSaoPremios .card .imagem-card-primeiro-lugar {
    height: 163px;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/tv_cell_b.png');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
}

#quaisSaoPremios .card .imagem-card-segundo-lugar {
    height: 163px;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/tv_notebook.png');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
}

.contraste #quaisSaoPremios .card .imagem-card-segundo-lugar {
    height: 163px;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/tv_notebook_b.png');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
}

#quaisSaoPremios .card .imagem-card-terceiro-lugar {
    height: 163px;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/tv_smartwatch.png');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
}

.contraste #quaisSaoPremios .card .imagem-card-terceiro-lugar {
    height: 163px;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/tv_smartwatch_b.png');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
}

#quaisSaoPremios .card-televisao .imagem-card-escolas {
    height: 163px;
    width: 100%;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/tvs.png');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
}

.contraste #quaisSaoPremios .card-televisao .imagem-card-escolas {
    height: 163px;
    width: 100%;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/tvs_b.png');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
}

#quaisSaoPremios .itens-premiacao {
    margin-bottom: 30px;
    margin-top: 40px;
    display: flex;
}

#quaisSaoPremios .div1premio1 img,
#quaisSaoPremios .div2premio2 img,
#quaisSaoPremios .div3premio3 img {
    height: 150px;
}

#quaisSaoPremios .div1premio1 {
    text-align: center;
    margin-top: 40px;
}

#quaisSaoPremios .div2premio2 {
    text-align: center;
    margin-top: 40px;
}

#quaisSaoPremios .div3premio3 {
    text-align: center;
    margin-top: 30px;
}

#quaisSaoPremios .marginBottom {
    margin-bottom: 40px;
}

#quaisSaoPremios .card-televisao img {
    max-width: 215px;
    max-height: 175px;
}

#quaisSaoPremios .card-televisao p {
    margin-left: 70px;
}


@media all and (max-width: 990px) {
    #quaisSaoPremios .card-televisao {
        flex-direction: column;
    }

    #quaisSaoPremios .card-televisao img {
        width: 100%;
        margin: 0 auto;
    }

    #quaisSaoPremios .card-televisao p {
        margin-left: 0;
    }
}

#quaisSaoPremios .div-card-demais {
    display: flex;
}

#quaisSaoPremios .div-card-demais .col3 {
    margin-left: auto;
    margin-right: auto;
}

#quaisSaoPremios .div-card-demais {
    text-align: center;
}

#quaisSaoPremios .trofeu-finalistas {
    height: 110px;
    width: 100%;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/juri_popular.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;
}

.contraste #quaisSaoPremios .trofeu-finalistas {
    height: 110px;
    width: 100%;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/juri_popular_b.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;
}

#quaisSaoPremios .projetos-finalistas {
    height: 110px;
    width: 100%;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/notebook.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;
}

.contraste #quaisSaoPremios .projetos-finalistas {
    height: 110px;
    width: 100%;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/notebook_b.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;
}

#quaisSaoPremios .projetos-classificados {
    height: 110px;
    width: 100%;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/kit_arduino.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;
}

.contraste #quaisSaoPremios .projetos-classificados {
    height: 110px;
    width: 100%;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/kit_arduino_b.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;
}

#quaisSaoPremios .finalistas-projetos {
    height: 110px;
    width: 100%;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/tablet.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;
}

.contraste #quaisSaoPremios .finalistas-projetos {
    height: 110px;
    width: 100%;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/icones/tablet_b.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;
}

#quaisSaoPremios .saiba-mais-premios {
    padding-top: 35px;
    padding-bottom: 20px;
    text-align: center;
}

#quaisSaoPremios .saiba-mais-premios a {
    padding: 17px 75px;
}

@media all and (max-width: 990px) {
    #quaisSaoPremios {
        padding-top: 50px;
    }

    #quaisSaoPremios h2 {
        font-size: 40px;
    }

    #quaisSaoPremios .itens-premiacao {
        display: block;
    }

    #quaisSaoPremios .card {
        margin-bottom: 35px;
        width: 100%;
    }

    #quaisSaoPremios .div-card-demais {
        display: block;
    }

    #quaisSaoPremios .subDescricao.padding-personalizado {
        text-align: center;
    }

    #quaisSaoPremios .div-card-demais .col3 {
        margin-bottom: 25px;
    }
}

/* Fim quais são os prêmios */


/* Inicio bloco branco */
#blocoBranco {
    padding-top: 10px;
    padding-bottom: 10px;
}

#blocoBranco .imagemInscrevaRodape img {
    width: 100%;
    max-width: unset;
}

#blocoBranco p {
    font-size: 20px;
    font-family: "Samsung Sharp Sans";
    font-weight: bold;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 7px;
}

#blocoBranco .btn.btn-amarelo {
    padding: 10px 24px;
}

#blocoBranco .btn.btn-amarelo {
    background-color: #b2ba1d;;
}

#blocoBranco .divBotao {
    padding-top: 33px;
}

@media all and (max-width: 990px) {

    #blocoBranco {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    #blocoBranco .divBotao {
        padding-top: 0px;
    }

    #blocoBranco .imagemInscrevaRodape img {
        width: 100%;
        max-width: 140px;
    }

    #blocoBranco .imagemInscrevaRodape {
        margin-bottom: 30px;
    }

    #blocoBranco .imagemInscrevaRodape.margin-personalizada-bloco-branco {
        margin-bottom: 15px;
    }
}

.modal-content {
    border: none;
}

.modal-covid,
.modal-covid h3 {
    text-align: left;
    color: #FFFFFF;
}

.modal-covid .btn-amarelo {
    white-space: initial;
}

.bloco-modal-covid {
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/home/fundo-modal-corona.png');
    background-color: #2f1b5e;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-modal-covid {
    width: 140px;
    height: 140px;
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/home/icone_calendario.png?1');
    background-size: contain;

}

.bloco-aviso-premio > div {
    display: inline-block;
    width: 49%;
}

.bloco-aviso-premio .bloco-novo-premio {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 15px;
    text-align: center;
}


/* Fim bloco branco */

.titulo-balao {
    position: relative;
    min-height: 80px;
}

.titulo-balao:before {
    content: '';
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 80px;
    height: 70px;
    left: -30px;
    background-size: 75px 65px;
    z-index: -1;
}

.titulo-balao.amarelo:before {
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/pagina-inicial/nuvem-amarela.png');
}

.titulo-balao.rosa:before {
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/pagina-inicial/nuvem-rosa.png');
}

.titulo-balao.azul:before {
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/pagina-inicial/nuvem-azul.png');
}

/* Inicio bloco Votacao Popular */

#blocoFinalistas {
    padding-top: 94px;
    text-align: left;
    padding-bottom: 90px;
}

#modalVencedorFinalista .modal-body {
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/pagina-inicial/fundo-modal-3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 18px;
    border: none;
}

#modalVencedorFinalista .obrigado {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    color: #000000;
    font-family: "Samsung Sharp Sans";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.38px;
    line-height: 38px;
    text-align: center;
}

#modalVencedorFinalista .voto-confirmado {
    font-family: "Samsung Sharp Sans";
    color: #000;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0.25px;
    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

#modalVencedorFinalista .check-voto-confirmado {
    background-image: url('https://solvefortomorrowbrasil.com.br//imagens/pagina-inicial/check-voto-confirmado.png');
    background-size: 65px;
    background-repeat: no-repeat;
    background-position-x: 50%;
    border: 0;
    width: 100%;
    height: 65px;
}

#modalVencedorFinalista .evento-vencedores {
    font-family: "Samsung Sharp Sans";
    color: #000;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.25px;
    line-height: 25px;
    padding-top: 22px;
    padding-bottom: 15px;
    text-align: center;
}

#modalVencedorFinalista .divBotao {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 95px;
}

#modalVencedorFinalista .divBotao a {
    text-transform: unset;
    font-weight: 100;
    font-size: 14px;
    padding: 17px 20px;
}

#modalVencedorFinalista .gwt-Image.modal-close-button {
    width: 25px !important;
    height: 25px !important;;
    cursor: pointer !important;;
    position: absolute !important;;
    right: 10px !important;;
    top: 10px !important;;
}

#modalVencedorFinalista .modal-body {
    padding: 0px !important;
}

#modalVencedorFinalista .modal-dialog,
#modalVencedorFinalista .modal-content {
    border-radius: 17px;
}

#blocoFinalistas .modal-div {
    display: block !important;
}

#blocoFinalistas .titulo-finalistas {
    text-align: center;
}

#blocoFinalistas .titulo-finalistas h2 {
    color: #000000;
    font-family: "Samsung Sharp Sans";
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.63px;
    line-height: 65px;
    margin-bottom: 10px;
}

.titulo-nacional h2 {
    color: #FFFFFF;
    font-family: "Samsung Sharp Sans";
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.63px;
    line-height: 65px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

#blocoFinalistas .subtitulo-votacao-videos {
    color: #4A4A4A;
    font-family: SamsungOne;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

#blocoFinalistas iframe {
    height: 222px;
    max-width: 400px;
    width: 100%;
}

#blocoVencedores iframe {
    height: 166.5px;
    max-width: 400px;
    width: 100%;
}

#blocoVencedores .divVideo.mencao-honrosa iframe {
    height: 255.3px;
    max-width: 460px;
    width: 100%;
}

#blocoFinalistas .divVideo,
#blocoVencedores .divVideo {
    text-align: center;
    margin-top: 31px;
}

#blocoFinalistas .divVideo img,
#blocoVencedores .divVideo img {
    width: 100%;
    max-width: 400px;
}

#blocoFinalistas .margem-finalistas,
#blocoVencedores .divVideo.mencao-honrosa img {
    width: 100%;
    max-width: 460px;
}

#blocoFinalistas .margem-finalistas {
    margin-top: 67px;
}

#blocoFinalistas .margem-votacao.div-2,
#blocoFinalistas .margem-votacao.div-4,
#blocoFinalistas .margem-votacao.div-6,
#blocoFinalistas .margem-votacao.div-8 {
    margin-top: 60px;
}

#blocoFinalistas .margem-votacao.div-0 {
    margin-top: 45px;
}

#blocoFinalistas .margem-votacao .col5 {
    width: 400px;
    margin: 0px;
}

#blocoFinalistas .titulo-do-projeto,
#blocoVencedores .titulo-do-projeto {
    color: #000000;
    font-family: "Samsung Sharp Sans";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 26px;
    text-align: center;
}

#blocoFinalistas .titulo-do-projeto-sem-video {
    color: #000000;
    font-family: "Samsung Sharp Sans";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 26px;
    text-align: left;
}

#blocoFinalistas .descricao-projeto,
#blocoVencedores .descricao-projeto {
    color: #4A4A4A;
    font-family: SamsungOne;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

#blocoFinalistas .dados-projeto {
    margin-top: 30px;
    /*margin-top: 10px;*/
    color: #4a4a4a;
    font-family: SamsungOne;
    font-size: 14px;
    line-height: 22px;
}

#blocoFinalistas .dados-projeto-votacao,
#blocoVencedores .dados-projeto-votacao {
    margin-top: 20px;
    color: #4a4a4a;
    font-family: SamsungOne;
    font-size: 14px;
    line-height: 22px;
}

#blocoFinalistas .botao-votar {
    font-size: 12px;
    line-height: 14px;
    padding-left: 50px;
    padding-right: 50px;
}

/*Recaptcha do google*/
.g-recaptcha {
    width: 302px;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width: 990px) {
    #blocoFinalistas #corpo0,
    #blocoFinalistas #corpo1,
    #blocoFinalistas #corpo2,
    #blocoFinalistas #corpo3,
    #blocoFinalistas #corpo4,
    #blocoFinalistas #corpo5,
    #blocoFinalistas #corpo6,
    #blocoFinalistas #corpo7,
    #blocoFinalistas #corpo8,
    #blocoFinalistas #corpo9,
    #blocoFinalistas #corpo10 {
        height: unset !important;
    }


    #blocoFinalistas .titulo-finalistas h2 {
        font-size: 40px;
    }

    #blocoFinalistas .subtitulo-votacao-videos {
        margin-bottom: unset;
    }

    #blocoFinalistas .dados-projeto,
    #blocoVencedores .dados-projeto {
        text-align: center;
        max-width: 365px;
        margin-bottom: 50px;
        margin-right: auto;
        margin-left: auto;
    }

    #blocoFinalistas .titulo-do-projeto, #blocoFinalistas .titulo-do-projeto-sem-video,
    #blocoVencedores .titulo-do-projeto, #blocoVencedores .titulo-do-projeto-sem-video {
        max-width: 365px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    #blocoFinalistas .titulo-do-projeto, #blocoFinalistas .titulo-do-projeto-sem-video,
    #blocoVencedores .titulo-do-projeto, #blocoVencedores .titulo-do-projeto-sem-video {
        height: unset !important;
    }

    #blocoFinalistas .dados-projeto-votacao,
    #blocoVencedores .dados-projeto-votacao {
        text-align: center;
        max-width: 380px;
        margin-bottom: 50px;
        margin-right: auto;
        margin-left: auto;
    }

    #blocoFinalistas .margem-votacao .col5 {
        width: unset;
    }

    #blocoFinalistas video {
        max-width: 380px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    #blocoFinalistas .descricao-projeto,
    #blocoVencedores .descricao-projeto {
        max-width: 380px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    /*Recaptcha do google*/
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width: 990px) {
    #modalVencedorFinalista .modal-dialog {
        width: 700px;
    }
}

@media all and (max-width: 700px) {
    #blocoFinalistas .subtitulo-votacao-videos br {
        display: none;
    }
}

/* Fim bloco Votacao Popular */

/* Inicio Bloco Vencedores*/

#blocoVencedores {
    padding-top: 50px;
    padding-bottom: 70px;
}

#blocoVencedores .trofeu-juri-popular {
    margin-top: 51px;
    text-align: center;
    margin-bottom: 28px;
}

#blocoVencedores .trofeu-juri-popular img {
    height: 90px;
    width: 91px;
}

#blocoVencedores .titulo-vencedores {
    text-align: center;
}

#blocoVencedores .titulo-vencedores h2 {
    color: #000000;
    font-family: "Samsung Sharp Sans";
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.63px;
    line-height: 62px;
    margin-bottom: unset;
}

#blocoVencedores .video {
    text-align: center;
}

#blocoVencedores .video video {
    width: 100%;
    margin-top: 31px;
}

#blocoVencedores .titulo-do-projeto.vencedores {
    margin-top: 46px;
}

#blocoVencedores .titulo-do-projeto.juri-popular {
    margin-top: 70px;
}

#blocoVencedores .medalha-vencedor {
    text-align: center;
    margin-top: 65px;
}

#blocoVencedores .medalha-vencedor div {
    margin-top: 18px;
    color: #000000;
    font-family: "Samsung Sharp Sans";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 25px;
}

#blocoVencedores .trofeu-mencao-honrosa {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 20px;
}

#blocoVencedores .trofeu-mencao-honrosa img {
    height: 85px;
    width: 67px;
}

#blocoVencedores .projeto-mencao-honrosa {
    padding-right: 23.5px;
    padding-left: 23.5px;
}

@media all and (max-width: 990px) {
    #blocoVencedores .divVideo.mencao-honrosa img {
        width: 100%;
        max-width: 400px;
    }

    #blocoVencedores iframe,
    #blocoVencedores .divVideo.mencao-honrosa iframe {
        height: 222px;
        max-width: 400px;
        width: 100%;
    }

    #blocoVencedores .projeto-mencao-honrosa {
        padding-right: unset;
        padding-left: unset;
    }

    #blocoVencedores .medalha-vencedor,
    #blocoVencedores .titulo-do-projeto.juri-popular {
        margin-top: unset;
    }

    #blocoVencedores .titulo-vencedores {
        padding-bottom: 30px;
    }
}

/* Fim Bloco Vencedores*/

/* Inicio Bloco Video Cerimonia*/

#blocoVideoCerimonia {
    padding-top: 90px;
}

#blocoVideoCerimonia .titulo-cerimonia {
    text-align: center;
}

#blocoVideoCerimonia .titulo-cerimonia h2 {
    padding-top: 70px;
    padding-bottom: 50px;
    color: #000000;
    font-family: "Samsung Sharp Sans";
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.63px;
    line-height: 62px;
    margin-bottom: unset;
}

#blocoVideoCerimonia .col12:nth-of-type(1) {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}


#blocoVideoCerimonia .col12 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Fim Bloco Vencedores*/


/*Texto e Imagem dos Jovens*/


/*iframe {*/
/*    width: 100%;*/
/*    min-height: 300px;*/
/*}*/

p.texto-jovens {
    text-align: center;
    font-size: 16px;
    width: 70%;
    margin: auto;
    font-family: "Samsung Sharp Sans";
}

/*@media all and (min-width: 768px) {*/
/*    iframe {*/
/*        height: 500px;*/
/*    }*/
/*}*/

/*Fim do Texto e Imagem dos Jovens*/

/*Bloco acompanhar nas redes sociais*/
#acompanheOPremio .imagemFacebook, #acompanheOPremio .imagemInstagram {
    margin-right: 70px;
    max-width: 71px;
}

#acompanheOPremio h3 {
    font-size: 47px;
}

/*Fim do bloco das redes sociais*/

/* Inicio do b#BlocoSemifinalistasloco de semifinalistas */
#blocoSemifinalistas {
    background-color: #017DC5;
    text-align: center;
    position: relative;
    padding-top: 115px;
    padding-bottom: 172px;
}

#blocoSemifinalistas .margem-semifinalistas {
    margin-top: 89px;
}

#blocoSemifinalistas .margem-semifinalistas:first-of-type {
    margin-top: 67px;
}

#blocoSemifinalistas .titulo-dos-projetos {
    margin-bottom: 24px;
    color: #ffffff;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 18px;
    font-weight: unset;
    letter-spacing: .25px;
    line-height: 21px;
    text-align: left;
}

#blocoSemifinalistas .titulo-dos-projetos.projeto-1 {
    width: 396px;
}

#blocoSemifinalistas .titulo-dos-projetos.projeto-2 {
    width: 396px;
    margin-left: auto;
}

#blocoSemifinalistas .dados-projetos {
    text-align: left;
    width: 381px;
    color: #ffffff;
    font-family: "Samsung Sharp Sans Regular";
    font-size: 14px;
    line-height: 24px;
}

#blocoSemifinalistas .dados-projetos.dado-projeto-1 {
    width: 381px;
}

#blocoSemifinalistas .dados-projetos.dado-projeto-2 {
    width: 381px;
    margin-left: auto;
    margin-right: 14px;
}

#blocoSemifinalistas .titulo-semifinalistas h2 {
    color: #ffffff;
    font-family: "Samsung Sharp Sans";
    font-size: 50px;
    font-weight: unset;
    letter-spacing: .63px;
    line-height: 50px;
    margin-bottom: 8px;
}

@media all and (max-width: 990px) {
    #blocoSemifinalistas .titulo-semifinalistas h2 {
        margin-bottom: 65px;
        font-size: 40px;
    }

    #blocoSemifinalistas .margem-semifinalistas {
        margin-top: 10px;
    }

    #blocoSemifinalistas .dados-projetos.dado-projeto-1 {
        width: unset;
        text-align: center;
    }

    #blocoSemifinalistas .dados-projetos.dado-projeto-2 {
        margin-right: auto;
        width: unset;
        text-align: center;
    }

    #blocoSemifinalistas .titulo-dos-projetos.projeto-1,
    #blocoSemifinalistas .titulo-dos-projetos.projeto-2 {
        width: unset;
        max-width: 408px;
        text-align: center;
    }
}

/* Fim do bloco de semifinalistas */

/*Início do bloco de finalistas*/
#finalistas {
    background-color: #000000;
    margin: 0 auto;
    position: relative;
    padding: 40px 0;
}

#finalistas .img {
    background-repeat: no-repeat;
    position: absolute;
}

#finalistas .titulo-finalistas h2 {
    font-family: "Samsung Sharp Sans";
    color: #ffffff;
    width: fit-content;
    letter-spacing: 0.63px;
    line-height: 50px;
    font-size: 40px;
    margin: 0 auto;
}

#finalistas .titulo-juri h2 {
    color: #ffb546;
}

#finalistas .linha-finalistas {
    display: flex;
    margin: 0;
    padding: 105px 0 0 0;
    justify-content: space-between;
}

#finalistas .primeira-linha {
    padding: 158px 0 0 0;
}

#finalistas .projeto {
    width: 396px;
    text-align: left;
    font-weight: 100;
}

#finalistas .projeto-2 {
}

#finalistas .titulos-finalistas {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-weight: unset;
    color: #017DC5;
    letter-spacing: .25px;
    margin: 0 0 24px 0;
    font-size: 20px;
}

#finalistas .dados-finalistas {
    font-family: "Samsung Sharp Sans Regular";
    color: #ffffff;
    line-height: 24px;
    font-size: 16px;
}

#finalistas .texto-juri {
    text-align: center;
    padding: 100px 0 80px 0;
}

#finalistas .img-icone-1 {
    background-image: url('https://solvefortomorrowbrasil.com.br/imagens/home/icone-1.png');
    width: 162px;
    height: 84px;
    top: -158px;
    left: -65px;
}

#finalistas .img-icone-2 {
    background-image: url('https://solvefortomorrowbrasil.com.br/imagens/home/icone-2.png');
    width: 286px;
    height: 833px;
    top: 320px;
    left: 50px;
}

#finalistas .img-icone-3 {
    background-image: url('https://solvefortomorrowbrasil.com.br/imagens/home/icone-3.png');
    width: 284px;
    height: 500px;
    top: 60%;
}

#finalistas .img-icone-4 {
    background-image: url('https://solvefortomorrowbrasil.com.br/imagens/home/icone-4.png');
    width: 244px;
    height: 172px;
    left: 50px;
    bottom: 50px;
}

#finalistas .img-icone-5 {
    background-image: url('https://solvefortomorrowbrasil.com.br/imagens/home/icone-5.png');
    width: 286px;
    height: 850px;
    top: 320px;
    right: 0;
}

#finalistas .img-icone-6 {
    background-image: url('https://solvefortomorrowbrasil.com.br/imagens/home/icone-6.png');
    width: 258px;
    height: 997px;
    bottom: 10px;
    right: 0;
}

@media all and (max-width: 990px) {

    #finalistas .linha-finalistas {
        flex-direction: column;
        padding: 0 10px;
    }

    #finalistas .projeto {
        text-align: center;
        margin: 50px auto 0;
        width: unset;
        max-width: 408px;
    }

    #finalistas .img-icone-1 {
        left: 15%;
    }
}

/*Início de recortes nas imagens*/
@media all and (max-width: 1640px) {
    #finalistas .img-icone-2 {
        background-image: url('https://solvefortomorrowbrasil.com.br/imagens/home/icone-2-cropped.png');
        width: 37px;
    }
}

@media all and (max-width: 1555px) {
    #finalistas .img-icone-3 {
        background-image: url('https://solvefortomorrowbrasil.com.br/imagens/home/icone-3-cropped.png');
        width: 204px;
    }

    #finalistas .img-icone-4 {
        background-image: url('https://solvefortomorrowbrasil.com.br/imagens/home/icone-4-cropped.png');
        width: 39px;
    }
}

@media all and (max-width: 1526px) {
    #finalistas .img-icone-5 {
        background-image: url('https://solvefortomorrowbrasil.com.br/imagens/home/icone-5-cropped.png');
        width: 201px;
    }
}

@media all and (max-width: 1448px) {
    #finalistas .img-icone-6 {
        background-image: url('https://solvefortomorrowbrasil.com.br/imagens/home/icone-6-cropped.png');
        width: 141px;
    }
}

@media all and (max-width: 1365px) {
    #finalistas .img-icone-3 {
        display: none;
    }
}

@media all and (max-width: 1350px) {
    #finalistas .img-icone-5 {
        display: none;
    }
}

@media all and (max-width: 1229px) {
    #finalistas .img-icone-6 {
        display: none;
    }
}

@media all and (max-width: 1135px) {
    #finalistas .img {
        display: none;
    }
}

/*Fim de recortes nas imagens*/
/*Fim do bloco de finalistas*/

.bloco-vencedor-nacional {
    max-width: 280px;
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 20px;
    vertical-align: top;
}

.bloco-vencedor-nacional:last-child {
    margin-right: 0px;
}

.bloco-vencedor-nacional .titulo-do-projeto {
    color: #007cc1;
    font-size: 20pt;
    text-align: left;
    margin-bottom: 15px;
    font-family: 'Samsung Sharp Sans';
    font-weight: bold;
}

.bloco-vencedor-nacional .dados-projeto-votacao {
    color: #FFFFFF;
    font-size: 16pt;
    text-align: left;
    font-family: 'Samsung Sharp Sans Medium';
}

.bloco-vencedor-nacional .divVideo {
    margin-bottom: 15px;
}

.bloco-vencedor-nacional .posicao {
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 16pt;
}

.bloco-vencedor-nacional iframe {
    max-width: 100%;
}

@media (max-width: 500px) {
    .bloco-vencedor-nacional {
        display: block;
        margin: auto;
        margin-bottom: 35px;
    }

    .bloco-vencedor-nacional:last-child {
        margin-right: auto;
    }

    .bloco-vencedor-nacional iframe {
        width: 100%;
    }

}


.central-atendimento {
    margin: 15px 0;
    font-size: 13px;
    padding-left: 18px;
}


#baseIframe {
    cursor: pointer;
    width: 560px;
    height: 315px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://solvefortomorrowbrasil.com.br/imagens/home/video-home-2.jpg');
    background-image: image-set(
        url('https://solvefortomorrowbrasil.com.br/imagens/home/video-home-2.webp') type('image/webp'),
        url('https://solvefortomorrowbrasil.com.br/imagens/home/video-home-2.jpg') type('image/jpeg')
    );
}

@media (max-width: 500px) {
    #baseIframe {
        width: 100%;
        height: 315px;
        background-size: contain;
    }
}

#blocoCardsFinalista .linha-card-votacao-popular {
    display: block;
}

#blocoCardsFinalista .linha-card-votacao-popular > div {
    display: inline-block;
}

.video-finalista > a {
    display: block;
}

.video-finalista img {
    max-width: 418px;
}

#blocoCardsFinalista .card {
    margin: 0 10px 25px;
}

#blocoCardsFinalista .titulo-do-projeto-votacao-popular {
    display: block;
}

.leads-bar {
    padding-top: 15px;
    background-color: #f3f3f3;
    padding-bottom: 25px;
}

.leads-bar > div {
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
    text-align: center;
    margin-bottom: 0px;
}

.leads-bar > div > * {
    display: inline-block;
    text-align: center;
}

.leads-bar > div > div {
    margin-right: 20px;
}

.leads-bar > div > input {
    width: 40%;
    margin-right: 20px;
    text-align: left;
}

.modal-confirmar-email .opcao {
    margin-bottom: 20px;
}

.modal-confirmar-email .opcao > * {
    display: inline-block;
    vertical-align: middle;
}

.modal-confirmar-email .opcao {
    width: 100%;
}

.modal-confirmar-email .opcao > div {
    width: 90%;
}

.btn.no-shadow {
    box-shadow: none !important;
    border: none;
}

.imagem-aviso {
    width: 100%;
}

.background-blocos {
    background-repeat: no-repeat;
    background-position: center;
}
