* html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: 'GothamNarrow-Book';
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
}
header {
  background-color: transparent;
  border-top: 3px solid #ff4c00;
}
.logo {
  margin-top: 8px;
}
nav {
  padding-top: 30px !important;
}
nav ul li {
  display: inline;
}
nav ul li a {
  padding: 0;
  margin: 0 8px;
  font-size: 14px; 
  color: #535353;
  font-family: 'GothamNarrow-BlackItalic';
  text-transform: uppercase;
}
nav ul li a:hover,
nav ul li a.active {
  border-bottom: 2px solid #ff4c00;
  color: #ff4c00;
  text-decoration: none;
  padding-bottom: 3px;
  max-width: max-content;
}
.banner-container {
  width: 100%;
  height: 900px;
  background: yellow;
  background: url("../images/banner01.jpg") no-repeat;
  background-size: 100% 100%;
}
.banner-armazenagem {
  width: 100%;
  height: 900px;
  background: yellow;
  background: url("../images/banner-armazenagem.jpg") no-repeat;
  background-size: 100% 100%;
}
.banner-lotacao {
  width: 100%;
  height: 800px;
  background: yellow;
  background: url("../images/banner-lotacao.jpg") no-repeat;
  background-size: 100% 100%;
}
.banner-fracionado {
  width: 100%;
  height: 800px;
  background: yellow;
  background: url("../images/bg-frac.jpg") no-repeat;
  background-size: 100% 100%;
}
.banner-cabotagem {
  width: 100%;
  height: 800px;
  background: yellow;
  background: url("../images/banner-cabotagem.jpg") no-repeat;
  background-size: 100% 100%;
}
.bg-contact-top {
  height: 86px;
  background: url("../images/bg-contact-top.png") no-repeat;
  background-position: center right;
  background-size: 100% 100%;
}
.banner-qsomos {
  width: 100%;
  height: 900px;
  background: yellow;
  background: url("../images/banner-qsomos.jpg") no-repeat;
}
.banner-contato {
  width: 100%;
  height: 700px;
  background: yellow;
  background: url("../images/banner-contato.jpg") no-repeat;
}
.bg-contact-top li a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.img-responsive {
  max-width: 100%;
}
.nopadding-right {
  padding-right: 0;
}
.nopadding {
  padding: 3px;
}
.bg-contact-top ul {
  padding: 0 0 0 25px;
  margin: 18px 0 0 0;
}
.bg-contact-top ul li {
  display: inline;
}
.banner-container .text-banner {
  max-width: 460px;
  position: absolute;
  bottom: 80px;
}
.banner-container .text-banner h1 {
  font-family: 'GothamNarrow-Black';
  color: #fff;
  text-shadow: 4px 4px 6px #444;
  font-size: 3.2rem;
}
.banner-container .text-banner p {
  font-family: 'GothamNarrow-Bold';
  font-size: 1rem;
  color: #ff4c00;
  text-transform: uppercase;
}
.banner-armazenagem .text-banner {
  max-width: 460px;
  padding-top: 96px;
}
.banner-armazenagem .text-banner h1 {
  font-family: 'GothamNarrow-Black'; 
  color: #ff4c00;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 40px;
}
.banner-armazenagem .text-banner p {
  font-size: 1rem;
  color: #6b6b6b;
}
.banner-armazenagem h2 {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  font-size: 2rem;
  line-height: 2rem;
}
.banner-lotacao .text-banner {
  max-width: 460px;
  padding-top: 70px;
}
.banner-lotacao .text-banner h1 {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 40px;
}
.banner-lotacao h2 {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  font-size: 2rem;
  line-height: 2rem;
}
.banner-lotacao .text-banner p {
  font-size: 1rem;
  color: #6b6b6b;
}

.banner-cabotagem .text-banner {
  max-width: 460px;
  padding-top: 70px;
}
.banner-cabotagem .text-banner h1 {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 40px;
}
.banner-cabotagem h2 {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  font-size: 2rem;
  line-height: 2rem;
}
.banner-cabotagem .text-banner p {
  font-size: 1rem;
  color: #6b6b6b;
}
.banner-fracionado .text-banner {
  max-width: 500px;
  padding-top: 50px;
}
.banner-fracionado .text-banner h1 {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 40px;
}
.banner-fracionado h2 {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  font-size: 2rem;
  line-height: 2rem;
}
.banner-fracionado .text-banner p {
  font-size: 1rem;
  color: #6b6b6b;
}

