@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 {
  color: var(--color-primary) !important;
  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;
}

.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: var(--color-tertiary);
  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: var(--color-secondary);
  transform: translateY(-6px) scale(1.1);
  box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 35%);
}

.bgVeiculo.active {
  background-color: var(--color-secondary);
  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;
}

.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;
}

.topo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.social {
  padding-right: 50px;
  text-align: right;
  margin-top: 15%;
}

.topoMobile {
  display: none;
}

.logoTopo::after {
  content: '';
  position: relative;
  font-size: 0 !important;

  display: block;
  background: #fff;
  width: 350px;
  height: 350px;
  position: absolute;
  top: -195px;
  left: 23px;
  z-index: 1;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: -4px 5px 8px rgba(0, 0, 0, .4);
}

.tanaescuta {
  /* transform: translate(-46%, -25%);
  rotate: 45deg;
  clip-path: inset(544px 177px 14px 300px);
  position: absolute; */

  rotate: 45deg;
  clip-path: inset(479px 151px 14px 271px);
  position: absolute;
  margin-top: -79%;
  margin-left: -19%;
  width: 163%;
}

.carousel-indicators {
  top: 78%;
  margin-left: -29.5%;
}

.carousel-indicators li {
  width: 2% !important;
  height: 14% !important;
  border: 3px solid #b98300;
}

.carousel-indicators .active {
  border: 3px solid white;
}


.acesso {
  margin-left: 50px;
  margin-top: 50px;
  font-family: montserrat, sans-serif;
  font-weight: 200;
}

.botaoEntrar {
  font-weight: 900 !important;
  background: #b98300;
}

.botaoCadastrar {
  background: #01bbb0;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.botao {
  width: 100px;
  line-height: 31px;
  border: thin solid transparent;
  /* font: 200 14px montserrat, sans-serif; */
  height: 34px;
  margin-bottom: 10px;
  float: left;
  margin-right: 3px;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}

.botao:hover {
  color: black;
}

.banner {
  height: 100vh;
  width: 100%;
  position: absolute;
  margin-top: -7%;
}

.social>a>svg:hover {
  fill: #fdc800;
}

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

.menuUl {
  background-color: white;
  list-style-type: none;
  padding-left: 0;
  margin-left: 5%;
  display: flex;
  position: absolute;
  margin-top: -1%;
  z-index: 998;
  width: 90%;
  font: 23px / 1 Montserrat, sans-serif;
}

.itemMenuLi {
  margin: 1%;
  margin-right: 3%;
  padding-left: 5%;
}

.itemMenuLiCor:hover {
  color: #333 !important;
}

.act {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #b98300;
  transform: rotate(180deg);
  top: 0%;
  margin-left: 2%;
  transition: 250ms ease-in-out;
  z-index: 999;
  position: absolute;
}

.itemMenuLiCor:hover div {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #b98300;
  transform: rotate(180deg);
  top: 0%;
  margin-left: 2%;
  transition: 250ms ease-in-out;
  z-index: 999;
  position: absolute;
}

.btnSolicitarEntregas:hover {
  color: white;
}

.imgTipoVeiculo {
  background-position: 42% 10% !important;
  background-size: 100% !important;
}

.setaTipoVeiculo {
  margin-left: 42%;
  position: absolute;
}

@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;
}

.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 */

.logoDiv {
  height: 500px;
  position: absolute;
  z-index: 999;
  margin-top: 4%;
  margin-left: 25%;
  width: 41%;
  /* scale: 0.799; */
  rotate: 0deg;
}

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

.botoesAlturas {
  margin-top: 22%;
}

.img-tamanho {
  height: 80px;
}

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

.alturaLojas {
  margin-top: 1%;
}

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

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

.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%;
}

.googlePlay-sozinho {
  width: 18%;
}

.botaoVoltar {
  width: 12%;
  margin-left: 45%;
}

.baixeAgora {
  width: 13%;
  margin-top: 2%;
}

.logo {
  width: 15%;
}

/* .limitePagina {
  width: 1334px;
} */

.marginEntregas {
  margin-top: 3%;
}

.bx {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  min-height: 167px;
}

.linhasEntregas {
  margin-left: 5%;
  margin-top: 3%;
}

#sect2 {
  margin-top: -5%;
}

.iconeCaixa {
  float: left;
  width: 42%;
  height: 138px;
  margin-top: -150px;
  background-size: auto;
  background-repeat: no-repeat;
  transform: scale(0.5);
  margin-top: -3%;
  margin-left: -14%;
  position: relative;
}

.tituloEntregas {
  font-size: 31px;
  line-height: 1;
  padding-top: 34px;
  color: white;
  left: -6%;
  position: relative;
  margin-top: -4%;
}

.listaEntregas {
  padding: 30px 0 0 5px;
  color: white;
  margin-top: -5%;
}

.btnSolicitarEntregas {
  border-radius: 45px;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  margin-top: 5%;
  margin-left: 32%;
}

.figi1 {
  background-position: -3px -151px;
}

.figi2 {
  background-position: -3px -295px;
}

.figi3 {
  background-position: -5px -5px;
}

#entregas {
  background-size: cover;
  margin-top: -1%;
}

.bx-entregas {
  width: 145px;
  height: 140px;
  margin-bottom: 10px;
  transition: 1s !important;
}

.bxEntregasComuns {
  background-position: 3% 26% !important;
}

.bxEntregasEmpresas {
  background-position: 3% 52% !important;
}

.bxEntregasRestaurante {
  background-position: 1% 1% !important;
}

.bxEntregasSaude {
  background-position: 1% 76% !important;
}

.bxEntregasMargin {
  margin-top: 12%;
  margin-bottom: 7%;
}

.bxEntregasTextos {
  margin-left: -37%;
  font: 300 34px / 1 Montserrat, sans-serif;
  color: white;
}

.bx-entregas:hover {
  margin-top: -5%;
  transition: 1s;
  cursor: pointer;
}

.colunasEntregas {
  padding-left: 8%;
}

.overline {
  color: #4f4f4f !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
  font: 300 40px / 1 Montserrat, sans-serif;
  margin: 0;
}

.overlineLinha {
  height: 8px;
  width: 98px;
  margin: 1px auto 25px;
  background: #a9861b;
  display: block;
}

#sect3 {
  margin-bottom: 0%;
}

