/* MIXINS RESPONSIVO */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Montserrat:wght@100;500;600;700;800&display=swap");
.border-bg {
  background: rgb(110, 180, 45);
  background: linear-gradient(90deg, rgb(110, 180, 45) 25%, rgb(226, 11, 120) 25%, rgb(226, 11, 120) 50%, rgb(32, 157, 210) 50%, rgb(32, 157, 210) 75%, rgb(252, 200, 23) 75%);
  width: 100%;
  height: 7px;
}

.cta {
  padding: 0.85rem 1.3rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0.5rem;
  font-weight: bold;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  border: solid 1px;
  box-shadow: 0px 0px 6px -1px rgba(111, 111, 111, 0.92);
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .cta {
    font-size: 0.85rem;
  }
}

.header-interno {
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100%;
  background-attachment: fixed;
}
.header-interno .filtro {
  padding: 8rem 0;
  background-color: rgba(110, 180, 45, 0.4);
}
@media only screen and (max-width: 900px) {
  .header-interno .filtro {
    padding: 2rem 0;
  }
}
.header-interno h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  color: #f9f9f9;
  line-height: 90%;
}
@media only screen and (max-width: 900px) {
  .header-interno h2 {
    font-size: 2rem;
  }
}

.doacoes .header-interno {
  background-image: url("../imgs/bg-doacao.jpg");
}

.contato .header-interno {
  background-image: url("../imgs/bg-contato.jpg");
}

.quem-somos .header-interno {
  background-image: url("../imgs/galeria-06.png");
}

.blog .header-interno {
  background-image: url("../imgs/bg-blog.jpg");
}

.blog-destaque .header-interno {
  background-image: url("../imgs/bg-blog.jpg");
}

.galeria-destaque .header-interno {
  background-image: url("../imgs/imagem-carrosel.png");
}

footer {
  background-color: #fff;
  padding: 2rem 0 4rem 0;
}
footer .topo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .topo-footer .brand img {
  width: 180px;
}
@media only screen and (max-width: 900px) {
  footer .topo-footer .nav-footer {
    display: none;
  }
}
footer .topo-footer .nav-footer ul {
  margin-bottom: 0;
  display: flex;
}
footer .topo-footer .nav-footer ul li {
  margin: 0 0.5rem;
}
footer .topo-footer .nav-footer ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  color: #606060;
  transition: all ease-in-out 0.5s;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