.banner-qsomos .text-banner {
  max-width: 460px;
  padding-top: 150px;
}
.banner-qsomos .text-banner h1 {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 40px;
}
.banner-qsomos .text-banner h1 span {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  font-size: 2rem;
  line-height: 2rem;
}
.banner-qsomos .text-banner h1 span small {
  font-family: 'GothamNarrow-Black';
  color: #4a4a4c;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.banner-qsomos .text-banner p {
  font-size: 1rem;
  color: #6b6b6b;
}
.banner-qsomos h2 {
  font-weight: bold;
  color: #ff4c00;
  font-size: 2rem;
  line-height: 2rem;
}
.banner-unid {
  width: 100%;
  height: 1090px;
  background: yellow;
  background: url("../images/bg-unidades.jpg") no-repeat;
}
.banner-unid h3 {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 32px;
}
.banner-unid h5 {
  color: #1a1a1a;
  margin-bottom: 40px;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}
.txtbanner {
  max-width: 400px;
}
.txtbanner p {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 600;
}
.list-inline {
  display: flex;
}
.list-inline li:first-child {
  border-top: 4px solid #ff4c00;
  color: #ff4c00;
}
.list-inline li {
  font-family: 'GothamNarrow-Black'; 
  min-width: 60px;
  font-size: 1.4rem; 
  margin: 0 2px;
  border-top: 4px solid #000;
  color: #000;
  text-align: center;
}
.section-1 {
  background-color: #ff4c00;
  min-height: 206px;
  border-bottom: 5px solid #797979;
}
.section-2 {
  min-height: 400px;
}
.top-email {
  font-weight: 600;
  color: #ff4c00 !important;
  text-decoration: none;
  line-height: 14px;
  padding-left: 35px;
}
.top-email:hover {
  text-decoration: none;
}
.section-1 ul {
  padding: 0;
  margin: 40px auto 30px auto;
  list-style: none;
  width: max-content;
}
.section-1 ul li {
  display: inline;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px;
  font-style: italic;
  font-family: 'GothamNarrow-Bold';
}
.section-1 .col-md-8 ul {
  padding: 0;
  margin: 40px 0 20px 0;
  list-style: none;
  width: max-content;
}
.section-1 .col-md-8 ul li {
  font-family: 'GothamNarrow-Bold';
  display: inline;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px; 
}
.section-1 .text-info {
  font-size: 17px;
  line-height: 18px;
  color: #ffffff !important;
  font-weight: 600;
  text-align: left;
  width: fit-content;
  text-transform: uppercase;
}
.form-inline {
  display: flex;
  flex-wrap: wrap;
}
.frm-ctrl {
  padding-left: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  margin-right: 8px;
  max-width: 200px;
  color: #ffffff;
  display: block;
}
.form-inline .frm-ctrl::placeholder,
.form-inline .frm-ctrl::webkit-input-placeholder,
.form-inline .frm-ctrl::moz-placeholder {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
}
.center {
  text-align: center;
}
.btn-dark {
  background-color: #1a1a1a;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 600;
}
.btn-dark i {
  color: #ff4c00;
}
.btn-dark img {
  margin-right: 5px;
}
.btn-dark:hover {
  color: #ffffff;
  text-decoration: none;
}
.mt-30 {
  margin-top: 60px;
  margin-bottom: 30px;
}
.list-logos {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: max-content;
}
.list-logos li {
  display: inline;
  padding: 5px;
}
.ultitle {
  margin: 40px auto 0 auto;
  padding: 0;
  list-style: none;
  width: max-content;
}
.ultitle li {
  font-family: 'GothamNarrow-Bold';
  display: inline;
  color: #ff4c00; 
  text-transform: uppercase;
  padding-right: 15px;
  font-style: italic;
}
.tt h2 {
  font-family: 'GothamNarrow-Bold';
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  color: #545454;
  margin: 0;
  font-style: italic;
}
.tt h3 {
  font-family: 'GothamNarrow-Bold';
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #ff4c00;
  font-style: italic;
}
.content-text {
  margin-top: 26px;
}
.content-text p {
  font-size: 15px;
  color: #6b6b6b;
}
.section-4 {
  margin-top: 20px;
  height: 232px;
  background: url('../images/bg-gray.png') no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.list-servs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
  margin-top: 18px;
}
.list-servs li {
  flex: 1 1 20%;
  display: block;
  padding: 10px;
  min-width: 20%;
}
.list-servs li .head {
  height: 100px;
}
.list-servs li:nth-child(3) .head img {
  vertical-align: bottom;
  margin-top: 18px;
}
.list-servs li .descr {
  text-align: center;
}
.list-servs li .descr h3 {
  font-family: 'GothamNarrow-Bold';
  margin-top: 10px;
  font-style: italic; 
  color: #383838;
  font-size: 15px;
  text-transform: uppercase;
}
.list-servs li .descr p {
  font-size: 14px;
  color: #383838;
  font-weight: 400;
}
.section-6 {
  background: url("../images/bg-sec-dist.png") no-repeat;
  background-position: center center;
  height: 532px;
}
footer {
  background: url("../images/bg-footer.png") repeat;
  min-height: 400px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-120 {
  padding-top: 120px;
}
.section-6 .title {
  margin-bottom: 60px;
}
.section-6 .title h2 {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  font-size: 40px;
  line-height: 42px;
  font-weight: 800;
}
.section-6 .title h3 {
  font-family: 'GothamNarrow-Black';
  color: #272727;
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  padding-left: 30px;
}
.section-6 ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 10px 0;
}
.section-6 ul li {
  display: block;
}
.section-6 ul li:first-child {
  color: #ff4c00;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercases;
}
.section-6 ul li:last-child {
  font-size: 15px;
  color: #6b6b6b;
  font-weight: 500;
}
.section-6 ul li a {
  color: #ff4c00;
  font-size: 15px;
  font-weight: 600;
}
.list-title {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.list-title li {
  font-family: 'GothamNarrow-Bold';
  color: #ff4c00;
  font-size: 17px; 
  text-transform: uppercase;
  padding-right: 18px;
  font-style: italic;
}
.list-contacts {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-contacts li:first-child {
  font-family: 'GothamNarrow-Bold';
  color: #ff4c00;
  font-size: 17px; 
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: 30px;
}
.list-sociamedia {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  display: flex;
}
.list-sociamedia li {
  padding-right: 3px;
}
/* form starting stylings ------------------------------- */
.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}

.form__field {
  
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 14px;
  font-style: italic;
  cursor: text;
  top: 20px;
}

label,
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: #ff4c00; 
  font-family: 'GothamNarrow-Bold';
  text-transform: uppercase;
}