.colunas {
  column-count: 7;
}

#app {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) inset;
}

.tituloApp {
  padding-top: 4%;
}

.TabControl {
  min-height: 528px;
  height: auto;
  /* background: #001414; */
  overflow: hidden;
}

#headerApp {
  width: 10%;
  background: #001414;
  display: inline-block;
  position: relative;
  height: 627px;
}

.abas {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.aba {
  width: 72px;
  height: 71px;
  margin: 35px 0 28px;
  position: relative;
  cursor: pointer;
}

.abaConheca {
  background-position: 28% 73% !important;
}

.abaItem {
  padding: 0% 0% 0% 13%;
}

.abaFuncionamento {
  background-position: 28% 51% !important;
}

.abaPerguntas {
  background-position: 28% 61.8% !important;
}

.abaVantagens {
  background-position: 28% 84% !important;
}

#content {
  width: 90%;
  background: #177467;
  padding: 5px 6px 5px 40px;
  color: #fff;
  float: right;
  min-height: 627px;
}

.oapp {
  background-size: 495px !important;
  min-height: 506px;
}

.segura-txt {
  font-size: 18px;
  line-height: 1.8;
}

.selected {
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -44px;
  position: absolute;
  display: block;
  background: #001414;
  z-index: 99;
  margin-top: -20px;
  left: 7.4%;
}

.selectConheca {
  top: 25%;
}

.selectFunciona {
  top: 42%;
}

.selectFaq {
  top: 58%;
}

.selectVantagens {
  top: 76%;
}

.segura-txt h3 {
  font-size: 34px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff !important;
}

.accordion {
  width: 98%;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  left: -1%;
  position: relative;
}

.accordion-item {
  border-bottom: none;
  margin-bottom: 1%;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-title {
  font-size: 18px;
  font-weight: 100;
  padding: 15px;
  cursor: pointer;
  background-color: #031f1f;
  transition: 0.3s;
  width: 100%;
  color: white;
  height: 50px;
  align-items: center;
  display: flex;
}

.accordion-title:hover {
  background-color: #031f1f !important;
}

.accordion-title:hover {
  background-color: #e7e7e7;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
  border: 1px solid #031f1f;
}

.accordion-item input {
  display: none;
}

.accordion-item input:checked~.accordion-content {
  max-height: 200px;
  /* Ajuste conforme necessário */
  padding: 15px;
}

.accordionArrow {
  left: 97%;
  position: absolute;
}

label {
  margin-bottom: 0% !important;
}

.avisoImportante {
  border: 1px solid white;
  border-radius: 10px;
  padding: 1%;
  height: 75px;
  font-size: 14px;
  box-shadow: 2px 2px 2px #031f1f;
  position: relative;
  left: 17%;
}

.txtVantagens {
  margin-top: 7%;
  margin-left: 3%;
}

.botaoCadastreSe {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 45px;
  color: #b98300;
  padding: 0.6% 2% 0.6% 2%;
  text-transform: uppercase;
  margin-top: 10%;
}

.botaoCadastreSe:hover {
  background-color: #b98300;
  color: white;
}

#sect4 {
  margin-top: -4.2%;
  height: 400px;
}

.mensageiro {
  font: 100 63px / 1 Montserrat, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
  margin-top: 11%;
  margin-bottom: 34px;
  color: white !important;
  margin-left: 8%;
}

.btnMensageiro {
  padding: 3%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 17px;
  margin-left: 8%;
  margin-top: 0%;
}

.imgMensageiro {
  width: 55%;
  margin-left: 42%;
  margin-top: 8.3%;
}

footer {
  border-top: thin solid #3a3a3a;
  background-color: #252525;
  padding: 85px 0 15px !important;
}

.alinhamentoFooter {
  text-align: left;
}

.iconFooter {
  width: 28px;
  height: 65px;
  display: block;
  position: absolute;
  top: -11px;
  left: -19px;
}

.iconLocal {
  background-position: 78% 100% !important;
}

.iconTelefone {
  background-position: 93% 100% !important;
}

.iconEmail {
  background-position: 85% 100% !important;
}

.textoFooter {
  font-size: 14px;
  color: #999999;
  width: 75%;
}

.subTituloFooter {
  margin-bottom: 5%;
}

.margemTopFooter {
  border-top: 1px solid white;
  width: 21%;
  display: block;
  margin-top: 4%;
}

.lista {
  margin-left: -15%;
}

footer .social a {
  border: none;
}

footer .social a:hover {
  background: none;
}

footer .social a {
  margin: 0 0px;
  padding: 0px;
}

footer .social a {
  margin: 0 3px 0px 0px;
  padding: 0px;
}

footer .social {
  margin-top: -13%;
}

.iconApp {
  width: 146px;
  height: 65px;
  display: block;
  position: absolute;
  top: -11px;
  left: -19px;
}

.iconAppStore {
  background-position: 0% 93% !important;
}

.divIconAppStore {
  left: 33%;
  margin-top: 4%;
  position: relative;
  width: 1%;
}

.iconAppleStore {
  background-position: 32% 94% !important;
}

.divIconAppleStore {
  left: 33%;
  margin-top: 29%;
  position: relative;
  width: 1%;
}

.topo {
  top: -9px;
}

