body {
  font-family: "Barlow", sans-serif;
  color: #000000;
  background-color: #f7f2f0;
  overflow-x: hidden;
}

.mobile-show {
  display: none !important;
}

.mobile-hide {
  z-index: 2 !important;
}

@media (max-width: 1200px) {
  .mobile-show {
    display: block !important;
  }
  .mobile-hide {
    display: none !important;
    z-index: 5 !important;
  }
}

.layout_padding2 {
  padding: 45px 0;
}

/*header section*/
.hero_area {
  height: 150vh;
  background-color: #b5caee;
  background-image: url(../images/bg-banner-home-desktop.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero_area_servicos {
  min-height: 140vh;
  background-color: #b5caee;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent),
    url(../images/truck-logistics-operations-dusk-ajustada-2.png);
  background-size: cover;
  background-position: top;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero_area_servicos::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: url(../images/gradient-servicos.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
}

.hero_area_sobre {
  min-height: 120vh;
  background-color: #b5caee;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent),
    url(../images/bg-banner-sobre.png);
  background-size: cover;
  background-position: top;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero_area_work {
  min-height: 90vh;
  background-color: #b5caee;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent),
    url(../images/bg-trabalhe-conosco.png);
  background-size: cover;
  background-position: top;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero_area_sobre::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-image: url(../images/gradient-sobre.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
}

/* Garantir que o conteúdo fique acima do gradiente */
.hero_area_servicos .banner-bottom-content {
  position: relative;
  z-index: 2;
}

.hero-subtitle {
  font-family: Lato;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #f7f2f0;
}

.banner-bottom-content {
  padding: 30px 100px 100px;
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sobre-banner-bottom-content {
  padding: 180px 150px 100px;
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 2.2rem;
  z-index: 2;
}
.work-banner-bottom-content {
  padding: 180px 150px 100px;
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 2.2rem;
  z-index: 2;
}
.banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  padding: 30px 10px;
  margin-top: auto;
}
.sobre-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  padding: 30px 10px;
  margin-top: auto;
  gap: 60px;
}
.work-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  padding: 30px 10px;
  margin-top: auto;
  gap: 60px;
}

.banner-bottom-content .selo-container {
  flex: 0 0 200px;
  margin-right: 40px;
}

.banner-bottom-content .text-container {
  flex: 1;
}

.banner-bottom-content h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.banner-bottom-content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.button-home {
  background-color: #c12429;
  color: #ffffff;
  padding: 12px 18px 13px 18px;
  border: none;
  border-radius: 4px;
  width: 120px;
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-home:hover {
  background-color: #a01e22;
  transition: background-color 0.3s ease;
}

.button-servicos {
  background-color: #c12429;
  color: #ffffff;
  padding: 12px 18px 13px 18px;
  border: none;
  border-radius: 4px;
  width: 180px;
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 3;
}

.button-servicos:hover {
  background-color: #a01e22;
  transition: background-color 0.3s ease;
}
.dropdown-button-home {
  background-color: #c12429;
  color: #ffffff;
  padding: 5px 19px 5px 19px;
  border: none;
  border-radius: 4px;
  width: 144px;
  height: 32px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_section .container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}

.container-servicos {
  padding-right: 25px;
  margin-left: 12rem;
}

.container-sobre {
  padding-right: 150px;
  margin-left: 12rem;
  margin-top: 7rem;
}

.container-sobre-missao {
  padding-right: 25px;
  margin-left: 10.2rem;
  margin-top: 7rem;
}
.container-work-question {
  padding-right: 25px;
  margin-left: 11.2rem;
  margin-top: 7rem;
}

.paragraphy-sobre {
  font-family: Lato;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #f7f2f0;
}

.paragraphy-sobre-banner-slide {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #f7f2f0;
}

.work-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
}

.container-work {
  padding-right: 150px;
  margin-left: 12rem;
  margin-top: 7rem;
  padding-bottom: 8rem;
}

.paragraphy-work {
  font-family: Lato;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #f7f2f0;
}

.paragraphy-work-banner-slide {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #f7f2f0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  margin: 10px 15px;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  position: relative;
  margin: 0 15px;
}
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 60%;
  height: 2px;
  background-color: #c12429;
  transform: translateX(-50%);
}

.navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 45px;
}

.image-cards-desktop-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.image-cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 20vh;
  width: 100%;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .image-cards-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20vh;
    width: 80%;
    position: relative;
    z-index: 3;
  }
}

.image-card {
  width: 100%;
  max-width: 500px;
  min-width: 420px;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.image-card-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.image-card:hover img {
  transform: scale(1.05);
}

.image-card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #ffffff;
}

.image-card-text h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
  color: #ffffff;
}

