@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;700;800&display=swap");
* {
  font-family: "Roboto", sans-serif;
}

a:link, a:visited {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #5f3414;
}

.bg-projetos {
  background-color: #F8F8F8;
}
.bg-projetos p {
  width: 75vw;
}

.borda-bottom {
  border-bottom: 1px solid #555;
  width: 15%;
}

.borda-bottom-red {
  border-bottom: 2px solid #d12f3b;
  width: 17%;
}

.accordion-button::after {
  background-color: rgba(255, 255, 255, 0.8470588235);
  border-radius: 10%;
}

button.btn-amarelo {
  color: #000;
  background-color: #e2bc54;
  border-radius: 20px;
  padding-inline: 1.2em;
  transition: all 0.5s ease-in-out;
  opacity: 0.85;
}
button.btn-amarelo:hover {
  transform: scale(1.2);
  background-color: #e2bc54;
  opacity: 1;
}

.bg-cinza-claro {
  background-color: #eee;
}

.bg-amarelo {
  background-color: #e2bc54;
}

.bg-vermelho {
  background-color: #d12f3b;
}

.bg-laranja {
  background: url("../img/2025/fundos/fundo-laranja.webp") no-repeat center center;
  background-size: cover;
}
.bg-laranja p {
  color: #fff !important;
}

.alert-warning {
  background-color: #e48641 !important;
  color: #fff !important;
}

.linha-vermelha {
  width: 100%;
  height: 15px;
  background-color: #e48641;
}

.fundo-titulo-old {
  height: 3em;
  max-width: 18em;
  position: relative;
}
.fundo-titulo-old .fundo1-titulo {
  height: 60%;
  max-width: 100%;
}
.fundo-titulo-old .fundo2-titulo {
  height: 50%;
  max-width: 100%;
  background-color: #e2bc54;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1019607843);
}
.fundo-titulo-old h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.fundo-titulo h1 {
  margin: 0;
  color: #5f3414;
}
.fundo-titulo h1::after {
  content: "********************";
  display: block;
  color: #e48641;
  font-weight: bold;
  font-size: 1.5rem;
}

.modal-btn {
  margin-top: -40px;
}

aside {
  margin-top: 150px;
  margin-right: -10px;
}

#btn_doe {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -1.5rem;
  margin: auto;
  height: 15rem;
  width: 8rem;
  z-index: 99999;
}
#btn_doe img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.35s ease-in-out;
}
#btn_doe p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
}
#btn_doe:hover img {
  transform: scale(1.3);
}

.texto-doe {
  top: 50%;
  right: 20%;
  transform: translate(-50%, -50%);
  position: absolute;
}

header {
  box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
}
header .navbar-toggler {
  border: none;
  font-size: 1.1rem;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header nav {
  background-color: #f8f8f8;
}
header nav img {
  max-width: 11rem;
}
header nav li .active {
  color: #e48641 !important;
  border-bottom: 2px solid #e48641 !important;
}
header nav .nav-link {
  padding-bottom: 0.3em;
  margin-right: 1em;
}

.fade-alert {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-alert.show {
  opacity: 1;
}

.modal-inscricoes {
  background-color: #FFF;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 800px) {
  .modal-inscricoes {
    width: 95%;
  }
}
.modal-inscricoes .header i {
  cursor: pointer;
}
.modal-inscricoes .btn {
  background-color: #d12f3b;
  border-radius: 1rem;
  color: #FFF;
  font-weight: 600;
  display: block;
  margin-inline: auto;
  opacity: 0.85;
  transition: all 0.5s ease-in-out;
  font-size: 0.8rem;
}
.modal-inscricoes .btn:hover {
  background-color: #d12f3b;
  color: #FFF;
  opacity: 1;
}

html {
  scroll-padding-top: 7rem;
}

.mascara-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 99998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

#inicio {
  position: relative;
}
#inicio .btn-amarelo {
  color: #000;
  background-color: #e2bc54;
  border-radius: 20px;
  padding-inline: 1.2em;
  transition: all 0.5s ease-in-out;
  opacity: 0.85;
}
#inicio .btn-amarelo:hover {
  transform: scale(1.2);
  background-color: #e2bc54;
  opacity: 1;
}
#inicio .carousel-indicators [data-bs-target] {
  background-color: #e2bc54;
}

