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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.image-2 {
  aspect-ratio: auto;
  object-fit: cover;
  margin-left: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1300px;
  margin-bottom: 0;
  padding: 20px 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-logo-left {
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #f07d29;
  border-radius: 99px;
  padding: 17px 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #ff6c00;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.hight {
  color: #fff;
  background-color: #f07d29;
  box-shadow: 0 2px 11px #0003;
}

.button-primary.hight:hover {
  background-color: #ff6c00;
  box-shadow: 0 2px 17px #ff770075;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  border-bottom: 0 solid #416ac3;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-accent:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.navbar {
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #e4e4e4;
  font-weight: 400;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.margin-bottom-24px {
  color: #ffffffd9;
  width: 300px;
  margin-bottom: 24px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

.margin-bottom-24px._450px {
  width: 100%;
  max-width: 450px;
}

.shadow-two {
  width: 600px;
  margin-top: -41px;
  margin-bottom: -41px;
}

.hero-heading-left {
  background-color: #00000087;
  background-image: radial-gradient(circle at 100% 0, #0000, #000);
  background-position: 0 0;
  background-size: auto;
  border-bottom: 0 solid #e4ebf3;
  height: 100%;
  padding: 100px 0 40px;
  position: relative;
  overflow: hidden;
}

.hero-heading-left.forros {
  background-color: #000000c4;
  background-image: radial-gradient(circle at 100% 0, #0000, #000), url('../images/Um-funcionário-da-empresa-_JM-Serviços_-está-instalando-drywall-em-uma-casa-2.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.hero-heading-left.ca-a-vazamentos {
  background-image: radial-gradient(circle at 100% 0, #0000, #000), url('../images/Um-funcionário-da-empresa-_JM-Serviços_-está-trocando-o-encanamento-em-uma-residência-1.jpg');
  background-size: auto, cover;
}

.heading {
  max-width: 450px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 44px;
}

.link-block {
  align-items: center;
  margin-left: 0;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.hero-split {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80%;
  display: flex;
}

.container-2 {
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.section {
  margin-top: 100px;
  margin-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.bold-text-5 {
  color: #f07d29;
}

.text-block-2 {
  max-width: 450px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
}

.bold-text-6 {
  color: #703310;
}

.div-card-min {
  color: #313131;
  background-color: #f5f5f5;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 250px;
  padding: 26px 20px 20px;
  text-decoration: none;
  display: flex;
}

.div-card-min.link {
  color: #383838;
  cursor: pointer;
  text-decoration: none;
}

.image-3 {
  width: 50px;
}

.paragraph-card {
  font-size: 15px;
  text-decoration: none;
}

.min-text {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.columns-2 {
  border-top: 1px solid #c5c5c5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-7 {
  color: #f07d29;
}

.image-5 {
  width: 40px;
}

.image-5.space {
  margin-left: 10px;
}

.section-2 {
  background-color: #f5f5f5;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 100px 20px;
}

.section-2.fretes {
  margin-top: 0;
}

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

.column.a {
  border-right: 1px solid #c5c5c5;
  padding-top: 10px;
}

.image-4 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 257.328px;
}

.div-block-3 {
  background-color: #e9e9e9;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 520px;
  padding: 30px 30px 20px;
  display: flex;
}

.div-block-3.margin {
  margin: 100px 20px;
}

.text-block-card {
  margin-bottom: 20px;
  font-size: 15px;
}

.column-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.heading-6 {
  max-width: 260px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #102370;
  border-radius: 99px;
  padding: 17px 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #293f99;
  background-color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.hight {
  color: #fff;
  background-color: #449e65;
  box-shadow: 0 2px 11px #0003;
}

.button-primary-2.hight:hover {
  background-color: #34d36f;
  box-shadow: 0 2px 17px #00ff2275;
}

.text-block-3 {
  max-width: 450px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-block-2 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.section-3 {
  background-color: #293f99;
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2025-08-19-at-10.12.11.jpeg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  padding: 140px 20px;
}

.section-3.fretes {
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/Um-homem-instalando-forro-ele-trabalha-para-a-_JM-Serviços_.-ele-está-sozinho-2.jpg');
}

.heading-4 {
  color: #fff;
  max-width: 400px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 48px;
}

.heading-4._500 {
  max-width: 500px;
}

.text-block-7 {
  color: #fff;
  max-width: 320px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #102370;
  border-radius: 99px;
  padding: 17px 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #293f99;
  background-color: #fff;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.hight {
  color: #fff;
  background-color: #449e65;
  box-shadow: 0 2px 11px #0003;
}

.button-primary-3.hight:hover {
  background-color: #34d36f;
  box-shadow: 0 2px 17px #00ff2275;
}

.section-4 {
  background-image: url('../images/ChatGPT-Image-17-de-ago.-de-2025-14_58_56.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  padding: 100px 20px;
}

.bold-text-8 {
  color: #f07d29;
}

.text-block-8 {
  max-width: 350px;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 22px;
}

.bloco-min {
  max-width: 220px;
  margin-bottom: 40px;
}

.bloco-min.none {
  width: 100%;
  max-width: 230px;
  margin-bottom: 0;
}

.texto-min {
  border-left: 3px solid #f07d29;
  padding-left: 15px;
  font-size: 20px;
}

.section-5 {
  background-color: #f5f5f5;
  padding: 100px 20px;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.bold-text-4 {
  color: #f07d29;
}

.accordion-icon_component {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq02_question {
  cursor: pointer;
  border-top: 2px solid #d1d1d1;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.accordion-icon_vertical-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-faq02_answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.uui-faq02_icon-wrapper {
  color: #98a2b3;
}

.heading-5 {
  margin-left: -40px;
}

.column-4, .column-3 {
  padding-left: 40px;
  padding-right: 40px;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  max-width: 420px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq02_accordion {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -40px;
}

.text-block-9 {
  max-width: 350px;
  margin-left: -40px;
  font-size: 16px;
}

.uui-faq02_heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-text-style-link {
  color: #fff;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: #344054;
}

.image-6 {
  object-fit: cover;
  width: 100px;
  margin-left: -10px;
}

.text-block-13 {
  color: #fff;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-text-size-small {
  color: #fff;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: #fff;
}

.uui-footer08_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 60px;
  display: flex;
}

.text-block-14 {
  color: #fff;
}

.uui-footer08_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-footer08_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr;
  align-items: start;
}

.uui-footer08_right-wrapper {
  flex-direction: column;
  display: flex;
}

.uui-footer08_legal-link {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer08_legal-link:hover {
  color: #475467;
}

.uui-footer08_link {
  color: #475467;
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer08_link:hover {
  color: #344054;
}

.text-block-10 {
  color: #fff;
}

.uui-page-padding-2 {
  background-color: #2e1401;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-footer08_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-footer08_bottom-wrapper {
  border-top: 1px solid #eaecf0;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer08_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-footer08_link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  color: #fff;
  white-space: normal;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(max-content, 1fr);
  grid-auto-columns: minmax(max-content, 2.5fr);
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-block-11 {
  color: #fff;
}

.uui-form_input {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-footer08_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: .75rem;
  display: grid;
}

.text-block-12 {
  color: #fff;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.text-block-15 {
  color: #fff;
}

.uui-footer08_heading {
  color: #fff;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  color: #f07d29;
}

.div-block-4 {
  background-color: #f5f5f5;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 26px 20px 20px;
  display: flex;
}

.text-block-small-cards {
  text-align: center;
}

.image-7 {
  width: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-8 {
  border-radius: 16px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px;
}

.link-block-2 {
  z-index: 999;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid #fff3;
  border-color: #fff3 #ffffff1c #ffffff42 #ffffff0f;
  border-radius: 16px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 3px 5px 3px #00000012;
}

.heading-small-cards {
  text-align: center;
}

.heading-8, .heading-9 {
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-5 {
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .shadow-two {
    margin-top: 0;
    margin-bottom: -41px;
  }

  .hero-heading-left {
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 48px;
    line-height: 50px;
  }

  .background-video {
    height: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .shadow-two {
    margin-top: -41px;
    margin-bottom: -41px;
  }

  .hero-heading-left {
    padding: 140px 0 40px;
  }
}

@media screen and (min-width: 1920px) {
  .margin-bottom-24px {
    width: 400px;
    font-size: 16px;
    line-height: 22px;
  }

  .shadow-two {
    margin-top: -61px;
    margin-bottom: -61px;
  }

  .hero-heading-left {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .heading {
    width: 600px;
    font-size: 68px;
    line-height: 68px;
  }

  .background-video {
    height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu-two {
    background-color: #002c44;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-heading-left {
    background-position: 0 0, 35%;
    padding-top: 100px;
    padding-left: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    padding-left: 20px;
  }

  .div-card-min {
    min-height: 370px;
  }

  .div-block-3 {
    padding: 20px;
  }

  .uui-footer08_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-footer08_form-block {
    min-width: auto;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .column-mob {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .button-primary.hight {
    text-align: center;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .shadow-two {
    margin-top: 0;
    margin-bottom: -60px;
    display: none;
  }

  .hero-heading-left {
    padding: 60px 0;
  }

  .heading {
    margin-top: 60px;
    font-size: 42px;
    line-height: 42px;
  }

  .hero-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-card-min {
    margin-bottom: 20px;
  }

  .image-5.space {
    margin-left: 0;
  }

  .column.a {
    border-bottom: 0 solid #c5c5c5;
    border-right-width: 1px;
    padding-bottom: 10px;
  }

  .div-block-3, .text-block-3 {
    margin-bottom: 20px;
  }

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

  .section-3 {
    background-image: linear-gradient(#00000078, #00000078), url('../images/Uma-van-da-empresa-_JM-Fretes_-ela-está-estacionada-no-estacionamento-do-escritório-da-empresa.jpg');
    background-position: 0 0, 30%;
    background-size: auto, cover;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq02_question {
    padding: 1rem 1.25rem;
  }

  .uui-faq02_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-faq02_accordion {
    margin-right: 0;
  }

  .text-block-9 {
    margin-left: 0;
  }

  .uui-footer08_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .uui-footer08_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer08_link:hover {
    color: #667085;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer08_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer08_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer08_link-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .column-5 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-two {
    background-color: #2e1401;
    flex-direction: column;
  }

  .icon {
    color: #f07d29;
  }

  .button-primary {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .button-primary.hight {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #2e1401;
  }

  .container {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container.navbar.space {
    align-items: stretch;
  }

  .margin-bottom-24px {
    text-align: left;
    width: auto;
    font-size: 15px;
  }

  .shadow-two {
    margin-bottom: -60px;
  }

  .heading {
    text-align: left;
    width: auto;
    font-size: 32px;
    line-height: 36px;
  }

  .link-block {
    margin-top: 10px;
    font-size: 12px;
  }

  .container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-wrapper {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    max-width: 450px;
  }

  .div-card-min {
    min-height: 200px;
  }

  .columns-2 {
    border-top-width: 1px;
    border-bottom: 0 solid #000;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .column.a {
    border-bottom-width: 0;
    border-right-width: 1px;
  }

  .column-2 {
    padding-bottom: 10px;
  }

  .button-primary-2 {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .section-3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2025-08-19-at-10.12.11.jpeg');
    background-position: 0 0, 10%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-3 {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .image-6 {
    margin-left: -10px;
  }

  .uui-footer08_top-wrapper {
    grid-row-gap: 48px;
  }

  .uui-footer08_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .column-mob {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    height: 580px;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_76f9fc65-d745-8cd6-464f-9dc3f63919bc-f63919b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76f9fc65-d745-8cd6-464f-9dc3f63919c1-f63919b6 {
  justify-self: start;
}

#w-node-_76f9fc65-d745-8cd6-464f-9dc3f63919c2-f63919b6, #w-node-_76f9fc65-d745-8cd6-464f-9dc3f63919cb-f63919b6, #w-node-_76f9fc65-d745-8cd6-464f-9dc3f63919ce-f63919b6, #w-node-_76f9fc65-d745-8cd6-464f-9dc3f63919d1-f63919b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_76f9fc65-d745-8cd6-464f-9dc3f63919bd-f63919b6 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_76f9fc65-d745-8cd6-464f-9dc3f63919bd-f63919b6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_76f9fc65-d745-8cd6-464f-9dc3f63919c1-f63919b6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_76f9fc65-d745-8cd6-464f-9dc3f63919bd-f63919b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


