@font-face {
  font-family: "Recoleta-Bold";
  src: local(Recoleta-Bold), url(../fonts/Recoleta-Bold.ttf);
}

@font-face {
  font-family: "Montserrat-Bold";
  src: local(Montserrat-Bold), url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: "Montserrat-Regular";
  src: local(Montserrat-Regular), url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: local(Montserrat-SemiBold), url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: "Montserrat-Light";
  src: local(Montserrat-Light), url(../fonts/Montserrat-Light.ttf);
}

@font-face {
  font-family: "Montserrat-Medium";
  src: local(Montserrat-Medium), url(../fonts/Montserrat-Medium.ttf);
}

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: white;
}

/* VariÃ¡veis com as cores */
html {
  --gray: #8c8c8c;
  --orange: #ff9b00;
  --blue: #00006a;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

h1 {
  color: var(--white);
  padding-bottom: 1%;
  font-size: 2.3em;
  font-family: "Recoleta-Bold";
}

p {
  color: var(--white);
  font-size: 1.3em;
  padding-bottom: 1%;
  margin-bottom: 3%;
}

a {
  text-decoration: none;
  text-align: center;
}

/* --------section-1----------*/

.top-page1 {
  width: 100%;
}

.top-page1-left {
  width: 45%;
  margin-top: 5%;
}

.top-page1-left p {
  width: 70%;
  font-size: 1.2em;
  margin-left: 25%;
  margin-top: 2%;
  line-height: 25px;
  color: #303030;
  font-family: "Montserrat-Medium";
}

.top-page1-left h1 {
  width: 70%;
  margin-top: 15%;
  font-size: 3.2em;
  margin-left: 25%;
  font-family: "Recoleta-Bold";
  line-height: 56px;
  color: #00006c;
}

.top-page1-right {
  width: 55%;
}

.top-page1-right img {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 0.25fr);
  justify-content: space-between;
  transform: translate3d(0%, 0, 0);
  margin-top: 5%;
  animation: anima 10s linear infinite;
  animation-name: exibirOutros;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.top-page1-right img:before .top-page1-right img:after {
  content: ".";
  display: inherit;
}

.top-page1-right img:after {
  transform: translate3d(100%, 0, 0);
}

/*.top-page1-right img:nth-child(1) { animation-delay: 0s; }
      .top-page1-right img:nth-child(2) { animation-delay: 2s; }
      .top-page1-right img:nth-child(3) { animation-delay: 4s; }
      .top-page1-right img:nth-child(4) { animation-delay: 6s; }
      
      .top-page1-right img:nth-child(1) { animation-name: exibirInicial; }
      .top-page1-right img:nth-last-child(1) { animation-name: exibirFinal;}
      
      @keyframes exibirInicial {
        0% { visibility: visible; opacity: 1; }
        75% { visibility: visible; opacity: 1; }
        100% { visibility: hidden; opacity: 0; }
      }
      
      @keyframes exibirOutros {
        0% { visibility: hidden; opacity: 0; }
        25% { visibility: visible; opacity: 1; }
        75% { visibility: visible; opacity: 1; }
        100% { visibility: hidden; opacity: 0; }
      }
      
      @keyframes exibirFinal {
        0% { visibility: hidden; opacity: 0; }
        25% { visibility: visible; opacity: 1; }
        100% { visibility: visible; opacity: 1; }
        animation-duration: infinite;
      }*/

.top-page1 a {
  background-color: none;
  /* padding: 5% 20%;
  margin: 0% 0% 5%;
  font-size: 1em;
  width: 62%;
  border-radius: 1.3em;
  margin-left: -11%; */
}

/*--------section-slide----------*/

.switchLeft,
.switchRight {
  height: 10%;
  width: 45px;
  z-index: 3;
  left: 15px;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
}

.switchLeft {
  position: absolute;
  margin-top: 14%;
}

.switchRight {
  position: absolute;
  transform: rotate(180deg);
  left: auto;
  right: 2%;
  margin-top: 14%;
}

#carousel {
  display: flex;
}

#carousel-itens {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  width: 90vw;
  margin-top: 2%;
  margin-left: 5%;
}

