﻿@font-face {
    font-family:'roboto';
    src:url("fonte/Roboto-Bold.ttf");
}

@font-face {
   font-family: 'montserrat';
   src: url(font/Montserrat-Bold.otf);
}

@font-face {
   font-family: 'Montserrat-Light';
   src: url(font/Montserrat-Light.otf);
}

a:link{
   text-decoration: none;
}

body{
   background-color: #fff;
}

.topo-0{
   background-color: #fff;
   padding-top: 40px;
   padding-bottom: 40px;
}

.texto-topo-1 {
  font-weight: bold; /* Torna o texto em negrito */
}
.texto-topo-1 {
  font-weight: 800; /* Valor maior para tornar o texto ainda mais gordo */
}
A propriedade font-weight aceita valores numéricos de 100 a 900, onde valores maiores tornam o texto mais gordo. Você pode experimentar diferentes valores até encontrar o que melhor se adequa ao estilo que você deseja para o seu texto.

Certifique-se de adicionar essas regras CSS ao seu arquivo CSS ou ao cabeçalho HTML do seu site.






.topo-1{
   background-color: #fff;
   padding-bottom: 30px;
}

.img-01{
   width: 50%;
   height: auto;
   max-width: 250px;
}
.with-red-background {
  background-color: ##218ee1; /* Cor de fundo vermelho escuro */
  color: white; /* Cor do texto (branco) */
  padding: 0px; /* Espaçamento interno para melhor legibilidade */
  position: relative; /* Define a posição relativa */
  z-index: 1; /* Define uma ordem z para que fique sobre outros elementos */
}

.fundo-adv{
	background: #0076d1;
    text-transform: uppercase;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 600;
    color: #fff;
    margin-top: -4px;
}

.topo-010 {
  position: relative; /* Define a posição relativa no container pai */
  overflow: hidden; /* Para ocultar conteúdo que se estende além do cabeçalho */
}




/* Para garantir que o fundo vá até os cantos da página */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;

}

/* Para definir o fundo vermelho em toda a largura do cabeçalho */
.with-red-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* Estende para a esquerda */
  width: 300%; /* Suficientemente grande para cobrir a tela */
  height: 100%;
  background-color: #0076d1;
  z-index: -1; /* Coloca o fundo atrás do texto */
}

.texto-inicio{
   color: #686868;
    font-family: 'Montserrat-Light',sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.1;
}

.titulo{
   font-size: 34px;
   margin-top: 20px;
   line-height: 44px;
   font-family: 'montserrat',sans-serif;
}

.img-dpo{
   width: 50px;
   height: 50px;
   border-radius: 50%;
}

.img-depo2{
   width: 50px !important;
   height: 50px !important;
   border-radius: 50% !important;
   float: left !important;
   margin-right: 15px !important;
   margin-top: 0px !important;
   margin-bottom: 0px !important;
}

.img-max{
   width: 100%;
   height: auto;
   margin-top: 30px;
   margin-bottom: 20px;
}

.conteudo p{
   margin-top: 25px;
    font-size: 18px;
    font-family: 'Montserrat-Light',sans-serif;
    color: #000;
    margin-bottom: 25px;
    line-height: 27px;
}

.conteudo p .texto-depo{
    font-size: 16px;
    font-family: 'Montserrat-Light',sans-serif;
    color: #000;
    font-weight: bold;
}

.conteudo h3{
   color: #141414;
   font-family: 'montserrat',sans-serif;
   margin-top: 35px;
   margin-bottom: 25px;
   font-size: 32px;
   line-height: 33px;
}

.conteudo img{
   width: 100%;
   height: auto;
   margin-top: 30px;
}

.coment{
   background-color: #eee;
    padding: 12px 15px 12px 20px;
    border-left: 6px solid #2f7fec;
    padding: 10px;
}

.depo{
   background-color: #eee;
    padding: 12px 15px 12px 20px;
    border-left: 6px solid #3ce78e;
    padding: 10px;
}

.botao{
   background-color: #00bb47;
   padding: 20px 10px 20px 10px;
   width: 98%;
   text-align: center;
   border-radius: 5px;
   margin: 30px auto;
   font-size: 18px;
   font-weight: 700;
   line-height: 27px;
   display: block;
   color: #fff;
}

.fundo-amarelo{
       background-color: #ffc325;
    margin-top: 20px;
    padding: 20px;
}

.topo-2{
   background-color: #fff;
   padding-top: 40px;
   padding-bottom: 40px;
}


