@keyframes pisca {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
  outline: none;
  font-family: "Inter", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.titulo h1 {
  font-size: 3.75rem;
  font-family: "BentonModDisp", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.titulo h2 {
  font-size: 2rem;
  font-family: "BentonModDisp", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.titulo p {
  font-size: 2rem;
  font-family: "BentonModDisp", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.titulo a {
  border-radius: 3rem;
  padding: 0.75rem 3rem;
  font-size: 0.95rem;
  margin: 1rem 0;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background-color: #2c4c4d;
  color: #fef1cf;
}

.header {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 1% 10%;
}
.header .logo {
  width: 40%;
}
.header .logo img {
  width: 35%;
}
.header .menu {
  width: 60%;
  text-align: right;
}
.header .menu a {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  margin: 0 2%;
  text-decoration: none;
  color: #2c4c4d;
}

.banner {
  z-index: 8;
  padding: 5% 10%;
  min-height: 90vh;
  background: url("../img/banner.png");
  background-color: #eabe9c;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-around;
  justify-content: space-between;
  align-items: center;
}
.banner .chamada {
  width: 32%;
}
.banner .chamada h1 {
  font-family: "BentonModDisp", sans-serif;
  color: #2c4c4d;
  font-weight: 700;
  font-size: 4rem;
  margin: 0;
}
.banner .chamada p {
  font-size: 1rem;
  color: #2c4c4d;
  font-weight: 600;
  margin: 0;
}
.banner .chamada .titulo-principal:after {
  content: "|";
  margin-left: 5px;
  opacity: 1;
  animation: pisca 0.7s infinite;
}
.banner .formulario {
  width: 32%;
}
.banner .formulario .titulo h1 {
  font-family: "BentonModDisp", sans-serif;
  color: #2c4c4d;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.15;
}
.banner .formulario form {
  padding: 0 6%;
}
.banner .formulario form .campos input,
.banner .formulario form .campos select {
  width: 100%;
  display: block;
  position: relative;
  background-color: transparent;
  color: #2c4c4d;
  border: 0.12rem solid #2c4c4d;
  font-weight: 500;
  border-radius: 3rem;
  margin: 1rem 0 0;
  height: 2.75rem;
  font-size: 1rem;
  padding: 0 1rem;
}
.banner .formulario form .campos input::-moz-placeholder, .banner .formulario form .campos select::-moz-placeholder {
  color: #2c4c4d;
}
.banner .formulario form .campos input::placeholder,
.banner .formulario form .campos select::placeholder {
  color: #2c4c4d;
}
.banner .formulario form .bt-section button {
  border-radius: 3rem;
  padding: 0.75rem 0;
  font-size: 1rem;
  margin: 1rem 0;
  line-height: 1;
  font-weight: 500;
  width: 100%;
  border: none;
  cursor: pointer;
  background-color: #2c4c4d;
  color: #fef1cf;
}
.banner .formulario .lgpd {
  padding: 0 6%;
}
.banner .formulario .lgpd p {
  text-align: justify;
  color: #2c4c4d;
  font-size: 0.65rem;
  margin: 0;
  line-height: 1;
}

.comofunciona {
  padding: 5% 8%;
  display: block;
}
.comofunciona .titulo {
  text-align: center;
}
.comofunciona .titulo h1 {
  color: #eabe9c;
}
.comofunciona .passos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-evenly;
}
.comofunciona .passos .item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  border: 0.1rem solid #2c4c4d;
  width: 18%;
  margin: 3% 0;
  padding: 2rem;
}
.comofunciona .passos .item h1 {
  font-family: "BentonModDisp", sans-serif;
  color: #2c4c4d;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.comofunciona .passos .item p {
  font-size: 0.95rem;
  margin: 0;
}

.modalidadeAtendimento {
  padding: 5% 8% 0;
  display: block;
  background-color: #2c4c4d;
}
.modalidadeAtendimento .titulo {
  text-align: center;
}
.modalidadeAtendimento .titulo h1 {
  color: #eabe9c;
}
.modalidadeAtendimento .titulo p {
  color: #fff;
}
.modalidadeAtendimento .modalidades {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: space-evenly;
}
.modalidadeAtendimento .modalidades .item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  text-align: center;
  background-color: #fff;
  color: #2c4c4d;
  border-radius: 1rem;
  width: 45%;
  padding: 3%;
  margin: 3% 0 -5%;
}
.modalidadeAtendimento .modalidades .item h1 {
  font-size: 2.75rem;
  font-family: "BentonModDisp", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.modalidadeAtendimento .modalidades .item p {
  font-weight: bold;
  font-size: 1.15rem;
  margin: 1rem 0;
}
.modalidadeAtendimento .modalidades .item ul {
  margin: 0;
  padding: 0;
}
.modalidadeAtendimento .modalidades .item ul li {
  list-style: none;
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}
.modalidadeAtendimento .modalidades .item.rose {
  background-color: #eabe9c;
}
.modalidadeAtendimento .modalidades .item.off {
  background-color: #fef1cf;
}

.depoimentos {
  padding: 10% 8% 5%;
}
.depoimentos .titulo {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.depoimentos .titulo h2 {
  margin: 0 0 2%;
  color: #2c4c4d;
}
.depoimentos .titulo h1 {
  color: #2c4c4d;
}
.depoimentos .depoimento {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}
.depoimentos .depoimento .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid rgba(46, 49, 51, 0.2509803922);
  text-align: center;
  border-radius: 1rem;
  width: 30%;
  margin: 3% 0;
  padding: 2%;
}
.depoimentos .depoimento .item h1 {
  font-family: "BentonModDisp", sans-serif;
  color: #2c4c4d;
  font-weight: 700;
  margin: 0 0 0.5rem;
  font-size: 1.85rem;
}
.depoimentos .depoimento .item p {
  font-style: italic;
  font-size: 0.9rem;
}
.depoimentos .depoimento .item img {
  width: 20%;
}

.rodape {
  padding: 2% 0;
  background-color: #2c4c4d;
  text-align: center;
}
.rodape img {
  width: 10%;
  margin: 0;
  vertical-align: middle;
}

.footer {
  font-size: 0.7rem;
  padding: 0.5rem 0;
  z-index: 12;
  background-color: #3a5554;
  color: #fff;
  text-align: center;
}
.footer a {
  text-decoration: none;
}
.footer img {
  width: 1%;
  vertical-align: middle;
}/*# sourceMappingURL=app.css.map */