#iten {
  scale: 0.7;
  width: 100px;
}

/*--------section-2----------*/

.center-page1 {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.center-page1 p {
  color: #00006a;
  font-family: "Recoleta-Bold";
  font-size: 2.5em;
}

.center-page1-bottom-right {
  gap: 40%;
  width: 49%;
  display: flex;
}

#vender {
  background-color: #00006c;
  color: white;
  font-weight: 600;
  padding: 1.5% 1.5%;
  font-size: 0.9em;
  width: 30%;
  border-radius: 2em;
  line-height: 26px;
  margin-left: 1%;
  margin-top: 10%;
}

.seta {
  width: 10%;
  margin-left: 5%;
  vertical-align: middle;
}

#cadastr {
  color: #00006c;
  text-align: center;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  line-height: 36px;
  padding-top: 6%;
  font-size: 2.2em;
  font-family: "Recoleta-Bold";
}

#negocio {
  margin-left: 20%;
}

#aumente {
  margin-left: 20%;
}

#cresca {
  color: #ff9b00;
  font-size: 0.8em;
  width: 100%;
  text-align: center;
}

#lucro {
  color: #ff9b00;
  font-size: 0.8em;
  width: 100%;
  text-align: center;
}

.center-page1-left {
  width: 50%;
}

.center-page1-right {
  width: 50%;
}

.center-page1-right p {
  margin-top: 1%;
  margin-left: 0.5%;
  margin-right: 19%;
  font-size: 1.1em;
  line-height: 1.4em;
  font-family: "Montserrat-Medium";
  color: #303030;
}

strong {
  color: #ff9b00;
}

.center-page1-right h1 {
  color: #00006c;
  line-height: 1em;
  margin-top: 18%;
  margin-right: 25%;
  font-family: "Recoleta-Bold";
}

.center-page1-right a {
  font-size: 1.2em;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.center-page1-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin-right: 20%;
}

#img-02-page1-section2 {
  margin: 0% 0% 0% -1%;
}

/*--------section-3----------*/
.bottom-page1 {
  width: 100%;
  padding-top: 4%;
  padding-bottom: 4%;
  background-color: #ff9b00;
  position: relative;
}

.bottom-page1 img {
  width: 4%;
}

.bottom-page1 h1 {
  width: 30%;
  margin-left: 35%;
  color: #00006c;
  font-family: "Recoleta-Bold";
  line-height: 1em;
  margin-top: 2.5%;
}

.bottom-page1-left {
  width: 53%;
}

.bottom-page1-right {
  width: 36%;
  display: flex;
  align-items: center;
}

#img-03-page1-section3 {
  width: 420px;
  margin: -3% 0% 0% -14%;
}

.bottom-page1-left a {
  padding: 2% 4%;
  margin-bottom: 5%;
  font-size: 1.2em;
  width: 390px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#img1 {
  position: absolute;
  top: 10%;
  left: 18%;
}

#img2 {
  position: absolute;
  top: 35%;
  left: 12%;
}

#img3 {
  position: absolute;
  top: 60%;
  left: 19%;
}

#img4 {
  position: absolute;
  top: 10%;
  left: 80%;
}

#img5 {
  position: absolute;
  top: 42%;
  left: 75%;
}

#img6 {
  position: absolute;
  top: 60%;
  left: 82%;
}

/*section- 04*/
.negocio-page1 {
  width: 100%;
  margin-bottom: 10%;
}

#item img {
  width: 95%;
}

/*section-05*/
.consumidor-page1 {
  width: 100%;
}

.consumidores {
  display: flex;
  flex-direction: row;
  background-color: #f8f8f8;
  width: 70%;
  margin-left: 15%;
  border-radius: 8px;
}

#consumidor-page1-cont {
  display: block;
  width: 55%;
}

.consumidores img {
  width: 45%;
}

.consumidores h1 {
  color: #00006c;
  font-family: "Recoleta-Bold";
  margin-left: 5%;
  margin-top: 15%;
  font-size: 2.3em;
}

