body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: rgb(255 255 255 / 0.95);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.blue {
  color: #2563eb;
}

.green {
  color: #16a34a;
}

header {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 4px 0 0 rgba(55, 65, 81, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgb(255 255 255 / 0.95);
}

.div_Logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

h2 {
  margin: 0;
  font-size: 20px;
}
p {
  margin: 0;
  color: #4b5563;
}

.Logo_JL {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

ul {
  display: flex;
  gap: 24px;
  font-weight: 500;
  color: #374151;
}

li {
  list-style: none;
  font-size: 16px;
  cursor: pointer;
}

li:hover {
  color: #22c55e;
}

.FaleConosco {
  color: #fff;
  background: linear-gradient(to right, #16a34a, #2563eb);
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.Section_Header {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  background: linear-gradient(to right, #1e3a8a, #14532d);
  color: #fff;
}

.colornew {
  /* cria o degradê */
  background: linear-gradient(90deg, #16a34a, #2563eb);

  /* faz o degradê aparecer no texto */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* para outros navegadores modernos */
  background-clip: text;
  color: transparent;
}

h1 {
  font-size: 40px;
  line-height: 1;
}

.img_hero {
  width: 587px;
  height: 487px;
  border-radius: 15px;
}

.hero_contato {
  display: flex;
  padding-top: 20px;
  gap: 20px;
}

.FaleConosco2 {
  color: #fff;
  background: linear-gradient(to right, #16a34a, #2563eb);
  padding: 8px 32px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.FaleWhatsApp {
  color: #16a34a;
  background-color: #fff;
  border: 1px solid #16a34a;
  padding: 8px 32px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.1s ease;
}

.FaleWhatsApp:hover {
  background-color: #16a34a;
  color: #fff;
}

a {
  text-decoration: none;
}

.Sobre {
  padding-top: 90px;
  text-align: center;
  height: 600px;
}

.text-sobre {
  font-size: 36px;
  margin: 20px;
}

.sobre_div {
  padding-top: 10%;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.Sobre_box {
  width: 490px;
  height: 232px;
  box-shadow: 0 4px 6px rgba(55, 65, 81, 0.3);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container {
  width: 50px;
  height: 50px;
  background-color: rgba(22, 163, 74, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.Nossos_Serviços {
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: 700px;
  background: linear-gradient(to right, #1e3a8a, #14532d);
  color: #fff;
}

.container_serviços {
  padding-top: 90px;
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: center;
}

.Servicos_Nick {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #16a34a;
  width: 500px;
  height: 80px;
  box-shadow: 0 4px 8px rgba(55, 65, 81, 0.3);
  border-radius: 10px;
  background-color: #fff;
}

h4 {
  color: #374151;
}

.class_svg {
  padding-left: 20px;
}

.Empresas {
  height: 800px;
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container_empresas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding-top: 60px;
  flex-wrap: wrap;
}

.imgs_empresas {
  width: 200px;
}

.Lear {
  width: 300px;
}

.EntreContato {
  height: 900px;
  background: linear-gradient(to right, #1e3a8a, #14532d);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new {
  padding-top: 90px;
}

.newcolor {
  color: #fff;
}

.Fomulario {
  display: flex;
  flex-direction: column;
  text-align: start;
  gap: 24px;
  width: 490px;
  height: 530px;
  background-color: #fff;
  border-radius: 20px;
}

input {
  width: 428px;
  height: 30px;
  border-radius: 5px;
  border-color: rgba(55, 65, 81, 0.1);
  margin-left: 20px;
}

textarea {
  width: 428px;
  height: 128px;
  border-radius: 5px;
  border-color: rgba(55, 65, 81, 0.2);
  margin-left: 20px;
}

.left {
  padding-left: 20px;
  padding-top: 40px;
  margin: 0;
  font-size: 24px;
}

.Dasshe {
  display: flex;
  gap: 24px;
  padding-top: 50px;
}

.btn_form {
  display: flex;
  width: 450px;
  margin-left: 20px;
  background: linear-gradient(to right, #16a34a, #2563eb);
  border: none;
  padding: 8px 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
}

.h3_info {
  font-size: 24px;
  margin: 0;
}

.ul_info {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.li_info {
  display: flex;
  align-items: center;
  gap: 24px;
}

.h4_info {
  color: #fff;
  margin: 8px 0;
}

.p_info {
  color: rgba(191, 219, 254, 0.6);
  margin: 0;
  font-size: 16px;
}

.span_svg_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 0.1);
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.btn_whatszap {
  width: 488px;
  padding: 5px 32px;
  border-radius: 10px;
  border: none;
  background-color: #22c55e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 24px;
  margin-top: 10%;
  transition: color 0.9s ease;
  cursor: pointer;
}

.btn_whatszap:hover {
  background-color: #1da051;
}

footer {
  background-color: #111827;
  height: 360px;
  text-align: center;
}

.Text_Logo {
  text-align: start;
}

.newColorText {
  color: #fff;
}

.div_footer {
  display: flex;
  justify-content: space-around;
  padding-top: 5%;
}
.p_footer {
  padding-top: 50px;
  color: #fff;
  font-size: 14px;
}

.div_text_footer {
  text-align: start;
}

.textteste {
  width: 60px;
  background-color: rgba(35, 140, 49, 0.609);
  border-radius: 10px;
}

.h4_footer {
  color: #fff;
  font-size: 16px;
}

.p2_footer {
  color: #fff;
  margin: 15px 0;
}

.subtitle_footerLogo {
  color: #6a7482;
}
form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.spinner {
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: girar 0.6s linear infinite;
  display: inline-block;
  margin-right: 8px;
}

@keyframes girar {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1604px) {
 .Sobre_box{
  width: 400px;
 }
}

@media (max-width: 768px) {
  .Logo_JL {
    width: 35px;
    height: 35px;
  }

  h2 {
    font-size: 15px;
  }
  p {
    font-size: 12px;
  }

  ul {
    display: none;
  }

  .FaleConosco {
    font-size: 12px;
  }
  .Section_Header {
    flex-direction: column;
    height: 600px;
  }

  h1 {
    font-size: 20px;
  }

  .TextMobile {
    font-size: 15px;
    padding: 0 20px;
  }
  .mobileResponsive {
    width: 350px;
  }

  .img_hero {
    width: 350px;
    height: 250px;
  }

  .Sobre {
    display: flex;
    flex-direction: column;
    height: 1100px;
    padding-top: 40px;
  }

  .text-sobre {
    font-size: 26px;
    margin: 10px;
  }

  .sobre_div {
    padding-top: 15%;
  }
  .Sobre_box {
    width: 350px;
  }
  .Nossos_Serviços {
    height: 1200px;
    padding-top: 0;
  }
  .container_serviços {
    padding-top: 40px;
  }
  .Servicos_Nick {
    width: 350px;
  }
  h4 {
    font-size: 15px;
  }
  .Empresas {
    text-align: center;
    height: 1200px;
  }

  .imgs_empresas {
    width: 130px;
  }

  .Lear {
    width: 150px;
  }

  .mobileimg {
    width: 100px;
  }
  .EntreContato {
    height: 1100px;
    text-align: center;
    justify-content: center;
  }

  .new {
    padding-top: 10px;
  }
  .Dasshe {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .Fomulario {
    width: 370px;
    height: 430px;
  }

  .left {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  form {
    gap: 10px;
  }

  input {
    width: 300px;
  }

  textarea {
    width: 300px;
  }

  .btn_form {
    width: 330px;
  }

  .info_contato {
    display: flex;
    flex-direction: column;
    text-align: start;
  }

  .btn_whatszap {
    width: 350px;
  }

  .h4_info {
    margin: 5px 0;
  }

  .p_info {
    font-size: 12px;
  }

  footer {
    height: 260px;
  }

  .subtitle_footerLogo {
    font-size: 10px;
  }

  .footer_logo {
    gap: 10px;
  }

  .h4_footer {
    padding-top: 10px;
    font-size: 14px;
    margin: 0;
  }

  .p2_footer {
    margin: 5px 0;
  }
}
