html,
body {
    font-family: "Open Sans", sans-serif;
}

a img {
    margin-left: 10px;
}

#aulao-online,
#simuladao-presencial {
    margin-left: -1rem !important;
}

#formulario input,
#formulario select {
    background-color: #ffffff;
    border: 1px solid #a9a9a9;
    padding: 10px;
    box-sizing: border-box;
    color: #808080;
    height: auto;
}

#formulario .lbl-aulao,
#formulario .lbl-simuladao {
    font-weight: normal;
}

#formulario label {
    font-weight: bold;
    color: #808080;
    margin: 0px 0px 0px 5px;
}

#formulario label[for="optin"],
#formulario label[for="optin-menor"],
#formulario label[for="edital"] {
    font-weight: normal;
    font-size: 12px;
}

.custom-select {
    background: url("../image/arrow-down.png") no-repeat right 0.75rem center/10px 10px;
}

.g-recaptcha>div {
    display: block;
    margin: 0 auto;
}


/*#enviar {
    margin: 25px auto;
    display: block;
    background-color: #58409A;
    border: 1px solid #58409A;
    color: #fff;
    padding: 10px 35px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.5);
    box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.5);
}*/

#depoimentos-desktop {
    background-color: #fff;
    padding: 60px 0;
}

.texto-depoimento {
    color: #333;
    margin: 25px auto;
    text-align: left;
    width: 95%;
    display: block;
    font-weight: bold;
}

.pessoa-depoimento {
    color: #58409a;
    margin: 25px auto;
    text-align: left;
    width: 95%;
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.imagem-depoimento {
    width: 30px;
    padding-top: 2.5%;
    margin-right: 3%;
}

.form-control:disabled,
.custom-select:disabled {
    background-color: #f5f5f5 !important;
    opacity: 0.8;
    cursor: not-allowed !important;
}

.custom-select,
input[type="checkbox"],
input[type="radio"] {
    cursor: pointer !important;
}

#enviar.disabled {
    margin: 25px auto;
    display: block;
    background-color: #a0a0a0;
    border: 1px solid #595959;
    color: #fff;
    width: 110px;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: not-allowed;
    pointer-events: none;
}

#enviar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    background-color: #ffcb05;
    border-radius: 5px;
    margin: 25px auto;
    border: none;
    color: #3c3c3c;
    font-weight: bold;
    cursor: pointer;
    width: 384px;
    height: 64px;
    /*   -webkit-box-shadow: 6px 6px 5px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 6px 6px 5px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 6px 6px 5px -3px rgba(0, 0, 0, 0.5); */
    outline: none;
}

#enviar:hover {
    background-color: #001a3b;
    color: #ffcb05;
}

@media (max-width: 767px) {
    #enviar {
        width: 95%;
    }
}

#enviar:hover {
    opacity: 0.9;
}

#enviar:active {
    transform: translateY(1px);
}

#cadastre {
    margin: 25px auto;
    display: block;
    background-color: #00ced6;
    border: 1px solid #00ced6;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    width: 200px;
    text-align: center;
    margin: 25px auto;
}

#cadastre:hover {
    background-color: #fff;
    color: #00ced6;
}

#fechar {
    margin: 25px auto;
    display: inline-block;
    background-color: #00ced6;
    border: 1px solid #00ced6;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin: 25px auto;
}

#fechar {
    float: left;
}

#enem-action {
    float: right;
    margin: 25px auto;
    display: inline-block;
    background-color: #598ac7;
    border: 1px solid #598ac7;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin: 25px auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#ok {
    width: 32px;
    display: block;
    margin: 0 auto;
}

.sucesso-title {
    color: #808080;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    font-size: 1.2em;
    margin-bottom: 0;
}

.sucesso-text {
    color: #808080;
    text-align: center;
    margin: 0 0 45px;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

#banner-mobile {
    width: 100%;
}

#banner-desktop {
    width: 100%;
    margin: 0 auto;
}

#formulario h2,
#como-participar h2,
#vantagens h2,
#faq h2,
#parceiros h2 {
    text-align: center;
    color: #2b2e34;
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 45px;
}

#formulario {
    background-color: #f7f7f7;
    padding: 32px 0 0 0;
}

#formulario .container {
    max-width: 800px;
}

.form-group sub {
    color: #808080;
    margin: 0 0 0 5px;
}


/*#optin, #edital, #optin-menor {
    width: 10px !important;
}
*/

#logo-menu-desktop {
    width: 50px;
}

#header {
    padding: 15px 0;
    background-color: #76abec;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.67);
}

.menu-desktop {
    list-style: none;
    float: right;
    padding: 0;
    margin: 12px 0 0 0;
}

.menu-desktop li {
    display: inline-block;
    text-transform: uppercase;
    color: #001a3b;
    font-weight: bold;
    padding: 0 10px;
    font-size: 14px;
}

#header .container {
    max-width: 90%;
    width: 90% !important;
}

#topo {
    background-image: url(../image/simuladao_banner_desktop.jpg);
    background-position: center;
}

.barra-edital {
    height: 80px;
    background: #ececec;
}

.barra-edital p {
    text-align: center;
    line-height: 80px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #58409a;
}

.barra-edital p a {
    color: #58409a;
}

.barra-edital p a:hover {
    color: #6f4eca;
}

