@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Poppins:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,400;0,6..12,700;0,6..12,800;0,6..12,900;1,6..12,300;1,6..12,400;1,6..12,700;1,6..12,800;1,6..12,900&display=swap");

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito Sans", sans-serif;
  background-color: #fff;
}

h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  color: rgb(61, 95, 139);
}

p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  color: rgb(61, 95, 139);
}

.fontep {
  font-size: 12px;
}

.pop {
  position: fixed;
  background-color: #fff;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 3px 2px 20px -1px rgba(163, 163, 163, 0.75);
  -webkit-box-shadow: 3px 2px 20px -1px rgba(163, 163, 163, 0.75);
  -moz-box-shadow: 3px 2px 20px -1px rgba(163, 163, 163, 0.75);
}

.x {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  color: #ff0000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.poptxt {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.poptxt h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.card {
  width: 100%;
  height: auto;
  min-height: 450px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 10px;
  margin: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.card h3 {
  margin-top: 0;
}

.logo {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 10px;
  margin-top: 20px;
  border-bottom: 5px solid #02b5fc;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.titulo {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: row;
  padding: 10px;
  margin-top: 20px;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: row;
}

.main {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  flex-direction: row;
  padding: 10px;
  margin-top: 20px;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: row;
}

.main-item {
  width: 100%;
  height: auto;
  background-color: #fff;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 10px;
  margin-top: 20px;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.geral {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: row;
  padding: 10px;
  margin-top: 20px;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: row;
}

.geral-item {
  width: 100%;
  height: auto;
  background-color: #fff;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 10px;
  margin-top: 20px;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.formulario-item {
  width: 100%;
  height: auto;
  background-color: #fff;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 10px;
  margin-top: 20px;

  -webkit-display: flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
}

.localiza {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2d4059;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.localiza-item {
  width: 100%;
  flex: 1;
}

.foot {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #444;
  color: #fff;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.foot-item {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;

  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.foot i {
  font-size: 40px;
  color: #fff;
}

.foot a {
  color: #fff;
  text-decoration: none;
}

.foot a:hover {
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .main,
  .geral,
  .localiza,
  .foot {
    flex-direction: column;
  }
}