#sobre p {
  color: #555555;
}
@media (min-width: 1200px) {
  #sobre p {
    font-size: 1.2em;
  }
}
#sobre .sobre-img {
  position: relative;
  top: -55px;
}
#sobre .btn {
  background-color: #d12f3b;
  border-radius: 3rem;
  color: #FFF;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
#sobre .btn:hover {
  background-color: #C00000;
  color: #FFF;
}
#sobre .disabled {
  opacity: 0.5;
}

#programacao #fundo-atracao {
  background: url("../img/fundo-atração.png") no-repeat center center;
  background-size: cover;
  flex-direction: column;
}
#programacao #fundo-atracao a {
  color: #FFF;
  font-weight: 500;
  background-color: #d12f3b;
  opacity: 0.9;
  transition: all 0.35s ease-in-out;
  border-radius: 2rem;
  display: block;
}
#programacao #fundo-atracao a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  #programacao #fundo-atracao a {
    display: block;
    margin-left: auto;
    width: 70%;
  }
}
#programacao #fundo-atracao .disabled {
  opacity: 0.5;
}
#programacao #fundo-atracao h1 {
  color: #d12f3b;
  font-weight: bold;
}
#programacao .fundo-programação {
  background: url("../img/fundo-programacao.webp");
  background-size: cover;
}
#programacao p {
  color: #5f3414;
}
#programacao .title {
  background-image: url("../img/fundo-amarelo.png");
  background-size: cover;
  padding-block: 2.5rem;
  border-top: 5px dotted #fff;
}
#programacao .title:hover h1 {
  color: #d12f3b;
}
#programacao .title p, #programacao .title span {
  color: #5f3414;
}
#programacao .at-fundo {
  border: 1px dotted #b4b4b4;
  border-radius: 1rem;
  padding: 2rem;
}
#programacao ul {
  background-color: #eee;
  padding: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}
#programacao ul li {
  list-style: none;
  padding: 1.75rem;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  transition: all 0.35s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
