.navgation-home-back {
  color: #ddd;
  border-bottom: 1px solid #ff6c00;
  padding-right: 1.12rem;
  padding-bottom: 0.48rem;
  margin-bottom: 0.64rem;
  display: flex;
  align-items: center;
  width: 100%;
}
.navgation-home-back:before {
  content: "";
  background: url(../../images/chama.svg) no-repeat;
  background-size: 30px;
  display: inline-block;
  width: 30px;
  height: 40px;
  margin-right: 10px;
}
.navgation-home-back a {
  color: #0e86a0;
  transition: color 0.4s ease;
  margin: 0 0.4rem;
}
.navgation-home-back a:hover {
  color: #c93800;
}

.lista-parceiros {
  margin-bottom: -140px;
  background: #F1F0ED;
  padding-bottom: 200px !important;
}
.lista-parceiros .slick-prev {
  right: calc(2.4rem + 30px) !important;
  left: unset !important;
}
.lista-parceiros .slick-prev:before {
  background-image: url("../../images/slide-left.svg");
}
.lista-parceiros .slick-next {
  right: 20px !important;
}
.lista-parceiros .slick-next:before {
  background-image: url("../../images/slide-right.svg");
}

.lista-parceiros img {
  border-radius: 30px;
  border: 1px solid #E6E6E6;
  min-width: 250px;
}

.footer-empresa {
  background-image: url('"../../../../images/logo/logo-transparente.png"');
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #EB6435;
  font-size: 0.9rem;
  color: #FFFFFF;
  font-weight: 300;
  margin-top: -110px;
  padding-top: 200px;
  padding-bottom: 40px;
}
.footer-empresa .nav-footer-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
}
.footer-empresa .nav-container-institucional .nav-link, .footer-empresa .nav-container-categories-footer .nav-link {
  display: inline-block;
  color: #FFFFFF;
  transition: all 0.4s ease;
  padding: 0;
  margin-bottom: 0.4rem;
}
.footer-empresa .btn-missas-rodape {
  background: #ffb100;
  transition: background 0.4s ease-in-out;
  padding: 0.4rem 1.84rem;
  box-shadow: unset !important;
}
.footer-empresa .btn-missas-rodape:hover {
  background: #f0a600;
}
.footer-empresa .btn-missas-rodape svg {
  max-width: 1.68rem;
}
.footer-empresa .btn-missas-rodape span {
  font-size: 0.96rem;
}
.footer-empresa .endereco {
  font-size: 1em;
}
.footer-empresa .telefone {
  font-size: 1em;
}
@media (max-width: 1100px) {
  .footer-empresa .footer-institucional {
    border-left: 3px solid #FAB808;
    padding-left: 25px;
  }
}
.footer-empresa .footer-institucional #redes-sociais-footer svg {
  max-height: 2.08rem;
  max-width: 2.08rem;
}
.footer-empresa .footer-institucional #redes-sociais-footer svg[fill], .footer-empresa .footer-institucional #redes-sociais-footer svg *[fill] {
  fill: #FAB808 !important;
  transition: fill 0.4s ease;
}
.footer-empresa .footer-institucional #redes-sociais-footer a:hover svg[fill], .footer-empresa .footer-institucional #redes-sociais-footer a:hover svg *[fill] {
  fill: #FFC84D !important;
}

.envie-noticia {
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  background: linear-gradient(90deg, #FFC84D 0%, #FAB808 100%);
  align-items: center;
  justify-content: space-around;
  position: relative;
  min-height: 260px;
  padding: 20px;
}
.envie-noticia .envie-noticia-envelope {
  position: absolute;
  max-width: 420px;
  top: -50px;
  left: -100px;
}
.envie-noticia .envie-noticia-title {
  font-size: 3.3rem;
  font-weight: bolder;
  font-family: "Montserrat Alternates", sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  margin: 0px;
  line-height: 1.2;
}
.envie-noticia .envie-noticia-text {
  font-size: 1.5rem;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Montserrat Alternates", sans-serif;
}
.envie-noticia .btn-enviar {
  background: #F46B47 !important;
  font-size: 1.5rem;
  padding: 8px 60px;
  border: none;
  width: 100%;
  max-width: 300px;
}

.footer-newsletter {
  color: #fff;
}
.footer-newsletter a {
  color: #fff;
}

.footer-creditos {
  background: #FAB808;
  font-size: 0.8rem;
  color: #fff;
}
.footer-creditos p {
  margin: 0;
}
.footer-creditos svg {
  fill: #FF8800;
  width: 0.96rem;
  height: 0.96rem;
}
.footer-creditos a {
  color: #343433;
  border-bottom: 1px solid #FFFFFF;
  transition: all 0.4s ease-in-out;
}
.footer-creditos a:hover {
  border-color: #FF8800;
  color: #FF8800;
}/*# sourceMappingURL=style.css.map */