:root {
  --black: #131313;
  --orange: #ff9e18;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #131313;
}
.grecaptcha-badge {
  visibility: hidden;
}
.page-template-page-contato .grecaptcha-badge {
  visibility: visible;
}

/* ---- Geral ---- */

b {
  font-weight: 600;
}
.thin {
  font-weight: 200;
}

.btn:focus,
.btn.focus {
  box-shadow: none !important;
  outline: none !important;
  color: inherit;
  background-color: var(--orange);
  color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: var(--orange);
  color: #fff;
}

.wt {
  color: #fff !important;
}
.bk {
  color: var(--black) !important;
}
.bl {
  color: #00adbb;
}

.bg-wt {
  background-color: #fff;
}
.bg-bk {
  background-color: #000;
}

.fs-smaller {
  font-size: 12px;
}
.fs-small {
  font-size: 14px;
}
.fs-normal {
  font-size: 16px;
}
.fs-smed {
  font-size: 18px;
}
.fs-medium {
  font-size: 20px;
}
.fs-large {
  font-size: 24px;
}
.fs-extra {
  font-size: 32px;
}

.paragrafo:last-child {
  margin-bottom: 0;
}
.blocos {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.btn-saiba {
  text-underline-offset: 5px;
}
.btn-saiba:after {
  content: "";
  background-image: url("../../assets/img/i-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 17px;
  display: inline-block;
  transform: translateY(6px);
}

.btn-enviar {
  background-color: var(--orange);
  border: 0;
  width: 200px;
  height: 42px;
}
.btn-enviar:hover {
  background-color: var(--orange);
  opacity: 0.8;
  transition: ease 0.2s;
}

.btn-leia {
  display: inline-block;
  background-color: var(--orange);
  border: 0;
  padding: 7px 21px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
}
.btn-leia:hover {
  color: #000;
  transition: ease 0.2s;
}
.wpcf7 .wpcf7-response-output {
  color: #fff;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: var(--orange);
}

@keyframes enter-animation {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .image-animation {
    animation: enter-animation 1.5s 1;
  }
}

/*--- Navbar ---*/

.dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  background-color: rgb(0, 0, 0, 0.8);
  box-shadow: 0px 2px 9px rgb(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.navbar-custom .navbar-nav {
  --bs-nav-link-padding-y: 0.7rem;
}
.navbar .navbar-collapse {
  justify-content: flex-end;
}
.navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar-nav .menu-item.active .nav-link {
  color: var(--orange);
}
.navbar-nav .nav-link:hover {
  color: var(--orange);
}
.navbar .active a {
  color: var(--orange);
}
.navbar .navbar-brand .logo {
  width: 100px;
  transition: 0.5s ease;
}
.navbar-nav .menu-item {
  margin: 0 15px;
}
.navbar-nav .menu-item a.nav-link {
  position: relative;
}
.navbar-nav .menu-item a.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: var(--orange);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.navbar-nav .menu-item a.nav-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.navbar-nav .menu-item.active a.nav-link::before {
  transform: scaleX(1);
}
.navbar-nav .dropdown-menu .menu-item {
  margin: 0;
}
.navbar-nav .menu-item .dropdown-item {
  color: var(--green);
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
.navbar-nav .menu-item .dropdown-menu {
  box-shadow: 3px 3px 9px rgb(0, 0, 0, 0.3);
  background-color: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.navbar-header .social {
  gap: 15px;
}
.navbar-header .img-icon {
  max-width: 25px;
}

/* ---- Footer ---- */

.footer {
  background-color: #151515;
  color: #fff;
  font-size: 15px;
}
.footer a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s ease;
}
.footer .navbar-brand {
  margin-bottom: 1em;
}
.footer a:hover {
  opacity: 0.8;
  transition: 0.2s ease;
}
footer .base {
  background-color: #000;
  color: #fff;
}
footer .base .logo-ad {
  width: 100px;
}
.footer .wd-title {
  color: var(--orange);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 4px;
}
.footer .logo .texto {
  font-size: 16px;
  max-width: 85%;
}
.footer .social {
  gap: 10px;
}
.footer .social .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  transition: 0.2s ease;
}
.footer .social .social-icon:hover {
  opacity: 0.8;
  transition: 0.2s ease;
}
.footer ul.menu {
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}
.footer ul.menu li {
  margin-bottom: 12px;
}
.footer ul.menu li:last-child {
  margin-bottom: 0;
}
.footer ul.menu li a:hover::after {
  width: 100%;
  transition: width 0.2s;
}
.footer ul.menu li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--black);
  transition: width 0.2s;
}
.footer .fale .line {
  display: flex;
  margin-bottom: 26px;
}
.footer .fale .line:last-child {
  margin-bottom: 0;
}
.footer .fale .line .text {
  margin-left: 10px;
}
.footer .fale .img-icon {
  max-width: 35px;
  height: auto;
}
.footer .w-selos {
  gap: 20px;
}
footer .base small {
  font-size: 12px;
  line-height: 2;
}
.wapp-floater {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}
.wapp-floater .img-icon {
  width: 30px;
}
.wapp-floater .icon {
  background-color: #2bb741;
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.wapp-floater .icon:hover {
  opacity: 1;
}

/* ---- Home ---- */

#home .topo {
  position: relative;
  display: flex;
  align-items: center;
  height: auto !important;
}
#home .topo .wrapper-video {
  position: absolute;
  width: 40%;
  left: 15%;
}
#home .topo .wrapper-video .title {
  font-size: 64px;
  line-height: 1.1;
  margin-bottom: 0;
}