#programacao ul li:after {
  content: url("../img/icon/icon_down.png");
  opacity: 0.5;
  position: absolute;
  right: 1rem;
  top: 1rem;
  bottom: 0;
  display: flex;
  align-items: start;
}
#programacao ul li .tag-mesa {
  background-color: rgba(173, 50, 50, 0.377);
  color: #333;
  padding: 0.3rem 0.6rem;
  margin-left: 0.5rem;
  border-radius: 1rem;
  font-size: 0.8rem;
}
@media (max-width: 992px) {
  #programacao ul li .tag-mesa {
    margin: 0.5rem auto 0;
    display: table;
  }
}
#programacao ul li.active {
  background-color: #d12f3b;
  color: #FFF;
  border-bottom: 0;
}
#programacao ul li.active + div {
  opacity: 1;
  box-shadow: inset 0 0 4px 1px rgba(192, 0, 0, 0.12);
  max-height: -moz-max-content;
  max-height: max-content;
  padding: 2rem 0.75rem;
}
#programacao ul li.active + div a {
  color: #5f3414;
  font-weight: 500;
  background-color: #e2bc54;
  padding: 0.5rem;
  transition: all 0.35s ease-in-out;
  display: block;
  width: 25%;
  margin: auto;
  flex-shrink: 0;
  border-radius: 2rem;
}
#programacao ul li.active + div a:hover {
  background-color: #d12f3b;
  color: #fff;
}
@media (max-width: 992px) {
  #programacao ul li.active + div a {
    width: 40%;
  }
}
#programacao ul li.active + div .disabled {
  opacity: 0.5;
}
#programacao ul li.active .tag-mesa {
  background-color: #e2bc54;
  color: #000;
}
#programacao ul li.active:after {
  content: url("../img/icon/icon_up_white.png");
  position: absolute;
  right: 1rem;
  top: 1rem;
  bottom: 0;
  display: flex;
  align-items: start;
  opacity: 1;
}
#programacao ul li.active2 {
  background-color: #e2bc54;
  color: #000;
  border-bottom: 0;
}
#programacao ul li.active2 + div {
  opacity: 1;
  box-shadow: inset 0 0 4px 1px rgba(146, 146, 146, 0.12);
  max-height: -moz-max-content;
  max-height: max-content;
  padding: 2rem 0.75rem;
}
#programacao ul li.active2 + div a {
  color: #fff;
  font-weight: 500;
  background-color: #d12f3b;
  padding: 0.5rem;
  transition: all 0.35s ease-in-out;
  display: block;
  width: 25%;
  margin: auto;
  flex-shrink: 0;
  border-radius: 2rem;
}
#programacao ul li.active2 + div a:hover {
  background-color: #e2bc54;
  color: #5f3414;
}
@media (max-width: 992px) {
  #programacao ul li.active2 + div a {
    width: 40%;
  }
}
#programacao ul li.active2 + div .disabled {
  opacity: 0.5;
}
#programacao ul li.active2 .tag-mesa {
  background-color: #d12f3b;
  color: #fff;
}
#programacao ul li.active2:after {
  content: url("../img/icon/icon_up.png");
  position: absolute;
  right: 1rem;
  top: 1rem;
  bottom: 0;
  display: flex;
  align-items: start;
  opacity: 1;
}
#programacao ul div {
  background-color: #fafafa;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  gap: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  #programacao ul div {
    gap: 1rem;
    flex-direction: column;
  }
}
#programacao ul div p {
  padding-inline: 2rem;
}
#programacao ul div p span {
  width: 100%;
  height: 0.05rem;
  background-color: rgba(0, 0, 0, 0.1764705882);
  display: block;
  margin: 1rem auto;
}
#programacao .ul-programacao {
  margin-bottom: 0;
}
#programacao .ul-programacao li:hover {
  background-color: #d12f3b;
  color: #FFF;
}
#programacao .ul-programacao li:hover .tag-mesa {
  background-color: #e2bc54;
  color: #000;
}
#programacao .ul-programacao:after {
  content: "";
  width: 100%;
  height: 1rem;
  background-color: #d12f3b;
  display: block;
}
#programacao .atividade-simul {
  margin-bottom: 0;
}
#programacao .atividade-simul li:hover {
  background-color: #e2bc54;
}
#programacao .atividade-simul li:hover .tag-mesa {
  background-color: #d12f3b;
  color: #fff;
}
#programacao .atividade-simul:after {
  content: "";
  width: 100%;
  height: 1rem;
  background-color: #e2bc54;
  display: block;
}
#programacao #tab {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background-color: #eee;
}
#programacao #tab li {
  background-color: #eee;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  cursor: pointer;
}
#programacao #tab li:hover {
  background-color: #d12f3b;
  color: #fff;
}
#programacao #tab .item {
  flex-grow: 1;
}
#programacao #tab .border-div {
  border-left: 1px solid #adadad;
}
@media (min-width: 1400px) {
  #programacao #tab li {
    height: 110px;
  }
  #programacao #tab .item {
    display: flex;
  }
  #programacao #tab .grow {
    border-left: 1px solid #adadad;
    flex-grow: 1;
  }
  #programacao #tab .border-none {
    border: none;
  }
}
#programacao #tab li.active {
  background-color: #d12f3b;
  color: #fff;
}
#programacao .conteudo_none {
  padding: 1rem;
}
#programacao .conteudo_none:not(:first-child) {
  display: none;
}
#programacao .linha-vermelha-esc {
  background-color: #d12f3b;
  width: 100%;
  height: 15px;
}
#programacao h5 span {
  color: #d12f3b;
  font-size: 1.5rem;
}

#premiados .accordion-button:not(.collapsed) {
  color: #000;
  font-weight: bold;
  background-color: #e2bc54;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
#premiados .accordion-body {
  background-color: #eee;
}
#premiados .coluna_premiados .card-img {
  width: 5rem;
  height: 5rem;
  background: url("/img/imagem-card.png") no-repeat;
  background-size: 100%;
  margin: 0 auto;
  transition: all 0.35s ease-in-out;
}
#premiados .coluna_premiados .card {
  transition: all 0.35s ease-in-out;
  border-radius: 0;
  height: 290px;
}
@media (max-width: 600) {
  #premiados .coluna_premiados .card {
    width: 50ox;
    height: 250px;
  }
}
#premiados .coluna_premiados .card-header:first-child {
  border-radius: 0;
}
#premiados .coluna_premiados:hover .card-img {
  background-image: url("/img/imagem-card-hov.png");
}
#premiados .coluna_premiados:hover .card {
  border: 1px solid #d12f3b;
}
#premiados .coluna_premiados:hover .card .card-header {
  background-color: #d12f3b !important;
}

