@import "tailwindcss";
@import "flowbite";


/*
    Paleta de Cores
    #0d0d0d
    #34495e
    #8c7916
    #bfa41f
    #f2d027
    #f2f2f2


*/
/*
    Importação de fontes.
    font-family: 'Montserrat', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Montserrat", sans-serif !important;
}

iframe {
  width: 400px !important;

  height: 280px !important;
}

:root {
  --color-1: #8c7916;
  --color-2: #bfa41f;
  --color-3: #f2d027;
  --color-4: #34495e;
  --color-5: #f2f2f2;
  --color-6: #0d0d0d;
  --bs-accordion-bg: var(--color-3) !important;
}

/* Menu Principal */
#navbarNav,
#busca {
  font-family: "Montserrat", sans-serif;
}

.bg-bege {
  --bs-bg-opacity: 1;
  --bs-bege: #8c7916;
  background-color: var(--bs-bege) !important;
}

.nav-brand-img {
  width: 80px;
}

.nav-brand-img-menor {
  width: 65px;
  transition: 400ms all ease;
}

/* Banner */
div#carouselExampleInterval {
  margin-top: 150px !important;
}

.banner-image {
  width: 100%;
  height: auto;
  max-width: -webkit-fill-available;
  max-height: 696px;
  object-fit: cover;
  pointer-events: none;
}

/*Animação de aparecer na tela ao rolar o scroll*/
.fade-in {
  animation: fade-in 1s cubic-bezier(0.17, 0.67, 0.49, 1.02);
}

.js .anime {
  opacity: 0;
  transform: translate3D(-50px, 0px, 0px);
}

.js .anime-init {
  opacity: 1;
  transform: translate3D(0px, 0px, 0px);
  transition: 0.3s all ease;
}

.nav-link span {
  font-size: 12px !important;
}

/*Rodape Site*/
.rodape-principal {
  background-color: #f2d027;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  padding-top: 25px;
  padding-bottom: 5px;
}

.rodape-logos-obrigatorias {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.rodape-logos-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

/* .rodape-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  max-height: 45px;
} */

.rodape-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  max-height: 50px;
}

.rodape-logos-semcult {
  width: 133.25px;
  height: 62.5px;
}

.rodape-redes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 90px;
}

.rodape-redes-logo {
  max-width: 25px;
  width: 100%;
  height: 25px;
}

.rrt-title {
  font-weight: 500;
}

.rr-linha {
  color: var(--color-1);
  opacity: 1;
}

.rodape-linha {
  display: flex;
  justify-content: center;
}

.rodape-linha-horizontal {
  max-width: 800px;
  width: 100%;
  color: var(--color-1);
  opacity: 1;
  height: 1px;
  text-align: center;
}

.dedicatoria-autor-site {
  display: flex;
  justify-content: center;
}

.autor-site {
  font-size: 11px;
  max-width: 500px;
  width: 100%;
  text-align: center;
}

/* Cultura Viva */
.blog_content {
  padding: 125px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0 auto;
}

.blog_swiper {
  width: 100vw;
  max-height: 696px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-slide-img {
  width: 100vw;
  height: auto;
  object-fit: fill;
  aspect-ratio: 16/9;
}

.blog_content h1 {
  text-align: center;
  font-weight: 700;
}

.blog_cards_content {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 25px;
  margin: 0 auto;
}

.blog_card {
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: 370px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  gap: 20px;
  background-color: var(--color-2);
  color: var(--color-5);
  justify-content: space-between;
  position: relative;
}

.blog_card_link {
  text-decoration: none;
}

.blog_card_img {
  width: 300px !important;
  height: 200px !important;
  object-fit: cover !important;
}



.blog_card_info {
  display: flex;
  flex-direction: column;
  padding: 5px 15px;
}

.blog_card_title {
  font-size: 1.25rem;
  font-weight: 700;
}

.blog_destaque_pin {
  display: flex;
  top: 0;
  right: 0;
  position: absolute;
}

.blog_card_data {
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 5px;
}

/* Single Post Cultura */

.sp_post_body_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 125px 0;
}