footer .topo-footer .nav-footer ul li:nth-child(1) a:hover {
  color: #6eb42d;
}
footer .topo-footer .nav-footer ul li:nth-child(2) a:hover {
  color: #e20b78;
}
footer .topo-footer .nav-footer ul li:nth-child(3) a:hover {
  color: #209dd2;
}
footer .topo-footer .nav-footer ul li:nth-child(4) a:hover {
  color: #fcc817;
}
footer .topo-footer .nav-footer ul li:nth-child(5) a:hover {
  color: #6eb42d;
}
footer .topo-footer .nav-footer ul li:nth-child(6) a:hover {
  color: #e20b78;
}
footer .topo-footer .nav-footer ul li:nth-child(7) a:hover {
  color: #209dd2;
}
footer .topo-footer .social-footer ul {
  display: flex;
}
footer .topo-footer .social-footer ul li {
  margin: 0 0.7rem;
}
footer .topo-footer .social-footer ul li img {
  width: 27px;
}
footer .linha-footer {
  max-width: 600px;
  height: 1px;
  background-color: #d5d5d5;
  margin: 1rem auto;
}
footer .infos {
  text-align: center;
  width: 100%;
}
footer .infos address a {
  text-decoration: none;
  font-size: 0.75rem;
  color: #5f5f5f;
  transition: all ease-in-out 0.5s;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
footer .infos .email-tel {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  footer .infos .email-tel {
    flex-direction: column;
  }
}
footer .infos .email-tel a {
  text-decoration: none;
  font-size: 0.75rem;
  transition: all ease-in-out 0.5s;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  display: block;
  margin: 0 1.3rem;
}
footer .infos .email-tel a:nth-child(1) {
  color: #209dd2;
}
footer .infos .email-tel a:nth-child(1):hover {
  color: #6eb42d;
}
footer .infos .email-tel a:nth-child(2) {
  color: #e20b78;
}
footer .infos .email-tel a:nth-child(2):hover {
  color: #fcc817;
}

.header-site {
  background-color: #fff;
}
.header-site .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 15px;
}
.header-site .content-header .brand img {
  width: 180px;
}
@media only screen and (max-width: 900px) {
  .header-site .content-header .brand img {
    width: 180px;
  }
}
@media only screen and (max-width: 900px) {
  .header-site .content-header .nav-desktop {
    display: none;
  }
}
.header-site .content-header .nav-desktop ul {
  display: flex;
}
.header-site .content-header .nav-desktop ul li {
  margin: 0 0.5rem;
}
.header-site .content-header .nav-desktop ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  color: #434343;
  transition: all ease-in-out 0.5s;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.header-site .content-header .nav-desktop ul li:nth-child(1) a:hover {
  color: #6eb42d;
}
.header-site .content-header .nav-desktop ul li:nth-child(2) a:hover {
  color: #e20b78;
}
.header-site .content-header .nav-desktop ul li:nth-child(3) a:hover {
  color: #209dd2;
}
.header-site .content-header .nav-desktop ul li:nth-child(4) a:hover {
  color: #fcc817;
}
.header-site .content-header .nav-desktop ul li:nth-child(5) a:hover {
  color: #6eb42d;
}
.header-site .content-header .nav-desktop ul li:nth-child(6) a:hover {
  color: #e20b78;
}
.header-site .content-header .nav-desktop ul li:nth-child(7) a:hover {
  color: #209dd2;
}
@media only screen and (max-width: 900px) {
  .header-site .content-header .social-header {
    display: none;
  }
}
.header-site .content-header .social-header ul {
  display: flex;
}
.header-site .content-header .social-header ul li {
  margin: 0 0.7rem;
}
.header-site .content-header .social-header ul li img {
  width: 27px;
}