#galeria {
  background: url("../img/background-galeria.png") repeat-y left top;
  background-attachment: fixed;
  background-position: -350px -25px;
}
#galeria .album-imgs a img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  #galeria .album-imgs a img {
    height: 350px;
  }
}
#galeria .show-img img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
#galeria .show-img .album {
  width: 100%;
  height: 22%;
  background-color: rgba(0, 0, 0, 0.4745098039);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s ease-in-out all;
}
#galeria .show-img h4 {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#galeria .show-img i {
  display: none;
}
#galeria .show-img:hover .album {
  height: 100%;
}
#galeria .show-img:hover h4 {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#galeria .show-img:hover i {
  display: block;
  text-align: center;
  margin-top: 15px;
}
#galeria .showVideo .videos {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s ease-in-out all;
}
#galeria .showVideo i {
  color: #d12f3b;
  font-size: 3em;
  z-index: 1;
  padding: 5px 0px 0px 5px;
  transition: all 0.3s ease-in-out;
}
#galeria .showVideo .circulo {
  display: block;
  padding: 2em;
  background-color: #fff;
  position: absolute;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
#galeria .showVideo:hover .videos {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4745098039);
}
#galeria .showVideo:hover .circulo {
  padding: 2.2em;
}
#galeria .showVideo:hover i {
  font-size: 3.5em;
}
#galeria .legenda-video {
  width: 100%;
  background-color: #eee;
  text-align: center;
  line-height: 3em;
}

.modal-info {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 50%;
  height: -moz-max-content;
  height: max-content;
  border: 1px solid red;
  z-index: 50;
  background: #fff;
  display: none;
}
.modal-info i {
  cursor: pointer;
}

#info i {
  cursor: pointer;
}

.mascara {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.431372549);
  z-index: 49;
  display: none;
}

#contato {
  background: url("../img/textura-contato.png") no-repeat right top;
  background-attachment: fixed;
}
#contato .img-whats {
  width: 100%;
  height: 100%;
  background: url("../img/fundo-whats.png");
  background-size: 100% 100%;
  position: relative;
}
#contato .img-whats .estrela {
  top: -100px;
  left: -70px;
  opacity: 0.6;
}
#contato .img-whats .estrela2 {
  bottom: 50px;
  left: 100px;
  opacity: 0.6;
  width: 150px;
}
#contato .img-whats .whats {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 15px;
  padding-left: 40px;
  position: relative;
}
#contato .img-whats .whats:hover {
  border: 1px solid #166820;
}
#contato .img-whats .caixa {
  width: 16%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #166820;
}
#contato .img-whats .caixa i {
  position: absolute;
  color: #fff;
  font-size: 23px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#contato .img-whats p {
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
}

footer {
  position: relative;
}
footer #doe {
  position: relative;
  padding-bottom: 1rem;
}
footer #doe .targeta {
  position: absolute;
  bottom: 0;
  height: 15vh;
  width: 100%;
  background-color: #d12f3b;
  z-index: -2;
}
footer #doe .targeta::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/mascara-rodape.png");
  background-size: 100% auto;
}
footer #doe #bloco {
  position: relative;
  margin-top: 1rem;
  padding-block: 3rem;
  padding-inline: 9rem;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: -1;
}
@media (max-width: 768px) {
  footer #doe #bloco {
    padding-inline: 4rem;
  }
}
footer .linha-vermelha-claro {
  background-color: #E38C8C;
  height: 6vh;
}
footer a:link, footer a:visited {
  text-decoration: none;
  color: #555555;
}
footer a:hover {
  text-decoration: underline;
}
footer #rodape {
  position: relative;
}
footer #rodape img {
  width: 11rem;
}
footer .parceria {
  width: 15%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  footer .parceria {
    width: 40%;
  }
}/*# sourceMappingURL=style.css.map */