body,
ul,
ol,
dl,
li,
p,
form,
fieldset,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Poppins", sans-serif;
}
*:focus {
  outline: 0;
}
img.fluid {
  width: 100%;
  max-width: auto;
  height: auto;
  border: 0;
  border-radius: 12px;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1100px) {
  .container {
    width: auto;
    margin: 0 20px;
  }
}

/*  cabeçalho */
header {
  border-top: 5px solid #c7c7c7;
  border-bottom: 5px solid #f48120;
  padding: 35px 0;
}

@media only screen and (max-width: 1024px) {
  header {
    padding: 0 0;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}

header a.logo-principal {
  height: 84px;
}

@media only screen and (max-width: 1024px) {
  a.logo-principal img {
    width: 160px;
    height: auto;
    margin-top: 11px;
  }
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  header nav .menu {
    display: block;
  }
}

header nav ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  header nav ul {
    display: none;
  }
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  font-size: 20px;
  text-transform: uppercase;
  color: #575757;
  text-decoration: none;
  padding-right: 50px;
}
@media only screen and (max-width: 1100px) {
  header nav ul li a {
    padding-right: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  header nav ul {
    display: none !important;
  }
}

header form {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  header form {
    display: none;
  }
}

header form input.s {
  width: 240px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #afafaf;
  border-radius: 30px;
}

header form input.submit {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 0 0 -55px;
  background: url(img/busca.png) no-repeat center center #f48120;
  border: 0;
  display: block;
  padding: 0;
  text-indent: -5000em;
}

header .menu {
  width: 36px;
  height: 28px;
  line-height: 28px;
  margin-left: 50px;
  background: url(img/amburguer.png) no-repeat;
  text-indent: -1000em;
  display: none;
}

@media only screen and (max-width: 1023px) {
  header .menu {
    display: block;
  }
}

header img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 411px) {
  header img {
    width: 170px;
    height: auto;
  }
}

/*  cabeçalho */

/* rodapé */
footer {
  padding: 50px 0;
  background: #00a551;
  margin: 0 0 0 0;
}
footer h2 {
  display: block;
  text-align: center;
  font-size: 40px;
  color: #fff;
  padding-bottom: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  footer h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  footer h2 {
    font-size: 20px;
  }
}