.hero .content-carrosel {
  display: flex;
  align-items: center;
  background-image: url("../imgs/bg-carrosel.jpg");
}
.hero .content-carrosel .col-info {
  width: 40%;
  background-image: url("../imgs/bg-carrosel.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 900px) {
  .hero .content-carrosel .col-info {
    width: 100%;
    padding: 3rem 1.3rem;
  }
}
.hero .content-carrosel .col-info .img-chamada {
  width: 340px;
  margin-bottom: 2rem;
}
.hero .content-carrosel .col-info .btn-infos {
  display: flex;
  flex-direction: column;
}
.hero .content-carrosel .col-info .btn-infos a {
  padding: 0.85rem 1.3rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0.5rem;
  font-weight: bold;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  border: solid 1px;
  box-shadow: 0px 0px 6px -1px rgba(111, 111, 111, 0.92);
  margin-bottom: 1rem;
}
.hero .content-carrosel .col-info .btn-infos a:nth-child(1) {
  background-color: #e20b78;
  border-color: #e20b78;
}
.hero .content-carrosel .col-info .btn-infos a:nth-child(1):hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.hero .content-carrosel .col-info .btn-infos a:nth-child(2) {
  background-color: #fcc817;
  border-color: #fcc817;
}
.hero .content-carrosel .col-info .btn-infos a:nth-child(2):hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.hero .content-carrosel .col-img {
  width: 60%;
}
@media only screen and (max-width: 900px) {
  .hero .content-carrosel .col-img {
    display: none;
  }
}
.hero .content-carrosel .col-img img {
  width: 100%;
}

.quem-somos-home {
  margin: 3rem 0;
}
.quem-somos-home h3 {
  color: #e20b78;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  max-width: 460px;
}
.quem-somos-home p {
  font-family: "Montserrat", sans-serif;
  color: #7e7e7e;
  font-size: 0.85rem;
  font-weight: 500;
  max-width: 460px;
}
.quem-somos-home img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quem-somos-home .btns-quem-somos {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 900px) {
  .quem-somos-home .btns-quem-somos {
    flex-direction: column;
  }
}
.quem-somos-home .btns-quem-somos a:nth-child(1) {
  background-color: #6eb42d;
  border-color: #6eb42d;
}
.quem-somos-home .btns-quem-somos a:nth-child(1):hover {
  color: #6eb42d;
  background-color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 900px) {
  .quem-somos-home .btns-quem-somos a:nth-child(1) {
    margin-bottom: 1rem;
  }
}
.quem-somos-home .btns-quem-somos a:nth-child(2) {
  background-color: #209dd2;
  border-color: #209dd2;
}
.quem-somos-home .btns-quem-somos a:nth-child(2):hover {
  color: #209dd2;
  background-color: #fff;
  text-decoration: none;
}

.galeria-fotos {
  margin: 4rem 0;
}
.galeria-fotos .galeria-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.galeria-fotos .galeria-header h3 {
  color: #209dd2;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}
.galeria-fotos .galeria-header a {
  color: #209dd2;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-decoration: underline;
  font-size: 0.85rem;
}
@media only screen and (max-width: 900px) {
  .galeria-fotos .galeria-header a {
    display: none;
  }
}
.galeria-fotos .content-galeria {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .galeria-fotos .content-galeria {
    flex-direction: column;
    gap: 2rem 0;
  }
}
.galeria-fotos .content-galeria .item-galeria {
  width: 31.4%;
  margin: 1rem;
  height: 250px;
}
@media only screen and (max-width: 900px) {
  .galeria-fotos .content-galeria .item-galeria {
    width: 100%;
    margin: 1rem 0;
  }
}
.galeria-fotos .content-galeria .item-galeria a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.galeria-fotos .content-galeria .item-galeria a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.galeria-fotos .content-galeria .item-galeria a .img-destaque {
  height: 250px;
}
.galeria-fotos .content-galeria .item-galeria a h4 {
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  margin: 0.5rem 0 1rem 0;
  font-weight: bold;
}
.galeria-fotos .content-galeria .item-galeria:nth-child(1), .galeria-fotos .content-galeria .item-galeria:nth-child(4) {
  margin-left: 0;
}
.galeria-fotos .content-galeria .item-galeria:nth-child(3), .galeria-fotos .content-galeria .item-galeria:nth-child(6) {
  margin-right: 0;
}

.videos {
  margin: 4rem 0;
}
.videos .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.videos .header h3 {
  color: #209dd2;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}
.videos .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 900px) {
  .videos .content {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
.videos .content .item {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .videos .content .item {
    width: 100%;
    margin: 1rem 0;
  }
}
.videos .content .item iframe {
  width: 100%;
}

.noticia-home {
  margin-bottom: 4rem;
}
.noticia-home .header-noticia {
  margin-bottom: 1.5rem;
}
.noticia-home .header-noticia h3 {
  color: #209dd2;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .noticia-home .col-md-6 {
    margin-bottom: 2rem;
  }
}
.noticia-home .col-md-6 a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.noticia-home .col-md-6 a img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .noticia-home .col-md-6 a img {
    height: 185px;
    margin-bottom: 0.8rem;
  }
}
.noticia-home .col-md-6 a h4 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #100e0b;
  font-weight: bolder;
  font-size: 1.4rem;
}
@media only screen and (max-width: 600px) {
  .noticia-home .col-md-6 a h4 {
    font-size: 1rem;
  }
}

.menu {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6eb42d;
}

.hamburger {
  display: block;
  background: #fff;
  height: 3px;
  width: 25px;
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.menu-icon {
  background: none;
  display: none;
}
@media only screen and (max-width: 900px) {
  .menu-icon {
    display: flex;
  }
}

.hamburger::before,
.hamburger::after {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.5s ease-in-out;
}

.hamburger::before {
  top: -7px;
}

.hamburger::after {
  bottom: -7px;
}

#menu-hamburger {
  display: none;
  margin-bottom: 0 !important;
}

.menu-icon label {
  margin-bottom: 0 !important;
}

.overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 88;
  top: 0;
  left: 0;
  background-color: #6eb42d;
  overflow-y: hidden;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-content {
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: 0;
}
.overlay-content .social-mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  .overlay-content .social-mobile {
    display: flex;
  }
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 2.5rem;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-align: left;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
}
@media only screen and (max-width: 900px) {
  .overlay a {
    font-size: 1.5rem;
  }
}