#topo .container {
    position: relative;
    height: 500px;
    width: 100%;
}

#image-top-left-desktop {
    width: 80%;
    top: 7px;
    left: -10%;
    position: relative;
}

@media screen and (min-width: 1100px) {
    #image-top-left-desktop {
        left: -13%;
    }
}

#box-top-right {
    position: absolute;
    top: 10%;
    right: 0;
    max-width: 550px;
}

#text-top-right-desktop {
    width: 100%;
}

.container-buttons-topo {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.btn-inscreva-se-topo,
.btn-confira-aqui-seu-resultado {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 10px 29px;
    background-color: #ffcb05;
    border-radius: 8px;
    color: #3c3c3c;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0;
    height: 56px;
    cursor: pointer;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*   -webkit-box-shadow: 8px 8px 5px -3px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 8px 8px 5px -3px rgba(0, 0, 0, 0.67);
  box-shadow: 8px 8px 5px -3px rgba(0, 0, 0, 0.67); */
}

.btn-area-confira {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.btn-encerrado-topo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 10px 32px;
    background-color: #58409a;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin: 20px 16px 20px 0;
    height: 56px;
    width: 100%;
}

.btn-inscreva-se-topo:hover,
.btn-confira-aqui-seu-resultado:hover {
    background-color: #001a3b;
    color: #ffcb05;
    transition: 0.5s all ease;
}

.btn-inscreva-se-topo.disabled {
    background: #58409a;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
}

#simulado .btn-inscreva-se-topo.disabled {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-inscreva-se-como-participar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    background-color: #ffcb05;
    border-radius: 5px;
    color: #001a3b;
    text-align: center;
    margin: 25px auto 15px;
    width: 384px;
    height: 64px;
    cursor: pointer;
    /*   -webkit-box-shadow: 8px 8px 5px -3px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 8px 8px 5px -3px rgba(0, 0, 0, 0.67);
  box-shadow: 8px 8px 5px -3px rgba(0, 0, 0, 0.67); */
    font-weight: bold;
}

.btn-inscreva-se-como-participar:hover {
    background-color: #001a3b;
    color: #ffcb05;
}

@media (max-width: 767px) {
    .form-como-participar {
        width: 100%;
    }
    .btn-inscreva-se-como-participar {
        width: 95%;
    }
}

.btn-inscreva-se-como-participar.disabled {
    background: #ffffff;
    border: 1px solid rgba(60, 60, 60, 0.4);
    box-sizing: border-box;
    border-radius: 8px;
    color: #3c3c3c;
    font-weight: 700;
}

.btn-inscreva-se-icone {
    margin-left: 9px;
}

.aviso-edital {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin: 0;
    text-decoration: underline;
    /* margin-bottom: 300px; */
    padding: 16px 0 0 0;
}

.aviso-edital a {
    color: inherit;
    text-decoration: inherit;
}

#banner-logos-desktop img {
    width: 90%;
    display: block;
    margin: 0 auto;
    max-width: 1100px;
}

#banner-logos-desktop {
    background-color: #5187c6;
    padding: 32px 0;
}

#simulado {
    background-color: #534495;
    padding: 100px 0;
}

#premios {
    display: flex;
    padding: 72px 0;
    width: 100%;
    flex: 1;
}

#premios h2,
#premios h4,
#premios h6 {
    text-align: center;
}

#premios img {
    width: auto;
    max-height: 100%;
}

#premios .premio {
    justify-content: center;
    display: flex;
}

#premios .vencedores {
    text-align: center;
    margin: 20px 0;
}

#premios #conf-resultado {
    margin-right: 8px;
}

#big-numbers {
    background-color: #534495;
    padding: 30px;
}

#icone-faixa {
    display: block;
    width: 80%;
    margin: 75px auto;
}

#logo-faixa {
    display: block;
    width: 150px;
    margin: 0 auto;
}

.texto-faixa {
    color: #fff;
    margin: 25px auto;
    text-align: left;
    width: 80%;
    display: block;
    font-weight: bold;
}

#como-participar .col-md-3 {
    padding: 20px;
    box-sizing: border-box;
}

#como-participar .col-md-3 .inner {
    box-sizing: border-box;
}

#como-participar .col-md-3:nth-child(1) .pre-inner {
    border: 1px solid #3c3c3c;
    border-radius: 10px;
    width: 278px;
    height: 220px;
}

#como-participar .col-md-3:nth-child(2) .pre-inner {
    border: 1px solid #3c3c3c;
    border-radius: 10px;
    width: 278px;
    height: 220px;
}

#como-participar .col-md-3:nth-child(3) .pre-inner {
    border: 1px solid #3c3c3c;
    border-radius: 10px;
    width: 278px;
    height: 220px;
}

#como-participar .col-md-3:nth-child(4) .pre-inner {
    border: 1px solid #3c3c3c;
    border-radius: 10px;
    width: 278px;
    height: 220px;
}

#como-participar .col-md-3 .inner .ball {
    border: 4px solid #fff;
    border-radius: 20px;
    width: 183px;
    height: 40px;
    display: block;
    margin: 20px auto 20px;
    padding: 2px 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

#como-participar .col-md-3:nth-child(1) .inner .ball {
    background-color: #534495;
}

#como-participar .col-md-3:nth-child(2) .inner .ball {
    background-color: #534495;
    width: auto;
}

