@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "Linux Libertine";
  src: url("../font/linux_libertine/LinLibertine_R.ttf");
}
@font-face {
  font-family: "Linux Libertine - Bold";
  src: url("../font/linux_libertine/LinLibertine_RB.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 5rem;
}

body {
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}
body h1 {
  font-family: "Linux Libertine - Bold", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif !important;
  font-size: clamp(2em, 5vw, 12em);
  animation: appear 1s linear;
  text-transform: uppercase;
  z-index: 5;
  padding-block: 1.5rem;
}
body h2 {
  font-size: clamp(1em, 2vw, 5em);
}
body h3 {
  font-size: clamp(1em, 1vw, 5em);
}
body button {
  border-radius: 2rem !important;
}
body a {
  text-decoration: none;
}

main {
  overflow-x: clip;
}
main nav {
  background-color: #ee5813;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  text-transform: uppercase;
}
main nav .nav-item {
  margin-left: 0.8rem;
}
main nav .navbar-brand {
  transform: scale(0.7);
}
main .fundo_amarelo {
  position: relative;
  background-color: #ee5813;
  z-index: 0;
}
main .fundo_amarelo h1 {
  color: #fff;
}
main .fundo_amarelo #inicio {
  position: relative;
}
main .fundo_amarelo #inicio .img_pattern {
  background: url("../img/pattern.png") no-repeat;
  background: cover;
  position: absolute;
  inset: 0 0 0 0;
  animation: pattern linear;
  animation-timeline: view();
  animation-range: entry 10% cover 30%;
}
main .fundo_amarelo #inicio #apresentacao {
  animation: fadeup 1s linear;
  width: 100%;
  background-color: #ee5813;
}
main .fundo_amarelo #inicio #apresentacao .fundo_left {
  animation: fadeinLeft 1.3s ease-in-out;
  left: 6rem;
  position: absolute;
  width: 40%;
}
@keyframes fadeinLeft {
  0% {
    opacity: 0;
    left: -2rem;
  }
  100% {
    opacity: 1;
    left: 6rem;
  }
}
@media (max-width: 768px) {
  main .fundo_amarelo #inicio #apresentacao .fundo_left {
    animation: fadeinLeftSM 1.3s ease-in-out;
    position: absolute;
    left: 0rem;
    width: 60%;
  }
  @keyframes fadeinLeftSM {
    0% {
      opacity: 0;
      left: -11rem;
    }
    100% {
      opacity: 1;
      left: 0rem;
    }
  }
}
main .fundo_amarelo #inicio #apresentacao .fundo_right {
  animation: fadeinRight 1.3s ease-in-out;
  right: 6rem;
  position: absolute;
  width: 40%;
}
@keyframes fadeinRight {
  0% {
    opacity: 0;
    right: 0;
  }
  100% {
    opacity: 1;
    right: 6rem;
  }
}
@media (max-width: 768px) {
  main .fundo_amarelo #inicio #apresentacao .fundo_right {
    animation: fadeinRightSM 1.3s ease-in-out;
    position: absolute;
    right: 0rem;
    width: 60%;
  }
  @keyframes fadeinRightSM {
    0% {
      opacity: 0;
      right: -10rem;
    }
    100% {
      opacity: 1;
      right: 0rem;
    }
  }
}
main .fundo_amarelo #inicio #apresentacao .foto {
  animation: show 1.5s ease-in-out;
  z-index: 5;
  width: 40%;
}
@keyframes show {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  main .fundo_amarelo #inicio #apresentacao .foto {
    width: 60%;
  }
}
main .fundo_amarelo #inicio #sobre {
  animation: fadeup linear;
  animation-timeline: view();
  animation-range: entry 20% cover 20%;
  z-index: 5;
}
main .fundo_amarelo #inicio #sobre .img_sobre {
  position: relative;
}
@media (min-width: 768px) {
  main .fundo_amarelo #inicio #sobre .img_sobre img:nth-child(2) {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 90%;
  }
}
main .fundo_amarelo #inicio #sobre .fundo_right {
  animation: fadeinLeft_sobre linear;
  animation-timeline: view(block 0% 0%);
  right: 0rem;
  position: absolute;
  width: 20%;
}
@keyframes fadeinLeft_sobre {
  0% {
    opacity: 0;
    right: -5rem;
  }
  100% {
    opacity: 1;
    right: 0rem;
  }
}
main .fundo_amarelo #inicio #sobre h1 {
  color: #F9E982;
}
main .fundo_amarelo #inicio #sobre p {
  color: #fff;
}
main .fundo_amarelo #inicio .container {
  margin-top: 2rem;
}
main .fundo_amarelo #publicacoes .container {
  padding-bottom: 2rem;
}
main .fundo_amarelo #publicacoes .fundo_left {
  animation: fadeinRight_sobre linear;
  animation-timeline: view(block 0% 0%);
  left: 0rem;
  bottom: -1rem;
  position: absolute;
  width: 15%;
  z-index: 0;
}
@keyframes fadeinRight_sobre {
  0% {
    opacity: 0;
    left: -5rem;
  }
  100% {
    opacity: 1;
    left: 0rem;
  }
}
main .fundo_amarelo #publicacoes .active {
  display: block;
  animation: fadeup 1s ease-in-out;
}
main .fundo_amarelo #publicacoes .aba {
  background: #38702E;
  border-radius: 1rem 0 0 0;
  height: 2rem;
  margin-top: 2rem;
}
main .fundo_amarelo #publicacoes .fundo_pub {
  background: #38702E;
}
main .fundo_amarelo #publicacoes .fundo_pub .container_pub {
  background-color: #f5f5f5;
  border-radius: 1rem;
  width: 100%;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.11);
}
main .fundo_amarelo #publicacoes .gallery {
  display: flex;
  justify-content: center;
  height: 30rem;
  width: 100%;
  gap: 0.2rem;
}
@media (max-width: 765px) {
  main .fundo_amarelo #publicacoes .gallery {
    height: 23rem;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  main .fundo_amarelo #publicacoes .gallery {
    height: 33rem;
  }
}
main .fundo_amarelo #publicacoes .gallery .img_container {
  flex: 1;
  height: 100%;
  transition: all 0.8s ease-in-out;
  filter: grayscale(2);
}
main .fundo_amarelo #publicacoes .gallery .img_container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3rem;
}
main .fundo_amarelo #publicacoes .gallery .img_container img:hover {
  flex-grow: 5;
  filter: none;
  cursor: pointer;
}
main .fundo_amarelo #publicacoes .gallery .open {
  flex-grow: 6.5;
  filter: none;
}
main #noticias {
  background: url("../img/noticias/pattern_noticiais.jpg");
  background-size: cover;
  position: relative;
}
main #noticias .noticia {
  transition: all 0.2s;
  cursor: pointer;
}
main #noticias .noticia:hover {
  transform: scale(1.05);
}
main #noticias:after {
  content: "";
  background: url("../img/noticias/triangulos.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -5rem;
  width: 13rem;
  height: 54rem;
  z-index: -1;
}
main #noticias .container_gradiente {
  background-image: linear-gradient(to top, #000000 0%, #919090 100%);
  margin-bottom: 1rem;
  position: relative;
  -webkit-clip-path: inset(0% -6% -6% -7%);
          clip-path: inset(0% -6% -6% -7%);
}
main #noticias .container_gradiente img {
  width: 100%;
  -webkit-mask-image: linear-gradient(to top, transparent 5%, black 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
main #noticias .container_gradiente .content-noticia {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding-inline: 1rem;
  font-weight: bold;
}
main #noticias .container_noticias {
  margin-bottom: 1rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.11);
}
main #noticias .container_noticias .container_img {
  background-image: linear-gradient(to top, #000000 0%, #919090 100%);
  height: 12rem;
}
main #noticias .container_noticias .container_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to top, transparent 5%, black 100%);
}
main #noticias .container_noticias:hover {
  transform: scale(1.05);
}
main #noticias .container_noticias .card-body {
  background: #e9e9e9;
  color: #000;
  transition: all 0.3s ease-in-out;
}
main #noticias .container_noticias .card-body .card-title {
  margin: 0;
}
main #noticias .container_noticias .card-footer {
  padding: 0;
  text-align: center;
  padding-block: 0.2rem;
  font-size: 0.8em;
  color: #ee5813;
}
main #noticias .page-item.active .page-link {
  background-color: #F9E982;
}
main #noticias h1 {
  color: #ee5813;
}
main #noticias nav {
  background: none;
  padding-top: 2rem;
  text-transform: lowercase;
}
main #noticias nav .page-link {
  border: 1px solid #f0f0f0;
}
main #noticias nav a {
  color: #ee5813;
}
main #noticias nav .active {
  background-color: #F9E982;
}
main #contato {
  background-color: #EB9C13;
  color: #fff;
  position: relative;
  z-index: 0;
}
main #contato a:hover {
  text-decoration: underline;
}
main #contato .border-email {
  border: 1px solid rgba(237, 172, 61, 0.5607843137);
  background-color: rgba(209, 138, 15, 0.5490196078);
}
main #contato:after {
  content: "";
  background: url("../img/elemento_contato.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -5rem;
  width: 13rem;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}
