@font-face {
  font-family: "PLZ";
  src: url("./../fonts/plz.ttf");
}

@font-face {
  font-family: "Rubik";
  src: url("./../fonts/Rubik-Regular.ttf");
}

.xmargem150 {
  margin-right: 150px;
  margin-left: 150px;
}

.xmargem100 {
  margin-right: 100px;
  margin-left: 100px;
}

.xmargem75 {
  margin-right: 75px;
  margin-left: 75px;
}

.xmargem50 {
  margin-right: 50px;
  margin-left: 50px;
}

.xmargem30 {
  margin-right: 30px;
  margin-left: 30px;
}

.xmargem15 {
  margin-right: 15px;
  margin-left: 15px;
}

.ybmargem30 {
  margin-bottom: 30px;
}

body {
  padding-top: 120px;
  font-family: "Rubik" !important;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

section:first-child,
section:last-child {
  margin-bottom: 5rem;
}

section {
  margin-bottom: 1rem;
}

h1,
h2,
h3 {
  font-family: 'PLZ' !important;
}

h1~span,
h2~span,
h3~span {
  color: #000 !important;
}

h4,
h5 {
  color: var(--color-secondary);
  font-family: 'PLZ' !important;
}

label {
  color: var(--color-primary);
  padding-top: 10px;
}

.iconFlex {
  margin: 0px 10px 0px -15px !important;
}

.left {
  text-align: left;
  justify-content: end;
}

.textoEspecial {
  color: var(--color-secondary);
  font-weight: 600;
}

#navbar-principal {
  border-top: none !important;
}

.navbar-default .navbar-toggle {
  border-color: var(--color-primary);
  height: 34px !important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--color-primary);
}

.navbarLink {
  font-size: 14px;
  color: var(--color-primary) !important;
  transition: 0.3s;
}

.navbarLink:hover {
  color: var(--color-secondary) !important;
}

.logotipo {
  vertical-align: top;
}

header nav.navbar.navbar-default .container .navbar-header {
  margin-left: -5.2%;
}

header nav.navbar.navbar-default .container .navbar-collapse {
  margin-left: 17.2% !important;
}

header nav.navbar.navbar-default .container .navbar-collapse .navbar-right>ul>li a:not(.dropdown-link) {
  font-size: 13px;
}

header nav.navbar.navbar-default .container .navbar-collapse .navbar-right>ul>li a {
  color: black !important;
  font-weight: 500;
  /* font-size: 16px; */
}

header nav.navbar.navbar-default {
  background-color: white !important;
}

.navbar-default .navbar-toggle {
  border-color: none !important;
  border: none;
}

.espacamentoEsquerda-sobrNos {
  margin-left: 0;
  width: 100%;
}

.espacamentoEsquerda-faleConosco {
  margin-left: 0;
  width: 100%;
}

.espacamentoEsquerda-fazerCotacao {
  margin-left: 0;
  width: 100%;
}

.espacamentoEsquerda-trabalheConosco {
  margin-left: 0;
  width: 100%;
}

.espacamentoEsquerda-logar {
  margin-left: 160% !important;
}

.navbar .navbar-brand {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  display: block;
  height: auto !important;
}

.navbar img {
  max-width: 180px;
  max-height: 100px;
  padding-right: 8px;
}

.navbarPrincipal {
  border: none;
  background-color: rgb(254 254 254 / 0.8);
  font-weight: bold;
  transition: background-color .3s;
}

.navbarPrincipal:hover {
  background-color: rgb(254 254 254 / 1);
}

.navbarPrincipal .container {
  display: flex;
  align-items: center;
}

.navbarPrincipal .container>div.navbar-collapse {
  flex: auto 1 1;
}

.form-control,
form .form-control {
  height: inherit;
  border: solid 2px var(--color-primary) !important;
  padding: 18px;
  border-radius: 10px;
  box-shadow: inset 0px 5px 10px 5px #aaa3;
  color: #000 !important;
  font-family: Lato, Arial !important;
  font-weight: 600;
}