.sp_post_title {
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 25px;
  font-size: 2rem;
}

.sp_post_infos_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}

.sp_post_resumo {
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 25px;
  font-size: 1rem;
  max-width: 1000px;
  width: 100%;
}

.sp_post_info {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.sp_post_autor {
  font-weight: 400;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.sp_post_data {
  font-weight: 400;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.sp_post_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  margin-bottom: 25px;
}

.sp_post_img {
  max-width: 720px;
  max-height: 480px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.sp_post_text {
  font-weight: 400;
  font-size: 1rem;
  text-align: justify;
  max-width: 1000px;
  width: 100%;
}

/* .sp_post_galeria {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  justify-items: center;
  align-items: center;
}

.sp_post_galeria_img {
  width: 100%;
  height: auto;
} */

.sp_post_galeria,
.sp-body-gallery {
  column-count: 3;
  column-gap: 5px;
  max-width: 1000px;
  margin: 0 auto;
}

.sp_post_galeria img {
  width: 100%;
  break-inside: avoid;
  /* evita quebras feias */
  margin-bottom: 5px;
}

.sp_post_videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  justify-items: center;
  align-items: center;
}

.sp_post_video {
  max-width: 720px;
  max-height: 480px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.sp_post_video iframe {
  max-width: 720px;
  max-height: 480px;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  div#carouselExampleInterval {
    margin-top: 0 !important;
  }

  .blog_cards_content {
    display: grid;
    grid-template-columns: repeat(2, 300px);
    gap: 25px;
    margin: 0 auto;
  }

  .sp_post_galeria {
    column-count: 2;
    gap: 20px;
  }

  .sp_post_videos {
    grid-template-columns: 1fr;
  }

  .sp_post_video {
    width: 480px;
    height: 360px;
    object-fit: cover;
    aspect-ratio: 16/9;
  }

  .sp_post_video iframe {
    width: 480px;
    height: 360px;
  }
}

@media (max-width: 500px) {
  .blog_cards_content {
    display: grid;
    grid-template-columns: 300px;
    gap: 25px;
    margin: 0 auto;
  }

  .blog_card {
    display: flex;
    flex-direction: column;
    width: fit-content;
    height: 400px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    gap: 20px;
    background-color: var(--color-2);
    color: var(--color-5);
    justify-content: space-between;
    position: relative;
  }

  .rodape-logos-obrigatorias {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .rodape-logos-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
  }

  .autor-site {
    font-size: 10px;
    max-width: 300px;
    width: 100%;
    text-align: center;
  }

  .sp_post_galeria {
    column-count: 1;
    gap: 20px;
  }



  .sp_post_video {
    width: 320px;
    height: 240px;
    object-fit: cover;
    aspect-ratio: 16/9;
  }

  .sp_post_video iframe {
    width: 320px;
    height: 240px;
  }


}

/* Botão de voltar ao topo */
.voltar-ao-topo {
  padding-right: 10px;
  padding-bottom: 10px;
}

.voltar-topo {
  background-color: #0d0d0d;
}

/*Página de Eventos*/

main#tribe-events-pg-template {
  margin-top: 100px !important;
}

.tribe-common.tribe-events.tribe-events-view.tribe-events-view--month {
  margin-top: 100px;
}

a.ect-events-read-more {
  display: none !important;
}

@media (max-width: 500px) {
  main#tribe-events-pg-template {
    margin-top: 125px !important;
  }

  .tribe-common.tribe-events.tribe-events-view.tribe-events-view--month {
    margin-top: 125px;
  }
}

/*Animações*/
@keyframes fade-in {
  0% {
    opacity: 0;
    /*transform: translateY(50%);*/
  }

  100% {
    opacity: 1;
    /*transform: translateY(0);*/
  }
}