#home .video-slider {
  max-width: 100%;
}
#home .video-slider video {
  display: block;
  max-width: 100%;
}
#home .video-slider .slick-dots {
  bottom: 15px;
}
#home .video-slider .slick-dots li button:before {
  color: #ffa600;
  font-size: 56px;
}
#home .video-slider .slick-dots li.slick-active button:before {
  color: #ffa600;
}


#home .bloco-x .wpbox .box .title {
  max-width: 120px;
}
.bloco-segmentos .wrapper-col {
  position: relative;
  height: 100%;
}
.text-box {
  position: absolute;
  color: #fff;
  bottom: 0;
  padding: 20px;
}
.text-box h3 {
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
}
.text-box span {
  font-size: 14px;
  margin-bottom: 10px;
}
.bloco-segmentos .wrapper-col img {
  object-fit: cover;
  height: 100%;
}
.bloco-segmentos span.super {
  font-size: 13px;
}
#home .bloco-3 .number-wrapper {
  position: relative;
  padding: 160px 0 0 0;
}
#home .bloco-3 .number-wrapper .number {
  position: absolute;
  font-size: 160px;
  font-weight: 900;
  color: #fff;
  z-index: -1;
  text-shadow: 3px 0 #00adbb, -3px 0 #00adbb, 0 3px #00adbb, 0 -3px #00adbb,
    2px 2px #00adbb, -2px -2px #00adbb, 2px -2px #00adbb, -2px 2px #00adbb;
}
.number-wrapper .number-1 {
  top: 0;
  left: 140px;
}
.number-wrapper .number-2 {
  top: 304px;
  left: 160px;
}
.number-wrapper .number-3 {
  top: 608px;
  left: 110px;
}

#home .bloco-4 {
  background-attachment: fixed;
  aspect-ratio: 1920/720;
}

