:root {
  --font: Roboto, sans-serif;
  --heading-color: #173263;
  --24px: 24px;
  --80px: 80px;
  --font-color: white;
  --20px: 20px;
  --60px: 60px;
  --16px: 16px;
  --52px: 52px;
  --38px: 38px;
  --48px: 48px;
  --12px: 12px;
  --18px: 18px;
  --yellow: #f1cb0e;
  --constrast-color: #503407;
  --hover-button: #dfc12a;
  --32px: 32px;
  --10px: 10px;
  --28px: 28px;
  --8px: 8px;
  --text-color: #566069;
  --42px: 42px;
  --36px: 36px;
  --6px: 6px;
  --0px: 0px;
  --2px: 2px;
  --4px: 4px;
  --50px: 50px;
  --56px: 0px;
  --0: 0%;
  --50: 50%;
  --100: 100%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h3 {
  font-family: var(--font);
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.header {
  padding-top: var(--24px);
  padding-bottom: var(--24px);
}

.footer {
  margin-top: var(--80px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #004080;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container {
  max-width: 1280px;
}

.nav-bar {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: var(--font-color);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  font-family: var(--font);
  font-weight: 500;
}

.body {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.container-2 {
  max-width: 1280px;
}

.hero-wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 500px;
  margin-top: var(--20px);
  margin-bottom: var(--20px);
  background-image: url('../images/Group-102.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_bg {
  z-index: 1;
  background-color: #0000;
  background-image: url('../images/Group-102.webp');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.hero_content {
  width: 100%;
  height: 100%;
  padding: var(--80px) var(--60px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero_left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  width: 560px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.hero_card {
  flex-flow: column;
  flex: none;
  justify-content: center;
  width: 380px;
  display: flex;
}

.hero_heading {
  font-family: var(--font);
  color: var(--font-color);
  font-size: var(--52px);
  line-height: var(--60px);
}

.hero_description {
  margin-top: var(--12px);
  font-family: var(--font);
  color: var(--font-color);
  font-size: var(--18px);
  flex: 0 auto;
  font-weight: 400;
}

.hero_button {
  width: 30%;
  height: 50px;
  margin-top: var(--12px);
  background-color: var(--yellow);
  font-family: var(--font);
  color: var(--constrast-color);
  font-size: var(--16px);
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.hero_button:hover {
  background-color: var(--hover-button);
}

.hero_button.cidade_button {
  width: 251px;
  margin-top: var(--12px);
}

.form-block {
  width: 100%;
  padding: var(--32px);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--16px);
  background-color: var(--font-color);
  flex-flow: column;
  display: flex;
}

.hero_input {
  color: #9a9a9a;
  background-color: #0000;
  border: 2px solid #adc1d9;
  border-radius: 8px;
  height: 52px;
}

.form_button {
  width: 100%;
  height: 52px;
  margin-top: var(--10px);
  background-color: var(--yellow);
  font-family: var(--font);
  color: var(--constrast-color);
  font-size: var(--16px);
  border-radius: 8px;
  font-weight: 800;
}

.form_button:hover {
  background-color: var(--hover-button);
}

.heading {
  margin-top: 0;
  margin-bottom: var(--10px);
  font-family: var(--font);
  font-size: var(--28px);
}

.image {
  width: auto;
  height: auto;
  max-height: 100%;
  padding-top: var(--10px);
  padding-bottom: var(--10px);
  display: inline-block;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: right;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.nav-link.home, .nav-link.sobre {
  padding-top: var(--12px);
  padding-bottom: var(--12px);
  font-family: var(--font);
  color: var(--text-color);
  font-weight: 700;
}

.nav-link.servicos {
  padding-top: var(--12px);
  padding-bottom: var(--12px);
  font-family: var(--font);
  color: var(--text-color);
  font-weight: 600;
}

.nav-link.atuacao {
  padding-top: var(--12px);
  padding-right: var(--24px);
  padding-bottom: var(--12px);
  font-family: var(--font);
  color: var(--text-color);
  font-weight: 700;
}

.nav-link.nav-button {
  padding-top: var(--12px);
  padding-bottom: var(--12px);
  background-color: var(--yellow);
  color: var(--constrast-color);
  vertical-align: middle;
  border-radius: 6px;
  margin-bottom: 0;
  font-weight: 800;
}

.button {
  box-sizing: border-box;
  vertical-align: middle;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: inline-flex;
  overflow: visible;
}

.container-3 {
  width: 1280px;
}

.service_container {
  width: 1280px;
  max-width: 1280px;
  margin-top: var(--60px);
  margin-bottom: var(--60px);
}

.services_content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.services_left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 500px;
  display: flex;
}

.services_right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 592px;
  display: flex;
}

.badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #c8c8c81a;
  border-radius: 100px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 251px;
  height: 38px;
  padding: 16px 8px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.badge.cidade {
  background-color: #fff;
  width: 205px;
}

.badge.sobre_nos {
  width: 138px;
}

.badge-icon {
  object-fit: cover;
}

.text-badge {
  font-family: var(--font);
  color: var(--heading-color);
  font-size: var(--12px);
  margin-bottom: 0;
  font-weight: 600;
}

.sobre_nos_heading {
  width: 575px;
  margin-top: var(--12px);
  font-family: var(--font);
  color: var(--heading-color);
  font-size: var(--42px);
  line-height: var(--48px);
  margin-bottom: 0;
}

.text_cidade_paragraph {
  width: 592px;
  margin-top: var(--12px);
  color: var(--text-color);
  font-size: var(--16px);
  font-weight: 400;
}

.services_row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services_card {
  width: 280px;
  height: 203px;
  padding: var(--24px);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #c8c8c84d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: -4px 2px 15px -5px #0003;
}

.heading_card_service {
  font-family: var(--font);
  color: var(--heading-color);
  font-size: var(--20px);
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-3 {
  width: 216px;
  font-family: var(--font);
  color: var(--text-color);
  line-height: var(--16px);
  text-align: center;
}

.section_cidades {
  margin-top: 111px;
}

.cidade_container {
  background-color: #f0f5fb;
  border-radius: 24px;
  max-width: 1280px;
  padding: 100px 40px 40px;
}

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

.cidade_left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-left: 10px;
  display: flex;
}

.lista_cidades {
  width: auto;
  margin-bottom: var(--24px);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--font);
  font-size: var(--16px);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.lista_cidades.baianopolis {
  margin-top: var(--6px);
  flex-flow: row;
  margin-bottom: 0;
}

.text_cidade {
  width: 93px;
  margin-bottom: 0;
}

.section_sobre_nos {
  margin-top: 100px;
}

.container_sobre_nos {
  max-width: 1280px;
}

.sobre_nos_content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_content {
  box-sizing: border-box;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_left {
  flex: 1;
}

.footer_right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.titulo_endereco_rodape {
  font-family: var(--font);
  color: var(--font-color);
  font-size: var(--18px);
}

.paragraph_endereco_rodape {
  font-family: var(--font);
  color: var(--font-color);
  font-weight: 300;
}

.coleta_titulo_rodape {
  color: var(--font-color);
  font-size: var(--18px);
}

.numero_coleta_rodape {
  color: var(--font-color);
  text-decoration: none;
}

.cotacao_titulo_rodape {
  color: var(--font-color);
  font-size: var(--18px);
}

.numero_cotacao_rodape {
  color: var(--font-color);
  text-decoration: none;
}

.container_texto_legal {
  max-width: 1280px;
}

.texto_legal_content {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph_texto_legal {
  color: #5a6e86;
  margin-bottom: 0;
  font-weight: 300;
}

.container_footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .footer {
    display: block;
  }

  .container.intro {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-bar {
    justify-content: space-between;
    align-items: center;
  }

  .hero-wrapper {
    width: 90%;
  }

  .hero_content {
    flex-flow: column;
  }

  .hero_left {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .hero_card {
    width: 560px;
  }

  .hero_heading, .hero_description, .hero_button {
    text-align: center;
  }

  .service_container {
    width: 90%;
    margin-top: var(--80px);
  }

  .services_content {
    flex-flow: column;
  }

  .services_left {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
  }

  .sobre_nos_heading, .text_cidade_paragraph {
    text-align: left;
    width: auto;
  }

  .section_cidades {
    margin-top: 100px;
  }

  .cidade_container {
    width: 90%;
  }

  .cidade_content {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .cidade_left {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .lista_cidades {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .cidade_right_image {
    text-align: center;
  }

  .container_sobre_nos {
    width: 90%;
  }

  .sobre_nos_content {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sobre_nos_left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .sobre_nos_right {
    text-align: center;
    align-self: stretch;
  }

  .footer_content {
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .container_texto_legal {
    width: 90%;
  }

  .container_footer {
    flex-flow: row;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .hero_content {
    padding-top: var(--16px);
    padding-bottom: var(--16px);
  }

  .hero_left {
    align-items: flex-start;
  }

  .hero_heading, .hero_description {
    text-align: left;
  }

  .nav-menu {
    padding: var(--8px);
    border-radius: var(--8px);
    background-color: var(--font-color);
    overflow: hidden;
  }

  .nav-link.home, .nav-link.sobre, .nav-link.servicos {
    border-bottom: 1px solid var(--text-color);
  }

  .nav-link.atuacao {
    margin-bottom: var(--8px);
    border-bottom: 1px solid var(--text-color);
  }

  .services_content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-items: stretch;
  }

  .services_left {
    align-self: stretch;
    align-items: stretch;
    width: auto;
  }

  .sobre_nos_heading {
    align-self: stretch;
  }

  .cidade_container {
    padding-top: 40px;
  }

  .menu-button.w--open {
    background-color: var(--yellow);
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .hero_content {
    padding-top: var(--60px);
    padding-bottom: var(--60px);
    flex-flow: column;
  }

  .hero_left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 340px;
    display: flex;
  }

  .hero_card {
    width: 340px;
    margin-top: 55px;
  }

  .hero_heading {
    font-size: var(--38px);
    line-height: var(--48px);
  }

  .hero_button {
    width: 100%;
  }

  .hero_button.cidade_button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .services_section {
    flex-flow: column;
    display: flex;
  }

  .service_container {
    flex-flow: column;
    width: 90%;
    display: flex;
  }

  .services_content {
    flex-flow: column;
    width: 100%;
  }

  .services_left {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: -36px;
  }

  .services_right {
    flex-flow: column;
    width: 100%;
  }

  .badge {
    text-align: center;
  }

  .sobre_nos_heading {
    width: 100%;
    font-size: var(--36px);
    line-height: var(--38px);
    text-align: left;
  }

  .text_cidade_paragraph {
    text-align: left;
    width: 100%;
  }

  .services_row {
    flex-flow: column;
    width: 100%;
  }

  .services_card.carga_fracionada, .services_card.carga_lotacao, .services_card.mudancas, .services_card.frageis {
    width: 100%;
  }

  .cidade_container {
    width: 90%;
    padding: var(--48px) var(--16px);
  }

  .cidade_content {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
  }

  .container_sobre_nos {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sobre_nos_content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .footer_content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer_left {
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .footer_right {
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
  }

  .titulo_endereco_rodape {
    text-align: center;
  }

  .paragraph_endereco_rodape {
    text-align: left;
    align-self: stretch;
  }

  .coleta_block {
    flex: 1;
  }

  .numero_coleta_rodape {
    text-decoration: none;
  }

  .numero_coleta_rodape:hover {
    color: var(--yellow);
  }

  .numero_cotacao_rodape {
    text-decoration: none;
  }

  .numero_cotacao_rodape:hover {
    color: var(--yellow);
  }

  .container_texto_legal {
    width: 90%;
  }

  .texto_legal_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .container_footer {
    width: 90%;
    max-width: 1280px;
  }
}


