﻿/* Gray*/
/*Gray Dark */
/*$gray-dark-3: #38383B;*/
/*Green Dark */
/*@mixin font-open-sans($size, $color, $weight, $lh, $font-style: false) {
  font-family: 'Open Sans', sans-serif;
  font-size: $size;
  font-weight: $weight;
  line-height: $lh;
  color: $color;
  @if $font-style {
    font-style: $font-style;
  }
}*/
/*%selecao-de-linguagem {
  a {
    @include font-montserrat(11px, $schooner-color, $regular, 18px);
    &.ativo {
      color: $alizarin-crimson-color;
    }
    &:hover {
      color: $alizarin-crimson-color;
      text-decoration: none;
    }
  }
  p {
    display: inline-block;
  }
  .separador-lingua {
    @include font-montserrat(11px, $schooner-color, $regular, 18px);
    margin: 0 10px;
  }
}*/
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;700;800;900&family=Poppins:wght@900&display=swap");
.beneficios-wrapper .benef-item .img, .vagas-wrapper .benef-banner, .vagas-wrapper .vagas-container .vagas-list .vaga-item .img, .imgs-slider-nav li, .imgs-slider .img, .profiles-wrapper .profile-item .img, .news-img, .director-card, .img-text-section .bg-img, .timeline-wrapper .timeline-row .col .img-wrapper .circle-img, .products-btns .btn .img, .banner-frota .frota-card, .semi-card .img, .blog-cards-wrapper .blog-card .blog-img, .banner-section.bg-white .bg, .banner-section .bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

* {
  box-sizing: border-box;
  font-style: normal;
}

html,
body {
  scroll-behavior: smooth;
  background-color: #fafafa;
  cursor: default;
}

@media only screen and (max-width: 991px) {
  main {
    max-width: 100vw;
  }
}

html body {
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  transition-property: background-color;
  overflow-x: hidden;
}
main {
  width: 100vw;
  overflow: hidden;
}

.noscroll {
  overflow: hidden;
}
.noscroll header {
  /*padding-right: 16px;*/
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}

a:focus,
a:hover,
a.btn:focus,
a.btn:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

.section-spacing {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .section-spacing {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.container {
  /*
    */
}
@media only screen and (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.default-padding-top {
  padding-top: 120px;
}

.sm-x-padding {
  padding-left: 85px;
  padding-right: 85px;
}
@media only screen and (max-width: 991px) {
  .sm-x-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.default-paddings {
  padding-left: 180px;
  padding-right: 180px;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  .default-paddings {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .default-paddings {
    padding-left: 20px;
    padding-right: 20px;
    /*.row{
            margin-left:0;
            margin-left:0;
        }*/
  }
}

.overflow-v {
  overflow: visible;
}

.mw-305 {
  max-width: 305px;
}

.mw-322 {
  max-width: 322px;
}

.mw-446 {
  margin: 0 auto;
  max-width: 446px;
}

.mw-390 {
  margin: 0 auto;
  max-width: 400px;
}

.mw-590 {
  max-width: 590px;
  margin: 0 auto;
}

.mw-920 {
  max-width: 920px;
  margin: 0 auto;
}

.min-w-210 {
  min-width: 210px;
}

.no-mw {
  max-width: unset !important;
}

.bg-dark {
  /*background-color: $emperor-grey !important;*/
  /*color: #fff;*/
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #fafafa;
}

.bg-light {
  background-color: #fafafa !important;
}
.bg-light .subtitle {
  color: #727272;
}

.bg-gray-light {
  background-color: #e5e5e5;
}

.bg-gray-dark {
  background-color: #2D2D33;
  color: #fff;
}

.z-i-1 {
  position: relative;
  z-index: 1;
}

.jconfirm-content font {
  font-size: 16px !important;
}

.col-xl-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  .col-xl-15 {
    width: 20% !important;
    float: left;
    flex: unset;
  }
}
/*animations*/
/*fade*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes zoom-in {
  from {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@keyframes zoom-in {
  from {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@-webkit-keyframes spin {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@keyframes spin {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
body {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2D2D33;
}

h1, .h1 {
  font-size: 74px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: 3px;
}
@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 64px;
  /*line-height: 1;*/
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #3E3E3E;
}

p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  p {
    margin-bottom: 15px;
  }
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-gray-dark h1, .bg-gray-dark h2, .bg-gray-dark h3, .bg-gray-dark h4, .bg-gray-dark h5, .bg-gray-dark h6 {
  color: #fff;
}

.text-italic {
  font-style: italic;
}

.upper-title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 500;
}

.subtitle {
  font-size: 24px;
  line-height: 29px;
}
@media only screen and (max-width: 991px) {
  .subtitle {
    font-size: 16px;
  }
}
.subtitle.color-white {
  color: #fff;
}
.subtitle.sm {
  font-size: 20px;
}

.sm-text {
  font-size: 14px;
}

.color-gray {
  color: #727272 !important;
}

.color-green {
  color: #2CE886 !important;
}

.color-green-2 {
  color: #2DB26D !important;
}

.color-white {
  color: #fff !important;
}

.color-red {
  color: red;
}

.title {
  position: relative;
  padding-top: 40px;
}
.title .bg-title {
  font-family: "Poppins";
  font-weight: 900;
  font-size: 122px !important;
  /*line-height: 53px;*/
  /* or 43% */
  letter-spacing: -0.015em;
  background: linear-gradient(180deg, #3F3F3F -32.33%, rgba(0, 0, 0, 0.02) 83.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  top: -20px;
  left: -25px;
  /*@include respond-to(extra-small) {
      font-size: 24px !important;
      top: 15px;
      left: 3px;
  }*/
}
@media only screen and (max-width: 991px) {
  .title .bg-title {
    font-size: 50px !important;
    top: 15px;
    left: 3px;
  }
}
.title h2 {
  position: relative;
  z-index: 1;
}

.text-center .title .bg-title {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.no-break {
  white-space: nowrap;
}
@media (max-width: 1700px) {
  .no-break {
    white-space: normal;
  }
}

.banner-section {
  position: relative;
}
.banner-section div.row {
  align-items: center;
  z-index: 1;
  position: relative;
}
.banner-section div.row .col-12:first-child {
  /*h2 {
      max-width: 730px;
  }*/
}
@media only screen and (max-width: 991px) {
  .banner-section div.row .col-12:first-child {
    padding-bottom: 30px;
  }
}
.banner-section.minh .row {
  min-height: 550px;
}
@media only screen and (max-width: 991px) {
  .banner-section.minh .row {
    min-height: auto;
    padding: 50px 10px 100px;
  }
}
.banner-section .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}
.banner-section .bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 89.42%);
}
.banner-section .bg video {
  position: absolute;
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
  /*width:100%;
  height:100%;*/
  top: 0;
  left: 0;
}
.banner-section .bg.no-overlay:after {
  display: none;
}
.banner-section .container, .banner-section .row, .banner-section.row, .banner-section > .col-12 {
  height: 100%;
}
.banner-section.f-h {
  height: calc(100vh + 100px);
  /*padding-top: 240px;*/
  padding-bottom: 100px;
}
.banner-section.f-h:not(.seminew-section) h2 {
  max-width: 750px;
}
.banner-section.f-h:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 89.42%);
}
@media only screen and (max-width: 991px) {
  .banner-section.f-h {
    min-height: 100vh;
    padding-top: 100px;
    height: auto;
  }
}
.banner-section h1, .banner-section h2, .banner-section h3, .banner-section h4, .banner-section h5, .banner-section h6, .banner-section p {
  color: #fff;
}
.banner-section.bg-white .bg {
  height: calc(100% + 210px);
  left: 0;
  background-size: contain;
  background-position: left top;
  z-index: 0;
}
.banner-section.bg-light h1, .banner-section.bg-light h2, .banner-section.bg-light h3, .banner-section.bg-light h4, .banner-section.bg-light h5, .banner-section.bg-light h6 {
  color: #38383B;
}

.bg-light .banner-section h1, .bg-light .banner-section h2, .bg-light .banner-section h3, .bg-light .banner-section h4, .bg-light .banner-section h5, .bg-light .banner-section h6 {
  color: #38383B;
}

.bg-gray-dark .banner-section h1, .bg-gray-dark .banner-section h2, .bg-gray-dark .banner-section h3, .bg-gray-dark .banner-section h4, .bg-gray-dark .banner-section h5, .bg-gray-dark .banner-section h6 {
  color: #fff;
}

.pointer-banner {
  position: relative;
}
.pointer-banner .banner-section {
  padding-top: 200px;
  padding-bottom: 200px;
}
.pointer-banner .pointer-details:after, .pointer-banner .pointer-details:before {
  border-bottom-color: #fafafa;
}

button {
  outline: none !important;
  cursor: pointer;
}

