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

body {
  width: 100%;
  height: auto;
  background-color: #f8f9fa;
}

main {
  margin-top: 5rem;
}

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

.contato {
  margin: auto;
  margin-top: 10rem;
  width: 80%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contato11 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.linha {
  border: 0.0625rem solid #eeebf6;
}

.contato1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.contato1-1-1 h2 {
  color: #222d39;
  font-family: "Poppins", Sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.contato1-1-2 p {
  color: #677294;
  font-family: "Poppins", Sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.contato1-2-1 h2 {
  color: #222d39;
  font-family: "Poppins", Sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.contato2 {
  width: 40%;
}

.contato1-2-2 {
  display: flex;
  gap: 0.5rem;
}

.contato1-2-2 {
  color: #677294;
  font-family: "Poppins", Sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.875rem;
}

/* RESPONSIVIDADE DA PARTE 1 */

@media (max-width: 550px) {
  .contato {
    margin: auto;
    margin-top: 10rem;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12rem;
    margin-bottom: 2rem;
  }

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

  .linha {
    width: 100%;
    border: 0.0625rem solid #eeebf6;
  }

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

  .contato1-1-1 h2 {
    color: #222d39;
    font-family: "Poppins", Sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }

  .contato1-1-2 p {
    color: #677294;
    font-family: "Poppins", Sans-serif;
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.875rem;
    width: 15.625rem;
  }

  .contato1-2-1 h2 {
    color: #222d39;
    font-family: "Poppins", Sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }

  .contato2 {
    width: 100%;
  }

  .contato2 iframe {
    width: 21.875rem;
    height: 21.875rem;
  }

  .contato1-2-2 {
    display: flex;
    gap: 0.5rem;
  }

  .contato1-2-2 {
    color: #677294;
    font-family: "Poppins", Sans-serif;
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.875rem;
  }
}
