* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 1366px;
    margin: auto;
}

/* #FORMATAÇÃO HEADER */

a.navbar-brand img {
    height: 29px;
    margin-left: 180px;
}

ul.navbar-nav.mb-2.mb-lg-0 {
    margin-right: 86px;
}

li.nav-item a.nav-link.active {
    text-transform: uppercase;
    color: #FFBC00;
    font-family: KoHo;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

li.nav-item a.nav-link {
    text-transform: uppercase;
    color: #5000FF;
    font-family: KoHo;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-left: 40px;
}

li.nav-item a.nav-link:hover {
    font-weight: bold;
}

button.navbar-toggler {
    border: #fff;
}

button.navbar-toggler:focus {
    border: #fff;
    box-shadow: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #5000FF;
  font-weight: bold;
}

.dropdown-menu {
  margin-left: 25px;
  border: none;
}

.dropdown-item {
  color: #5000FF;
  font-family: KoHo;
  text-transform: uppercase;
  font-weight: 500;
}

.dropdown-item:hover {
  font-weight: bold;
  color: #5000FF;
}


.opening {
  position: relative;
  height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 50px 140px 10px;
}

.opening .mapas-title {
  display: flex;
  flex-direction: column;
  justify-content: start;

  h1 {
    font-family: KoHo;
    font-size: 2.9em;
    font-weight: 800;
    text-align: start;
    line-height: 40px;
    color: #5000FF;
    margin-bottom: 30px;
  }

  h5 {
    font-family: Montserrat;
    font-size: 1.4em;
    font-weight: 500;
    font-style: normal;
    text-align: start;
    line-height: 26px;
    color: #5000FF;
    margin: 0px;
  }
}

.opening img {
  width: 360px;
}

.apresentacao {
  color: #5000FF;

  h2 {
    font-family: KoHo;
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 20px;
  }

  p {
    font-family: Montserrat;
    font-size: 0.9em;
    width: 760px;
  }
}

.sobre {
  margin: 15px 140px 50px ;
  text-align: start;
  color: #5000FF;
}

.oQueSao {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 80px 140px 40px;

  p {
    padding-left: 8px;
    border-left: solid 2px #FFBC00;
  }

  img {
    width: 300px;
    margin-right: 50px;
  }
}

.porque {
  height: 540px;
  padding-top: 60px;
  background-color: #FFBC00;

  h2 {
    font-family: KoHo;
    font-weight: 700;
    font-size: 2em;
    color: #5000FF;
    margin: 0 140px;
  }
}

.porque-cards-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px 140px;
}

.porque-card {
  background-color: #5000FF;
  padding: 26px;
  height: 360px;
  width: 250px;
  border-radius: 16px;

  .title {
    color: #FFBC00;
    font-size: 1em;
    font-weight: bold;
  }

  .content {
    font-size: 0.9em;
    color: #fff;
  }
}

.para-quem {
  height: 500px;
  background-color: #ffd6f0;
  padding-top: 60px;

  h2 {
    font-family: KoHo;
    font-weight: 700;
    font-size: 2em;
    color: #5000FF;
    margin: 0 140px;
  }
}

.para-quem-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 30px 140px;

  .para-quem-texto {
    width: 620px;
    color: #5000FF;

    li {
      line-height: 26px;
      list-style: none;
      margin-left: -26px;
    }

    i {
      margin-right: 4px;
    }
  }

  img {
    width: 240px;
    margin-right: 80px;
  }
}

.percurso {
  background-color: #fff;
  padding-top: 60px;

  h2 {
    font-family: KoHo;
    font-weight: 700;
    font-size: 2em;
    color:  #5000FF;
    margin: 0 140px;
  }

  p {
    font-family: Montserrat;
    font-size: 0.9em;
    color: #5000FF;
    margin: 26px 140px;
    width: 800px;
  }
}

.fases-wrapper {
  margin: 10px 140px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.fase-card {
  height: 560px;
  width: 320px;
  border: solid 0.8px #CBCDD0;
  background-color: #F1F3F7;;
  border-radius: 22px;
  padding: 26px;

  .badge {
    background-color: #5000FF;
    border-radius: 16PX;
    width: 60px;
    height: 24px;
    padding-top: 6px;
  }

  h5 {
    font-family: KoHo;
    color: #ff00bd;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 16px;
  }

  hr {
    width: 240px;
    border: dashed 1px #ff00bd;
  }

  p {
    font-family: Montserrat;
    font-size: 0.8em;
    color: #5000FF;
  }
}

.gestao {
  padding-top: 60px;

  h2 {
    font-family: KoHo;
    font-weight: 700;
    font-size: 2em;
    color:  #5000FF;
    margin: 0 140px;
  }
}

.gestao-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 30px 140px;

  .gestao-text {
    font-family: Montserrat;
    width: 620px;
    color: #5000FF;
    font-size: 0.9em;

    li {
      line-height: 26px;
      list-style: none;
      margin-left: -26px;
    }

    i {
      margin-right: 4px;
    }
  }

  img {
    width: 100px;
  }  
}

