@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Monument_Font_Regular";
  src: url("/font/MonumentExtended-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Monument_Font_Bold";
  src: url("/font/MonumentExtended-Ultrabold.otf") format("opentype");
}
@font-face {
  font-family: "Palanquin_Bold";
  src: url("/font/Palanquin-Bold.woff") format("woff");
}
body * {
  font-family: "Raleway", sans-serif;
}

html {
  scroll-padding-top: 7rem;
}

b {
  font-weight: 700;
}

p {
  font-size: calc(0.8rem + 0.25vw);
}

header {
  position: sticky;
  top: 0;
  z-index: 5;
}
header .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/img/bg/bg-header.png");
  background-size: 100% 100%;
  z-index: -2;
}
header img {
  width: 16vw;
  min-width: 8rem;
}
header .dropdown-menu {
  --bs-dropdown-link-active-bg: #fff;
}
header .dropdown-menu li a {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 1.1rem !important;
}
header .dropdown-menu li:hover {
  color: #E9E9E9;
}
header .navbar-toggler {
  border: none !important;
}
header .navbar-toggler:focus {
  box-shadow: none !important;
}
header ul li#inscreva_se {
  position: relative;
}
header ul li#inscreva_se .imgMenu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/img/bg/bg-int.png");
  background-size: 100% 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  header ul li#inscreva_se .imgMenu {
    top: -1rem;
    bottom: -0.15rem;
  }
}
header ul li#inscreva_se a.active::after {
  display: none;
}
header ul li a {
  font-family: "Monument_Font_Bold";
  color: #7A177C !important;
  font-size: calc(0.5rem + 0.5vw) !important;
}
header ul li a.active::after {
  display: block;
  content: "";
  background-color: #7A177C;
  width: 3rem;
  height: 0.2rem;
}
header ul li:hover > ul {
  display: block;
}
header ul li ul {
  display: none;
  position: absolute;
  background-color: #E9E9E9;
  padding: 1rem 0.5rem;
  border-radius: 5px;
}
header ul li ul li {
  list-style: none;
}
header ul li ul li a i {
  transform: rotate(90deg);
}

@media (max-width: 992px) {
  header ul li:hover > ul {
    display: contents;
  }
  header ul li:hover > ul > li a {
    margin-left: 1rem;
  }
}
@media (max-width: 768px) {
  header .dropdown-menu li a {
    font-size: 0.9rem !important;
  }
}
.bloco {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  margin: auto;
  z-index: 1000;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloco .loader {
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  animation: animate 1s linear infinite;
}
.bloco .loader span {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #F00;
  animation: rotate 1s linear infinite;
}
.bloco .loader span:nth-child(1) {
  top: 0;
  left: 0;
  background: #062636;
}
.bloco .loader span:nth-child(2) {
  top: 0;
  right: 0;
  background: #ffdb4b;
}
.bloco .loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  background: #0593a8;
}
.bloco .loader span:nth-child(4) {
  bottom: 0;
  right: 0;
  background: #79158a;
  border: 1px solid #701280;
}