#como-participar .col-md-3:nth-child(3) .inner .ball {
    background-color: #534495;
}

#como-participar .col-md-3:nth-child(4) .inner .ball {
    background-color: #534495;
}

#como-participar .col-md-3 .inner h4 {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
}

#como-participar .col-md-3:nth-child(1) .inner h4 {
    color: #517abf;
}

#como-participar .col-md-3:nth-child(2) .inner h4 {
    color: #5277bd;
}

#como-participar .col-md-3:nth-child(3) .inner h4 {
    color: #555bab;
}

#como-participar .col-md-3:nth-child(4) .inner h4 {
    color: #583f99;
}

#como-participar .col-md-3 .inner .texto {
    color: #3c3c3c;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin: 25px 0;
}

#como-participar .col-md-3 .inner .inner-box {
    height: 210px;
    margin-bottom: -144px;
}

#como-participar .col-md-3:nth-child(1) .inner .link {
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
}

#como-participar .col-md-3 .faixa {
    background-color: #ececec;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #534495;
    font-size: 14px;
    font-weight: 800;
    width: 276px;
    height: 56px;
    margin-top: 6px;
}

#como-participar .col-md-3 .faixa p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

#como-participar .col-md-3 .pos-inner {
    height: 35px;
}

#como-participar .col-md-3 .pos-inner p {
    text-align: center;
    font-size: 13px;
    color: #7176b8;
    padding-top: 7px;
}

#vantagens {
    background-color: #534495;
    padding: 30px;
}

#vantagens .container .row .col-md-2 .quadro {
    width: 100%;
}

#vantagens .container .row .col-md-2 {
    position: relative;
    margin-top: 25px;
}

#vantagens .container .row .col-md-2 .vantagens-box {
    border: 1px solid #fff;
    border-radius: 10px;
    min-height: 113px;
    line-height: 16px;
}

#vantagens .container .row .col-md-2 .vantagens-box .inner {
    position: absolute;
    top: 32px;
    left: 16px;
    width: 144px;
    height: 64px;
    justify-content: center;
    align-items: center;
}

#vantagens .container .row .col-md-2 .vantagens-box .inner .texto {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#sobre {
    background-image: url(../image/bg-sobre.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#sobre h2 {
    text-align: left;
    color: #48515a;
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 45px;
    width: 60%;
    float: right;
    margin-top: 65px;
}

#sobre #logo-sobre {
    width: 30%;
    float: right;
    margin: 0 0 0 10%;
}

#sobre .container .row .col-md-6:nth-child(1) img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

#sobre .container .row .col-md-6:nth-child(2) {
    margin-top: 10%;
    padding-bottom: 75px;
}

#sobre .container .row .col-md-6:nth-child(1) {
    position: relative;
}

.btn-inscreva-se-azul {
    display: block;
    padding: 10px 5px;
    background-color: #598ac7;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: 50px auto 15px;
    width: 250px;
    cursor: pointer;
    font-weight: bold;
    -webkit-box-shadow: 8px 8px 5px -3px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 8px 8px 5px -3px rgba(0, 0, 0, 0.67);
    box-shadow: 8px 8px 5px -3px rgba(0, 0, 0, 0.67);
}

.btn-inscreva-se-azul.disabled {
    background: #ffcc04;
    border: 1px solid rgba(60, 60, 60, 0.4);
    box-sizing: border-box;
    border-radius: 8px;
    color: #3c3c3c;
}

#faq {
    padding: 32px 0;
}

.faq-pergunta {
    color: #58409a;
    font-weight: bold;
    margin-bottom: 0px;
    background-color: #ececec;
    margin-top: 25px;
    /* cursor: pointer; */
}

.faq-resposta {
    color: #3c3c3c;
}

.faq-resposta a {
    color: #00bae2;
}

.faq-resposta a:hover {
    font-weight: bold;
    color: #0094b4;
}

#parceiros {
    background-image: url(../image/bg-parceiros.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0 45px;
}

#parceiros .container .row .col-md-3 {
    margin-bottom: 35px;
}

#parceiros .container .row .col-md-3 .inner {
    width: 96%;
    margin: 0 2%;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 0 20px;
}

#parceiros .container .row .col-md-3 img {
    width: 100%;
}

#parceiros .container .row .col-md-3 a {
    text-align: center;
    color: #00bae2;
    text-decoration: underline;
    margin: 0 auto;
    display: block;
}

#parceiros .container .row .col-md-3 a:hover {
    font-weight: bold;
    color: #0094b4;
}

.align-self-center {
    display: block;
    margin: 0 auto;
}

.rodape {
    color: #fff;
    text-align: center;
    margin: 5px auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.rodape a {
    color: #fff;
}

.box {
    position: relative;
    text-align: left;
    padding: 16px 16px 16px 54px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 706px;
    font-size: 18px;
}

.box:before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../image/clock.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: 20px;
}

@media screen and (max-width: 530px) {
    #topo img {
        width: 100%;
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 415px) {
    .box {
        padding: 16px;
        text-align: center;
    }
    #topo img {
        width: 100%;
        padding-top: 0 !important;
        margin-top: -10px;
    }
    .box:before {
        position: relative;
        margin: 0 auto 9px;
        left: auto;
    }
}

.rodape a:hover {
    text-decoration: underline;
    font-weight: bold;
}

