:root {
  --primary: 38 71% 56%;
  --secondary: 44 66% 61%;
  --neutral-dark: 345 4% 21%;
}

body {
  background-color: #f3f2ed;
  background-repeat: repeat;
  background-position-y: 390px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a,
label,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
  color: #232323;
}

.berkshire-swash-regular {
  font-family: "Berkshire Swash", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}


.pagination a,
.pagination span {
  padding: 18px;
  border: 1px solid #dddddd !important;
  font-size: 18px !important;
  color: #85796c;
  margin-right: -5px;
  display: inline-block;
}

.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 30px 0;
  padding: 18px 3px 18px 0;
}

.partners > div,
.partners .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* gap: 3px; */
  column-gap: 15px;
}

.partners {
  gap: 2rem;
  padding: 25px;
  border-top: 10px solid #272525;
  background-color: white;
}

.partners > div {
  max-width: 1320px;
  margin-inline: auto;
}

.partners .item {
  width: fit-content;
}

.partners img {
  display: block;

  width: 100%;
  height: 90px;
  /* width: 100px;
  height: 100%; */
  margin-bottom: 10px;

  object-fit: contain;
}

.partners a.bigger img {
  width: 160px;
}

.partners span {
  /* display: block; */
  /* width: 100%; */

  /* padding-left: 2px;
  padding-bottom: 5px; */
  font-family: "Berkshire Swash", serif;
  color: #211e1f;
  font-size: 16px;
  /* font-weight: bold; */
  /* text-transform: uppercase; */
  text-align: center;
}

.logo_div a img {
  width: min(280px, 340px);
  margin-top: 30px;
}

.container_interno :is(p, span, label, li) {
  color: #232323;
  font-size: 14px;
}

input[type="file"] {
  font-size: 12px;
}

input,
textarea,
select {
  outline-color: #272525;
}

.input_default {
  border-radius: 10px;
  background-color: #faebdc;
  border: 1px solid #e6d6bd;
  font-size: 14px;
  width: 100%;
  padding-left: 10px;
  min-height: 40px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
}

textarea {
  padding-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* @font-face {
  font-family: "narkisim";
  src: url("narkisim.ttf") format("truetype");
} */

/* .narkisim,
.narkisim span,
.narkisim p,
.title_interna span,
.title_interna h1 {
  font-family: "narkisim", cursive;
} */

.libre-bodoni,
.libre-bodoni span,
.libre-bodoni p,
.title_interna span,
.title_interna h1 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: url("../images/preloader.gif") center no-repeat white;
}

strong {
  font-weight: 500;
}

footer {
  margin-top: 100px;
  background-color: #f5a21d;
}

.scrollblock {
  position: absolute;
  width: 100%;
  top: 0px !important;
}

.fundo_site {
  font-size: 100px;
  position: absolute;
  z-index: -1;
}

#fundo_left {
  left: -100px;
}

#fundo_right {
  right: -50px;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.form-group {
  margin-bottom: 5px;
}

label {
  font-size: 15px;
  margin-bottom: 3px;
}

textarea {
  height: 105px !important;
}

textarea.textarea_maior {
  height: 175px !important;
}

.form-check {
  margin-bottom: 10px;
  margin-top: 10px;
}

.form-check label {
  line-height: 25px;
  color: #797979;
  font-size: 15px;
}

.form-check-input {
  position: absolute;
  margin: 0 !important;
  left: 3px;
  top: 7px;
}

.form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(244, 143, 75, 0.25);
}

.focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3399ff;
  transition: 0.4s;
}

.efect-div {
  position: relative;
  display: inline-block;
}

button:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

#mapa_rodape {
  width: 100%;
  height: 250px;
}

#cabecalho {
  /* margin-top: 30px; */
  margin-bottom: 80px;
  /* border-bottom: 10px solid #796130; */
}

.red-border {
  height: 10px;
  /* background: -webkit-linear-gradient(left, #ac5f15, #dac260, #ac5f15, #dac260); */
  background: #e41f27;
}

/* .index #cabecalho {
  overflow: hidden;
} */

.rainhas_int {
  margin-bottom: -60px;
  margin-top: -65px;
}

.line18 {
  display: block;
  width: 100%;
  height: 18px;
  background-image: url(../images/swril.png);
  background-size: auto 18px;
}

.index #cabecalho {
  margin-bottom: 0px;
}