.tituloContato {
  text-transform: uppercase;
  font: 500 28px Montserrat, sans-serif;
  margin: 30px auto 80px;
  color: #003654 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}

.labelContato {
  display: inline-block;
  width: 100%;
  font: 16px Montserrat, sans-serif;
  color: #003654;
  transform: translate(0%, 10%);
}

.inputContato {
  display: inline-block;
  width: 94%;
  font: 16px Montserrat, sans-serif;
  color: #003654 !important;
  border-radius: 0px !important;
  border: 1px solid #003654 !important;
  height: 10px;
}

.colunasInputs {
  column-count: 3;
  margin-left: 7%;
}

.posicaoTxtContato {
  width: 94%;
  transform: translate(6%, 10%);
}

.btnContato {
  background-color: #003654;
  border-radius: 20px;
  color: white;
  width: 10%;
  margin-top: 2%;
  margin-bottom: 6%;
}

.btnContato:hover {
  color: white;
}

.btnContato:focus {
  color: white;
}

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

.txtMensagem {
  transform: translate(-4%, 10%);
}

.bannerTrabalheConosco {
  background-size: cover;
  max-width: 100%;
  height: 711px;
  color: #fff;
  padding-top: 337px;
  box-shadow: 1px 1px 0 #000;
  margin-top: -11%;
  background-attachment: fixed;
}

.tituloTrabalheConosco {
  margin-left: 10%;
  color: white !important;
}

.txtTrabalheConosco {
  color: white !important;
  margin-left: 10%;
  font-size: 27px;
  font-weight: 300;
  font-family: arial !important;
}

.listaTrabalheConosco {
  line-height: 40px;
  font-size: 22px;
  font-weight: 300;
  position: relative;
  margin-bottom: 20px;
  font-family: arial;
  padding-left: 8%;
  padding-top: 0.5%;
}

.iconTrabalheConosco {
  display: block;
  width: 50px;
  height: 50px;
  left: 1px;
  top: -5px;
  position: absolute;

}

.iconDinheiro {
  background-position: 57% 3%;
}

.iconRelogio {
  background-position: 57% 13%;
}

.iconMedalha {
  background-position: 68% 14%;
}

.estiloListaTrabalheConosco {
  list-style: none;
  margin-top: 5%;
  margin-left: 4.3%;
}

.moto {
  top: 39%;
  position: absolute;
  left: 50%;
  width: 55%;
}

.baixeApp {
  position: relative;
}

.seja {
  position: absolute;
  top: 0;
  z-index: 999;
  max-width: 303px;
  transition: 250ms linear;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
}

.tituloH4 {
  background: #003b37;
  margin: 0;
  padding: 25px 20px;
  font-size: 20px;
  text-align: center;
  position: relative;
  border-radius: 5px 5px 0 0;
  color: #fff;
}

.marcadorTrabalhe {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 48%;
  z-index: 1;
  left: 50%;
  margin-left: -8px;
  transform: rotate(-45deg);
  background: #003b37;
}

.campoApp {
  padding: 27px 20px 5px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: none;
}

.fixar {
  position: fixed;
  top: 30px;
}

.linhaFacaCadastro {
  margin-top: 10%;
}

.fontFacaCadastro {
  font-size: 15.2px;
}

.margemFacaCadastro {
  margin-left: 10.5%;
}

.iconeTrabalheConosco {
  width: 42px;
  height: 22px;
  background-position: -252px -532px;
  float: right;
  margin-top: 0px;
  margin-right: 12px;
}

.iconeSeta {
  background-position: -252px -532px;
}

.bordaTrabalheConosco {
  border: 1px solid #ff9110;
  border-radius: 48px;
  width: 87%;
  margin-left: 10%;
  margin-top: 4%;
  padding: 1%;
  font-size: 20px;
  padding-left: 4%;
  font-family: monospace;
  font-weight: 900;
  color: #ff9110;
}

#depoimento {
  position: relative;
  padding: 60px 0 0;
  width: 100%;
}

#depoimento {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1211px;
  z-index: 0;
  margin-top: -30%;
}

#depoimento::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 200%;
  height: 766px;
  top: 22%;
  left: 50%;
  transform: translateX(-50%) rotate(-15deg);
  background: #029e94;
  background: -moz-linear-gradient(left, #029e94 1%, #00c0b4 39%, #00c0b4 62%, #029e94 100%);
  background: -webkit-linear-gradient(left, #029e94 1%, #00c0b4 39%, #00c0b4 62%, #029e94 100%);
  background: linear-gradient(to right, #029e94 1%, #00c0b4 39%, #00c0b4 62%, #029e94 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#029e94', endColorstr='#029e94', GradientType=1);
}

.margemQuemUsa {
  margin-top: 21%;
  margin-left: 4.8%;
}

.h2Depoimento {
  text-transform: uppercase;
  font: 38px robotoblack;
  line-height: 1.2;
  color: #056f68 !important;
  margin-bottom: 20px;
}

.imgPessoa {
  width: 100%;
  border-radius: 100%;
  height: 115px !important;
}

.margemPessoa {
  margin-left: 9%;
}

.figure {
  width: 15%;
  height: 155px;
  display: block;
  border-radius: 50%;
  border: 20px solid rgba(5, 152, 143, .8);
}

.iconeLikeStar {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: -62px;
  left: -139px;
  height: 299px;
  scale: 0.8;
}

.textoQuemUsa {
  padding-top: 20px;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  margin-left: 18%;
  margin-top: -16%;
  font-size: 12px;
  width: 40%;
  height: 333px;
}

.NomePessoa {
  font-weight: 900;
  font-size: 22px;
  display: block;
  margin-top: 20px;
  color: #056f68;
}

.circuloQuemUsa {
  margin-right: 1% !important;
  height: 81px !important;
  margin-left: -51%;
}

.imgInstaleApp {
  width: 52%;
  margin-top: -19%;
}

.arrowdown {
  width: 66px;
  height: 67px;
  margin: 10px 0;
}

.conceito {
  font: 30px robotoblack;
  text-transform: uppercase;
  color: #00bfb3 !important;
}

.conceitoParagrafo {
  color: #2d2d2d;
  font-size: 20px;
}

.instaleGooglePlay {
  width: 234px;
  height: 65px;
  display: block;
  margin: 30px 0;
  font-size: 0;
}

.listaInstale {
  font-size: 18px;
  line-height: 35px;
}

.form-control,
form .form-control {
  padding: 8px;
}

.form-control,
form .form-control {
  margin-top: -2%;
}

label {
  margin-bottom: 2.3% !important;
}

.iconApp {
  left: 54px;
}

.rowComplemento {
  margin-top: 4.2%;
}

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

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

  .googlePlay-sozinho {
    width: 25%;
  }

  .carousel-inner>.item>a>img,
  .carousel-inner>.item>img,
  .img-responsive,
  .thumbnail a>img,
  .thumbnail>img {
    width: 100%;
  }

  .carousel-indicators li {
    width: 2% !important;
    height: 12% !important;
    border: 3px solid #b98300;
    border-radius: 20px
  }

  .social>a>svg {
    width: 22%;
    height: 40%;
  }

  .acesso>a {
    width: 44%;
  }
}

@media (min-width: 1440px) {
  .botoesAlturas {
    margin-top: 18%;
  }

  .menuUl {
    margin-top: -6%;
  }

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

  .txtVantagens {
    margin-top: 6.6%;
  }

  #sect2 {
    margin-top: 2%;
  }

  .topoContato {
    margin-top: 10%;
  }
}

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

  .marginEntregas {
    margin-top: 5%;
  }

  #entregas {
    margin-top: 5%;
  }

  .selected {
    left: 7.8%;
  }

  .txtVantagens {
    margin-top: 5.9%;
  }

  #headerApp {
    height: 647px;
  }

  #content {
    min-height: 647px;
  }

  #sect2 {
    margin-top: 0%;
  }


}