footer h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer li {
  list-style: none;
}
footer li a {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  text-decoration: none;
}
footer li img {
  width: 30px;
  margin-right: 15px;
  color: #fff;
}
footer li p {
  margin-top: 4px;
  color: #fff;
}
footer section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .unidade {
  margin: 0 10px;
  width: 18%;
  max-width: 300px;
}
@media only screen and (max-width: 1300px) {
  footer .unidade {
    width: 40%;
    max-width: 1000px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  footer .unidade {
    width: 100%;
    max-width: 1000px;
  }
}

.redes-sociais {
  text-align: center;
  margin: 100px 0;
}

.redes-sociais h2 {
  font-size: 40px;
  color: #333;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .redes-sociais h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .redes-sociais h2 {
    font-size: 20px;
  }
}
.redes-sociais ul {
  display: flex;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.redes-sociais ul li {
  width: 100px;
  height: 100px;
  border-radius: 1000px;
  list-style: none;
  margin: 0 10px;
}

@media only screen and (max-width: 475px) {
  .redes-sociais ul li {
    width: 50px;
    height: 50px;
  }
}

.redes-sociais ul li.facebook {
  background: #3b5998;
  color: #fff;
}

.redes-sociais ul li.instagram {
  background: #c13584;
  color: #fff;
}

.redes-sociais ul li.youtube {
  background: #c4302b;
  color: #fff;
}

.redes-sociais ul li img {
  width: 50px;
  height: 50px;
  margin-top: 23px;
}
@media only screen and (max-width: 475px) {
  .redes-sociais ul li img {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }
}

.redes-sociais ul li.youtube img {
  margin-top: 25px;
}
@media only screen and (max-width: 475px) {
  .redes-sociais ul li.youtube img {
    margin-top: 10px;
  }
}
/* /rodapé */

.redes-sociais.parceiros {
  background: #e2e2e2;
  padding: 50px 0;
  margin: 100px 0 0 0;
}

.redes-sociais.parceiros ul {
  flex-wrap: wrap;
}

.redes-sociais.parceiros ul li {
  height: auto;
  width: auto;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin: 20px;
}
@media only screen and (max-width: 1024px) {
  .redes-sociais.parceiros ul li {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .redes-sociais.parceiros ul li {
    width: 70%;
  }
}

.redes-sociais.parceiros ul li img {
  width: auto;
  height: auto;
  margin-top: 0;
}

main {
  background: #fff;
  height: auto;
  width: 100%;
  max-width: 817px;
}
main img {
  width: 100%;
  height: auto;
}

.container.titulo {
  display: block;
  padding: 45px 0;
}

.container.titulo p.localidade {
  font-weight: 800;
  font-size: 18px;
  color: #575757;
}

.container.titulo h1 {
  font-size: 40px;
  line-height: 50px;
  color: #575757;
  font-weight: 8f00;
}
@media only screen and (max-width: 767px) {
  .container.titulo {
    padding: 45px 0 20px 0;
  }
  .container.titulo h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

main.empreendimento {
  width: 817px;
}

main.empreendimento .galeria {
  overflow: hidden;
  position: relative;
}

main.empreendimento .marca-empreendimento img {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 15px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  main.empreendimento .marca-empreendimento img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
}

main.empreendimento .galeria .sp-mask.sp-grab {
  border-radius: 10px 10px 0 0;
}

.sp-bottom-thumbnails {
  margin: 5px 0 0 0 !important;
  border-radius: 0 0 10px 10px;
}
/* galeria */
/*
main.empreendimento .galeria {
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  height: 0;
}


main.empreendimento .galeria dd,
main.empreendimento .galeria br {
  display: none;
}

main.empreendimento .galeria .gallery-item {
  display: block;
  position: absolute;
  width: 100%;
}

main.empreendimento .galeria .gallery-size-full {
  height: auto;
}
main.empreendimento .galeria .gallery-size-full img {
  border-radius: 10px;
}

*/

main.empreendimento .galeria .texto-destaque {
  position: absolute;
  z-index: 1;
  background: #e62117;
  border-radius: 1000px;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  right: 15px;
  top: 15px;
  font-size: 16px;
  font-weight: 800;
}
@media only screen and (max-width: 475px) {
  main.empreendimento .galeria .texto-destaque {
    top: 5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    right: 5px;
  }
}

main.empreendimento .thumbs-galeria {
  border-radius: 10px;
  overflow: hidden;
}

main.empreendimento .thumbs-galeria img {
  width: 100px;
  height: auto;
}

main.empreendimento section {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px #d0d0d0;
  margin-top: 40px;
  padding: 25px;
}

main.empreendimento section.frase-destaque {
  background: #13884d;
  color: #fff;
}

@media only screen and (max-width: 411px) {
  main.empreendimento section {
    padding: 15px;
  }
}

main.empreendimento section h2 {
  color: #00a551;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  height: auto;
}

main.empreendimento section.frase-destaque h2 {
  color: #fff;
}

@media only screen and (max-width: 411px) {
  main.empreendimento section h2 {
    font-size: 20px;
    font-weight: 800;
  }
}

main.empreendimento section p {
  font-size: 20px;
}

@media only screen and (max-width: 411px) {
  main.empreendimento section p {
    font-size: 16px;
  }
}

main.empreendimento section.full {
  padding: 0;
}
main.empreendimento section.full h2 {
  padding: 25px;
}

main.empreendimento section.full .iframe-responsivo {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
main.empreendimento section.full iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
}
main.empreendimento section.facilidades ul {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
main.empreendimento section.facilidades li {
  list-style: none;
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  main.empreendimento section.facilidades li {
    width: 100%;
  }
}
@media only screen and (max-width: 411px) {
  main.empreendimento section.facilidades li {
    font-size: 16px;
  }
}

main.empreendimento section.facilidades img.icone {
  width: 40px;
  margin: 0 20px 0 0;
  display: inline;
}

@media only screen and (max-width: 411px) {
  main.empreendimento section.facilidades img.icone {
    width: 30px;
    margin: 0 10px 0 0;
  }
}
/* sidebar */
sidebar {
  position: relative;
  width: 350px;
  margin-left: 20px;
  z-index: 10;
}
@media only screen and (max-width: 1365px) {
  main.empreendimento {
    max-width: 2000em;
    width: 100%;
  }
  sidebar {
    position: fixed;
    bottom: 0;
    top: auto;
    margin: 0;
    width: 100%;
  }
  sidebar section {
    position: fixed;
    top: auto;
    height: 100vh;
    z-index: 10;
    bottom: -100vh;
    left: 0;
  }
}
sidebar section {
  position: absolute;
  z-index: 10;
  width: 358px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px #d0d0d0;
}
sidebar section form {
  padding: 25px;
}
@media only screen and (max-width: 1365px) {
  sidebar section form {
    padding: 0 25px;
  }
}
sidebar section p {
  padding: 0 20px 0 20;
}
sidebar section h3 {
  font-size: 20px;
  color: #575757;
  padding: 20px 20px 0 20px;
}

sidebar section fom h1 {
}

sidebar section form p,
sidebar section form h3 {
  padding: 0;
}

sidebar form input {
  border-radius: 10px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #707070;
  font-size: 16px;
  width: 100%;
  text-indent: 20px;
}

@media only screen and (max-width: 1365px) {
  sidebar form input {
    height: 50px;
    line-height: 50px;
  }
}

sidebar form input.wpcf7-submit {
  text-indent: 0;
  background: url(img/submit.png) no-repeat center center;
  text-indent: -5000em;
  color: #fff;
  margin-top: 20px;
  border: 0;
}
.fechar-tabela {
  display: none;
}
@media only screen and (max-width: 1365px) {
  sidebar .tabela-mobile {
    position: absolute;
    top: -70px;
    width: 100vw;
    margin: 0;
    border: 0;
    padding: 0;
    left: -20px;
    height: 70px;
    width: 100%;
    background: url(img/botao-mobile.png) no-repeat center center;
  }
  sidebar section.aberto {
    top: -100vh;
    width: 100%;
    left: 0;
    padding-top: 45px;
  }
  sidebar.aberto {
    left: 0;
  }
  .fechar-tabela {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    background: #eaeaea;
    color: #333;
    display: block;
  }
}

/* lista de empreendimentos */
main.lista {
  display: flex;
  justify-content: flex-start;
  align-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 10000em;
}
main.lista::after {
  content: " ";
  width: 31%;
}
@media only screen and (max-width: 1365px) {
  main.lista {
    margin: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  main.lista {
    margin: 0;
  }
}
main.lista h2 {
  font-size: 50px;
  color: #f48120;
  width: 100%;
  text-align: center;
  font-weight: 300;
  padding: 40px 0;
}
@media only screen and (max-width: 1024px) {
  main.lista h2 {
    font-size: 30px;
  }
}
main.lista div.card {
  width: 31%;
  margin-bottom: 40px;
  border: 1px solid #aaaaaa;
  border-top: 5px solid #575757;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 1365px) {
  main.lista div.card {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  main.lista div.card {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
  }
}
main.lista div.card h3 {
  padding: 10px 20px 0 20px;
  font-size: 30px;
  color: #575757;
  line-height: 30px;
  align-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  main.lista div.card h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  main.lista div.card h3 {
    font-size: 20px;
  }
}
main.lista div.card ul {
  padding: 10px 20px;
  align-self: flex-start;
}

main.lista div.card .localidade {
  padding: 0 20px;
  color: #f48120;
  font-size: 20px;
}
main.lista div.card li {
  list-style: none;
  width: 12%;
  display: inline-block;
  margin: 4%;
  opacity: 0.5;
}
main.lista div.card a {
  height: 64px;
  line-height: 64px;
  text-decoration: none;
  background: #f48120;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  align-self: baseline;
  width: 90%;
  margin: 5%;
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  main.lista div.card a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

div.card .titulo-logo-thumb {
  display: flex;
}
div.card .titulo-logo-thumb img {
  height: 80px;
  width: auto;
  border-radius: 1000px;
  position: absolute;
  top: 15px;
  left: 15px;
  border: 2px solid #fff;
  box-shadow: 0 0 30px #000;
}
@media only screen and (max-width: 1024px) {
  div.card .titulo-logo-thumb img {
    width: 50px;
    height: 50px;
  }
}

main.lista .texto-destaque {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 1px 10px;
  background: #c4302b;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  main.lista .texto-destaque {
    padding: 1px 5px;
    font-size: 14px;
  }
}
/* definições da home */

.slider-home {
  widows: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}

/*
@media only screen and (max-width: 1024px) {
  .slider-home {
    padding-bottom: 0;
    height: 60vw;
  }
}
*/

@media only screen and (max-width: 768px) {
  .slider-home {
    padding-bottom: 0;
    height: 80vh;
  }
}
.slider-home .item-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s;
}

.slider-home .item-slider.ativo {
  opacity: 1;
  z-index: 1;
}

.slider-home .item-slider::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  content: " ";
}

.slider-home .item-slider img {
  width: auto;
}
.slider-home .item-slider img.full {
  margin-top: -10%;
}

@media only screen and (max-width: 768px) {
  .slider-home .item-slider img.full {
    margin-top: 0;
    margin-left: -80%;
    height: calc(100vh - 80px);
    width: auto;
  }
}

.slider-home .item-slider img.logo-item {
  width: auto;
  height: 180px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .slider-home .item-slider img.logo-item {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-home .item-slider img.logo-item {
    width: 80px;
    height: 80px;
    border-radius: 1000px;
    margin-left: 20px;
  }
}

.slider-home .item-slider .textos {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  color: #fff;
  top: 100px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1366px) {
  .slider-home .item-slider .textos {
    top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .slider-home .item-slider .textos {
    position: absolute;
    width: 90%;
    left: 5%;
    margin-left: 0;
    top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .slider-home .item-slider .textos {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .slider-home .item-slider .textos {
    left: 0;
    margin: 0;
    width: 100vw;
    flex-direction: column;
    top: 20px;
  }
}
.slider-home .item-slider .texto {
  width: 560px;
  margin: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .slider-home .item-slider .texto {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .slider-home .item-slider .texto {
    width: auto;
  }
}
.slider-home .item-slider .textos h2 {
  font-size: 55px;
  line-height: 75px;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (max-width: 1366px) {
  .slider-home .item-slider .textos h2 {
    line-height: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .slider-home .item-slider .textos h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .slider-home .item-slider .textos h2 {
    font-size: 55px;
    line-height: 60px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .slider-home .item-slider .textos h2 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 475px) {
  .slider-home .item-slider .textos h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 10px;
  }
}

.slider-home .item-slider .textos p {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .slider-home .item-slider .textos p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .slider-home .item-slider .textos p {
    font-size: 25px;
    line-height: 30px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .slider-home .item-slider .textos p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 475px) {
  .slider-home .item-slider .textos p {
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 320px) {
  .slider-home .item-slider .textos p {
    display: none;
  }
}
.slider-home .item-slider .form-item br {
  display: none;
}
.slider-home .item-slider .form-item {
  width: 350px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .slider-home .item-slider .form-item {
    display: none;
  }
}
.slider-home .item-slider .form-item h3 {
  font-size: 25px;
}
.slider-home .item-slider .form-item .wpcf7-text {
  color: #919191;
  height: 50px;
  border: 0;
  width: 100%;
  font-size: 18px;
  text-indent: 20px;
  margin-top: 19px;
}
.slider-home .item-slider .form-item .wpcf7-submit {
  height: 59px;
  background: transparent linear-gradient(180deg, #00a551 0%, #13884d 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #ffffff5e;
  border: 1px solid #ffffff;
  opacity: 1;
  width: 100%;
  font: normal normal bold 18px/27px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 19px;
  position: relative;
  z-index: 1;
}
.slider-home .item-slider .form-item .wpcf7-form-control.wpcf7-submit::before {
  width: 18px !important;
  height: 18px !important;
  content: "  " !important;
  display: block !important;
  background: url(img/seta-form-home.png) no-repeat !important;
  position: absolute !important;
  bottom: 35px !important;
  right: 15px !important;
  z-index: 1000 !important;
}
.slider-home .item-slider a.mais-informacoes {
  text-decoration: none;
  color: #fff;
  background: #f48120;
  padding: 10px 20px;
  border-radius: 1000px;
  font-weight: 800;
  font-size: 20px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

.slider-home .item-slider a.mais-informacoes::before {
  width: 20px;
  height: 20px;
  content: "  ";
  background: url(img/seta-form-home.png) no-repeat;
  position: absolute;
  bottom: 9px;
  right: -30px;
  overflow: hidden;
  display: none;
}
@media only screen and (max-width: 320px) {
  .slider-home .item-slider a.mais-informacoes {
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
  }
  .slider-home .item-slider a.mais-informacoes::before {
    bottom: 0px;
  }
}
.thumbs-home {
  position: absolute;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 1;
}

.thumbs-home img {
  width: 80px;
  height: auto;
  margin: 0 5px 5px 0;

  font-size: 0;
  opacity: 0.8;
}
.thumbs-home img.ativo {
  opacity: 1;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .thumbs-home img {
    width: 50px;
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  .thumbs-home img {
    width: 40px;
    height: auto;
  }
}
@media only screen and (max-width: 280px) {
  .thumbs-home img {
    width: 35px;
    height: auto;
  }
}

nav.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #13884d;
  top: 0;
  right: -100%;
  z-index: 1000;
  font-family: "Poppins", sans-serif;
  opacity: 0;

  transition: 1s;
}

nav.overlay.ativo {
  opacity: 1;
  right: 0%;
  transition: 1s;
}

nav.overlay form {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  margin-top: 100px;
  border: 0;

  justify-content: space-between;
}
nav.overlay form input.s {
  width: 100%;
  background: rgb(0 0 0 / 20%);
  border: 0;
  height: 120px;
  color: #fff;
  font-size: 45px;
  border-radius: 20px 0 0 20px;
  text-indent: 10px;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 1024px) {
  nav.overlay form input.s {
    font-size: 30px;
    height: 60px;
  }
}

nav.overlay form input.submit {
  width: 50px;
  border-radius: 0 10px 10px 0;
  border: 0;
  background: #fff;
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  nav.overlay form input.submit {
    padding: 0 10px;
    width: 30px;
  }
}

nav.overlay form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

nav.overlay form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

nav.overlay form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

nav.overlay ul {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  border: 0;
}
nav.overlay ul li {
  list-style: none;
  border-bottom: 1px solid #000;
}
nav.overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 45px;
  padding: 20px 0;
  display: block;
}
@media only screen and (max-width: 1024px) {
  nav.overlay ul li a {
    font-size: 30px;
    padding: 10px 0;
  }
}
nav.overlay span.fechar {
  background: #000;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50px;
  right: 50px;
  border-radius: 100px;
}
@media only screen and (max-width: 1024px) {
  nav.overlay span.fechar {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    top: 20px;
    right: 20px;
  }
}

main.quem-somos {
  margin: 0 auto;
  margin-top: 100px;
}
main.quem-somos p {
  margin-bottom: 30px;
}