#inicio {
  margin-top: -1.5rem;
  position: relative;
}
#inicio .padding-carrossel {
  padding-top: 4rem;
  padding-bottom: 11rem;
}
#inicio .carousel-indicators {
  bottom: 7rem;
}
@media (min-width: 992px) {
  #inicio {
    max-height: 90vh;
  }
}
@media (max-width: 992px) {
  #inicio .padding-carrossel {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
  #inicio .carousel-indicators {
    bottom: 7rem;
  }
}
#inicio .link-banner {
  text-decoration: none;
}
#inicio .link-banner:hover {
  font-size: 1.35rem;
  transition: all 0.2s;
}
#inicio .img-colmeia {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/img/bg/bg_colmeia.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  height: 100%;
}
#inicio .img-prosseguir {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/bg/bg_prosseguir_6edicao.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  height: 100%;
}
#inicio .bg {
  animation: fonte 5s both;
  animation-delay: 3s;
}
#inicio .bg img {
  animation: diminuir 2s both;
  transform: scale(5);
  max-width: 60%;
}
#inicio .bg .bloco-conteudo {
  background: url("/img/bg/bg-numeros-white.png") no-repeat center;
  background-size: 100% 100%;
  font-size: calc(0.8rem + 0.25vw);
}
@media (max-width: 768px) {
  #inicio .bg .bloco-conteudo {
    background-size: 130% 100%;
    margin-inline: 1rem;
  }
}
#inicio .bg .bloco-conteudo .titulo-banner h1 {
  font-family: "Monument_Font_Regular";
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 0;
  color: #173857;
}
#inicio .bg .bloco-conteudo p {
  color: #173857;
  font-weight: 500;
}
#inicio .bg .bloco-conteudo .btn-colmeia {
  background-color: #f48b00;
  color: #fff;
  font-size: 0.8em;
  border-radius: 37px;
  padding: 0.7rem 1.7rem;
  display: table;
  margin-inline: auto;
  font-family: "Monument_Font_Regular";
  transition: all 0.35s ease-in-out;
  border: none;
}
#inicio .bg .bloco-conteudo .btn-colmeia:hover {
  transform: scale(1.05);
}
#inicio .bg .bloco-conteudo .btn-prosseguir {
  background-color: #f5d954;
  color: #7A177C;
  font-size: 0.8em;
  border-radius: 37px;
  padding: 0.7rem 1.7rem;
  display: table;
  margin-inline: auto;
  font-family: "Monument_Font_Regular";
  transition: all 0.35s ease-in-out;
  border: none;
}
#inicio .bg .bloco-conteudo .btn-prosseguir:hover {
  transform: scale(1.05);
}