.pull-right{
  float:right;
}
.pull-left{
  float:left;
}
#fbcomment{
  background:#fff;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  color: #4b4f56;
  padding:50px;
}
.header_comment{
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px solid #e9ebee;
    line-height: 25px;
    margin-bottom: 24px;
    padding: 10px 0;
}
.sort_title{
  color: #4b4f56;
}
.sort_by{
  background-color: #f5f6f7;
  color: #4b4f56;
  line-height: 22px;
  cursor: pointer;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  padding: 4px;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid #ccd0d5;
}
.count_comment{
  font-weight: 600;
}
.body_comment{
    padding: 0 8px;
    font-size: 14px;
    display: block;
    line-height: 25px;
    word-break: break-word;
}
.avatar_comment{
  display: block;
}
.avatar_comment img{
  height: 48px;
  width: 48px;
}
.box_comment{
  display: block;
    position: relative;
    line-height: 1.358;
    word-break: break-word;
    border: 1px solid #d3d6db;
    word-wrap: break-word;
    background: #fff;
    box-sizing: border-box;
    cursor: text;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
  padding: 0;
}
.box_comment textarea{
  min-height: 40px;
  padding: 12px 8px;
  width: 100%;
  border: none;
  resize: none;
}
.box_comment textarea:focus{
  outline: none !important;
}
.box_comment .box_post{
  border-top: 1px solid #d3d6db;
    background: #f5f6f7;
    padding: 8px;
    display: block;
    overflow: hidden;
}
.box_comment label{
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #90949c;
  line-height: 22px;
}
.box_comment button{
  margin-left:8px;
  background-color: #4267b2;
  border: 1px solid #4267b2;
  color: #fff;
  text-decoration: none;
  line-height: 22px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.box_comment button:hover{
  background-color: #29487d;
  border-color: #29487d;
}
.box_comment .cancel{
  margin-left:8px;
  background-color: #f5f6f7;
  color: #4b4f56;
  text-decoration: none;
  line-height: 22px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-align: center;
  border-color: #ccd0d5;
}
.box_comment .cancel:hover{
  background-color: #d0d0d0;
  border-color: #ccd0d5;
}
.box_comment img{
  height:16px;
  width:16px;
}
.box_result{
  margin-top: 24px;
}
.box_result .result_comment h4{
  font-weight: 600;
  white-space: nowrap;
  color: #365899;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.358;
  margin:0;
}
.box_result .result_comment{
  display:block;
  overflow:hidden;
  padding: 0;
}
.child_replay{
  border-left: 1px dotted #d3d6db;
  margin-top: 12px;
  list-style: none;
  padding:0 0 0 8px
}
.reply_comment{
  margin:12px 0;
}
.box_result .result_comment p{
  margin: 4px 0;
  text-align:justify;
  font-size: 14px;
}
.box_result .result_comment .tools_comment{
  font-size: 12px;
  line-height: 1.358;
  margin-bottom: 5px;
}
.box_result .result_comment .tools_comment a{
  color: #4267b2;
  cursor: pointer;
  text-decoration: none;
}
.box_result .result_comment .tools_comment span{
  color: #90949c;
}
.body_comment .show_more{
  background: #3578e5;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  margin-top: 24px;
  padding: 12px;
  text-shadow: none;
  width: 100%;
  font-weight:bold;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
}

.rodape{
   padding-top: 40px;
   padding-bottom: 20px;
   background-color: #0076d1;
}

.img-logo-rodape{
   width: 70%;
   height: auto;
   max-width: 150px;
}

.texto-rodpa{
   color: #fff;
   font-size: 14px;
   line-height: 1.1;
}

.titulo-rodape{
   color: #fff;
   font-size: 22px;
   font-weight: bold;
   line-height: 1.1;
}

.texto-rodpa a{
   color: #fff;

}

.minitexto{
   font-size: 11px;
    color: #fff;
}

.minitexto a{
    color: #808080 !important;
}

.esp-topo{
   padding-top: 20px;
}

@media screen and (max-width: 600px) {

   #fbcomment{
        padding: 20px;
    }

   .titulo{
      font-size: 28px;
      line-height: 1.2;
   }
}

.quadro-azul {
    background-color: #3399ff;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.quadro-azul h2 {
    margin-top: 0;
    font-size: 1.5em;
}

.quadro-azul ul {
    list-style-type: disc;
    color: #fff;
    margin-left: 20px;
    padding-left: 0;
}


/* Estilo para o quadro azul */
.quadro-azul {
    background-color: #3399ff;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.quadro-azul h2 {
    margin-top: 0;
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 15px;
}

.quadro-azul ul {
    list-style-type: none;
    color: #fff;
    padding-left: 0;
}

.quadro-azul li {
    margin-bottom: 10px;
}

.quadro-azul li::before {
    content: "✔ ";
    color: #fff;
    font-weight: bold;
}
.img-wrapper {
        position: relative;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .img-wrapper img {
        max-width: 100%;
        display: block;
    }

    .red-box {
        background-color: #ff0000;
        color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        margin-top: 10px;
        text-align: center;
    }

    .img-caption {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
    }