@media (min-width: 1920px) {
  .botoesAlturas {
    margin-top: 40%;
  }

  .marginEntregas {
    margin-top: 8%;
  }

  .menuUl {
    margin-top: 9%;
  }

  #entregas {
    margin-top: 8%;
  }

  .selected {
    left: 8.3%;
  }

  .txtVantagens {
    margin-top: 4.9%;
  }

  .botaoCadastreSe {
    margin-top: 8%;
  }

  #sect2 {
    margin-top: 3%;
  }

  .topoContato {
    margin-top: 18%;
  }

  .margemBannerTrabalheConosco {
    margin-top: 3%;
  }

  .bannerTrabalheConosco {
    height: 749px;
  }

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

@media (min-width: 2560px) {
  .menuUl {
    margin-top: 40%;
  }

  .marginEntregas {
    margin-top: 20%;
  }


  .backgroundEntregas {
    background-size: contain !important;
  }

  #entregas {
    margin-top: 20%;
  }

  .selected {
    left: 8.8%;
  }

  .txtVantagens {
    margin-top: 3.66%;
  }

  .botaoCadastreSe {
    margin-top: 5%;
  }

  #sect4 {
    margin-top: -2.2%;
  }

  #headerApp {
    height: 667px;
  }

  #content {
    min-height: 667px;
  }

  .subTituloFooter {
    font-size: 22px;
  }

  .textoFooter {
    font-size: 20px;
  }

  footer .social a {
    margin: 0 0px 0px 0px;
    padding: 0px;
    display: inline;
  }

  .divIconAppStore {
    margin-top: 6%;
  }

  #sect2 {
    margin-top: 0%;
  }

  .margemBannerTrabalheConosco {
    margin-top: 10%;
  }

  .bannerTrabalheConosco {
    height: 831px;
  }

}

/* 1366px x 768 */
@media (min-width: 1600px) {}


@media (max-width: 1024px) {
  body {
    background-size: auto !important;
  }

  .botoesAlturas {
    margin-top: 28%;
  }

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

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

  .topoNormal {
    display: none;
  }

  .topoMobile {
    display: block;
    z-index: 999;
    position: relative;
    margin-bottom: 14.7%;
    height: 76px;
  }

  .logoMobile {
    clip-path: inset(533px 30px 111px 439px);
    position: absolute;
    left: -153%;
    top: -518px;
  }

  .facebookMobile {
    left: 30%;
    top: 21px;
    position: relative;
  }

  .facebookMobile>svg {
    fill: #004559;
  }

  .instagranMobile {
    left: 30%;
    top: 21px;
    position: relative;
  }

  .instagranMobile>svg {
    fill: #004559;
  }

  .menuMobile {
    position: absolute;
    left: 155%;
    top: 21px;
    border: none;
    background-color: white;
  }

  .itensMenu {
    border-top: 1px solid #004559;
    margin-top: 7%;
    background-color: white;
    position: relative;
    height: 176px;
    display: none;
  }

  .mbItensMenu {
    margin-bottom: 2%;
    color: #004559;
  }

  .banner {
    margin-top: -15%;
  }

  .carousel-indicators li {
    width: 3% !important;
    height: 22% !important;
  }

  .menuUl {
    margin-top: -16%;
    display: none;
  }

  .marginEntregas {
    margin-top: 10%;
  }

  .alturaDivPagina {
    height: 389px !important;
  }

  .iconeCaixa {
    width: 51%;
  }

  .tituloEntregas {
    width: 0%;
  }

  .backgroundEntregas {
    background-size: cover !important;
    background-attachment: local !important;
  }

  .bxEntregasMargin {
    margin-top: 16%;
  }

  .colunasEntregas {
    padding-left: 4%;
  }

  .bxEntregasTextos {
    font: 300 28px / 1 Montserrat, sans-serif;
  }

  .colunas {
    column-count: 4;
  }

  #headerApp {
    display: inline-table;
  }

  .abas {
    display: flex;
    width: 100%;
    min-width: 1024px;
  }

  #content {
    width: 100%;
    margin-top: -1%;
    min-height: 586px;
  }

  .selected {
    margin-top: -3px;
    margin-left: 8%;
    width: 25px;
  }

  .selectConheca {
    top: 25.6%;
  }

  .selectFunciona {
    top: 25.7%;
    left: 27%;
  }

  .selectFaq {
    top: 25.6%;
    left: 47%;
  }

  .selectVantagens {
    top: 25.6%;
    left: 67%;
  }

  .avisoImportante {
    left: 11%;
  }

  .botaoCadastreSe {
    margin-top: 21%;
  }

  .txtVantagens {
    margin-top: 8.4%;
  }

  #sect4 {
    margin-top: -5%;
  }

  .imgMensageiro {
    margin-top: 24.1%;
  }

  .mensageiro {
    text-align: left;
  }

  .botaoCadastreSe {
    margin-top: 4%;
  }

  #headerApp {
    height: 67px;
  }

  .divIconAppleStore {
    left: 19%;
  }

  .divIconAppStore {
    left: 19%;
  }

  .topoContato {
    margin-top: 10%;
  }

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

  .margemBannerTrabalheConosco {
    margin-top: -21%;
  }

  .tituloTrabalheConosco {
    margin-left: 0%;
  }

  .txtTrabalheConosco {
    margin-left: 0%;
  }

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

  .moto {
    display: none;
  }

  .bannerTrabalheConosco {
    height: 611px;
  }

  .bordaTrabalheConosco {
    width: 102%;
  }

  .NomePessoa {
    margin-top: 40px;
  }

  .figure {
    width: 18%;
  }

  .iconeLikeStar {
    left: -113px;
  }

  .textoQuemUsa {
    margin-left: 21%;
    font-size: 16px;
    width: 70%;
  }

  .circuloQuemUsa {
    margin-left: -48.8%;
    margin-top: 8%;
  }

  .imgInstaleApp {
    width: 74%;
    margin-top: -31%;
    margin-left: -12%;
  }

  .rowComplemento {
    margin-top: 2.2%;
  }
}