#parceiros {
    border-bottom: 35px solid #58409a;
}

.back-to-top {
    background-color: #76abec;
    border-radius: 65px;
    bottom: 14px;
    box-shadow: 2px 3px 19px -2px rgba(0, 0, 0, 0.75);
    color: #fff;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 22px;
    width: 40px;
    z-index: 3;
}

.back-to-top::after {
    content: "▲";
    display: flex;
    justify-content: center;
    padding-left: 1px;
    padding-top: 7px;
}

#whats-icon {
    width: 36px;
    margin-right: 10px;
}

#enviando,
#enviado {
    text-align: center;
    color: green;
}

.col-md-12 {
    padding: 0px !important;
}


/*#nome-escola {
    width: 97% !important;
}*/

#nome-escolaautocomplete-list {
    background-color: #fff;
    position: absolute;
    z-index: 1;
    max-height: 230px;
    overflow-x: auto;
    border: 1px solid #a9a9a9;
    width: calc(100% - 10px);
    color: #808080;
}

#nome-escolaautocomplete-list div {
    background-color: #fff;
    padding: 2px 10px;
}

#nome-escolaautocomplete-list div:hover {
    cursor: pointer;
}

#nome-escolaautocomplete-list div.autocomplete-active {
    background-color: #1e90ff;
    color: #FFF;
}

.outra-escola {
    color: red !important;
}

#novo-text-top-right-mobile {
    display: block;
    width: 300px;
    margin: 25px auto 0;
}

.edital-banner {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
    color: #fff;
    padding-bottom: 45px;
}

.edital-banner:hover {
    color: #fff;
}

.align-center {
    display: flex;
    justify-content: center;
}

#topo {
    background-repeat: no-repeat;
    background-size: cover;
}

#topo img {
    width: 100%;
    margin-top: -10px;
}

