body {
  margin: 0;
}

@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-VariableFont_wdth\,wght.ttf")
    format("truetype");
  font-weight: 300 900; /* intervalo suportado */
  font-style: normal;
  font-display: swap;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.margens_padrao {
  padding: 80px 0;
}

.header_geral_desktop {
  background-image: url(../assets/images/background_header_img.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.margens_header {
  padding: 25px 0;
}

.margens_header_conteudo {
  padding: 206px 0;
}

.header_menu_logo_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_menu_logo_area a img {
  width: 100%;
}

.header_menu_logo_area nav {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}

.header_menu_logo_area ul {
  list-style: none;
  display: flex;
  gap: 60px;
}

.header_content_area {
  display: flex;
  justify-content: space-between;
}

.header_text_content {
  width: 41%;
  display: flex;
  align-items: center;
}

.image_header_content {
  width: 59%;
}

.header_text_content p {
  color: #fff;
  margin: 0px;
  font-family: "Open Sans";
  font-size: 55px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.1px;
  text-transform: uppercase;
}

.header_text_content span {
  color: #fff200;
  font-family: "Open Sans";
  font-size: 55px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%; /* 66px */
  letter-spacing: -1.1px;
  text-transform: uppercase;
}

img {
  width: 100%;
}

.copryright_feito_por_area {
  display: flex;
  justify-content: space-between;
}
.background_cinza {
  background: #d1d3d4;
}

.feito_por_area:hover a {
  color: #fff200;
}

.feito_por_area:hover svg {
  fill: #fff200;
}

.feito_por_area svg {
  fill: black;
  transition: 0.3s;
}

.feito_por_area a {
  transition: 0.3s;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.copryright_area p {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_ajuste_geral {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_box_1 {
  width: 24%;
}

.footer_box_2 {
  width: 30%;
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer_box_3 {
  width: 25%;
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer_box_4 {
  width: 10%;
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer_ajuste_geral p {
  margin: 0px;
}

.footer_box_2 p {
  color: #000001;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.5%; /* 25.1px */
}
.footer_box_3 p {
  color: #000001;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.5%; /* 25.1px */
}

.footer_box_4 p {
  color: #000001;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.5%; /* 22.59px */
}

.divisor_colorido {
  background-image: url(../assets/images/divisor_image.png);
  padding: 25px;
  background-size: contain;
  background-repeat: repeat;
}

.background_preto {
  background: #000001;
}

.contato_area_geral {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contato_area_vazio {
  width: 50%;
}

.contato_area_form {
  width: 50%;
}

.contato_area_form h2 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 46.8px */
}

.input_group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.input_group label {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-top: 30px;
  line-height: 150%; /* 27px */
}

.input_group input {
  border-bottom: 1px solid #fff;
  border-right: 0;
  border-top: 0;
  background: transparent;
  border-left: 0;
  color: #fff;
  font-size: 20px;
  padding-left: 6px;
}

.input_group input:focus {
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
}

.btn_submit_form_contato {
  margin-top: 20px;
  padding: 15px 90px;
  cursor: pointer;
  margin-top: 50px;
  border-radius: 5px;
  background: #fff200;
  color: #000001;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  border: 1px solid #fff200;
  font-weight: 600;
  line-height: 110.5%; /* 17.68px */
}

.ajuste_imagem_background_form {
  background-image: url(../assets/images/background_contact_area.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 14%;
}

.categorias_area_geral {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 50px;
}

.categoria_button {
  margin-top: 20px;
  cursor: pointer;
  padding: 11px 51px;
  border-radius: 5px;
  background: #fff200;
  color: #000001;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  border: 1px solid #000001;
  font-weight: 600;
  line-height: 110.5%;
  margin-top: 40px;
}

.categoria_unidade_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.categoria_unidade_box p {
  color: #6d6e70;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  line-height: 140%; /* 22.4px */
}

.categoria_unidade_box h2 {
  margin-top: 30px;
  color: #000001;
  text-align: center;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110.5%; /* 24.31px */
  margin-bottom: 20px;
}

.titulo_categorias_ajuste h2 {
  color: #000001;
  text-align: center;
  font-family: "Open Sans";
  font-size: 36px;
  font-style: normal;
  margin-top: 80px;
  font-weight: 700;
  line-height: 110.5%; /* 39.78px */
  margin-bottom: 10px;
}

.box_sobre_nos_conteudo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sobre_image_area {
  width: 50%;
}

.sobre_conteudo_area {
  width: 48%;
}

.sobre_conteudo_area h2 {
  color: #000001;
  font-family: "Open Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110.5%; /* 39.78px */
}

.sobre_conteudo_area p {
  color: #6d6e70;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}

.header_menu_logo_area li {
  color: #000001;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  text-transform: uppercase;
}

.text_error_form {
  color: red;
  font-family: "Open Sans";
  font-size: 12px;
  margin: 0px;
  margin-top: 10px;
  display: none;
}

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1999;
}

.modal_box {
  position: fixed;
  top: 8%;
  left: 20%;
  width: 1000px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 40px;
  padding: 60px;
  z-index: 1000;
}

.modal_box button {
  margin-top: 12px;
}

.menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
}

.menu_mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 70vw;
  max-width: 420px;
  height: 100vh;
  background: #fff;
  z-index: 9999;

  transform: translateX(-100%);
  transition: transform 0.25s ease;

  padding: 22px;
}

.menu_mobile.aberto {
  transform: translateX(0);
}

.menu_fechar {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: #f2f2f2;
  font-size: 28px;
  line-height: 44px;
  cursor: pointer;
}

.menu_mobile_nav {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.menu_mobile_nav .menu_link {
  text-decoration: none;
  color: #111;
  font-size: 18px;
  font-weight: 600;
}

.linha_menu_hamburguer {
  border-top: 1px solid black;
  width: 26px;
  margin: 3px 0px;
}
.header_menu_logo_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu_hamburguer {
  border: 1px solid black;
  width: 50px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header_menu_logo_mobile {
  display: none;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.whatsapp-float img {
  width: 32px !important;
  height: 32px !important;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

.modal_box h3 {
  margin-top: 30px;
  color: #000001;
  text-align: center;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110.5%;
  margin-bottom: 20px;
}

.modal_box p {
  color: #6d6e70;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  line-height: 140%;
}

.modal_box button {
  margin-top: 20px;
  cursor: pointer;
  padding: 11px 51px;
  border-radius: 5px;
  background: #fff200;
  color: #000001;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  border: 1px solid #000001;
  font-weight: 600;
  line-height: 110.5%;
  margin-top: 40px;
}

.centralizar_botao_form {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1800px) {
  .header_geral_desktop {
    background-image: url("../assets/images/background_header_img.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 750px) {
  .modal_box {
    position: fixed;
    top: 8%;
    left: 3%;
    width: 280px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 40px;
    padding: 60px;
    z-index: 1000;
  }
  .menu_mobile_nav a {
    color: #000001;

    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }

  .header_menu_logo_mobile {
    display: flex;
  }

  .header_menu_logo_desktop_ajuste {
    display: none;
  }

  .image_header_content {
    width: 100%;
  }

  .header_text_content {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .header_content_area {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .header_geral_desktop {
    background-image: url(../assets/images/background_header_img.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ajuste_imagem_background_form {
    background-image: none;
  }

  .sobre_conteudo_area {
    width: 100%;
  }

  .sobre_image_area {
    width: 100%;
  }

  .box_sobre_nos_conteudo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .copryright_feito_por_area {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .footer_box_1,
  .footer_box_2,
  .footer_box_3,
  .footer_box_4 {
    width: 100%;
  }

  .footer_ajuste_geral {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
  }

  .contato_area_geral {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .contato_area_form {
    width: 100%;
  }

  .categorias_area_geral {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 0px;
  }

  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 20px !important;
  }
}