@media (max-width: 890px) {
  .menuMobile {
    left: 97% !important;
    top: -96px !important;
  }

  .facebookMobile {
    top: -54px;
  }

  .instagranMobile {
    top: -53px;
  }

  .imgMensageiro {
    display: none;
  }

  .lista {
    margin-left: -5%;
  }

  .divIconAppStore {
    margin-top: 15%;
  }

  .divIconAppleStore {
    left: 40%;
    margin-top: 15.97%;
  }

  .bxEntregasMargin {
    column-count: 2;
  }

  .colunasEntregas {
    margin-bottom: 3%;
  }

  .bxEntregasSaude {
    margin-left: 9%;
  }

  .iconeCaixa {
    width: 23%;
  }
}

@media (max-width: 768px) {
  .botoesAlturas {
    margin-top: 40%;
  }

  .alturaLojas {
    margin-top: 0%;
  }

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

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

  .tamanhoLogo {
    width: 23%;
  }

  .botaoVoltar {
    width: 18%;
    margin-left: 42%;
  }

  .googlePlay-posicao {
    margin-left: 65%;
    width: 40%;
    margin-top: 8%;
  }

  .appStore {
    margin-left: -2%;
    margin-top: 8%;
    width: 40%;
  }

  .logoMobile {
    left: -69%;
  }

  .facebookMobile {
    left: 40%;
  }

  .instagranMobile {
    left: 40%;
  }

  .menuMobile {
    left: 117%;
    top: -16px;
  }

  .carousel-indicators li {
    width: 4% !important;
    height: 25% !important;
    border-radius: 13px;
  }

  .carousel-inner>div {
    width: 100%;
    /* Largura total do contêiner */
    height: 500px;
    /* Altura desejada do contêiner */
    overflow: hidden;
    /* Esconde partes da imagem fora do contêiner */
    position: relative;
    /* Necessário para o posicionamento absoluto da imagem */
  }

  .carousel-inner>div>img {
    position: absolute;
    top: -30px;
    left: 0px;
    height: auto !important;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    /* max-width: none !important; */
    object-fit: cover;
    object-position: 50% 50%;
  }

  .banner2 {
    object-position: 27% 50% !important;
  }

  .menuUl {
    margin-top: -64%;
  }

  .alturaDivPagina {
    height: 377px !important;
  }

  .iconeCaixa {
    width: 40%;
  }

  .posicaoTituloEntregas {
    transform: translate(71%, -3%);
    width: 50%;
  }

  .listaEntregas {
    padding: 0px 0 0 5px;
    color: white;
    margin-top: -5%;
    transform: translate(33%, 40%);
    width: 60%;
  }

  .entregasEmpresas {
    padding: 0px 0 0 5px;
    color: white;
    margin-top: -5%;
    transform: translate(3%, 40%);
    width: 100%;
  }

  .entregasSaude {
    width: 80%;
    transform: translate(23%, 40%);
  }

  .posicaoSaude {
    margin-left: -45%;
  }

  .colunasEntregas {
    padding-left: 19%;
    display: inline-flex;
    margin-right: 3%;
    margin-bottom: 9%;
  }

  .abas {
    min-width: 768px;
  }

  .selected {
    margin-top: -10px;
  }

  .selectFunciona {
    left: 30%;
  }

  .selectFaq {
    left: 52%;
  }

  .selectVantagens {
    left: 75%;
  }

  .avisoImportante {
    left: 0%;
    width: 36%;
    padding: 2%;
    height: 100px;
  }

  .accordion-item input:checked~.accordion-content {
    max-height: 219px;
  }

  .txtVantagens {
    margin-top: 11.5%;
  }

  #sect4 {
    margin-top: -7%;
  }

  .mensageiro {
    text-align: left;
    margin-left: -1%;
    margin-top: 2%;
  }

  .btnMensageiro {
    padding: 2%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 17px;
    margin-left: 8%;
    margin-top: 3% !important;
    margin-left: -2%;
  }

  .imgMensageiro {
    width: 34%;
    margin-left: 68%;
    margin-top: -18.8%;
  }

  .alinhamentoFooter {
    display: grid;
  }

  .footerOrdem1 {
    order: 1;
  }

  .footerOrdem2 {
    order: 2;
  }

  .footerOrdem3 {
    order: 3;
  }

  .footerOrdem4 {
    order: 4;
  }

  .footerOrdem5 {
    order: 5;
  }

  .footerOrdem6 {
    order: 6;
  }

  .footerOrdem7 {
    order: 7;
  }

  .footerOrdem8 {
    order: 8;
  }

  .margemTopFooter {
    width: 8%;
    margin-top: -1%;
  }

  .subTituloFooter {
    font: 300 20px / 1.4 Montserrat, sans-serif;
    margin-bottom: 2%;
  }

  .iconFooter {
    display: none;
  }

  .textoFooter {
    font: 300 20px / 1.4 Montserrat, sans-serif;
    width: 47%;
  }

  .maegemRodapeTexto {
    margin-bottom: 4%;
  }

  .lista {
    margin-left: -6%;
  }

  footer .social {
    display: none;
  }

  .divIconAppStore {
    left: 63.7%;
    width: 5%;
  }

  .divIconAppleStore {
    left: 83%;
    width: 5%;
    top: -84%;
  }

  .footerDivugacao {
    height: 80px;
  }

  .divIconAppleStore {
    top: -217%;
  }

  .colunasInputs {
    column-count: 1;
  }

  .inputContato {
    width: 98%;
  }

  .textAreaContato {
    width: 100%;
  }

  .bannerTrabalheConosco {
    background-position: 44% 10%;
  }

  .tituloTrabalheConosco {
    text-align: left;
  }

  .txtTrabalheConosco {
    text-align: left;
  }

  .margemBannerTrabalheConosco {
    margin-top: -32%;
  }

  .bordaTrabalheConosco {
    width: 89%;
  }

  .figure {
    width: 21%;
    margin-left: 3%;
  }

  .textoQuemUsa {
    margin-left: 28%;
    margin-top: -20%;
  }

  .iconeLikeStar {
    left: -76px;
  }

  .circuloQuemUsa {
    margin-top: 7%;
    margin-left: -38.5%;
  }

  .textoQuemUsa {
    margin-left: 28%;
    margin-top: -20%;
    width: 60%;
  }

  .carousel-indicators li {
    height: 19px !important;
  }

  #depoimento::after {
    height: 826px;
  }

  .h2Depoimento {
    text-align: left;
    margin-left: -14%;
    margin-top: 24%;
  }

  .conceito {
    text-align: left;
  }

  .marginEntregas {
    margin-top: 9%;
  }

  .controls {
    margin-top: 2%;
  }

  .form-control,
  form .form-control {
    margin-top: -1%;
  }

  .bxEntregasSaude {
    margin-left: 63%;
  }

  .txtEntregasSaude {
    margin-left: 51%;
  }

  .divIconAppStore {
    left: 39%;
    top: -72%;
  }

  .divIconAppleStore {
    top: -76%;
  }

  footer .social {
    display: block;
  }

}