.consumidores p {
  font-family: "Montserrat-Medium";
  color: #303030;
  margin-left: 5%;
  font-size: 1em;
  line-height: 1.7em;
}

#app {
  background-color: #ff9b00;
  color: white;
  font-weight: 600;
  padding: 1.5% 4%;
  margin: 0% 18%;
  font-size: 0.9em;
  width: 50%;
  border-radius: 2em;
  line-height: 26px;
  margin-left: 5%;
  margin-top: 3%;
}

/*section- 06*/

.entregador-page1 {
  margin-top: 8%;
}

.entregadores {
  display: flex;
  flex-direction: row;
  background-color: #f8f8f8;
  width: 70%;
  margin-left: 15%;
  border-radius: 10px;
}

#entregador-page1-cont {
  width: 55%;
}

.entregadores img {
  width: 45%;
}

.entregadores h1 {
  width: 80%;
  color: #00006c;
  font-family: "Recoleta-Bold";
  margin-left: 20%;
  margin-top: 20%;
  font-size: 2.2em;
  line-height: 1em;
}

.entregadores p {
  width: 70%;
  font-family: "Montserrat-Medium";
  color: #303030;
  margin-left: 20%;
  font-size: 1em;
  line-height: 1.7em;
}

#entrega {
  background-color: #ff9b00;
  color: white;
  font-weight: 600;
  padding: 1.5% 5%;
  margin: 0% 18%;
  font-size: 0.9em;
  width: 50%;
  border-radius: 2em;
  line-height: 26px;
  margin-left: 20%;
  margin-top: 3%;
}

.anunciantes {
  display: flex;
  flex-direction: row;
  background-color: #f8f8f8;
  width: 70%;
  margin-left: 15%;
  margin-top: 16%;
  border-radius: 10px;
  position: relative;
}

#anuncia {
  width: 50%;
  position: absolute;
  top: -25%;
}

#anunciante-page1-cont {
  width: 44%;
  margin-left: 50%;
}

.anunciantes h1 {
  font-family: "Recoleta-Bold";
  color: #00006c;
  font-size: 3.5em;
  margin-top: 6%;
  margin-left: 6%;
}

.anunciantes p {
  font-family: "Montserrat-Medium";
  color: #303030;
  margin-top: 3%;
  font-size: 1em;
  margin-left: 6%;
  width: 100%;
  line-height: 1.6em;
  margin-bottom: 15%;
}

#anunciante-page1-cont a {
  color: #ff9b00;
  font-family: "Montserrat-Medium";
  font-weight: 600;
  margin-left: 6%;
}

#setaorange {
  height: 6%;
  vertical-align: middle;
  margin-left: 10px;
}

/*section-07 midia*/

.midia-page1 {
  background-color: #f8f8f8;
  margin-top: 12.5%;
}

.midia-page1-top {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 3%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.midia-page1-txt {
  padding-top: 3%;
  width: 50%;
}

.midia-page1-txt h2 {
  color: #00006c;
  font-family: "Recoleta-Bold";
}

.ctrl-slide {
  padding-top: 3%;
  width: 50%;
}

.pagination {
  padding-top: 3%;
  font-family: "Montserrat-Medium";
  color: var(--gray);
  font-weight: 600;
}

.btns {
  width: 50%;
  float: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#btn-prex {
  margin-left: 3%;
  transform: rotate(180deg);
  background-color: transparent;
  border-color: transparent;
}

#btn-prex img {
  width: 70%;
}

#btn-next {
  margin-top: 2%;
  margin-right: 3%;
  background-color: transparent;
  border-color: transparent;
}

#btn-next img {
  width: 70%;
}

.swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 80%;
  margin: 0 auto;
  grid-gap: 3%;
}

.slide-active {
  background-color: #ffffff;
  border-radius: 0.5em;
  height: 110%;
  box-shadow: 2px 2px 2px rgb(221, 221, 221);
}

.slide-active p {
  color: #646464;
  line-height: 1.4em;
  font-size: 1.1em;
  margin-top: 5%;
  margin-left: 5%;
}

.slide-active img {
  margin-left: 5%;
  margin-top: 10%;
}