.navnar-collapse {
  overflow: hidden;
}

.navbar-nav a:link a:active a:visited {
  color: #000;
}

.btnLogar {
  padding: 10px 50px 10px 50px;
  vertical-align: middle;
  background-color: var(--color-secondary);
  border: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.imgPrincipal {
  min-width: 100%;
  max-width: 100%
}

.bgVeiculo {
  display: block;
  cursor: pointer;
  text-align: center;
  position: relative;
  outline: none;
  border: none;
  top: 0;
  left: 0;
  background-color: #2e2d2d;
  height: 120px;
  width: 120px;
  padding: 20px;
  border-radius: 50%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;

  display: flex;
  align-items: center;
  justify-content: center;
}

.bgVeiculo i {
  position: absolute;
  left: 50%;
  top: -38px;
  transform: translateX(-50%);

  font-size: 28px;
  color: var(--color-primary);

  visibility: hidden;
  opacity: 0;
  user-select: none;
  transition: 0.3s;
}

.bgVeiculo:hover {
  background-color: #2e2d2d;
  transform: translateY(-6px) scale(1.1);
  box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 35%);
}

.bgVeiculo.active {
  background-color: #2e2d2d;
  box-shadow: 0px 0px 14px 1px rgb(0 0 0 / 40%);
}

.bgVeiculo.active i {
  visibility: visible;
  opacity: 1;
  animation: upDown infinite 2s ease-in-out;
}

.bgVeiculo i {
  color: #2e2d2d;
}

.bottomTipoVeiculos {
  margin-bottom: 2%;
}

.bottomMapa {
  margin-bottom: 2.5%;
}

.barraTopoEnderecos {
  display: none;
}

#divControlarAltura hr {
  display: none;
}

.radio {
  margin-left: -108%;
}

.classAgendar {
  margin-left: -250%;
}

.bgVantagens {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  background-color: var(--color-tertiary);
  height: 120px;
  width: 120px;
  padding: 20px;
  border-radius: 50%;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s
}

.blocoVantagem {
  border-radius: 20px;
  margin: 10px;
  padding: 10px;
  transition: .4s;
}

.blocoVantagem .bgVantagens {
  transition: .3s;
}

.blocoVantagem:hover {
  box-shadow: inset 0 0 8px #0005;
  transition: 0.2s;
}

.blocoVantagem:hover .bgVantagens {
  background-color: var(--color-secondary);
  transform: translate(-3px, -3px);
  box-shadow: 3px 3px 1px 0px #0006;
  transition: 0.2s;
}

.blocoVantagem .iconeVantagens {
  fill: var(--text-color-tertiary);
  transition: 0.2s;
}

.blocoVantagem:hover .iconeVantagens {
  fill: var(--text-color-secondary);
}

.blocoCinza {
  background-color: #f8f8f8;
  border-radius: 40px;
  padding: 40px;
  box-shadow: 0px 0px 15px -10px #0007;
}

.blocoAzul {
  background-color: #f6fcfe;
  border: 0px;
  border-radius: 40px;
  padding: 40px;
  box-shadow: 0px 0px 15px -10px #0007;
}

.iconeVantagens,
.iconePassos,
.iconeVeiculo {
  height: 80px;
  object-fit: contain;
  align-self: center;
  vertical-align: middle;
  padding: 5px;
  transition: .3s;
}

svg.iconePassos {
  fill: var(--text-color-primary);
}

.iconeContato {
  stroke: var(--text-color-tertiary);
  height: 80px;
  object-fit: contain;
  align-self: center;
  vertical-align: middle;
  padding: 5px;
}

.veiculo {
  display: flex;
  justify-content: center;
  font-weight: bold;
  text-transform: capitalize;
}

.vantagens,
.sobre {
  background-color: #f8f8f8;
  border: 0px;
  border-radius: 40px;
  padding: 2em;
  box-shadow: 0px 0px 30px -20px #0007;
}