@keyframes diminuir {
  to {
    transform: scale(1);
  }
}
@keyframes animate {
  0% {
    width: 100px;
    height: 100px;
  }
  10% {
    width: 100px;
    height: 100px;
  }
  50% {
    width: 150px;
    height: 150px;
  }
  100% {
    width: 100px;
    height: 100px;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(90deg);
  }
  90% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
#edicoes {
  position: relative;
  color: #E9E9E9;
  padding: 5rem 0;
  z-index: 0;
}
@media (min-width: 992px) {
  #edicoes {
    padding: 16rem 0 5rem;
  }
}
#edicoes .img {
  position: absolute;
  top: -7rem;
  right: 0;
  bottom: -7rem;
  left: 0;
  background-image: url("/img/bg/bg-edicoes.png");
  background-size: auto 100%;
  background-position: top center;
  z-index: -3;
}
@media (max-width: 992px) {
  #edicoes .img {
    top: -11.5rem;
    bottom: -11rem;
  }
}
@media (max-height: 700px) {
  #edicoes .img {
    top: 9.5rem;
  }
}
@media (max-width: 750px) {
  #edicoes .img {
    top: -13rem;
  }
}
#edicoes h1 {
  font-family: "Monument_Font_Regular";
  font-size: calc(2rem + 1.75vw);
}
#edicoes .tab-edicao-link {
  cursor: pointer;
}
#edicoes .tab-edicao-link img, #edicoes .tab-edicao-link h6 {
  opacity: 0.5;
}
#edicoes .tab-edicao-link.active img, #edicoes .tab-edicao-link.active h6 {
  opacity: 1;
}
#edicoes #col_blocos {
  background-color: #FFF;
  border-radius: 0.25rem;
  padding-inline: 1%;
  padding-bottom: 0.5%;
  position: relative;
}
#edicoes #col_blocos .tab-edicao {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1%;
}
@media (max-width: 800px) {
  #edicoes #col_blocos .tab-edicao {
    justify-content: space-evenly;
  }
}
#edicoes #col_blocos .tab-edicao:not(:first-of-type) {
  display: none;
}
#edicoes #col_blocos .tab-edicao .fotos_edicoes {
  background-color: #FFF;
  border-radius: 0.25rem;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
  width: 9rem;
  height: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-top: 0.75%;
}
@media (max-width: 800px) {
  #edicoes #col_blocos .tab-edicao .fotos_edicoes {
    width: 30%;
  }
}
#edicoes #col_blocos .tab-edicao .fotos_edicoes img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
#edicoes #col_blocos .tab-edicao .fotos_edicoes .img-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(122, 23, 124, 0.3607843137), rgba(122, 23, 124, 0.5490196078));
  transition: all 0.35s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0.5rem;
  color: #FFF;
}
@media (max-width: 768px) {
  #edicoes #col_blocos .tab-edicao .fotos_edicoes .img-color h6 {
    font-size: 1rem;
  }
}
#edicoes #col_blocos .tab-edicao .fotos_edicoes:hover .img-color {
  opacity: 0;
}
#edicoes #col_blocos .tab-edicao::-webkit-scrollbar {
  display: none;
}
#edicoes #col_blocos .button {
  height: 10%;
  cursor: pointer;
  color: #FFF;
  opacity: 0.5;
  font-size: 1.7rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
}
#edicoes #col_blocos .button:hover {
  opacity: 1;
}
#edicoes #col_blocos .button.left {
  left: -2rem;
}
@media (max-width: 768px) {
  #edicoes #col_blocos .button.left {
    left: -1.3rem;
  }
}
#edicoes #col_blocos .button.right {
  right: -2rem;
}
@media (max-width: 768px) {
  #edicoes #col_blocos .button.right {
    right: -1.3rem;
  }
}
#edicoes #modal-edicoes h4 {
  font-family: "Monument_Font_Regular";
}
#edicoes #modal-edicoes img {
  max-width: 50%;
}
#edicoes #modal-edicoes h3 {
  font-family: "Monument_Font_Regular";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E9E9E9;
  color: transparent;
  margin: 0;
}
#edicoes p {
  font-weight: 400;
}
#edicoes #estados h4 {
  color: #E9E9E9;
  font-family: "Monument_Font_Regular";
  font-size: calc(1.5rem + 0.5vw);
}

#modal_participante #img-part {
  width: 40%;
  height: 20rem;
  float: left;
  margin-right: 1rem;
  border-radius: 0.7rem;
  overflow: hidden;
}
#modal_participante #img-part img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
}

.modal-edicoes .modal-dialog {
  max-width: 90%;
  margin: 1rem auto;
}
.modal-edicoes .modal-dialog .modal-content {
  border-radius: 20px;
}
.modal-edicoes .modal-dialog .modal-content .modal-body {
  border-radius: 20px;
  background: transparent linear-gradient(62deg, #C471F4 0%, #DC8EE0 53%, #E69AD7 100%) 0% 0% no-repeat padding-box;
}
.modal-edicoes .modal-dialog .modal-content .modal-body h1 {
  font-family: "Monument_Font_Regular";
  color: #E9E9E9;
  font-size: calc(4rem + 1.75vw);
}
.modal-edicoes .modal-dialog .modal-content .modal-body span {
  font-family: "Monument_Font_Regular";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E9E9E9;
  color: transparent;
  font-size: 3rem;
}
.modal-edicoes .modal-dialog .modal-content .modal-body p {
  color: #E9E9E9;
  font-size: 1rem;
  font-weight: 400;
}
.modal-edicoes .modal-dialog .modal-content .modal-body .slider-edicao {
  position: relative;
}
.modal-edicoes .modal-dialog .modal-content .modal-body .slider-edicao .slide img {
  border-radius: 10px;
}
.modal-edicoes .modal-dialog .modal-content .modal-body .slider-edicao .slick-prev,
.modal-edicoes .modal-dialog .modal-content .modal-body .slider-edicao .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  cursor: pointer;
}
.modal-edicoes .modal-dialog .modal-content .modal-body .slider-edicao .slick-prev {
  left: -2rem;
}
.modal-edicoes .modal-dialog .modal-content .modal-body .slider-edicao .slick-next {
  right: -2rem;
  transform: rotate(180deg);
}

