* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  --gray: #8c8c8c;
  --orange: #ff9b00;
  --blue: #00006a;
  --black-font: #303030;
}

@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);
}

body {
  font-family: "Montserrat", sans-serif;
  color: black;
}

main {
  margin-top: 6rem;
}

h1,
h2,
h3,
h4 {
  color: #00006a;
  font-family: "Recoleta-Bold";
}

h1 {
  font-size: 3.5em;
}

p {
  color: var(--black-font);
  font-size: 22px;
  font-family: "Montserrat-Medium";
}

#empreeendedores {
  color: var(--orange);
}

/* ===== SECTION 1 ======= */

#section1 {
  background-color: #fff7eb;
  text-emphasis: 100%;
  display: flex;
  padding: 5rem 0;
}

#section1 h1 {
  width: 80%;
}

.section1-left {
  width: 45%;
  margin-left: 10rem;
}

.section1-left a {
  color: var(--orange);
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-top: 1rem;
  font-family: "Montserrat-SemiBold";
}

.section1-left a img {
  margin-left: 1rem;
}

.section1-left p {
  width: 85%;
}

.section1-left p span {
  color: var(--orange);
  font-family: "Montserrat-SemiBold";
}

.section1-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-section1 {
  background-color: white;
  width: 35rem;
  height: 20rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  border-radius: 30px;
  box-shadow: 0 4px 4px -1px #989898;
}

#foquete-img {
  position: absolute;
  top: 13rem;
  right: 1rem;
}

.box-itens {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 4rem;
}

.box-item {
  display: flex;
  margin-bottom: 3rem;
}

.box-item img {
  width: 3rem;
  height: 3rem;
}

.box-item p {
  width: 65%;
  margin-left: 1rem;
  font-size: 20px;
}

/* ===== SECTION 2 ======= */

#section2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8%;
  margin-top: 8rem;
}

#section2 h3 {
  font-size: 2.5em;
}

.box-section2 {
  width: 35rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #fff7eb;
  padding: 2rem 2rem;
}

.orange-light {
  background-color: #fff7eb;
}

.blue-light {
  background-color: #e6eeff;
}

.box-img {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.box-img img {
  width: 60%;
}

/* ====== Como funciona para empreendedores ========*/

#funcionamento-empreendedores {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10rem;
}

#funcionamento-empreendedores h2 {
  font-size: 48px;
  width: 50%;
  text-align: center;
  margin-bottom: 5rem;
}

#funcionamento-empreendedores h4 {
  font-size: 32px;

  margin-top: 1rem;
  margin-bottom: 1rem;
}

#funcionamento-empreendedores p {
  font-size: 22px;
}

.funcionamento-itens {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.item-funcionamento {
  width: 25%;
}

.item-funcionamento img {
  width: 100%;
}

/* ====== BANNER LARANJA ========*/

#banner {
  background-color: var(--orange);
  height: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10%;
}

#banner h2 {
  font-size: 48px;
  text-align: center;
}

#banner button {
  cursor: pointer;
  margin-top: 1.5rem;
  border: none;
  background-color: var(--blue);
  padding: 1rem 2rem;
  border-radius: 30px;
}

#banner button a {
  font-size: 20px;
  color: white;
  font-family: "Montserrat-SemiBold";
}

/* ====== Motivos ========*/
#motivos {
  display: flex;
  flex-direction: column;
  margin-top: 10rem;
  align-items: center;
  justify-content: center;
}

#motivos h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 4rem;
  width: 50%;
}

.motivos-itens {
  display: flex;
}

.item-motivo {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.item-motivo h3 {
  font-size: 28px;
  font-family: "Montserrat-Bold";
  color: var(--orange);
}

.item-motivo img {
  width: 12%;
}

.motivos-itens-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.motivos-itens-right {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}

.btns-motivos {
  display: none;
}

/* ====== dúvidas ========*/
.duvidas-page1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 12rem;
}

.duvidas-page1 h2 {
  text-align: center;
  font-size: 48px;
  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;
  margin-top: 5rem;
}

.duvidas-bottom-right {
  width: 40%;
  margin-left: 15%;
}

.duvidas-bottom-left {
  width: 40%;
}

.duvidas-active {
  margin-bottom: 3rem;
}

.duvidas-active p {
  text-align: left;
}

.duvidas-active strong {
  color: var(--orange);
}

.duvidas-active h3 {
  color: #00006c;
  font-family: "Montserrat-Medium";
  font-size: 1.5em;
  width: 80%;
  text-align: left;
}

@media (min-width: 1900px) {
  #section1 {
    padding: 10rem 0;
  }

  #foquete-img {
    right: 15rem;
    top: 14.2rem;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 3em;
  }

  #section1 {
    padding: 2rem 0;
  }
  .section1-left {
    width: 45%;
    margin-left: 2rem;
  }

  .section1-right {
    margin-right: 2rem;
  }

  .box-section1 {
    width: 30rem;
  }
}

@media (max-width: 999px) {
  #section1 {
    flex-direction: column;
  }

  .section1-left {
    width: 100%;
    margin-left: 0rem;
  }

  .box-itens {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  /* ==== SECTION 1  ===*/
  #section1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section1-left {
    margin-left: 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
    display: flex;
  }

  .section1-left a {
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section1-left a img {
    margin-left: 0.5rem;
    width: 2rem;
  }

  .section1-right {
    margin-top: 5rem;
  }

  #foquete-img {
    top: 50rem;
    width: 50%;
  }

  .box-section1 {
    width: 90%;
    height: 32rem;
  }

  h1 {
    font-size: 2.2em;
    text-align: center;
  }

  /* ====== SECTION 2  =====c */

  #section2 {
    flex-direction: column;
  }

  .box-section2 {
    width: 85%;
    margin-bottom: 2rem;
  }

  #section2 h3 {
    font-size: 36px;
  }

  #section2 p {
    font-size: 20px;
  }

  /* ======  Funcionamento Empreendedores ====== */
  #funcionamento-empreendedores h2 {
    font-size: 40px;
    width: 90%;
    margin-bottom: 3rem;
  }

  .funcionamento-itens {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .item-funcionamento {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  /* =====  MOTIVOS ==== */
  #motivos {
    margin-top: 6rem;
  }

  #motivos h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 4rem;
    width: 100%;
  }
  .motivos-itens-right {
    display: none;
    gap: 0;
  }

  .motivos-itens-left {
    gap: 0;
    justify-content: center;
  }

  .item-motivo {
    margin-bottom: 2rem;
  }

  .btns-motivos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 30%;
    margin-right: 2rem;
    gap: 1rem;
  }

  .btns-motivos button {
    border: none;
    background-color: transparent;
  }
  .btns-motivos p {
    font-size: 22px;
    color: #9f9f9f;
  }

  /* ======  BANNER LARANJA ====== */
  #banner {
    margin-top: 5rem;
  }

  #banner h2 {
    font-size: 32px;
  }

  /* =====  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 h3 {
    font-size: 24px;
  }

  .motivos-itens {
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .item-motivo {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 5rem;
  }

  .item-motivo img {
    width: 28%;
  }

  .btns-motivos {
    margin-right: 1rem;
  }

  .motivos-itens-right {
    display: none;
    gap: 0;
  }

  .motivos-itens-left {
    justify-content: center;
    align-items: center;
  }
}