@media (max-width: 767px) {

  .bx-logo {
    margin-left: -31%;
    margin-top: -6%;
  }

  .menuMobile {
    left: 97% !important;
    top: -96px !important;
  }

  .facebookMobile {
    top: -7px !important;
  }

  .instagranMobile {
    top: -7px !important;
  }

  .topoMobile .menuMobile {
    margin-top: 29% !important;
    margin-left: -6%;
  }

  .divIconAppleStore {
    top: -73%;
  }
}

@media (max-width: 685px) {
  .bx-logo {
    margin-left: -23%;
  }

  .divIconAppStore {
    left: 46% !important;
    margin-top: 10%;
  }

  .divIconAppleStore {
    left: 68% !important;
    margin-top: 38%;
  }

  .divIconAppStore {
    margin-top: 17%;
  }

  .divIconAppleStore {
    margin-top: 18%;
  }

  .selectFaq {
    left: 52%;
    top: 25%;
  }

  .abaItem {
    padding: 0% 0% 0% 10%;
  }

  .selectFunciona {
    top: 25%;
  }

  .iconeCaixa {
    width: 45%;
  }
}

@media (max-width: 442px) {
  .divIconAppStore {
    left: 4% !important;
  }

  .divIconAppleStore {
    left: 40% !important;
    margin-top: 55%;
  }

  .colunas {
    column-count: 2;
  }

  .bx-logo {
    margin-left: -10%;
  }

  .topoMobile .menuMobile {
    margin-top: 57% !important;
    margin-left: -20%;
  }

  .ancoraRestaurante {
    margin-left: -25%;
  }

  .bxEntregasTextos {
    font: 300 20px / 1 Montserrat, sans-serif;
  }

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

  .selected {
    margin-top: -22px;
  }

  .abaItem {
    padding: 0% 0% 0% 4%;
  }

  .selectVantagens {
    left: 74%;
    margin-top: -9% !important;
  }

  .oapp {
    background: none !important;
  }

  .colunasEntregas {
    padding-left: 0%;
  }

  .bx-entregas {
    scale: 50%;
  }

  .colunasEntregas {
    margin-left: 12%;
  }

  .ancoraSaude {
    transform: translate(-29%, 7%);
  }

  .bxEntregasSaude {
    margin-left: 26%;
  }

  .txtEntregasSaude {
    margin-left: 24%;
  }

  .divIconAppleStore {
    margin-top: 22%;
    left: 31% !important;
  }

  .divIconAppStore {
    margin-top: 20%;
    left: -4% !important;
  }

  footer .social {
    margin-top: -8%;
    text-align: center;
  }

  .iconeCaixa {
    width: 70%;
  }

  .posicaoTituloEntregas {
    transform: translate(20%, -3%);
    width: 50%;
  }

  .listaEntregas {
    padding: 0px 0 0 5px;
    transform: translate(-3%, 40%);
    width: 100%;
    margin-bottom: 8%;
  }

  .btnSolicitarEntregas {
    margin-left: 23%;
  }
}

