* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Dosis", sans-serif;
  font-size: 1.2em;
  width: 100%;
  height: 100%;
}

.navbar-brand.container-logo {
  width: 84px;
  position: relative;
  padding: 0;
}

.logo {
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/logo.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-color-1 {
  background-color: #000000;
}

.text-color-1 {
  color: #000000;
}

.bg-color-2 {
  background-color: #ffffff;
}

.text-color-2 {
  color: #ffffff;
}

.bg-color-3 {
  background-color: #dedede;
}

.text-color-3 {
  color: #dedede;
}

.bg-color-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.text-color-4 {
  color: rgba(0, 0, 0, 0.4);
}

.bg-color-5 {
  background-color: #f04a51;
}

.text-color-5 {
  color: #f04a51;
}

.bg-color-6 {
  background-color: #f78f1e;
}

.text-color-6 {
  color: #f78f1e;
}

.bd-color-6 {
  border-color: #f78f1e !important;
}

.bg-color-7 {
  background-color: #32b6a4;
}

.text-color-7 {
  color: #32b6a4;
}

.bd-color-7 {
  border-color: #32b6a4 !important;
}

.bg-color-8 {
  background-color: #3377b5;
}

.bd-color-8 {
  border-color: #3377b5 !important;
}

.text-color-8 {
  color: #3377b5;
}

.bg-color-9 {
  background-color: #a44597;
}

.text-color-9 {
  color: #a44597;
}

.bd-color-9 {
  border-color: #a44597 !important;
}

.bg-color-10 {
  background-color: #777777;
}

.text-color-10 {
  color: #777777;
}

.bg-color-11 {
  background-color: #676767;
}

.text-color-11 {
  color: #676767;
}

.bg-color-12 {
  background-color: #212529;
}

.text-color-12 {
  color: #212529;
}

header {
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-home {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.header-agenda {
  padding: 20px;
}

.header-celulas {
  padding: 20px;
}

.header-aconteceu-list {
  padding: 20px;
}

.header-missoes {}

.header-direcao {
  padding: 20px;
}

.header-doutrina {
  padding: 20px;
}

.sections {
  width: 100%;
  padding: 40px 10px;
}

.title-1, .title-2, .title-3, .title-4 {
  padding: 5px 0;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
}

.title-1, .title-2, .title-3 {
  display: table;
}

.title-1 {
  font-size: 1.2em;
}

.title-2 {
  font-size: 1.8em;
}

.title-3 {
  font-size: 1em;
  padding: 0;
  margin-bottom: 10px;
}

.title-4 {
  font-size: 2em;
  display: inline-block;
  font-weight: 700;
}

.subtitle-1 {
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: 15px;
}

.border-detail-100 {
  width: 100%;
  height: 4px;
  margin-top: 2px;
}

.button-accordion {
  width: 44px;
  height: 44px;
  border: 2px solid #343434;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

.button-accordion .btn-ac-before, .button-accordion .btn-ac-after {
  width: 60%;
  height: 3px;
  border-radius: 2px;
  /* background-color: #9E9E9E; */
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

.button-accordion .btn-ac-before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.button-accordion .btn-ac-after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.button {
  width: 180px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  padding: 12px 10px;
  outline: none !important;
}

.button-1 {
  background-color: rgba(121, 85, 72, 1);
  color: #fff;
}

.button-2 {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: 2px solid #fff;
}

.button-4 {
  background-color: #32b6a4;
  color: #fff;
}

.button-3, .button-card, .button-card-2 {
  width: 100%;
  max-width: 150px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid rgba(121, 85, 72, 1);
  color: rgba(121, 85, 72, 1);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px auto 30px auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.button-3 {
  margin: 0;
  background-color: #fff;
  min-height: 45px;
}

.button-riple {
  position: relative;
  overflow: hidden;
}

.button-riple:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
  }
  20% {
    opacity: 1;
    transform: scale(25, 25);
    -webkit-transform: scale(25, 25);
    -moz-transform: scale(25, 25);
    -ms-transform: scale(25, 25);
    -o-transform: scale(25, 25);
  }
  100% {
    opacity: 0;
    transform: scale(80, 80);
    -webkit-transform: scale(40, 40);
    -moz-transform: scale(80, 80);
    -ms-transform: scale(80, 80);
    -o-transform: scale(80, 80);
    -webkit-transform: scale(80, 80);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
  }
  20% {
    opacity: 1;
    transform: scale(25, 25);
    -webkit-transform: scale(25, 25);
    -moz-transform: scale(25, 25);
    -ms-transform: scale(25, 25);
    -o-transform: scale(25, 25);
  }
  100% {
    opacity: 0;
    transform: scale(80, 80);
    -webkit-transform: scale(80, 80);
    -moz-transform: scale(80, 80);
    -ms-transform: scale(80, 80);
    -o-transform: scale(80, 80);
    -webkit-transform: scale(80, 80);
  }
}

.button-riple-2 {
  position: relative;
  overflow: hidden;
}

.button-riple-2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

@-webkit-keyframes ripple-2 {
  0% {
    opacity: 1;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
  }
  20% {
    opacity: 1;
    transform: scale(25, 25);
    -webkit-transform: scale(25, 25);
    -moz-transform: scale(25, 25);
    -ms-transform: scale(25, 25);
    -o-transform: scale(25, 25);
  }
  100% {
    opacity: 0;
    transform: scale(80, 80);
    -webkit-transform: scale(40, 40);
    -moz-transform: scale(80, 80);
    -ms-transform: scale(80, 80);
    -o-transform: scale(80, 80);
    -webkit-transform: scale(80, 80);
  }
}

@keyframes ripple-2 {
  0% {
    opacity: 1;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
  }
  20% {
    opacity: 1;
    transform: scale(25, 25);
    -webkit-transform: scale(25, 25);
    -moz-transform: scale(25, 25);
    -ms-transform: scale(25, 25);
    -o-transform: scale(25, 25);
  }
  100% {
    opacity: 0;
    transform: scale(80, 80);
    -webkit-transform: scale(40, 40);
    -moz-transform: scale(80, 80);
    -ms-transform: scale(80, 80);
    -o-transform: scale(80, 80);
    -webkit-transform: scale(80, 80);
  }
}

button:focus:not(:active)::after {
  -webkit-animation: ripple-2 1s ease-out;
  animation: ripple-2 1s ease-out;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-800 {
  font-weight: 800;
}

.margin-auto {
  margin: auto;
}

.margin-left-0 {
  margin-left: 0;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.padding-0 {
  padding: 0;
}

.padding-20 {
  padding: 20px;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-40 {
  padding: 40px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: rgb(224, 224, 224);
}

::-webkit-scrollbar {
  background-color: rgba(245, 245, 245, 0.5);
  width: 8px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  background-color: rgba(34, 34, 34, 0.58);
  border-radius: 8px;
}

.image-slider {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-slider.image-1 {
  background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5))), url("../images/slider-day-3.jpg");
  background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url("../images/slider-day-3.jpg");
  background-position: 50% 80%;
}

.image-slider.image-2 {
  background-image: -webkit-gradient( linear, left top, left bottom, from(rgb(9, 7, 12)), to(rgba(0, 0, 0, 0.5))), url(../images/_slider-night-3.jpg);
  background-image: linear-gradient( to bottom, rgb(9, 7, 12), rgba(0, 0, 0, 0.5)), url(../images/_slider-night-3.jpg);
  background-position: 50% 0;
}

.image-slider.image-3 {
  background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.7))), url("../images/slider-triste.jpg");
  background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url("../images/slider-triste.jpg");
  background-position: 50% 35%;
}

.fl-arrows.arrow-left, .fl-arrows.arrow-right {
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
}

.fl-arrows.arrow-right {
  background-image: url("../images/icons/arrow-right.svg");
}

.fl-arrows.arrow-right:hover {
  background-image: url("../images/icons/arrow-right-solid.svg");
}

.fl-arrows.arrow-left {
  background-image: url("../images/icons/arrow-left.svg");
}

.fl-arrows.arrow-left:hover {
  background-image: url("../images/icons/arrow-left-solid.svg");
}

.title-header {
  font-family: "Galada", cursive;
  font-size: 2em;
  padding: 0 50px;
  text-align: center;
}

.title-header.ore-mais, .know-more-slider.ore-mais {
  margin: auto;
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  text-align: center;
}

.description-slide-main{
  font-family: "Dosis", sans-serif !important;
  font-size: 0.875em;
  font-family: cursive;
  padding: 0 60px 15px 60px;
  text-align: center;
  color: #fff;
}

.know-more-slider.ore-mais {
  top: 57%;
}

.container-noticias-rapidas {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.item-noticias-rapidas {
  width: 100%;
  padding: 40px 30px 30px 30px;
  text-align: center;
}

.item-noticias-rapidas.item-1 {
  background-color: rgba(50, 182, 164, 0.5);
}

.item-noticias-rapidas.item-2 {
  background-color: rgba(51, 119, 181, 0.6);
}

.item-noticias-rapidas.item-3 {
  background-color: rgba(247, 143, 30, 0.7);
}

.item-noticias-rapidas.item-4 {
  background-color: rgba(164, 69, 151, 0.75);
}

section.image-missao {
  background-color: #000;
}

.image-missao {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.content-txt-missao {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 40px auto 0 auto;
}

.content-txt-blog-detail, .content-txt-missoes {
  margin: 50px 0;
}

.footer-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.footer-row-2 {
  padding: 0 20px;
}

.content-contrib-columns {
  width: 100%;
}

.footer-columns {
  width: 100%;
}

ul.list-contrib, ul.list-footer {
  list-style: none;
  padding: 10px;
  background-color: rgba(204, 204, 204, 0.25);
  border-radius: 4px;
  margin-bottom: 25px;
}

.link-footer {
  color: #fff;
  text-decoration: underline;
}

.link-footer:hover {
  color: #ffc107;
}

.sections-contrib {
  padding: 40px 10px;
}

.section-breadcrum {
  padding: 4px 10px;
  background-image: linear-gradient( to right, #212529 90%, rgba(255, 255, 255, 0.9) 100%);
}

.container-contrib {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.section-nav-home {
  position: fixed;
  left: 0;
  right: 0;
  font-family: "Lato", sans-serif;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 3;
  padding: 4px 0;
  display: none;
}

.logo-caixa {
  margin: 20px auto;
  width: 190px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/caixa.png");
}

.txt-deposite {
  margin-top: -10px;
}

.container-card, .container-aconteceu {
  width: 100%;
  margin-top: 70px;
}

.box-card, .box-aconteceu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-column, .column-aconteceu {
  width: 100%;
  max-width: 300px;
  margin: 15px auto;
  -webkit-box-shadow: 0px 20px 50px #555;
  box-shadow: 0px 20px 50px #555;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(70%, #f4f4f4), to(rgba(121, 85, 72, 0.7)));
  background: linear-gradient( to bottom, #f4f4f4 70%, rgba(121, 85, 72, 0.7) 100%);
}

.column-aconteceu-2 {
  -webkit-box-shadow: 0px 20px 100px #555;
  box-shadow: 0px 20px 100px #555;
}

.column-aconteceu:hover {
  cursor: pointer;
  -webkit-transform: rotate(0deg) scale(1) translateY(10px);
  transform: rotate(0deg) scale(1) translateY(10px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 400;
}

.card-photo, .photo-aconteceu {
  width: 100%;
  height: 180px;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-content-description, .content-descrption-aconteceu {
  padding: 20px;
  height: 200px;
  overflow: hidden;
}

.card-txt, .txt-aconteceu {
  text-align: center;
  height: 100%;
}

.link-card, .link-card:hover {
  text-decoration: none;
  color: #212529;
}

.card-button-accordion.icon-less .button-accordion .btn-ac-before {
  width: 0%;
}

.column-aconteceu:hover .button-card {
  opacity: 1;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.container-button-center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}

.content-txt-home {
  margin: 40px auto 40px auto;
  max-width: 600px;
  font-weight: 500;
}

.bird-1, .bird-2 {
  position: absolute;
}

.bird-1 {
  width: 21px;
  height: 20px;
  background-image: url(../images/sprites/bird_1.png);
  background-position: left center;
  animation: play-bird-1 1200ms steps(45) infinite;
  -webkit-animation: play-bird-1 1200ms steps(45) infinite;
  -moz-animation: play-bird-1 1200ms steps(45) infinite;
  -ms-animation: play-bird-1 1200ms steps(45) infinite;
  -o-animation: play-bird-1 1200ms steps(45) infinite;
}

@keyframes play-bird-1 {
  100% {
    background-position: -990px;
  }
}

@-webkit-keyframes play-bird-1 {
  100% {
    background-position: -990px;
  }
}

.bird-2 {
  width: 31px;
  height: 30px;
  background-image: url(../images/sprites/bird_2.png);
  background-position: left center;
  animation: play-bird-2 2500ms steps(71) infinite;
  -webkit-animation: play-bird-2 2500ms steps(71) infinite;
  -moz-animation: play-bird-2 2000ms steps(71) infinite;
  -ms-animation: play-bird-2 700ms steps(71) infinite;
  -o-animation: play-bird-2 700ms steps(71) infinite;
}

@keyframes play-bird-2 {
  100% {
    background-position: -2271px;
  }
}

@-webkit-keyframes play-bird-2 {
  100% {
    background-position: -2271px;
  }
}

.container-star {
  position: relative;
  height: 100%;
  width: 100%;
}

.star_mini {
  width: 160px;
  height: 155px;
  background-image: url(../images/estrela.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: play-star_mini 2200ms infinite;
  -webkit-animation: play-star_mini 2200ms infinite;
  -moz-animation: play-star_mini 2200ms infinite;
  -ms-animation: play-star_mini 2200ms infinite;
  -o-animation: play-star_mini 2200ms infinite;
  -webkit-transition: transform 300ms;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.star_mini.p1 {
  top: 0%;
  left: 25%;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  margin: auto;
}

.star_mini.p2 {
  top: 24%;
  left: 2%;
}

.star_mini.p3 {
  top: -7%;
  left: 12%;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.star_mini.p4 {
  top: 2%;
  left: 0%;
}

.star_mini.p5 {
  top: 5%;
  left: 57%;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

@keyframes play-star_mini {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.4;
  }
}

@-webkit-keyframes play-star_mini {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.4;
  }
}

.star {
  width: 160px;
  height: 155px;
  background-image: url(../images/estrela.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  animation: play-star 1800ms infinite;
  -webkit-animation: play-star 1800ms infinite;
  -moz-animation: play-star 1800ms infinite;
  -ms-animation: play-star 1800ms infinite;
  -o-animation: play-star 1800ms infinite;
  -webkit-transition: transform 300ms;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.star.p1 {
  top: 21%;
  right: 1%;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.star.p2 {
  top: 0;
  right: 13%;
}

.star.p3 {
  top: 2%;
  right: -2%;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.star.p4 {
  top: -6%;
  left: 54%;
}

@keyframes play-star {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.4;
  }
}

@-webkit-keyframes play-star {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.4;
  }
}

.star_6 {
  width: 73px;
  height: 74px;
  background-image: url(../images/estrela2.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  animation: play-star_6 1800ms infinite;
  -webkit-animation: play-star_6 1800ms infinite;
  -moz-animation: play-star_6 1800ms infinite;
  -ms-animation: play-star_6 1800ms infinite;
  -o-animation: play-star_6 1800ms infinite;
  -webkit-transition: transform 300ms;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.star_6.p1 {
  top: 15%;
  left: 20%;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.star_6.p2 {
  top: -1%;
  left: 41%;
}

.star_6.p3 {
  top: 20%;
  left: 8%;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

@keyframes play-star_6 {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.4;
  }
}

@-webkit-keyframes play-star_6 {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.4;
  }
}

.acordion-agenda {
  margin-top: 40px;
}

.container-fotos-detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
}

.item-photo-detail {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #000;
}

.photos-detail {
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 450ms ease-in-out;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
}

.item-photo-detail:hover .photos-detail {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 450ms ease-in-out;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
}

.photos-detail:hover .mask-photo {
  transition: all 450ms ease-in-out;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  opacity: 1;
}

.mask-photo {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-search {
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/search-plus-solid.svg");
}

.container-posts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}

.item-post-list {
  width: 100%;
  height: 300px;
  background-color: rgba(0, 0, 0, 1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
}

.mask-post-list {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px;
}

.border-frame:hover~.mask-post-list, .mask-post-list:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.border-frame {
  width: 96%;
  height: 96%;
  margin: auto;
  position: absolute;
  top: 2%;
  left: 2%;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.border-estacao {
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  bottom: 2%;
  right: 2%;
}

.footer-columns-2 {
  padding: 30px 15px;
}

#map {
  height: 100%;
}

.lightbox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  display: none;
}

.btn-close {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(0, 150, 136, 0.8);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
  position: absolute;
  top: -22px;
  right: -22px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
  z-index: 3;
}

.btn-close::before, .btn-close::after {
  content: "";
  width: 60%;
  height: 3px;
  background-color: #000;
  position: absolute;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-close:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.btn-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.container-slider-photos {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  width: 100%;
  max-width: 300px;
  height: 320px;
  background-color: #000;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.height-100 {
  height: 100%;
}

.content-title-photos {
  width: 100%;
  height: 30px;
  padding-right: 15px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(183, 144, 130, 1);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
}

.footer-container-maps {
  height: 320px;
}

h6 {
  font-size: 0.7em;
}

.container-txt-sobre {
  margin: 30px 0 0 0;
}

.container-button-sobre {
  width: 200px;
  text-decoration: none;
}

.container-button-sobre:hover {
  text-decoration: none;
}

.breadcrumd {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  color: #fff;
  display: flex;
  align-items: center;
}

.arrow-left-2 {
  margin: 0 2px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/arrow-breadcrumb-right.svg");
}

a.text-decoration-none {
  text-decoration: none;
}

.nav-item.home {
  border-bottom: 2px solid transparent;
  transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}

.navbar-nav .nav-link.home:hover {
  color: #32b6a4;
}

.content-txt-celulas, .content-table-celulas {
  margin-top: 50px;
}

.title-niver-casamento {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.container-direcao {
  margin-top: 50px;
}

.title-1.title-direcao {
  margin: 0 auto;
  padding: 15px;
}

.content-colaborador {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.content-colaborador.reverse {
  flex-direction: column;
}

.content-photo {
  width: 100%;
  margin-bottom: 20px;
}

.content-description-colaborador {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.photo-colaborador {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-description-colaborador.reverse {
  text-align: start;
}

.title-colaborador {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.name-colaborador {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.objetivo-colaborador {
  padding: 20px 0;
}

.content-area {
  display: table;
  margin: 50px auto 0 auto;
}

.container-title-posts {
  margin: 50px 0;
}

.ancor-slider {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.ancor-slider:hover {
  text-decoration: none;
}

.know-more-slider {
  font-family: "Galada", cursive;
  font-size: 1em;
  text-align: center;
}

.item-social {
  display: block;
  width: 35px;
  height: 35px;
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3377b5;
  text-decoration: none;
  transition: all 150ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.social-head {
  color: #3377b5;
  border-color: rgba(0, 0, 0, 0.5);
}

.social-footer {
  border-color: rgba(255, 255, 255, 1);
  color: #fff;
}

.item-social.social-head:hover {
  color: #fff;
  background-color: #3377b5;
  border: 2px solid #3377b5;
  text-decoration: none;
}

.item-social.social-footer:hover {
  color: #3377b5;
  background-color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
}

.title-3.padding-left-0 {
  padding-left: 0;
}

.email-contrib {
  color: #0056b3;
  text-decoration: underline;
}

.title-1, .title-2, .title-3, .title-4 {
  padding: 5px 22px;
}

.lb-form {
  font-size: 15px;
  font-weight: 500;
  padding-left: 5px;
  color: #66696b;
}

label.error {
  position: absolute;
  bottom: -27px;
  left: 10px;
  color: #bc1b1b;
  font-size: 14px;
}

input.error {
  border-bottom: 1px solid #bc1b1b91;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 103, 103, 0.35);
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.alert.alert-success, .alert.alert-danger {
  display: none;
}

.align-btn-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* display none captcha */

.grecaptcha-badge {
  visibility: collapse !important;
}

@media (min-width: 768px) {
  .container-slider-photos {
    max-width: 700px;
    height: 700px;
  }
  .item-photo-detail {
    width: 33.33%;
  }
  .item-post-list {
    width: 50%;
  }
  .footer-columns-2 {
    padding: 30px 25px;
  }
  .sections-contrib {
    padding: 60px 40px 60px 40px;
  }
  .container-contrib {
    flex-direction: row;
  }
  .content-contrib-columns {
    width: 50%;
    padding: 0 20px;
  }
  .logo-caixa {
    margin: 20px 15px;
    float: right;
  }
  .section-breadcrum {
    padding: 4px 10px;
    background-image: linear-gradient( to right, #212529 40%, rgba(255, 255, 255, 0.9) 60%);
  }
  .content-photo {
    width: 40%;
  }
  .content-description-colaborador {
    width: 60%;
  }
  .content-colaborador {
    flex-direction: row;
    padding: 50px 0;
  }
  .content-colaborador.reverse {
    flex-direction: row-reverse;
  }
  .content-photo {
    width: 100%;
    margin-bottom: 0;
  }
  .content-description-colaborador.reverse {
    text-align: end;
  }
  .objetivo-colaborador {
    padding: 20px;
  }
  .title-1.title-direcao {
    margin-bottom: 40px;
  }
  .title-1.title-direcao {
    margin: 0 0 20px 0;
  }
}

@media (min-width: 992px) {
  .description-slide-main{
    font-size: 1em;
  }
  .sections {
    padding: 80px 40px;
  }
  .container-slider-photos {
    max-width: 800px;
    height: 800px;
  }
  .footer-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-columns {
    width: 50%;
  }
  .footer-columns-2 {
    padding: 40px 40px 15px 40px;
  }
  .title-header {
    font-family: "Galada", cursive;
    font-size: 4em;
  }
  .item-photo-detail {
    width: 25%;
  }
  .item-post-list {
    width: 33.33%;
    height: 300px;
  }
  .footer-container-maps {
    height: auto;
  }
  header {
    height: 600px;
  }
  .title-1 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 0.9em;
  }
  .item-noticias-rapidas {
    width: 33%;
    padding: 40px 30px 30px 30px;
  }
  .container-noticias-rapidas {
    flex-direction: row;
    padding: 20px;
  }
  .column-aconteceu {
    height: 100%;
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transform: rotateX(60deg) scale(0.7);
    -webkit-transform: rotateX(60deg) scale(0.7);
    -moz-transform: rotateX(60deg) scale(0.7);
    -ms-transform: rotateX(60deg) scale(0.7);
    -o-transform: rotateX(60deg) scale(0.7);
  }
  .column-aconteceu-1 {
    left: -100%;
    transition: all .75s ease-in-out;
  }
  .column-aconteceu-2 {
    transition: all .75s ease-out;
  }
  .column-aconteceu-3 {
    right: -100%;
    transition: all .75s ease-in;
  }
  .box-aconteceu {
    width: 300px;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0%;
    left: 0;
    right: 0;
    -webkit-perspective: 900px;
    perspective: 900px;
  }
  .container-aconteceu {
    width: 100%;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    position: relative;
  }
  .button-card {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    opacity: 0;
  }
  .content-descrption-aconteceu {
    height: 240px;
  }
  .box-card {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .card-column {
    margin-bottom: 20px;
  }
  .column-aconteceu-3.start, .column-aconteceu-2.start, .column-aconteceu-1.start {
    margin-top: 280px;
    opacity: 0;
  }
  .column-aconteceu-3.center, .column-aconteceu-2.center, .column-aconteceu-1.center {
    margin-top: 0;
    opacity: 1;
  }
  .column-aconteceu-3.end, .column-aconteceu-2.end, .column-aconteceu-1.end {
    margin-top: -280px;
    opacity: 0;
  }
  .section-nav-home {
    display: block;
  }
  .breadcrumd {
    padding: 0 20px;
  }
  .content-photo {
    width: 30%;
  }
  .content-description-colaborador {
    width: 63%;
  }
}