.formatos {
  background-color: #5000FF;
  padding: 60px 0;

  h2 {
    font-family: KoHo;
    font-weight: 700;
    font-size: 2em;
    color:  #fff;
    margin: 0 140px;
  }

  .texto {
    font-family: Montserrat;
    font-size: 0.9em;
    color: #fff;
    margin: 26px 140px;
    width: 800px;
  }

  .central {
    font-family: Montserrat;
    font-size: 0.9em;
    color: #fff;
    margin-top: 30px;
    width: 700px;
    text-align: center;
  }
}

.formatos-wrapper {
  margin: 10px 140px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.formato-card {
  height: 400px;
  width: 330px;
  border-radius: 22px;
  padding: 26px;
  background-color: #FFBC00;

  h5 {
    font-family: KoHo;
    color: #5000FF;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 24px;
  }

  hr {
    width: 260px;
    border: solid 0.5px #ff00bd;
  }

  p {
    font-family: Montserrat;
    font-size: 0.8em;
    color: #5000FF;
  }

  ul {
    padding-left: 0;
  }

  ul li {
    font-family: Montserrat;
    font-size: 0.8em;
    color: #5000FF;
    list-style: none;
  }

  i {
    padding-right: 4px;
  }
}

.financiamento {
  background-color: #FFBC00;
  padding: 60px 140px ;
  color: #5000FF;

  h2 {
    font-family: KoHo;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 20px;
  }

  h5 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 20px;
  }

  p {
    font-family: Montserrat;
    font-size: 0.9em;
    color: #5000FF;
  }
}

.financiamento-content {
  width: 760px;
}

.citacao {
  background-color: #ffdd59;
  padding: 18px;
  border-radius: 0 16px 16px 0;
  border-left: solid 3px #5000FF;
}

.div-parceiro {
  padding: 60px 20px;

  img {
    width: 260px;
    height: auto;
  }

  .div-parceiro-container {
    gap: 50px;
  }

  h2 {
    font-family: KoHo;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 40px;
    color: #5000FF;
  }

  .parceiro-texto {
    width: 50%;
  }

  h5 {
    font-family: Montserrat;
    font-size: 0.9em;
    line-height: 20px;
    color: #5000FF;
    text-align: left;
  }
}

.conversa {
  padding: 60px 140px;

  img {
    width: 220px;
    margin-right: 60px;
  }

  h1 {
    font-family: KoHo;
    font-size: 2.2em;
    font-weight: bolder;
    color: #ff00bd;
    width: 400px;
    margin-bottom: 20px;
  }

  h5 {
    font-family: Montserrat;
    font-size: 0.9em;
    line-height: 20px;
    color: #5000FF;
    width: 400px;
  }
}

/* FORMATAÇÃO FOOTER */
footer {
    height: 188px;
    background-color: #5000ff;
    display: flex;
    justify-content: space-evenly;
}

.div-footer {
  /*  width: 400px; */
    color: #FFFFFF;
}

#links-footer-wrap {
    width: 214px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-top: 43px;
}

#links-footer-wrap p {
    font-family: KoHo;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase;
}

#links-footer p a {
    text-decoration: none;
    color: #FFFFFF;
}

#logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo-footer img {
    height: 77px;
}

#contact-footer-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
}


#contact-footer-wrap p {
    font-family: KoHo;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-align: end;
    margin-bottom: 0px;
    margin-top: 4px;
}

#contact-footer-wrap #linkedin,
#contact-footer-wrap #instagram,
#contact-footer-wrap #email,
#contact-footer-wrap #whatsapp {
    text-decoration: none;
    color: #fff;
}


/* MEDIA QUERIES */
/* MOBILE */