.wpbox .box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 17%;
  margin-left: 15px;
  background-color: #000;
  position: relative;
  overflow: hidden;
  height: 600px;
  cursor: pointer;
  transition: 0.6s ease;
}
.wpbox .box .w-text {
  width: 100%;
  height: 135px;
  padding: 15px;
  position: absolute;
}
.wpbox .box .title {
  font-size: 16px;
  font-weight: 400;
}
.wpbox .box .subtitle {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0;
}
.wpbox .box.expanded .subtitle {
  opacity: 1;
  transition: 0.6s ease;
  transition-delay: 0.6s;
}
.wpbox .box.expanded {
  width: 25%;
  transition: 0.6s ease;
}
.wpbox .box.expanded .imagem {
  opacity: 0.5;
  transition: 0.6s ease;
}
.wpbox .box .imagem {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.wpbox .box-1 .imagem {
  background-image: url("../img/home/home-bloco-expand-01.jpg");
}
.wpbox .box-2 .imagem {
  background-image: url("../img/home/home-bloco-expand-05.jpg");
}
.wpbox .box-3 .imagem {
  background-image: url("../img/home/home-bloco-expand-04.jpg");
}
.wpbox .box-4 .imagem {
  background-image: url("../img/home/home-bloco-expand-03.jpg");
}
.wpbox .box-5 .imagem {
  background-image: url("../img/home/home-bloco-expand-02.jpg");
}

/* ---- Sobre ---- */

#sobre .bloco-1 {
  aspect-ratio: 1920/400;
}
#sobre .bloco-2 .col-img-left img {
  object-fit: cover;
}
#sobre .bloco-2 .col-img-right {
  display: flex;
  flex-wrap: wrap;
}
#sobre .bloco-3 {
  background-image: url("../../assets/img/sobre/sobre-image-04.jpg");
  background-size: cover;
  aspect-ratio: 1920/754;
}
#sobre .slider-tempo .slick-track {
  display: flex;
}
#sobre .slider-tempo .slick-slide {
  height: auto;
}
#sobre .bloco-3 .box-wrapper {
  background-color: #ffffffeb;
  padding: 15px;
  margin: 0 7px;
  border-radius: 12px;
  height: 100%;
}
#sobre .bloco-3 .box-wrapper .top-number {
  background-color: orange;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 3px;
  font-size: 18px;
  font-weight: 600;
}
#sobre .bloco-3 .box-wrapper .w-texto {
  font-size: 15px;
  margin-top: 16px;
}
#sobre .bloco-3 .control {
  display: flex;
  gap: 12px;
}
#sobre .bloco-3 .button-slider {
  background-color: var(--orange);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.9;
  transition: ease 0.2s;
}
#sobre .bloco-3 .button-slider:hover {
  opacity: 1;
  transition: ease 0.2s;
}

#sobre .bloco-5 .col-wrapper {
  font-size: 18px;
  text-align: center;
}
#sobre .bloco-5 .icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 60px;
  margin-bottom: 20px;
}
#sobre .bloco-5 .subtitle {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#sobre .pval span {
  margin-right: 10px;
}
#sobre .pval span:before {
  content: "●";
  color: #857550;
  display: inline;
  position: static;
  margin-right: 7px;
}
#sobre .bloco-6 {
  background-repeat: no-repeat;
  aspect-ratio: 1920/1080;
}
#sobre .bloco-6 .w-image {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  height: 100%;
  padding: 10%;
}
#sobre .bloco-7 .w-text {
  background-color: #fff;
  padding: 24px 12px;
  border: 2px solid var(--orange);
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
.galeria-slider .slick-slide {
  margin: 0 6px;
}
.galeria-slider .slick-slide img {
  max-width: 100%;
  height: auto;
}
.galeria-slider .slick-arrow {
  position: absolute;
  top: 45%;
}
.galeria-slider .button-prev {
  left: 5px;
}
.galeria-slider .button-next {
  right: 5px;
}
.galeria-slider .button-slider {
  background-color: var(--orange);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
  opacity: 0.9;
  transition: 0.2s ease;
}
.galeria-slider .button-slider:hover {
  opacity: 1;
  transition: 0.2s ease;
}

/* ---- Segmentos ---- */

#segmentos .bloco-1 {
  aspect-ratio: 1920/400;
}
#cargas .bloco-1 {
  aspect-ratio: 1920/400;
}
#pesados .bloco-1 {
  aspect-ratio: 1920/400;
}
#importacao .bloco-1 {
  aspect-ratio: 1920/400;
}
#quimicos .bloco-1 {
  aspect-ratio: 1920/400;
}
#farmacos .bloco-1 {
  aspect-ratio: 1920/400;
}

.btn-fale {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  padding: 12px 36px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.btn-fale::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--orange);
  z-index: -2;
}
.btn-fale::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* Start off-screen to the left */
  width: 100%;
  height: 100%;
  background-color: #2bb741;
  transition: left 0.3s ease;
  z-index: -1; /* Place behind button content */
}
.btn-fale:hover {
  color: #fff;
}
.btn-fale:hover::before {
  left: 0;
}

.slider-segmento .button-slider {
  background-color: var(--orange);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
  opacity: 0.9;
  transition: 0.2s ease;
}
.slider-segmento .button-slider:hover {
  opacity: 1;
  transition: 0.2s ease;
}
.slider-segmento .slick-arrow {
  position: absolute;
  top: 45%;
}
.slider-segmento .button-prev {
  left: 5px;
}
.slider-segmento .button-next {
  right: 5px;
}

