* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.navbar {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10 00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 150px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 150px 0;
  height: 121px;
  width: 100%;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
}

nav ul li a {
  text-decoration: none;
  color: #2923a4;
  font-size: 16px;
  font-weight: 600;
  transition: all 0s ease-out;
}

nav ul li a:hover {
  border-bottom: 3px solid #00773d;
  padding-bottom: 10px;
  transition: all 0.2s ease-out;
}

nav ul li a.active {
  border-bottom: 3px solid #00773d;
  padding-bottom: 10px;
}

.social-btns {
  display: flex;
  gap: 20px;
}

.social-btns a {
  border: 1px solid #2923a4;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  color: #2923a4;
  font-size: 15px;
  font-weight: 200;
}

.hero {
  background-image: url("../img/Hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 900px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 150px;
  margin-top: -150px;
}

.hero-content {
  color: #fff;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 60px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.about {
  padding: 150px 150px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 122px;
}

.about-img img {
  height: 400px;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.content-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bar {
  width: 5px;
  height: 60px;
  background-color: #2923a4;
}

.content-title h1 {
  font-size: 50px;
  color: #00723d;
  font-weight: 800;
}

.content-text {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.content-text p {
  font-size: 17px;
  color: #000;
  font-weight: 300;
}

.content-text h1 {
  font-size: 25px;
  color: #00723d;
  font-weight: 800;
}

.content-text p b {
  font-weight: 600;
}

.content-text li {
  margin-left: 20px;
  font-size: 17px;
  color: #000;
  font-weight: 300;
}

.about-content a {
  text-decoration: none;
  color: #fff;
  background-color: #2923a4;
  padding: 13px 88px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  width: fit-content;
}

.segmentos {
  padding: 100px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.segmentos-title h1 {
  text-align: center;
  font-size: 60px;
  color: #00723d;
  font-weight: 300;
}

.segmentos-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  overflow: hidden;
}

.cta {
  background-image: url("../img/ctaBckg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
}

.cta img {
  height: 500px;
}

.cta-content {
  width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: center;
}

.cta-content p {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  width: 710px;
}

.cta-content h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  max-width: 1620px;
  white-space: break-spaces;
}

.cta-content a {
  text-decoration: none;
  color: #2923a4;
  background-color: #fff;
  padding: 12px 90px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 400;
}

.atendimento {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 150px;
  gap: 10px;
  background-image: url(../img/atendimento-bkcgimg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.atendimento-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 700px;
}

.atendimento-btns {
  display: flex;
  gap: 20px;
}

.atendimento-content a.loc {
  background-color: #2923a4;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.atendimento-content a.loc:hover {
  background-color: #1f1c86;
  transition: all 0.2s ease-in-out;
}

.atendimento-content a {
  text-decoration: none;
  color: #2923a4;
  background-color: none;
  border: 1px solid #2923a4;
  padding: 12px 60px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.atendimento-content a:hover {
  background-color: #2923a4;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.atendimento img {
  height: 410px;
}

.footer {
  background-color: #2923a4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 130px;
  padding: 50px 0;
}

.footer-divs {
  display: flex;
  align-items: start;
  gap: 100px;
}

.navFooter-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}

.navTitle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navTitle .bar {
  background-color: #fff;
  height: 40px;
  width: 5px;
}

.navTitle h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.navFooter-container ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.navFooter-container ul li {
  list-style: none;
}

.navFooter-container ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  gap: 5px;
}

.social-btns-footer {
  display: flex;
  align-items: center;
  gap: 25px;
}

.social-btns-footer a {
  color: #2923a4;
  text-decoration: none;
  font-size: 20px;
  padding: 10px;
  background-color: #fff;
  border-radius: 100%;
}

.copy {
  border-top: solid 1px #fff;
  width: 90%;
  text-align: center;
  padding: 5px 0;
}

.copy p {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
}

.copy p a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.btn-box {
  display: flex;
  gap: 15px;
  align-items: center;
}

.btn-box button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 110px;
  border: none;
  background-color: #fff;
  border-radius: 10px;
  color: #2923a4;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-box button:hover {
  background-color: #2923a4;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.btn-box button.active {
  background-color: #2923a4;
  color: #fff;
}

.btn-box button:hover svg {
  stroke: #fff;
  transition: all 0.2s ease-in-out;
}

.btn-box button svg {
  stroke: #2923a4;
}

.btn-box button.active svg {
  stroke: #fff;
}

.segmentos-container {
  display: flex;
  gap: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.segmentos-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 50px;
}

.segmentos-title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.segmentos-title .segmentos-bar {
  background-color: #2923a4;
  height: 60px;
  width: 5px;
}

.segmentos-title h1 {
  font-size: 40px;
  color: #00723d;
  font-weight: 800;
}

.segmento-text p {
  font-size: 20px;
  color: #000;
  font-weight: 300;
}

.segmentos-diferencial-container {
  display: flex;
  gap: 100px;
}

.separador {
  gap: 30px;
  display: flex;
  flex-direction: column;
}

.diferencial-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.diferencial-item i {
  color: #00723d;
  font-size: 25px;
}

.segmentos-content a {
  text-decoration: none;
  color: #fff;
  background-color: #2923a4;
  padding: 13px 88px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  width: fit-content;
}

.segmentos-container img {
  height: 400px;
}

.display-none {
  display: none;
}

.hero-about {
  width: 100%;
  height: 700px;
  background-image: url(../img/Hero-about.png);
  margin-top: -150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-about-content h1 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: 800;
}

.about-container {
  padding: 0 150px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.about2 {
  gap: 100px;
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}

.maps iframe {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 1366px) {
  .navbar {
    padding: 20px 50px;
    height: 100px;
  }

  .navbar img {
    height: 50px !important;
  }

  .hero {
    background-image: url(../img/Hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 50px;
    margin-top: -150px;
  }

  .hero-content {
    color: #fff;
    max-width: 600px;
    margin-top: 100px;
  }

  nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
  }

  nav ul li a {
    text-decoration: none;
    color: #2923a4;
    font-size: 15px;
    font-weight: 600;
    transition: all 0s ease-out;
  }

  .about {
    padding: 0 50px;
  }

  .about-img img {
    height: 300px;
  }

  .segmentos {
    padding: 0px 50px 100px;
  }

  .cta {
    height: auto;
    padding: 50px 150px;
    gap: 70px;
    display: flex;
    justify-content: center;
  }

  .cta img {
    height: 350px;
  }

  .cta-content p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    width: 550px;
  }

  .atendimento {
    height: auto;
    padding: 50px 100px;
  }

  .atendimento-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 700px;
  }

  .content-title h1 {
    font-size: 40px;
    color: #00723d;
    font-weight: 800;
  }
  .bar {
    width: 5px;
    height: 50px;
    background-color: #2923a4;
  }

  .content-text {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .content-text p {
    font-size: 15px;
    color: #000;
    font-weight: 300;
  }

  .content-text h1 {
    font-size: 20px;
    color: #00723d;
    font-weight: 800;
  }

  .content-text {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .maps iframe {
    width: 100%;
    height: 350px !important;
  }

  .segmentos-title .segmentos-bar {
    background-color: #2923a4;
    height: 40px;
    width: 5px;
  }

  .segmentos-title h1 {
    font-size: 30px;
    color: #00723d;
    font-weight: 800;
  }

  .segmentos-container img {
    height: 330px;
  }

  .segmento-text p {
    font-size: 17px;
    color: #000;
    font-weight: 300;
  }

  .diferencial-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
  }

  .btn-box button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 70px;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    color: #2923a4;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .segmentos-diferencial-container {
    display: flex;
    gap: 30px;
  }

  .footer-nav {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 50px;
  }

  .footer-nav img {
    height: 200px;
  }

  .footer-divs {
    display: flex;
    align-items: start;
    gap: 100px;
  }

  .navTitle h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
  }

  .navTitle .bar {
    background-color: #fff;
    height: 35px;
    width: 5px;
  }

  .navFooter-container ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    gap: 5px;
  }

  .hero-about {
    width: 100%;
    height: 500px;
    background-image: url(../img/Hero-about.png);
    margin-top: -150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-about-content h1 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    margin-top: 100px;
  }

  .about-container {
    padding: 0 50px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .about {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 122px;
  }

  .cta-content h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    max-width: 1620px;
    white-space: break-spaces;
  }

  .segmentosContainer {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 50px;
  }

  .contato-container {
    padding: 50px 50px;
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .contatoDiv {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .contatoIcon {
    padding: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2923a4;
  }

  .contatoIcon i {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
  }

  .contatoMenuContainer {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
  }

  .contatoMenuContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .contatoMenuContent h1 {
    font-size: 17px;
    font-weight: 600;
  }

  .contatoMenuContent a {
    text-decoration: none;
    font-size: 15px;
    color: #000;
    font-weight: 500;
  }
}

@media screen and (max-width: 1820px) {
  .atendimento-content a {
    text-decoration: none;
    color: #2923a4;
    background-color: none;
    border: 1px solid #2923a4;
    padding: 12px 60px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
  }
}

@media screen and (max-width: 440px) {
  .navbar {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 10 00;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 150px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0px 0;
    height: 90px;
    width: 100%;
  }

  .nav-links {
    display: none;
  }

  .hero {
    background-image: none;
    background-color: #2923a4;
    border-radius: 0 0 50px 50px;
  }

  .about {
    height: 670px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-direction: column;
    margin: 70px 0;
  }

  .about-img img {
    height: 250px;
    border-radius: 25px;
  }

  .btn-box {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 400px;
    overflow-x: scroll;
    scrollbar-width: none;
  }

  .btn-box button.active {
    background-color: #2923a4;
    color: #fff;
    padding: 0 15px;
    font-size: 13px;
  }

  .btn-box button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 70px;
    padding: 0 15px;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    color: #2923a4;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .btn-box {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 400px;
    height: 100px;
    overflow-x: scroll;
    scrollbar-width: none;
  }

  .segmentos-container {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }

  .footer-nav {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 50px;
    flex-direction: column;
  }

  .footer-divs {
    display: flex;
    align-items: start;
    gap: 100px;
    flex-direction: column;
  }

  .cta {
    height: auto;
    padding: 50px 150px;
    gap: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .cta img {
    height: 350px;
    display: none;
  }

  .segmentos {
    padding: 100px 150px;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .atendimento {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 150px;
    gap: 10px;
    background-image: url(../img/atendimento-bkcgimg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
  }

  .content-title h1 {
    font-size: 30px;
    color: #00723d;
    font-weight: 800;
  }

  .content-text p {
    font-size: 13px;
    color: #000;
    font-weight: 300;
  }

  .cta-content p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    width: 400px;
  }

  .cta-content a {
    text-decoration: none;
    color: #2923a4;
    background-color: #fff;
    padding: 10px 55px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
  }

  .cta-content {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }

  .atendimento {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 50px;
    gap: 10px;
    background-image: url(../img/atendimento-bkcgimg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
  }

  .atendimento-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 370px;
  }

  .atendimento-content a {
    text-decoration: none;
    color: #2923a4;
    background-color: none;
    border: 1px solid #2923a4;
    padding: 8px 80px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .atendimento-btns {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }

  .atendimento img {
    height: 270px;
  }

  .footer-nav img {
    height: 80px;
  }

  .content-text li {
    margin-left: 20px;
    font-size: 13px;
    color: #000;
    font-weight: 300;
  }

  .hero-about-content h1 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-top: 100px;
  }

  .hero-about {
    width: 100%;
    height: 400px;
    background-image: url(../img/Hero-about.png);
    background-size: cover;
    margin-top: -150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cta-content h1 {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    max-width: 400px;
    white-space: break-spaces;
  }

  .segmentos-title h1 {
    font-size: 25px;
    color: #00723d;
    font-weight: 800;
  }

  .segmento-text p {
    font-size: 13px;
    color: #000;
    font-weight: 300;
  }

  .segmentos-diferencial-container {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  .segmentosContainer {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 25px;
  }

  .segmentos-container img {
    height: 230px;
  }

  .contato-container {
    padding: 50px 0;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: column;
  }

  .contato-left {
    padding: 0 50px;
  }

  .contato-right {
    width: 100%;
  }

  .contato-right iframe {
    height: 400px;
    width: 100%;
  }
}
