/*================================*/
/*================================*/
/*================================*/
/*================================*/
@import url(font/neue-haas/neeuehaas.css);
@import url(font/pp-editorial/pp-editorial.css);
/*================================*/
/*================================*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #ff5218;
}

::-webkit-scrollbar-thumb {
  background: #ff5218;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff5218;
}

.page {
  width: 100%;
  padding: 1rem 1vw 0 1vw;
  margin: 0 auto;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
.page.bg-gray {
  background-color: #F4F5F9;
}
@media screen and (max-width: 767px) {
  .page {
    padding: 1rem 2.5vw 0 2.5vw;
  }
}
@media screen and (min-width: 1920px) {
  .page {
    padding: 1rem 1vw 0 1vw;
  }
}

.header_fix {
  padding-top: 142px;
}
@media screen and (max-width: 767px) {
  .header_fix {
    padding-top: 5rem;
  }
}

.container {
  width: 80vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 85vw;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    width: 70vw;
  }
}

.btn {
  padding: 1.375rem 2rem;
  border-radius: 4px;
  transition: background-color linear 0.45s;
  font-family: "Neue Haas", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}
.btn.outline {
  background-color: transparent;
}
.btn.outline.white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn.outline.white:hover {
  background-color: #ffffff;
  color: #ff5218;
}
.btn.outline.secondary {
  color: #D04953;
  border: 1px solid #D04953;
}
.btn.outline.secondary:hover {
  background-color: #D04953;
  color: #ffffff;
}
.btn.solid.primary {
  background-color: #ff5218;
  color: #ffffff;
}
.btn.solid.primary:hover {
  background-color: #ef5822;
}
.btn.solid.secondary {
  background-color: #D04953;
  color: #ffffff;
}
.btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.125rem;
  }
}

.parallax-mirror {
  border-radius: 24px;
}

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

select, input, textarea, button, fieldset {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 0;
}
figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  width: 100%;
}

ul, li, dt {
  list-style: none;
}

a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

html {
  font-family: "Neue Haas", Arial, sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:focus {
  outline: 0;
}

body {
  background: #ffffff;
  color: #000000;
  overflow-x: hidden;
}
body.menu_fixed {
  position: fixed;
  left: 2.5vw;
}
@media (min-width: 1920px) {
  body {
    overflow-x: unset;
  }
}

body, input, textarea, button {
  font-family: "Neue Haas", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

fieldset {
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
}

.header {
  width: 100%;
  padding: 1rem 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
}
.header .container {
  width: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.header.fixed {
  background-color: #ff5218;
}
.header_logo {
  width: 5%;
}
.header_logo img {
  width: 100%;
}
.header .menu_toggle {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 9;
}
.header .menu_toggle .bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
  position: absolute;
}
.header .menu_toggle .bar.bar1 {
  top: 0;
}
.header .menu_toggle .bar.bar2, .header .menu_toggle .bar.bar3 {
  top: 12px;
}
.header .menu_toggle .bar.bar3 {
  right: 0;
}
.header .menu_toggle .bar.bar4 {
  bottom: 0;
}
.header .menu_toggle .bar4 {
  top: 12px;
}
.header .menu_toggle .bar5 {
  bottom: 2px;
}
.header .menu_toggle .bar2 {
  width: 1px;
  transform: rotate(90deg);
  left: 12px;
}
.header .menu_toggle .bar3 {
  width: 1px;
  left: 12px;
}
.header_menu .menu_list {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
.header_menu .menu_list .menu_item {
  position: relative;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
}
.header_menu .menu_list .menu_item:after {
  display: none;
  width: 75%;
  height: 2px;
  border-radius: 50px;
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.header_menu .menu_list .menu_item:hover:after {
  display: block;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100vw;
    margin: 0 auto;
    top: 0;
  }
  .header .container {
    width: 85vw;
    justify-content: space-between;
  }
  .header_logo {
    width: 15%;
    position: relative;
    z-index: 99;
  }
  .header .menu_toggle {
    display: block;
    position: relative;
    z-index: 99;
  }
  .header .menu_toggle.active .bar1 {
    top: 13.5px;
    background-color: transparent;
  }
  .header .menu_toggle.active .bar2 {
    left: 0px;
    width: 30px;
    transform: rotate(45deg);
  }
  .header .menu_toggle.active .bar3 {
    left: 0;
    width: 30px;
    transform: rotate(-45deg);
  }
  .header .menu_toggle.active .bar4 {
    background-color: transparent;
  }
  .header .menu_toggle.active .bar5 {
    bottom: 13.5px;
    background-color: transparent;
  }
  .header_menu {
    width: 105vw;
    height: 100vh;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 150%;
    padding: 7.5rem 2rem;
    background: #ef5822 no-repeat center;
    background-size: cover;
    transition: left ease-in-out 0.5s;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .header_menu .menu_list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
  .header_menu .menu_list .menu_item {
    padding: 0.5rem 0;
  }
  .header_menu.active {
    left: 0%;
  }
}

.footer {
  width: 100%;
  padding: 2rem 0;
  background-color: #000000;
  color: #ffffff;
}
.footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_logo {
  width: 5%;
}
.footer_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_links {
  width: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_links_menu.inst {
  width: 15%;
}
.footer_links_menu.member {
  width: 25%;
}
.footer_links_menu.contact {
  width: 25%;
}
.footer_links_menu.local {
  width: 30%;
}
.footer_links_menu h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer_links_menu h4.inner {
  margin: 1.125rem 0 1rem 0;
}
.footer_links_menu .menu_item {
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .footer .container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer_logo {
    width: 15%;
  }
  .footer_links {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer_links_menu {
    width: 100%;
    margin-top: 1.5rem;
  }
  .footer_links_menu.inst, .footer_links_menu.member, .footer_links_menu.contact, .footer_links_menu.local {
    width: 100%;
  }
}

.home_hero {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 9;
  padding: 3rem 0;
  background-color: #ff5218;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home_hero_thumb {
  width: 30%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.home_hero_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}
.home_hero_content {
  width: 45%;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.home_hero_content p {
  font-family: "Neue Haas", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
.home_hero_content h1 {
  padding: 1.5rem 0;
  font-family: "Neue Haas", Arial, sans-serif;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1.15;
}
.home_hero_content h1 span {
  color: #000000;
}
.home_hero_footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8.5vh;
}
.home_hero_footer i {
  font-size: 48px;
  color: #ffffff;
}
@media (min-width: 1920px) {
  .home_hero_content {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .home_hero_thumb {
    width: 100%;
    opacity: 0.5;
  }
  .home_hero_content {
    width: 65%;
  }
  .home_hero_content h1 {
    font-size: 3.5rem;
  }
}
.home_cta-area {
  width: 100%;
  position: relative;
  z-index: 4;
  padding: 4rem 0;
  background-color: #000000;
}
.home_cta-area .container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.home_cta-area .shape {
  width: 75%;
  position: absolute;
  bottom: 0;
  left: -2.5vw;
}
.home_cta-area_content {
  width: 25%;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.home_cta-area_content h2 {
  font-family: "Neue Haas", Arial, sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1;
}
.home_cta-area_content h2 span {
  display: block;
  font-family: "PP Editorial", Arial, sans-serif;
  font-size: 5rem;
  font-weight: 200;
  font-style: italic;
  color: #ef5822;
}
.home_cta-area_pastores {
  width: 40%;
  position: relative;
  z-index: 1;
  margin-left: -84px;
}
@media (min-width: 1920px) {
  .home_cta-area_content {
    width: 30%;
  }
  .home_cta-area_content h2 {
    font-size: 4.5rem;
  }
  .home_cta-area_content h2 span {
    font-size: 8.5rem;
    font-weight: 200;
  }
  .home_cta-area_pastores {
    width: 50%;
    margin-left: -124px;
  }
}
@media screen and (max-width: 767px) {
  .home_cta-area .container {
    flex-wrap: wrap;
  }
  .home_cta-area .shape {
    width: 100%;
  }
  .home_cta-area_content {
    width: 100%;
  }
  .home_cta-area_content h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .home_cta-area_content h2 span {
    font-size: 5rem;
  }
  .home_cta-area_pastores {
    width: 100%;
    margin: 1.5rem 0;
  }
}
.home_palavras {
  width: 100%;
  padding: 5rem 0;
  position: relative;
}
.home_palavras .shape {
  width: 40%;
  position: absolute;
  z-index: 2;
  top: -248px;
  right: -2.5vw;
}
.home_palavras .container {
  position: relative;
  z-index: 3;
}
.home_palavras_main {
  width: 70%;
  margin: 0 auto;
}
.home_palavras_main p {
  width: 100%;
  padding: 2rem 0;
  font-size: 2.125rem;
  font-weight: 300;
  font-style: italic;
  font-family: "Neue Haas", Arial, sans-serif;
  color: #000000;
}
.home_palavras_main h4 {
  margin: 1rem 0;
  font-family: "Neue Haas", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000000;
  text-align: right;
}
.home_palavras_listing {
  width: 100%;
  margin-top: 3rem;
  padding: 2rem 0;
}
.home_palavras_listing_title {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_palavras_listing_title h3 {
  width: 100%;
  position: relative;
  font-family: "Neue Haas", Arial, sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 500;
}
.home_palavras_listing_title h3:after {
  width: 100%;
  height: 1.5px;
  content: "";
  background-color: #000000;
  position: absolute;
  top: 60%;
  left: 40%;
  transform: translateY(-50%);
}
.home_palavras_listing_title a {
  text-align: right;
  font-size: 1.5rem;
}
.home_palavras_listing_title a img {
  transition: all linear 0.35s;
  margin-left: 8px;
  width: 28px;
}
.home_palavras_listing_title a:hover img {
  transform: translateX(14px);
}
.home_palavras_listing_grid {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.home_palavras_listing_grid .main {
  width: 60%;
}
.home_palavras_listing_grid .main .palavra-thumb {
  height: 440px;
}
.home_palavras_listing_grid .side {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home_palavras_listing_grid .side .palavra-thumb {
  height: 215px;
}
.home_palavras_listing_grid .palavra-thumb {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 2rem 1.5rem;
  color: #ffffff;
  transition: all linear 0.35s;
}
.home_palavras_listing_grid .palavra-thumb a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.home_palavras_listing_grid .palavra-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all linear 0.35s;
}
.home_palavras_listing_grid .palavra-thumb h4 {
  position: relative;
  z-index: 2;
  font-size: 1.875rem;
  font-weight: 500;
}
@media (min-width: 1920px) {
  .home_palavras .shape {
    width: 35%;
    top: -453px;
    right: -1.5vw;
  }
  .home_palavras_main {
    width: 70%;
  }
  .home_palavras_main p {
    font-size: 2.75rem;
  }
  .home_palavras_main h4 {
    font-size: 1.875rem;
  }
  .home_palavras_listing_title {
    width: 100%;
  }
  .home_palavras_listing_title h3 {
    width: 72%;
  }
  .home_palavras_listing_title h3:after {
    width: 85%;
    left: 22%;
  }
  .home_palavras_listing_title a {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .home_palavras_main {
    width: 90%;
  }
  .home_palavras_main p {
    font-size: 1.5rem;
  }
  .home_palavras_main h4 {
    font-size: 1.125rem;
  }
  .home_palavras_listing_title {
    flex-wrap: wrap;
  }
  .home_palavras_listing_title h3:after {
    width: 100%;
    top: unset;
    transform: unset;
    left: 0;
    bottom: -8px;
  }
  .home_palavras_listing_title a {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    text-align: left;
  }
  .home_palavras_listing_title a img {
    width: 24px;
  }
  .home_palavras_listing_grid {
    flex-wrap: wrap;
  }
  .home_palavras_listing_grid .main {
    width: 100%;
  }
  .home_palavras_listing_grid .main .palavra-thumb {
    height: 244px;
  }
  .home_palavras_listing_grid .side {
    width: 100%;
  }
  .home_palavras_listing_grid .side .palavra-thumb {
    height: 244px;
    margin-bottom: 1.5rem;
  }
}
.home_celula {
  width: 100%;
  padding: 5rem 0;
  background-size: cover;
  position: relative;
  z-index: 9;
  text-align: center;
  color: #ffffff;
}
.home_celula .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home_celula:before {
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
}
.home_celula h3 {
  font-size: 4rem;
  font-weight: 500;
}
.home_celula h3 span {
  font-style: italic;
}
.home_celula p {
  width: 65%;
  margin: 1.5rem 0;
  font-size: 2rem;
  font-weight: 200;
}
@media (min-width: 1920px) {
  .home_celula {
    padding: 7.5rem 0;
  }
  .home_celula p {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .home_celula h3 {
    font-size: 3.5rem;
  }
  .home_celula p {
    width: 100%;
    font-size: 1.25rem;
  }
}
.home_leituras {
  width: 100%;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.home_leituras .shape {
  width: 75%;
  position: absolute;
  z-index: 2;
  top: -188px;
  left: -2.5vw;
}
.home_leituras .container {
  position: relative;
  z-index: 3;
}
.home_leituras_title {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_leituras_title h3 {
  width: 100%;
  position: relative;
  font-family: "Neue Haas", Arial, sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 500;
}
.home_leituras_title h3:after {
  width: 100%;
  height: 1.5px;
  content: "";
  background-color: #000000;
  position: absolute;
  top: 60%;
  left: 40%;
  transform: translateY(-50%);
}
.home_leituras_title a {
  text-align: right;
  font-size: 1.5rem;
}
.home_leituras_title a img {
  transition: all linear 0.35s;
  margin-left: 8px;
  width: 28px;
}
.home_leituras_title a:hover img {
  transform: translateX(14px);
}
@media (min-width: 1920px) {
  .home_leituras .shape {
    width: 65%;
    top: -453px;
    right: -1.5vw;
  }
  .home_leituras_title {
    width: 100%;
  }
  .home_leituras_title h3 {
    width: 72%;
  }
  .home_leituras_title h3:after {
    width: 85%;
    left: 22%;
  }
  .home_leituras_title a {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .home_leituras_title {
    flex-wrap: wrap;
  }
  .home_leituras_title h3:after {
    width: 100%;
    top: unset;
    transform: unset;
    left: 0;
    bottom: -8px;
  }
  .home_leituras_title a {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    text-align: left;
  }
  .home_leituras_title a img {
    width: 24px;
  }
}
.home .banner-line {
  width: 100%;
  position: relative;
  z-index: 9;
  height: 188px;
}/*# sourceMappingURL=styles.css.map */