.btn {
  padding: 10px 16px;
  line-height: 30px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #2CE886;
  background-color: #2CE886;
  cursor: pointer;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  /*font-size: 14px;*/
  justify-content: center;
  /*circle icon btns*/
}
.btn span {
  color: #28262C;
}
.btn:hover {
  color: #fff;
  background-color: #2DB26D;
}
.btn svg {
  height: 12px;
  margin-left: 5px;
}
.btn.outlined {
  background: transparent;
  color: #2CE886;
  border: 1px solid #2CE886;
}
.btn.outlined.dark {
  border-color: #2F3035;
  background: transparent;
  color: #2F3035;
}
.btn.outlined.dark span {
  color: #2F3035;
}
.btn.outlined.dark svg path {
  fill: #2F3035;
}
.btn.outlined.white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.dark {
  border-color: #2F3035;
  background: #2F3035;
}
.btn.dark span {
  color: #fff;
}
.btn.dark svg path {
  fill: #fff;
}
.btn.white {
  background: #fff;
}
.btn.white span {
  color: #2DB26D;
}
.btn.sm {
  padding: 4px 14px;
  font-size: 14px;
}
.btn.round {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
}
.btn.round svg {
  margin: 0;
}
.btn.w-260 {
  width: 230px;
}
@media only screen and (max-width: 991px) {
  .btn.w-260 {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.btn.sq {
  border-radius: 4px;
  border-color: #A1A1A1;
}

.short-link {
  display: flex;
  align-items: center;
}
.short-link svg {
  width: 24px;
  margin-left: 11px;
}
.short-link .circle {
  width: 58px;
  height: 58px;
  background: #2CE886;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  border-radius: 50%;
}
.short-link .circle svg {
  margin: 0;
  width: 14px;
}
.short-link span {
  font-weight: 700;
  max-width: 134px;
}

.blog-cards-wrapper {
  padding-left: 60px;
  /*@include respond-to(small-and-extra-small){
      flex-direction:column;
  }*/
}
@media only screen and (max-width: 991px) {
  .blog-cards-wrapper {
    padding-left: 0;
    padding-top: 10px;
  }
}
.blog-cards-wrapper .blog-card {
  position: relative;
  margin: 0 40px;
  /*width: calc(50% - 60px) !important;*/
}
@media only screen and (max-width: 991px) {
  .blog-cards-wrapper .blog-card {
    margin: 0 20px 20px 20px;
  }
}
.blog-cards-wrapper .blog-card .blog-img {
  width: calc(100% + 30px);
  /*margin-right:20px;*/
  aspect-ratio: 453/634;
  border-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .blog-cards-wrapper .blog-card .blog-img {
    width: calc(100% + 10px);
  }
}
@media only screen and (max-width: 767px) {
  .blog-cards-wrapper .blog-card .blog-img {
    max-width: 350px;
  }
}
.blog-cards-wrapper .blog-card .card {
  position: absolute;
  left: -25px;
  margin: auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 90%;
}
@media only screen and (max-width: 991px) {
  .blog-cards-wrapper .blog-card .card {
    position: relative;
    top: unset;
    left: unset;
    margin-top: -40%;
    margin-left: -15px;
    width: 100%;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
.blog-cards-wrapper .blog-card .card h6 {
  color: #2D2D33;
}
.blog-cards-wrapper .blog-card .card p {
  margin: 0;
}
.blog-cards-wrapper .blog-card .card .card-body {
  padding-right: 20%;
}
.blog-cards-wrapper .blog-card .card .card-footer {
  border: none;
  background: #F0F0F0;
  padding: 15px;
}
.blog-cards-wrapper .slick-dots {
  padding-left: 35px;
}
@media only screen and (max-width: 991px) {
  .blog-cards-wrapper .slick-dots {
    justify-content: center;
    display: flex;
    padding-right: 20px;
  }
}
.blog-cards-wrapper .slick-arrow.slick-prev {
  left: -6px !important;
}

.imgs-grid .col {
  padding: 20px;
  min-height: 16vw;
  margin: 0;
  border: 1px solid #d0d0d0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.imgs-grid .col img {
  width: auto;
  max-width: 90%;
  filter: grayscale(100%);
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.imgs-grid .col:hover img {
  filter: grayscale(0);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .imgs-grid .col {
    width: 50% !important;
    flex: auto;
    min-height: 25vw;
    border: 1px solid #e9e9e9;
  }
  .imgs-grid .col img {
    max-width: 104px;
  }
}
@media only screen and (max-width: 575px) {
  .imgs-grid .col {
    width: 50% !important;
    flex: auto;
    min-height: 25vw;
    border: 1px solid #e9e9e9;
  }
  .imgs-grid .col img {
    max-width: 104px;
  }
}

.fretes-cards-grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 0 30px 30px;
}
.fretes-cards-grid .frete-card {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fretes-cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .fretes-cards-grid {
    grid-template-columns: 1fr;
  }
}

.frete-card {
  padding: 21px 16px;
  background: #FFFFFF;
  box-shadow: 0px 100px 78px rgba(33, 33, 33, 0.04), 0px 22.3363px 17.4223px rgba(33, 33, 33, 0.0238443), 0px 6.6501px 5.18708px rgba(33, 33, 33, 0.0161557);
  border-radius: 4px;
  border: none;
  margin-bottom: 37px;
}
.frete-card h6 {
  margin-bottom: 10px;
  color: #3E3E3E;
  font-weight: 400;
}
.frete-card h6 svg {
  margin-right: 6px;
}
.frete-card .row {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #E8E8E8;
  color: #595959;
  gap: 0 5px;
}
.frete-card .row .col {
  padding: 0;
}
.frete-card .row .col.contato-col {
  /*text-align:center;*/
}
.frete-card .row span {
  font-size: 14px;
}
.frete-card .row p {
  margin: 0;
  font-weight: 600;
}
.frete-card .row:last-child {
  border-bottom: none;
}
.frete-card .tag {
  background: #2DB26D;
  border-radius: 4px;
  color: #fff;
  /*max-width: min-content;*/
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  max-width: 175px;
}
.frete-card .btn.sm {
  max-width: min-content;
  position: absolute;
  bottom: 20px;
  right: 18px;
  border-radius: 4px;
  border: 1px solid #E3E6E8;
}
.frete-card .btn.sm svg {
  margin-left: 10px;
}

@media only screen and (max-width: 991px) {
  .fretes-home .col-md-4:nth-child(n+4) {
    display: none;
  }
  .fretes-home .col-md-4:nth-child(3) {
    position: relative;
  }
  .fretes-home .col-md-4:nth-child(3) .frete-card {
    box-shadow: none;
    margin-bottom: 0;
  }
  .fretes-home .col-md-4:nth-child(3):after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    height: 150px;
    background: linear-gradient(to top, #fafafa 20%, rgba(232, 239, 254, 0));
  }
}

.oferta-block {
  background: #FFFFFF;
  box-shadow: 0px 100px 78px rgba(33, 33, 33, 0.04), 0px 22.3363px 17.4223px rgba(33, 33, 33, 0.0238443), 0px 6.6501px 5.18708px rgba(33, 33, 33, 0.0161557);
  border-radius: 4px;
  padding: 81px 94px;
  margin: 0 17px 20px;
}
@media only screen and (max-width: 991px) {
  .oferta-block {
    padding: 20px 10px 50px;
    text-align: center;
  }
}
.oferta-block .infos-row {
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .oferta-block .infos-row {
    flex-direction: column-reverse;
  }
  .oferta-block .infos-row .col:last-child {
    text-align: center !important;
    margin-bottom: 40px;
  }
}
.oferta-block .infos-row .col:first-child {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .oferta-block .infos-row .col:first-child {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.oferta-block .infos-row .col:first-child .info {
  min-width: 150px;
}
@media only screen and (max-width: 991px) {
  .oferta-block .infos-row .col:first-child .info {
    margin-bottom: 20px;
  }
}
.oferta-block .infos-row .col:first-child .info span {
  color: #595959;
  font-size: 14px;
}
.oferta-block .infos-row .col:first-child .info p {
  font-size: 20px;
  margin-bottom: 0;
}
.oferta-block hr {
  margin: 30px 0 60px;
}
@media only screen and (max-width: 991px) {
  .oferta-block hr {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.oferta-block .tags-cloud {
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .oferta-block .tags-cloud {
    margin-top: 30px;
  }
}
.oferta-block .tags-cloud .tag {
  background: transparent;
  border: 1px solid #E3E6E8;
  color: #595959;
  padding: 10px 20px;
  white-space: nowrap;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.oferta-block .tags-cloud .tag.active {
  background: #2F3035;
  border-color: #2F3035;
  color: white;
}

.logo-cerbo {
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 40px;
  width: 40px;
  min-width: 40px;
  border: 1px solid #bbbbbb;
  position: absolute;
  top: 18px;
  right: 60px;
  display: inline-block;
  /*margin-top: 40px;*/
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .logo-cerbo {
    margin-top: -10px;
  }
}
.logo-cerbo .logocerboh {
  height: 31px;
  width: 31px;
  margin-top: 3px;
}
.logo-cerbo .logocerboh path {
  fill: #DEE0E0 !important;
}
.logo-cerbo .hiddencerbo {
  height: 20px;
  width: 31px;
  position: absolute;
  bottom: -16px;
  left: -1px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.logo-cerbo .hiddencerbo svg {
  height: 22px;
  width: 40px;
}
.logo-cerbo .hiddencerbo svg path {
  fill: #aaa;
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}
.logo-cerbo .hiddencerbo svg path:nth-child(2) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.logo-cerbo .hiddencerbo svg path:nth-child(3) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.logo-cerbo .hiddencerbo svg path:nth-child(4) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.logo-cerbo .hiddencerbo svg path:nth-child(5) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.logo-cerbo:hover .hiddencerbo svg path {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 1;
}

.services-row .services-btns {
  max-width: 1400px;
  padding-top: 50px;
}
.services-row .services-btns .btn {
  background: #FFFFFF;
  box-shadow: 0px 60px 40px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: calc(33.33% - 30px);
  margin: 43px 24px 43px 0;
  justify-content: flex-start;
  padding: 20px 35px;
  border-radius: 90px;
  border-width: 4px;
  border-color: #fff;
  text-align: left;
}
.services-row .services-btns .btn span {
  color: #545454;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: left;
}
.services-row .services-btns .btn svg {
  margin-right: 20px;
  height: 64px;
}
.services-row .services-btns .btn:hover {
  border-color: #F5821F;
  box-shadow: 0px 70px 50px rgba(0, 0, 0, 0.22);
}
.services-row .services-btns .btn:hover span {
  color: #F5821F;
}
.services-row .services-btns .btn:focus, .services-row .services-btns .btn:active {
  background: #FFFFFF;
  border-color: #2CE886;
  box-shadow: 0px 70px 50px rgba(0, 0, 0, 0.22);
}
@media only screen and (max-width: 991px) {
  .services-row .services-btns {
    display: flex;
    flex-direction: column;
  }
  .services-row .services-btns .btn {
    max-width: unset !important;
    margin: 0 0 20px;
    padding: 10px 25px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
  }
  .services-row .services-btns .btn svg {
    height: 40px;
  }
  .services-row .services-btns .btn span {
    font-size: 18px;
  }
}

.services-row {
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 575px) {
  .services-row {
    overflow: hidden;
  }
}
.services-row .truck-img {
  position: absolute;
  right: 0;
  top: -50px;
  width: 980px;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .services-row .truck-img {
    width: 45vw;
    top: 120px !important;
  }
}
.services-row.home-services {
  z-index: 0;
}
.services-row.home-services .truck-img {
  top: -50px !important;
}
@media only screen and (max-width: 1584px) {
  .services-row.home-services .truck-img {
    width: 45vw;
    top: 120px !important;
  }
}
@media only screen and (max-width: 991px) {
  .services-row.home-services .truck-img {
    height: 300px;
    width: auto;
    right: -210px;
    left: unset;
    top: -50px !important;
  }
}
.services-row.home-services .services-btns .btn {
  width: 100% !important;
  max-width: calc(33.33% - 30px) !important;
}
@media only screen and (max-width: 991px) {
  .services-row.home-services .services-btns {
    display: flex;
    flex-direction: column;
  }
  .services-row.home-services .services-btns .btn {
    max-width: 309px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.services-row .bg-svg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  padding: 0;
}
.services-row .bg-svg svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .services-row .bg-svg {
    /*top: 0;
    bottom: unset;*/
    height: 100%;
    overflow: hidden;
    /*width:;*/
    /*height: 100vh;*/
    /*width: auto;*/
  }
  .services-row .bg-svg svg {
    width: calc(100% + 60px);
    height: auto;
    position: absolute;
    bottom: -30px;
    left: -30px;
    /*width: auto !important;*/
    /*height: 100% !important;*/
  }
}

.contact-wrapper {
  background: #fff;
  box-shadow: 0px 100px 78px rgba(33, 33, 33, 0.04), 0px 22.3363px 17.4223px rgba(33, 33, 33, 0.0238443), 0px 6.6501px 5.18708px rgba(33, 33, 33, 0.0161557);
  border-radius: 4px;
  overflow: hidden;
}
.contact-wrapper .col-12:first-child {
  padding: 36px 105px 57px;
}
@media only screen and (max-width: 991px) {
  .contact-wrapper .col-12:first-child {
    padding: 25px 43px 25px;
  }
  .contact-wrapper .col-12:first-child h3 {
    max-width: 256px;
    margin: 0 auto;
  }
}
.contact-wrapper .col-12:first-child form {
  margin-top: 38px;
}
@media only screen and (max-width: 991px) {
  .contact-wrapper .col-12:first-child form {
    margin-top: 20px;
  }
}
.contact-wrapper .col-12:first-child form .input-group .input-group-text, .contact-wrapper .col-12:first-child form .input-group .form-control {
  background: #E3E6E8;
  border: none;
}
.contact-wrapper .col-12:first-child form .input-group .form-control:focus {
  box-shadow: none;
}
.contact-wrapper .col-12:first-child form .input-group-text {
  align-items: flex-start;
  padding-top: 15px;
}
.contact-wrapper .col-12:first-child form textarea {
  resize: none;
  height: 180px;
}
.contact-wrapper .col-12:first-child form .form-control {
  padding: 10px 5px;
}
.contact-wrapper .col-12:first-child form .btn {
  width: 100%;
  max-width: 290px;
}
@media only screen and (max-width: 991px) {
  .contact-wrapper .col-12:first-child form .btn {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    /*max-width: 290px;*/
  }
}
.contact-wrapper .col-12:last-child {
  padding: 23px 20px;
  background: #2CE886;
  color: #3E3E3E;
}
@media only screen and (max-width: 991px) {
  .contact-wrapper .col-12:last-child {
    color: #fff;
  }
}
.contact-wrapper .col-12:last-child .border-bottom {
  border-color: rgba(31, 97, 62, 0.3) !important;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .contact-wrapper .col-12:last-child .border-bottom {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-wrapper .col-12:last-child .card {
  background: #14CD6D;
  color: #fff;
  border: none;
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 14px 17px 24px;
}
.contact-wrapper .col-12:last-child .card .card-body {
  padding: 0;
}
.contact-wrapper .col-12:last-child .card .card-body .row {
  margin: 0;
  align-items: center;
}
.contact-wrapper .col-12:last-child .card .card-title {
  font-size: 16px;
  margin-bottom: 13px;
  padding-left: 0;
}
.contact-wrapper .col-12:last-child .card .icon-col {
  background: #2B905B;
  min-width: 60px;
  height: 56px;
  border-radius: 4px;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.contact-wrapper .col-12:last-child .card p {
  margin-bottom: 6px;
  line-height: 19px;
}

.sidebar {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px 24px 40px;
  min-height: 100vh;
  position: relative;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sidebar .mobile-toggler {
  display: none;
  position: absolute;
  right: 35px;
  top: 20px;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #9F9F9F;
}
.sidebar .mobile-toggler svg {
  height: 20px;
  width: 15px;
}
.sidebar .mobile-toggler svg path {
  fill: #fff;
}
@media only screen and (max-width: 991px) {
  .sidebar {
    padding: 20px 24px 40px;
    max-height: 84px;
    min-height: unset;
    overflow: hidden;
  }
  .sidebar .mobile-toggler {
    display: flex;
  }
  .sidebar.active {
    max-height: 2000px;
  }
  .sidebar.active .mobile-toggler svg {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
.sidebar p {
  margin: 5px 0 0;
  color: #727272;
}
.sidebar hr {
  margin-bottom: 20px;
}
.sidebar label {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  color: #06011A;
  /*margin-bottom: 40px;*/
}
.sidebar label input, .sidebar label select {
  width: 100%;
  border: 1px solid #E3E6E8;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
}
.sidebar input:focus, .sidebar input:active {
  box-shadow: none;
  border: 1px solid #E3E6E8;
}
.sidebar #price-range {
  margin-bottom: 40px;
}
.sidebar #price-range.ui-slider-horizontal {
  height: 6px;
  background: #FDFDFD;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.24);
  border-radius: 41px;
  border: none;
}
.sidebar #price-range .ui-slider-handle {
  /*position:relative;*/
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.43);
}
.sidebar #price-range .ui-slider-handle span {
  position: absolute;
  bottom: -40px;
  left: -20px;
  padding: 5px 10px;
  font-weight: 700;
  color: #06011A;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.sidebar #price-range .ui-widget-header {
  background: #000000;
}
.sidebar .filter-group {
  margin-bottom: 20px;
}
.sidebar .filter-group label {
  margin-bottom: 15px;
}
.sidebar .filter-group .btn {
  margin-top: 10px;
}

.cards-outer {
  align-items: center;
  padding: 20px !important;
}
.cards-outer h5 {
  color: #38383B;
  margin-bottom: 0;
}
.cards-outer .filter-wrapper label {
  color: #727272;
}
.cards-outer .filter-wrapper select {
  background: #fff;
  border-radius: 4px;
  border: none;
  padding: 8px 10px;
  margin-left: 10px;
}

.semi-cards-grid {
  padding: 0 20px 20px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .semi-cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .semi-cards-grid {
    grid-template-columns: 1fr;
  }
}

.semi-cards-wrapper {
  padding: 0 0 20px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .semi-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .semi-cards-wrapper {
    grid-template-columns: 1fr;
  }
}

.semi-card {
  background: #FFFFFF;
  border-radius: 8px;
  border: none;
  overflow: hidden;
  padding: 0;
}
.semi-card .img {
  height: 254px;
}
.semi-card .infos {
  padding: 24px 28px 28px;
  position: relative;
}
.semi-card .infos .tag {
  position: absolute;
  top: -12px;
  left: 28px;
}
.semi-card .infos p {
  margin-bottom: 0;
  color: #595959;
}
.semi-card .infos h6 {
  margin: 10px 0;
  color: #121212;
}

.tag {
  background: #2DB26D;
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
}

.pagination-wrapper {
  width: 100%;
  overflow-x: auto;
}
.pagination-wrapper .pagination .page-item {
  margin-left: 5px;
}
.pagination-wrapper .pagination .page-item .page-link {
  border-radius: 3px !important;
  width: 46px;
  text-align: center;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #30302F;
  border: none;
}
.pagination-wrapper .pagination .page-item.active .page-link {
  background: #2DB26D;
  color: #fff;
}

.cards-row {
  margin-top: -90px;
  position: relative;
  z-index: 1;
}
.cards-row .card {
  border: none;
  padding: 0 20px 30px;
  border-radius: 4px;
  border-bottom: 12px solid #2CE886;
  color: #727272;
  height: 100%;
  box-shadow: 0px 70px 60px rgba(0, 0, 0, 0.07);
}
.cards-row .card svg {
  height: 35px;
  margin-bottom: 20px;
}
.cards-row .card .btn svg {
  margin-bottom: 0;
  height: 24px;
}

.ratingnumbers {
  display: inline-flex;
}
@media only screen and (max-width: 991px) {
  .ratingnumbers {
    flex-wrap: wrap;
  }
}

.rating-number {
  color: #fff;
  cursor: pointer;
  padding: 12px 10px;
  border: 0 solid #fff;
  margin-right: 16px;
  max-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  opacity: 0.9;
  border-radius: 3px;
  width: 46px;
  height: 46px;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .rating-number {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
  }
}
.rating-number[data-rating="1"], .rating-number[data-rating="2"], .rating-number[data-rating="3"] {
  background-color: #b52930;
}
.rating-number[data-rating="1"].active, .rating-number[data-rating="2"].active, .rating-number[data-rating="3"].active {
  outline: 2px solid #5a5a5a;
}
.rating-number[data-rating="4"] {
  background-color: #db9332;
}
.rating-number[data-rating="4"].active {
  outline: 2px solid #5a5a5a;
}
.rating-number[data-rating="5"] {
  background-color: #e3ac4e;
}
.rating-number[data-rating="5"].active {
  outline: 2px solid #5a5a5a;
}
.rating-number[data-rating="6"] {
  background-color: #ced534;
}
.rating-number[data-rating="6"].active {
  outline: 2px solid #5a5a5a;
}
.rating-number[data-rating="7"] {
  background-color: #88b243;
}
.rating-number[data-rating="7"].active {
  outline: 2px solid #5a5a5a;
}
.rating-number[data-rating="8"] {
  background-color: #2a9971;
}
.rating-number[data-rating="8"].active {
  outline: 2px solid #5a5a5a;
}
.rating-number[data-rating="9"] {
  background-color: #038743;
}
.rating-number[data-rating="9"].active {
  outline: 2px solid #5a5a5a;
}
.rating-number[data-rating="10"] {
  background-color: #016333;
}
.rating-number[data-rating="10"].active {
  outline: 2px solid #5a5a5a;
}
.rating-number.active {
  border: 3px solid #fff;
  background-color: #5a5a5a;
  opacity: 1;
}

.w-box input, .w-box textarea {
  background: #E3E6E8;
}

.form-check {
  align-items: center;
}
.form-check .form-check-label {
  font-size: 20px;
  font-weight: 700;
  color: #3E3E3E;
  line-height: 22px;
}

.form-inline {
  align-items: flex-end;
  flex-wrap: wrap;
}
.form-inline .col:last-child {
  width: min-content;
}
.form-inline .col:last-child .btn {
  width: 100%;
}
.form-inline input, .form-inline select {
  min-width: 150px;
}

.nav-tabs .nav-item .nav-link {
  color: #3E3E3E;
}

.tab-content.w-box {
  padding: 40px;
  border: 1px solid #dee2e6;
  border-top: none;
}
.tab-content.w-box table {
  width: 100%;
  margin: 30px 0 20px;
}
.tab-content.w-box table th {
  font-size: 14px;
  border: 1px solid #d8d8d8;
  text-align: center;
  background: #eeeeee;
}
.tab-content.w-box table td {
  text-align: center;
  border: 1px solid #d8d8d8;
  border-top: none;
  padding: 6px;
}
.tab-content.w-box .remove-btn {
  cursor: pointer;
}
.tab-content.w-box .form-inline input {
  background: #fff;
}
.tab-content.w-box .form-inline input, .tab-content.w-box .form-inline select, .tab-content.w-box .form-inline .btn {
  margin-bottom: 10px;
}

.tables-wrapper {
  width: 100%;
  overflow-x: auto;
}
.tables-wrapper td, .tables-wrapper th {
  min-width: 80px !important;
}

.w-box input, .w-box .input-group-text {
  background: #E3E5E8;
}

.docs-btns {
  width: 100%;
}
.docs-btns .btn {
  width: 100%;
  margin-bottom: 8px;
}

.confirm-msg {
  margin-top: 20px;
  padding: 10px 15px;
  color: #2DB26D;
  background: #c7f6df;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.confirm-msg svg {
  margin-right: 8px;
}
.confirm-msg svg path {
  fill: #2DB26D;
}

.modal-body form .form-check .form-check-label {
  font-size: 16px;
  font-weight: normal;
}

.form-check-input:checked {
  background-color: #2DB26D;
  border-color: #2DB26D;
}

#modalOuvidoria .modal-content {
  background: #f3f3f3;
}

.share-icons {
  display: flex;
  align-items: center;
  color: #808080;
}
.share-icons .copy-link {
  padding-bottom: 22px;
  margin-right: 20px;
  font-weight: 500;
}
.share-icons .copy-link input {
  font-size: 14px;
}
.share-icons .copy-link button {
  border: 1px solid #BDB9BA;
  padding: 6px 15px;
  background: #fff;
  outline: none;
  font-size: 14px;
  box-shadow: none;
}
.share-icons a {
  line-height: 1;
  margin: 0 10px;
}
.share-icons a:hover {
  color: #2CE886;
}
.share-icons a:hover svg path {
  fill: #2CE886;
}
.share-icons svg {
  height: 20px;
}
.share-icons svg path {
  fill: #808080;
}

#shareModal .modal-content {
  border: none;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 50px;
  background-color: #fff;
}
#shareModal .modal-content h5 {
  color: #000;
  margin: 0;
  /*font-family: $primary-font;*/
  text-decoration: none;
}
#shareModal .modal-content .modal-body {
  padding: 20px;
}

.slick-arrow {
  width: 40px;
  height: 40px;
}
.slick-arrow:before {
  display: none;
}
.slick-arrow svg {
  width: 40px;
  height: 40px;
}
.slick-arrow.slick-prev {
  left: -56px !important;
}
.slick-arrow.slick-next {
  right: -56px !important;
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
}
@media only screen and (max-width: 991px) {
  .slick-arrow {
    /*display: none !important;*/
  }
  .slick-arrow.slick-prev {
    left: -30px !important;
  }
  .slick-arrow.slick-next {
    right: -30px !important;
  }
}

.slick-list, .slick-track {
  height: 100%;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  bottom: -40px !important;
  text-align: left !important;
}
.slick-dots li {
  width: 32px;
  height: 8px;
}
.slick-dots li button {
  background-color: #9F9F9F !important;
  border: 2px solid #9F9F9F !important;
  border-radius: 17px;
  width: 32px;
  height: 8px;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots .slick-active button {
  background-color: #2CE886 !important;
  border: 2px solid #2CE886 !important;
}

header {
  position: fixed;
  z-index: 4;
  width: 100%;
  padding: 20px 60px;
  top: 0;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  header {
    /*padding: 10px 8px;*/
    padding: 0 10px;
  }
  header .navbar-collapse, header .navbar-nav {
    display: none;
  }
}
header .navbar {
  /*transition: 0 !important;*/
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header .navbar .navbar-collapse, header .navbar .navbar-nav {
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header.mobile-open .navbar-toggler .navbar-toggler-icon {
  /*@include transform(translateX(80px));*/
  background: transparent !important;
}
header.mobile-open .navbar-toggler .navbar-toggler-icon:before {
  transform: translateY(0) rotate(45deg) !important;
  /*width: 40px;*/
}
header.mobile-open .navbar-toggler .navbar-toggler-icon:after {
  transform: translateY(0) rotate(-45deg) !important;
  width: 40px;
}
header.mobile-open .navbar-brand svg path.transp {
  fill: #fff !important;
}
header.mobile-open .navbar-brand svg .central {
  fill: #F5821F;
}
header.mobile-open .navbar-nav, header.mobile-open .navbar-collapse {
  opacity: 0;
  height: auto !important;
}
@media only screen and (max-width: 991px) {
  header.mobile-open {
    /*background: #fff;*/
    /*padding-bottom: 30px;*/
    /*height: 100vh;*/
  }
  header.mobile-open .navbar {
    /*height: 100%;*/
    /*padding-bottom: 30px;*/
  }
  header.mobile-open .container {
    /*height: 100%;*/
  }
  header.mobile-open .container .navbar-brand svg > path:first-child {
    fill: #081C4A;
  }
  header.mobile-open .container .navbar-collapse {
    /*                  height: 100%;
                      padding-bottom: 100px;
    */
  }
  header.mobile-open .container .navbar-nav {
    /*height: 100%;
                        justify-content: center;
    */
  }
  header.mobile-open .container .navbar-nav .nav-item .nav-link {
    color: #081C4A;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
  }
}
header .container, header .container-fluid {
  /*@include transition();*/
  display: block !important;
}
header .container .row, header .container-fluid .row {
  width: 100%;
  align-items: center;
  margin: 0;
}
header .container .row .col:last-child, header .container-fluid .row .col:last-child {
  display: inline-flex;
  justify-content: flex-end;
}
header .container .navbar-nav, header .container-fluid .navbar-nav {
  gap: 24px;
  width: 100%;
  justify-content: end;
  align-items: center;
  font-weight: 500;
  /*@include transition();*/
}
header .container .navbar-nav, header .container-fluid .navbar-nav {
  flex-grow: unset !important;
}
header.hide {
  top: -90px;
}

.navbar-brand svg {
  width: 130px;
}

footer, .menu-footer {
  background-color: #25252A;
  color: #9F9F9F;
  position: relative;
  z-index: 2;
  /*padding-bottom: 32px;*/
  /*
      .social-icons-nav {
          display: flex;

          svg {
              width: 25px;
              height: 25px;

              path {
                  fill: $olive-green !important;
              }
          }

          a {
              margin-right: 20px;
          }
      }
  */
}
footer .container-fluid, .menu-footer .container-fluid {
  background: #1D1D21;
}
footer .container, .menu-footer .container {
  /*        padding-top: 90px;
  padding-bottom: 90px;*/
  padding: 70px 0 50px 0;
}
@media only screen and (max-width: 991px) {
  footer .container, .menu-footer .container {
    padding: 40px 30px;
  }
}
footer .container .footerMobile, .menu-footer .container .footerMobile {
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  footer .container .footerMobile, .menu-footer .container .footerMobile {
    flex-direction: column;
    gap: 20px;
  }
}
footer .container .rights p, .menu-footer .container .rights p {
  font-size: 12px;
  color: red;
}
@media only screen and (max-width: 991px) {
  footer .f-row, .menu-footer .f-row {
    flex-direction: column;
  }
  footer .f-row .col, .menu-footer .f-row .col {
    order: 3;
    margin-bottom: 30px;
  }
  footer .f-row .col:first-child, .menu-footer .f-row .col:first-child {
    order: 1;
  }
  footer .f-row .col:last-child, .menu-footer .f-row .col:last-child {
    order: 2;
  }
}
footer .navbar-brand svg, .menu-footer .navbar-brand svg {
  margin: 0 13px 25px 13px;
}
footer .navbar-brand svg path, .menu-footer .navbar-brand svg path {
  /*fill: #fff;*/
}
footer a, .menu-footer a {
  color: #fff;
}
footer a:hover, .menu-footer a:hover {
  color: #fff;
}
footer .col, .menu-footer .col {
  /*padding-right: 60px;*/
}
footer .col label, .menu-footer .col label {
  margin-bottom: 20px;
  font-size: 18px;
  color: #BACFFD;
}
footer .col p:first-child, .menu-footer .col p:first-child {
  /*margin-top: 29px;*/
  margin-bottom: 10px;
  max-width: 380px;
  color: #fff;
}
footer .col p, footer .col span, .menu-footer .col p, .menu-footer .col span {
  color: #9F9F9F;
}
footer .col:last-child, .menu-footer .col:last-child {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  footer .col:last-child, .menu-footer .col:last-child {
    padding: 0 12px;
  }
}
footer .col_2, .menu-footer .col_2 {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 991px) {
  footer .col_2, .menu-footer .col_2 {
    justify-content: flex-start;
  }
  footer .col_2 ul, .menu-footer .col_2 ul {
    width: 50%;
    max-width: unset;
  }
}
footer .col_1, .menu-footer .col_1 {
  max-width: 300px;
  /*margin-right: 264px;*/
}
@media only screen and (max-width: 991px) {
  footer .col_1, .menu-footer .col_1 {
    max-width: 90%;
  }
}
footer .col_1 h6, .menu-footer .col_1 h6 {
  color: #fff;
}
footer .col_1 p, .menu-footer .col_1 p {
  /*color: $white-color;*/
  margin-top: 20px;
}
footer .bot-row, .menu-footer .bot-row {
  background: #BACFFD;
  /*margin: 0;*/
}
footer .bot-row p, .menu-footer .bot-row p {
  margin: 0;
  font-size: 12px;
}
footer .bot-row .container, .menu-footer .bot-row .container {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
footer .col_3, .menu-footer .col_3 {
  max-width: 279px;
}
@media only screen and (max-width: 991px) {
  footer .col_3, .menu-footer .col_3 {
    justify-content: flex-start;
  }
  footer .col_3 p, .menu-footer .col_3 p {
    font-size: 20px;
  }
}
footer ul, .menu-footer ul {
  padding-left: 0;
  list-style: none;
  max-width: max-content;
}
footer ul li, .menu-footer ul li {
  margin-bottom: 18px;
  display: flex;
  gap: 15px;
  align-items: center;
}
footer ul li a, .menu-footer ul li a {
  font-weight: 400;
}
footer ul li span, .menu-footer ul li span {
  font-weight: 200;
}
footer ul li p, .menu-footer ul li p {
  display: block;
}
footer .social-icons-nav, .menu-footer .social-icons-nav {
  display: flex;
}
@media only screen and (max-width: 991px) {
  footer .social-icons-nav, .menu-footer .social-icons-nav {
    margin: 30px 0 0;
  }
}
footer .social-icons-nav svg, .menu-footer .social-icons-nav svg {
  width: 25px;
  height: 25px;
}
footer .social-icons-nav svg path, .menu-footer .social-icons-nav svg path {
  fill: #fff !important;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
footer .social-icons-nav a, .menu-footer .social-icons-nav a {
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  footer .social-icons-nav a, .menu-footer .social-icons-nav a {
    margin-right: 30px;
  }
}
footer .social-icons-nav .whats:hover svg path, .menu-footer .social-icons-nav .whats:hover svg path {
  fill: #24CC63 !important;
}
footer .social-icons-nav .linkedin:hover svg path, .menu-footer .social-icons-nav .linkedin:hover svg path {
  fill: #0e76a8 !important;
}
footer .social-icons-nav .insta:hover svg path, .menu-footer .social-icons-nav .insta:hover svg path {
  fill: #E1306C !important;
}
footer .social-icons-nav .face:hover svg path, .menu-footer .social-icons-nav .face:hover svg path {
  fill: #3b5998 !important;
}

.rights {
  min-height: 80px;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .rights {
    min-height: 60px;
  }
}
.rights p {
  margin-left: 60px;
  font-size: 12px;
  color: #9F9F9F;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 991px) {
  .rights p {
    margin-left: 16px;
  }
}

header .navbar {
  /*.nav-link {
      color: #fff;
      margin: 0 20px;
      font-weight: 700;
  }*/
}
@media only screen and (max-width: 991px) {
  header .navbar {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
header .navbar .container, header .navbar .container-fluid {
  position: relative;
}
header .navbar .navbar-nav {
  justify-content: center;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(21px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  width: max-content;
  margin: 0 auto;
  padding: 0 36px;
}
header .navbar .navbar-nav .nav-item {
  border-radius: 20px;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  display: block;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  position: relative;
  z-index: 1;
}
header .navbar .navbar-nav .nav-item:after {
  background-color: rgba(180, 180, 180, 0.5);
  border-radius: 22px;
  content: "";
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s cubic-bezier(0.35, 0, 0, 1);
  transition-property: opacity, transform;
  position: absolute;
  inset: 0;
  border: 1px solid #2CE886;
}
header .navbar .navbar-nav .nav-item:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-nav {
    padding-right: 0;
    padding-left: 0;
  }
}
header .navbar .navbar-toggler {
  height: 48px;
  width: 48px;
  padding: 0;
  position: relative;
  border: none;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(21px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none !important;
}
@media only screen and (max-width: 991px) {
  header .navbar .navbar-toggler {
    display: block;
  }
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  width: 24px;
  height: 2px;
  border-radius: 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 0 auto;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #fff;
}
header .navbar .navbar-toggler .navbar-toggler-icon:before, header .navbar .navbar-toggler .navbar-toggler-icon:after {
  content: "";
  width: 24px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: #fff;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  will-change: transform;
  border-radius: 25px;
}
header .navbar .navbar-toggler .navbar-toggler-icon:before {
  transform: translateY(-6px);
  /*left: unset;
  right: 0;*/
}
header .navbar .navbar-toggler .navbar-toggler-icon:after {
  transform: translateY(6px);
}
header .navbar .navbar-toggler.active:before {
  transform: translateY(0) rotate(45deg);
  width: 40px;
}
header .navbar .navbar-toggler.active:after {
  transform: translateY(0) rotate(-45deg);
  width: 40px;
}
header .navbar .navbar-toggler.active .navbar-toggler-icon {
  opacity: 0;
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
header .navbar .mobile-social-icons {
  display: none;
}
@media only screen and (max-width: 991px) {
  header .navbar .mobile-social-icons {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    width: 100%;
  }
  header .navbar .mobile-social-icons a {
    margin: 0 10px;
  }
  header .navbar .mobile-social-icons svg {
    height: 25px;
    width: 25px;
  }
  header .navbar .mobile-social-icons svg path {
    fill: #2CE886;
  }
}
header .navbar-brand svg path.transp {
  fill: #fafafa;
}
header .navbar-brand svg .central {
  fill: #F5821F;
}

header.white-bg {
  /*background: #fff;*/
  /*box-shadow: rgba(60,60,60,0.1) 0 0 10px;*/
}
header.white-bg .container .navbar-nav .nav-item .nav-link {
  color: #081C4A;
}
header.white-bg .container .navbar-nav .navbar-toggler {
  background: #081C4A;
}
header.white-bg .container .navbar-nav .navbar-toggler .navbar-toggler-icon {
  background: #fff;
}
header.white-bg .container .navbar-nav .navbar-toggler .navbar-toggler-icon:after, header.white-bg .container .navbar-nav .navbar-toggler .navbar-toggler-icon:before {
  background: #fff;
}
header.white-bg .navbar .navbar-nav {
  border: 1px solid rgb(230, 232, 234);
  background: #F2F3F4;
}
header.white-bg .navbar .navbar-nav .nav-item .nav-link {
  color: #38383B;
}
header.white-bg .navbar .navbar-toggler {
  border: 1px solid rgb(230, 232, 234);
  background: #F2F3F4;
}
header.white-bg .navbar .navbar-toggler .navbar-toggler-icon {
  background: #38383B;
}
header.white-bg .navbar .navbar-toggler .navbar-toggler-icon:before, header.white-bg .navbar .navbar-toggler .navbar-toggler-icon:after {
  background: #38383B;
}
header.white-bg .navbar-brand svg path.transp {
  fill: #38383B;
}
header.white-bg .navbar-brand svg .central {
  fill: #F5821F;
}

.homepg header .navbar-brand svg > path {
  fill: #051332;
}

.loading-div {
  position: fixed;
  background: #282C30;
  width: 100%;
  height: 100vh;
  z-index: 5;
}

.menu-wrap {
  position: fixed;
  background: #2A2A31;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: flex;
}
.menu-wrap.active {
  z-index: 3;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .menu-wrap {
    flex-direction: column;
    display: block;
    /*height: 100v;*/
  }
}
.menu-wrap .sidebar-menu {
  background: #2D2D33;
  padding: 170px 30px 60px 80px;
  font-weight: 700;
  font-size: clamp(16px, 1vw, 1.5vw);
  display: flex;
  flex-direction: column;
  color: #fff;
  min-width: 380px;
  width: 24vw;
  min-height: 100vh;
  /*top: 0;
  bottom: 0;
  left: 0;*/
}
.menu-wrap .sidebar-menu a {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .menu-wrap .sidebar-menu {
    width: 100%;
    font-size: 18px;
    min-height: unset;
    padding: 130px 30px 40px 50px;
  }
}
.menu-wrap .menu-content {
  padding: 120px 10vw 50px 50px;
  flex: 2;
  height: 100%;
  overflow: auto;
}
@media only screen and (max-width: 991px) {
  .menu-wrap .menu-content {
    height: auto;
    flex: auto;
    overflow: hidden;
    padding: 40px 0 50px 30px;
  }
}
.menu-wrap .menu-content h6 {
  color: #fff;
}
.menu-wrap .menu-content .row {
  width: 100%;
  align-items: center;
}
.menu-wrap .menu-content .row .col-12 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.menu-wrap .menu-content .row .col-12::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
.menu-wrap .menu-content .row .col-12::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.menu-wrap .menu-content .row .col-12::-webkit-scrollbar-thumb {
  background: #2DB26D;
  border-radius: 3px;
}
@media only screen and (max-width: 991px) {
  .menu-wrap .menu-content .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.menu-wrap .menu-content .row h6 {
  display: inline-block;
  margin: 0;
}
.menu-wrap .menu-content .blog-cards-wrapper {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  gap: 20px;
  padding: 20px 10px 40px;
}
.menu-wrap .menu-content .blog-cards-wrapper .blog-card {
  height: 350px;
  width: 25%;
  min-width: 250px;
  margin: 0;
}
.menu-wrap .menu-content .blog-cards-wrapper .blog-card a {
  height: 100%;
}
.menu-wrap .menu-content .blog-cards-wrapper .blog-card a .blog-img {
  height: 100%;
  aspect-ratio: unset;
  width: 100%;
}
.menu-wrap .menu-content .blog-cards-wrapper .blog-card a .card {
  position: absolute;
  bottom: 0;
  left: 0;
  top: unset;
  width: 100%;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: linear-gradient(360deg, #212124 0%, rgba(45, 45, 51, 0) 100%);
  border: none;
  color: #fff;
  padding-top: 60px;
}
.menu-wrap .menu-content .blog-cards-wrapper .blog-card a .card h6 {
  color: #fff;
  margin-bottom: 10px;
}
.menu-wrap .menu-content .blog-cards-wrapper .blog-card a .card .card-body, .menu-wrap .menu-content .blog-cards-wrapper .blog-card a .card .card-footer {
  background: transparent;
  padding-right: 20px;
}
.menu-wrap .menu-content .blog-cards-wrapper .blog-card a .card .card-body p, .menu-wrap .menu-content .blog-cards-wrapper .blog-card a .card .card-footer p {
  margin: 5px 0;
}
@media only screen and (max-width: 991px) {
  .menu-wrap .menu-content .blog-cards-wrapper .blog-card a .card {
    margin-left: 0;
  }
}
.menu-wrap .menu-content .services-row {
  overflow: visible;
}
.menu-wrap .menu-content .services-row .services-btns {
  padding: 30px 10px 80px;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-wrap .menu-content .services-row .services-btns .btn {
  max-width: calc(25% - 30px) !important;
  min-width: 260px;
  margin: 0;
  padding: 10px 20px;
}
@media only screen and (max-width: 991px) {
  .menu-wrap .menu-content .services-row .services-btns {
    flex-direction: row;
  }
  .menu-wrap .menu-content .services-row .services-btns .btn {
    max-width: calc(50% - 16px) !important;
  }
}
.menu-wrap .menu-content .semi-cards-grid {
  grid-template-columns: repeat(4, 1fr);
  padding: 20px 10px;
  gap: 20px;
}
.menu-wrap .menu-content .semi-cards-grid .semi-card {
  min-width: 280px;
}
.menu-wrap .menu-content .semi-cards-grid h6 {
  color: #121212;
  margin: 5px 0;
}
.menu-wrap .menu-footer {
  background: transparent;
  align-items: flex-start !important;
  justify-content: space-between;
  margin: 60px 0 0;
  padding-top: 30px;
  border-top: 1px solid #4D4D65;
  position: relative;
}
.menu-wrap .menu-footer .col:first-child {
  display: flex;
}
.menu-wrap .menu-footer .col:first-child ul {
  min-width: 150px;
}
.menu-wrap .menu-footer .col:nth-child(2) {
  max-width: 280px;
}
.menu-wrap .menu-footer .col:last-child {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.menu-wrap .menu-footer .col:last-child p {
  margin-bottom: 110px;
  font-size: 12px;
  line-height: 160%;
  color: #E8EFFE !important;
  opacity: 0.5;
}
.menu-wrap .menu-footer .col:last-child .navbar-brand svg {
  width: 180px;
  height: 100px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .menu-wrap .menu-footer {
    flex-direction: column;
  }
  .menu-wrap .menu-footer .col {
    width: 100%;
  }
  .menu-wrap .menu-footer .col:first-child {
    margin-bottom: 30px;
  }
  .menu-wrap .menu-footer .col:last-child {
    display: none;
  }
}

.home-banners-wrappper {
  padding: 0;
  color: #F6F7F7;
}
.home-banners-wrappper .bg.zoom {
  animation: zoom-in 8s linear infinite;
}
@media only screen and (max-width: 991px) {
  .home-banners-wrappper .banner-section.f-h {
    height: calc(100vh - 200px);
  }
}
.home-banners-wrappper .home-banners-nav-wrapper {
  position: absolute;
  bottom: 150px;
  width: 100%;
}
.home-banners-wrappper .home-banners-nav-wrapper .home-banners-nav {
  /*text-align:left;*/
  color: #E9ECEF;
  display: flex;
}
.home-banners-wrappper .home-banners-nav-wrapper .home-banners-nav .banner-nav {
  cursor: pointer;
  max-width: 172px;
  margin-right: 25px;
  padding: 16px 0;
  position: relative;
  min-width: 44px;
}
.home-banners-wrappper .home-banners-nav-wrapper .home-banners-nav .banner-nav p {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .home-banners-wrappper .home-banners-nav-wrapper .home-banners-nav .banner-nav p {
    display: none;
  }
}
.home-banners-wrappper .home-banners-nav-wrapper .home-banners-nav .banner-nav:before, .home-banners-wrappper .home-banners-nav-wrapper .home-banners-nav .banner-nav .progress {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}
.home-banners-wrappper .home-banners-nav-wrapper .home-banners-nav .banner-nav .progress {
  background-color: #F5821F;
  width: 0;
  opacity: 0;
}
.home-banners-wrappper .home-banners-nav-wrapper .home-banners-nav .banner-nav.active .progress {
  opacity: 1;
}

.fretes-home {
  min-height: 600px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.fretes-home .col-md-4 {
  width: auto;
  height: 100%;
  margin: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.fretes-home .col-md-4 .card {
  margin: 0 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .fretes-home {
    grid-template-columns: repeat(1, 1fr);
  }
}

.container-fluid.round-top {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .container-fluid.round-top {
    padding-top: 40px;
  }
}

.banner-frota {
  position: relative;
  z-index: 0;
  padding-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .banner-frota {
    padding-bottom: 0;
  }
}
.banner-frota .bg-svg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  padding: 0;
}
.banner-frota .bg-svg svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .banner-frota .bg-svg svg {
    width: 200%;
    margin-left: -50%;
  }
}
.banner-frota .col-12 {
  z-index: 1;
}
.banner-frota .frota-card {
  height: 350px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .banner-frota .frota-card {
    margin-bottom: 20px;
    height: 50vw;
  }
}
.banner-frota .frota-card span {
  position: absolute;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  bottom: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 200px;
  line-height: 1.1;
}

.products-btns {
  margin-bottom: 150px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .products-btns {
    margin-bottom: 40px;
  }
}
.products-btns .btn {
  background: #FFFFFF;
  box-shadow: 0px 113.128px 90.5026px rgba(0, 0, 0, 0.07), 0px 47.2623px 37.8098px rgba(0, 0, 0, 0.0503198), 0px 25.2687px 20.2149px rgba(0, 0, 0, 0.0417275), 0px 14.1654px 11.3323px rgba(0, 0, 0, 0.035), 0px 7.52314px 6.01851px rgba(0, 0, 0, 0.0282725), 0px 3.13055px 2.50444px rgba(0, 0, 0, 0.0196802);
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: calc(20% - 28px);
  min-width: 200px;
  margin: 38px 12px 38px 12px;
  justify-content: flex-start;
  padding: 5px 8px;
  border-radius: 90px;
  border-width: 4px;
  border-color: #fff;
}
@media only screen and (max-width: 991px) {
  .products-btns .btn {
    max-width: 247px;
    margin: 0 auto 6px;
    padding: 2px 4px;
  }
}
.products-btns .btn span {
  color: #9F9F9F;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.products-btns .btn .number {
  color: #fff;
  border-radius: 50%;
  width: 26px;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  margin-right: 8px;
  background-color: #2CE886;
}
.products-btns .btn .img {
  margin-right: 10px;
  width: 104px;
  height: 61px;
  border-radius: 111.997px;
}
@media only screen and (max-width: 991px) {
  .products-btns .btn .img {
    width: 66px;
    height: 30px;
  }
}
.products-btns .btn:hover {
  cursor: default;
}
.products-btns .btn:active, .products-btns .btn:focus {
  /*box-shadow: none;*/
  border-color: #fff;
  outline: none;
}
.products-btns .btn:first-child .number {
  background-color: #F5821F;
}

.climate-box {
  background: #FFFFFF;
  box-shadow: 0px 54px 24px rgba(47, 48, 53, 0.2);
  border-radius: 15px;
  padding: 60px 88px 112px;
  margin-bottom: -100px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .climate-box {
    padding: 60px 20px 40px;
  }
}
.climate-box .climate-items {
  max-height: 500px;
  overflow: auto;
  position: relative;
  /* width */
  /* Track */
  /* Handle */
}
.climate-box .climate-items:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  bottom: 0;
}
.climate-box .climate-items::-webkit-scrollbar {
  width: 8px;
}
.climate-box .climate-items::-webkit-scrollbar-track {
  background: transparent;
}
.climate-box .climate-items::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border-radius: 2px;
}

.seminew-section.f-h {
  max-height: 800px;
}
@media only screen and (max-width: 991px) {
  .seminew-section.f-h {
    height: auto !important;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .seminew-section.f-h .col-12 h2 {
    color: #fff;
  }
  .seminew-section.f-h .col-12 p {
    font-size: 20px;
    margin-left: 0;
  }
}

.pointer-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.pointer-details:before, .pointer-details:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: 92px solid #2D2D33;
  border-right: 50vw solid transparent;
  border-left: 0;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .pointer-details:before, .pointer-details:after {
    border-bottom: 30px solid #2D2D33;
  }
}
.pointer-details:after {
  border-right: 0;
  right: 0;
  left: unset;
  border-left: 50vw solid transparent;
}
.pointer-details svg {
  /*width: 100%;*/
  height: auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .pointer-details svg {
    width: 100%;
  }
}

.jobs-section {
  padding-bottom: 360px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .jobs-section {
    padding-top: 35px;
    /*padding-bottom: 200px;*/
  }
  .jobs-section .col-12:first-child h3 {
    padding-right: 110px;
  }
  .jobs-section .col-12:first-child .mw-322 {
    max-width: unset;
    font-size: 20px;
    padding-right: 30px;
  }
  .jobs-section .col-6:last-child {
    position: absolute;
    top: 20px;
    right: 10px;
    text-align: right !important;
    z-index: 1;
  }
  .jobs-section .col-6:last-child img {
    height: 125px;
  }
}

.contact-wrapper {
  position: relative;
}
.contact-wrapper.home-contact {
  margin-top: -260px;
}
.contact-wrapper h3 {
  color: #3E3E3E;
}

.partners-row {
  position: relative;
  overflow: visible;
  padding-top: 80px;
}
.partners-row.clientes-row {
  z-index: 1;
  margin-top: -60px;
}
@media only screen and (max-width: 991px) {
  .partners-row {
    padding-top: 0;
  }
  .partners-row.mt-5 {
    margin-top: 0 !important;
  }
}
.partners-row .truck-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 850px;
  padding: 0;
}
@media (max-width: 1500px) {
  .partners-row .truck-img {
    right: -200px;
  }
}
@media (max-width: 1150px) {
  .partners-row .truck-img {
    right: -480px;
  }
}
@media only screen and (max-width: 991px) {
  .partners-row .title {
    margin-bottom: 100px;
  }
  .partners-row .truck-img {
    right: -100px;
    height: 180px;
    width: auto;
  }
}

.testimonials-section {
  height: 850px;
  position: relative;
  overflow: hidden;
}
.testimonials-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 200px solid #fafafa;
  border-right: 100vw solid transparent;
  z-index: 1;
  border-left: 0;
}
@media only screen and (max-width: 991px) {
  .testimonials-section:before {
    border-top: 60px solid #fafafa;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-section {
    height: auto;
  }
  .testimonials-section .banner-section {
    padding-bottom: 90px;
  }
  .testimonials-section .mw-305 {
    opacity: 0.9;
  }
}
.testimonials-section .container {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .testimonials-section .container {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.testimonials-section .testimonials-wrapper {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 84px;
}
@media only screen and (max-width: 991px) {
  .testimonials-section .testimonials-wrapper {
    border-left: 0;
    padding-left: 0;
  }
}
.testimonials-section .testimonials-wrapper .testimonials-slider {
  /*padding-left:24px;*/
  margin: 24px 0;
  max-width: 500px;
}
@media only screen and (max-width: 991px) {
  .testimonials-section .testimonials-wrapper .testimonials-slider {
    max-width: unset;
    margin-top: 0;
  }
}
.testimonials-section .testimonials-wrapper .testimonials-slider .testimonial-item {
  opacity: 0;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 67px 37px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonials-section .testimonials-wrapper .testimonials-slider .testimonial-item {
    padding: 57px 15px 25px;
  }
}
.testimonials-section .testimonials-wrapper .testimonials-slider .testimonial-item svg {
  position: absolute;
  top: 0;
  left: 37px;
  height: 47px;
}
@media only screen and (max-width: 991px) {
  .testimonials-section .testimonials-wrapper .testimonials-slider .testimonial-item svg {
    left: 15px;
    height: 40px;
  }
}
.testimonials-section .testimonials-wrapper .testimonials-slider .testimonial-item p {
  font-size: 24px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  .testimonials-section .testimonials-wrapper .testimonials-slider .testimonial-item p {
    font-size: 20px;
  }
}
.testimonials-section .testimonials-wrapper .testimonials-slider .testimonial-item .author {
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .testimonials-section .testimonials-wrapper .testimonials-slider .testimonial-item .author {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.testimonials-section .testimonials-wrapper .testimonials-slider .testimonial-item span {
  color: #2CE886;
  font-weight: 700;
}
.testimonials-section .testimonials-wrapper .testimonials-slider .testimonial-item.slick-active {
  opacity: 1;
}
.testimonials-section .testimonials-wrapper .testimonials-slider .slick-arrow svg {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 991px) {
  .testimonials-section .testimonials-wrapper .testimonials-slider .slick-arrow svg {
    width: 32px;
    height: 32px;
  }
}
.testimonials-section .testimonials-wrapper .testimonials-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.testimonials-section .testimonials-wrapper .testimonials-slider .slick-dots {
  padding-left: 32px;
}
@media only screen and (max-width: 991px) {
  .testimonials-section .testimonials-wrapper .testimonials-slider .slick-dots {
    padding-left: 15px;
  }
}

.w-box {
  padding: 70px 10%;
  color: #727272;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
  position: relative;
}
.w-box.mt-neg {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.w-box h3 {
  color: #3E3E3E;
}
.w-box .backlink {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}

.circle-svg {
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  /*@include transform(translateX(-50%));*/
  top: -20vw;
  min-width: 1920px;
  padding: 0;
}
.circle-svg svg {
  width: 100%;
}

.trucks-row {
  gap: 20px 0;
}
.trucks-row .col {
  min-width: 200px;
}

.timeline-wrapper {
  margin-top: -150px;
  background: #F3F3F3;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .timeline-wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.timeline-wrapper .timeline-row {
  position: relative;
  margin-top: -70px;
  flex-wrap: nowrap;
  overflow: visible;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  /* Track */
  /* Handle */
  /*overflow: hidden;*/
}
.timeline-wrapper .timeline-row::-webkit-scrollbar {
  height: 6px;
}
.timeline-wrapper .timeline-row::-webkit-scrollbar-track {
  background: transparent;
}
.timeline-wrapper .timeline-row::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 2px;
}
@media only screen and (max-width: 991px) {
  .timeline-wrapper .timeline-row {
    flex-direction: column;
    margin-top: 0;
  }
}
.timeline-wrapper .timeline-row .tl-arrow {
  position: absolute;
  top: calc(50% - 25px);
  width: 40px;
  z-index: 2;
  cursor: pointer;
}
.timeline-wrapper .timeline-row .tl-arrow .fa {
  font-size: 50px;
  color: #AEAEAE;
}
.timeline-wrapper .timeline-row .tl-arrow:hover .fa {
  color: #2CE886;
}
.timeline-wrapper .timeline-row .tl-arrow.prev {
  left: 0;
}
.timeline-wrapper .timeline-row .tl-arrow.next {
  right: 0;
}
.timeline-wrapper .timeline-row:before {
  content: "";
  position: absolute;
  width: 100%;
  /*border: 2px dashed #AEAEAE;*/
  border: 2px dashed #F3F3F3;
  background: linear-gradient(#F3F3F3, #F3F3F3) padding-box, linear-gradient(90deg, rgba(174, 174, 174, 0.5) 50%, rgba(174, 174, 174, 0) 100%) border-box;
  height: 2px;
  /*border-image-source: linear-gradient(90deg, #AEAEAE -7.86%, rgba(174, 174, 174, 0) 105.63%);*/
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .timeline-wrapper .timeline-row:before {
    width: 2px;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: linear-gradient(#F3F3F3, #F3F3F3) padding-box, linear-gradient(180deg, #AEAEAE 0, rgba(174, 174, 174, 0) 100%) border-box;
  }
}
.timeline-wrapper .timeline-row:after {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 80px;
  top: 0;
  background: linear-gradient(to left, #F3F3F3, rgba(240, 240, 240, 0));
  z-index: 1;
}
.timeline-wrapper .timeline-row .scroller {
  position: relative;
  flex-wrap: nowrap;
  overflow-y: visible;
  overflow-x: auto;
  /*cursor: grab;*/
  display: flex;
  padding: 40px 40px;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  /* Track */
  /* Handle */
  /*overflow: hidden;*/
}
.timeline-wrapper .timeline-row .scroller::-webkit-scrollbar {
  height: 6px;
}
.timeline-wrapper .timeline-row .scroller::-webkit-scrollbar-track {
  background: transparent;
}
.timeline-wrapper .timeline-row .scroller::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 2px;
}
@media only screen and (max-width: 991px) {
  .timeline-wrapper .timeline-row .scroller {
    flex-direction: column;
    margin-top: 0;
  }
}
.timeline-wrapper .timeline-row .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 240px;
}
@media only screen and (max-width: 991px) {
  .timeline-wrapper .timeline-row .col {
    margin-bottom: 50px;
  }
}
.timeline-wrapper .timeline-row .col .info {
  text-align: center;
  min-height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .timeline-wrapper .timeline-row .col .info {
    min-height: unset;
    z-index: 1;
  }
}
.timeline-wrapper .timeline-row .col .info p {
  margin-bottom: 5px;
  color: #727272;
}
.timeline-wrapper .timeline-row .col .info span {
  color: #38383B;
  font-weight: 700;
}
.timeline-wrapper .timeline-row .col .circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #2BE383;
  margin: 20px 0;
  z-index: 1;
}
.timeline-wrapper .timeline-row .col .img-wrapper {
  min-height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .timeline-wrapper .timeline-row .col .img-wrapper {
    min-height: unset;
  }
}
.timeline-wrapper .timeline-row .col .img-wrapper .circle-img {
  border-radius: 50%;
  /*overflow: hidden;*/
  width: 168px;
  height: 168px;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 0 solid transparent;
  position: relative;
}
.timeline-wrapper .timeline-row .col .img-wrapper .circle-img:after, .timeline-wrapper .timeline-row .col .img-wrapper .circle-img:before {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  border-radius: 50%;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  border: 13px solid rgba(201, 201, 201, 0.7);
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}
.timeline-wrapper .timeline-row .col .img-wrapper .circle-img:before {
  top: -38px;
  left: -38px;
  width: calc(100% + 75px);
  height: calc(100% + 75px);
  border-color: rgba(201, 201, 201, 0.4);
}
.timeline-wrapper .timeline-row .col:nth-child(even) {
  flex-direction: column-reverse;
}
@media only screen and (max-width: 991px) {
  .timeline-wrapper .timeline-row .col:nth-child(even) {
    flex-direction: column;
  }
}
.timeline-wrapper .timeline-row .col:nth-child(even) .info {
  justify-content: flex-start;
}
.timeline-wrapper .timeline-row .col:nth-child(even) .circle {
  height: 16px;
  width: 16px;
  margin-bottom: 24px;
}
.timeline-wrapper .timeline-row .col:nth-child(even) .img-wrapper {
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .timeline-wrapper .timeline-row .col:hover .img-wrapper .circle-img {
    width: 259px;
    height: 259px;
    border: 13px solid #2CE886;
  }
  .timeline-wrapper .timeline-row .col:hover .img-wrapper .circle-img:after, .timeline-wrapper .timeline-row .col:hover .img-wrapper .circle-img:before {
    opacity: 1;
    transition-delay: 0.3s;
  }
  .timeline-wrapper .timeline-row .col:hover .img-wrapper .circle-img:before {
    transition-delay: 0.5s;
  }
}

.img-text-section {
  align-items: center;
  position: relative;
}
.img-text-section .bg-img {
  aspect-ratio: 608/687;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
  margin-top: -5vw;
}
@media only screen and (max-width: 991px) {
  .img-text-section .bg-img {
    max-width: 300px;
    margin: 20px auto 20px;
  }
}
.img-text-section p strong {
  color: #38383B;
}

.director-card {
  height: 425px;
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 25px;
}
.director-card:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 0;
  border-radius: 0 4px;
}
@media only screen and (max-width: 991px) {
  .director-card {
    margin-bottom: 20px;
    height: 50vw;
  }
}
.director-card .info {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
}
.director-card span, .director-card p {
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.director-card span {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #2CE886;
  margin: 0 auto;
  /*max-width: 230px;*/
  line-height: 1.1;
  display: block;
}
@media only screen and (max-width: 991px) {
  .director-card span {
    font-size: 15px;
  }
}
.director-card p {
  font-size: 18px;
  margin: 0 auto;
  color: #38383B;
}
@media only screen and (max-width: 991px) {
  .director-card p {
    font-size: 12px;
  }
}

.vmv-wrapper {
  z-index: 1;
  position: relative;
  padding-top: 80px;
  /*display:grid;
  grid-template-rows:1fr;
  grid-template-columns:(1fr, 1fr, 1fr);*/
}
@media only screen and (max-width: 991px) {
  .vmv-wrapper {
    flex-direction: column;
    margin-bottom: -120px;
  }
}
.vmv-wrapper .col {
  margin-bottom: -100px;
}
@media only screen and (max-width: 991px) {
  .vmv-wrapper .col {
    margin-bottom: 20px;
  }
}
.vmv-wrapper .col .card {
  height: 100%;
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 113.128px 90.5026px rgba(0, 0, 0, 0.07), 0px 47.2623px 37.8098px rgba(0, 0, 0, 0.0503198), 0px 25.2687px 20.2149px rgba(0, 0, 0, 0.0417275), 0px 14.1654px 11.3323px rgba(0, 0, 0, 0.035), 0px 7.52314px 6.01851px rgba(0, 0, 0, 0.0282725), 0px 3.13055px 2.50444px rgba(0, 0, 0, 0.0196802);
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  .vmv-wrapper .col .card {
    height: auto;
  }
}
.vmv-wrapper .col .card .card-body {
  padding: 39px 32px;
}
.vmv-wrapper .col .card .card-body .card-title {
  margin-bottom: 20px;
  color: #38383B;
}
.vmv-wrapper .col .card .card-body p {
  color: #727272;
}
.vmv-wrapper .col .card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: #2CE886;
  border-radius: 0px 0px 4px 4px;
}

.sobre-frota {
  padding-top: 300px;
}
@media only screen and (max-width: 991px) {
  .sobre-frota {
    padding-top: 120px;
  }
}

.contactPage .contact-wrapper {
  margin-top: -90px;
  margin-bottom: 80px;
  z-index: 1;
}

.map-outer {
  position: relative;
  padding: 0;
}
.map-outer .map-title {
  position: absolute;
  bottom: 100%;
  left: 30px;
  z-index: 1;
}

.map {
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.outer-units-wrapper {
  padding: 0;
  position: relative;
}
.outer-units-wrapper .title-wrap {
  background: #2CE886;
  padding: 14px 56px;
}
.outer-units-wrapper .title-wrap h4 {
  color: #fff;
  margin: 0;
}
.outer-units-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-image: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #FAFAFA 100%);
  z-index: 1;
}

.units-cards-wrapper {
  padding: 20px 26px;
  height: 75vh;
  max-height: 800px;
  min-height: 650px;
  overflow: auto;
  position: relative;
  /* Track */
  /* Handle */
}
.units-cards-wrapper::-webkit-scrollbar {
  width: 8px;
}
.units-cards-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.units-cards-wrapper::-webkit-scrollbar-thumb {
  background: #2CE886;
  border-radius: 4px;
}
.units-cards-wrapper .card {
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 20px 20px rgba(33, 33, 33, 0.04), 0px 22.3363px 17.4223px rgba(33, 33, 33, 0.0238443), 0px 6.6501px 5.18708px rgba(33, 33, 33, 0.0161557);
  border-radius: 4px;
  color: #595959;
  border-bottom: 6px solid transparent;
  margin-bottom: 20px;
}
.units-cards-wrapper .card.active {
  border-color: #2CE886;
}
.units-cards-wrapper .card .card-body {
  padding: 20px 15% 20px 30px;
}
.units-cards-wrapper .card .card-body h6 {
  color: #47BC7F;
}
.units-cards-wrapper .card .card-body span {
  font-size: 14px;
}
.units-cards-wrapper .card .card-body hr {
  border: 1px solid #d1d1d1;
  opacity: 0.5;
}
.units-cards-wrapper .card .card-body div {
  display: flex;
  padding: 5px 0 0 0;
  align-items: center;
}
.units-cards-wrapper .card .card-body div svg {
  margin-right: 10px;
}
.units-cards-wrapper .card .card-body div p {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .jobs-section .upper-title {
    font-size: 16px;
  }
}

.blog-banners-wrappper {
  padding: 0;
  color: #000;
}
.blog-banners-wrappper .blog-banners h2 {
  font-size: 36px;
}
.blog-banners-wrappper .blog-banners p {
  max-width: 357px;
}

.banner-section.blog {
  /*height: calc(55vh + 100px);*/
  /*        height: 586px;*/
}

.bg:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../scss/DSC_6118.jpg);
}
.bg img {
  width: 100%;
  height: 100%;
}

.blog-banners {
  margin-bottom: 0 !important;
}
.blog-banners .banner-section .row {
  /*height: 50vh;*/
}
.blog-banners .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2CE886;
}
.blog-banners .slick-arrow svg {
  width: 20px;
}
.blog-banners .slick-arrow:hover {
  background-color: #2DB26D;
}
.blog-banners .slick-prev {
  left: 12vw !important;
}
@media only screen and (max-width: 991px) {
  .blog-banners .slick-prev {
    left: 15px !important;
  }
}
.blog-banners .slick-next {
  right: 12vw !important;
}
@media only screen and (max-width: 991px) {
  .blog-banners .slick-next {
    right: 15px !important;
  }
}
.blog-banners .slick-active {
  position: relative;
  z-index: 1;
}
.blog-banners .slick-dots {
  bottom: 60px !important;
  left: 0;
  right: 0;
  justify-content: center;
  width: 100%;
  display: flex;
}
.blog-banners .slick-dots li, .blog-banners .slick-dots li button {
  width: 40px;
  height: 6px !important;
  padding: 0;
}
.blog-banners .slick-slide {
  height: 100%;
}

.banner-text {
  padding-top: 30px;
}
.banner-text .color-green {
  margin-bottom: 0px;
  color: #2DB26D;
  /*font-size: 12px;*/
}
.banner-text h2 {
  font-weight: 700;
  font-size: 48px !important;
}

.blog-wrapper {
  background-color: #F2F2F2;
  padding: 0;
}
.blog-wrapper .blog {
  position: relative !important;
  align-items: stretch;
}
@media only screen and (max-width: 991px) {
  .blog-wrapper .blog {
    flex-direction: column;
  }
}
.blog-wrapper .blog p {
  margin-bottom: 0px;
}
.blog-wrapper .blog .blog-category {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .blog-wrapper .blog .blog-category {
    justify-content: center;
  }
}
.blog-wrapper .blog .blog-category p {
  padding: 6px 28px;
  font-size: 12px;
  color: #47A06F;
  background: #E2F4EA;
  border-radius: 36px;
  margin-bottom: 0px;
}
.blog-wrapper .blog .btn {
  padding: 6px 24px;
  text-decoration: none !important;
}
.blog-wrapper .blog .blog-text-title {
  margin: 3px 0 16px;
  font-size: 28px;
  font-weight: 700;
}
.blog-wrapper .blog .flex-column .blog-info {
  padding: 30px;
  position: relative;
}

.bottom-p {
  /*width: 65.3%;*/
  width: 100%;
  /*margin-left: -4.9%;*/
  background: #F0F0F0;
  left: 0;
  box-shadow: 0px 100px 78px rgba(33, 33, 33, 0.04), 0px 22.3363px 17.4223px rgba(33, 33, 33, 0.0238443), 0px 6.6501px 5.18708px rgba(33, 33, 33, 0.0161557);
}
@media only screen and (max-width: 991px) {
  .bottom-p {
    width: 100%;
    margin-left: 0;
    background: #f0f0f0;
    text-align: center;
  }
}
.bottom-p p {
  padding: 10px;
  margin-left: 4%;
  color: #727272;
}
@media only screen and (max-width: 991px) {
  .bottom-p p {
    margin-left: 0;
  }
}

.p-bannerText p {
  margin: 0 auto;
}
.p-bannerText p:first-child {
  font-size: 24px;
  font-weight: 700;
}

.news-img {
  /*max-width: 448px !important;*/
  /*height:100%;*/
  border-radius: 4px 0px 0px 4px !important;
  /*width: 50%;*/
  /*display:block;*/
}
@media only screen and (max-width: 991px) {
  .news-img {
    min-height: 250px;
    width: 100%;
  }
}
.news-img img {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .news-img img {
    width: 100%;
  }
}

.news-text {
  padding-right: 20%;
  /*width:50%;*/
}
@media only screen and (max-width: 991px) {
  .news-text {
    padding-right: 15px;
    text-align: center;
  }
}
.news-text .news-text-title {
  font-size: 36px;
  font-weight: 700;
}
.news-text a {
  text-decoration: underline;
}
.news-text .news-category p {
  padding: 6px 28px;
  font-size: 10px;
  background: #F4F4F4;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .blog {
    flex-direction: column !important;
  }
}
.blog > .news-img {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .blog > .news-img {
    width: 100%;
  }
}
.blog > .d-flex {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .blog > .d-flex {
    width: 100%;
  }
}

.filters-row {
  color: #727272;
  margin: 50px 0 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D8D8D8;
  align-items: center;
}
.filters-row .filter-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filters-row .filter-wrapper span {
  font-weight: bold;
  color: #010101;
  min-width: 100px;
}
.filters-row .filter-wrapper input {
  margin-left: 15px;
  max-width: 160px;
}
.filters-row .filter-wrapper select {
  margin-left: 15px;
  max-width: 160px;
}
@media only screen and (max-width: 991px) {
  .filters-row .filter-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .filters-row .filter-wrapper input, .filters-row .filter-wrapper select {
    margin-bottom: 7px;
  }
}

.blog-post .cats-wrapper {
  padding-bottom: 10px;
}
.blog-post .cats-wrapper a {
  background: #E2F4EA;
  border-radius: 36px;
  padding: 4px 16px;
  margin: 0 4px;
  color: #2DB26D;
}
.blog-post .post-content .col-12 {
  background: #FFFFFF;
  border-radius: 8px;
  margin-top: -100px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
  padding: 60px 0;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-post .post-content .col-12 p {
  max-width: 558px;
  margin: 0 auto 40px;
  text-align: left;
  color: #727272;
}
.blog-post .post-content .col-12 img {
  margin: 0 auto 40px !important;
}
@media only screen and (max-width: 991px) {
  .blog-post .banner-section.minh .row {
    min-height: unset;
    padding-top: 150px;
  }
}
.blog-post .backlink {
  color: #fff;
  position: relative;
  padding: 0 0 30px calc(6% - 30px);
}
@media (max-width: 1570px) {
  .blog-post .backlink {
    padding: 0 0 130px calc(6% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .backlink {
    padding: 0 0 130px 30px;
  }
}

.servicos-banners-wrappper {
  padding: 140px 0 0;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .servicos-banners-wrappper {
    padding: 90px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .servicos-banners-wrappper .banner-text {
    padding: 0 150px 0 30px;
  }
}
.servicos-banners-wrappper .bg {
  z-index: 0;
  width: 0;
  height: 0;
  border-left: 70em solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 62em solid #2CE886;
}
@media only screen and (max-width: 991px) {
  .servicos-banners-wrappper .bg {
    border-left: 15em solid transparent;
    border-bottom: 100vh solid #2ce886;
  }
}

@media only screen and (max-width: 991px) {
  .services-container {
    padding: 0;
  }
}

.informations-wrapper {
  justify-content: center;
  gap: 58px;
}
@media only screen and (max-width: 991px) {
  .informations-wrapper {
    align-items: center;
  }
}
.informations-wrapper .information-nav {
  max-width: 250px;
  box-shadow: 0px 113.128px 90.5026px rgba(0, 0, 0, 0.07), 0px 47.2623px 37.8098px rgba(0, 0, 0, 0.0503198), 0px 25.2687px 20.2149px rgba(0, 0, 0, 0.0417275), 0px 14.1654px 11.3323px rgba(0, 0, 0, 0.035), 0px 7.52314px 6.01851px rgba(0, 0, 0, 0.0282725), 0px 3.13055px 2.50444px rgba(0, 0, 0, 0.0196802);
  border-radius: 111.997px;
  padding: 15px 15px;
  min-width: 220px;
  text-align: center;
  background: #fff;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.informations-wrapper .information-nav p {
  line-height: 53px;
  color: #38383B;
  font-size: 59px;
  font-weight: 700;
  margin: 0 auto;
}
.informations-wrapper .information-nav span {
  font-size: 20px;
  color: #2CE886;
  font-weight: 500;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.informations-wrapper .information-nav:hover {
  background-color: #2CE886;
}
.informations-wrapper .information-nav:hover span {
  color: #fff;
}

.services-row .truck-img {
  position: absolute;
  /*height: 527px;*/
  top: 141.13px;
}
@media only screen and (max-width: 991px) {
  .services-row .truck-img {
    height: 248px;
    width: auto;
    left: unset;
    right: -200px;
  }
}
.services-row .services-btns .btn {
  max-width: 292px;
  width: 100%;
}

.services-page {
  padding: 0 8%;
  min-height: 400px;
  margin-top: 50px;
}
.services-page .btn {
  background: #FFFFFF;
  box-shadow: 0px 113.128px 90.5026px rgba(0, 0, 0, 0.07), 0px 47.2623px 37.8098px rgba(0, 0, 0, 0.0503198), 0px 25.2687px 20.2149px rgba(0, 0, 0, 0.0417275), 0px 14.1654px 11.3323px rgba(0, 0, 0, 0.035), 0px 7.52314px 6.01851px rgba(0, 0, 0, 0.0282725), 0px 3.13055px 2.50444px rgba(0, 0, 0, 0.0196802);
  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: calc(33.33% - 30px);
  margin: 43px 13px 43px 0;
  justify-content: flex-start;
  padding: 20px 35px;
  border-radius: 90px;
  border-width: 4px;
  border-color: #fff;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .services-page .btn {
    margin: 43px 0px 1px 0;
  }
}
.services-page .btn span {
  color: #545454;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.services-page .btn svg, .services-page .btn img {
  margin-right: 20px;
  height: 64px;
}
.services-page .btn:hover, .services-page .btn.active {
  border-color: #F5821F;
  box-shadow: 0px 113.128px 90.5026px rgba(0, 0, 0, 0.1), 0px 47.2623px 37.8098px rgba(0, 0, 0, 0.1), 0px 25.2687px 20.2149px rgba(0, 0, 0, 0.1), 0px 14.1654px 11.3323px rgba(0, 0, 0, 0.1), 0px 7.52314px 6.01851px rgba(0, 0, 0, 0.2), 0px 3.13055px 2.50444px rgba(0, 0, 0, 0.2);
}
.services-page .btn:hover span, .services-page .btn.active span {
  color: #F5821F;
}

.img-cases {
  width: 100%;
}

.max-btns {
  max-width: 292px !important;
}

.news .news-img {
  max-width: 654px;
  max-height: 334px;
  border-radius: 50px;
}
.news .news-img img {
  width: 100%;
}
.news .news-text .news-text-title {
  font-size: 36px;
  font-weight: 700;
}
.news .news-text a {
  text-decoration: underline;
}
.news .news-text .news-category p {
  padding: 6px 28px;
  font-size: 10px;
  background: #F4F4F4;
  border-radius: 10px;
}

.frotas-banner {
  position: relative;
  overflow: visible;
  padding-top: 280px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 991px) {
  .frotas-banner {
    padding-top: 150px;
  }
  .frotas-banner.mt-5 {
    margin-top: 0 !important;
  }
}
.frotas-banner .truck-img {
  position: absolute;
  right: 0;
  top: 150px;
  height: 675px;
  width: auto;
  padding: 0;
}
@media (max-width: 1750px) {
  .frotas-banner .truck-img {
    right: -200px;
  }
}
@media (max-width: 1570px) {
  .frotas-banner .truck-img {
    height: 575px;
    right: -370px;
    width: auto !important;
    max-width: unset !important;
  }
}
@media only screen and (max-width: 991px) {
  .frotas-banner .title {
    margin-bottom: 100px;
  }
  .frotas-banner .truck-img {
    top: 200px;
    right: -170px;
    height: 300px;
    width: auto !important;
    max-width: unset !important;
  }
}
@media only screen and (max-width: 575px) {
  .frotas-banner .title {
    margin-bottom: 100px;
  }
  .frotas-banner .truck-img {
    top: 280px;
    right: -170px;
    height: 240px;
    width: auto;
  }
}

.profiles-wrapper {
  padding: 0 0 100px;
}
.profiles-wrapper .profile-item {
  align-items: center;
  display: flex;
  margin: 30px 0;
}
.profiles-wrapper .profile-item .img {
  border-radius: 50%;
  overflow: hidden;
  height: 120px;
  width: 120px;
  min-width: 120px;
}
.profiles-wrapper .profile-item .info {
  padding: 10px;
}
.profiles-wrapper .profile-item .info span {
  color: #727272;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .frotas-wrapper .row {
    border-bottom: 30px;
  }
}
.frotas-wrapper .row:nth-child(even) .col-12:last-child {
  order: -1;
}
@media only screen and (max-width: 991px) {
  .frotas-wrapper .row:nth-child(even) .col-12:last-child {
    order: unset;
  }
}
.frotas-wrapper .col-12 {
  /*height:100%;*/
}
.frotas-wrapper .bordered-col {
  /*padding: 70px 40px 70px 0;*/
  padding-right: 40px;
  padding-left: 0;
  border-left: 1px solid rgba(56, 56, 59, 0.25);
  height: 525px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .frotas-wrapper .bordered-col {
    height: auto;
  }
}
.frotas-wrapper .bordered-col p {
  color: #727272;
}
.frotas-wrapper .bordered-col hr {
  border-top-color: #38383B !important;
}
.frotas-wrapper table {
  color: #727272;
  width: 100%;
}
.frotas-wrapper table th {
  font-weight: 400;
}
.frotas-wrapper table tr {
  border-bottom: 1px solid rgba(56, 56, 59, 0.25);
}
.frotas-wrapper table tr th, .frotas-wrapper table tr td {
  padding: 15px 20px 15px 0;
}
.frotas-wrapper table tr td:first-child {
  font-weight: 700;
  color: #38383B;
}
.frotas-wrapper table tr:last-child {
  border: none;
}

.carretas-nav {
  border-bottom: 1px solid rgba(56, 56, 59, 0.2);
  display: flex;
  padding-top: 60px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .carretas-nav {
    padding-top: 20px;
    border-bottom: none;
    flex-wrap: wrap;
  }
}
.carretas-nav .c-item {
  padding: 30px 0;
  width: 20%;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: -3px;
}
@media only screen and (max-width: 991px) {
  .carretas-nav .c-item {
    min-width: 120px;
    padding: 15px 0;
    margin-bottom: 10px;
  }
}
.carretas-nav .c-item.active {
  border-bottom: 6px solid #2CE886;
}

.carretas-slider .carreta-slide {
  padding-top: 0;
}
.carretas-slider .carreta-slide p {
  color: #727272;
  max-width: 286px;
}
.carretas-slider .carreta-slide .img {
  width: 100%;
}
.carretas-slider .carreta-slide .img img {
  width: 100%;
  height: auto;
}

.backlink {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  padding: 5px;
  color: #595959;
}
.backlink svg {
  margin-right: 8px;
}

.seminew-main-row {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .seminew-main-row {
    /*flex-direction: column-reverse;*/
  }
}

.imgs-slider {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}
.imgs-slider .img {
  min-height: 605px;
}
@media only screen and (max-width: 991px) {
  .imgs-slider .img {
    min-height: unset;
    aspect-ratio: 920/605;
    width: 100%;
    max-height: 500px;
  }
}

.imgs-slider-nav {
  display: flex;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: -20px;
}
@media only screen and (max-width: 991px) {
  .imgs-slider-nav {
    flex-wrap: wrap;
    position: relative;
    margin: 10px 0 0 -10px;
  }
}
.imgs-slider-nav li {
  width: 80px;
  height: 80px;
  margin-right: 12px;
  border: 3px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  filter: brightness(40%) grayscale(50%);
}
@media only screen and (max-width: 991px) {
  .imgs-slider-nav li {
    width: 40px;
    height: 40px;
  }
}
.imgs-slider-nav li button {
  display: none;
}
.imgs-slider-nav li.slick-active {
  border-color: #2DB26D;
  filter: none;
}

.details-card {
  background: #F2F3F4;
  border-radius: 8px;
  padding: 60px 140px;
  color: #595959;
}
@media only screen and (max-width: 991px) {
  .details-card {
    padding: 40px 20px;
  }
}
.details-card h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #121212;
}
.details-card .inner-infos {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .details-card .inner-infos {
    padding: 40px 0 20px;
  }
}
.details-card .inner-infos .info {
  display: flex;
  flex-direction: column;
  min-width: 120px;
}
@media only screen and (max-width: 991px) {
  .details-card .inner-infos .info {
    margin-bottom: 20px;
  }
}
.details-card .inner-infos .info strong {
  color: #06011A;
}
.details-card ul {
  padding-left: 20px;
}

.floating-card-outer {
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  transition-property: position;
}
.floating-card-outer.fixed {
  position: fixed !important;
  top: 120px !important;
  right: 75px !important;
  padding-left: 62px !important;
}
.floating-card-outer.absolute {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .floating-card-outer {
    margin-bottom: 30px;
  }
  .floating-card-outer.fixed, .floating-card-outer.absolute {
    position: relative !important;
    top: unset !important;
    right: unset !important;
    padding-left: 12px !important;
  }
}

.floating-card {
  background: #F2F3F4;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  min-height: 605px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floating-card .share-btn {
  border: 1px solid #E6E8EA;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.floating-card .share-btn svg {
  height: 20px;
}
.floating-card .infos {
  padding: 80px 30px 60px;
}
.floating-card .infos h4 {
  margin-bottom: 5px;
  font-weight: normal;
  color: #121212;
}
.floating-card .infos .price {
  font-size: 24px;
  color: #595959;
}
.floating-card .infos p {
  color: #595959;
}
.floating-card .infos p strong {
  color: #121212;
  /*font-weight:700;*/
}
.floating-card .contact {
  background-color: #2DB26D;
  text-align: center;
  padding: 44px;
  display: flex;
  flex-direction: column;
}
.floating-card .contact .btn svg {
  width: 22px;
  height: 22px;
}

.vagas-page header {
  padding-left: 0;
  padding-top: 5px;
}
.vagas-page header .container-fluid {
  padding-left: 0;
}
.vagas-page header .navbar-brand svg path.transp {
  fill: #fff;
}
.vagas-page header .col:first-child {
  margin-right: 100px;
}
@media only screen and (max-width: 991px) {
  .vagas-page header .col:first-child {
    margin-right: 0;
  }
}
.vagas-page .blog-relateds {
  position: relative;
  z-index: 2;
}
.vagas-page .floating-card-outer {
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  transition-property: position;
}
.vagas-page .floating-card-outer.fixed {
  top: 120px !important;
  right: -5px !important;
  padding-left: 62px !important;
}
@media only screen and (max-width: 991px) {
  .vagas-page .floating-card-outer.fixed {
    position: relative !important;
    bottom: unset !important;
    top: unset !important;
    right: unset !important;
  }
}
.vagas-page .floating-card-outer.absolute {
  bottom: 100px;
  right: -50px !important;
}
@media only screen and (max-width: 991px) {
  .vagas-page .floating-card-outer.absolute {
    position: relative !important;
  }
}
@media only screen and (max-width: 991px) {
  .vagas-page .floating-card-outer {
    position: relative !important;
    margin-bottom: 30px;
  }
  .vagas-page .floating-card-outer.fixed, .vagas-page .floating-card-outer.absolute {
    padding-left: 12px !important;
    bottom: unset;
    top: unset;
    right: unset !important;
  }
}

.vagas-wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .vagas-wrapper .vaga-content-outer {
    flex-direction: column-reverse;
  }
}
.vagas-wrapper .left-col {
  position: fixed;
  height: 100%;
  width: 155px;
  background: #212121;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-top: 140px;
  align-items: center;
}
.vagas-wrapper .left-col .hash {
  width: 67px;
}
.vagas-wrapper .left-col .selo {
  width: 107px;
}
.vagas-wrapper .left-col hr {
  margin: 60px 0 40px 0;
  border: 1px solid #D6D6D6;
  width: 57px;
}
@media only screen and (max-width: 991px) {
  .vagas-wrapper .left-col {
    position: relative;
    width: 100%;
    padding: 120px 20px 20px;
  }
  .vagas-wrapper .left-col .selo, .vagas-wrapper .left-col hr {
    display: none;
  }
  .vagas-wrapper .left-col .hash {
    width: 42px;
    transform: rotate(90deg);
    z-index: -1;
    margin-top: calc(-50% + 30px);
    margin-bottom: calc(-50% + 30px);
  }
}
.vagas-wrapper > .row {
  padding-left: 155px;
}
@media only screen and (max-width: 991px) {
  .vagas-wrapper > .row {
    padding-left: 0;
  }
}
.vagas-wrapper .sidebar {
  padding-top: 50px;
  padding-left: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .vagas-wrapper .sidebar {
    max-height: unset;
    padding-top: 50px;
  }
}
.vagas-wrapper .sidebar p {
  font-weight: 700;
  color: #38383B;
  max-width: 225px;
}
.vagas-wrapper .sidebar .input-group {
  border: none;
  background: #E3E6E8;
  color: #595959;
  border-radius: 4px;
}
.vagas-wrapper .sidebar .input-group input {
  background: #E3E6E8;
}
.vagas-wrapper .sidebar .input-group .input-group-text {
  background: #E3E6E8;
  border: none;
}
.vagas-wrapper .sidebar h4 {
  font-weight: 700;
  margin: 40px 0;
}
.vagas-wrapper .vagas-container {
  padding: 110px 0 60px;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
}
@media only screen and (max-width: 991px) {
  .vagas-wrapper .vagas-container {
    padding: 20px 0 20px;
  }
}
.vagas-wrapper .vagas-container::-webkit-scrollbar {
  width: 8px;
}
.vagas-wrapper .vagas-container::-webkit-scrollbar-track {
  background: transparent;
}
.vagas-wrapper .vagas-container::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border-radius: 2px;
}
.vagas-wrapper .vagas-container .filter-row {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  position: relative;
}
.vagas-wrapper .vagas-container .filter-row select {
  border: 1px solid #E3E6E8;
  border-radius: 4px;
  padding: 10px;
  min-width: 330px;
}
.vagas-wrapper .vagas-container .filter-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc(100% - 80px);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.vagas-wrapper .vagas-container .vagas-list {
  padding: 10px 50px;
}
@media only screen and (max-width: 991px) {
  .vagas-wrapper .vagas-container .vagas-list {
    padding: 10px 30px;
  }
}
.vagas-wrapper .vagas-container .vagas-list .vaga-item {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .vagas-wrapper .vagas-container .vagas-list .vaga-item {
    padding: 20px 0;
  }
}
.vagas-wrapper .vagas-container .vagas-list .vaga-item:hover {
  border-bottom: 1px solid rgb(0, 0, 0);
}
.vagas-wrapper .vagas-container .vagas-list .vaga-item:hover h5 {
  text-decoration: underline;
}
.vagas-wrapper .vagas-container .vagas-list .vaga-item:hover .img {
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}
.vagas-wrapper .vagas-container .vagas-list .vaga-item .img {
  width: 211px;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 139px;
}
.vagas-wrapper .vagas-container .vagas-list .vaga-item .info {
  color: #939393;
  padding-left: 33px;
}
.vagas-wrapper .vagas-container .vagas-list .vaga-item .info h5 {
  color: #38383B;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 0;
}
.vagas-wrapper .vagas-container .vagas-list .vaga-item .info .cargo {
  color: #000000;
}
.vagas-wrapper .vagas-container .vagas-list .vaga-item .info p {
  margin: 5px 0;
}
.vagas-wrapper .banner-section {
  position: relative;
  color: #fff;
}
.vagas-wrapper .banner-section .bottom-btns {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 1;
}
.vagas-wrapper .banner-section .bottom-btns .btn {
  border: none;
  margin-left: 25px;
}
.vagas-wrapper .banner-section .bottom-btns .btn span {
  color: #202121;
}
.vagas-wrapper .banner-section .bottom-btns .btn svg {
  width: 18px;
}
.vagas-wrapper .banner-section .bottom-btns .btn svg path {
  fill: #202121;
}
.vagas-wrapper .benef-banner {
  padding: 45px;
  text-align: center;
  margin-top: 50px;
}
.vagas-wrapper .benef-banner p {
  max-width: 640px;
  margin: 20px auto 0 auto;
  color: #727272;
}

.vaga-content-spacing {
  padding-left: 140px;
}
@media only screen and (max-width: 991px) {
  .vaga-content-spacing {
    padding-left: 30px;
  }
}
.vaga-content-spacing.col-12 {
  padding: 52px 30px 52px 140px;
}
@media only screen and (max-width: 991px) {
  .vaga-content-spacing.col-12 {
    padding: 0 40px 40px;
  }
}

.vaga-content {
  color: #727272;
}

.details-wrapper {
  padding: 42px;
  color: #000;
}
.details-wrapper h6 {
  color: #000;
}
.details-wrapper .item {
  display: flex;
  padding: 10px 0;
}
.details-wrapper .item span:first-child {
  min-width: 120px;
}
.details-wrapper .item span:last-child {
  color: #727272;
}
.details-wrapper hr {
  margin: 10px 0;
}
.details-wrapper .btns {
  margin-top: 15px;
}
.details-wrapper .btns .btn {
  margin-right: 15px;
}

.beneficios-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.beneficios-wrapper .benef-item {
  background: #202121;
  display: flex;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .beneficios-wrapper .benef-item {
    flex-direction: column;
    justify-content: space-between;
  }
  .beneficios-wrapper .benef-item .info, .beneficios-wrapper .benef-item .img {
    width: 100% !important;
    height: auto;
  }
}
.beneficios-wrapper .benef-item .info {
  color: #FAFAFA;
  display: flex;
  align-items: flex-end;
  padding: 23px 15px;
  font-weight: 700;
  width: 50%;
}
.beneficios-wrapper .benef-item .img {
  width: 50%;
  height: 174px;
}

.vagabanner .backlink {
  color: #fff;
  position: relative;
  padding: 0 0 30px calc(6% - 30px);
}
@media (max-width: 1570px) {
  .vagabanner .backlink {
    padding: 0 0 30px calc(6% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .vagabanner .backlink {
    padding: 0 0 30px 30px;
  }
}

.pagination .active {
  color: #fff !important;
  background: #2DB26D;
}

.table-wrapper {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .table-wrapper {
    overflow-x: auto;
    /*overflow-y: hidden;*/
  }
}
.table-wrapper table {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.table-wrapper table thead th {
  background: #2CE886;
  color: #fff;
  padding: 10px 20px;
}
.table-wrapper table tbody {
  width: 100%;
}
.table-wrapper table tbody tr td {
  background: #fff;
  padding: 10px 20px;
  color: #727272;
  min-width: 150px;
}
@media only screen and (max-width: 991px) {
  .table-wrapper table tbody tr td {
    font-size: 14px;
  }
}
.table-wrapper table tbody tr:nth-child(even) td {
  background: #ECECEC;
}
@media only screen and (max-width: 991px) {
  .pm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.diversity-content {
  background: #fff;
  border-radius: 8px;
  margin-top: -80px;
  margin-bottom: -80px;
  position: relative;
  padding: 90px 10vw 60px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .diversity-content {
    padding: 50px 20px 30px;
    margin-bottom: -20px;
  }
}

.diversity-banner {
  margin-bottom: -60px;
}
@media only screen and (max-width: 991px) {
  .diversity-banner {
    margin-bottom: 0;
  }
}

.cheque-wrapper {
  max-width: 1217px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cheque-wrapper .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.06;
  /*bottom:0;*/
}
.cheque-wrapper .bg:after {
  display: none;
}
.cheque-wrapper .bg svg {
  height: 100%;
}
.cheque-wrapper .text-start {
  padding: 10px 30px;
}
.cheque-wrapper .text-start img {
  height: 110px;
}
@media only screen and (max-width: 575px) {
  .cheque-wrapper .text-start img {
    height: 80px;
  }
}
.cheque-wrapper .detail {
  background: #2CE886;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 120px;
  text-align: left;
  display: inline-flex;
  align-items: center;
}
.cheque-wrapper .detail h5, .cheque-wrapper .detail h4 {
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .cheque-wrapper .detail {
    width: 45%;
    height: 90px;
  }
}
.cheque-wrapper .detail:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  border-top: 120px solid #2CE886;
  border-left: 70px solid transparent;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 575px) {
  .cheque-wrapper .detail:before {
    border-top: 90px solid #2CE886;
  }
}
.cheque-wrapper .row, .cheque-wrapper .col-12 {
  z-index: 1;
  position: relative;
}
.cheque-wrapper .row .sm-text, .cheque-wrapper .col-12 .sm-text {
  color: #000;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.cheque-wrapper form {
  padding: 80px 15% 40px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .cheque-wrapper form {
    padding: 60px 20px;
  }
}
.cheque-wrapper form .d-flex {
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .cheque-wrapper form .d-flex {
    flex-wrap: wrap;
  }
}
.cheque-wrapper form .input-group:last-child {
  max-width: 287px;
}
@media only screen and (max-width: 575px) {
  .cheque-wrapper form .input-group:last-child {
    max-width: unset;
  }
}
.cheque-wrapper form .input-group .form-control, .cheque-wrapper form .input-group .input-group-text {
  background-color: #F4F4F4;
  border-color: transparent;
}

.avisos-wrapper {
  background: #cccccc;
  padding: 30px;
  border-radius: 30px;
  margin-left: 30px;
}

.tiles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.tiles-grid.two-cols {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .tiles-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .tiles-grid {
    grid-template-columns: 1fr;
  }
}

.banner-section .w-box.linksfrete {
  text-align: left;
  padding: 0 !important;
  overflow: hidden;
}
.banner-section .w-box.linksfrete .box-header {
  padding: 20px;
  align-items: center;
  display: flex;
  color: #3E3E3E;
  gap: 12px;
}
.banner-section .w-box.linksfrete .box-header h4 {
  flex-grow: 2;
  color: #3E3E3E;
  margin: 0;
}
.banner-section .w-box.linksfrete .box-header .back-link {
  color: #2db26d;
  font-size: 24px;
  font-weight: bold;
}
.banner-section .w-box.linksfrete .box-header .d-flex {
  align-items: flex-end;
}
.banner-section .w-box.linksfrete .box-body {
  background: #E9ECEF;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px;
  gap: 20px;
}
.banner-section .w-box.linksfrete .box-body .link-btn {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  color: #3E3E3E;
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-section .w-box.linksfrete .box-fichas {
  background: #E9ECEF;
  padding: 40px 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.banner-section .w-box.linksfrete .box-fichas .card {
  border-radius: 10px;
  background: #fff;
  padding: 40px 20px;
  border: none;
  position: relative;
}
.banner-section .w-box.linksfrete .box-fichas .card .corner-info {
  position: absolute;
  top: 4px;
  right: 9px;
  font-size: 14px;
  display: flex;
  gap: 10px;
}
.banner-section .w-box.linksfrete .box-fichas .card .corner-info #currentTime {
  min-width: 140px;
  display: block;
}
.banner-section .w-box.linksfrete .box-fichas .card .corner-info span {
  color: #9F9F9F;
}
@media (max-width: 1024px) {
  .banner-section .w-box.linksfrete .box-fichas .card .corner-info {
    position: relative;
    top: unset;
    right: unset;
  }
}
.banner-section .w-box.linksfrete .box-fichas .card h1, .banner-section .w-box.linksfrete .box-fichas .card h2, .banner-section .w-box.linksfrete .box-fichas .card h3, .banner-section .w-box.linksfrete .box-fichas .card h4, .banner-section .w-box.linksfrete .box-fichas .card h5, .banner-section .w-box.linksfrete .box-fichas .card h6 {
  color: #727272;
}
.banner-section .w-box.linksfrete .box-fichas .card p, .banner-section .w-box.linksfrete .box-fichas .card span {
  color: #3E3E3E;
}

#fotoMotoristaImg {
  border-radius: 12px;
}

.w-box-screen {
  padding-top: 140px;
  padding-bottom: 40px;
}

.inline-form {
  padding: 10px 30px 10px 30px;
  gap: 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #E9ECEF;
  flex-wrap: wrap;
}
.inline-form label {
  font-size: 14px;
}
.inline-form label .text-danger {
  min-height: 1rem;
  display: inline-block;
}
.inline-form .btn {
  min-width: 150px;
}

#checklistList {
  column-count: 2;
}

.cheklist-wrapper {
  background: #E9ECEF;
  display: grid;
  grid-template-columns: 180px 180px;
  padding: 20px 10px;
  border-radius: 10px;
  margin-top: 10px;
}
.cheklist-wrapper .form-check {
  margin-bottom: 8px;
}
.cheklist-wrapper .form-check .form-check-label {
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
}
.cheklist-wrapper .form-check .form-check-input {
  background: #fff;
  border: 1px solid #727272;
  cursor: pointer;
}
.cheklist-wrapper .form-check .form-check-input:checked {
  background: #2db26d;
  border-color: #2db26d;
}

.motorista-info {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 10px;
}
.motorista-info h5 {
  margin: 0;
  font-size: 14px;
}
.motorista-info p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.card-frete {
  margin-top: 1rem;
}

.peso-chegada {
  font-size: 1.5rem !important;
  color: green !important;
  /*font-weight: bold;*/
  text-align: right;
}

.checklist-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}

.checklist-item i {
  color: green;
  margin-right: 0.5rem;
}

.carta-frete-comp .form-check .form-check-input, .tables-wrapper .form-check .form-check-input, .carta-frete-wrapper .form-check .form-check-input {
  background: #fff;
  border: 1px solid #727272;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
}
.carta-frete-comp .form-check .form-check-input:checked, .tables-wrapper .form-check .form-check-input:checked, .carta-frete-wrapper .form-check .form-check-input:checked {
  /*background: #2db26d;*/
  /*border-color: #2db26d;*/
}
.carta-frete-comp .form-check .form-check-input:checked:after, .tables-wrapper .form-check .form-check-input:checked:after, .carta-frete-wrapper .form-check .form-check-input:checked:after {
  content: "\f26a";
  color: #2db26d;
  font-family: bootstrap-icons !important;
  position: absolute;
  top: -5px;
  left: -1px;
  font-size: 16px;
}

.filters-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  gap: 18px;
  padding-bottom: 16px;
}
.filters-wrapper .form-check {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  display: flex !important;
  gap: 8px;
  align-items: center;
}
.filters-wrapper .flex-grow {
  flex-grow: 1;
}
.filters-wrapper .back-link {
  color: #2db26d;
  font-size: 24px;
}
.filters-wrapper svg {
  width: 32px;
  height: 32px;
}
.filters-wrapper h5 {
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3e3e3e !important;
  margin-bottom: 0;
}

.carta-frete-comp.tab-content {
  padding-top: 20px;
}

.tables-wrapper .form-check, .carta-frete-comp .form-check {
  display: inline-block;
  margin: 0 auto;
  width: 17px;
  height: 17px;
  min-width: unset;
  min-height: unset;
  padding: 0 !important;
  cursor: pointer;
}
.tables-wrapper .form-check .form-check-input, .carta-frete-comp .form-check .form-check-input {
  margin: 0 !important;
}

.carta-frete-wrapper {
  background: #E9ECEF;
  padding: 20px;
  border-radius: 10px;
  text-align: right;
}
.carta-frete-wrapper .carta-frete-col {
  max-width: 400px;
  /*margin-left: auto;*/
}
.carta-frete-wrapper .carta-frete-col.calculo-wrapper {
  max-width: unset;
  /*margin-left: auto;*/
}
.carta-frete-wrapper .carta-frete-col hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.carta-frete-wrapper .carta-frete-col .input-group {
  /*margin-left: auto;*/
  max-width: 300px;
}
.carta-frete-wrapper .text-sm {
  font-size: 14px;
}
.carta-frete-wrapper .text-sm.text-alert {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #b10000 !important;
  margin-top: 16px !important;
  display: block;
}
.carta-frete-wrapper .text-green {
  font-size: 1.5rem !important;
  color: green !important;
}
.carta-frete-wrapper p {
  margin-bottom: 1rem;
}
.carta-frete-wrapper button.btn {
  min-width: 100px;
  margin: 10px 0;
}

.calculo-wrapper span {
  font-size: 18px;
}
.calculo-wrapper .mb-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.calculo-wrapper .mb-2 .text-muted {
  font-size: 14px;
}
.calculo-wrapper .mb-2 span:last-child {
  min-width: 70px;
}
.calculo-wrapper hr {
  max-width: 360px;
  margin: 0 0 0 auto;
}

.fatura-frete-table {
  overflow-x: auto;
  max-height: calc(100vh - 400px);
  min-height: 400px;
}
.fatura-frete-table table {
  margin-top: 0 !important;
  /*margin-bottom: 10px !important;*/
}
.fatura-frete-table table tr {
  cursor: pointer;
}
.fatura-frete-table table tr.active td {
  background: #eee;
}
.fatura-frete-table table tr:hover td {
  background: #ddd;
}
.fatura-frete-table table td {
  white-space: nowrap;
  padding: 8px 16px !important;
}
.fatura-frete-table table td:first-child {
  padding: 16px 16px 8px 16px !important;
}

.min-h-20 {
  min-height: 20px;
}

.agendamento-btns .link-btn {
  cursor: pointer;
  transition: 0.3s ease;
  border: 2px solid transparent;
}
.agendamento-btns .link-btn.selected {
  background-color: #2db26d !important;
  color: #fff !important;
}
.agendamento-btns .link-btn:hover {
  border-color: #2db26d;
  box-shadow: rgba(30, 50, 30, 0.3) 0 0 10px;
}
