.pageContainer{
    width: 100%;
    height: 100vh;
}

.header{
    width: 100%;
}

.imgHeader{
    width: 100%;
    height: 100px;
}

.advertorial{
    width: 100%;
    text-align: center;
    margin: 8px 0px 0px 0px;
    font-size: 13px;
    color: #A6A6A6;
}

.noticia{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.tituloNoticia{
    width: 60%;
    text-align: left;
    font-size: 48px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 25px;
}

.assunto{
    width: 60%;
    font-size: 16px;
    text-align: left;
    margin-top: 7px;
}

.dataPostagem{
    width: 60%;
    font-size: 11px;
    text-align: left;
    align-items: center;
    margin: 0px;
    display: flex;
    justify-content: left;
}

.jornalista{
    width:45px;
    margin-right: 10px;
    border-radius: 50%;
}

.imgNoticia{
    width: 60%;
    align-items: center;
    align-content: center;
    display: flex;
}


.imgNoticia1{
    width: 100%;
    height: 400px;
    justify-content: center;
    margin-top: 20px;
}

.textoConfira{
    width: 60%;
    font-size: 16px;
    text-align: left;
    color: #CB1111;
    font-weight: bold;
}

.texto{
    width: 60%;
    font-size: 19px;
    text-align: left;
    margin-bottom: 15px;
}

.imgNoticia2{
    width: 100%;
    height: 400px;
    margin: 5px 0px;
}

.tituloPontos{
    width: 60%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.engenheiro{
    background-color: rgb(239, 236, 236);;
    width: 60%;
    margin-bottom: 15px;
    padding: 9px;
    border-left: #CB1111 solid 4px;
    font-size: 20px;
}

.amarelo{
    background-color: #FADF98;
    width: 58.5%;
    padding: 10px;
    font-size: 22px;
    margin-bottom: 12px;
    color: rgb(62, 62, 62);
}

.especial{
    background-color: rgb(250, 228, 228);
    width: 60%;
    text-align: center;
    margin-bottom: 20px;
}

.reivindicar{
    width: 60%;
    margin-top: 20px;
    background-color: #CB1111;
    border-radius: 15px;
    color: white;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 24px;
}

.imgNoticia3{
    width: 100%;
    height: 390px;
    margin: 20px 0px;
}

.imgNoticia4{
    width: 100%;
    height: 400px;
    margin: 10px 0px;
}

.imgEstrela{
    width: 100px;
    margin: 0px 10px;
}

.foto{
    display: flex;
    align-items: center;
}

.ultima{
    width: 60%;
    margin-bottom: 10px;
}

.imgNoticia5{
    width: 100%;
    height: 400px;
    margin: 0px;
    justify-self: center;
    display: flex;
    align-items: center;
}

.imgNoticia6{
    width: 100%;
    height: 400px;
    margin: 0px;
    justify-self: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.quadros{
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.quadro{
    border: black solid 1px;
    border-radius: 4px;
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    text-align: center;
    box-shadow:  rgb(0 0 0 / 30%) 0px 0px 10px;
}

.imgQuadro{
    width: 40%;
    height: 90px;
    margin-top: 3px;
}

.imgNoticia7{
    width: 100%;
    height: 300px;
    margin: 0px;
    justify-self: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.imgNoticia9{
    width: 100%;
    height: 500px;
    margin: 0px;
    justify-self: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.nomeFoto{
    display: flex;
    justify-content: left;
    align-items: center;
    padding-top: 10px;
}

.fotoComentario{
    width: 50px;
    border-radius: 50%;
    padding-left: 10px;
    padding-right:10px;
}

.nomeLocal{
    display: block;
}

.nomeADV{
    font-size: 20px;
    font-weight: 550;
}

.local{
    font-size: 16px;
    padding-top: 2px;
    padding-left: 3px;
}

.aplicarDesconto{
    background-color: #CB1111;
    padding: 8px;
    color: white;
    font-size: 30px;
    border: none;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 50%);
    cursor: pointer;
    width: 60%;
    border-radius: 10px;
}

.aplicarDesconto:hover{
    background-color: #000000;
    color: white;
}

.perguntasFrequentes{
    width: 60%;
}

.footer{
    width: 100%;
    background-color: #cb1111;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g1{
    height: 60px;
    padding-left: 30px;
    padding-right: 100px;
}

.documentos{
    font-size: 14px;
    padding: 0px 5px;
    border-right: 1px solid white;
}

.ultimoDocumento{
    font-size: 14px;
    padding: 0px 5px;
}   

.copy{
    display: block;
    padding: 20px 10px 10px 40px;
    color: white;
    background-color: #cb1111;
    text-align:center;
}

.alerta{
    background-color: rgb(250, 228, 228);
    width: 55%;
    margin: 25px 0px 10px 0px;
    padding: 9px 30px 9px 30px;
    border: rgb(25, 25, 25) solid 2px;
    font-size: 18px;
    text-align: center;
}

.laser{
    background-color: rgb(250, 228, 228);
    border: rgb(25, 25, 25) solid 2px;
    width: 60%;
    margin: 10px 0px;
    padding: 5px;
    font-size: 18px;
}

.comentarios{
    border: solid 1px rgb(180, 180, 180);
    border-radius: 5px;
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-top: 140px;
    margin-bottom: 30px;
}

.tituloComentarios{
    font-size: 17px;
    font-weight: 450;
    text-align: left;
    display: flex;
    padding-top: 40px;
    padding-left: 20px;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.areaParaComentar{
    background-color: #ebf0f8;
    width: 80%;
    border-radius: 10px;
    align-self: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.colocarNome{
    padding-left: 20px;
    padding-top: 20px;
}

.nome{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 5px;
}

.areaNome{
    width: 300px;
    border-radius: 3px;
    box-shadow:  rgb(0 0 0 / 30%) 0px 0px 8px;
    border: 1px solid rgb(172, 172, 172);
}

.colocarComentario{
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.seuComentario{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 5px;
}

.areaComentario{
    width: 700px;
    height: 100px;
    resize: none;
    border-radius: 10px;
    box-shadow:  rgb(0 0 0 / 30%) 0px 0px 8px;
    border: 1px solid rgb(172, 172, 172);
}

.areaParaComentarJS{
    background-color: #ebf0f8;
    width: 100%;
    border-radius: 10px;
    align-self: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.colocarNomeJS{
    padding-left: 20px;
    padding-top: 20px;
}

.nomeJS{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 5px;
}

.areaNomeJS{
    width: 300px;
    border-radius: 3px;
    box-shadow:  rgb(0 0 0 / 30%) 0px 0px 8px;
    border: 1px solid rgb(172, 172, 172);
}

.colocarComentarioJS{
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.seuComentarioJS{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 5px;
}

.areaComentarioJS{
    width: 700px;
    height: 100px;
    resize: none;
    border-radius: 10px;
    box-shadow:  rgb(0 0 0 / 30%) 0px 0px 8px;
    border: 1px solid rgb(172, 172, 172);
}

.recentes{
    font-size: 13px;
    margin-right: 50px;
    border: 1px solid black;
    box-shadow:  rgb(0 0 0 / 30%) 1px 1px 12px;
    border-radius: 5px;
    width: 300px;
    display: flex;
    align-items: left;
    justify-content: center;
    justify-items: right;
    align-self: left;
    margin-bottom: 10px;
    cursor: pointer;
}

.face{
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
    font-size: 12px;
    align-items: center;
}

.comentar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.botaoComentar{
    background-color: #365899;
    color: white;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
    margin-right: 30px;
    padding: 5px;
    justify-self: flex-end;
    border: 1px solid black;
}

.borda{
    border-bottom: 1px solid rgb(180, 180, 180);
    width: 80%;
    align-self: center;
    display: flex;
    margin-bottom: 20px;
}

.clientes{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 20px;
}

.foto{
    width: 5%;
    padding-right: 10px;
}

.fotoCliente{
    margin-left: 20px;
}

.cliente{
    width: 100%;
    border-radius: 50%;
}

.clienteSem{
    width: 32px;
    height: 30px;
    border-radius: 50%;
}

.corpoComentario{
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 82%;
}

.nomeCliente{
    font-size: 17px;
    color: #365899;
    font-weight: bold;
    padding-bottom: 7px;
}

.comentarioCliente{
    font-size: 17px;
    padding-bottom: 9px;
}

.curtirResponder{
    display: flex;
}

.curtir{
    color: #365899;
    font-size: 12px;
    font-weight: 450;
    cursor: pointer;
}

.curtida{
    width: 11px;
    height: 12px;
    padding-left: 2px;
}

.responder{
    color: #365899;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 450;
    cursor: pointer;
}

.tempoComentario{
    color: rgb(45, 44, 44);
    font-size: 12px;
    padding-left: 2px;
    font-weight: 420;
    align-items: flex-start;
}

.respostaComentario{
    margin-left: 30px;
    padding-top: 15px;
    display: flex;
}

.paiResposta{
    margin-left: 62px;
    padding-top: 3px;
    display: flex;
}

.fotoSem{
    align-items: flex-start;
    margin-right: 10px;
}

.semFotoCliente{
    width: 30px;
    height: 26px;
    align-items: flex-start;
    display: flex;
    border-radius: 50%;
}

.corpoResposta{
    display: block;
}

.paginas{
    display: flex;
    justify-content: space-between;
    width: 80px;
    justify-items: center;
    align-self: center;
    margin-top: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

.pagina1{
    font-size: 12px;
    font-weight: 430;
    width: 10px;
}

.pagina2{
    background-color: #aac2ee;
    font-size: 10px;
    width: 15px;
    font-weight: 430;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.paginaSeguinte{
    font-size: 12px;
    font-weight: 430;
    text-align: center;
}


@media only screen and (max-width: 908px){
    .imgHeader{
        width: 100%;
        height: 50px;
    }
    
    .assunto{
        width: 90%;
        font-size: 16px;
        text-align: left;
        margin-top: 7px;
    }
    
    .dataPostagem{
        width: 90%;
        font-size: 11px;
        text-align: left;
        align-items: left;
        margin: 0px;
        margin-top: 10px;
    }
        
    .tituloNoticia{
        width: 90%;
        text-align: left;
        font-size: 25px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 7px;
    }

    .imgNoticia{
        width: 90%;
        align-items: center;
        align-content: center;
        display: flex;
    }


    .imgNoticia1{
        width: 100%;
        height: 200px;
        justify-content: center;
        margin-top: 10px;
    }

    .textoConfira{
        width: 90%;
        font-size: 16px;
        text-align: left;
        color: #CB1111;
        font-weight: bold;
    }

    .texto{
        margin: 0px;
        width: 90%;
    }

    .imgNoticia2{
        width: 100%;
        height: 200px;
        margin: 10px 0px;
    }

    .tituloPontos{
        width: 90%;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: left;
        margin: 10px 0px;
    }

    .engenheiro{
        background-color: rgb(234, 234, 234);
        width: 90%;
        margin-bottom: 15px;
        padding: 9px;
        border-left: #CB1111 solid 4px;
        font-size: 17px;
        margin-top: 10px;
    }
    
    .amarelo{
        background-color: #FADF98;
        width: 86%;
        padding: 10px;
        font-size: 15px;
        margin-bottom: 12px;
        color: rgb(88, 88, 88);
    }

    .imgNoticia3{
        width: 100%;
        height: 200px;
        margin: 10px 0px;
    }

    .imgNoticia4{
        width: 100%;
        height: 200px;
        margin: 10px 0px;
    }


    .imgNoticia5{
        width: 100%;
        height: 200px;
    }

    .imgNoticia6{
        width: 100%;
        height: 200px;
        margin: 0px;
        justify-self: center;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .imgNoticia7{
        width: 100%;
        height: 200px;
        margin: 0px;
        justify-self: center;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .imgNoticia9{
        width: 100%;
        height: 230px;
        margin: 0px;
        justify-self: center;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    

    .nomeADV{
        font-size: 17px;
        font-weight: 550;
    }
    
    .local{
        font-size: 13px;
        padding-top: 2px;
        padding-left: 3px;
    }

    .quadros{
        width: 90%;
        display: block;
    }

    .quadro{
        border: black solid 1px;
        border-radius: 4px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-items: left;
        align-items: center;
        text-align: left;
        margin: 8px 0px;
        box-shadow:  rgb(0 0 0 / 30%) 0px 0px 8px;
    }

    .imgQuadro{
        width: 60px;
        height: 60px;
        margin-top: 3px;
        margin-left: 3px;
        margin-right: 20px;
    }
    
    .especial{
        background-color: rgb(250, 228, 228);
        width: 90%;
        text-align: center;
    }

    .reivindicar{
        width: 90%;
        margin-top: 10px;
        background-color: #CB1111;
        border-radius: 15px;
        color: white;
        text-align: center;
        padding: 4px 1px 4px 1px;
        margin-bottom: 10px;
        font-size: 17px;
    }

    .imgEstrela{
        width: 60px;
        margin: 0px 10px;
        height: 15px;
    }

    .foto{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .fotosClientes{
        width: 100%;
        height: 300px;
        padding: 0px 10px;
        align-items: center;   
    }

    .ultima{
        width: 90%;
        margin-bottom: 10px;
    }

    .perguntasFrequentes{
        width: 90%;
    }


    .imgUltima{
        width: 100%;
        height: 150px;
        margin-top: 10px;
    }

    
    .alerta{
        background-color: rgb(250, 228, 228);
        width: 69%;
        margin: 25px 0px 10px 0px;
        padding: 9px 30px 9px 30px;
        border: rgb(25, 25, 25) solid 2px;
        font-size: 18px;
        text-align: center;
    }

    .laser{
        background-color: rgb(250, 228, 228);
        border: rgb(25, 25, 25) solid 2px;
        width: 87%;
        margin: 10px 0px;
        padding: 5px;
        font-size: 18px;
    }

    .aplicarDesconto{
        background-color: #CB1111;
        padding: 8px;
        color: white;
        font-size: 27px;
        border: none;
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 50%);
        cursor: pointer;
        width: 90%;
        border-radius: 10px;
    }

    .g1{
        height: 30px;
        padding-left: 30px;
        padding-right: 50px;
    }

    .ultimoDocumento{
        font-size: 14px;
        padding-right: 70px;
    }
    
    .copy{
        display: block;
        padding: 10px 0px 5px 3px;
        color: white;
        background-color: #cb1111;
        font-size: 14px;
    }

    
    .comentarios{
        border: solid 1px black;
        border-radius: 5px;
        width: 87%;
        display: flex;
        flex-direction: column;
        margin-top: 70px;
        margin-bottom: 30px;
    }
    
    .tituloComentarios{
        font-size: 17px;
        font-weight: 450;
        text-align: left;
        display: flex;
        padding-top: 7px;
        padding-left: 0px;
        width: 96%;
        padding-bottom: 10px;
        margin-bottom: 0px;
        flex-direction: column;
        margin-left: 10px;
    }
    
    .areaParaComentar{
        background-color: #ebf0f8;
        width: 90%;
        border-radius: 10px;
        align-self: center;
        margin-bottom: 15px;
        padding-bottom: 7px;
        margin-top: 15px;
    }
    
    .colocarNome{
        padding-left: 10px;
        padding-top: 7px;
    }
    
    .nome{
        font-size: 13px;
        font-weight: 420;
        padding-bottom: 5px;
    }
    
    .areaNome{
        width: 200px;
        border-radius: 3px;
        box-shadow:  rgb(0 0 0 / 30%) 0px 0px 8px;
        border: 1px solid rgb(172, 172, 172);
    }
    
    .colocarComentario{
        padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    
    .seuComentario{
        font-size: 13px;
        font-weight: 420;
        padding-bottom: 5px;
    }
    
    .areaComentario{
        width: 250px;
        height: 60px;
        resize: none;
        border-radius: 3px;
        box-shadow:  rgb(0 0 0 / 30%) 0px 0px 8px;
        border: 1px solid rgb(172, 172, 172);
    }
  
    .areaParaComentarJS{
        background-color: #e4ebf8;
        width: 100%;
        border-radius: 10px;
        align-self: center;
        margin-bottom: 15px;
        padding-bottom: 7px;
        margin-top: 15px;
    }
    
    .colocarNomeJS{
        padding-left: 10px;
        padding-top: 7px;
    }
    
    .nomeJS{
        font-size: 13px;
        font-weight: 420;
        padding-bottom: 5px;
    }
    
    .areaNomeJS{
        width: 200px;
        border-radius: 3px;
        box-shadow:  rgb(0 0 0 / 30%) 0px 0px 8px;
        border: 1px solid rgb(172, 172, 172);
    }
    
    .colocarComentarioJS{
        padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    
    .seuComentarioJS{
        font-size: 13px;
        font-weight: 420;
        padding-bottom: 5px;
    }
    
    .areaComentarioJS{
        width: 250px;
        height: 40px;
        resize: none;
        border-radius: 3px;
        box-shadow:  rgb(0 0 0 / 30%) 0px 0px 8px;
        border: 1px solid rgb(172, 172, 172);
    }
    
    .recentes{
        font-size: 11px;
        border: 1px solid black;
        box-shadow:  rgb(0 0 0 / 30%) 1px 1px 12px;
        border-radius: 5px;
        width: 280px;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: left;
        align-self: flex-start;
        margin-bottom: 10px;
        cursor: pointer;
        margin-top: 8px;
        margin-right: 0px;
    }
    
    .face{
        display: flex;
        justify-content: flex-start;
        padding-left: 10px;
        font-size: 10px;
        align-items: center;
    }
    
    .comentar{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .botaoDoComentario{
        display: flex;
    }
    
    .botaoComentar{
        background-color: #365899;
        color: white;
        border-radius: 3px;
        font-size: 12px;
        cursor: pointer;
        margin-right: 10px;
        padding: 5px;
        justify-self: flex-end;
        border: 1px solid black;
    }
    
    .borda{
        border-bottom: 1px solid rgb(51, 50, 50);
        width: 90%;
        align-self: center;
        display: flex;
        margin-bottom: 0px;
    }
    
    .clientes{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-top: 8px;
        padding-bottom: 4px;
    }
    
    .foto{
        width: 10%;
        padding-right: 10px;
    }
    
    .fotoCliente{
        margin-left: 5px;
    }
    
    .cliente{
        width: 100%;
        border-radius: 50%;
    }
    
    .clienteSem{
        width: 25px;
        height: 26px;
        border-radius: 50%;
    }
    
    .corpoComentario{
        display: flex;
        flex-direction: column;
        align-items: left;
        width: 82%;
    }
    
    .nomeCliente{
        font-size: 10px;
        color: #365899;
        font-weight: bold;
        padding-bottom: 2px;
    }
    
    .comentarioCliente{
        font-size: 10px;
        padding-bottom: 3px;
    }
    
    .curtirResponder{
        display: flex;
    }
    
    .curtir{
        color: #365899;
        font-size: 8px;
        font-weight: 450;
        cursor: pointer;
    }
    
    .curtida{
        width: 7px;
        height: 7px;
        padding-left: 2px;
    }
    
    .responder{
        color: #365899;
        font-size: 8px;
        padding-left: 2px;
        padding-right: 2px;
        font-weight: 450;
    }
    
    .tempoComentario{
        color: rgb(45, 44, 44);
        font-size: 8px;
        padding-left: 2px;
        font-weight: 420;
        align-items: flex-start;
    }
    
    .respostaComentario{
        margin-left: -3px;
        padding-top: 7px;
        display: flex;
        padding-bottom: 3px;
    }

    .paiResposta{
        margin-left: 44px;
        padding-top: 0px;
        display: flex;
        padding-bottom: 3px;
    }
    
    .fotoSem{
        align-items: flex-start;
        margin-right: 10px;
    }
    
    .semFotoCliente{
        width: 25px;
        height: 26px;
        align-items: flex-start;
        display: flex;
        border-radius: 50%;
    }
    
    .corpoResposta{
        display: block;
    }
    
    .paginas{
        display: flex;
        justify-content: space-between;
        width: 80px;
        justify-items: center;
        align-self: center;
        margin-top: 30px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    
    .pagina1{
        font-size: 12px;
        font-weight: 430;
        width: 10px;
    }
    
    .pagina2{
        background-color: #aac2ee;
        font-size: 10px;
        width: 15px;
        font-weight: 430;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    
    .paginaSeguinte{
        font-size: 12px;
        font-weight: 430;
        text-align: center;
    }
}