#bloco-2 {
  color: #7A177C;
  position: relative;
  padding: 8rem 0 3rem;
}
#bloco-2 .cor {
  background-color: #E9E9E9;
  background-size: cover;
  position: absolute;
  top: -1rem;
  right: 0;
  bottom: -1rem;
  left: 0;
  z-index: -2;
}
#bloco-2 .img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/img/bg/mapa.png");
  background-size: cover;
  z-index: -1;
}
#bloco-2 #objetivos .txt {
  transform: rotate(-90deg);
}
#bloco-2 #objetivos .txt h1 {
  font-family: "Monument_Font_Regular";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #7A177C;
  color: transparent;
  margin-bottom: -10px;
  font-size: calc(2rem + 1.75vw);
}
#bloco-2 #objetivos .txt h1:last-child {
  color: #7A177C;
}
#bloco-2 #objetivos p {
  font-weight: 400;
  text-align: center;
}
#bloco-2 #nossos-numeros h1 {
  font-family: "Monument_Font_Regular";
  font-size: calc(2rem + 1.75vw);
}
#bloco-2 #nossos-numeros p {
  font-weight: 400;
}
#bloco-2 #nossos-numeros h2, #bloco-2 #nossos-numeros span {
  color: #7A177C;
  font-family: "Monument_Font_Regular";
}
#bloco-2 #nossos-numeros #bg-nossos-numeros {
  background-image: url("/img/bg/bg-numeros.png");
  background-size: 100% 100%;
  color: #FFF;
}
#bloco-2 #regioes p {
  font-weight: 400;
}
#bloco-2 #regioes .txt {
  transform: rotate(3deg);
}
#bloco-2 #regioes .txt h1 {
  font-family: "Monument_Font_Regular";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #7A177C;
  color: transparent;
  margin-bottom: -10px;
  font-size: calc(2rem + 1.75vw);
}
#bloco-2 #regioes .txt h1:last-child {
  color: #7A177C;
}
#bloco-2 #regioes h3 {
  color: #0096B2;
  font-family: "Monument_Font_Regular";
}
#bloco-2 #regioes h3 i {
  font-size: 0.9rem;
  cursor: pointer;
}

.mascara_info_regioes {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.35s ease-in-out;
  z-index: -5;
  opacity: 0;
  cursor: pointer;
}
.mascara_info_regioes.active {
  opacity: 1;
  z-index: 5;
}

#modal_info_regioes {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  border-radius: 0.5rem;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.35);
  padding: 2rem;
  width: 50%;
  height: -moz-max-content;
  height: max-content;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  z-index: -5;
}
#modal_info_regioes.active {
  opacity: 1;
  z-index: 6;
}
@media (max-width: 700px) {
  #modal_info_regioes {
    width: 90%;
  }
}
#modal_info_regioes #header i {
  cursor: pointer;
}

@media (max-width: 992px) {
  #bloco-2 #objetivos .txt {
    transform: none !important;
  }
  #bloco-2 #objetivos .txt h1 {
    text-align: center;
  }
}
#doe {
  position: relative;
  padding: 3rem 0 4.5rem;
}
#doe .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-image: url("/img/bg/bg-doe.png");
  z-index: -1;
}
#doe a {
  text-decoration: none;
  color: #FFF;
}
#doe a h5 {
  font-weight: 500;
}
#doe a h5 span {
  font-weight: 400;
  font-size: 1rem;
}
#doe a p {
  font-weight: 400;
}