/* Smartphones (portrait) and Tablets (portrait) */
@media screen and (max-width: 768px) {

  body {
      width: 100vw;
      height: 800px;
  }

  /* NAVBAR MOBILE*/
  nav.navbar-expand-lg.bg-white.fixed-top {
      width: 100vw;
      padding-right: 15px;
  }

  a.navbar-brand img {
      height: 22px;
      margin-left: 24px;
  }

  ul.navbar-nav.mb-2.mb-lg-0 {
      width: 300px;
      margin: auto;
  }

  li.nav-item a.nav-link.active {
      color: #5000FF;
      font-weight: bold;
      font-size: 24px;
      line-height: 34px;
  }

  li.nav-item a.nav-link {
      font-weight: bold;
      font-size: 24px;
      line-height: 34px;
      margin: auto;;
  }

  .dropdown-item {
    text-align: center;
  }

  li.nav-item {
      text-align: center;
  }

  div#navbarTogglerDeck.navbar-collapse.justify-content-end.collapse.show {
      /* height: 800px; */
      /* background-color: #FFBC00; */
      display: flex;
      justify-content: center;
  }

  .opening,
  .oQueSao,
  .para-quem-content,
  .gestao-content,
  .conversa {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 28px;
      margin: 32px 20px 40px;
      width: auto;
      padding-top: 8px;
      padding-bottom: 8px;
  }

  .opening {
    margin-top: 60px;
  }

  .opening .mapas-title {
    padding-top: 96px;
    margin-bottom: 12px;
  }

  .porque-cards-wrapper,
  .fases-wrapper,
  .formatos-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 22px;
      margin: 24px 20px 32px;
      width: auto;
  }

  .div-parceiro-container {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    gap: 22px;
    margin: 24px 20px 32px;
    width: auto;
  }

  .div-parceiro .parceiro-texto {
    width: 100%;
    max-width: 100%;
  }

  .div-parceiro {

    h2 {
      font-size: 24px;
      text-align: center;
    }
  }

  .oQueSao img,
  .para-quem-content img {
      width: 220px;
      margin-right: 0;
      margin-top: 8px;
      margin-bottom: 8px;
  }

  .opening img {
    width: 220px;
    margin-right: 0;
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .porque-card,
  .fase-card,
  .formato-card {
      width: 100%;
      height: auto;
      min-height: 220px;
      margin-bottom: 8px;
      padding: 24px;
  }

  .opening .mapas-title,
  .apresentacao,
  .sobre,
  .oQueSao p,
  .para-quem-texto,
  .gestao-text,
  .formatos .texto,
  .formatos .central,
  .financiamento-content,
  .conversa h1,
  .conversa h5 {
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
      text-align: center;
  }

  .apresentacao p {
    width: 100%;
    padding: 0 20px;
  }

  .apresentacao .sobre {
    margin-top: 96px;
  }

  .porque,
  .para-quem,
  .percurso,
  .gestao,
  .formatos,
  .financiamento,
  .conversa {
      padding: 48px 20px;
      height: auto;
  }

  .porque h2,
  .para-quem h2,
  .percurso h2,
  .gestao h2,
  .formatos h2,
  .financiamento h2 {
      margin: 0 20px 24px;
      text-align: center;
      line-height: 1.2;
  }

  .percurso p,
  .formatos .texto,
  .formatos .central,
  .financiamento-content {
      width: 100%;
      margin: 0 0 24px;
      line-height: 1.6;
  }

  .gestao-content img {
    width: 30px;
  }

  .conversa div img {
    display: none;
  }

  .conversa {
    gap: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .para-quem-texto ul,
  .gestao-text ul {
    padding-left: 16px;
    margin-left: 0;
    text-align: left;
  }

  .para-quem-texto li,
  .gestao-text li {
    text-align: left;
    margin-left: 0;
  }

  .gestao-text p:last-child {
    margin-top: 30px;
  }

  footer {
    width: 100vw;
    height: 464px;
    flex-direction: column;
    justify-content: end;
    position: relative;
    padding: 36px;
  }

  #logo-footer img {
    position: absolute;
    top: 48px;
    left: 37px;
  }

  #links-footer {
    height: 200px;
    justify-content: end;
    align-items: end;
  }

  #links-footer-wrap {
    display: flex;
    align-items: end;
    justify-content: end;
    margin-top: 160px;
    margin-left: 60px;
  }

  #contact-footer {
    width: 270px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  #contact-footer-wrap {
    display: flex;
    align-items: end;
    margin-top: 100px;
  }

  #contact-footer-wrap p {
    line-height: 28px;
    font-size: 1.1em;
    margin-top: 4px;
  }
}