@media screen and (max-width: 786px) {
    .btn-inscreva-se-topo {
        margin: 25px auto 15px;
    }
    #novo-text-top-right-mobile {
        display: block;
        width: 90%;
        margin: 25px auto 0;
    }
    #topo img {
        width: 100%;
        padding-top: 65px;
    }
    #topo {
        background-image: url(../image/simuladao_banner_tablet.png);
        background-position: center;
    }
    #topo .container {
        position: relative;
        height: 500px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .btn-inscreva-se-topo {
        margin: 25px auto 15px;
    }
    #novo-text-top-right-mobile {
        display: block;
        width: 90%;
        margin: 25px auto 0;
    }
    /* #topo {
    background-image: none;
    background-position: top, center;
  }

  #topo .container {
    position: inherit;
    height: inherit;
    padding: 0;
    width: 100%;
    max-width: inherit;
  }

  #topo .container img{
    margin: 0;
    width: 100%;
  } */
    /*#nome-escola {
        width: 90% !important;
    }*/
    #logo-top-mobile {
        width: 100px;
    }
    #fale-conosco {
        margin-top: 75px;
    }
    .menu-mobile .rodape,
    .menu-mobile .rodape a {
        color: #007bff !important;
    }
    .menu-mobile .rodape {
        font-size: 12px;
    }
    .edital-banner {
        display: none;
    }
    .menu-mobile .rodape a {
        font-size: 16px;
    }
    #enem-action,
    #fechar {
        width: 100%;
        float: none;
        margin: 5px auto;
    }
    .slick-prev::before,
    .slick-next::before {
        font-size: 35px !important;
    }
    .slick-prev,
    .slick-next {
        width: 35px !important;
        height: 35px !important;
    }
    #parceiros .container div div div div div div div .row .col-md-3 {
        margin-bottom: 0px;
    }
    #parceiros .container div div div div div div div .row .col-md-3 .inner {
        width: 96%;
        margin: 0 2%;
        background-color: #fff;
        border-radius: 5px;
        padding: 15px 0 20px;
        height: auto;
    }
    #parceiros .container div div div div div div div .row .col-md-3 img {
        width: 100%;
    }
    #parceiros .container div div div div div div div .row .col-md-3 a {
        text-align: center;
        color: #00bae2;
        text-decoration: underline;
        margin: 0 auto;
        display: block;
    }
    #sobre h2 {
        text-align: left;
        color: #48515a;
        font-size: 2em;
        font-weight: 800;
        margin-bottom: 45px;
        width: 80%;
        float: none;
        margin-top: 35x;
    }
    #sobre #logo-sobre {
        width: 40%;
        float: none;
        margin: 0 auto 0;
        display: block;
    }
    #parceiros .slick-dots li button::before,
    #vantagens .slick-dots li button::before {
        color: #fff;
    }
    #parceiros .slick-next,
    #vantagens .slick-next {
        right: 5px !important;
    }
    #vantagens .slick-prev,
    #parceiros .slick-prev {
        left: 5px !important;
        z-index: 10;
    }
    .slick-slide div div .row {
        width: 80%;
        margin-left: 10%;
    }
    .slick-slide div div .row .col-md-3 .quadro {
        width: 100%;
    }
    .slick-slide div div .row .col-md-3 {
        position: relative;
        margin-top: 25px;
    }
    #vantagens .slick-slide div div .row .col-md-3 .inner {
        position: absolute;
        top: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
    }
    .slick-slide div div .row .col-md-3 .inner .texto {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        max-width: 75%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /*#cidade {
        width: 85% !important;
    }*/
    .col-3,
    .col-9 {
        padding: 0 !important;
    }
    #header-mobile>div {
        width: 100%;
        height: 100%;
        position: relative;
    }
    #header-mobile {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 9;
        height: 100%;
        width: 100%;
    }
    .menu-mobile {
        list-style: none;
        padding: 0px;
        margin: 45px 0 0;
    }
    .menu-mobile li {
        text-align: left;
        padding: 20px 10%;
        box-sizing: border-box;
        text-transform: uppercase;
        font-weight: bold;
    }
    #sobre-moca {
        max-width: 90%;
    }
    .conheca-parceiros {
        color: #fff;
        text-align: center;
        display: block;
        margin: 25px auto 0;
        font-weight: bold;
        text-decoration: underline;
        padding-bottom: 45px;
    }
    #text-top-right-mobile-1 {
        width: 90%;
        margin: 0 auto 25px;
    }
    #text-top-right-mobile {
        width: 100%;
    }
    #topo {
        padding: 0;
    }
    #box-top-right {
        position: relative;
        width: 100%;
        margin: 0px auto 20px;
    }
    #como-participar .col-md-3 .inner .inner-box {
        height: auto !important;
    }
    #como-participar .col-md-3 .faixa {
        background-color: #ececec;
        padding: 5px;
        box-sizing: border-box;
        text-align: center;
        color: #534495;
        font-size: 14px;
        font-weight: 800;
        width: 276px;
        height: 56px;
        margin-top: 161px;
    }
    #como-participar .col-md-3 .faixa p {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0;
    }
    #como-participar .col-md-3:nth-child(1) .pre-inner {
        border: 1px solid #3c3c3c;
        border-radius: 10px;
        width: 278px;
        height: 250px;
        margin-left: 10%;
    }
    #como-participar .col-md-3:nth-child(2) .pre-inner {
        border: 1px solid #3c3c3c;
        border-radius: 10px;
        width: 278px;
        height: 250px;
        margin-left: 10%;
    }
    #como-participar .col-md-3:nth-child(3) .pre-inner {
        border: 1px solid #3c3c3c;
        border-radius: 10px;
        width: 278px;
        height: 250px;
        margin-left: 10%;
    }
    #como-participar .col-md-3:nth-child(4) .pre-inner {
        border: 1px solid #3c3c3c;
        border-radius: 10px;
        width: 278px;
        height: 250px;
        margin-left: 10%;
    }
    #icone-faixa {
        display: block;
        width: 80%;
        margin: 15px auto;
    }
    #icone-faixa {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    #formulario label[for="optin"],
    #formulario label[for="optin-menor"],
    #formulario label[for="edital"] {
        font-size: 11px;
    }
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
    .box-simulado {
        margin-left: 29%;
    }
    #vantagens {
        background-color: #534495;
        padding: 30px;
    }
    #vantagens .container .row .col-md-2 .quadro {
        width: 100%;
    }
    #vantagens .container .row .col-md-2 {
        position: relative;
        margin-top: 25px;
    }
    #vantagens .container .row .col-md-2 .vantagens-box {
        border: 1px solid #fff;
        border-radius: 10px;
        min-height: 113px;
        line-height: 16px;
        width: 154px;
        margin-left: 28%;
    }
    #vantagens .container .row .col-md-2 .vantagens-box .inner {
        position: absolute;
        top: 32px;
        left: 31%;
        width: 144px;
        height: 64px;
        justify-content: center;
        align-items: center;
    }
    #vantagens .container .row .col-md-2 .vantagens-box .inner .texto {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 16px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1400px) {
    .menu-desktop li {
        font-size: 16px;
        padding: 0px 10px;
    }
}

@media screen and (max-width: 1350px) {
    .menu-desktop li {
        font-size: 15px;
        padding: 0px 10px;
    }
}

@media screen and (max-width: 1250px) {
    .menu-desktop li {
        font-size: 13px;
        padding: 0px 10px;
    }
}

@media screen and (max-width: 1210px) {
    #como-participar .col-md-3 .inner .inner-box {
        height: 250px;
    }
    #sobre .container .row .col-md-6 {
        margin-top: 5%;
    }
}

@media screen and (max-width: 1100px) {
    .menu-desktop li {
        font-size: 13px;
        padding: 0px 5px;
    }
}

@media screen and (max-width: 1030px) {
    .menu-desktop li {
        font-size: 12px;
        padding: 0px 5px;
    }
}

@media screen and (max-width: 995px) {
    #como-participar .col-md-3 .inner .inner-box {
        height: 300px;
    }
}

@media screen and (max-width: 950px) {
    .menu-desktop li {
        font-size: 11px;
        padding: 0px 5px;
    }
}

@media screen and (max-width: 800px) {
    .menu-desktop li {
        font-size: 11px;
        padding: 0px 2px;
    }
}

#como-participar .row {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center !important;
}

#como-participar .box-container {
    border: 1px solid #3c3c3c;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}

#como-participar .box-container:nth-child(1) .ball {
    padding: 15px 6px;
}

#como-participar .box-container .ball {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #534495;
    border-radius: 20px;
    font-style: normal;
    color: #ffffff;
    padding: 6px;
    height: 48px;
}