#linha-do-tempo {
  position: relative;
  color: #FFF;
  padding: 7rem 0 0;
}
#linha-do-tempo .img {
  position: absolute;
  top: calc(-3.75rem + 0.8vw);
  right: 0;
  bottom: -2.5rem;
  left: 0;
  background-image: url("/img/bg/bg-edicoes.png");
  background-size: cover;
  z-index: -1;
}
#linha-do-tempo h1 {
  font-size: calc(2rem + 1.75vw);
  font-family: "Monument_Font_Regular";
}
#linha-do-tempo p {
  font-weight: 400;
}
#linha-do-tempo .slider-linha {
  cursor: pointer;
}
#linha-do-tempo .slider-linha .slick-list {
  padding-top: 5rem;
}
#linha-do-tempo .slider-linha .slick-prev,
#linha-do-tempo .slider-linha .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  cursor: pointer;
}
#linha-do-tempo .slider-linha .slick-prev {
  left: 0;
}
#linha-do-tempo .slider-linha .slick-next {
  right: 0;
  transform: rotate(180deg);
}
#linha-do-tempo .slider-linha .slide img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 15rem;
  width: 100%;
  margin-bottom: 1.5rem;
}
#linha-do-tempo .slider-linha .slide #no-opacity {
  opacity: 0;
}
#linha-do-tempo .slider-linha .slide > div .border-linha {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 5px;
  background-color: #FFF;
  z-index: -3;
}
#linha-do-tempo .slider-linha .slide > div .circle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #0096B2;
  border: 5px solid #FFF;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
#linha-do-tempo .slider-linha .slide > div .circle-branco {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #FFF;
  border: 5px solid #FFF;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
#linha-do-tempo .slider-linha .slide > div .border-vertical {
  width: 5px;
  height: 7rem;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -3;
}
#linha-do-tempo .slider-linha .slide h3 {
  font-family: "Monument_Font_Regular";
  margin: 2rem 0;
  text-align: center;
}
#linha-do-tempo .slider-linha .slide p {
  font-weight: 400;
  text-align: center;
}

#galeria {
  position: relative;
  padding: 5rem 0;
}
#galeria .cor {
  position: absolute;
  top: -1rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-color: #E9E9E9;
}
#galeria .slider-galeria {
  position: relative;
}
#galeria .slider-galeria .slick-prev,
#galeria .slider-galeria .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  cursor: pointer;
}
#galeria .slider-galeria .slick-prev {
  left: 0;
  transform: rotate(90deg);
}
#galeria .slider-galeria .slick-next {
  right: 0;
  transform: rotate(-90deg);
}
#galeria #slider-galeria a .slide {
  position: relative;
  display: inline-block;
  color: #FFF;
}
#galeria #slider-galeria a .slide:hover .overlay {
  opacity: 0.85;
}
#galeria #slider-galeria a .slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(64deg, #c471f5, #fa71cd);
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
#galeria #slider-galeria a .slide .overlay h4 {
  font-size: calc(0.5rem + 0.75vw);
}
#galeria #slider-galeria a .slide .overlay p {
  font-size: calc(0.4rem + 0.75vw);
}
#galeria #slider-galeriaUm .slide {
  position: relative;
  display: inline-block;
}
#galeria #slider-galeriaUm .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.35;
  border-radius: 10px;
}
#galeria #slider-galeriaUm .slide img {
  border-radius: 10px;
  margin: 0 auto;
}
#galeria #slider-galeriaUm .slide #icon-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 10%;
  cursor: pointer;
  z-index: 2;
}
#galeria #slider-galeriaUm .slide #icon-video:hover {
  transform: scale(1.2);
}
#galeria .txt {
  transform: rotate(90deg);
}
#galeria .txt h1 {
  font-family: "Monument_Font_Regular";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0096B2;
  color: transparent;
  margin-bottom: -10px;
  font-size: calc(2rem + 1.75vw);
}
#galeria .txt h1:last-child {
  color: #0096B2;
}