.overlay a:hover,
.overlay a:focus {
  color: #fff;
}

.overlay .closebtn {
  position: absolute;
  top: -55px;
  right: 155px;
  border: none;
}
@media only screen and (max-width: 900px) {
  .overlay .closebtn {
    top: -75px;
    right: 15px;
  }
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.close-btn {
  text-align: right !important;
  color: #fff !important;
}

.blog .lista-blog .data-post {
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  font-size: 0.65rem;
}
.blog .lista-blog h3 {
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  font-weight: bold;
  margin: 0.5rem 0;
  max-width: 400px;
}
@media only screen and (max-width: 600px) {
  .blog .lista-blog h3 {
    font-size: 1.45rem;
  }
}
.blog .lista-blog p {
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  font-size: 0.9rem;
  max-width: 400px;
}
.blog .lista-blog a {
  text-decoration: underline;
  font-family: "Lato", sans-serif;
  color: #e20b78;
  font-size: 0.85rem;
}
.blog .lista-blog .destaque-img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 900px) {
  .blog .lista-blog .destaque-img {
    height: 220px;
  }
}
.blog .lista-blog .col-md-6 {
  margin-top: 2rem;
}
.blog .lista-blog article {
  padding-bottom: 2rem;
  border-bottom: solid 1px #bbb;
}
.blog .lista-blog article img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 900px) {
  .blog .lista-blog article img {
    height: 220px;
  }
}
.blog .lista-blog article:last-child {
  border-bottom: 0;
}

.blog-destaque .content-noticias-destaque {
  margin-top: 3rem;
}
.blog-destaque article {
  max-width: 800px;
  margin: 0 auto;
}
.blog-destaque .data-destaque {
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  font-size: 0.65rem;
}
.blog-destaque h3 {
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  margin: 0.5rem 0 1rem 0;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .blog-destaque h3 {
    font-size: 1.45rem;
  }
}
.blog-destaque .img-destaque img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  .blog-destaque .img-destaque img {
    height: 210px;
  }
}
.blog-destaque img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  .blog-destaque img {
    height: 210px;
  }
}
.blog-destaque p {
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  font-size: 1rem;
}
.blog-destaque .outras-novidades {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 4rem auto 4rem auto;
}
.blog-destaque .outras-novidades img {
  width: 20px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0;
}
.blog-destaque .outras-novidades .arrow-left {
  transform: rotate(180deg);
  margin-right: 0.5rem;
}
.blog-destaque .outras-novidades .arrow-right {
  margin-left: 0.5rem;
}
.blog-destaque .outras-novidades a {
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  color: #6eb42d;
  font-size: 0.8rem;
}

.info-doacao {
  padding: 2rem 0;
}
.info-doacao .header-info h3 {
  color: #e20b78;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .info-doacao .header-info h3 {
    font-size: 1.1rem;
  }
}
.info-doacao .header-info p {
  font-family: "Montserrat", sans-serif;
  color: #7e7e7e;
  font-weight: bold;
  font-size: 0.95rem;
  text-align: center;
  max-width: 580px;
  margin: 0 auto 1rem auto;
}
.info-doacao .content-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 900px) {
  .info-doacao .content-box {
    margin-bottom: 2rem;
  }
}
.info-doacao .box-item {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem 2.4rem 1rem;
  box-shadow: 0px 4px 16px -10px rgba(0, 0, 0, 0.51);
  margin: 4rem 2rem 0 2rem;
}
@media only screen and (max-width: 900px) {
  .info-doacao .box-item {
    width: 100%;
    margin-bottom: 1.3rem 0;
  }
}
.info-doacao .box-item img {
  margin-bottom: 1rem;
}
.info-doacao .box-item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
}
.info-doacao .box-item p strong {
  font-weight: 900;
}