#marcia {
  width: 50%;
  margin-top: 18%;
}

#fooba {
  width: 15%;
}

#tapera {
  width: 35%;
}

/*section-08- dúvidas*/

.duvidas-page1 {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 8rem;
}

.duvidas-page1 h1 {
  text-align: center;
  color: #00006c;
  font-family: "Recoleta-Bold";
}

.duvidas-page1 p {
  color: #303030;
  font-family: "Montserrat-Medium";
  text-align: center;
}

.duvidas-bottom {
  display: flex;
  flex-direction: row;
  margin-left: 9rem;
}

.duvidas-bottom-right {
  width: 35%;
  margin-left: 15%;
}

.duvidas-bottom-left {
  width: 35%;
}

.duvidas-active {
  margin-bottom: 3rem;
}

.duvidas-active p {
  /* width: 70%; */
  text-align: left;
}

.duvidas-active h1 {
  color: #00006c;
  font-family: "Montserrat-Medium";
  font-size: 1.5em;
  text-align: left;
}

/* receber-conteudos */
#receber-conteudos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 10rem;
}

.receber-conteudos-right {
  margin-left: 2rem;
}

.receber-conteudos-left img {
  margin-left: 4rem;
  width: 85%;
}

#receber-conteudos h1 {
  font-size: 2.3em;
  color: var(--blue);
  width: 60%;
}

#receber-conteudos p {
  color: #303030;
  font-family: "Montserrat-Medium";
  width: 60%;
}

#receber-conteudos form {
  display: flex;
  flex-direction: column;
}

#receber-conteudos label {
  color: #303030;
  font-family: "Montserrat-Medium";
  margin-left: -3%;
}

#receber-conteudos form input[type="email"] {
  height: 2.5rem;
  width: 50%;
  padding-left: 1.5rem;
  border-radius: 0.6rem;
  border: 1px solid #9F9F9F;
  color: #303030;
  margin-bottom: 1rem;
}

#receber-conteudos form input[type="checkbox"] {
  height: 1rem;
  width: 10%;
  border-radius: 0.6rem;
  border: 1px solid #9F9F9F;
  margin-left: -3%;
  color: #303030;
  background-color: var(--orange);
}

#receber-conteudos form div {
  display: flex;
  align-items: center;
}

#receber-conteudos button {
  background-color: #ff9b00;
  border: none;
  color: white;
  font-weight: 600;
  padding: 1.2% 4%;
  font-size: 0.9em;
  width: 30%;
  border-radius: 2em;
  line-height: 26px;
  margin-top: 3%;
}

/*-----------------*/

#page4-left {
  margin-top: 7%;
}

#apps p {
  font-size: 1.2em;
}

#apps img {
  width: 7em;
}

#Gplay {
  margin: 0%;
}

#Astory {
  margin: 0%;
}

.apoios {
  width: 100%;
  height: 12em;
  background-color: #f8f8f8;
  margin-top: 3rem;
  text-align: center;
}

.apoios img {
  margin-top: 5%;
  margin-left: 2.5rem;
  height: 40px;
}

#bndes-img {
  height: 60px;
}

#apoi {
  position: absolute;
  margin-top: 2%;
  margin-left: 40%;
  text-align: center;
  color: #8c8c8c;
}

#gray-orange {
  color: white;
  animation-name: orange-gray;
  animation-duration: 0.5s;
  border-radius: 30em;
  width: 30%;
}

#all {
  display: flex;
  flex-flow: column;
  margin: 0 auto;
}

/* SECTION 1 */

.top-page1 {
  display: flex;
  margin: 5% 0% 0%;
  flex-flow: row wrap;
  justify-content: center;
  background-color: #f8f8f8;
}

.top-page1-left {
  display: flex;
  flex-flow: column nowrap;
  margin: 0% 0% 0%;
  height: 90%;
}

.top-page1-right {
  display: block;
  align-items: left;
}

#orange {
  background-color: #00006c;
  color: white;
  font-weight: 600;
  padding: 2% 1.5%;
  margin: 0% 30%;
  font-size: 1em;
  width: 30%;
  border-radius: 2em;
  margin-left: 25%;
  margin-top: 5%;
}

