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

body {
  margin: auto;
  width: 100%;
  height: auto;
  background-color: #f8f9fa;
  scroll-behavior: smooth;
}

#btnTop {
  position: fixed;
  right: 1.25rem;
  bottom: 3.125rem;
  transition: 0.5s;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

/* MENU DO SITE */

header {
  top: 0;
  position: fixed;
  z-index: 99;
  margin: auto;
  width: 100%;
  height: 15vh;
  background-color: #f8f9fa;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 12.5rem;
}

.logo {
  width: 15.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-lista {
  display: flex;
  flex-direction: row;
  list-style: none;
  letter-spacing: 0.1875rem;
}

.menu-lista li {
  margin: 0 1rem 0;
  font-family: "Poppins", sans-serif;
  cursor: crosshair;
}

.menu-lista li:hover {
  border-bottom: 0.0625rem solid #222d86;
}

.menu-cor-font {
  color: #677294;
}

.menu-cor-font:hover {
  color: #222d86;
}

.menu-botao {
  width: 15.625rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-botao button {
  width: 7.5rem;
  height: 2.8125rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  background-color: #222d86;
  border: 0.0625rem solid;
  border-radius: 2rem;
  cursor: pointer;
}

.menu-botao a {
  color: #ffffff;
}

.menu-botao button:hover {
  background-color: #677294;
}

.menu-botao1 {
  display: none;
}

.menu-topo-mobile {
  display: none;
}

/* RESPONSIVIDADE DO MENU*/

@media (max-width: 550px) {
  header {
    top: 0;
    position: fixed;
    z-index: 99;
    margin: auto;
    width: 100%;
    height: 20vh;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0;
  }

  .logo {
    display: none;
  }

  .menu {
    width: 100%;
    display: flex;
    justify-content: inherit;
    align-items: normal;
  }

  .menu-lista {
    display: flex;
    flex-direction: row;
    list-style: none;
    letter-spacing: 0;
  }

  .menu-lista li {
    margin: 0 1rem 0;
    font-family: "Poppins", sans-serif;
    cursor: crosshair;
  }

  .menu-botao {
    display: none;
  }

  .menu-topo-mobile {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .menu-topo-mobile2 {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu-botao1 {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: end;
  }

  .logo1 {
    width: 50%;
  }

  .menu-botao1 button {
    width: 3.75rem;
    height: 1.5625rem;
    font-family: "Poppins", sans-serif;
    font-size: 0.625rem;
    color: #ffffff;
    background-color: #222d86;
    border: 0.0625rem solid;
    border-radius: 2rem;
    cursor: pointer;
  }

  .menu-botao1 a {
    color: #ffffff;
  }

  .menu-botao1 button:hover {
    background-color: #677294;
  }

  .logo1 img {
    width: 7.5rem;
  }
}

/* PARTE 1 - CAPA */

.parte1 {
  top: 5rem;
  margin: auto;
  background-color: #f8f9fa;
  position: absolute;
  width: 100%;
  height: 85vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.parte1-1 {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.parte1-1-1 h1 {
  font-family: "Poppins", sans-serif;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c2c51;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  width: 37.5rem;
}

.parte1-1-2 p {
  font-family: "Poppins", sans-serif;
  position: absolute;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #6a7695;
  transform: translate(-50%, -50%);
  text-align: center;
}

.parte1-1-3 button {
  font-family: "Poppins", sans-serif;
  position: absolute;
  color: #264478;
  background-color: #6ddaf7;
  border-color: #6ddaf7;
  border-radius: 0.125rem solid #6ddaf7;
  transform: translate(-50%, -50%);
  font-size: 0.875rem;
  padding: 0.6875rem 2.5rem;
}

.box div {
  position: absolute;
}

.box div:nth-child(1) {
  top: 12%;
  left: 42%;
  animation: animate 10s linear infinite;
  color: #6ddaf7;
}

.box div:nth-child(2) {
  top: 90%;
  left: 50%;
  animation: animate 7s linear infinite;
  color: #4492f7;
}

.box div:nth-child(3) {
  top: 17%;
  left: 6%;
  animation: animate 9s linear infinite;
  color: #6ddaf7;
}

.box div:nth-child(4) {
  top: 20%;
  left: 60%;
  animation: animate 10s linear infinite;
  color: #4492f7;
}

.box div:nth-child(5) {
  top: 67%;
  left: 10%;
  animation: animate 6s linear infinite;
  color: #4492f7;
}

.box div:nth-child(6) {
  top: 80%;
  left: 70%;
  animation: animate 12s linear infinite;
  color: #6ddaf7;
}

.box div:nth-child(7) {
  top: 60%;
  left: 90%;
  animation: animate 15s linear infinite;
  color: #4492f7;
}

.box div:nth-child(8) {
  top: 35%;
  left: 23%;
  animation: animate 4s linear infinite;
  color: #222d86;
}

.box div:nth-child(9) {
  top: 90%;
  left: 25%;
  animation: animate 10s linear infinite;
  color: #222d86;
}

.box div:nth-child(10) {
  top: 20%;
  left: 80%;
  animation: animate 5s linear infinite;
  color: #6ddaf7;
}

@keyframes animate {
  0% {
    transform: scale(0) translateY(0) rotate(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.3) translateY(0) rotate(0);
    opacity: 1;
  }
}

/* RESPONSIVIDADE DA PARTE 1*/

@media (max-width: 550px) {
  .parte1 {
    top: 6rem;
    margin: auto;
    background-color: #f8f9fa;
    position: absolute;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .parte1-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8rem;
  }

  .parte1-1-1 h1 {
    font-size: 1.4375rem;
    width: 21.875rem;
  }

  .parte1-1-2 p {
    font-family: "Poppins", sans-serif;
    position: absolute;
    font-size: 0.8125rem;
    line-height: 1.875rem;
    color: #6a7695;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 21.875rem;
  }

  .parte1-1-3 button {
    font-family: "Poppins", sans-serif;
    position: absolute;
    color: #264478;
    background-color: #6ddaf7;
    border-color: #6ddaf7;
    border-radius: 0.125rem solid #6ddaf7;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    margin: 0;
    padding: 0.6875rem 2.5rem;
  }

  .parte1-mobile {
    display: none;
  }

  .box div:nth-child(10) {
    top: 20%;
    left: 90%;
    animation: animate 5s linear infinite;
    color: #6ddaf7;
  }

  .box div:nth-child(1) {
    top: 5%;
    left: 42%;
    animation: animate 10s linear infinite;
    color: #6ddaf7;
  }
}
/* PARTE 2 */

.parte2 {
  margin: auto;
  width: 100%;
  height: 100vh;
  margin-top: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #6ddaf712;
}

.parte22 {
  display: flex;
}

.parte2-1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.parte2-1-titulo h2 {
  font-family: "Poppins", sans-serif;
  color: #263b5e;
  font-size: 2.1875rem;
  font-weight: 600;
}

.parte2-1-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.circulo1 {
  border-radius: 50%;
  width: 4.375rem;
  height: 4.375rem;
  background-color: #005ce6;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
}

.parte2-1-textos h3 {
  color: #263b5e;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.parte2-1-textos p {
  width: 25rem;
  font-family: "Poppins", sans-serif;
  color: #6a7695;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
  text-align: justify;
}

.parte2-2 {
  width: 50%;
}

/* RESPONSIVIDADE DA PARTE 2 */

@media (max-width: 550px) {
  .parte2 {
    margin: auto;
    width: 100%;
    height: auto;
    margin-top: 90vh;
    background-color: #6ddaf712;
  }

  .parte22 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .parte2-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

  .parte2-1-titulo h2 {
    font-family: "Poppins", sans-serif;
    color: #263b5e;
    font-size: 1.875rem;
    font-weight: 600;
  }

  .parte2-2 {
    width: 100%;
  }

  .parte2-2 img {
    width: 18.75rem;
    height: 25rem;
    margin-top: 2rem;
  }
  .parte2-1-textos p {
    width: 12.5rem;
    font-family: "Poppins", sans-serif;
    color: #6a7695;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 300;
    text-align: justify;
  }
}

/* PARTE 3 */

.parte3 {
  margin: auto;
  width: 100%;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parte3-1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.parte3-2 h2 {
  color: #3f4451;
  font-family: "Poppins", Sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
}

.parte3-3 p {
  text-align: center;
  color: #677294;
  font-family: "Poppins", Sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  width: 50rem;
}

/* RESPONSIVIDADE DA PARTE 3 */

@media (max-width: 550px) {
  .parte3 {
    margin: auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .parte3-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .parte3-3 p {
    text-align: justify;
    width: 21.875rem;
  }
}

/* PARTE 4 */

.parte4 {
  margin: auto;
  display: flex;
  margin: 0 15% 0 15%;
}

.parte4-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}

.parte4-2 {
  width: 33.333%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0rem 0.1875rem 0.625rem 0rem rgba(38, 59, 94, 0.1);
}

.parte4-3 {
  width: 33.333%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0rem 0.1875rem 0.625rem 0rem rgba(38, 59, 94, 0.1);
}

.parte4-4 {
  width: 33.333%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0rem 0.1875rem 0.625rem 0rem rgba(38, 59, 94, 0.1);
}

.parte4-quadrado {
  background-color: #005ce6;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parte4-textos h3 {
  color: #264478;
  font-family: "Poppins", Sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
}

.parte4-textos p {
  color: #6a7695;
  font-family: "Poppins", Sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: center;
  padding: 0 0.625rem 0 0.625rem;
}

.parte4-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

/* RESPONSIVIDADE DA PARTE 4 */

@media (max-width: 550px) {
  .parte4 {
    margin: auto;
    display: flex;
    margin-bottom: 5rem;
  }

  .parte4-1 {
    display: flex;
    flex-direction: column;
  }

  .parte4-2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
  }

  .parte4-3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
  }

  .parte4-4 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
  }

  .parte4-quadrado {
    display: none;
  }
}

/* PARTE 5 */

.parte5 {
  margin: auto;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #6ddaf712;
}

.parte55 {
  display: flex;
}

.parte5-1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.parte5-1-1 h2 {
  font-family: "Poppins", sans-serif;
  color: #005ce6;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.parte5-1-2 p {
  font-family: "Poppins", sans-serif;
  color: #6a7695;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
}

.parte5-1-3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}

.parte5-1-3 h3 {
  font-family: "Poppins", sans-serif;
  color: #263b5e;
  font-size: 1.25rem;
  font-weight: 500;
}

.parte5-1-3-circulo {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #005ce6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parte5-2 {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.parte5-circulo1 {
  position: absolute;
  width: 27.5rem;
  height: 27.5rem;
  border-radius: 50%;
  background: #5e2ced;
  z-index: -1;
  opacity: 0.06;
}

.parte5-2 img {
  position: relative;
}

/* RESPONSIVIDADE DA PARTE 5 */

@media (max-width: 550px) {
  .parte5 {
    margin: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #6ddaf712;
  }

  .parte55 {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .parte5-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
  }

  .parte5-1-1 h2 {
    font-family: "Poppins", sans-serif;
    color: #005ce6;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 2.5rem;
    width: 100%;
    text-align: center;
  }

  .parte5-1-2 p {
    font-family: "Poppins", sans-serif;
    color: #6a7695;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    width: 21.875rem;
  }

  .parte5-1-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }

  .parte5-1-3 h3 {
    font-family: "Poppins", sans-serif;
    color: #263b5e;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .parte5-1-3-circulo {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background-color: #005ce6;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .parte5-2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }

  .parte5-circulo1 {
    position: absolute;
    width: 15.625rem;
    height: 15.625rem;
    border-radius: 50%;
    background: #5e2ced;
    z-index: -1;
    opacity: 0.06;
  }

  .parte5-2 img {
    position: relative;
    width: 12.5rem;
  }
}

/* PARTE 6 */

.parte6 {
  margin: auto;
  width: 100%;
  height: 85vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.parte66 {
  display: flex;
  gap: 8rem;
}

.parte6-1 {
  width: 50%;
  display: flex;
  justify-content: center;
}

.parte6-2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.parte6-2-textos h2 {
  font-family: "Poppins", sans-serif;
  color: #005ce6;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.parte6-2-textos p {
  width: 31.25rem;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  color: #6a7695;
  font-size: 1rem;
  font-weight: 300;
}

.parte6-circulo {
  width: 4.6875rem;
  height: 4.6875rem;
  border-radius: 50%;
  background-color: #005ce6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parte6-2-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}

.parte6-2-2-1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.parte6-2-2-1 h3 {
  font-family: "Poppins", sans-serif;
  color: #263b5e;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.parte6-2-2-1 p {
  font-family: "Poppins", sans-serif;
  width: 25rem;
  color: #6a7695;
  font-size: 1rem;
  line-height: 1.75rem;
}

/* RESPONSIVIDADE DA PARTE 6 */

@media (max-width: 550px) {
  .parte6 {
    margin: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .parte66 {
    display: flex;
    gap: 8rem;
  }

  .parte6-1 {
    display: none;
  }

  .parte6-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .parte6-2-textos h2 {
    font-family: "Poppins", sans-serif;
    color: #005ce6;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 2.5rem;
    text-align: center;
  }

  .parte6-2-textos p {
    width: 21.875rem;
    text-align: justify;
    font-family: "Poppins", sans-serif;
    color: #6a7695;
    font-size: 1rem;
    font-weight: 300;
  }

  .parte6-circulo {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background-color: #005ce6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .parte6-2-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  .parte6-2-2-1 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .parte6-2-2-1 h3 {
    font-family: "Poppins", sans-serif;
    color: #263b5e;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
  }

  .parte6-2-2-1 p {
    font-family: "Poppins", sans-serif;
    width: 21.875rem;
    text-align: center;
    color: #6a7695;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

/* PARTE7 */

.parte7 {
  margin: auto;
  display: flex;
  width: 100%;
  height: 40vh;
  background-color: #6ddaf712;
  display: flex;
  justify-content: center;
}

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

.parte7-1 {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.parte7-texto h2 {
  font-family: "Poppins", sans-serif;
  color: #005ce6;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.parte7-mobile {
  display: flex;
  gap: 3rem;
}

/* RESPONSIVIDADE DA PARTE 7 */

@media (max-width: 550px) {
  .parte7 {
    margin: auto;
    display: flex;
    width: 100%;
    height: 40vh;
    background-color: #6ddaf712;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .parte77 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .parte7-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }

  .parte7-texto h2 {
    font-family: "Poppins", sans-serif;
    color: #005ce6;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 3rem;
  }

  .parte7-mobile {
    display: flex;
    flex-direction: row;
    gap: 3rem;
  }

  .parte7-mobile img {
    width: 7.5rem;
  }
}

/* RODAPE */
footer {
  border-top: 0.0625rem solid #eeebf6;
  margin: auto;
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: center;
}

.parte8 {
  width: 80%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 2rem;
}

.parte8-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.parte8-1-2 p {
  color: #677294;
  font-family: "Poppins", Sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  text-align: center;
}

.parte8-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.parte8-2-2 {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.parte8-2-2-contato {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.parte8-2-2-city h4 {
  color: #6ddaf7;

  font-family: "Poppins", Sans-serif;
  font-size: 1.25rem;
}

.parte8-2-2-tel {
  color: #222d86;
  font-family: "Poppins", Sans-serif;
  font-size: 0.9375rem;
}

.parte8-2-2-email h6 {
  margin-top: 1.5rem;
  color: #222d86;
  font-family: "Poppins", Sans-serif;
  font-size: 0.9375rem;
}

.parte8-2-2-email {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.parte8-2-2-email-2 a {
  color: #222d86;
  font-family: "Poppins", Sans-serif;
  font-size: 0.8125rem;
}

/* RESPONSIVIDADE DO FOOTER */

@media (max-width: 550px) {
  .parte8 {
    margin-top: 2rem;
  }
}