.mensal {
  padding-bottom: 4rem;
}
.mensal h3 {
  color: #209dd2;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  max-width: 470px;
  margin: 0 auto 1rem auto;
}
@media only screen and (max-width: 900px) {
  .mensal h3 {
    font-size: 1.1rem;
  }
}
.mensal p {
  font-family: "Montserrat", sans-serif;
  color: #7e7e7e;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
  max-width: 530px;
  margin: 0 auto 0.5rem auto;
}
.mensal span {
  font-family: "Montserrat", sans-serif;
  color: #7e7e7e;
  font-size: 0.75rem;
  text-align: center;
  font-weight: 500;
  display: block;
}
.mensal .wpcf7-form {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mensal input {
  background: #c1e9fb;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: solid 1px #209dd2;
  color: #000;
  font-size: inherit;
  padding: 1rem 1rem;
  width: 100%;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}
.mensal input:focus {
  outline: none;
}
.mensal .btn-enviar-cadastro {
  display: flex;
  justify-content: center;
  max-width: 350px;
  margin: 0 auto;
}
.mensal .submit-cadastro {
  max-width: 180px;
  margin: 0 auto;
  padding: 0.85rem;
  background-color: #209dd2;
  color: #fff;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  font-family: "Montserrat", sans-serif;
}
.mensal .submit-cadastro:hover {
  background-color: #6eb42d;
}

.mapa iframe {
  width: 100%;
  height: 350px;
  margin-bottom: 0;
}

.info-contato {
  padding: 2rem 0 4rem 0;
}
.info-contato .form-contato {
  max-width: 450px;
}
.info-contato h3 {
  color: #e20b78;
  max-width: 360px;
  font-size: 1.5rem;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 600px) {
  .info-contato h3 {
    font-size: 1.3rem;
  }
}
.info-contato p {
  font-family: "Montserrat", sans-serif;
  color: #7e7e7e;
  font-size: 0.85rem;
  font-weight: 500;
  max-width: 400px;
}
.info-contato .mail {
  display: block;
  margin: 1.2rem 0;
  color: #6eb42d;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: bold;
}
.info-contato input {
  background: rgba(252, 200, 23, 0.1215686275);
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: solid 1px #fcc817;
  color: #000;
  font-size: inherit;
  padding: 0.75rem 1rem;
  width: 100%;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
}
.info-contato input:focus {
  outline: none;
}
.info-contato textarea {
  background: rgba(252, 200, 23, 0.1215686275);
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: solid 1px #fcc817;
  color: #000;
  font-size: inherit;
  padding: 0.75rem 1rem;
  width: 100%;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
}
.info-contato textarea:focus {
  outline: none;
}
.info-contato .wpcf7-submit {
  max-width: 180px;
  margin: 0 auto;
  padding: 0.85rem;
  background-color: #fcc817;
  color: #fff;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  font-family: "Montserrat", sans-serif;
  display: block;
}
.info-contato .wpcf7-submit:hover {
  background-color: #6eb42d;
}
.info-contato .social-contato {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .info-contato .social-contato {
    margin-bottom: 2.5rem;
  }
}
.info-contato .social-contato li {
  margin: 0 0.5rem;
}
.info-contato .social-contato li img {
  width: 25px;
}
.info-contato .social-contato li:nth-child(1) {
  margin-left: 0;
}

.quem-somos .info-quem-somos {
  padding: 2rem 0 2rem 0;
}
.quem-somos .info-quem-somos article {
  max-width: 700px;
  margin: 0 auto;
}
.quem-somos .info-quem-somos article p {
  font-family: "Montserrat", sans-serif;
  color: #7e7e7e;
  font-size: 0.85rem;
  font-weight: 500;
  max-width: 700px;
  text-align: justify;
}
.quem-somos .info-quem-somos article p:nth-child(1) {
  font-weight: bold;
  font-size: 0.95rem;
}
.quem-somos .icons-informativos .content-icons {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.quem-somos .icons-informativos article {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem 2.4rem 1rem;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.51);
  margin: 0rem 0 4rem 0;
}
.quem-somos .icons-informativos article p {
  font-family: "Montserrat", sans-serif;
  color: #7e7e7e;
  font-size: 0.85rem;
  font-weight: 500;
  height: 62px;
  margin-top: 1rem;
}
.quem-somos .icons-informativos article a {
  padding: 0.85rem 1rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0.5rem;
  font-weight: bold;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  border: solid 1px;
  box-shadow: 0px 0px 6px -1px rgba(111, 111, 111, 0.92);
  background-color: #6eb42d;
  font-size: 0.8rem;
}
.quem-somos .icons-informativos article a:hover {
  color: #6eb42d;
  background-color: transparent;
  border-color: #6eb42d;
}

.galeria-destaque .content-noticias-destaque {
  margin-top: 3rem;
}
.galeria-destaque article {
  margin: 0 auto;
}
.galeria-destaque .data-destaque {
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  font-size: 0.65rem;
}
.galeria-destaque h3 {
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  margin: 0.5rem 0 1rem 0;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .galeria-destaque h3 {
    font-size: 1.45rem;
  }
}
.galeria-destaque .img-destaque img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  .galeria-destaque .img-destaque img {
    height: 210px;
  }
}
.galeria-destaque img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  .galeria-destaque img {
    height: 210px;
  }
}
.galeria-destaque p {
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  font-size: 1rem;
}
.galeria-destaque .outras-novidades {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 4rem auto 4rem auto;
}
.galeria-destaque .outras-novidades img {
  width: 20px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0;
}
.galeria-destaque .outras-novidades .arrow-left {
  transform: rotate(180deg);
  margin-right: 0.5rem;
}
.galeria-destaque .outras-novidades .arrow-right {
  margin-left: 0.5rem;
}
.galeria-destaque .outras-novidades a {
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  color: #6eb42d;
  font-size: 0.8rem;
}
.galeria-destaque .content-galeria {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
}
.galeria-destaque .content-galeria .item-galeria {
  width: 31.4%;
  margin: 1rem;
  height: 250px;
}
@media only screen and (max-width: 900px) {
  .galeria-destaque .content-galeria .item-galeria {
    width: 100%;
    margin: 1rem 0;
  }
}
.galeria-destaque .content-galeria .item-galeria .img-destaque {
  height: 250px;
}
.galeria-destaque .content-galeria .item-galeria a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.galeria-destaque .content-galeria .item-galeria a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.galeria-destaque .content-galeria .item-galeria h4 {
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  margin: 0.5rem 0 1rem 0;
  font-weight: bold;
}
.galeria-destaque .content-galeria .item-galeria:nth-child(3), .galeria-destaque .content-galeria .item-galeria:nth-child(6), .galeria-destaque .content-galeria .item-galeria:nth-child(9), .galeria-destaque .content-galeria .item-galeria:nth-child(12), .galeria-destaque .content-galeria .item-galeria:nth-child(15), .galeria-destaque .content-galeria .item-galeria:nth-child(18), .galeria-destaque .content-galeria .item-galeria:nth-child(21), .galeria-destaque .content-galeria .item-galeria:nth-child(24), .galeria-destaque .content-galeria .item-galeria:nth-child(27), .galeria-destaque .content-galeria .item-galeria:nth-child(30), .galeria-destaque .content-galeria .item-galeria:nth-child(33), .galeria-destaque .content-galeria .item-galeria:nth-child(36) {
  margin-right: 0;
}
.galeria-destaque .content-galeria .item-galeria:nth-child(1), .galeria-destaque .content-galeria .item-galeria:nth-child(4), .galeria-destaque .content-galeria .item-galeria:nth-child(7), .galeria-destaque .content-galeria .item-galeria:nth-child(10), .galeria-destaque .content-galeria .item-galeria:nth-child(13), .galeria-destaque .content-galeria .item-galeria:nth-child(16), .galeria-destaque .content-galeria .item-galeria:nth-child(19), .galeria-destaque .content-galeria .item-galeria:nth-child(22), .galeria-destaque .content-galeria .item-galeria:nth-child(25), .galeria-destaque .content-galeria .item-galeria:nth-child(28), .galeria-destaque .content-galeria .item-galeria:nth-child(31), .galeria-destaque .content-galeria .item-galeria:nth-child(34) {
  margin-left: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}/*# sourceMappingURL=main.css.map */