#como-participar .box-container .texto {
    display: flex;
    margin-top: 25%;
    transform: translateY(-10%);
}

#como-participar .box-container .faixa {
    background: #f5f5f5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 10px 15px;
    color: #534495;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 92px;
    justify-content: inherit;
}

#como-participar .box-container .faixa p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

@media screen and (min-width: 768px) {
    #como-participar .box-container {
        margin: 1%;
        height: 360px;
        max-width: 30%;
    }
    .row {
        justify-content: flex-start !important;
    }
}

@media screen and (min-width: 1200px) {
    #como-participar .box-container {
        max-width: 18%;
        margin: 0 1%;
    }
    .content-premio {
        margin-bottom: 5px;
    }
    .container-buttons-topo {
        flex-direction: row;
    }
    .btn-inscreva-se-topo,
    .btn-encerrado-topo {
        max-width: 380px;
    }
}

@media screen and (max-width: 767px) {
    #como-participar .box-container {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 2%;
    }
    #como-participar .box-container .texto {
        display: flex;
        margin-top: 0;
        transform: translateY(-10%);
        height: 100%;
    }
}

.text-blue {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #534495;
}

.topo-ball {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #534495;
    border-radius: 30px;
    font-style: normal;
    color: #ffffff;
    padding: 6px;
    height: 40px;
}

.left-top,
.right-top {
    display: flex;
    justify-content: center;
    align-self: center;
    margin: 0;
    font-size: 14px;
}

.left-top {
    font-size: 20px;
    margin: 0 5px;
}

.divulgacao {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.data-simuladao {
    display: flex;
    /*   margin-top: 5px; */
    justify-content: center;
}

@media (max-width: 767px) {
    #como-participar .box-container .texto {
        display: flex;
        padding-top: 0;
        transform: translateY(30%);
        height: 160px;
        justify-content: center;
    }
    /*   .data-simuladao {
    margin-top: 10px;
  } */
}

@media (max-width: 300px) {
    .txt-confirm-subscribe {
        transform: translateY(-25%);
    }
}

@media (max-width: 768px) {
    .content-premio {
        margin-bottom: 0;
    }
    #premios {
        padding: 28px 0;
    }
    #premios .premio {
        justify-content: center;
    }
    #premios .premio,
    #premios .vencedores {
        margin-bottom: 15px;
        text-align: center;
    }
    .content-premio .premio:nth-child(2) {
        margin-bottom: 0;
    }
    .content-premio-bottom {
        margin-top: 15px;
    }
    #menu-icon {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 250px;
        right: 25px;
        z-index: 10;
        background-size: cover;
    }
}

.card-inscricao-encerrada {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border: 1px solid rgba(60, 60, 60, 0.4);
    border-radius: 8px;
}

.card-inscricao-encerrada p {
    margin-bottom: 0;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #3c3c3c;
}

.tablet-banner{
    display: none;
}
.mobi-banner{
    display: none !important;
    
}
.desk-banner{
    display: inherit !important;
    width: 100%;
    
}


@media screen and (min-width: 500px) and (max-width: 900px){

    .tablet-banner{
        display: inherit !important;
        width: 100%;
    }
    .mobi-banner{
        display: none !important;
        
    }
    .desk-banner{
        display: none !important;
        
    }


}

@media screen and (max-width: 499px) {
    
    .mobi-banner{
        display: inherit !important;
        width: 100%;
        
    }
    .desk-banner{
        display: none !important;
        
    }
}

@media screen and (min-width: 768px) {
    .card-inscricao-encerrada {
        max-width: 384px;
    }
    #como-participar .box-container .faixa {
        min-height: 92px;
        justify-content: inherit;
    }    
    
}


/*#formulario, #como-participar {
  display: none;
}
*/

@media screen and (min-width: 768px) {
    #topo .container {
        max-width: 960px !important;
    }
}

@media screen and (min-width: 1200px) {
    #topo .container {
        max-width: 1140px !important;
    }
}

@media screen and (min-width: 2000px) {
    #topo .container {
        height: 650px;
    }
}


/* AJUSTE DE IMAGEM PARA OS BANNERS */

#topo {
    background-image: none;
    background-position: inherit;
}

#topo .container {
    position: inherit;
    height: inherit;
    padding: 0;
    width: 100%;
    max-width: inherit !important;
}

#topo .container img {
    margin: 0;
    width: 100%;
}

.barra-edital {
    height: 80px;
    background: #ececec;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin: auto;
}

.btn-roxo {
    display: block;
    /* padding: 10px 5px; */
    background-color: #583d8a;
    border-radius: 5px;
    color: #fff !important;
    text-align: center;
    margin: 18px 5px 17px;
    line-height: 52px !important;
    padding: 0 18px;
}

.btn-azul {
    display: block;
    /* padding: 10px 5px; */
    background-color: #5c87c1;
    border-radius: 5px;
    color: #fff !important;
    text-align: center;
    font-weight: 800;
    font-size: 19px;
    margin: 18px 5px 17px;
    line-height: 46px !important;
    padding: 13px 30px;
}


.btn-amarelo {
    display: block;
    /* padding: 10px 5px; */
    background-color: #ffcb05;
    border-radius: 5px;
    color: #3c3c3c;
    text-align: center;
    margin: 18px 5px 17px;
    width: 244px;
    line-height: 52px !important;
}