/* ---- Contato ---- */

#contato {
  padding-top: 39px;
}
#contato .bloco-1 {
  aspect-ratio: 1920/400;
}
#contato .bloco-2 .box-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid var(--orange);
  border-radius: 7px;
  padding: 5%;
  height: 100%;
  gap: 15px;
}
#contato .bloco-2 .box-link {
  text-decoration: none;
  color: var(--black);
  transition: 0.2s ease;
}
#contato .bloco-2 .box-link:hover {
  color: var(--orange);
  transition: 0.2s ease;
}
.bloco-contato {
  aspect-ratio: 1920/915;
  display: flex;
  align-items: center;
}
.bloco-contato .col-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contato .wpcf7 form .wpcf7-response-output {
  text-align: center;
}
#contato .form-control {
  border-radius: 4px;
  border: 0;
}
#contato .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 159 0 / 40%);
}
#contato .wpcf7-textarea {
  height: 180px;
  resize: none;
}

/* ---- Trabalhe ---- */

#trabalhe .bloco-1 {
  aspect-ratio: 1920/400;
}
#trabalhe .wpcf7 .wpcf7-response-output {
  color: var(--black);
}
#trabalhe .wpcf7-textarea {
  height: 180px;
  resize: none;
}

.bloco-vagas .col-wrapper {
  background-color: #00c9d0;
  color: #fff;
  padding: 25px;
  border-radius: 7px;
  height: 100%;
  min-height: 176px;
}
.bloco-vagas .cidade {
  background-color: #0f646b;
  display: inline-block;
  padding: 3px 6px;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.bloco-vagas .w-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
#vaga .bloco-1 {
  background-image: url("../../assets/img/trabalhe/topo-trabalhe.jpg");
  background-size: cover;
  aspect-ratio: 1920/400;
}

.bloco-trabalhe .wrapper-form {
  background-color: #f1f1f1;
  padding: 50px;
  border-radius: 7px;
}

/* ---- Cases ---- */

#cases .bloco-1 {
  aspect-ratio: 1920/400;
}
.bloco-cases .col-wrapper {
  aspect-ratio: 3 / 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.bloco-cases .w-title {
  font-size: 20px;
  font-weight: 600;
}
.bloco-cases .bottom-wrapper {
  padding: 5%;
  background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
}

/* ---- Área do Cliente ---- */

#cliente .bloco-1 {
  aspect-ratio: 1920/400;
  width: 100%;
}
#cliente .bloco-3 {
  aspect-ratio: 1920/638;
}
#cliente .bloco-3 form {
  background-color: #fff;
  padding: 50px;
  border-radius: 12px;
}
#cliente .bloco-3 .btn-primary {
  background-color: var(--orange);
  border-color: var(--orange);
}

/* ---- Hamburguer Menu Mobile ---- */

.navbar .sidebarBtn {
  border: 0;
}
.navbar .sidebarBtn span {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--orange);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  border-radius: 2px;
}
.navbar .sidebarBtn span::before {
  content: "";
  position: absolute;
  top: -12px;
  background: var(--orange);
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
}
.navbar .sidebarBtn span::after {
  content: "";
  position: absolute;
  top: 12px;
  background: var(--orange);
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
}
.sidebarBtn.toggle span {
  background: transparent;
  transition: 0.3s;
}
.sidebarBtn.toggle span::before {
  top: 0;
  transform: rotate(45deg);
  transition: 0.3s;
}
.sidebarBtn.toggle span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.navbar button:focus {
  outline: none;
  box-shadow: none;
}

/* ---- Mobile ---- */

@media (max-width: 767px) {
  #sobre .bloco-2 .col-img-left img {
    max-height: 526px;
  }
}