main #contato .g-recaptcha {
  width: 302px;
  margin: auto;
}
main #contato .fundo {
  background: rgba(0, 0, 0, 0.0549019608);
  border-radius: 0.5rem;
}
main #contato label {
  font-weight: bold;
}
main #contato h1 {
  padding-bottom: 0;
}
main #contato h2 {
  font-size: clamp(1.5em, 2vw, 5em);
}
main #contato i {
  font-size: clamp(4rem, 10.5vw, 10rem);
}
main .modal .modal-content {
  border-radius: 1rem;
}
main .modal .modal-header {
  background: #ee5813;
  border: none;
  border-radius: 1rem;
}
main .modal .modal-header button i {
  color: rgba(255, 255, 255, 0.6431372549);
  transition: all 0.3s;
}
main .modal .modal-header button i:hover {
  color: #fff;
}
main .modal .modal-body #modalTitulo, main .modal .modal-body .modal-title {
  border-top: 1px solid #ee5813;
}
main .modal .modal-body .img {
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 500px) {
  main .modal .modal-body .img {
    float: left;
    border-right: 2rem solid #fff;
    z-index: 1;
    position: relative;
    width: 40%;
    background-color: #fff;
  }
}

footer {
  position: relative;
}
footer .redes {
  color: #fff;
  background-color: #ee5813;
}
footer .redes i {
  color: #fff;
  font-size: clamp(1rem, 2.5vw, 2rem);
  margin-right: 0.5rem;
}
footer .copy {
  background-color: #38702E;
}
footer img {
  transform: scale(0.7);
}
footer .pageup {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: rgba(255, 255, 255, 0.4941176471);
  cursor: pointer;
  transform: scale(2);
  transition: all 0.3s ease-in-out;
}
footer .pageup:hover {
  color: #fff;
  transform: scale(2.5);
}

@keyframes appear {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    transform: translateY(0rem);
  }
  100% {
    opacity: 1;
    transform: translateY(13rem);
  }
}/*# sourceMappingURL=style.css.map */