#botao {
  width: 2%;
  margin-top: -4%;
  margin-left: 70%;
}

#orange-page1 {
  z-index: -1;
  position: absolute;
}

/* SECTION 2 */

.center-page1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 2% auto 26%;
  height: 100%;
}

.center-page1-left {
  display: flex;
  align-items: center;
}

.center-page1-right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.center-page1-right a {
  color: var(--gray);
  background-color: #f2f2f2;
}

#img-02-page1-section2 {
  width: 70%;
  margin: 10% 0% 0% 20%;
}

/* SECTION 3 */

.bottom-page1 {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: -11%;
}

.bottom-page1-left {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.bottom-page1-left a {
  color: var(--gray);
  background-color: #f2f2f2;
}

@keyframes gray-orange {
  from {
    background-color: #ff9b00;
  }

  to {
    background-color: var(--orange);
  }

  from {
    color: var(--gray);
  }

  to {
    color: white;
  }
}

@keyframes gray-orange {
  from {
    background-color: #ff9b00;
  }

  to {
    background-color: var(--orange);
  }

  from {
    color: var(--gray);
  }

  to {
    color: white;
  }
}

@media (min-width: 1900px) {
  h1 {
    font-size: 4em;
  }

  p {
    font-size: 1.8em;
    padding-bottom: 1.5%;
    margin-bottom: 3%;
  }

  #all {
    font-size: 15px;
    max-width: 1536px;
  }

  /*--------section-2----------*/

  .center-page1 {
    padding-top: 7%;
  }

  .center-page1-left {
    width: 39%;
  }

  .center-page1-right {
    width: 54%;
  }

  .center-page1-right p {
    margin-top: 1%;
    font-size: 1em;
  }

  .center-page1-right h1 {
    color: #00006c;
  }

  .center-page1-right a {
    padding: 2% 4%;
    margin-bottom: 5%;
    font-size: 1.5em;
    width: 399px;
    border-radius: 11px;
  }

  #img-02-page1-section2 {
    width: 590px;
    margin: -9% 0% 0% 0%;
  }

  /*--------section-3----------*/
  .bottom-page1 {
    padding-top: 4%;
  }

  .bottom-page1-left {
    width: 53%;
  }

  .bottom-page1-left h1 {
    font-size: 4em;
  }

  .bottom-page1-right {
    width: 36%;
    display: flex;
    align-items: center;
  }

  #img-03-page1-section3 {
    width: 539px;
    margin: 0% 0% 0% -12%;
  }

  .bottom-page1-left a {
    padding: 2% 4%;
    margin-bottom: 5%;
    font-size: 1.5em;
    width: 460px;
    border-radius: 11px;
  }

  /*-----------------*/
  #page4-left {
    margin-top: 8%;
  }

  #apps p {
    font-size: 1.2em;
  }

  #apps img {
    width: 7em;
  }

  #Gplay {
    margin: 0%;
  }

  #Astory {
    margin: 0%;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 2.5em;
  }

  p {
    font-size: 1.3em;
    padding-bottom: 1%;
    margin-bottom: 3%;
  }

  #all {
    font-size: 15px;
    width: 90%;
    margin: auto;
  }

  #img-01-page1-section1 {
    width: 140%;
    margin: 0% 0% 0% -10%;
  }

  /*--------section-2----------*/
  .top-page1 {
    padding-left: 3rem;
    margin-left: -4rem;
    width: 110%;
  }

  .top-page1-right img {
    width: 92%;
  }

  .top-page1-left {
    height: 0%;
  }

  .top-page1-left h1 {
    margin-left: 14%;
  }

  .top-page1-left p {
    margin-left: 14%;
  }

  #orange {
    margin-left: 14%;
  }
}