.card-link {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #c12429;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.card-link i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.card-link:hover {
  color: #ffffff;
}

.card-link:hover i {
  transform: translateX(5px);
}

/*end header section*/
.slider_section {
  height: 90%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.slider_section-hero {
  height: 90%;
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: 1rem;
}

.slider_section-hero-sobre {
  height: 90%;
  display: flex;
  justify-content: flex-start;
  padding-top: 50px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
}
.slider_section-hero-work {
  height: 90%;
  display: flex;
  justify-content: flex-start;
  padding-top: 50px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
}

.target_section_tree {
  justify-content: center;
  align-items: center;
  display: flex;
  color: #ffffff;
  text-align: center;
  background-color: #2c2a2a;
}
.target_section_tree-title {
  font-weight: 400;
  font-size: 40px !important;
  letter-spacing: 3%;
  color: #ffffff;
}
.target_section_tree-subtitle {
  font-weight: 700;
  font-size: 20px !important;
  letter-spacing: 0%;
  line-height: 28px;
  color: #ffffff;
}

.target_section_tree .detail-box {
  margin: 30px 0;
}

.target_section_tree h2 {
  font-weight: bold;
}

.target_section_tree h5 {
  font-size: 18px;
  font-weight: 500;
}

.target_section {
  background-color: #5d5b5b;
  color: #ffffff;
}

.target_section .detail-box {
  margin: 30px 0;
}

.target_section h2 {
  font-weight: bold;
}

.target_section span {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  margin-left: 15px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e0e0e0;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-indicators li.active {
  width: 40px;
  border-radius: 15px;
  background-color: #d12229;
  height: 10px;
}

.servicos-orcamento-title {
  font-family: Barlow;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #f7f2f0;
}

.servicos-orcamento-subtitle {
  font-family: Lato;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #f7f2f0;
  margin-top: 30px;
}

.servicos-button-wpp {
  width: 370px;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: #2c2a2a;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}

.servicos-button-wpp:hover {
  background-color: #c12429;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.servicos-button-msg {
  width: 370px;
  height: 60px;
  background-color: #2c2a2a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.servicos-button-msg:hover {
  background-color: #c12429;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

input::placeholder {
  color: #b0b0b0;
}

textarea::placeholder {
  color: #b0b0b0;
}

.servicos-input {
  flex: 1;
  padding: 12px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 14px;
  border: 1px solid #e7e1dd;
}

.servicos-button-submit {
  width: 169px;
  height: 44px;
  background-color: #2c2a2a;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.servicos-button-submit:hover {
  background-color: #c12429;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.servicos-servicos-section {
  background-color: #f7f2f0;
}

.servicos-card-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: auto;
  padding: 1.5rem;
  border-radius: 8px;
}

.servicos-card-icon-circle {
  background-color: #c62828;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.8rem;
}

.servicos-card-icon-img {
  width: 55%;
  height: auto;
}

.servicos-card-text-content {
  width: 100%;
}

.servicos-card-title {
  margin: 0 0 0.3rem 0;
  font-family: Barlow;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}

.servicos-card-subtitle {
  margin: 0.6rem 0 1rem 0;
  color: #333;
  font-family: Lato;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #2c2a2a;
}

.sobre-card-subtitle {
  margin: 0.6rem 0 0rem 0;
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #000;
}
.work-card-subtitle {
  margin: 0.6rem 0 0rem 0;
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #000;
}

.servicos-card-description {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #2c2a2a;
}

.work-card-description {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #2c2a2a;
  margin-top: 1rem;
}
.work-cta-section {
  background-color: #c12429;
  border-radius: 8px;
  padding: 60px 40px;
  margin-top: 80px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.work-cta-title {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
  color: #ffffff;
}

.work-cta-subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  max-width: 700px;
  margin: 0 auto 30px;
  color: #ffffff;
}

.work-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2c2a2a;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 4px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  gap: 10px;
}

.work-cta-icon {
  font-size: 24px;
}

.work-cta-button i {
  font-size: 18px;
}

.work-cta-button:hover {
  background-color: #000000;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.contact-section-title {
  font-family: Barlow;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #c12429;
}

.contact-section-subtitle {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #2c2a2a;
}

/* footer section*/
.footer-title {
  font-family: Barlow;
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1%;
  color: #888888;
}

.footer-itens {
  font-family: Barlow;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #f7f2f0;
  padding-top: 25px;
}

.footer-subitens {
  color: #fff;
}

.footer-subitens:hover {
  color: #c12429;
}

.footer-copyright {
  font-family: Inter;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: -1%;
  color: #bdbdbd;
  padding: 10px 0px 10px 290px;
  text-align: left;
}
/* end footer section*/