@media (max-width: 425px) {

  .botoesAlturas {
    margin-top: 40%;
  }

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

  .baixeAgora {
    width: 30%;
    margin-top: 5%;
  }

  .logo {
    width: 30%;
  }

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

  .googlePlay-sozinho {
    width: 35%;
  }

  .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%;
  }

  .tamanhoLogo {
    width: 37%;
  }

  .botaoVoltar {
    width: 35%;
    margin-left: 35%;
  }

  .googlePlay-sozinho {
    width: 40%;
  }

  .logoMobile {
    left: -126%;
  }

  .facebookMobile {
    left: 58%;
  }

  .instagranMobile {
    left: 58%;
  }

  .menuMobile {
    left: 113%;
  }

  .carousel-indicators li {
    width: 9% !important;
    height: 25% !important;
    border-radius: 23px;
  }

  .posicaoTituloEntregas {
    transform: translate(20%, -3%);
  }

  .iconeCaixa {
    width: 72%;
  }

  .listaEntregas {
    transform: translate(-13%, 40%);
    width: 100%;
    margin-bottom: 8%;
  }

  .btnSolicitarEntregas {
    margin-left: 18%;
  }

  .listaEntregas {
    transform: translate(-18%, 40%);
    width: 100%;
    margin-bottom: 8%;
    list-style-type: none;
    text-align: center;
  }

  .notaFiscal {
    width: 100%;
    margin-left: 20%;
  }

  .entregasEmpresas {
    transform: translate(-23%, 40%);
    width: 100%;
    margin-bottom: 8%;
    list-style-type: none;
    text-align: center;
  }

  .deliverySucesso {
    margin-left: 32%;
  }

  .higienizados {
    margin-left: 26%;
  }

  .iconeCaixa {
    width: 76%;
  }

  #entregas {
    background: none !important;
    background-color: #d96500 !important;
  }

  .posicaoSaude {
    transform: translate(230%, -197%);
  }

  #entregas {
    margin-bottom: -10%;
    height: 500px;
  }

  .colunasEntregas {
    padding-left: 9%;
    display: inline-flex;
    margin-right: 0%;
    margin-bottom: 0%;
  }

  .scalaIcones {
    scale: 0.6;
  }

  .ancoraSaude {
    transform: translate(305%, -166%);
  }

  .ancoraRestaurante {
    transform: translate(-19%, 0%);
  }

  .colunas {
    column-count: 2;
    margin-left: 9%;
  }

  .abaItem {
    padding: 0% 0% 0% 3%;
  }

  #content {
    margin-top: -2%;
  }

  .selected {
    margin-top: -21px;
  }

  .selectConheca {
    left: 4%;
  }

  .selectFunciona {
    left: 25%;
  }

  .selectFaq {
    left: 46%;
  }

  .selectVantagens {
    left: 70%;
    top: 25.2%;
  }

  #tabConhecaApp {
    background-image: none !important;
  }

  #content {
    padding: 4px 6px 5px 2px;
  }

  .botaoCadastreSe {
    transform: translate(132%, 10%);
  }

  .accordionArrow {
    left: 93%;
  }

  .accordion-content {
    display: grid !important;
  }

  .accordion-item input:checked~.accordion-content {
    max-height: 406px;
  }

  .ordem1 {
    order: 1;
  }

  .ordem2 {
    order: 2;
  }

  .avisoImportante {
    left: 9%;
    width: 84%;
    padding: 2%;
    height: 64px;
    text-align: center;
    margin-bottom: 2%;
  }

  .txtVantagens {
    margin-top: 19.8%;
  }

  .vantagensDisplay {
    display: block !important;
  }

  .imgMensageiro {
    display: none;
  }

  .mensageiro {
    text-align: center;
  }

  .btnMensageiro {
    margin-top: 7% !important;
    margin-left: -22%;
  }

  #sect4 {
    margin-top: -12%;
  }

  .margemTopFooter {
    width: 19%;
    margin-top: -1%;
  }

  .lista {
    margin-left: -10%;
  }

  .textoFooter {
    width: 74%;
  }

  .divIconAppStore {
    left: 17.7%;
    width: 5%;
  }

  .divIconAppleStore {
    top: -116%;
    left: 54%;
  }

  .maegemRodapeTextoEmail {
    margin-bottom: 0%;
  }

  #sect2 {
    margin-top: 5%;
  }

  /* trocar o fundo com as cores */
  .fundoEntregasComuns {
    background-color: #003c3c !important;
    background-image: none !important;
  }

  .fundoEntregasEmpresas {
    background-color: #e17000 !important;
    background-image: none !important;
  }

  .fundoEntregasRestaurantes {
    background-color: #002432 !important;
    background-image: none !important;
  }

  .fundoEntregasSaude {
    background-color: #003734 !important;
    background-image: none !important;
  }

  .inputContato {
    width: 96%;
  }

  .textAreaContato {
    width: 103%;
    margin-left: -2%;
  }

  .btnContato {
    width: 23%;
  }

  .labelTextArea {
    margin-left: -2%;
  }

  .margemBannerTrabalheConosco {
    margin-top: -83%;
  }

  .bannerTrabalheConosco {
    background-position: 57% 10%;
    margin-top: -12%;
  }

  .estiloListaTrabalheConosco {
    margin-left: -11%;
  }

  .listaTrabalheConosco {
    padding-left: 13%;
  }

  .seja {
    left: 12%;
  }

  .linhaFacaCadastro {
    margin-top: 30%;
  }

  .bordaTrabalheConosco {
    display: none;
  }

  .h2Depoimento {
    margin-left: -15%;
    margin-top: 49%;
    width: 100%;
    font-size: 30px;
  }

  .figure {
    width: 39%;
    margin-left: 21%;
  }

  .iconeLikeStar {
    left: 18px;
    top: -12%;
  }

  .textoQuemUsa {
    margin-left: 0%;
    margin-top: 11%;
    width: 90%;
  }

  .divTextoPessoa {
    height: 604px !important;
  }

  #depoimento::after {
    height: 879px !important;
  }

  .circuloQuemUsa {
    margin-top: 41%;
    margin-left: -30.9%;
  }

  .imgInstaleApp {
    display: none;
  }

  .instaleGooglePlay {
    transform: translate(38%, 10%);
  }

  .marginEntregas {
    margin-top: 4%;
  }

  .controls {
    margin-top: 1%;
  }

  .ancoraSaude {
    transform: translate(-54%, 3%);
  }

  .selectFunciona {
    top: 26%;
  }

  .selectFaq {
    top: 26%;
  }

  .selectVantagens {
    margin-top: -4% !important;
  }

  footer .social {
    margin-top: -2%;
  }

  .divIconAppleStore {
    left: 32% !important;
    top: -76%;
  }

  #entregas {
    margin-bottom: -10%;
    height: 1050px;
    text-align: center;
  }

  .bxEntregasMargin {
    column-count: 1;
  }

  .scalaIcones {
    scale: 1;
  }

  .bx-entregas {
    scale: 1;
  }

  .ancoraRestaurante {
    transform: translate(12%, 0%);
    margin-left: -15%;
  }

  .ancoraSaude {
    transform: translate(-8%, 0%);
  }

  .colunasEntregas {
    margin-top: 10%;
  }

  .divIconAppleStore {
    left: 30% !important;
  }

  .divIconAppStore {
    left: -8% !important;
  }
}


@media (max-width: 412px) and (min-width: 384px) {
  .selectVantagens {
    margin-top: -8% !important;
    margin-left: 15%;
  }
}

@media (max-width: 383px) {
  .divIconAppStore {
    margin-left: -25%;
  }

  .divIconAppleStore {
    margin-top: 22%;
    margin-left: -21%;
  }

  .topoMobile .menuMobile {
    margin-top: 74% !important;
    margin-left: -20%;
  }

  .selectFunciona {
    top: 25%;
  }

  .selectFaq {
    top: 25%;
  }

  .selectVantagens {
    left: 79%;
    top: 23.2%;
  }

  .iconeCaixa {
    width: 82%;
  }

  .listaEntregas {
    margin-bottom: 16%;
  }
}

