<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.post {
    width: 70%;
    margin: auto;
    margin-top: 10%;
}

.post-header .title, .other-posts .main-title {
    font-family: Quicksand;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: left;

    color: #FF6B00;
    margin: 25px 0;
}

.other-posts .main-title{
    margin-top: 80px;
    margin-bottom: 50px;
}

.post-header .title{
    width: 80%;
    margin-bottom: 50px;
}

.post .text p {
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin: 30px 30px 30px 0;
    color: #333333;
} 

.post .text .subtitle {
    font-family: Quicksand;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;

    color: #333333;
}

.post .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.post .box p{
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 50px;
}

.post .box .rede{
    margin-bottom: 25px;
}

.post .box img{
    height: 24px;
    width: 24px;
}

.publicar img, .comentarios img{
    width: 76px;
    height: 76px;
}

.cadastro-email {
    background-color: #FF6B00;
    border-radius: 10px;
    width: 90%;
}

.cadastro-email .btn-enviar{
    padding: 0 1.5rem;
    height: 48px;
    background: #FEC827;
    border: none;
    margin-left: 15px;
}

.cadastro-email .btn-enviar img{
    height: 20px;
    width: 20px;
}

.cadastro-email .btn-enviar:hover{
    background: #FEC827;

}

.comentarios .btn-secondary{
    color: #AEB9C3;
    background: #ffffff ;
    text-align: left;
    width: auto;
    padding: 0;
}

.resposta small{
    font-weight: normal;
    font-size: 10px;
    color: #AEB9C3;
    margin-left: 20px;
}

.cadastro-email h2 {
    font-family: Quicksand;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    margin: 0 0 30px;
}

.cadastro-email input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #AEB9C3; /* Firefox */
}
  
.cadastro-email input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #AEB9C3;
}
  
.cadastro-email input::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #AEB9C3;
}

.enviar-email input {
    width: 55%;
    height: 48px;
    left: 391px;
    top: 3269px;

    background: #F1F3F6;
    border-radius: 6px;
}

.comentarios h2 {
    font-family: Quicksand;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
    padding: 40px 20px;
}

.comentarios h3, .publicar .form-group label {
    padding: 0 0 10px;
    color: #333333;
    font-size: 1.1rem;
}

.publicar .form-control{
    border: #cccccc 1px solid;
}

.comentarios .btn-pedir {
    background-color: #FF6B00;
}

.comentarios {
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}

.comentarios .nome-pessoa {
    font-weight: 700;
}

.comentarios .date {
    font-size: 12px;
}

.btn-responder {
    background-color: #cccccc;
}

@media(max-width: 1199px){
    .other-posts .title {
        font-size: 28px;
    }
    .other-posts .description {
        font-size: 18px;
    }
}

@media(max-width:991px){
    .post-header .title, .other-posts .main-title {
        font-size: 40px;
        line-height: 40px;
    }
    .post .container {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }
    .text p {
        margin: 20px 0 !important;
        text-align: justify;
    }
    .post-content .btn{
        font-size: 12px;
    }
    .cadastro-email h2 {
        font-family: Quicksand;
        font-size: 32px;
    }
    
    .enviar-email input {
        width: 75%;
    }

    
}

@media(max-width: 860px){
    .post-header .title, .other-posts .main-title {
        font-size: 36px;
        line-height: 40px;
    }
    .post .text p {
        font-size: 18px;
    }
    
}

@media(max-width:767px){
    .cadastro-email h2 {
        font-size: 24px;
    }
    .post-header .title, .other-posts .main-title {
        font-size: 32px;
        line-height: 40px;
    }
    .comentarios h2{
        text-align: center;
    }
}

@media(max-width: 660px){
    .post .text p ,.other-posts .description{
        font-size: 16px;
    }
    .other-posts .title {
        font-size: 26px;
    }
    .post-header .title, .other-posts .main-title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media(max-width: 575px){
    .post-header .title, .other-posts .main-title {
        font-size: 26px;
        line-height: 30px;
    }
    .post .text .subtitle {
        font-size: 24px;
    }
    .cadastro-email h2 {
        font-size: 22px;
    }
}

@media(max-width:490px){
    .post {
        width: 80%;
        margin: auto;
        margin-top: 20%;
    }
    .cadastro-email h2 {
        font-size: 18px;
    }
}

@media(max-width: 420px){
    .post-header .title, .other-posts .main-title {
        font-size: 24px;
        line-height: 30px;
    }
    .post .text p, .other-posts .description {
        font-size: 14px;
        line-height: 24px;
    }
    .post .text .subtitle, .nome-pessoa {
        font-size: 20px;
    }
    .resposta small {
        width: 100%;
    }

}</pre></body></html>