.inicio-titulo {
  background-image: url("../../assets/images/empresa.webp") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 0;
}
.inicio-titulo-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 33, 73, 0.8);
  z-index: 1;
  pointer-events: none;
}
.inicio-titulo .slogan,
.inicio-titulo h1,
.inicio-titulo h2 {
  position: relative;
  z-index: 2;
}
.inicio-titulo h1 {
  margin-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 37px;
  line-height: 55.5px;
  font-weight: 400;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  padding-left: 150px;
}
.inicio-titulo h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Muli, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0.01em;
  font-variation-settings: "wght" 700;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  padding-left: 150px;
}
p.slogan {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  padding-left: 150px;
}
.slogan {
  font-style: italic;
  font-size: 1.1em;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .slogan,
  p.slogan {
    font-size: 15px;
    line-height: 22.5px;
    text-align: center;
    align-self: center;
    padding-left: 0;
    width: 85%;
  }
  .inicio-titulo {
    min-height: 500px;
  }
  .inicio-titulo h1 {
    text-align: center;
    align-self: center;
    padding-left: 0;
    width: 85%;
  }
  .inicio-titulo h2 {
    text-align: center;
    align-self: center;
    padding-left: 0;
    width: 85%;
  }
}
@media (max-width: 500px) {
  .inicio-titulo {
    min-height: 480px;
    padding-top: 0;
  }
  .inicio-titulo h1 {
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    align-self: center;
    padding-left: 0;
    width: 85%;
    margin-bottom: 14px;
  }
  .inicio-titulo h2 {
    text-align: center;
    align-self: center;
    padding-left: 0;
    width: 85%;
  }
}
@media (max-width: 400px) {
  .inicio-titulo {
    min-height: 460px;
  }
  .inicio-titulo h1 {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    align-self: center;
    padding-left: 0;
    width: 90%;
    margin-bottom: 12px;
  }
  .inicio-titulo h2 {
    font-size: 20px;
    text-align: center;
    align-self: center;
    padding-left: 0;
    width: 90%;
    margin-bottom: 16px;
  }
  .slogan,
  p.slogan {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    align-self: center;
    padding-left: 0;
    width: 90%;
  }
  .btn-area {
    padding: 14px 16px;
    font-size: 0.92rem;
    min-height: 50px;
  }
}
@media (max-width: 360px) {
  .inicio-titulo h1 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    align-self: center;
    padding-left: 0;
  }
  .inicio-titulo h2 {
    font-size: 18px;
    text-align: center;
    align-self: center;
    padding-left: 0;
  }
  .slogan,
  p.slogan {
    text-align: center;
    align-self: center;
    padding-left: 0;
  }
  .btn-area {
    padding: 12px 14px;
    font-size: 0.88rem;
  }
}
@media (max-width: 320px) {
  .inicio-titulo h1 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    align-self: center;
    padding-left: 0;
  }
  .inicio-titulo h2 {
    font-size: 16px;
    text-align: center;
    align-self: center;
    padding-left: 0;
  }
  .slogan,
  p.slogan {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    align-self: center;
    padding-left: 0;
  }
  .btn-area {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
}
.areas-atuacao {
  background: #e9e9e9;
  text-align: center;
}
.areas-atuacao ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.areas-atuacao li {
  background: #062149;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 1.1em;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  transition:
    background 0.2s,
    transform 0.2s;
}
.areas-atuacao li:hover {
  background: #2d3a5a;
}
.area-atuacao-bg {
  background: #072049 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.container.area-atuacao-bg {
  background: #072049 !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}
.botoes-areas {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 25px;
}
.btn-area {
  background: #062149;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 1.1em;
  min-width: 180px;
  max-width: 380px;
  width: 100%;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  box-shadow: 0 0 5px 2px rgba(248, 245, 245, 0.3);
  transition:
    background 0.2s,
    transform 0.2s,
    color 0.2s;
  cursor: pointer;
  outline: 0;
}
.btn-area:focus,
.btn-area:hover {
  background: #020711;
  color: #fff;
}
@media (max-width: 900px) {
  .areas-atuacao ul {
    gap: 15px;
  }
}
@media (max-width: 700px) {
  .areas-atuacao ul {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .botoes-areas {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 95%;
    max-width: 400px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .btn-area {
    min-width: unset;
    width: 100%;
    max-width: 350px;
    justify-content: center;
    margin: 0;
    display: flex;
    align-self: center;
    padding: 16px 20px;
    font-size: 1rem;
  }
}
.sobre-escritorio {
  background: #f7f7f7;
  padding: 30px 0;
  margin-bottom: 0;
}
.sobre-escritorio h3 {
  color: #1a2236;
  margin-bottom: 15px;
}
.sobre-escritorio-paragrafos {
  display: flex;
  flex-direction: row;
  gap: 3px;
  width: 100%;
  box-sizing: border-box;
}
.sobre-escritorio-paragrafos p {
  flex: 1 1 0;
  min-width: 0;
  max-width: 360px;
}
.sobre-escritorio-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 0;
  margin: 0 auto 0 auto;
  box-shadow: none;
  background: 0 0;
  overflow: hidden;
}
.sobre-escritorio-lateral {
  background: #072049;
  width: 30%;
  min-height: 100%;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sobre-escritorio-lateral > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.sobre-escritorio-lateral hr {
  border: none;
  height: 5px;
  background-color: #415367;
  width: 85%;
  margin: 18px auto 0 auto;
  display: block;
}
.sobre-escritorio-titulo-lateral {
  color: #f7f7f7;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  font-family: forum, Arial, sans-serif;
  text-align: left;
  width: 90%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
}
.sobre-escritorio-conteudo {
  background: #f7f7f7;
  width: 70%;
  padding: 30px 30px 40px 30px;
  box-sizing: border-box;
}
.sobre-escritorio-conteudo h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 34.5px;
  color: #072049;
  max-width: 95%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  padding-left: 40px;
}
.sobre-escritorio-conteudo p {
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  padding-left: 40px;
  text-align: justify;
}
@media (max-width: 900px) {
  .sobre-escritorio-titulo-lateral {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .sobre-escritorio-flex {
    flex-direction: column;
  }
  .sobre-escritorio-lateral {
    width: 100%;
    min-height: 60px;
    height: 60px;
  }
  .sobre-escritorio-conteudo {
    width: 100%;
    padding: 20px 10px;
  }
  .sobre-escritorio-conteudo h3 {
    font-size: 24px;
    line-height: 36px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 0;
  }
  .sobre-escritorio-paragrafos {
    flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .sobre-escritorio-titulo-lateral {
    font-size: 30px;
    line-height: 30px;
    font-family: forum, Arial, sans-serif;
    font-weight: 400;
  }
}
@media (max-width: 500px) {
  .sobre-escritorio-paragrafos {
    gap: 1px;
  }
  .sobre-escritorio-lateral {
    min-height: 120px;
    height: 120px;
  }
  .sobre-escritorio-conteudo p {
    font-family: Lato, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 22.5px;
    text-align: center;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .sobre-escritorio-conteudo {
    padding-bottom: 40px;
  }
  .sobre-escritorio h3 {
    font-size: 1.1em;
  }
}
.sobre-fundador {
  background: #f7f7f7;
  padding: 30px 0;
  margin-top: 0;
}
.sobre-fundador h3 {
  color: #1a2236;
  margin-bottom: 15px;
}
.sobre-fundador h4 {
  margin-top: 0;
  color: #2d3a5a;
}
.sobre-fundador-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 0;
  margin: 0 auto 0 auto;
  box-shadow: none;
  background: 0 0;
  overflow: hidden;
}
.sobre-fundador-lateral {
  background: #f7f7f7;
  width: 30%;
  min-height: 100%;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sobre-fundador-lateral > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.sobre-fundador-lateral hr {
  border: none;
  height: 5px;
  background-color: #415367;
  width: 85%;
  margin: 18px auto 0 auto;
  display: block;
}
.sobre-fundador-titulo-lateral {
  color: #072049;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  font-family: forum, Arial, sans-serif;
  text-align: left;
  width: 90%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
}
.sobre-fundador-conteudo {
  background: #072049;
  width: 70%;
  padding: 30px 30px 40px 30px;
  box-sizing: border-box;
  color: #fff;
}
.sobre-fundador-conteudo h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 34.5px;
  color: #fff;
  max-width: 95%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  padding-left: 40px;
}
.sobre-fundador-paragrafos {
  width: 100%;
  box-sizing: border-box;
}
.sobre-fundador-conteudo p {
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  padding-left: 40px;
  text-align: justify;
  color: #fff;
}
.sobre-fundador-conteudo.img-flex {
  display: flex;
  align-items: center;
}
.sobre-fundador-conteudo img {
  max-width: 400px;
  width: 100%;
  height: auto;
  max-height: 520px;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
}
.sobre-fundador-conteudo > div {
  flex: 1;
}
@media (max-width: 900px) {
  .sobre-fundador-titulo-lateral {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .sobre-fundador-flex {
    flex-direction: column;
  }
  .sobre-fundador-lateral {
    width: 100%;
    min-height: 60px;
    height: 60px;
  }
  .sobre-fundador-conteudo {
    width: 100%;
    padding: 20px 10px;
  }
  .sobre-fundador-conteudo h3 {
    font-size: 24px;
    line-height: 36px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 0;
  }
  .sobre-fundador-conteudo img {
    max-width: 400px;
    max-height: 500px;
  }
}
@media (max-width: 700px) {
  .sobre-fundador-conteudo {
    flex-direction: column !important;
    align-items: center !important;
  }
  .sobre-fundador-conteudo img {
    margin-right: 0 !important;
    margin-bottom: 18px !important;
    max-width: 220px;
    width: 100%;
    height: auto;
    display: block;
  }
  .sobre-fundador-conteudo > div {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .sobre-fundador-lateral {
    min-height: 120px;
    height: 120px;
  }
  .sobre-fundador-conteudo p {
    font-family: Lato, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 22.5px;
    text-align: center;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .sobre-fundador-conteudo {
    padding-bottom: 40px;
  }
  .sobre-fundador h3 {
    font-size: 1.1em;
  }
  .sobre-fundador-conteudo img {
    max-width: 400px;
  }
}
.contato {
  background: #f7f7f7;
  padding: 30px 0;
}
.contato-endereco-titulo {
  font-family: Lato, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  font-variation-settings: "wght" 400;
  margin-bottom: 2px;
  color: #000 !important;
}
.contato h3 {
  color: #1a2236;
  margin-bottom: 15px;
}
.contato-titulo {
  color: #000;
  font-family: Lato, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  width: 60%;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
}
@media (min-width: 769px) {
  .contato-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-top: 40px;
  }
  .contato-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: 90px;
  }
  .form-container {
    flex: 1;
    max-width: 520px;
    min-height: 416px;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 25px;
    border-left: 4px solid #062149;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  .form-container .contato-titulo {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
  .form-container .form-contato {
    margin: 0;
    padding: 0;
    width: 100%;
    background: 0 0;
  }
}
@media (min-width: 769px) {
  .contato-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-top: 20px;
  }
  .info-contato {
    flex: 0 0 350px;
    margin-top: 0;
    padding-left: 20px;
    min-height: 416px;
  }
}
.form-contato {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 900px;
  width: 47%;
  margin: 20px 0 100px auto;
  background: #f7f7f7;
  padding: 0 150px;
  align-self: flex-end;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group label {
  font-weight: 500;
  color: #0b0e16;
}
.form-group input {
  padding: 8px 10px;
  border: 1px solid #bbb;
  font-size: 1em;
  font-family: Arial, sans-serif;
  resize: vertical;
}
.form-group textarea {
  padding: 10px 10px;
  vertical-align: top;
  border: 1px solid #bbb;
  font-size: 1em;
  font-family: Arial, sans-serif;
  resize: vertical;
  min-height: 110px;
}
.form-group-assunto {
  margin-bottom: 0.5em;
}
.label-assunto {
  font-size: 1em;
  font-weight: 500;
  color: #1a2236;
  margin-bottom: 4px;
  font-family: Arial, sans-serif;
}
.input-assunto {
  font-family: Arial, sans-serif;
  border: 1px solid #bbb;
  padding: 8px 10px;
  font-size: 1em;
  width: 100%;
  box-sizing: border-box;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #1a2236;
  outline: 2px solid #062149;
}
.btn-enviar {
  background: #062149;
  color: #fff;
  border: none;
  padding: 10px 0;
  border-radius: 4px;
  font-size: 1.1em;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-enviar:focus,
.btn-enviar:hover {
  background: #01070f;
  color: #fff;
}
.info-contato {
  margin-top: 0;
  font-size: 1.05em;
}
@media (min-width: 769px) {
  .info-contato {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 25px;
    border-left: 4px solid #062149;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  .contato-endereco-titulo {
    color: #062149;
    font-size: 1.1em;
    margin-bottom: 8px;
    margin-top: 20px;
  }
  .contato-endereco-titulo:first-child {
    margin-top: 0;
  }
  .info-contato p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
  }
}
.info-contato a {
  color: #1a2236;
  text-decoration: underline;
}
.info-contato a:hover {
  color: #062149;
}
@media (max-width: 700px) {
  .form-contato {
    max-width: 95vw;
    padding: 20px;
    width: 90%;
    margin: 0 auto 30px auto;
  }
  .contato-titulo {
    font-size: 22px;
    line-height: 24.2px;
    font-family: Lato, Arial, sans-serif;
    font-weight: 700;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    padding-left: 0;
  }
  .info-contato {
    width: 90%;
    margin: 20px auto;
  }
  .contato-endereco-titulo {
    text-align: center;
  }
  .info-contato p {
    text-align: center;
  }
  .contato-layout {
    display: flex !important;
    flex-direction: column-reverse !important;
    width: 100% !important;
    gap: 20px !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 500px) {
  .form-group input,
  .form-group textarea {
    font-size: 0.95em;
  }
  .contato-titulo {
    font-size: 22px;
    line-height: 24.2px;
    font-family: Lato, Arial, sans-serif;
    font-weight: 700;
  }
}
.maps-container {
  background: #fff;
  margin: 50px auto 100px auto;
  max-width: 600px;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.maps-container iframe {
  width: 100%;
  min-height: 320px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 700px) {
  .maps-container {
    max-width: 90%;
  }
  .maps-container iframe {
    min-height: 220px;
  }
}
@media (min-width: 1200px) {
  .container.area-atuacao-bg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 700px) {
  header h1 {
    font-size: 1.2em;
  }
  header h2 {
    font-size: 1em;
  }
}