@media (max-width: 992px) {
  #galeria .txt {
    transform: none;
  }
}
#biografia {
  overflow: hidden;
}
#biografia .carousel .carousel-inner {
  overflow: visible;
}
#biografia .carousel .carousel-inner .carousel-item {
  position: relative;
  padding: 5rem 0;
}
#biografia .carousel .carousel-inner .carousel-item .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -3rem;
  left: 0;
  background-size: cover;
  background-position: bottom left;
  z-index: -1;
}
#biografia .carousel .carousel-inner .carousel-item .figure {
  position: relative;
  display: inline-block;
}
#biografia .carousel .carousel-inner .carousel-item .figure .cor {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: transparent linear-gradient(180deg, rgba(114, 114, 114, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
#biografia .carousel .carousel-inner .carousel-item .figure img {
  border-radius: 20px;
}
#biografia .carousel .carousel-inner .carousel-item .figure img:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 15% !important;
  cursor: pointer;
}
#biografia .carousel .carousel-inner .carousel-item .figure img:last-of-type:hover {
  transform: scale(1.2);
}
#biografia .carousel .carousel-inner .carousel-item p {
  font-weight: 600;
  color: #7A177C;
}
#biografia .carousel .carousel-inner .carousel-item h1 {
  font-family: "Monument_Font_Regular";
  color: #E9E9E9;
  font-size: calc(2rem + 1.75vw);
}

@media (max-width: 768px) {
  #biografia .carousel .carousel-inner .carousel-item h1 {
    color: #7A177C;
  }
}
#depoimentos {
  position: relative;
  padding: 5rem 0;
  margin-top: -3rem;
}
#depoimentos .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -3rem;
  left: 0;
  background-image: url("/img/biografia/bg-depoimentos.png");
  background-size: cover;
  background-position: top center;
  z-index: -2;
}
#depoimentos .slider-depoimentos {
  position: relative;
}
#depoimentos .slider-depoimentos .slick-prev,
#depoimentos .slider-depoimentos .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  cursor: pointer;
  z-index: 1;
}
#depoimentos .slider-depoimentos .slick-prev {
  left: 0;
}
#depoimentos .slider-depoimentos .slick-next {
  right: 0;
  transform: rotate(180deg);
}
#depoimentos .slider-depoimentos .slide div {
  position: relative;
}
#depoimentos .slider-depoimentos .slide div span {
  font-size: 9rem;
  color: #FFF;
  font-family: "Palanquin_Bold";
  position: absolute;
}
#depoimentos .slider-depoimentos .slide div span:first-of-type {
  top: -10rem;
  left: -3rem;
  transform: rotate(180deg);
}
#depoimentos .slider-depoimentos .slide div span:last-of-type {
  bottom: -10rem;
  right: -3rem;
}
#depoimentos .slider-depoimentos .slide div p {
  color: #FFF;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  line-height: 2;
}
#depoimentos .slider-depoimentos .slide div h3 {
  font-family: "Monument_Font_Bold";
  color: #E9E9E9;
}
#depoimentos .slider-depoimentos .slide div h4 {
  font-family: "Monument_Font_Regular";
  color: #E9E9E9;
  margin: 0;
}

#doee {
  position: relative;
  padding: 3rem 0;
}
#doee .img {
  position: absolute;
  top: -1.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-image: url("/img/bg/bg-doe.png");
  z-index: -1;
}
#doee a {
  text-decoration: none;
  color: #FFF;
}
#doee a h5 {
  font-weight: 500;
}
#doee a h5 span {
  font-weight: 400;
  font-size: 1rem;
}
#doee a p {
  font-weight: 400;
}

#parceiros {
  padding: 5rem 0;
  font-size: calc(1rem + 0.5vw);
}
#parceiros h1 {
  font-family: "Monument_Font_Regular";
  font-size: calc(2rem + 1.75vw);
  color: #7A177C;
  text-align: center;
}
#parceiros h3 {
  font-family: "Raleway";
  color: #F25652;
  font-weight: 600;
  font-size: 1.2em;
}