@media (max-width: 999px) {
  .top-page1 {
    margin: 0;
    padding: 0;
    width: 90%;
    display: flex;
    flex-direction: column;
    /* margin-top: 6rem; */
    background-color: white;
  }

  .top-page1 h1 {
    font-size: 48px;
  }

  .top-page1-left {
    width: 100%;
    margin-top: 10%;
    text-align: center;
    align-items: center;
    display: flex;
  }

  .top-page1-right {
    width: 100%;
    padding-bottom: 60%;
  }

  .top-page1-right img {
    width: 100%;
    position: absolute;
  }

  .duvidas-page1 {
    margin-top: 50rem;
  }

  .top-page1-left p {
    margin-left: 0%;
    width: 100%;
  }

  .top-page1-left h1 {
    margin-left: 0%;
    width: 100%;
  }

  #orange {
    width: 50%;
    margin: 0%;
    padding: 1rem 0;
  }
}

/* } */

/*------- Mobile--------*/

@media (max-width: 760px) {
  /* HOME */

  .top-page1 {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
  }

  .top-page1 h1 {
    font-size: 42px;
  }

  .top-page1-left {
    width: 100%;
    margin-top: 15%;
    text-align: center;
    align-items: center;
    display: flex;
  }

  .top-page1-right {
    width: 100%;
    padding-bottom: 90%;
  }

  .top-page1-right img {
    width: 100%;
    position: absolute;
  }

  .duvidas-page1 {
    margin-top: 30%;
  }

  .top-page1-left p {
    margin-left: 0%;
    font-size: 22px;
    width: 90%;
    line-height: 28px;
  }

  .top-page1-left h1 {
    margin-left: 0%;
    width: 100%;
  }

  #orange {
    width: 65%;
    margin: 0%;
    padding: 1rem 0;
  }

  /* CENTER */
  .center-page1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 2% auto 26%;
    align-items: center;
    height: 100%;
    flex-direction: column;
  }

  #img-02-page1-section2 {
    width: 89%;
    margin: 20% 0% 0% 10%;
  }

  .center-page1-right {
    width: 100%;
    align-items: center;
  }

  .center-page1-right h1 {
    font-size: 36px;
    margin-right: 0;
    text-align: center;
    width: 80%;
    font-family: "Recoleta-Bold";
  }

  .center-page1-bottom {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-right: 0;
  }

  #vender {
    background-color: #00006c;
    color: white;
    font-weight: 600;
    padding: 3.5% 1.5%;
    font-size: 0.9em;
    width: 100%;
    border-radius: 2em;
    line-height: 26px;
    margin-left: 0%;
    margin-top: 10%;
  }

  .center-page1-bottom-right {
    gap: 17%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .center-page1-left {
    width: 100%;
  }

  .center-page1-right p {
    margin-top: 1%;
    margin-left: 0%;
    margin-right: 0%;
    width: 80%;
    text-align: center;
  }

  /* Bottom page */

  #img1 {
    width: 8%;
    position: absolute;
    top: 15%;
    left: 6%;
  }

  #img2 {
    width: 8%;
    position: absolute;
    top: 45%;
    left: 2%;
  }

  #img3 {
    width: 8%;
    position: absolute;
    top: 70%;
    left: 5%;
  }

  #img4 {
    width: 8%;
    position: absolute;
    top: 15%;
    left: 85%;
  }

  #img5 {
    width: 8%;
    position: absolute;
    top: 45%;
    left: 82%;
  }

  #img6 {
    width: 8%;
    position: absolute;
    top: 70%;
    left: 86%;
  }

  /* CARROUSSEL */
  #item {
    margin-left: 22%;
  }

  .item2,
  .item3,
  .item4,
  .item5 {
    display: none;
  }

  #carousel-itens {
    flex-direction: column;
    margin-right: 20%;
    margin-top: 15%;
  }

  .switchLeft {
    position: absolute;
    margin-top: 50%;
  }

  .switchRight {
    position: absolute;
    margin-top: 50%;
  }

  #cadastr {
    color: #00006c;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    margin-right: 0%;
    line-height: 40px;
    padding-top: 20%;
    font-size: 36px;
    font-family: "Recoleta-Bold";
  }

  /* COnsumidores */
  .consumidor-page1 {
    background-color: #f8f8f8;
    margin-top: 15%;
  }

  .consumidores {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    width: 100%;
    padding-bottom: 3rem;
  }

  #consumidor-page1-cont {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .consumidores p {
    width: 80%;
    text-align: center;
    margin-left: 0%;
    font-size: 1em;
  }

  .consumidores h1 {
    text-align: center;
    margin-left: 0;
  }

  .consumidores img {
    width: 80%;
  }

  #app {
    margin: 0;
    padding: 2.5% 4%;
  }

  /* ENTregadores */
  .entregador-page1 {
    background-color: #f8f8f8;
    margin-top: 20%;
  }

  .entregadores {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 2rem;
  }

  .entregadores h1 {
    margin-left: 0;
    text-align: center;
    width: 100%;
    font-size: 36px;
  }

  #entregador-page1-cont {
    width: 100%;
    text-align: center;
  }

  .entregadores img {
    width: 100%;
  }

  #entrega {
    margin: 0;
    padding: 2.5% 5%;
  }

  .entregadores p {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .bottom-page1 h1 {
    width: 66%;
    margin-left: 15%;
    color: #00006c;
    font-family: "Recoleta-Bold";
    line-height: 1em;
    font-size: 32px;
    margin-top: 2.5%;
    text-align: center;
  }

  /* ANUCIANTES */
  #anunciante-page1 {
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    margin-top: 5rem;
  }

  #anunciante-page1-cont {
    width: 110%;
    margin-left: 0%;
  }

  .anunciantes {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .anunciantes h1 {
    font-size: 2.3em;
    margin-left: 0;
    text-align: center;
  }

  .anunciantes p {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  #anuncia {
    width: 80%;
    position: static;
    top: 0;
  }

  #receber-conteudos {
    display: flex;
    flex-direction: column;
  }

  .swiper-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    /* overflo  w-wrap: scroll; */
    /* height: 40rem; */
  }

  .apoios {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .swiper-wrapper {
    /* overflow-y: scroll; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 80%;
    margin: 0 auto;
    grid-gap: 3%;
  }

  .btns {
    display: none;
  }

  .slide-active {
    width: 20rem;
  }

  .apoios {
    display: flex;
  }

  .apoios img {
    margin-top: 30%;
    height: 45px;
  }

  #apoi {
    font-size: 1em;
    margin-left: 15%;
    margin-top: 12%;
  }

  .midia-page1-txt {
    padding-top: 3%;
    margin-left: 3rem;
    width: 120%;
    text-align: center;
  }

  .midia-page1-top {
    width: 90%;
    text-align: center;
    /* margin-left: 8%; */
  }

  /* DUVIDAS */
  .duvidas-active p {
    text-align: left;
    font-size: 20px;
  }

  .duvidas-bottom-left {
    width: 100%;
  }

  .duvidas-bottom-right {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .btns-duvidas {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 40%;
    gap: 1rem;
  }

  .duvidas-page1 h1 {
    font-size: 36px;
  }

  .duvidas-page1 p {
    font-size: 20px;
  }

  .btns-duvidas button {
    border: none;
    background-color: transparent;
  }

  .btns-duvidas p {
    font-size: 22px;
    color: #9f9f9f;
  }

  .duvidas-bottom {
    flex-direction: column;
    margin-left: 2rem;
    margin-top: 2rem;
    margin-right: 2rem;
  }

  .duvidas-active h1 {
    font-size: 24px;
  }

  /* RECEBER CONTEUDOS */
  .receber-conteudos-right {
    display: flex;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
  }

  #receber-conteudos h1 {
    font-size: 36px;
    width: 86%;
    text-align: center;
  }

  #receber-conteudos p {
    font-size: 20px;
    width: 90%;
    text-align: center;
  }

  #receber-conteudos form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #receber-conteudos form input[type="email"] {
    height: 2.5rem;
    width: 85%;
  }

  #receber-conteudos form div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 86%;
  }

  #receber-conteudos form input[type="checkbox"] {
    margin-top: 1.5%;
    margin-right: 1rem;
  }

  #receber-conteudos label {
    font-size: 20px;
  }

  .receber-conteudos-left {
    width: 100%;
  }

  .receber-conteudos-left img {
    margin-left: 0;
    width: 100%;
  }
}