.btn-amarelo:hover {
    background-color: #001a3b;
    color: #ffcb05;
    transition: 0.5s all ease;
}

#edital-btn {
    margin: 50px 6px 10px;
    font-weight: 700;
    width: 270px;
}

a img {
    margin-left: 0px !important;
}

@media screen and (max-width: 768px) {
    .barra-edital {
        height: 100px;
        background: #ececec;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        margin: auto;
        flex-wrap: wrap;
    }
    .tablet-banner{
        display: none;
    }
}
   .cronometro-container{
    position:relative;
    background-color: #000;
    color:#fff;
    font-weight: bold;
    height: 70px;
    display:flex;
    align-items:center;    
    position: fixed;
    width: 100%;
    justify-content: center;
    top: 0;
    z-index: 6;
  }
  .cronometro-container label{
    display:flex;
    gap: 16px;
    padding-right: 40px;
  }
  .cronometro-container .contador-content{
    display:flex;
    flex-direction:column;
    font-size: 23px;
    font-weight:bold;
    align-items: center;
    
  }
  .cronometro-container span{
    font-size: 14px;
    font-weight:normal;
  }
  .cronometro-container .close-cronometro{
    position: absolute;
    right:20px;
    top:13px;
    background-color:black;
    color: #fff;
    font-size: 23px;
    cursor:pointer;
    font-weight: bold;
    border: none;
  }
  .text-cronometro{
    font-weight: 600 !important;

  }  
  .btn-cronometro {
    display: block;    
    background-color: #ffcb05;
    border-radius: 5px;
    color: #000 !important;
    text-align: center;
    font-weight: 700;
    margin: 15px 0px 17px 38px;
    width: 210px;
    line-height: 44px !important;
}
@media screen and (max-width:767px){

    .cronometro-container {
        position: relative;
        background-color: #000;
        color: #fff;
        font-weight: bold;
        height: inherit;
        display: flex;
        align-items: center;
        position: inherit;
        width: 100%;
        flex-direction: column;
        padding: 16px 16px 30px 16px;
        max-width: 80;
        justify-content: center;
        top: 0;
        z-index: 11;
        margin: 0;
    }

    .text-cronometro {
        font-weight: 600 !important;
        display: block;
        max-width: 100%;
        text-align: center;
        padding-top: 19px;
        padding-bottom: 5px;
        
    }

    .cronometro-container label {
        display: flex;
        gap: 16px;
        padding: 0;
    }

    .btn-cronometro {
        display: block;
        
        background-color: #ffcb05;
        border-radius: 5px;
        color: #000 !important;
        text-align: center;
        font-weight: 700;
        margin: 0;
        width: 210px;
        line-height: 44px !important;
    }

    .cronometro-container .close-cronometro {
        position: absolute;
        right: 8px;
        top: 0px;
        background-color: transparent;
        color: #ffff;
        font-size: 23px;
        cursor: pointer;
        font-weight: bold;
        border: none;
    }

    #formulario {
        background-color: #f7f7f7;
        padding: 30px 0 0 0;
    }
    
}
@media screen and (min-width:768px) and (max-width:1060px) {
    .fundo{
        background-color: black;
    width: 100%;
    height: 70px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    position: fixed;
    z-index: 1;
    }

    .cronometro{
        height: 70px;
    }

    .cronometro-container {
        position: relative;
        background-color: #000;
        color: #fff;
        font-weight: bold;
        height: 70px;
        display: flex;
        align-items: center;
        position: fixed;
        width: 88%;
        justify-content: center;
        top: 0;
        z-index: 6;
        margin: 0 auto;
    }

    .cronometro-container .close-cronometro {        
        right: -40px;
    }

    #topo img{
        padding-top: 66px;
    }
    
}

@media screen and (min-width:1061px) {

    #topo img{
        padding-top: 66px;
    }
    
}



/* remove css do cronometro
 comente para reativar*/
section#header.top-header-class{
    top: 0;
}
#menu-icon{
    top: 25px;
}
#topo img {
    padding-top: 0;
    margin: 0;
}
/* 
@media screen and (min-width: 768px) and (max-width: 1060px){
    #topo img {
        margin-top: 65px;
    }
} */