@media (max-width: 375px) {
  .logoMobile {
    left: -143%;
  }

  .facebookMobile {
    left: 67%;
  }

  .instagranMobile {
    left: 67%;
  }

  .iconeCaixa {
    width: 89%;
  }

  .posicaoTituloEntregas {
    transform: translate(-14%, -3%);
  }

  .rapidoSeguro {
    margin-left: 36%;
  }

  .listaEntregas {
    transform: translate(-18%, 24%);
  }

  .entregasEmpresas {
    transform: translate(-23%, 17%);
  }

  .higienizados {
    margin-left: 34%;
  }

  .sanitario {
    margin-left: 35%;
  }

  .rapido {
    margin-left: 34%;
  }

  .ancoraEmpresas {
    transform: translate(51%, 0%);
  }

  .colunasEntregas {
    padding-left: 4%;
  }

  .abaItem {
    padding: 0% 0% 0% 2%;
    scale: 0.9;
  }

  #content {
    min-height: 610px;
  }

  .selected {
    margin-top: -30px;
  }

  .selectConheca {
    left: 1%;
  }

  .botaoCadastreSe {
    transform: translate(112%, 10%);
  }

  .avisoImportante {
    height: 90px;
  }

  #sect4 {
    margin-top: -16%;
  }

  .mensageiro {
    text-align: center;
    font-size: 40px;
    margin-top: 10%;
  }

  .divIconAppStore {
    left: 13.7%;
    margin-left: 0%;
  }

  .divIconAppleStore {
    top: -101%;
    margin-left: 0%;
  }

  .margemBannerTrabalheConosco {
    margin-top: -95%;
  }

  .estiloListaTrabalheConosco {
    margin-left: -12%;
  }

  .listaTrabalheConosco {
    padding-left: 15%;
  }

  .seja {
    left: 7%;
  }

  .h2Depoimento {
    margin-top: 57%;
    width: 100%;
    font-size: 26px;
  }

  .figure {
    width: 45%;
    margin-left: 21%;
  }

  .iconeLikeStar {
    left: 15px;
    top: -10%;
  }

  .instaleGooglePlay {
    transform: translate(30%, 10%);
  }

  .textoFooter {
    width: 80%;
  }

  .iconApp {
    left: -20px;
  }

  .divIconAppleStore {
    left: 54% !important;
    top: -75%;
  }

  .selectFunciona {
    top: 26%;
  }

  .ancoraEmpresas {
    transform: translate(0%, 0%);
  }
}

@media (max-width: 320px) {


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

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

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

  .logoMobile {
    left: -168%;
  }

  .facebookMobile {
    left: 73%;
  }

  .instagranMobile {
    left: 73%;
  }

  .carousel-inner>div>img {
    min-height: 77%;
  }

  .carousel-indicators {
    bottom: 41px;
    width: 61%;
    margin-top: -25%;
    height: 15%;
  }

  .alturaDivPagina {
    height: 290px !important;
  }

  .iconeCaixa {
    width: 109%;
  }

  .iconeCaixa {
    width: 109%;
  }

  .posicaoTituloEntregas {
    transform: translate(-37%, -3%);
  }

  .ideal {
    left: -9%;
    position: relative;
    font-size: 11px;
  }

  .transporteDocumento {
    left: -9%;
    position: relative;
    font-size: 11px;
  }

  .rapido {
    font-size: 11px;
    left: -3%;
    position: relative;
  }

  .btnSolicitarEntregas {
    margin-left: 7%;
  }

  .otimizaTrabalho {
    position: relative;
    left: -5%;
    font-size: 11px;
  }

  .multicontas {
    position: relative;
    left: -4%;
    font-size: 11px;
  }

  .notaFiscal {
    font-size: 11px;
  }

  .velocidade {
    position: relative;
    left: -9%;
    font-size: 11px;
  }

  .simplifiqueEntregas {
    font-size: 11.6px;
    position: relative;
    left: -9%;
  }

  .simplifique {
    font-size: 11px;
    position: relative;
    left: -8%;
  }

  .deliverySucesso {
    font-size: 11px;
  }

  .clinicasHospitais {
    position: relative;
    left: -10%;
    font-size: 11px;
  }

  .sanitario {
    margin-left: 26%;
    font-size: 11px;
  }

  .higienizados {
    margin-left: 27%;
    font-size: 11px;
  }

  .ancoraEmpresas {
    transform: translate(167%, -166%);
  }

  .ancoraRestaurante {
    transform: translate(-19%, -176%);
  }

  .ancoraSaude {
    transform: translate(249%, -342%);
  }

  .botaoCadastreSe {
    transform: translate(100%, 10%);
  }

  .abas {
    min-width: 320px;
  }

  .abaItem {
    padding: 0% 0% 0% 1%;
    scale: 0.7;
  }

  .selectVantagens {
    top: 20.9%;
  }

  .divIconAppStore {
    left: 4.7%;
  }

  .divIconAppleStore {
    top: -84%;
  }

  #sect2 {
    margin-top: -1%;
  }

  .btnContato {
    width: 33%;
  }

  .bannerTrabalheConosco {
    background-position: 49% 10%;
  }

  .margemBannerTrabalheConosco {
    margin-top: -117%;
  }

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

  .listaTrabalheConosco {
    padding-left: 18%;
  }

  .seja {
    left: 0%;
  }

  .linhaFacaCadastro {
    margin-top: 70%;
  }

  .h2Depoimento {
    margin-top: 83%;
    font-size: 21px;
  }

  .figure {
    width: 52%;
    margin-left: 15%;
  }

  .iconeLikeStar {
    left: -14px;
    top: -6%;
  }

  .divTextoPessoa {
    height: 1006px !important;
  }

  #depoimento {
    height: 1335px;
  }

  #depoimento::after {
    height: 982px !important;
  }

  .carousel-indicators {
    margin-top: 13%;
    height: 7% !important;
  }

  .instaleGooglePlay {
    transform: translate(18%, 10%);
  }

  .circulosPinicial {
    margin-top: -31%;
    height: 13% !important;
  }

  .marginEntregas {
    margin-top: 3%;
  }

  .textoFooter {
    width: 95%;
  }

  .divIconAppleStore {
    left: 39% !important;
    top: -158%;
  }

  .bxEntregasMargin {
    width: 7%;
  }

  .topoMobile .menuMobile {
    margin-right: -11% !important;
    margin-top: 204% !important;
    left: 64% !important;
    padding: 0;
    margin: 0;
  }

  .colunas {
    column-count: 1;
    margin-left: 9%;
    text-align: center;
  }

  .scalaIcones {
    transform: translate(63%, 10%);
    margin-bottom: 16%;
  }

  .selectFunciona {
    top: 25%;
  }

  .selectVantagens {
    top: 18.9%;
  }

  .divIconAppleStore {
    left: 54% !important;
    top: -72%;
  }
}