footer {
  position: relative;
  padding: 2rem 0;
  background-color: #E9E9E9;
}
footer h6 {
  color: #707070;
}

#encontros {
  background-color: #7A177C;
  padding: 7.5rem 0;
}
#encontros h1 {
  font-family: "Monument_Font_Regular";
  color: #E9E9E9;
  font-size: calc(2rem + 1.75vw);
}
#encontros .bloco {
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 7.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#encontros .bloco h2 {
  font-family: "Monument_Font_Regular";
  color: #7A177C;
  text-align: center;
}

#participantes {
  background-color: #0096B2;
  position: relative;
  height: 110vh;
  padding: 7.5rem 0;
}
#participantes h1 {
  font-family: "Monument_Font_Regular";
  color: #E9E9E9;
  font-size: calc(2rem + 1.75vw);
}
#participantes .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 3rem 0;
}
#participantes .content .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/img/bg/mosaico-bg.png");
  background-size: cover;
  z-index: -1;
}
#participantes .content h4 {
  font-family: "Monument_Font_Regular";
  color: #E9E9E9;
}
#participantes .content img {
  max-width: 50%;
}
#participantes .content h3 {
  font-family: "Monument_Font_Regular";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E9E9E9;
  color: transparent;
  margin: 0;
}

#contato,
#faq {
  margin-top: -1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
#contato h1,
#faq h1 {
  font-family: "Monument_Font_Regular";
  font-size: calc(2rem + 1.75vw);
}
#contato p,
#faq p {
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

#contato {
  background-color: #7A177C;
}
#contato a {
  text-decoration: none;
}
#contato form input, #contato form textarea {
  padding: 1rem 2rem;
  border: 1px solid #707070;
  border-radius: 5px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
#contato form input::-moz-placeholder, #contato form textarea::-moz-placeholder {
  font-family: "Monument_Font_Bold";
  color: #7A177C;
  opacity: 0.5;
}
#contato form input::placeholder, #contato form textarea::placeholder {
  font-family: "Monument_Font_Bold";
  color: #7A177C;
  opacity: 0.5;
}
#contato form input:focus, #contato form textarea:focus {
  box-shadow: none;
}
#contato form .btn {
  padding: 1rem 5rem;
  color: #7A177C;
  background-color: #FFF;
  transition: all 0.35s ease-in-out;
  font-family: "Monument_Font_Bold";
}
#contato form .btn:hover {
  background-color: #7A177C;
  color: #FFF;
  border-color: #FFF;
}

#faq {
  background-color: #0096B2;
}
#faq #perguntas_faq .btn_accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1.75rem;
  color: #7A177C;
  border: 1px solid #707070;
  text-align: start;
  font-size: calc(0.75rem + 0.25vw);
  opacity: 0.95;
  gap: 0.7rem;
}
#faq #perguntas_faq .btn_accordion:hover {
  opacity: 1;
}
#faq #perguntas_faq .btn_accordion h6 {
  font-family: "Monument_Font_Regular";
  font-size: 1em;
}
#faq #perguntas_faq .btn_accordion i {
  font-size: 1.5rem;
}
#faq #perguntas_faq .btn_accordion.active {
  opacity: 1;
}
#faq #perguntas_faq .btn_accordion.active + div {
  opacity: 1;
  height: -moz-max-content;
  height: max-content;
  padding: 1.75rem 1.75rem;
  margin-bottom: 0.15rem;
}
#faq #perguntas_faq .content_accordion {
  border-radius: 0 0 0.75rem 0.75rem;
  background-color: #FFF;
  border: 1px solid #707070;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.75s ease-in-out;
}
#faq #perguntas_faq .content_accordion p {
  color: #7A177C;
  text-align: start;
}
#faq #perguntas_faq .content_accordion a {
  color: #7A177C;
  opacity: 1;
}
#faq #perguntas_faq .content_accordion a:hover {
  opacity: 0.85;
}/*# sourceMappingURL=main.css.map */