.form__field:focus ~ .form__label {
  color: #ff4c00;
}

.form__field:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #ff4c00;
}
.btn-send {
  padding: 0;
  background: none;
  margin-top: 30px;
  border: none;
}
.list-dif {
  padding: 0;
  margin: 18px 0 0 0;
  list-style: none;
}
.list-dif li {
  font-family: 'GothamNarrow-Black';
  display: block;
  text-align: center;
}
.list-dif li img {
  height: 81px;
  margin-bottom: 10px;
}
.list-dif li:last-child {
  color: #4a4a4c;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}
.mt-60 {
  margin-top: 60px;
}
.form-arma {
  background: url("../images/bg2-frac.jpg") no-repeat;
  background-size: 100% 100%;
  min-height: 500px;
  text-align: center;
  padding: 15px 0 15px 0;
}
.form-arma h3 {
  font-family: 'GothamNarrow-Black';
  color: #292929;
  font-size: 36px; 
}
.form-arma p {
  color: #fff;
  max-width: 300px;
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  margin: 0 auto 20px auto;
}
.form-arma .btn-send {
  margin-top: 0;
}
.list-whastsapp {
  padding: 0;
  margin: 200px 0 0 40px;
  list-style: none;
  display: flex;
  justify-content: start;
  width: 100%;
  align-items: center;
}
.list-whastsapp li {
  text-align: center;
  padding-right: 10px;
}
.list-whastsapp li a:first-child {
  color: #292929;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}
.list-whastsapp li a:last-child {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.list-whastsapp li a {
  display: block;
}
.about {
  padding-top: 40px;
  padding-bottom: 40px;
}
.about h3 {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  font-size: 30px; 
  text-align: center;
  margin-bottom: 40px;
}
.about h3 span {
  color: #545454;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.about p {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 16px;
}
.list-imgs {
  margin: 40px 0 40px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; 
}
.list-imgs li img {
  max-width: 220px;
}
.qs-bg-1 {
  background: url("../images/qs1.jpg") no-repeat;
  background-size: 100% 100%;
  min-height: 600px;
}
.qs-bg-2 {
  background: url("../images/qs2.jpg") no-repeat;
  background-size: 100% 100%;
  min-height: 600px;
}
.box-text {
  margin-top: 80px;
}
.box-text h3 {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  font-size: 29px; 
  text-align: center;
  margin: 0 auto 30px auto;
}
.box-text h3 span {
  text-transform: uppercase;
}
.box-text p {
  color: #fff;
  font-style: italic;
}
.box {
  width: 50%;
  margin-top: 55%;
}
.box .item h4 {
  font-size: 20px;
  text-align: center;
  color: #ff4c00;
  font-weight: 600;
  text-transform: uppercase;
}
.box .item ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 400px;
}
.box .item ul li img {
  max-width: 96px;
}
.container-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-flex {
  border: 1px solid #636363;
  border-radius: 6px;
  margin: 10px;
  display: block;
  flex: 1 1 25%;
  padding: 0 15px;
}
.item-flex h4 {
  color: #383838;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.item-flex h3 {
  color: #ff4c00;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 3px;
  font-weight: 700;
}
.item-flex p {
  font-size: 14px;
  color: #636363;
  font-weight: 600;
}
.matriz {
  display: flex;
  height: 532px;
  justify-content: flex-end;
  align-items: flex-end;
}
.box-matriz {
  display: block;
  width: 100%;
  height: 300px;
}
.mt-40 {
  margin-top: 40px;
}
.box-matriz h3 {
  color: #383838;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-matriz h4 {
  color: #ff4c00;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 3px;
  font-weight: 700;
}
.box-matriz p {
  font-size: 14px;
  color: #636363;
  font-weight: 600;
}
.banner-contato .text-banner h1 {
  color: #ff4c00;
  font-family: 'GothamNarrow-Black';
  font-size: 30px;
  font-style: normal; 
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 40px;
}
.middle {
  background: url("../images/img-contato-base.jpg") no-repeat;
  min-height: 220px;
}
.box-contatos {
  max-width: 500px;
  margin: 20px auto 0 auto;
  text-align: center;
}
.box-contatos a {
  font-family: 'GothamNarrow-Black';
  color: #fff;
  text-decoration: none;
  color: #fff;
  font-size: 20px; 
}
.box-contatos h4 {
  font-family: 'GothamNarrow-Black';
  color: #fff;
  font-size: 28px; 
  margin-bottom: 18px;
  text-align: center;
}
.box-contatos ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.box-contatos ul li {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
}
.box-contatos ul li:first-child {
  margin-right: 20px;
}
.box-contatos ul li img {
  max-width: 45px;
}
.form-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
.form-flex .txt-input {
  flex: 1 1 45%;
  margin: 5px;
  border-color: #1a1a1a;
}
.form-flex .txt-input:nth-child(5) {
  flex: 1 1 100%;
  border: 1px solid #1a1a1a;
  padding: 8px;
  border-radius: 4px;
}
.border-black {
  border-bottom: 2px solid #7c7c7c;
  padding-bottom: 50px;
}
.btn-right {
  margin: 10px 0 0;
  padding: 0;
  display: block;
}
.form-flex .txt-input::placeholder,
.form-flex .txt-input::-moz-placeholder,
.form-flex .txt-input::-webkit-input-placeholder {
  color: #ff4c00;
  font-weight: 600;
}
#area {
  color: #ff4c00;
  font-weight: 600;
}
.box-flex-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.txt-tb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.txt-tb h4 {
  font-family: 'GothamNarrow-Black';
  color: #ff4c00;
  font-size: 30px;
  font-style: normal; 
  margin-top: 100px;
  margin-bottom: 20px;
  display: block;
  flex: 1 1 100%;
}
.txt-tb p {
  max-width: 400px;
}
.box-menu {
  display: flex;
  flex-wrap: wrap;
}
.menu-1 {
  background: url("../images/img1.png") no-repeat;
  background-size: 100% 100%;
  width: 278px;
  height: 278px;
}
.menu-2 {
  background: url("../images/img2.png") no-repeat;
  background-size: 100% 100%;
  width: 278px;
  height: 278px;
}
.menu-3 {
  background: url("../images/img3.png") no-repeat;
  background-size: 100% 100%;
  width: 278px;
  height: 278px;
}
.menu-4 {
  background: url("../images/img4.png") no-repeat;
  background-size: 100% 100%;
  width: 278px;
  height: 278px;
}
.menu-1 a,
.menu-2 a,
.menu-3 a,
.menu-4 a {
  display: flex;
  height: 270px;
  width: 278px;
  flex: 1 1 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
}
.menu-1 a:hover,
.menu-2 a:hover,
.menu-3 a:hover,
.menu-4 a:hover {
  background-color: rgba(255, 76, 0, 0.8);
  border-radius: 9px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  z-index: 7;
}
.menu-1 a img,
.menu-2 a img,
.menu-3 a img,
.menu-4 a img {
  visibility: hidden;
  max-width: 90px;
  margin-top: 80px;
}
.menu-1 a:hover img,
.menu-2 a:hover img,
.menu-3 a:hover img,
.menu-4 a:hover img {
  visibility: visible;
}
.menu-1 a h4,
.menu-2 a h4,
.menu-3 a h4,
.menu-4 a h4 {
  color: #ffffff;
  font-size: 19px;
  margin-left: 10px;
  font-weight: 600;
  max-width: 278px;
  text-transform: uppercase;
}
.form-orcamento .form-control::placeholder,
.form-orcamento .form-control::-webkit-input-placeholder,
.form-orcamento .form-control::-moz-placeholder {
  color: #ff4c00;
  font-weight: 600;
}
.mt-30 {
  margin-top: 30px;
}
.parceiros {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.parceiros li {
   margin: 20px 2px 0 2px;
}

.parceiros li img{
  max-width: 45px;
  max-height: 50px;
}
.bg-light {
  background:transparent!important;
}
.box-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.box-images .item {
  display: block; 
  text-align: center
}
.box-images .item img { 
  max-width: 220px;
}
@media(max-width: 1000px) {
  .bg-contact-top {
     display: none;
  }
  .banner-container {
      background-size: 1900px auto;
  }
  .bg-mobile-white {
    background-color: #fff;
  }
  .form-inline .frm-ctrl {
     flex: 1 1 100%;
     margin-bottom: 10px;
     max-width: 100%!important;
  }
  .section-1 .col-md-8 ul li {
    font-size: 22px;
  }
  .section-1 ul li {
    font-size: 24px;
  }
  .section-1 .text-info {
    text-align: center;
  }
  .box-menu {
    align-items: center;
    justify-content: center;
  }
  .list-logos {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }
  .list-logos li {
    display: block;
    flex: 1 1 100%;
    align-items: center;
  }
  .list-servs {
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .list-servs li {
    flex: 1 1 100%;
  }
  .section-6 {
    height: auto;
  }
  .section-6 img {
     max-width: 100%;
  }
  .section-6 .title {
    display: flex;
    flex-wrap: wrap;
  }
  .section-6 .title h2,   .section-6 .title h3 {
    flex: 1 1 100%;
  }
  .ultitle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  .ultitle li {
    display:block;
    flex: 1 1 100%;
  }
  .list-title {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  .list-title li {
    flex: 1 1 100%;
    display: block;
    width: 100%;
  }
 
  .section-4 {
    height: auto;
    background-size: 100% 50%;
  }
  .list-imgs {
    align-items: center;
    justify-content: center;
  }
  .qs-bg-2 {
    background-size: 600px auto;
    min-height: auto;
  }
  .box .item ul li img {
    max-width: 78px;
  }
  .banner-qsomos {
    height: auto;
  }
  .banner-qsomos .text-banner{
    max-width: 100%;
    padding: 30px 30px;
  }
  .banner-qsomos .text-banner h1, .banner-qsomos .text-banner h1 span {
    font-size: 26px;
    text-align: center;
  }
  .banner-contato {
    height: auto;
  }
  .box-contatos a {
    font-size: 18px;
  }
  .box-matriz { 
    border-radius: 6px;
    margin: 10px auto 40px auto;
    height: auto;
    padding: 0 55px; 
    height: auto;  
  }
  .banner-unid .txtbanner {
    text-align: center;
  }
  .list-whastsapp {
     margin-top:0;
     margin-left: 0;
     padding: 0;
  }
  .banner-fracionado, .banner-lotacao, .banner-armazenagem, .banner-cabotagem {
    height: auto;
    background-size: 1000px auto;
  }
  .banner-fracionado .text-banner, .banner-lotacao .text-banner, .banner-armazenagem .text-banner, .banner-cabotagem .text-banner {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}