@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

* {
  font-family: 'Sora', sans-serif;
}

/* Cor de fundo */
body {
  background-color: #f0f0f0;
}

* {
  margin: 0;
  padding: 0;
}

.tfInicioContainer {
  margin: 0 auto;
  padding: 150px 0px 75px 0px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tfInicioConteudo {
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.tfInicioConteudoEsq {
  margin: 0px;
  align-content: center;
  padding: 0px;
  max-width: 560px;
}

.tfInicioConteudoEsq h1 {
  font-size: 78px;
  color: #7f1d1d;
}

.tfInicioConteudoEsq .tfInicioP1 {
  font-size: 24px;
  margin-top: 40px;
  color: #55221a;
}

.tfInicioConteudoEsq .tfInicioP2 {
  font-size: 18px;
  margin-top: 20px;
  color: #55221a;
}

.tfInicioBotao {
  text-decoration: none;
  color: #fff;
  background-color: #f6801d;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 10px;
  font-size: 20px;
  display: inline-block;
  margin-top: 50px;
}

.tfInicioConteudoDir img {
  width: 500px;
}

.tfInicioNossosServicosbc {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.tfInicioNossosServicos {
  margin: 0 auto;
  max-width: 1200px;
}

.tfNossosServicosDecoracao {
  margin: 0px;
  padding: 60px 40px;
  position: relative;
}

.borda {
  position: absolute;
  width: 220px;
  height: 220px;
  border: 5px solid #f6801d;
}

.tfNossosServicosDecTop {
  top: 0px;
  left: 0px;
  border-right: none;
  border-bottom: none;
}

.tfNossosServicosDecBottom {
  bottom: 0px;
  right: 0px;
  border-top: none;
  border-left: none;
}

.tfNossosServicosConteudo {
  max-width: 800px;
  justify-self: center;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tfNossosServicosConteudo h2 {
  font-size: 50px;
  color: #7f1d1d;
  font-weight: initial;
}

.tfNossosServicosConteudo p.tfInicioP3 {
  margin-top: 20px;
  font-size: 26px;
  color: #55221a;
}

.tfNossosServicosCards {
  margin: 0 auto;
  margin-top: 60px;
  padding: 0px;
  display: grid;
  gap: 20px;
  justify-items: center;
  max-width: 1200px;
}

.tfLinhaCards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.card {
  position: relative;
  width: 200px;
}

.card img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.card span {
  max-width: 10ch;
  left: 30px;
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 4px 10px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
}

.tfOferContainer {
  margin: 0 auto;
  padding: 100px 0px;
  background-color: #083b38;
  width: 100%;
}

.tfOferConteudo {
  margin: 0 auto;
  padding: 0px;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tfOferConteudo h2 {
  font-size: 50px;
  color: #fff;
}

.tfOferCards {
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 80px;
  padding: 0px;
  display: flex;
  gap: 60px;
  justify-content: center;
}

.tfOferCard {
  background-color: #fff;
  padding: 50px 30px 50px 30px;
  border-radius: 10px;
  width: 300px;
  text-align: center;
}

.tfOferCard p {
  margin-top: 40px;
  font-size: 20px;
  color: #55221a;
}

.tfOferCard img {
  width: 180px;
}

.tfComeceSuaJornadaContainer {
  margin: 0 auto;
  padding: 100px 0px;
  max-width: 100%;
  background-color: #fff;
}

.tfComeceSuaJornadaConteudo {
  margin: 0 auto;
  padding: 0px;
  justify-items: center;
}

.tfComeceSuaJornadaConteudo h2 {
  font-size: 50px;
  color: #7f1d1d;
  font-weight: initial;
}

.tfChamadaPropostaContainerbc {
  background-color: #fff;
  padding-bottom: 100px;
}

.tfChamadaPropostaContainer {
  margin: 0 auto;
  display: flex;
  max-width: 1200px;
  min-height: 400px;
  width: 100%;
  background-color: #f6801d;
}

.tfChamadaPropostaConteudo {
  margin: 0 auto;
  padding: 50px;
  max-width: 600px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.tfChamadaPropostaConteudo h2 {
  font-size: 40px;
}

.tfChamadaPropostaConteudo p {
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.tfChamadaPropostaConteudo a {
  text-decoration: none;
  color: #fff;
  background-color: #7f1d1d;
  font-weight: bold;
  width: 100px;
  padding: 20px 40px;
  border-radius: 10px;
  display: inline-block;
}

.tfChamadaPropostaImagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-content h2 {
  font-size: 2.1rem;
  margin-bottom: 20px;
}

.modal-content span {
  font-size: 1.3rem;
}

.modal-content ul {
  margin-top: 40px;
}

.modal-content li {
  margin-left: 20px;
}

.modal-content p {
  margin-top: 20px;
  line-height: 1.3;
  text-align: left;
}

.modal-content ul li + li {
  margin-top: 20px;
}

.modal-content p {
  font-weight: 500;
}

.modal-content {
  border: 4px solid #083b38;
  background: #fff;
  max-height: 40vh;
  padding: 40px;
  width: 90%;
  max-width: 500px;
  margin: 10% auto;
  overflow-y: auto;
  border-radius: 8px;
  position: relative;
}

.fechar {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

body.modal-aberto {
  overflow: hidden;
  padding-right: 17px; /* ou use uma variável calculada */
}

/* Estilo da Footer */
footer {
  margin: 0px;
  padding: 0px;
  background-color: #000;
  width: 100%;
}

.tfFooterContainer {
  margin: 0 auto;
  padding-top: 100px;
  max-width: 1200px;
}

.tfFooterConteudo {
  margin: 0 auto;
}

.tfFooterLista {
  display: flex;
  color: #fff;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  justify-content: space-around;
}

.tfFooterLista a {
  text-decoration: none;
  color: #fff;
}

.tfFooterLista li {
  display: grid;
  text-align: left;
  gap: 20px;
}

.tfFooterRedes {
  font-size: 2.5rem;
}

.tfFooterDireitos {
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #fff;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.tfAlinha {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tfAlinha i {
  font-size: 2rem;
}

/* Estilização do corpo da página */
.tfFormularioPropostaTituloContainer {
  margin: 0 auto;
  padding: 100px 0px 0px 0px;
  max-width: 100%;
  background-color: #083b38;
}

.tfFormularioPropostaTituloConteudo {
  margin: 0 auto;
  padding: 100px 0px 100px 0px;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.tfFormularioPropostaTituloConteudo h1 {
  color: #fff;
  font-size: 50px;
  font-weight: initial;
}

.tfFormularioPropostaContainer {
  margin: 0px auto;
  padding: 50px 0px 50px 0px;
  max-width: 1200px;
}

.tfFormularioPropostaConteudo {
  margin: 0 auto;
  padding: 0px;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}

.tfFormularioPropostaTitulo h1 {
  color: #7f1d1d;
  font-size: 50px;
  font-weight: initial;
}

.tfFormularioPropostaAreaContainer {
  background-color: #fff;
  padding: 0px;
  margin: 50px;
  border-radius: 20px;
  width: 90%;
  max-width: 1200px;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.1);
}

.tfFormularioPropostaAreaConteudo {
  margin: 0 auto;
  padding: 30px;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tfFormularioPropostaAreaConteudo h2 {
  margin: 0 auto;
  padding: 0px 0px 60px 0px;
  color: #d65c57;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  flex-wrap: wrap;
}

.tfFormularioPropostaCaixa {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #083b38;
  border-radius: 10px;
}

.tfFormularioPropostaCaixaConteudo {
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}

.tfFormularioPropostaCaixaEsq {
  max-width: 500px;
  width: 400px;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
}

.tfFormularioPropostaCaixaEsq h3 {
  margin: 0px;
  padding: 0px;
  font-size: 26px;
  font-weight: bold;
}

.tfFormularioPropostaCaixaEsq p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

.tfFormularioPropostaCaixaEsqContatos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tfFormularioPropostaCaixaContato {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.tfFormularioPropostaCaixaContato i {
  font-size: 50px;
}

.tfFormularioPropostaCaixaContato span {
  display: block;
  font-weight: bold;
}

.tfFormularioPropostaCaixaContato a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.tfLinhaHorizontal {
  width: 100%;
  height: 4px;
  background-color: #f6801d;
  margin: 40px 0;
}

.tfFormularioPropostaCaixaDir {
  margin: 0 auto;
  padding: 0px;
  max-width: 400px;
}

form {
  margin: 0px;
  padding: 0px;
  max-width: 400px;
}

.tfFormularioPropostaCaixaDirInputNome {
  margin: 0px;
  padding: 0px;
  max-width: 400px;
}

.tfFormularioPropostaCaixaDirInputNome input {
  margin: 0px 0px 5px 0px;
  padding: 10px;
  width: 100%;
  height: 45px;
  border: 2px solid #f6801d;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.22);
  font-size: 16px;
  box-sizing: border-box;
  color: #fff;
}

.tfFormularioPropostaCaixaDirInputContatos {
  margin: 0px;
  padding: 0px;
  max-width: 400px;
  display: flex;
  gap: 5px;
}

.tfFormularioPropostaCaixaDirInputContatos input {
  margin: 0px 0px 5px 0px;
  padding: 10px;
  width: 50%;
  height: 45px;
  border: 2px solid #f6801d;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.22);
  font-size: 16px;
  box-sizing: border-box;
  color: #fff;
}

.tfFormularioPropostaCaixaDirInputEndereco {
  margin: 0px;
  padding: 0px;
  max-width: 400px;
  display: flex;
  gap: 5px;
}

.tfFormularioPropostaCaixaDirInputEndereco input {
  margin: 0px 0px 5px 0px;
  padding: 10px;
  width: 50%;
  height: 45px;
  border: 2px solid #f6801d;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.22);
  font-size: 16px;
  box-sizing: border-box;
  color: #fff;
}

.tfFormularioPropostaCaixaDirInputMensagem {
  margin: 0px;
  padding: 0px;
  max-width: 400px;
}

.tfFormularioPropostaCaixaDirInputMensagem textarea {
  margin: 0px 0px 5px 0px;
  padding: 10px;
  width: 100%;
  max-width: 400px;
  height: 100px;
  max-height: 100px;
  min-height: 45px;
  border: 2px solid #f6801d;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.22);
  font-size: 16px;
  box-sizing: border-box;
  color: #fff;
}

form button {
  margin: 0 auto;
  padding: 0px;
  width: 400px;
  height: 50px;
  border: none;
  border-radius: 5px;
  background-color: #f6801d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

form button:active {
  background-color: #d65c57;
  transition: 0.1s ease;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  font-family: sans-serif;
}

/* Estilo da Header */
header {
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.tfHeaderContainer {
  margin: 0 auto;
  padding: 10px 0;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tfHeaderContainer .tfLogoHeader {
  margin: 0;
  padding: 0;
  width: 160px;
}

.tfHeaderMenu {
  justify-content: center;
  display: flex;
}

.tfMenuConteudo {
  margin: 0px;
  padding: 0px;
  display: flex;
  list-style: none;
  gap: 30px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
}

.tfMenuConteudo a.active {
  color: #7f1d1d;
  font-weight: bold;
  border-bottom: 2px solid #f6801d;
}

.tfMenuConteudo li a {
  text-decoration: none;
  color: #3c1711;
}

.tfHeaderBotao {
  text-decoration: none;
  color: #fff;
  background-color: #d65c57;
  font-weight: bold;
  padding: 12px 40px;
  border-radius: 10px;
  font-size: 16px;
  display: inline-block;
}

.tfHeaderBotao:active {
  box-shadow: inset 0px 0px 6px 1px #3c1711;
}

.tfMenuToggle {
  display: none;
  font-size: 50px;
  background: none;
  border: none;
  color: #3c1711;
  cursor: pointer;
}

/* Estilização do corpo da página */
.tfParaSuaEmpresaTituloContainer {
  margin: 0 auto;
  padding: 100px 0px 0px 0px;
  width: 100%;
  background-color: #083b38;
}

.tfParaSuaEmpresaTituloConteudo {
  margin: 0 auto;
  padding: 100px 0px 100px 0px;
  max-width: 1200px;
  align-content: center;
}

.tfParaSuaEmpresaTituloConteudo h1 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: initial;
}

.tfParaSuaEmpresaContainer {
  margin: 0 auto;
  padding: 50px 0px 50px 0px;
  max-width: 1200px;
}

.tfParaSuaEmpresaConteudo {
  margin: 0 auto;
  padding: 0px;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}

.tfParaSuaEmpresaTitulo h1 {
  color: #7f1d1d;
  font-size: 50px;
  font-weight: normal;
}

.tfParaSuaEmpresaServicosConteudo {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}

.tfParaSuaEmpresaServicoEstilo1Container {
  margin: 0px;
  padding: 50px;
  max-width: 1200px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.1);
}

.tfParaSuaEmpresaServicoEstilo1Container h2 {
  margin: 0 auto;
  padding: 0px 0px 60px 0px;
  color: #d65c57;
  font-size: 40px;
  font-weight: bold;
}

.tfParaSuaEmpresaServicoEstilo1Conteudo {
  margin: 0 auto;
  padding: 0px;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  gap: 100px;
}

.tfParaSuaEmpresaServicoEstilo1Esq {
  width: 500px;
}

.tfParaSuaEmpresaServicoEstilo1Esq h3 {
  font-size: 26px;
  font-weight: bold;
  color: #083b38;
  margin-bottom: 20px;
}

.tfParaSuaEmpresaServicoEstilo1Esq p {
  font-size: 22px;
  color: #55221a;
  margin-bottom: 40px;
}

.tfParaSuaEmpresaServicoEstilo1Dir {
  max-width: 400px;
  max-height: 400px;
  justify-items: end;
}

.tfParaSuaEmpresaServicoEstilo1Dir img {
  box-sizing: border-box;
}

.tfServicosButton {
  padding: 20px 18px;
  background-color: #f6801d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
}

/* Estilo Dois */
.tfParaSuaEmpresaServicoEstilo2Container {
  margin: 0px;
  padding: 50px;
  max-width: 1200px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.1);
}

.tfParaSuaEmpresaServicoEstilo2Container h2 {
  margin: 0 auto;
  padding: 0px 0px 60px 0px;
  color: #d65c57;
  font-size: 40px;
  font-weight: bold;
}

.tfParaSuaEmpresaServicoEstilo2Conteudo {
  margin: 0 auto;
  padding: 0px;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  gap: 100px;
}

.tfParaSuaEmpresaServicoEstilo2Dir {
  width: 500px;
}

.tfParaSuaEmpresaServicoEstilo2Dir h3 {
  font-size: 26px;
  font-weight: bold;
  color: #083b38;
  margin-bottom: 20px;
}

.tfParaSuaEmpresaServicoEstilo2Dir p {
  font-size: 22px;
  color: #55221a;
  margin-bottom: 40px;
}

.tfParaSuaEmpresaServicoEstilo2Esq {
  max-width: 400px;
  max-height: 400px;
  justify-items: end;
}

.tfParaSuaEmpresaServicoEstilo2Esq img {
  box-sizing: border-box;
}

/* Estilização do corpo da página */
.tfCardServicosContainer {
  margin: 0 auto;
  padding: 0px 0px 50px 0px;
  max-width: 1200px;
}

.tfCardServicosConteudo {
  display: grid;
  justify-content: center;
  align-content: center;
  color: #7f1d1d;
  background-color: #083b38;
  padding-top: 200px;
  padding-bottom: 100px;
}

.tfCardServicosTitulo h1 {
  color: #fff;
  font-size: 50px;
  font-weight: initial;
}

.tfCardServicosPrincipalCard1 {
  background-color: #fff;
  padding: 50px;
  margin: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.1);
}

.tfCardServicosPrincipalCard1 h2 {
  text-align: center;
  color: #d65c57;
  font-size: 40px;
  padding-bottom: 60px;
}

.tfCardServicosControle {
  display: grid;
  margin: 0 auto;
  gap: 100px;
  max-width: 1000px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.tfCardServicosDados {
  display: grid;
  gap: 40px;
  padding-left: 0px;
}

.tfCardServicosDados p {
  font-size: 22px;
  color: #55221a;
}

.tfCardServicosDados h3 {
  color: #083b38;
  font-size: 26px;
}

.tfCardServicosFoto1 {
  justify-self: end;
}

.tfCardServicosDados a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  background-color: #f6801d;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 20px 18px;
  border-radius: 10px;
  justify-self: start;
}

#fotoLeft {
  justify-self: left;
}

/* Estilização do corpo da página */
.tfInicioSobreContainer {
  margin: 150px auto 100px auto;
  background-color: #083b38;
  box-shadow: inset 0 -120px #f0f0f0, inset 0 100px #f0f0f0;
}

.tfInicioSobreConteudo {
  margin: 0 auto;
  max-width: 1200px;
  align-items: start;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tfInicioSobreConteudo img {
  width: 500px;
  margin-left: 20px;
}
.tfInicioSobreConteudoDir {
  align-self: center;
  text-align: left;
  max-width: 50ch;
}

.tfInicioSobreConteudoDir h1 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 20px;
}

.tfInicioSobreConteudoDir span {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.tfInicioSobreConteudoDir p + p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tfInicioSobreConteudoDir p {
  color: #dfdfdf;
  font-size: 16px;
  line-height: 1.6;
}

.tfInicioSobreConteudoDir b {
  color: #fff;
}

.tfIdentidadeOrganizacionalContainerbc {
  background-color: #fff;
  padding: 50px 0px 50px 0px;
}

.tfIdentidadeOrganizacionalContainer {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
}

.tfIdentidadeOrganizacionalConteudo {
  margin: 0 auto;
  padding: 0px;
  max-width: 1200px;
  justify-items: center;
}

.tfIdentidadeOrganizacionalConteudo h2 {
  color: #7f1d1d;
  font-size: 40px;
  font-weight: normal;
}

.tfIdentidadeOrganizacionalItens {
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 160px;
}

.tfIdentidadeOrganizacionalItem {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 200px;
}

.tfIdentidadeOrganizacionalItem img {
  width: 160px;
  margin-bottom: 30px;
}

.tfIdentidadeOrganizacionalItem h3 {
  color: #f6801d;
  margin-bottom: 20px;
}

.tfIdentidadeOrganizacionalItem p {
  color: #55221a;
}

.tfSobreCEOContainerbc {
  background-color: #fff;
  margin-top: 100px;
  margin-bottom: 100px;
}

.tfSobreCEOContainer {
  margin: 0 auto;
  padding: 0px 0px 100px 0px;
  max-width: 1200px;
  display: flex;
  justify-content: center;
}

.tfSobreCEOConteudo {
  margin: 0px;
  padding: 0px;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}

.tfSobreCEOConteudo h2 {
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 50px;
  color: #7f1d1d;
  font-size: 50px;
  font-weight: normal;
}

.tfSobreCEOConteudo h3 {
  margin-bottom: 10px;
  color: #f6801d;
  font-size: 26px;
  font-weight: bold;
}

.tfSobreCEOConteudo p {
  margin-bottom: 10px;
  color: #55221a;
  font-size: 22px;
}

.tfSobreCEOBiografia {
  margin: 0;
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.tfSobreBiografiaContEsq {
  max-width: 500px;
}

.tfSobreBiografiaContEsq h3 {
  margin-bottom: 10px;
}

.tfSobreBiografiaContDir {
  justify-self: center;
  padding: 0px 15px;
}

.tfSobreBiografiaContDir img {
  width: 500px;
}

.tfSobreBiografiaContEsq p {
  margin-bottom: 30px;
  color: #55221a;
  font-size: 18px;
}

.tfSobreCEODestaques {
  margin: 0px;
  padding: 0px 0px 30px 0px;
}

.tfSobreCEOContatoItem {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  align-items: center;
}

.tfSobreCEOContatoItem i {
  margin-right: 10px;
  color: #55221a;
  font-size: 30px;
}

.tfSobreCEOContatoItem a {
  display: flex;
  align-items: center;
  color: #55221a;
  font-size: 18px;
  text-decoration: none;
}

.tfSobreCEOContatosLista {
  justify-items: center;
  padding-top: 20px;
  display: grid;
}

.tfSobreContainerMensagem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0px;
  padding: 0px;
  margin-bottom: 100px;
  background-color: #55221a;
}

.tfSobreContainerMensagemImagem img {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}

.tfSobreContainerMensagemTexto {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.tfSobreContainerMensagemTexto p {
  color: #fff;
  line-height: 1.5;
  max-width: 50ch;
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-weight: 900;
  margin-left: 50px;
  position: relative;
  font-size: 1.3rem;
}

.tfSobreContainerMensagemTexto p::before {
  content: '“';
  color: #7f1d1d;
  left: -30px;
  top: -20px;
  font-size: 3rem;
  position: absolute;
}

.tfSobreCEOContatosLista {
  grid-column: 2;
}

.tfSobreContainerMensagemTexto p::after {
  content: '”';
  color: #7f1d1d;
  font-size: 3rem;
  position: absolute;
}

.tfSobreContainerMensagemTexto h2 {
  align-self: end;
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-size: 1.3rem;
  color: #f0f0f0;
}

.tfSobreDestaqueContEsq p {
  font-size: 18px;
}

.regula {
  padding-left: 20px;
}

.modal {
  display: none; /* Oculto por padrão */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-conteudo {
  display: grid;
  align-content: center;
  gap: 30px;
  background: white;
  width: 500px;
  height: 200px;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
}

.modal-conteudo h2 {
  color: #083b38;
}

@media (max-width: 1100px) {
  .tfInicioConteudoDir img {
    width: 350px;
  }

  .modal-content {
    margin-top: 250px;
  }

  .tfInicioConteudoEsq h1 {
    font-size: 3rem;
  }

  .tfInicioConteudoEsq .tfInicioP1 {
    font-size: 18px;
    max-width: 35ch;
  }

  .tfInicioConteudoEsq .tfInicioP2 {
    font-size: 14px;
    max-width: 40ch;
  }

  .tfInicioConteudoEsq {
    padding-left: 60px;
  }

  .tfInicioConteudo {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .tfOferCard {
    display: grid;
    justify-items: center;
    padding: 35px 0px 35px 0px;
  }

  .tfOferCard p {
    font-size: 16px;
    padding: 30px 10px 30px 10px;
    margin-top: 20px;
    padding: 20px;
    margin-top: 0px;
  }

  .tfOferCardFoto {
    width: 200px;
    display: grid;
  }

  .tfOferCardFoto img {
    justify-self: center;
  }

  .tfOferCards {
    gap: 15px;
  }
  .tfChamadaPropostaConteudo p {
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 30px;
  }

  .tfChamadaPropostaConteudo h2 {
    font-size: 35px;
  }

  .tfHeaderContainer {
    padding: 20px;
    margin: 0 auto;
    justify-content: space-around;
  }
  .tfFooterConteudo {
    padding: 0px 30px;
  }

  .tfAlinha i {
    font-size: 1.5rem;
  }

  .tfFooterLista {
    max-width: 1200px;
    display: grid;
    margin: 0 auto;
    grid-template-columns: auto auto;
    text-align: center;
    gap: 60px;
  }

  .tfFooterLista li {
    text-align: center;
  }

  .tfLogoFooter {
    display: none !important;
  }

  .tfFooterLista li a {
    padding: 10px;
  }

  .tfAlinha {
    justify-content: center;
  }

  .tfParaSuaEmpresaServicoEstilo1Conteudo {
    grid-template-columns: 1fr;
  }

  .tfParaSuaEmpresaServicosContainer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .tfParaSuaEmpresaServicoEstilo1Dir {
    grid-row: 1;
  }

  .tfParaSuaEmpresaServicoEstilo1Esq {
    text-align: center;
  }

  .tfParaSuaEmpresaServicosConteudo {
    justify-items: center;
  }

  .tfParaSuaEmpresaServicoEstilo2Conteudo {
    grid-template-columns: 1fr;
  }

  .tfParaSuaEmpresaServicoEstilo2Esq {
    grid-row: 1;
  }

  .tfParaSuaEmpresaServicoEstilo2Dir {
    text-align: center;
  }

  .tfParaSuaEmpresaServicoEstilo1Container {
    margin: 50px;
    width: 100%;
  }
  .tfParaSuaEmpresaServicoEstilo2Container {
    width: 100%;
    margin: 100px;
  }

  .tfCardServicosControle {
    grid-template-columns: 1fr;
  }

  .tfCardServicosTitulo h1 {
    font-size: 40px;
    text-align: center;
  }

  .tfCardServicosDados {
    justify-items: center;
  }

  .tfCardServicosDados a {
    justify-self: center;
  }

  .tfCardServicosDados p {
    width: 500px;
    text-align: center;
  }
  .tfCardServicosFoto1 {
    grid-row: 1;
    justify-self: center;
  }

  .tfCardServicosControle {
    gap: 20px;
  }

  .tfCardServicosPrincipalCard1 {
    margin: 50px;
  }

  .tfCardServicosDados h3 {
    font-size: 22px;
  }
  .tfCardServicosDados p {
    font-size: 18px;
  }

  .tfCardServicosFoto1 img {
    width: 300px;
  }

  .tfCardServicosControle {
    grid-template-columns: 1fr;
  }

  .tfCardServicosControle {
    justify-items: center;
  }

  .tfCardServicosControle a {
    justify-self: center;
  }

  .tfCardServicosControle p {
    width: 100%;
    text-align: center;
  }
  #fotoLeft {
    grid-row: 1;
    justify-self: center;
  }

  .tfCardServicosControle {
    gap: 20px;
  }

  .tfCardServicosPrincipalCard1 {
    margin: 50px;
  }

  .tfCardServicosControle h3 {
    font-size: 22px;
  }
  .tfCardServicosControle p {
    font-size: 18px;
  }

  .tfCardServicosFoto1 img {
    width: 300px;
  }

  .tfCardServicosControle h3 {
    text-align: center;
  }

  .tfInicioSobreConteudoDir h1 {
    font-size: 34px;
  }

  .regula {
    padding: 15px;
  }

  .tfInicioSobreConteudoDir p {
    font-size: 15px;
  }

  .tfInicioSobreConteudoDir p + p {
    margin: 10px 0px;
  }

  .tfSobreDestaqueContEsq {
    display: inline-block;
    max-width: 750px;
  }

  .tfInicioSobreConteudoDir span {
    font-size: 15px;
  }

  .tfInicioSobreContainer {
    box-shadow: inset 0 -30px #f0f0f0, inset 0 30px #f0f0f0;
  }
  .tfInicioSobreConteudoDir {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tfInicioSobreConteudo img {
    width: 450px;
  }

  .tfIdentidadeOrganizacionalItens {
    gap: 80px;
    margin-top: 80px;
  }

  .tfSobreBiografiaContDir img {
    width: 450px;
    display: inline-block;
    align-self: center;
  }

  .tfSobreBiografiaContEsq {
    max-width: 750px;
    display: inline-block;
  }

  .regula {
    display: flex;
    flex-direction: column;
  }

  .tfSobreCEOBiografia {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tfSobreCEOContatosLista {
    display: inline-block;
    align-self: center;
    justify-items: left;
  }

  .tfSobreBiografiaContDir {
    justify-content: center;
    grid-row: 1;
    gap: 20px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tfSobreCEOBiografia {
    gap: 10px;
  }

  .tfSobreContainerMensagem {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tfSobreContainerMensagemTexto {
    justify-self: center;
    height: 300px;
    width: 800px;
  }

  .tfSobreContainerMensagemTexto p {
    font-size: 18px;
  }

  .tfSobreContainerMensagemTexto h2 {
    margin-top: 20px;
  }

  .tfSobreCEOContainer {
    padding-bottom: 50px;
  }

  .tfSobreCEOContatosLista {
    display: inline-block;
  }

  .tfSobreCEOContatosLista h3 {
    font-size: 24px;
  }

  .tfSobreCEOContatosLista a {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .tfInicioConteudo {
    grid-template-columns: 1fr;
    align-self: center;
  }

  .modal-content {
    max-width: 400px;
  }

  .modal-content h2 {
    font-size: 26px;
  }

  .tfInicioContainer {
    justify-content: left;
    background: url('../img/mensagem.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .tfInicioContainer::before {
    content: '';
    width: 100%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    position: absolute;
  }

  .tfInicioConteudoDir {
    display: none;
  }

  .tfInicioConteudoEsq {
    display: grid;
    justify-self: center;
    z-index: 1;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0px;
    padding: 20px;
    justify-items: start;
  }

  .tfInicioConteudoEsq h1 {
    color: #fff;
  }

  .tfInicioConteudoEsq a {
    grid-column: 1;
    padding: 15px 10px;
    text-align: center;
    grid-row: 5;
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    background-color: #083b38;
  }

  .tfInicioConteudoEsq .tfInicioP1 {
    margin-top: 10px;
    color: #fff;
  }

  .tfInicioConteudoEsq .tfInicioP2 {
    margin-top: 10px;
    color: #fff;
  }

  .tfInicioConteudoEsq p {
    grid-column: 1;
  }

  .tfInicioConteudoEsq h1 {
    font-size: 3rem;
  }

  .tfInicioConteudoEsq .tfInicioP1 {
    font-size: 18px;
    max-width: 35ch;
  }

  .tfInicioConteudoEsq .tfInicioP2 {
    font-size: 14px;
    max-width: 40ch;
  }

  .tfInicioConteudo {
    justify-items: center;
  }

  .tfOferCard {
    display: grid;
    justify-items: center;
    padding: 35px 0px 35px 0px;
  }

  .tfOferCard p {
    font-size: 16px;
    padding: 30px 10px 30px 10px;
    margin-top: 20px;
    padding: 20px;
    margin-top: 0px;
  }

  .tfOferCardFoto {
    width: 200px;
    display: grid;
  }

  .tfOferCardFoto img {
    justify-self: center;
  }

  .tfOferCards {
    gap: 15px;
  }
  .tfChamadaPropostaConteudo p {
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 30px;
  }

  .tfChamadaPropostaConteudo h2 {
    font-size: 35px;
  }

  .tfHeaderBotao {
    display: none;
  }

  .tfHeaderContainer {
    justify-content: space-between;
  }

  .tfMenuToggle {
    display: block;
  }

  .tfHeaderMenu {
    display: none;
    position: absolute;
    margin-top: 30px;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .tfHeaderMenu.active {
    display: block;
  }

  .tfMenuConteudo {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .tfMenuConteudo li {
    padding: 15px 10px;
  }

  .tfMenuConteudo li a {
    font-size: 18px;
  }

  .tfInicioSobreContainer {
    margin: 0 auto;
    margin-top: 90px;
    padding: 100px 0px 100px 0px;
    max-width: 100%;
    background-color: #083b38;
  }

  .tfInicioSobreConteudo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tfInicioSobreConteudoDir {
    box-shadow: none;
    padding: 10px;
  }

  .tfInicioSobreConteudoDir h1 {
    font-size: 26px;
  }

  .regula {
    padding: 15px;
  }

  .tfInicioSobreConteudoDir p {
    font-size: 14px;
    max-width: 50ch;
  }

  .tfInicioSobreConteudoDir p + p {
    margin: 10px 0px;
  }

  .tfSobreDestaqueContEsq p {
    font-size: 14px;
  }

  .tfInicioSobreConteudoDir span {
    font-size: 14px;
    max-width: 50ch;
  }

  .tfInicioSobreContainer {
    box-shadow: inset 0 -30px #f0f0f0, inset 0 30px #f0f0f0;
  }

  .tfInicioSobreConteudo img {
    display: none;
  }

  .tfIdentidadeOrganizacionalItens {
    gap: 26px;
    margin-top: 60px;
  }

  .tfIdentidadeOrganizacionalItens img {
    width: 120px;
  }

  .tfIdentidadeOrganizacionalItens h3 {
    font-size: 18px;
  }

  .tfIdentidadeOrganizacionalItens p {
    font-size: 14px;
    width: 160px;
  }

  .tfSobreBiografiaContDir img {
    width: 280px;
    display: inline-block;
    align-self: center;
  }

  .tfSobreBiografiaContEsq p {
    font-size: 14px;
  }

  .regula {
    display: flex;
    flex-direction: column;
  }

  .tfSobreCEOConteudo h2 {
    font-size: 40px;
    margin-top: 50px;
  }

  .tfSobreCEOBiografia {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tfSobreCEOContatosLista {
    display: inline-block;
    align-self: center;
    justify-items: left;
  }

  .tfSobreBiografiaContDir {
    justify-content: center;
    grid-row: 1;
    gap: 20px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tfSobreCEOBiografia {
    gap: 10px;
  }

  .tfSobreContainerMensagem {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tfSobreContainerMensagemTexto {
    justify-self: center;
    height: 300px;
    width: 500px;
  }

  .tfSobreContainerMensagemTexto p {
    font-size: 14px;
    margin-left: 0px;
  }

  .tfSobreContainerMensagemTexto h2 {
    font-size: 14px;
    margin: 20px 0px 0px 0px;
  }

  .tfSobreCEOContainer {
    padding-bottom: 50px;
  }

  .tfSobreCEOContatosLista {
    display: inline-block;
  }

  .tfSobreCEOContatosLista h3 {
    font-size: 18px;
  }

  .tfSobreCEOContatosLista a {
    font-size: 12px;
  }

  .tfInicioSobreContainer {
    margin: 90px auto 20px auto;
  }

  .tfSobreCEOContainer {
    margin-bottom: -50px;
    margin-top: -50px;
  }

  .tfSobreContainerMensagem {
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .tfFooterContainer {
    padding-top: 60px;
  }

  .tfAlinha {
    justify-content: center;
  }

  .tfLogoFooter {
    display: block !important;
  }

  .tfNossos,
  .tfSobre {
    display: none !important;
  }

  .tfFooterLista {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .tfFooterDireitos {
    margin-top: 60px;
  }
}

@media (max-width: 550px) {
  .tfFormularioPropostaTituloConteudo h1 {
    font-size: 40px;
    text-align: center;
  }

  .tfFormularioPropostaCaixaContato {
    align-self: center;
  }

  .tfFormularioPropostaCaixaEsqContatos a {
    font-size: 14px;
  }

  .tfFormularioPropostaCaixaEsqContatos i {
    display: none;
  }

  .tfFormularioPropostaCaixaEsq {
    text-align: center;
  }

  .tfFormularioPropostaAreaConteudo h2 {
    font-size: 26px;
  }

  .tfFormularioPropostaCaixaDirInputNome {
    max-width: 300px;
  }

  .tfFormularioPropostaCaixaDirInputContatos {
    max-width: 300px;
  }

  .tfFormularioPropostaCaixaDirInputEndereco {
    max-width: 300px;
  }

  .tfFormularioPropostaCaixaDirInputMensagem {
    max-width: 300px;
  }

  .tfFormularioPropostaCaixaDirInputMensagem textarea {
    max-width: 300px;
  }

  form button {
    width: 300px;
  }

  .tfFormularioPropostaCaixaEsq h3 {
    font-size: 22px;
    margin: 0 auto;
    max-width: 90%;
  }

  .tfFormularioPropostaCaixaEsq p {
    font-size: 14px;
    max-width: 90%;
    margin: 0 auto;
    align-items: center;
  }

  .tfLinhaHorizontal {
    width: 80%;
    margin: 20px auto;
  }

  .card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-area: 2;
    padding: 20px;
    width: 100%;
    border-radius: 15px;
    background-color: #55221a;
    margin-left: -10px;
  }

  .modal-content {
    max-width: 300px;
  }

  .modal-content h2 {
    text-align: left;
  }

  .tfInicioNossosServicosbc {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card span {
    position: initial;
    margin-left: 15px;
    grid-column: 2;
    justify-self: center;
    padding: 0px;
    align-self: center;
    max-width: 10ch;
    background-color: transparent;
    font-size: 1.5rem;
  }

  .tfOferCard {
    display: grid;
  }

  .tfComeceSuaJornadaConteudo h2 {
    font-size: 40px;
    text-align: center;
  }

  .tfOferConteudo h2 {
    font-size: 40px;
    margin-left: 50px;
  }

  .tfNossosServicosDecTop,
  .tfNossosServicosDecBottom {
    display: none;
  }

  .tfChamadaPropostaConteudo h2 {
    font-size: 28px;
  }

  .tfChamadaPropostaConteudo {
    padding: 30px;
  }

  .tfChamadaPropostaConteudo p {
    font-size: 16px;
    max-width: 50ch;
  }

  .tfChamadaPropostaContainer {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }

  .tfCardServicosFoto1 img {
    width: 100%;
  }

  .tfCardServicosPrincipalCard1 {
    padding: 30px;
    margin: 20px;
  }

  .tfCardServicosDados a {
    font-size: 15px !important;
    padding: 20px 18px;
    width: 200px;
    text-align: center;
  }

  .tfCardServicosDados p {
    font-size: 14px;
  }

  .tfCardServicosTitulo h1 {
    font-size: 30px;
    max-width: 300px;
  }

  .tfCardServicosPrincipalCard1 h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }

  .tfIdentidadeOrganizacionalConteudo h2 {
    font-size: 30px;
    display: grid;
    justify-content: center;
    align-content: center;
    width: 300px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .tfIdentidadeOrganizacionalItens {
    gap: 50px;
    grid-template-columns: 300px;
    justify-items: center;
    display: grid;
  }

  .tfSobreBiografiaContDir {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tfSobreCEOContatosLista {
    justify-items: center;
    align-items: center;
  }

  .tfSobreContainerMensagemTexto p {
    font-size: 13px;
    font-weight: 400;
  }

  .tfSobreContainerMensagemTexto {
    width: 300px;
  }

  .tfIdentidadeOrganizacionalItem {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .tfIdentidadeOrganizacionalItem img {
    justify-self: center;
  }

  .tfIdentidadeOrganizacionalConteudo {
    padding: 50px 0px;
    margin: 0px auto;
  }

  .tfIdentidadeOrganizacionalItem p {
    font-size: 16px;
    width: 250px;
    display: block;
  }

  .tfInicioSobreConteudoDir p {
    font-size: 16px;
  }
  .tfInicioSobreConteudoDir span {
    font-size: 16px;
  }
  .tfInicioSobreConteudoDir h1 {
    font-size: 30px;
  }

  .tfSobreCEOContatosLista a {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .tfFormularioPropostaCaixaDir {
    width: 250px;
  }

  .tfFormularioPropostaCaixaEsq h3 {
    margin-bottom: 20px;
  }

  .tfFormularioPropostaCaixaConteudo {
    padding: 30px 10px;
    width: 100%;
  }

  .tfFormularioPropostaBotao {
    width: 250px;
  }

  .tfInicioConteudoEsq h1 {
    font-size: 38px;
  }
  .card img {
    display: none;
  }

  .modal-content {
    max-width: 250px;
  }

  .modal-content h2 {
    text-align: left;
  }

  .card {
    margin: 0px;
    display: flex;
    flex-direction: column;
  }

  .tfOferConteudo h2 {
    margin-left: 20px;
  }

  .card span {
    margin: 0px;
  }

  .tfCardServicosFoto1 img {
    width: 150px;
  }

  .tfCardServicosDados a {
    font-size: 9px;
  }

  .tfCardServicosPrincipalCard1 h2 {
    font-size: 30px;
  }
}