.funcionamento,
.contato {
  background-color: #f8f8f8;
  border: 0px;
  border-radius: 40px;
  padding: 2em;
  box-shadow: 0px 0px 30px -20px #0007;
}

.camposContato {
  margin: 10px 0;
}

textarea.form-control.camposContato {
  resize: vertical !important;
}

.botaoContato {
  width: 100%;
  height: 50px;
  background-color: var(--color-secondary);
  border: 0px;
  margin: 10px;
}

.ajustado {
  padding-right: 50px;
  padding-left: 50px;
}

.imgHolderRev {
  display: flex;
  align-items: center;
}

.btn {
  transition: 0.3s !important;
  font-weight: bold !important;
}

.blocoContato {
  padding: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.blocoContato:hover {
  background-color: var(--color-primary);
}

.blocoContato h4 {
  margin: 20px;
  transition: 0.5s;
  word-break: break-all;
}

.blocoContato:hover h4 {
  color: var(--text-color-primary);
}

.blocoSolicitar {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 12px -6px #0003;
}

.dFlex {
  display: flex;
  justify-content: center;
}

a,
.ciano {
  color: var(--color-secondary);
  font-weight: 600;
}


a:hover {
  cursor: pointer;
  text-decoration: none;
}

.passos {
  border-radius: 40px;
  text-align: center;
  padding: 20px;
  transition: 0.3s;
}

.imgApp,
.imgApp2 {
  max-width: 100%;
  margin: auto;
}

.imagemFundo {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.textoSobreposto {
  position: absolute;
  transform: translate(8%, -151%);
  text-align: center;
  color: #fff;
  padding: 10px;
  width: 90%;
}

.tituloTamanho {
  font-size: 50px;
  width: 40%;
  text-align: initial;
}

.paragrafoBanner {
  width: 40%;
  text-align: justify;
  margin-bottom: 4%;
}

.botaoBanner {
  border-radius: 8px;
  border: 1px solid var(--c2, #C8963B);
  background: var(--c2, #C8963B);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-size: 18px;
  padding: 1.5%;
  margin-left: -80%;
}

a {
  color: white;
}

a:hover {
  color: white;
}

.whatsappBanner {
  margin-top: 33.5%;
  position: fixed;
  margin-left: 87%;
  z-index: 999;
  width: 5%;
}

.baixeAppAltura {
  margin-top: -6.7%;
  height: 470px;
}

.tituloBaixeApp {
  margin-top: 19%;
}

.paragrafoBaixarApp {
  margin-bottom: 5%;
}

@media (min-width: 768px) {
  .iconeAppStore {
    text-align: center;
    height: 80px;
    object-fit: contain;
    align-self: center;
    vertical-align: middle;
    padding: 10px;
  }

  .telaPrincipal {
    margin: 200px;
  }

  ul.nav.navbar-nav.navbar-right {
    margin-right: 0 !important;
  }

  .navbarPrincipal {
    padding: 1.5rem 0;
  }

  .apps {
    margin: 50px 120px 0px 120px;
  }

  .imgHolder {
    display: flex;
    align-items: center;
  }

  .passos {
    margin: 20px;
    padding: 20px 50px;
  }

  .blocoSolicitar {
    padding: 50px 80px;
    margin: -70px 60px 80px 60px;
  }
}

@media (max-width: 768px) {
  .iconeAppStore {
    width: 200px;
    padding: 10px;
  }

  .apps {
    display: flex;
    justify-content: center;
  }

  .navbarPrincipal {
    padding: 20px 0;
  }

  .blocoSolicitar {
    margin: -120px 0px 50px 0px;
    padding: 50px;
  }

  .imgApp2 {
    max-width: 200px;
    position: relative;
    top: 0px;
  }

  .passos {
    padding: 20px;
    margin: 10px auto;
    width: calc(100% - 30px) !important;
  }

  .imgHolderRev {
    flex-direction: column-reverse;
  }

  .quebraPhone {
    display: flex;
    flex-direction: column;
  }
}

.bgIconePassos {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  background-color: var(--color-primary);
  height: 120px;
  width: 120px;
  padding: 20px;
  border-radius: 50%;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

.bgIconeContato {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  background-color: var(--color-tertiary);
  height: 100px;
  width: 100px;
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s
}

.blocoContato:hover .bgIconeContato {
  background-color: var(--color-secondary);
  top: -5px;
  left: -5px;
  box-shadow: 5px 5px 0px 0px #0006;
}

.blocoContato:hover .iconeContato {
  stroke: var(--text-color-secondary);
}

.hcen {
  display: flex;
  justify-content: center;
}

.vcen {
  display: flex;
  align-items: center;
}

.apps {
  display: block;
  border-radius: 40px;
  text-align: center;
}

.iconeAppStoreTC {
  height: 70px;
  object-fit: contain;
  align-self: center;
  vertical-align: middle;
  padding: 10px;
}

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

.btn-principal {
  user-select: none;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  background-color: var(--color-primary);
  color: var(--text-color-primary) !important;
  font-weight: bold;
  font-family: "Rubik" !important;
  border-radius: 5px;
  border: 0;
  margin: 0px;
  padding: 15px 60px !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.btn-principal:hover {
  color: var(--text-color-secondary) !important;
  background-color: var(--color-secondary) !important;
  box-shadow: 0 0 8px 4px #0003;
}

.btn-principal:focus {
  outline: none !important;
  color: var(--text-color-secondary) !important;
  background-color: var(--color-secondary) !important;
  box-shadow: 0 0 8px 4px #0003 !important;
}

.btn-principal:active {
  outline: none !important;
  color: var(--text-color-secondary) !important;
  background-color: var(--color-secondary) !important;
  box-shadow: 0 0 8px 4px #0003 !important;
}

footer {
  margin: 0;
  padding: 3rem 1rem !important;
  color: var(--text-color-primary);
  background-color: var(--color-primary);
}

footer .row:first-child .col {
  text-align: left;
}

footer img {
  margin: 0;
  padding: 0;
}

.toast-top-right,
.toast-top-center {
  top: 12px;
}

.footer-flex {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: 1%;
}

.dev-by {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin: 16px 0;
}

@media(min-width: 768px) {
  .footer-flex {
    flex-direction: row;
  }

  .dev-by {
    align-items: flex-start;
    margin: 0;
  }
}

#loom-companion-mv3,
.loom-companion-mv3 {
  display: none !important;
}




/* Tela inicial estilos */

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.botoesAlturas {
  margin-top: 22%;
}

.img-tamanho {
  height: 80px;
}

.logo-posicao {
  margin-top: 2%;
}

.alturaLojas {
  margin-top: 6.4%;
}

.googlePlay-posicao {
  margin-left: 66%;
}

.appStore {
  margin-left: -1.2%;
}

.tamanho-letra {
  font-size: 19.5px;
}

.tamanho-letra-motorista {
  font-size: 19.5px;
  margin-top: -1%;
}

.tamanho-numero {
  font-size: 19.5px;
  margin-top: -1%;
}

.tamanhoLogo {
  width: 17%;
}

.altura-container {
  margin-top: 10%;
}

.campoNumeroNota {
  margin-left: -10%;
  width: 100%;
}

.espacamentoDivObs {
  min-height: 20px;
  width: 100% !important;
  margin-top: 1%;
}

.btn.btn-primary {
  color: #000;
  border-color: black;
}

div[id^="divEndAdd"] .col-md-2 {
  width: 25%;
}

div[id^="divTelEnde"] {
  width: 150%;
  margin-left: -10%;
}

div[id^="divContatoEnde"] {
  margin-left: 35%;
  width: 175%;
}

div[id^="divEndAdd"] div#camposConfigPosicao .col-md-2 {
  width: 0% !important;
  padding: 0%;
  margin: 0%;
}

.tituloVantagens {
  margin-top: 6%;
}

.alturaVantagens {
  margin-top: -1%;
}

.vantagensBox {
  margin-top: 6%;
}

.borderbox {
  border: #E0E5ED solid 2px;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 1px rgba(197, 195, 195, 0.3);
  padding: 5%;
}

.imgBox {
  margin-top: 13%;
}

.tituloBox {
  color: #C8963B;
}

.tamanhoBox {
  height: 280px;
}

.alturaComoFunciona {
  margin-top: -0.8%;
}

.linhaComoFunciona {
  margin-top: 8%;
}

.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  border: #E0E5ED solid 1px
}

hr {
  border: none;
  margin: 10px 0;
  display: inline-block;
  border-left: 1px solid #E0E5ED;
  height: 150px;
  width: 0;
  margin: 2px 15px;
}

.col-md-11 {
  width: 86%;
}

.stepsPosicao {
  margin-left: 5%;
}

.boxComoFunciona {
  width: 100%;
  background-color: #C8963B;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 1px rgba(197, 195, 195, 0.3);
  padding: 5%
}

.setaBanner {
  margin-left: 10px;
  margin-right: 20px;
}

.espacoBoxComoFunciona {
  margin-bottom: 3%;
}

.posicaoCirculo {
  margin-top: 400%;
}

.larguraImgComoFunciona {
  width: 100%;
}

.alturaSobre {
  margin-top: -1%;
  height: 680px;
}

.linhaSobre {
  margin-top: 15%;
}

.imagemContato {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 820px;
}

.alturaContato {
  margin-top: -1%;
}

.tituloFaleConosco {
  margin-top: 8%;
}

.form-control {
  border: solid 1px #ccc !important;
}

.form-control,
form .form-control {
  border: solid 1px #ccc !important;
}

.alturaFomulario {
  margin-top: 8%;
}

.enviarEmail {
  width: 100%;
  padding: 2%;
  font-size: 18px;
  border-radius: 10px;
}

.mensagemEspacoBaixo {
  margin-bottom: 4%;
}

.imgMargimBottom {
  margin-bottom: 5%;
}

.alturaEntrarContato {
  margin-top: 6.5%;
}

.alturaDiv {
  height: 50px;
}

.redesSociais {
  display: none;
}

.msgAlert {
  margin-bottom: -63px;
}

footer {
  padding: 4.35% !important;
  background-color: #C8963B;
}

.rodapeEspacamento {
  margin-bottom: 3%;
}

.navbarLi {
  width: 100%;
  margin-left: 8%;
}

.navHome {
  width: 65%;
}

.navFaleConosco {
  width: 130%;
}

.navFazerCotacao {
  width: 140%;
}

.navTrabalheConosco {
  width: 163%;
}

.divEnderecMargins {
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0%;
}

.rowComplemento .col-md-11 {
  width: 95%;
  margin-top: 1%;
}

input[id^="txtEnderecoE"] {
  border: #000 solid 2px !important;
}

input[id^="comp"] {
  border: #000 solid 2px !important;
}

div[id^="divNumNota"] {
  margin-left: -8%;
}

.btn.btn-primary {
  color: #000;
  border-color: #c1bebe;
}

#btnCalcFreteCEN {
  background-color: black;
  color: white;
  width: 40%;
  margin-bottom: 5%;
}

#divTipoServico {
  margin-left: 0%;
}

.googlePlayTC {
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-size: 18px;
  padding: 1.5%;
  margin-left: -85%;
}

.paragrafoBannerTC {
  width: 45%;
  text-align: justify;
  margin-bottom: 3%;
}

.tituloTamanhoTC {
  font-size: 50px;
  width: 60%;
  text-align: initial;
}

.textoSobrepostoTC {
  position: absolute;
  transform: translate(8%, -151%);
  text-align: center;
  color: #fff;
  padding: 10px;
  width: 90%;
}

.boxInicioSucesso {
  width: 110%;
  background-color: #C8963B;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 1px rgba(197, 195, 195, 0.3);
  padding: 5%;
}

.posicaoCirculoTC {
  margin-top: 800%;
}

.imgPosicionamento {
  margin-left: 6%;
}

.paragrafoTC {
  margin-left: 6%;
  width: 100%;
}

.imagemFundoTC {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.tamanhoBoxTC {
  height: 323px;
}

.vantagensBoxTC {
  margin-top: 6%;
  margin-bottom: 9%;
}

.tituloVantagensTC {
  margin-top: 6%;
}

.faixa {
  background-color: #181818d4 !important;
}

.btn-principal {
  background-color: black;
}

.btn-principal:hover {
  background-color: black !important;
}

#incluir_endereco {
  color: var(--color-secondary);
}

#incluir_endereco:hover {
  color: var(--color-secondary);
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  height: 60px;
}

@media (min-width: 2560px) {
  .appStore {
    width: 50%;
  }

  .googlePlay-posicao {
    margin-left: 51%;
    width: 50%;
  }

  .googlePlay-sozinho {
    width: 25%;
  }
}

@media (min-width: 1440px) {
  .whatsappBanner {
    margin-top: 33.5%;
    margin-left: 87%;
  }
}

@media (min-width: 1600px) {
  .alturaLojas {
    margin-top: 11%;
  }

  .botaoBanner {
    margin-left: -82%;
  }

  .whatsappBanner {
    margin-top: 33.5%;
    margin-left: 87%;
  }
}

@media (min-width: 1920px) {

  .whatsappBanner {
    margin-top: 33.5%;
    margin-left: 87%;
  }

  .botoesAlturas {
    margin-top: 40%;
  }

  .botaoBanner {
    margin-left: -85% !important;
  }
}

@media (max-width: 1024px) {

  .botaoBanner {
    margin-left: -75%;
  }

  .textoSobreposto {
    transform: translate(8%, -121%);
  }

  .whatsappBanner {
    margin-top: 33.5%;
    margin-left: 87%;
  }

  .posicionamento-ul {
    margin-left: -15%;
  }

  .posicionamento-logo {
    margin-left: 40% !important;
  }

  .espacamentoEsquerda-logar {
    margin-left: 350% !important;
  }

  .imgBaixeApp {
    margin-left: -18%;
  }

  .baixeAppAltura {
    margin-top: -8.9%;
  }

  .imgSobre {
    width: 100%;
  }

  .alturaContato {
    margin-top: -12%;
  }

  .alturaDiv {
    height: 80px;
  }

  .tamanhoLetra {
    font-size: 13px;
  }

  body {
    background-size: auto !important;
  }

  .botoesAlturas {
    margin-top: 39%;
  }

  .alturaLojas {
    margin-top: 15%;
  }

  .googlePlay-posicao {
    margin-left: 58%;
  }

  .appStore {
    margin-left: 0%;
  }

  .radio {
    margin-left: -103%;
  }

  .classAgendar {
    margin-left: -250%;
  }

  .googlePlayTC {
    margin-left: -80%;
  }

  .textoSobrepostoTC {
    transform: translate(8%, -111%);
  }

  .posicaoCirculoTC {
    margin-top: 1800%;
  }
}

@media (max-width: 768px) {

  .botaoBanner {
    margin-left: -67%;
  }

  .textoSobreposto {
    transform: translate(8%, -110%);
  }

  .tituloTamanho {
    font-size: 30px;
    width: 50%;
  }

  .whatsappBanner {
    margin-top: 33.5%;
    margin-left: 87%;
  }

  .posicionamento-ul {
    margin-left: 0%;
  }

  .posicionamento-logo {
    margin-left: 5% !important;
  }

  .espacamentoEsquerda-sobrNos {
    margin-left: 0%;
  }

  .espacamentoEsquerda-faleConosco {
    margin-left: 0%;
  }

  .espacamentoEsquerda-fazerCotacao {
    margin-left: 0%;
  }

  .espacamentoEsquerda-trabalheConosco {
    margin-left: 0%;
  }

  .espacamentoEsquerda-logar {
    margin-left: 0% !important;
  }

  .baixeAppAltura {
    margin-top: -11.8%;
    height: 900px;
  }

  .displayGrid {
    display: grid;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .tituloBaixeApp {
    margin-top: 5%;
  }

  .paragrafoBaixarApp {
    text-align: center;
  }

  .googlePlayBaixeApp {
    margin-left: 38%;
  }

  .imgBaixeApp {
    margin-left: 12%;
  }

  .baixeAppAltura {
    margin-top: -7%;
    height: 750px;
  }

  .borderbox {
    margin-bottom: 3%;
  }

  .imgBox {
    margin-top: 3%;
  }

  .alturaComoFunciona {
    margin-top: -2%;
  }

  .stepsPosicao {
    margin-left: -2%;
    position: absolute;
    margin-top: -5%;
    z-index: 999;
  }

  .col-md-11 {
    width: 98%;
    margin-left: 4%;
    margin-top: 10%;
  }

  .imgSobre {
    margin-top: 5%;
    width: 100%;
  }

  .alturaSobre {
    margin-top: -2%;
  }

  .botoesAlturas {
    margin-top: 50%;
  }

  .alturaLojas {
    margin-top: 20%;
  }

  .googlePlay-posicao {
    margin-left: 44%;
  }

  div[id^="divContatoEnde"] {
    width: 110%;
  }

  .redesSociais {
    display: block;
  }

  .alturaContato {
    margin-top: 32%;
  }

  .imagemContato {
    height: 1000px;
  }

  .imgMargimBottom {
    margin-bottom: 3%;
  }

  .subTituloH3 {
    text-align: left;
  }

  .alturaDiv {
    height: 40px;
  }

  .radio {
    margin-left: -55%;
  }

  .classAgendar {
    margin-left: -200%;
  }

  .googlePlayTC {
    margin-left: -74%;
  }

  .tituloTamanhoTC {
    width: 80%;
  }

  .paragrafoBannerTC {
    width: 80%;
  }

  .textoSobrepostoTC {
    transform: translate(8%, -105%);
  }

  .posicaoCirculoTC {
    margin-top: -1500%;
  }

  .imagemFundoTC {
    background-size: cover;
    background-repeat: no-repeat;
    width: 105%;
  }

  .tituloVantagensTC {
    margin-top: 6%;
    margin-left: 7%;
  }

  .paragrafoVantagensTc {
    margin-left: 7%;
  }

  .vantagensBoxTC {
    margin-left: 7%;
  }
}

@media (max-width: 425px) {

  .imagemFundo {
    max-width: 100%;
    height: 55em;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: 66%;
  }

  .imagem-escura::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    background: rgba(0, 0, 0, 0.1);
    /* Cor de fundo semi-transparente para escurecer (0.5 = 50% de opacidade) */
    z-index: 1;
    /* Garante que a camada escura fique acima da imagem */
    pointer-events: none;
    /* Garante que a camada escura não bloqueie eventos do mouse */
  }

  .tituloTamanho {
    font-size: 58px;
    width: 100%;
  }

  .paragrafoBanner {
    width: 100%;
    font-size: 23.8px;
    text-align: left;
    margin-bottom: 9%;
  }

  .botaoBanner {
    margin-left: -23%;
    padding: 5%;
    font-size: 22px;
  }

  .baixeAppAltura {
    margin-top: -21.6%;
    height: 725px;
  }

  .imgBaixeApp {
    margin-left: -10%;
    max-width: 113%;
    background-size: cover;
    object-fit: cover;
    display: block;
  }

  .stepsPosicao {
    margin-left: -5%;
    position: absolute;
    margin-top: -10%;
    z-index: 999;
  }

  .alturaSobre {
    margin-top: -3%;
  }

  .botoesAlturas {
    margin-top: 100%;
  }

  .whatsappBanner {
    margin-top: 0%;
    margin-left: 90%;
    width: 10%;
  }

  .textoSobreposto {
    transform: translate(8%, -122%);
  }

  .borderbox {
    margin-bottom: 5%;
  }

  .alturaComoFunciona {
    margin-top: -3%;
  }

  .alturaLojas {
    text-align: center;
    margin-top: 28%;
  }

  .googlePlay-posicao {
    margin-left: 0%;
    margin-bottom: 3%;
  }

  .espacamento-endereco {
    margin-bottom: 10% !important;
  }

  div[id^="divEndAdd"] .col-md-2 {
    width: 100%;
  }

  div[id^="divEndAdd"] .col-xs-10 {
    width: 100%;
  }

  div[id^="divContatoEnde"] {
    width: 240%;
    margin-top: 60%;
    margin-left: -130%;
  }

  div[id^="divTelEnde"] {
    width: 240%;
  }

  .campoNumeroNota {
    width: 240%;
    margin-top: -15%;
  }

  .imagemContato {
    height: 955px;
  }

  .footer-flex {
    display: block;
  }

  .laguraColunaFooter {
    width: 50%;
    margin-top: 15%;
  }

  .marginColunaFooter {
    margin-left: 40%;
    margin-top: -30%;
    width: 60%;
  }

  .marginContatoFooter {
    margin-top: 15%;
    margin-left: -15%;
  }

  .radio {
    margin-left: -16%;
  }

  .classAgendar {
    margin-left: -100%;
  }

  input[id^="comp"] {
    border: #000 solid 2px !important;
    margin-left: -3.5%;
    width: 102.5%;
    margin-bottom: 6%;
  }

  input[id^="telEnd"] {
    width: 95%;
  }

  input[id^="contatoEnd"] {
    width: 95%;
  }

  div[id^="divContatoEnde"] {
    margin-left: -125%;
  }

  input[id^="numNota"] {
    width: 213%;
  }

  .tituloTamanhoTC {
    width: 90%;
  }

  .paragrafoBannerTC {
    width: 90%;
  }

  .googlePlayTC {
    margin-left: -52%;
  }

  .textoSobrepostoTC {
    transform: translate(8%, -147%);
  }

  .paragrafoBannerTC {
    margin-bottom: 6%;
  }
}

@media (max-width: 375px) {

  .imagemFundo {
    object-position: 67%;
  }

  .textoSobreposto {
    transform: translate(8%, -115%);
  }

  .alturaLojas {
    margin-top: 46%;
  }

  .baixeAppAltura {
    margin-top: -24.3%;
    height: 732px;
  }

  .googlePlayBaixeApp {
    margin-left: 25%;
  }

  .radio {
    margin-left: 0%;
  }

  .classAgendar {
    margin-left: -80%;
  }

  #btnCalcFreteCEN {
    width: 50%;
  }

  .googlePlayTC {
    margin-left: -43%;
  }

  .textoSobrepostoTC {
    transform: translate(8%, -142%);
  }
}

@media (max-width: 320px) {

  .tituloTamanho {
    font-size: 48px;
  }

  .botaoBanner {
    margin-left: 0%;
  }

  .botoesAlturas {
    margin-top: 130%;
  }

  .whatsappBanner {
    margin-left: 90%;
  }

  .baixeAppAltura {
    margin-top: -28.4%;
    height: 696px;
  }

  .alturaLojas {
    margin-top: 44%;
  }

  div[id^="divContatoEnde"] {
    margin-left: -135%;
  }

  div[id^="divContatoEnde"] {
    margin-top: 80%;
  }

  .campoNumeroNota {
    margin-top: -25%;
    margin-left: -3%;
  }

  .setaBanner {
    margin-left: 1px;
    margin-right: 2px;
  }

  .stepsPosicao {
    margin-left: -8%;
    position: absolute;
    margin-top: 2%;
    z-index: 999;
  }

  .radio {
    margin-left: 16%;
  }

  .classAgendar {
    margin-left: -30%;
  }

  #btnCalcFreteCEN {
    width: 60%;
  }

  .googlePlayTC {
    margin-left: -32%;
  }

  .textoSobrepostoTC {
    transform: translate(8%, -132%);
  }
}