.premiocontain{
    display: flex;
    justify-content: space-around;

}
.premiocontain2{
    display: grid;
     align-content: space-between;
}
.premio1{
    width: 592px;
    height: 366px;
    border-radius: 8px;
    background: #5C87C1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.premio1 .conteudo{
    width: 198px;
    height: 176px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.premio1 .conteudo span{
    color: #3C3C3C;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    border-radius: 24px;
    background: #FFCC04;
    padding: 8px 16px;
    font-weight: 700;
}

.premio1 .conteudo p{
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin: 32px 0 0 0;
}

.premio1 .image{
    width: 222px;
    height: 222px;
}

.premio2{
    width: 384px;
    height: 167px;
    border-radius: 8px;
    background: #5C87C1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.premio2 .conteudo{
    width: 185px;
    height: 112px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.premio2 .conteudo span{
    color: #3C3C3C;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    border-radius: 24px;
    background: #FFCC04;
    padding: 8px 16px;
    font-weight: 700;
}

.premio2 .conteudo p{
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 32px 0 0 0;
}

.premio2 .image{
    width: 112;
    height: 112px;
}
.premio3{
    width: 384px;
    height: 167px;
    border-radius: 8px;
    background: #5C87C1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.premio3 .conteudo{
    width: 185px;
    height: 112px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.premio3 .conteudo span{
    color: #3C3C3C;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    border-radius: 24px;
    background: #FFCC04;
    padding: 8px 16px;
    font-weight: 700;
}

.premio3 .conteudo p{
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 16px 0 0 0;
}

.premio3 .image{
    width: 112px;
    height: 112px;
}
#premios-novo{
    padding: 0 50px;
}

#premios-novo .titulo{
    color: #58409A;
    text-align: center;
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; 
    padding: 32px 0 24px 0;
}
#premios-novo .regular{
    color: var(--marcas-locais-cinza-75, #6F6F6E);
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    padding: 24px 0 32px 0;
 }

@media screen and (min-width:768px) and (max-width:1060px) {
    #premios-novo .titulo{
    padding: 32px 0 0 0;
    margin-bottom: -10px;
    }
    .premiocontain{
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .premiocontain image{
        width: 112px;   
        height: 112px;
    }

    .premio1 img{
        width: 124px;   
        height: 124px;
    }

    .premio1 .image {
        width: 112px;   
        height: 112px;
    }

    .premio1{
        width: 432px;
        height: 184px;
        justify-content: space-between;
        margin-top: 32px;
        padding: 24px 32px;
    }

    .premio1 .conteudo {
        width: 198px;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .premio1 .conteudo span {
        color: #3C3C3C;
        font-family: Open Sans;
        font-size: 16px;
        font-style: normal;
        border-radius: 24px;
        background: #FFCC04;
        padding: 8px 16px;
        font-weight: 700;
    }

    .premio1 .conteudo p{
        color: #FFF;
        text-align: center;
        font-family: Open Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        margin: 16px 0 0 0;
    }

    .premio2 img{
        width: 112px;   
        height: 112px;
    }

    .premio2 .image {
        width: 112px;   
        height: 112px;
    }

    .premio2{
        width: 432px;
        height: 184px;
        justify-content: space-between;
        margin-top: 32px;
        padding: 24px 32px;
    }

    .premio2 .conteudo {
        width: 198px;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .premio2 .conteudo span {
        color: #3C3C3C;
        font-family: Open Sans;
        font-size: 16px;
        font-style: normal;
        border-radius: 24px;
        background: #FFCC04;
        padding: 8px 16px;
        font-weight: 700;
    }

    .premio2 .conteudo p{
        color: #FFF;
        text-align: center;
        font-family: Open Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        margin: 16px 0 0 0;
    }

    .premio3 img{
        width: 112px;   
        height: 112px;
    }

    .premio3 .image {
        width: 112px;   
        height: 112px;
    }

    .premio3{
        width: 432px;
        height: 184px;
        justify-content: space-between;
        margin-top: 32px;
        padding: 24px 32px;
    }

    .premio3 .conteudo {
        width: 198px;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .premio3 .conteudo span {
        color: #3C3C3C;
        font-family: Open Sans;
        font-size: 16px;
        font-style: normal;
        border-radius: 24px;
        background: #FFCC04;
        padding: 8px 16px;
        font-weight: 700;
    }

    .premio3 .conteudo p{
        color: #FFF;
        text-align: center;
        font-family: Open Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        margin: 16px 0 0 0;
    }
    

    .cronometro{
        height: 70px;
    }}

    @media screen and (max-width:767px){
        #premios-novo .titulo{
            padding: 24px 0 0 0;
            margin: 0;
    }    
        .premiocontain {
        display: flex;
        
        flex-wrap: wrap;


    }

    #premios-novo{
        padding: 0 24px;
    }

    .premio1{
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 24px;
        padding: 32px 16px;
    }
    .premio1 .image {
        width: 126px;
        height: 126px;
        margin-bottom: 34px;
    }

    .premio1 img {
        width: 126px;
        height: 126px;
    }

    .premio1 .conteudo span{
        font-size: 16px;
    }

    .premio1 .conteudo p{
        font-size: 16px;
        margin: 16px 0 0 0;
    }

    .premio1 .conteudo {
    width: 198px;
    height: 176px;
    text-align: center;
    display: block;
    }

    .premio2{
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 24px;
        padding: 32px 16px;
    }
    .premio2 .image {
        width: 112px;
        height: 112px;
        margin-bottom: 34px;
    }

    .premio2 img {
        width: 112px;
         height: 112px;
    }

    .premio2 .conteudo span{
        font-size: 16px;
    }

    .premio2 .conteudo p{
        font-size: 16px;
        margin: 16px 0 0 0;
    }

    .premio2 .conteudo {
    width: 198px;
    height: 176px;
    text-align: center;
    display: block;
    }

    .premio3{
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 24px;
        padding: 32px 16px;
    }
    .premio3 .image {
        width: 112px;
        height: 112px;
        margin-bottom: 34px;
    }

    .premio3 img {
        width: 112px;
        height: 112px;
    }

    .premio3 .conteudo span{
        font-size: 16px;
    }

    .premio3 .conteudo p{
        font-size: 16px;
        margin: 16px 0 0 0;;
    }

    .premio3 .conteudo {
    width: 198px;
    height: 176px;
    text-align: center;
    display: block;
    }

    .premiocontain2{
        width: 100%;
    }


}