@media (max-width: 1023px) {
  body > main {
    margin-top: 71px;
  }
  .blocos .texto-wrapper {
    text-align: center;
  }
  .navbar-nav .menu-item a.nav-link::before {
    display: none;
  }
  .navbar-collapse {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.8);
    top: 71px;
    left: -100%;
    padding-top: 15px;
    width: 77%;
    height: calc(100vh - 62px);
    z-index: 50;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: 0.2s ease;
  }
  .navbar-collapse.collapsing {
    left: -100%;
    transition: height 0s ease;
  }
  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }
  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }
  .navbar .navbar-brand .logo {
    width: 100px;
  }
  .navbar .navbar-toggler {
    position: relative;
    top: 0;
    left: 0;
    width: 35px;
    height: 100%;
  }
  .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .navbar-nav .menu-item.dropdown:hover::after {
    display: none;
  }
  .navbar-nav .menu-item::after {
    display: none;
  }
  .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
  }
  .footer .logo {
    text-align: center;
  }
  .footer .fale .line {
    justify-content: center;
    padding: 0 15px;
  }
  .footer .fale .end {
    margin: auto;
  }
  .footer .end .text span {
    display: block;
  }
  footer .base {
    text-align: center;
  }
  footer .base small {
    line-height: 1.5;
  }
  .footer .wd-title {
    margin-bottom: 25px;
    text-align: center;
  }
  .footer ul.menu li {
    margin-bottom: 0;
  }
  .footer .links li a {
    display: block;
    border-bottom: 1px solid #939393;
    padding: 10px 0px;
    position: relative;
  }
  .footer .links li:nth-child(1) a {
    border-top: 1px solid #939393;
  }
  .footer ul.menu li a:after {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23999' class='bi bi-chevron-right' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 5px;
    height: 5px;
    background: none;
  }
  .footer ul.menu li a:hover::after {
    width: 5px;
  }
  .footer .social {
    justify-content: center;
  }
  .footer .w-selos {
    justify-content: center;
  }
  .footer .auditoria {
    margin-top: 3rem;
  }

  .bloco-segmentos .wrapper-col {
    aspect-ratio: 1/1;
  }
  .bloco-segmentos .wrapper-col img {
    object-fit: cover;
    aspect-ratio: 1/1;
    height: auto;
  }
  .text-box {
    padding: 15px;
  }
  .bloco-segmentos span.super {
    font-size: inherit;
  }
  .bloco-segmentos .col-12 .wrapper-col {
    aspect-ratio: auto;
  }
  .bloco-segmentos .col-12 .wrapper-col img {
    aspect-ratio: 5/3;
    width: 100%;
    object-position: 50% 66%;
  }
  #home .bloco-4 {
    aspect-ratio: 3/4;
    background-attachment: scroll;
  }
  #sobre .bloco-1 {
    /* background-image: url("../../assets/img/sobre/topo-sobre_m.jpg"); */
    aspect-ratio: 430/240;
  }
  #sobre .bloco-2 .col-img-left img {
    height: auto;
  }
  #sobre .bloco-2 .col-right {
    margin-top: 2rem;
  }
  #sobre .bloco-3 {
    aspect-ratio: auto;
  }
  #sobre .bloco-3 .wrapper-col {
    text-align: center;
  }
  #sobre .bloco-3 .wrapper-col .title {
    color: #000 !important;
  }
  #sobre .bloco-3 .control {
    justify-content: center;
    margin-bottom: 50px;
  }
  #sobre .bloco-5 .col-left {
    order: 1;
  }
  #sobre .bloco-5 .col-right {
    order: 0;
    margin-bottom: 2rem;
  }
  #sobre .bloco-6 .col-lg-2 .w-image {
    padding: 5%;
  }
  #sobre .bloco-6 .col-lg-2 img {
    max-width: 50%;
  }
  #sobre .bloco-7 .col-left {
    margin-bottom: 3rem;
  }
  #segmentos .bloco-1,
  .page-segmento .bloco-1 {
    aspect-ratio: 430/240 !important;
  }
  .page-segmento .bloco-2 .wrapper-col {
    margin-bottom: 3rem;
  }
  #contato .bloco-1,
  #cases .bloco-1,
  #vaga .bloco-1,
  #trabalhe .bloco-1 {
    aspect-ratio: 430/240;
  }
  .bloco-trabalhe .wrapper-form {
    padding: 25px;
  }
  #home .bloco-3 .number-wrapper {
    display: flex;
    justify-content: center;
  }
  .number-wrapper .number-1 {
    left: auto;
  }
  .number-wrapper .number-2 {
    top: 30%;
    left: auto;
  }
  .number-wrapper .number-3 {
    top: 63%;
    left: auto;
    font-size: 140px !important;
  }
  #cliente .bloco-3 {
    aspect-ratio: auto;
  }
  #contato {
    padding-top: 0;
  }
}