.dropdown-menu {
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.dropdown-item {
  padding: 10px 15px;
  color: #232323;
  background-color: transparent;
  border: 0;
  font-weight: 300;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: white;
  background-color: #363435;
}

@keyframes menu1 {
  0% {
    opacity: 0;
    transform: rotateY(-90deg) translateY(30px);
  }

  100% {
    opacity: 1;
    transform: rotateY(0deg) translateY(0px);
  }
}

.nav-item.dropdown.show > .dropdown-menu {
  perspective: 1000px;
}

.nav-item.dropdown.show > .dropdown-menu a {
  opacity: 0;
}

.nav-item.show > .dropdown-menu a {
  animation-name: menu1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.nav-item.show > .dropdown-menu a:nth-child(1) {
  animation-duration: 150ms;
  animation-delay: -75ms;
}

.nav-item.show > .dropdown-menu a:nth-child(2) {
  animation-duration: 300ms;
  animation-delay: 0ms;
}

.nav-item.show > .dropdown-menu a:nth-child(3) {
  animation-duration: 450ms;
  animation-delay: 75ms;
}

.nav-item.show > .dropdown-menu a:nth-child(4) {
  animation-duration: 600ms;
  animation-delay: 150ms;
}

.nav-item.show > .dropdown-menu a:nth-child(5) {
  animation-duration: 750ms;
  animation-delay: 225ms;
}

.nav-item.show > .dropdown-menu a:nth-child(6) {
  animation-duration: 900ms;
  animation-delay: 300ms;
}

.nav-item.show > .dropdown-menu a:nth-child(7) {
  animation-duration: 1050ms;
  animation-delay: 375ms;
}

.nav-item.show > .dropdown-menu a:nth-child(8) {
  animation-duration: 1200ms;
  animation-delay: 450ms;
}

.draw-border {
  transition: color 0.25s 0.0833333333s;
  position: relative;
}

.draw-border::before,
.draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.draw-border::after {
  border-top-width: 2px;
  border-right-width: 2px;
}

.draw-border:hover::before,
.draw-border:hover::after {
  border-color: #796130;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}

.draw-border:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

.container {
  position: relative;
}

.container_cab {
  background-image: url(../images/2025/bg-cabecalho-fif-52.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.container_cab {
  font-family: "Roboto", sans-serif;
}

.container_cab .libre-bodoni {
  text-transform: uppercase;
}

/* .index .container_cab {
  padding: 60px 0 45px 0;
} */

.container_home {
  margin-top: 20px;
  margin-bottom: 50px;
}

#video_inicial_iframe_content {
  margin-top: -135px;
}

.container_noticias {
  margin-bottom: 100px;
}

.container_newsletter {
  background-image: url(../images/2025/bg_newsletter_paralax.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 30px 0 40px 0;
}

.container_mapa {
  background-image: url(../images/2025/bg_mapa.jpg);
  background-size: cover;
  padding: 35px 0;
}

.div_logo {
  display: flex;
  justify-content: space-evenly;
}

.div_logo img,
.redes_rodape {
  display: inline-block;
  vertical-align: middle;
}

.redes_rodape {
  padding: 0 10px;
  margin-left: 10px;
  position: relative;
  text-align: left;
}

.redes_rodape span {
  font-family: "Berkshire Swash", serif;
  display: block;
  font-size: 14px;
  color: #292929;
  text-align: center;
}

.redes_rodape svg {
  color: #292929;
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.redes_rodape svg:hover {
  color: #e41f27;
}

.webde_rodape {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

/* .container_index {
  display: none;
} */

.container_index {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.selo-abrace {
  display: flex;
  justify-content: flex-start;
  margin-right: 2rem;
}

.selo-img {
  width: 130px;
}

.logo-cab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.logo-fif {
  max-width: 560px;
  padding-block: 2rem;
}

.title-cab {
  margin-top: 10px;
}

.img-casal-container {
  display: flex;
  justify-content: flex-end;
}

.img-casal {
  max-width: 530px;
  position: absolute;
  right: -300px;
  top: -125px;
  z-index: 99;
}

.img-rainhas-container {
  display: flex;
  justify-content: flex-start;
}

.img-rainhas {
  max-width: 345px;
  left: -170px;
  top: -155px;
  position: absolute;
  z-index: 0;
}

.index .container_int {
  display: none;
}

.index .container_index {
  display: flex;
  justify-content: center;
  align-items: center;
  /* z-index: 99; */
}

.container_int {
  padding: 15px;
  z-index: 99;
}

#svg_simbolo_logo {
  width: 30px;
  /* color: #975219; */
}
.container_menu {
  background: #f5a21d;
}

.navbar {
  padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #232323;
  font-size: 16px;
  padding: 20px;
  text-decoration: none;
  line-height: 24px;
  font-weight: 300;
}

.navbar-dark .navbar-nav .nav-link:focus {
  text-decoration: none;
  color: #ddd8d8;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #232323;
  cursor: pointer;
}

.subtitle {
  margin-bottom: 25px;
  position: relative;
}

.subtitle h2 {
  font-size: 30px;
  color: #272525;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 50px;
  padding-right: 15px;
}

.subtitle.with_ver .ver_mais {
  position: absolute;
  right: 0;
  top: 18px;
  /*   font-family: "Roboto", sans-serif; */
  font-size: 14px;
  color: #272525;
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* .news-index {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

} */

.news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.news-title {
  font-family: "Berkshire Swash", cursive;
  font-size: 1.5rem;
  margin: 0;
  white-space: nowrap;
}

.news-line {
  flex-grow: 1;
  border-top: 1px dashed #27252580;
  margin: 0 15px;
}

.news-link {
  display: flex;
  align-items: center;
  font-family: "Berkshire Swash", cursive;
  font-size: 1rem;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.news-link a:hover {
  color: #e41f27;
}

.news-link svg {
  margin-right: 5px;
  color: #272525;
  width: 15px;
  height: 15px;
}

.ver_mais {
  display: flex;
  align-items: center;
}

.ver_mais svg {
  color: #272525;
  width: 15px;
  height: 15px;
}

.subtitle.with_ver .ver_mais,
.subtitle.with_ver h2 {
  display: inline-block;
  vertical-align: middle;
  /* background-color: #fffcef; */
}

.subtitle.with_ver .ver_mais:hover {
  color: #27252580;
}

.subtitle.with_ver hr {
  margin-top: -22px;
  margin-bottom: 0;
  border-top: 1px solid #27252580;
  border-style: dotted;
}

#instagram_photos {
  display: inline-block;
  width: 100%;
}

#instagram_photos .foto {
  width: 24.6%;
  float: left;
  margin: 0.2%;
}

.instagram {
  color: #c65e31;
  text-align: center;
}

.instagram h2 {
  color: inherit;
  font-size: 40px;
  margin-top: 0;
  line-height: 100%;
}

.instagram .tag {
  color: #1f1e1f;
  font-size: 18px;
}

.instagram .tag strong {
  font-style: italic;
}

.instagram svg {
  color: inherit;
  height: 30px;
  width: 30px;
}

.container_newsletter {
  text-align: center;
  color: white;
}

.container_newsletter p {
  color: inherit;
  font-weight: 300;
}

.container_newsletter .title {
  color: inherit;
  margin-bottom: 10px;
}

.container_newsletter .title svg {
  color: inherit;
  width: 45px;
  height: 40px;
  margin-right: 10px;
}

.container_newsletter .title h2 {
  color: inherit;
  font-size: 30px;
  margin: 0;
}

.container_newsletter .title svg,
.container_newsletter .title h2 {
  display: inline-block;
  vertical-align: middle;
}

.news_inputs ::-webkit-input-placeholder {
  color: #ffffff;
}

.news_inputs :-moz-placeholder {
  color: #ffffff;
}

.news_inputs ::-moz-placeholder {
  color: #ffffff;
}

.news_inputs :-ms-input-placeholder {
  color: #ffffff;
}

.news_inputs input,
.news_inputs button[type="submit"] {
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
}

.news_inputs input {
  display: inline-block;
  background-color: #e88488;
  border: none;
  padding-left: 8px;
  height: 45px;
  font-weight: 300;
  width: 100%;
  max-width: 260px;
  margin: 0 5px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
}

.news_inputs button[type="submit"] {
  color: #ffffff;
  height: 45px;
  background-color: #e41f27;
  border: none;
  box-shadow: none;
  font-size: 16px;
  width: 140px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news_inputs button[type="submit"]:hover {
  /* background-color: #e41f27; */
}

.container_mapa {
  text-align: center;
  color: white;
}

.container_mapa p {
  color: #232323;
  font-weight: 500;
  margin-bottom: 30px;
}

.container_mapa .title {
  color: #f5a21d;
}

.container_mapa .title svg {
  width: 30px;
  height: 40px;
  margin-bottom: 5px;
}

.container_mapa .title h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}

.container_mapa .title svg,
.container_mapa .title h2 {
  display: inline-block;
  vertical-align: middle;
  color: #272525;
}

.container_mapa .link_rota {
  display: inline-block;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 25px;
  border: 2px solid #e41f27;
  background-color: #e41f27;
  border-radius: 50px;
}

.link_rota:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(217, 163, 0, 0.35) inset;
  -moz-box-shadow: 0px 0px 10px rgba(217, 163, 0, 0.35) inset;
  box-shadow: 0px 0px 10px rgba(217, 163, 0, 0.35) inset;
}

.vetor_logo {
  display: inline-block;
  vertical-align: middle;
}

.vetor_logo svg {
  height: 20px;
  width: 20px;
  color: white;
  float: left;
  margin-right: 20px;
}

.noticia_index {
  position: relative;
  display: inline-block;
  width: 100%;
}

.noticia_index .img-content {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #e4d6c2;
}

.noticia .foto_content {
  display: block;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.noticia .foto_content:after,
.noticia_index .img-content:after {
  content: "";
  height: 1px;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.noticia:hover .foto_content:after,
.noticia_index a:hover .img-content:after {
  background: rgba(0, 0, 0, 0.33);
  height: calc(100% - 13px);
  width: calc(100% - 13px);
  left: 6px;
  top: 6px;
}

.data_noticia {
  background-color: #f5a21d;
  padding: 10px;
  color: white;
  position: absolute;
  left: 13px;
  bottom: 13px;
  font-size: 13px;
  line-height: 100%;
  z-index: 2;
}

.noticia_index h3 {
  font-size: 22px;
}

.noticia_index h3,
.listagem_foto_texto .noticia:hover h2 {
  color: #232323;
}

.noticia a:hover h3,
.listagem_foto_texto .noticia:hover h2 {
  color: #e41f27;
}

.noticia_index.noticia p,
.italic_14,
.italic_16 {
  color: #e41f27;
  font-size: 14px;
  font-style: italic;
}

.italic_16 {
  font-size: 16px;
}

.noticias_direita .img-content {
  width: 50%;
  float: left;
  margin-right: 10px;
}

.noticias_direita .noticia h3 {
  font-size: 18px;
}

.noticias_direita .noticia p {
  font-size: 13px;
}

.compartilhar {
  padding: 10px 0;
  border-top: 1px solid #d3cdc9;
  border-bottom: 1px solid #d3cdc9;
  margin-bottom: 30px;
}

.compartilhar span,
.compartilhar svg {
  display: inline-block;
  vertical-align: middle;
}

.compartilhar span {
  color: #e41f27;
  font-size: 13px;
}

.compartilhar svg {
  color: #b7aea6;
  height: 28px;
  width: 28px;
}

.compartilhar a:hover svg {
  color: #363435;
  cursor: pointer;
}

.quando_evento {
  /* padding-right: 250px; */
  display: inline-block;
  width: 100%;
  position: relative;
}

#contagem {
  border: 2px solid #e41f27;
  border-radius: 8px;
  margin-top: 10px;
  margin-left: 10px;
}

/* .diversidade_div img {
  max-width: 390px;
  max-height: 120px;
} */

.diversidade_div p {
  width: 100%;
  margin: 0 auto;
  padding: 5px 15px;
  border-radius: 10px;
  color: #363435;
  line-height: 1;
  text-align: center;
}
.diversidade_div > p {
  color: #363435;
  line-height: 1;
  font-size: 30px;
  font-family: "Domine", serif;
  text-align: center;
}

.diversidade_div span {
  font-size: 48px;
  font-family: "Great Vibes", cursive;
}

.data_festival {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-height: 144px;
  margin: 20px 0;
  padding: 15px;
  border: 3px dashed #373334;
}

.data_festival :is(p, h2) {
  font-size: 15px;
  color: #373334;
}

.data_festival .item {
  display: flex;
  margin-block: 5px;
  align-items: center;
  justify-content: center;
}

.data_festival .item svg {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  color: hsl(var(--primary));
}

.data_festival .item h2 {
  float: right;
  font-size: 19px;
  line-height: 180%;
}

.data_festival .item p {
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
}

.diversidade_div .cta-yellow {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 15px;

  border-radius: 10px;

  color: #363435;
  font-size: 20px;

  background: #ffa901;
}

.cab_tempo {
  display: block;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* margin-top: -20px; */
  /* background-color: #fffcef; */
  /* background: url("../images/fundos/bg-site.jpg"); */
}

.bussola_count {
  height: 20px;
  width: 15px;
  color: #272525;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

.titulo_count {
  font-family: "Berkshire Swash", serif;
  font-size: 24px;
  color: #272525;
  display: inline-block;
  vertical-align: middle;
}

.title-cab {
  color: #272525;
  font-size: 32px;
  font-weight: bold;
}

.logo-cab {
  flex-direction: column;
  align-items: center;
}
.content_numeros {
  /* border: 2px solid #e41f27;
  border-radius: 50px; */
  text-align: center;
  /* font-size: 20px;
  padding: 0.5rem; */
  /* /* letter-spacing: 1.2px; */
}
.button-content h4 {
  border: 2px solid #e41f27;
  background-color: #e41f27;
  border-radius: 90px;
  color: #ffffff;
  max-width: max-content;
  margin: auto;
  padding: 0.5rem 2rem;
}
.spaced-bar {
  margin-left: 26px;
  margin-right: 26px;
  color: #ffffff;
}
.selo-abrace {
  justify-content: center;
  align-items: center;
}
.selo-abrace img {
  max-height: 150px;
}

.faixa {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: center;
  background: #e41f27;
  padding: 10px 0;
  position: relative;
}

.faixa svg {
  width: 25px;
  height: 25px;
  color: white;
}

.faixa p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
}

.faixa .faixa-texto {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.faixa2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 10px 0;
  width: 100%;
  gap: 1rem;
  background-color: #f5a21d;
  position: relative;
}

.faixa2 p {
  color: #272525;
  margin: 0;
}

.button-content {
  text-align: center;
  margin-top: 20px;
}

.content_numeros .item {
  font-weight: 400;
  color: #e41f27;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  padding: 15px 12px;
  padding-top: 0;
  position: relative;
}

.content_numeros .item:after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #e41f27;
  position: absolute;
  top: 15px;
  right: 0;
}

.content_numeros .item:last-child:after {
  display: none;
}

.content_numeros .item span {
  font-family: "Berkshire Swash", serif;
  font-weight: 400;
  color: #e41f27;
  font-size: 33px;
  display: inline-block;
}

#video_inicial_iframe_content {
  border: 4px solid #f9f1e6;
  outline: 2px solid #363435;
  display: inline-block;
  width: 100%;
}

#video_inicial_iframe {
  float: left;
  width: 100%;
  height: 280px;
}

.content-iframe-face {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 475px;
}

#face_inicial_iframe {
  border: none;
  overflow: hidden;
  height: 310px;
  width: 100%;
}

.title_interna {
  margin-bottom: 50px;
}

.title_interna span {
  font-size: 34px;
  color: #232323;
  display: inline-block;
  line-height: 100%;
}

.title_interna h1,
.title_interna .titulo {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 50px;
  color: #272525;
  line-height: 100%;
  display: block;
}

.listagem_galeria_fotos .item {
  position: relative;
  overflow: hidden;
  width: calc(100% / 3);
  display: inline-block;
  float: left;
}

.listagem_galeria_fotos .item.item_double {
  width: calc(200% / 3);
}

.listagem_galeria_fotos .item a {
  background-image: url(../images/galeria_default.jpg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  height: 270px;
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 50;
}

.listagem_galeria_fotos .item a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 66%;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, transparent 0%, #3c1a1a 100%);
  background: -webkit-linear-gradient(top, transparent 0%, #3c1a1a 100%);
  background: linear-gradient(to bottom, transparent 0%, #3c1a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#3C1A1A', GradientType=0);
  z-index: -1;
}

.listagem_galeria_fotos .item a span,
.listagem_galeria_fotos .item a svg {
  color: white;
  display: inline-block;
  vertical-align: middle;
}

.listagem_galeria_fotos .item a span {
  font-size: 15px;
  text-shadow: 2px 2px 2px #000;
}

.listagem_galeria_fotos .item a span strong {
  display: inline-block;
  min-height: 42px;
}

.listagem_galeria_fotos .item a svg {
  height: 15px;
  width: 19px;
}

.listagem_galeria_fotos .item a .line {
  width: 60px;
  height: 4px;
  background-color: #363435;
  display: block;
  margin: 3px 0;
}

.listagem_galeria_fotos .item a .infos {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.capa_interna {
  width: 55%;
  height: auto;
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}

#iframe_interna {
  height: 350px;
}

.busca_central {
  background-color: #f3f0e2;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 75px;
}

.busca_central input::-webkit-input-placeholder {
  color: #232323;
}

.busca_central input:-moz-placeholder {
  color: #232323;
}

.busca_central input::-moz-placeholder {
  color: #232323;
}

.busca_central input:-ms-input-placeholder {
  color: #232323;
}

.busca_central input,
.busca_central button,
button.submit_default {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.busca_central input {
  font-size: 15px;
  color: #232323;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d3cdc9;
  padding-left: 8px;
  font-weight: 300;
  width: 100%;
  max-width: 370px;
  padding: 0 15px;
  text-align: center;
  margin-right: 20px;
}

.busca_central button,
button.submit_default {
  border-radius: 10px;
  background-color: #e41f27;
  border: 1px solid #e41f27;
  box-shadow: none;
  font-size: 14px;
  color: white;
  max-width: 175px;
  width: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) inset;
}

.busca_central button:not(:disabled):hover,
button.submit_default:not(:disabled):hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35) inset;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35) inset;
}

.listagem_foto_texto .noticia {
  border-bottom: 1px solid #e7d3be;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.listagem_foto_texto .noticia:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.listagem_foto_texto .foto,
.listagem_inscricoes .foto {
  display: block;
  float: left;
  width: 48%;
  position: relative;
  overflow: hidden;
}

.listagem_grupos .foto {
  width: 34%;
  margin-right: 20px;
  margin-bottom: 10px;
}

.listagem_foto_texto .foto.foto_right,
.listagem_inscricoes .foto.foto_right {
  float: right;
}

.listagem_foto_texto .texto,
.listagem_inscricoes .texto {
  display: inline-block;
  width: 52%;
  padding: 30px;
}

.inscreva_se {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid white;
  border-radius: 7px;
  padding: 10px 30px;
  margin: 15px 0;
}

.inscreva_se:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4) inset;
}

.text-content {
  font-size: 15px;
}

.listagem_grupos h2 {
  font-size: 24px;
}

.listagem_grupos.listagem_informacoes h2 {
  font-size: 20px;
}

.text-content li {
  display: block;
  position: relative;
}

.text-content li:before {
  content: "- ";
}

.text-content ol,
.text-content ul {
  padding-left: 0;
}

.listagem_grupos .texto {
  width: 100%;
  padding: 0;
}

.listagem_grupos .link_rede_social svg {
  height: 28px;
  width: 28px;
  color: #736669;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.link_rede_social:hover svg {
  color: #854a33;
}

.listagem_inscricoes .inscricao .foto {
  width: 57%;
}

.listagem_inscricoes .inscricao .texto {
  width: 43%;
  margin-top: 70px;
  padding: 0 30px;
}

.listagem_foto_texto .noticia .texto h2 {
  font-size: 22px;
  margin-bottom: 13px;
}

.listagem_foto_texto .noticia .texto p {
  margin-bottom: 0;
  font-style: italic;
}

.inscricao .texto,
.inscricao .texto a,
.inscricao .texto h2,
.inscricao .texto span {
  color: white;
}

.inscricao .texto h2 {
  font-size: 25px;
  margin-bottom: 0;
}

.inscricao .texto span {
  font-style: italic;
  font-size: 16px;
}

.inscricao.grupos {
  background: #a0282e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5a21d 0%, #a0282e 100%);
  background: -webkit-linear-gradient(top, #f5a21d 0%, #a0282e 100%);
  background: linear-gradient(to bottom, #f5a21d 0%, #a0282e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5a21d', endColorstr='#a0282e', GradientType=0);
}
.inscricao.artesanato {
  background: #f5a21d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9c181f 0%, #f5a21d 100%);
  background: -webkit-linear-gradient(top, #9c181f 0%, #f5a21d 100%);
  background: linear-gradient(to bottom, #9c181f 0%, #f5a21d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9C181F', endColorstr='#F5A21D', GradientType=0);
}

.inscricao.alimentacao {
  background: #f5a21d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8b1a1f 0%, #f5a21d 100%);
  background: -webkit-linear-gradient(top, #8b1a1f 0%, #f5a21d 100%);
  background: linear-gradient(to bottom, #8b1a1f 0%, #f5a21d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b1a1f', endColorstr='#F5A21D', GradientType=0);
}

.inscricao.monitores {
  background: #f5a21d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9c181f 0%, #f5a21d 100%);
  background: -webkit-linear-gradient(top, #9c181f 0%, #f5a21d 100%);
  background: linear-gradient(to bottom, #9c181f 0%, #f5a21d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9C181F', endColorstr='#F5A21D', GradientType=0);
}

.data_noticia.data_int {
  position: relative;
  left: unset;
  bottom: unset;
  z-index: 1;
  display: inline-block;
  margin: 20px 0;
  color: white;
}

.player_listagem_noticias {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 10;
}

.listagem_videos .video {
  border: 1px solid #e4d6c2;
  margin-bottom: 30px;
  position: relative;
}

.listagem_videos .texto_video {
  background-color: #f0e6ce;
  padding: 20px;
  float: left;
  width: 100%;
}

.iframe_galeria_videos {
  width: 100%;
  height: 230px;
  float: left;
}

.listagem_videos .data_int {
  margin-top: 0;
  margin-bottom: 15px;
}

.listagem_videos .video h2 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #232323;
  min-height: 36px;
}

.listagem_videos .video p {
  font-size: 13px;
  color: #e41f27;
  margin: 0;
  font-style: italic;
}

.listagem_datas {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.listagem_datas .item {
  background-color: #f5a21d;
  float: left;
  color: #272525;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 98px;
  display: inline-block;
  margin-right: 3px;
}

.listagem_datas .btn-2:hover {
  color: white;
  font-weight: 600;
}

.listagem_datas .item.active {
  background-color: #272525;
  font-weight: 600;
  color: white;
}

.listagem_datas .item span {
  color: inherit;
}

#dragNavigation {
  width: 100%;
  position: relative;
  height: 2px;
  background-color: ;
  margin-bottom: 75px;
}

#buttonDrag {
  display: block;
  position: absolute;
  left: 0;
  top: -12px !important;
  background-image: url(../images/navegador_programacao.png);
  height: 25px;
  width: 50px;
  cursor: move;
}

#instrucaoMover {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 14px;
}

#tabProgramacao {
  border-bottom: none;
}

#tabProgramacaoContent .conteudo .titulo {
  font-size: 17px;
  color: #272525;
  font-weight: 600;
  min-height: 55px;
  margin-bottom: 0;
}

.conteudo .data small {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

#mapa_rota {
  width: 100%;
  height: 450px;
}

.inset_rgba {
  outline: 10px solid rgba(240, 230, 206, 0.4);
  outline-offset: -10px;
}

.proximidades h2 {
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0 0 0;
  color: #232323;
}

.proximidades .item span {
  font-size: 14px;
  font-style: italic;
  margin: 10px 0;
  color: #232323;
}

.proximidades .item svg {
  height: 20px;
  width: 15px;
  color: #c7772e;
  margin-right: 2px;
}

.inline_middle {
  display: inline-block !important;
  vertical-align: middle !important;
}

hr.grey {
  border-top-color: #e2e2e2;
}

.container_interno hr {
  border-top-color: #d3cdc9;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mfp-bg {
  background: #422909;
}

img.mfp-img {
  padding: 0;
  margin: 20px auto;
  border: 1px solid white;
}

.mfp-figure {
  -webkit-transform: scale(0.9) translate(-3%, -3%);
  -moz-transform: scale(0.9) translate(-3%, -3%);
  -ms-transform: scale(0.9) translate(-3%, -3%);
  -o-transform: scale(0.9) translate(-3%, -3%);
  transform: scale(0.9) translate(-3%, -3%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  /* opacity: 0.5; */
}

.mfp-figure.loaded {
  -webkit-transform: scale(1) translate(0, 0);
  -moz-transform: scale(1) translate(0, 0);
  -ms-transform: scale(1) translate(0, 0);
  -o-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  opacity: 1;
}

.mfp-bottom-bar {
  margin-top: 0;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 5px;
  text-shadow: 1px 1px 1px #000;
}

.transition {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.no_pad {
  padding: 0;
}

a:hover,
a:focus,
a {
  color: inherit;
  text-decoration: none;
}

.animated.fast {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay-1 {
  animation-delay: 0.25s;
}

.delay-2 {
  animation-delay: 0.5s;
}

.delay-3 {
  animation-delay: 0.75s;
}

.delay-4 {
  animation-delay: 1s;
}

.delay-5 {
  animation-delay: 1.25s;
}

.delay-6 {
  animation-delay: 1.5s;
}

.delay-7 {
  animation-delay: 1.75s;
}

.delay-8 {
  animation-delay: 2s;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-10 {
  margin-bottom: 10px;
}

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

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-85 {
  margin-bottom: 85px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.m-b-95 {
  margin-bottom: 95px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.authorization {
  display: flex;
  gap: 0.5rem;
}

.facebook-iframe-container {
  width: 100%;
  max-width: 500px; 
  margin: 0 auto;  
}


@media (min-width: 768px) {
  /* .redes_rodape:before {
    content: "";
    display: block;
    width: 2px;
    height: 55px;
    background-color: #E41F27;
    position: absolute;
    left: -2px;
    top: 8px;
  } */

  .btn-2 {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
  }

  .btn-2:hover {
    background-color: transparent;
  }

  .btn-2:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    top: -127px;
    left: 150px;
    transform: rotate(45deg);
    background-color: #232323;
    transition: all 0.3s ease-in-out;
    z-index: -1;
  }

  .btn-2:hover:before {
    left: 0;
  }

  .btn-2:after {
    content: "";
    position: absolute;
    top: -127px;
    left: -500px;
    width: 300px;
    height: 300px;
    transform: rotate(45deg);
    background-color: #232323;
    transition: all 0.9s ease-in-out;
    z-index: -1;
  }

  .btn-2:hover:after {
    left: 0;
  }

  .dropdown-menu a {
    background: #f5a21d;
  }

  .ver_mais svg:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 2px;
  }

  /* .ver_mais:hover:before {
    content: url(../images/ver_mais_hover.png);
  } */

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

  .index .logo_div img {
    width: min(280px, 340px);
    margin-top: 30px;
  }

  .navbar-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .nav-item {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .container_cab {
    /* background-color: #f3f2ed; */
    background-image: url(../images/2025/bg-cabecalho-fif-52.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 50px 0;
    padding: 120px 0 90px 0;
    position: relative;
  }

  .noticia .foto_content img {
    min-height: 270px;
    max-width: 370px;
  }

  .proximidades img {
    min-width: 272px;
  }

  .listagem_foto_texto .noticia .texto.texto_left {
    padding-left: 80px;
  }

  .busca_central input {
    max-width: 530px;
  }

  .listagem_videos .texto_video {
    min-height: 172px;
  }

  .listagem_fotos img {
    width: 100%;
  }

  .capa_interna {
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .listagem_galeria_fotos .item a:hover {
    background-size: 110%;
  }

  .listagem_datas .content {
    position: relative;
    width: 1000000px;
  }
}

@media (max-width: 1199px) {
  .quando_evento:after {
    display: none;
  }

  .listagem_datas {
    margin-bottom: 30px;
  }

  .listagem_datas .item {
    margin: 0 5px 5px 0;
    float: left;
  }

  .nav-tabs .nav-item {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .container_cab .after {
    position: absolute;
    top: 34%;
    right: 0rem;
    transform: translateY(-50%);
    z-index: 1;

    max-width: 380px;
    max-height: 350px;
    height: 80%;
    width: 100%;

    object-fit: contain;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-image: url(../images/fundos-23/img-cab-01.png); */
  }
  #tabProgramacaoContent:after {
    content: "";
    position: absolute;
    right: 0;
    top: 39px;
    width: calc(100% - 162px);
    height: 40px;
    border-top: 1px solid #d3cdc9;
    border-left: 1px solid #d3cdc9;
  }

  #tabProgramacaoContent:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/fundos-23/logo_programacao2.png);
    background-size: cover;
    height: 320px;
    width: 324px;
  }

  #tabProgramacaoContent .conteudo {
    margin-bottom: 50px;
    position: relative;
    min-height: 350px;
    padding-left: 360px;
  }

  #tabProgramacaoContent .conteudo .data {
    width: 160px;
    text-align: center;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: white;
    position: absolute;
    left: 82px;
    top: 135px;
    line-height: 100%;
  }

  /* .partners > div,
  .partners .item {
    justify-content: unset;
  } */

  /* .partners > div {
    gap: 0;
  } */

  .partners span {
    text-align: left;
    font-family: "Berkshire Swash", serif;
  }

  .item a {
    gap: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #cabecalho {
    margin-top: 80px;
  }
  .container_int {
    /* padding: 30px; */
    padding: 70px;
  }

  .img-casal-container {
    display: none;
  }

  .img-rainhas-container {
    display: none;
  }

  #tabProgramacaoContent:after {
    width: calc(100% - 128px);
  }

  #tabProgramacaoContent:before {
    height: 250px;
    width: 254px;
  }

  #tabProgramacaoContent .conteudo {
    min-height: 280px;
    padding-left: 280px;
  }

  #tabProgramacaoContent .conteudo .data {
    width: 160px;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    left: 47px;
    top: 103px;
  }

  .data_festival .item h2 {
    font-size: 20px;
  }

  .data_festival .item p {
    font-size: 14px;
  }

  .conteudo .data small {
    font-size: 13px;
  }

  .content_numeros .item span {
    font-size: 22px;
  }

  .titulo_count {
    font-size: 18px;
  }

  .listagem_inscricoes .inscricao .texto {
    margin-top: 50px;
  }

  .listagem_galeria_fotos .item a span,
  .listagem_galeria_fotos .item a span strong {
    font-size: 13px;
  }

  .listagem_galeria_fotos .item a {
    height: 225px;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
  }

  .quando_evento {
    /* padding-right: 135px; */
  }

  .quando_evento h2,
  .subtitle h2,
  .instagram h2,
  .container_newsletter .title h2,
  .container_mapa .title h2 {
    font-size: 32px;
  }

  #video_inicial_iframe {
    height: 207px;
  }
}

@media (max-width: 991px) {

  .col-face {
    margin-top: 20px; 
  }
  
  .facebook-iframe-container {
    width: 100%; 
  }
  
  .facebook-iframe-container iframe {
    width: 100% !important; 
  }

  .container_cab {
    padding: 50px 0 0 0;
  }
  .proximidades .item {
    text-align: center;
    margin-bottom: 30px;
  }

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

  .quando_evento {
    padding-right: 0;
  }

  .faixa,
  .faixa2 {
    flex-direction: column;
    gap: 5px;
  }

  .faixa2 {
    display: none;
  }

  .faixa svg {
    margin: 5px 0;
  }

  .content_numeros {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* #cabecalho {
    margin-top: 90px;
  } */

  .img-casal-container {
    display: none;
  }
  .img-rainhas-container {
    display: none;
  }

  .logo-fif {
    max-width: 450px;
  }

  .content_numeros .item span {
    font-size: 22px;
  }

  .titulo_count {
    font-size: 18px;
  }

  .listagem_foto_texto .texto {
    padding-top: 0 !important;
  }

  .data_noticia.data_int {
    margin-top: 0;
  }

  .inscricao .texto h2 {
    font-size: 20px;
  }

  .listagem_inscricoes .inscricao .texto {
    margin-top: 25px;
  }

  .inscreva_se {
    font-size: 13px;
    padding: 10px 22px;
  }

  .listagem_datas .item {
    width: 92px;
  }

  #iframe_interna {
    height: 300px;
  }

  .listagem_galeria_fotos .item a span,
  .listagem_galeria_fotos .item a span strong {
    font-size: 12px;
    min-height: 0;
  }

  .listagem_galeria_fotos .item a {
    height: 168px;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 20px 6px;
    font-size: 14px;
  }

  .quando_evento h2,
  .subtitle h2,
  .instagram h2,
  .container_newsletter .title h2,
  .container_mapa .title h2 {
    font-size: 32px;
  }

  #video_inicial_iframe {
    height: 150px;
  }

  .bussola_count {
    display: none;
  }

  .index .logo_div {
    margin-top: 15px;
  }

  .content_numeros .item span {
    font-size: 25px;
  }

  .data_noticia {
    padding: 7px;
    left: 10px;
    bottom: 10px;
    font-size: 12px;
  }

  #instagram_photos .foto {
    width: 32%;
    margin: 1.2%;
  }

  #instagram_photos .content_foto_04 {
    display: none;
  }

  .news_inputs input {
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .img-rainhas-container,
  .img-casal-container {
    display: none;
  }

  .logo-fif {
    max-width: 280px;
    margin-top: 5rem;
    margin-inline: auto;
  }

  .redes_rodape {
    margin-bottom: 25px;
    margin-left: 0;
  }

  #content-iframe-face iframe {
    max-width: 100%;
  }

  .data_festival .item {
    flex-direction: column;
    align-items: center;
    justify-self: center;
  }

  .data_festival .item h2 {
    font-size: 24px;
  }

  .data_festival .item p {
    font-size: 18px;
  }

  .div_logo img {
    margin-bottom: 30px;
  }

  .rainhas_int {
    display: none !important;
  }

  .navbar-brand img {
    height: 50px;
  }

  .container_menu {
    border-bottom: 1px solid #f5a21d;
  }

  #video_inicial_iframe_content {
    display: none;
  }

  #tabProgramacaoContent .conteudo .titulo {
    min-height: 0;
    margin-bottom: 15px;
  }

  .data_noticia.data_int {
    margin-top: 0;
  }

  .listagem_foto_texto .foto,
  .listagem_foto_texto .texto {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
  }

  .listagem_foto_texto .informacao {
    margin-bottom: 30px;
  }

  .inscricao_interna h2,
  .inscricao_interna h3 {
    font-size: 22px;
  }

  .hidden-xs {
    display: none !important;
  }

  .busca_central {
    margin-bottom: 30px;
  }

  .listagem_inscricoes .inscricao .foto,
  .listagem_inscricoes .inscricao .texto {
    width: 100%;
    margin: 0;
    padding: 15px;
  }

  .inscreva_se {
    padding: 10px 15px;
    font-size: 13px;
  }

  .inscricao .texto h2 {
    font-size: 20px;
  }

  .listagem_datas .nav-item {
    width: 33.3%;
    float: left;
  }

  .listagem_datas .item {
    width: 99%;
    margin: 0.5%;
    float: left;
    height: 35px;
    line-height: 35px;
  }

  .capa_interna {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 30px;
    margin-left: 0;
  }

  #iframe_interna {
    height: 300px;
  }

  .listagem_galeria_fotos .item,
  .listagem_galeria_fotos .item.item_double {
    width: 50%;
  }

  .listagem_galeria_fotos .item.item_double a {
    background-size: 200%;
  }

  .listagem_galeria_fotos .item a {
    height: 168px;
  }

  .listagem_galeria_fotos .item a span,
  .listagem_galeria_fotos .item a span strong {
    font-size: 11px;
  }

  .container_cab {
    padding: 15px 0;
  }

  .data_festival {
    font-size: 28px;
  }

  .subtitle {
    text-align: center;
  }

  .subtitle.with_ver .ver_mais,
  .subtitle.with_ver h2 {
    background: none;
  }

  .subtitle.with_ver h2 {
    padding-right: 0;
  }

  .subtitle.with_ver .ver_mais {
    display: block;
    float: none;
    position: relative;
    top: unset;
  }

  .subtitle.with_ver hr {
    display: none;
  }

  .ministerio_apresenta {
    padding: 0 25px;
    background-color: #f9eee1;
    color: #1f1e1f;
    font-size: 9px;
    text-align: center;
  }

  .noticias_direita .noticia_index h3 {
    font-size: 16px;
  }

  .navbar-collapse {
    max-height: 348px;
    overflow: scroll;
  }

  .vetor_logo {
    display: none;
  }

  footer {
    margin-top: 40px;
  }

  .navbar {
    padding: 7px 0;
  }

  .navbar-nav {
    padding: 20px;
  }

  .navbar-dark .navbar-toggler,
  .navbar-dark .navbar-toggler:focus {
    background-color: transparent;
    border-color: #f8deaf;
    border-radius: 0;
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 0;
    border-right: none;
    text-align: right;
  }

  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
  }

  .dropdown-item.active,
  .dropdown-item:active,
  .dropdown-item {
    text-align: right;
    color: #232323;
  }

  .quando_evento h2,
  .subtitle h2,
  .instagram h2,
  .container_newsletter .title h2,
  .container_mapa .title h2 {
    font-size: 30px;
  }

  .quando_evento h2 {
    text-align: center;
    margin: 0 0 30px 0;
  }

  #video_inicial_iframe {
    height: 285px;
  }

  .titulo_count {
    font-size: 14px;
  }

  .content_numeros .item {
    font-size: 10px;
    padding: 15px 8px;
  }

  .content_numeros .item span {
    font-size: 25px;
  }

  .data_noticia {
    padding: 7px;
    left: 10px;
    bottom: 10px;
    font-size: 12px;
  }

  #face_inicial_iframe {
    margin-bottom: 30px;
  }

  #instagram_photos .foto {
    width: 32%;
    margin: 1.2%;
  }

  #instagram_photos .content_foto_04 {
    display: none;
  }

  .container_newsletter {
    background-image: url(../images/2025/bg_newsletter_paralax_768.jpg);
  }

  .news_inputs {
    text-align: center;
  }

  .news_inputs input {
    max-width: 250px;
    margin: 5px 0;
  }

  .container_mapa {
    background-image: url(../images/2025/bg_mapa.jpg);
  }

  .webde_rodape {
    position: relative;
    display: inline-block;
    right: unset;
    bottom: unset;
  }

  .container_noticias {
    margin-bottom: 50px;
  }

  .noticias_direita .noticia_index {
    margin-top: 15px;
  }

  .div_redes {
    margin: 20px 0;
  }

  .noticia_index p {
    display: none;
  }

  .diversidade_div {
    text-align: center;
  }

  .logo_div,
  .index .logo_div {
    display: none;
  }
}

@media (max-width: 575px) {
  #video_inicial_iframe {
    height: 190px;
  }
}

@media (max-width: 490px) {
  .listagem_galeria_fotos .item a {
    background-size: 200%;
  }

  .listagem_galeria_fotos .item.item_double a {
    background-size: 400%;
  }
}

@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes moveFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media print {
  body {
    padding-top: 0 !important;
  }
}
