body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* FONTS UTILIZADAS */

@font-face {
  font-family: "GothamRegular";
  src: url("../font/Gotham%20Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamBold";
  src: url("../font/GothamBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}



@font-face {
  font-family: GudariakRegular;
  src: url("../font/Gudariak-Regular.ttf");
}

@font-face {
  font-family: PreloBold;
  src: url("../font/Prelo-Bold.ttf");
}

@font-face {
  font-family: HagridItalic;
  src: url("../font/Hagrid-Italic-trial.ttf");
}

@font-face {
  font-family: HagridRegular;
  src: url("../font/Hagrid-Regular-trial.ttf");
}

@font-face {
  font-family: HagridTextExtraboldItalic;
  src: url("../font/Hagrid-Text-Extrabold-Italic-trial.ttf");
}

@font-face {
  font-family: HagridTextExtrabold;
  src: url("../font/Hagrid-Text-Extrabold-trial.ttf");
}

/* FIM FONTS UTILIZADAS */
h1 {
  position: initial;
  height: auto;
  line-height: initial;
}

h1.titulo {
  margin-top: 3rem; /* ajuste fino: 2rem, 3rem, 4rem */
  margin-bottom: 2.5rem; /* ajuste fino: 2rem, 3rem, etc */
  font-size: 55px;
  text-align: center;
  text-transform: uppercase;
  font-family: HagridTextExtraBold;
}

h2 {
  font-family: HagridTextExtraBold;
}

#logo-principal-carnaval img {
  height: 229px;
  position: absolute;
  top: 2%;
  left: 39%;
  cursor: pointer;
}

/* PAGINA PRINCIPAL */

.texto-banner h1 {
  font-family: HagridTextExtraBold;
  font-size: 35px;
  line-height: 35px;
}

.btn-programacao {
  background-color: #ec0776;
  color: #fff200;
  font-size: 25px;
  font-family: HagridTextExtraBold;
  font-weight: 700;
  padding: 15px;
  margin-bottom: 1rem;
}

.descricao-circuito {
  font-weight: 600;
  color: #fff;
}

.btn-programacao:hover {
  background-color: #920449;
  color: #fff200;
}

.texto-banner {
  transform: translateX(100px) rotate(-5deg) translateY(-15px);
}

#texto-1-banner {
  color: #265caa;
}

#texto-2-banner {
  color: #029047;
}

#texto-3-banner {
  color: #ed145b;
}

#botao-pesquisar {
  color: black;
  font-size: small;
}

#botao-pesquisar:hover {
  color: white;
}

.lupa:hover {
  border: none;
}

#apresentacao {
  background-image: url("../img/bg/bg_01.png");
  background-size: cover !important;
}

#divulgacao-whatsapp {
  background-image: url("../img/bg/tarja_rosa.png");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  min-width: 150px;
  display: flex;
}

#divulgacao-whatsapp h2 {
  /* color: #040708; */
  font-size: 26px;
  font-weight: bold;
}

/* Área com respiro em cima/baixo (margem interna da faixa) */
#divulgacao-whatsapp{
  padding: 16px 0; /* margem superior/inferior */
}

/* Link vira bloco e fica clicável sem “gap” */
#divulgacao-whatsapp .zap-link{
  display: inline-block;
}

/* Imagens com tamanho proporcional e menor, sem distorcer */
#divulgacao-whatsapp .zap-link img{
  display: block;
  height: auto !important;   /* mantém proporção */
  width: 100%;
  max-width: 680px;          /* ajuste fino (desktop) */
}

/* Mobile: controla o tamanho máximo do botão mobile */
@media (max-width: 767.98px){
  #divulgacao-whatsapp{
    padding: 10px 0;
  }

  #divulgacao-whatsapp .zap-link img{
    max-width: 300px;        /* ajuste fino (mobile) */
  }
}


/* Centraliza o conteúdo dentro da faixa rosa */
#divulgacao-whatsapp .container{
  display: flex;
  justify-content: center;  /* centraliza na horizontal */
  align-items: center;      /* centraliza na vertical (se tiver altura) */
}

/* Desktop: centraliza e mantém responsivo */
#divulgacao-whatsapp img.d-md-block{
  display: block;       /* mata “inline gap” */
  margin: 0 auto;       /* centraliza */
  height: auto !important; /* NÃO prende em 100px */
  max-width: 100%;      /* nunca estoura */
}



.pandeiro-img {
  position: absolute;
  top: -10%;
  width: 15%;
  right: 35%;
}

.fita-preta-img {
  position: absolute;
  bottom: -15%;
  width: 15%;
  right: 45%;
}

/* #principais-circuitos-palcos img {
  height: 238px;
} */

#principais-circuitos-palcos .circuito-img {
  max-width: 60%;
  margin-top: 3rem; /* ajuste fino: 2rem, 3rem, 4rem */
  margin-bottom: 2.5rem; /* ajuste fino: 2rem, 3rem, etc */
}



#principais-circuitos-palcos h2 {
  color: #ffff;
  text-transform: uppercase;
  font-size: 1.2rem;
}

#principais-circuitos-palcos button {
  color: black;
  background-color: white;
  border: 2.5px solid black;
  border-radius: 30px;
  font-family: "PreloBold";
  /* font-size: 16px; */
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
  font-weight: bold;
}


#principais-circuitos-palcos h1.titulo{
    background-color: transparent; 
    color: #373435;                 
    line-height: 1.2;
    margin-bottom: .75rem;
    text-align: center;
    word-break: break-word;
    font-family: "GothamBold", Arial, sans-serif;
  }

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide a img {
  width: 100%;
  height: auto;     /* <- ESSA é a correção principal */
  display: block;   /* evita espaços/bugs */
  object-fit: cover;
}

.programacao-em-breve {
    background-color: #003AFF;
}



/* Garantir que os botões fiquem visíveis e centralizados */


/* .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  height: fit-content;
  object-fit: cover;
}

.swiper-slide a img {
  width: 100%;
  height: 100%;
  height: fit-content;
  object-fit: cover;
}

.img-ajuste {url(https://tonaruamasnaosousua.salvador.ba.gov.br/)
  height: 407px !important;
}

@media (max-width: 768px) {
  .img-ajuste {
    height: 86px !important;
  }
} */




.menuprincipal {
  padding-left: 40px;
  /* Aumenta o espaço à esquerda */
  padding-right: 40px;
  /* Aumenta o espaço à direita */
  height: 100px;
  /* Ajusta a altura do header */
  display: flex;
  align-items: center;
}

.navbar-brand .logo {
  margin-top: 10px;
  /* Move a imagem para baixo */
  height: 60px;
  /* Ajusta o tamanho da imagem */
}


#principais-circuitos-palcos button:hover {
  background-color: black;
  color: white;
}

#principais-circuitos-palcos .btn-carregar-wrapper{
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  width: 100%;
  padding-left: 30%;  /* ajuste fino: 2%, 3%, 5% */
  padding-left: 0 !important;   /* remove o empurrão */
  padding-right: 0 !important;
}



/* Faz o "botão" (a imagem) ter tamanho proporcional às circuito-img */
#principais-circuitos-palcos .btn-carregar-wrapper img{
  max-width: 60%;      /* igual ao .circuito-img */
  width: 100%;
  height: auto;
  display: block;
}

/* Garante que o link fique central */
#principais-circuitos-palcos .btn-carregar-wrapper > a{
  display: inline-block;
  margin: 0 auto;
}

/* Garante que a imagem fique central e responsiva */
#principais-circuitos-palcos .btn-carregar-wrapper > a > img{
  display: block;
  margin: 0 auto;
  height: auto;
}

#noticias h1 {
  font-family: "GudariakRegular";
  color: #282829;
}

#noticias p {
  font-family: "PreloBold";
  line-height: 10%;
}

#noticias .card {
  width: 22rem;
  border-radius: 0%;
}

#noticias .card img {
  min-width: 100%;
  object-fit: cover;
  max-height: 338px;
  min-height: 338px;
  border-radius: 0%;
}

#noticias .card p {
  font-family: "PreloBold";
  color: #282829;
}

#noticias .card h3 {
  font-family: "PreloBold";
  color: #282829;
}

.botao-noticias {
  position: absolute;
  bottom: 10%;
  left: 23%;
}

.botao-saibamais-noticias {
  background-color: #ffef00;
  color: black;
  font-family: "GudariakRegular";
  text-transform: uppercase;
  width: 182%;
  border-radius: 0%;
  box-shadow: black -5px 5px;
}

.botao-saibamais-noticias:hover {
  background-color: black;
  color: #ffef00;
  box-shadow: #ffef00 -5px 5px;
}

#noticias .botao-carregamais-noticias {
  color: black;
  background-color: white;
  border: 2.5px solid black;
  border-radius: 30px;
  font-family: "PreloBold";
  /* font-size: 16px; */
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.3s;
  padding: 8px 0;
  font-weight: bold;
}

#noticias .botao-carregamais-noticias:hover {
  background-color: black;
  color: white;
}

#guia-do-foliao {
  background-image: url("../img/bg/guia_foliao_desktop.png");
  background-size: cover;
  position: relative;
  background-position: bottom;
}
/* Mesma lógica do botão "borao_carregar_mais.png", aplicada aos 3 botões do Guia */
#guia-do-foliao .guia-btn-img{
  width: 100%;
  max-width: 240px; /* ajuste fino */
  height: auto;
  display: block;
  margin: 0 auto;
}


/* Botão do Guia do Folião (texto, transparente e com borda) */
.btn-carregar-mais-guia{
  background-color: transparent !important;  /* mostra o background */
  color: #fff !important;                    /* texto branco */
  border: 2px solid #fff !important;         /* borda branca */
  border-radius: 999px !important;           /* bem arredondado */
  font-family: HagridTextExtrabold;          /* mantém sua fonte */
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 18px;
  display: inline-block;
  text-decoration: none;
}

/* Hover (opcional, mas costuma ficar bem) */
.btn-carregar-mais-guia:hover{
  background-color: rgba(255,255,255,0.15) !important;
  color: #fff !important;
  border-color: #fff !important;
  text-decoration: none;
}



#principais-circuitos-palcos{
  /* background-image: url("../img/bg/oxente.png"); */
  background-image: url("../img/bg/bg_amarelo_1.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  min-height: 600px;   
  height: auto;
}



.btn-amarelo-guia a {

  margin-bottom: 1.5rem;
}




/* .btn-amarelo-guia {
  background-color: #fff200;
  color: #ec0776;
  border-radius: 30px;
  font-weight: 700;
  font-family: HagridTextExtrabold;
  font-size: 20px;
  padding: 10px;
} */

/* .btn-rosa-guia {
  background-color: #ec0776;
  color: #fff200;
  border-radius: 30px;
  font-weight: 700;
  font-family: HagridTextExtrabold;
  font-size: 20px;
  padding: 10px;
} */

/* .btn-verde-guia {
  background-color: #6ebe44;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  font-family: HagridTextExtrabold;
  font-size: 20px;
  padding: 10px;
} */

/* .btn-branco-guia {
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  font-weight: 700;
  font-family: HagridTextExtrabold;
  font-size: 20px;
  padding: 10px;
} */

/* .btn-red-guia {
  background-color: #EE3C46;
  color: #fefefe;
  border-radius: 30px;
  font-weight: 700;
  font-family: HagridTextExtrabold;
  font-size: 20px;
  padding: 10px;
}
.btn-amarelo-guia:hover {
  background-color: #9a9300;
  color: #ec0776;
}
.btn-rosa-guia:hover {
  background-color: #ad0355;
  color: #fff200;
}
.btn-verde-guia:hover {
  background-color: #416f28;
  color: #fff;
}
.btn-branco-guia:hover {
  background-color: #c4c4c4;
  color: #000;
}
.btn-red-guia:hover {
  background-color: #aa2c32;
  color: #fff;
} */

.btn-carregar-mais {
  background-color: #ffe51d;
  color: #000000 !important;
  border-radius: 50px !important;
  border-color: #000000 !important;
  border: white !important;
  font-family: HagridTextExtrabold;
  font-weight: 700;
  margin-top: 15px;
}

.text-yelow {
  color: #ffe51d !important;
}

.btn-carregar-mais:hover {
  /* background-color: #040708; */
  color: #ffff;
  border-color: #ffff;
}

#guia-do-foliao h1 {
  color: #fff;
  font-family: "GothamBold", Arial, sans-serif;
}

#guia-do-foliao-lancaperfume img {
  height: 390px;
  position: absolute;
  top: -7%;
  left: 3%;
}

#guia-do-foliao-rock img {
  height: 379px;
  position: absolute;
  top: -7%;
  left: 81%;
}

#guia-do-foliao-circuitos {
  justify-content: center;
  align-items: center;
  height: 100%;
}


#transmissao-aovivo{
  width: 100vw;                 /* ocupa exatamente a largura da tela */
  aspect-ratio: 1921 / 2309;    /* mesma proporção da imagem */
  background-image: url("../img/bg/instagram_desktop.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;     /* agora funciona sem faixa */
}



#carnaval-sustentavel {
  /*background-image: url("../img/bg/imag_inteira.png");*/
  background-size: cover;
  position: relative;
}

#transmissao-aovivo h1.titulo{
  color: #3A63AB;
  font-family: "GothamBold", Arial, sans-serif;
  font-size: 34px;
  margin-top: 0.25rem; 
  margin-bottom: 0.075rem; 
  font-size: 34px;        
  line-height: 1.25;
  margin-bottom: 1.5rem;
}


#transmissao-aovivo p {
  font-family: "PreloBold";
  color: #fff;
}

.insta {
  border: none;
  overflow: hidden;
  height: 55rem;
  width: 940px;
  border-radius: 10px;
}

#parcerias {
  background-image: url("../img/bg/bg_parceria_desktop.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;

  height: auto;            /* ✅ não prende em rem */
  min-height: 70rem;       /* ✅ mantém “aprox” o visual do desktop */
  overflow: hidden;        /* ✅ evita vazamento de elementos absolutos */
  background-color: #003AFF; /* ✅ evita branco se sobrar 1px */
}



#parcerias h1.titulo{
  color: #FFFFFF;
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
  font-size: 34px;
  line-height: 1.25;
}


.apoio {
  font-size: 25px;
  font-family: HagridRegular;
  font-weight: 700;
}

#patrocinadores {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

#parcerias-redessociais img {
  height: 70px;
}

.img-sm {
  width: 80px;
}

.img-md {
  width: 100px;
}

.img-lg {
  width: 130px;
}

.img-xl {
  width: 150px;
}

.img-xxl {
  width: 180px;
}

#parcerias-tambor img {
  height: 252px;
  position: absolute;
  bottom: -7%;
  left: -5%;
}

#parcerias-flor img {
  height: 290px;
  position: absolute;
  bottom: -9%;
  left: 73%;
}

#redes-sociais {
  background-color: #003AFF;

  /* width: 100%;
  height: 100vh; */

  /* Adicionando a imagem de fundo e configurando seu tamanho */
  background-size: cover;
  /* Isso faz com que a imagem cubra totalmente a div */
  background-position: center;
  /* Isso centraliza a imagem na div */
  background-repeat: no-repeat;
  /* Isso impede a repetição da imagem, se ela for menor que a div */
}

/* ===== Redes Sociais (igual à imagem enviada) ===== */

#redes-sociais .icone-rede{
  width: 110px;      /* tamanho do círculo */
  height: auto;
  display: block;
  cursor: pointer;
  transition: transform .2s ease;
}

#redes-sociais a:hover .icone-rede{
  transform: scale(1.05);
}


/*  FIM PAGINA PRINCIPAL */

/* PAGINA SEARCH */
#search h3 {
  font-family: "GudariakRegular";
  color: #282829;
}

#search a {
  background-color: yellow;
}

#search h1 {
  font-family: "PreloBold";
  color: #282829;
  font-size: 18pt;
  margin: 15px;
}

/* FIM PAGINA SEARCH */

/* PAGINA INTERNA */

#pagina-interna {
  min-height: 500px;
}

#pagina-interna h1 {
  color: #002e3e;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: HagridTextExtraBold;
}

/* PAGINA INTERNA */

/* PAGINA INTERNA CONTENT */
#pagina-interna-content h1 {
  font-family: "GudariakRegular";
  color: #ff52c8;
}

#pagina-interna-content p {
  font-family: "PreloBold";
}

/* FIM PAGINA INTERNA CONTENT */

/* FOOTER */
#footer-semit {
  background-color: #FED00F;
  color: #000;
  font-family: "PreloBold";
  /* position: sticky;
  width: 100%;
  bottom: 0; */
}

#footer-semit a {
  color: #000;
  text-decoration: none;
}

/* FIM FOOTER */

/*Accordion*/
.accordion {
  background-color: #00aeef;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  /* border: 5px; */
  border-color: #00aeef;
  text-align: left;
  outline: #00aeef 5px auto;
  font-weight: 600;
  font-size: 15px;
  margin-top: 15px;
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  /* background-color: #000; */
  max-height: 0;
  overflow: hidden;
  border: 5px !important;
  border-color: #000 !important;
  transition: max-height 0.2s ease-out;
}

/*Accordion*/

/* MODAL */
#myModal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 999999999;
}

.img-reduzida img {
  width: 100%;
  /* Ajuste o tamanho conforme necessário */
  max-width: 325px;
  /* Define um limite máximo */
  height: auto;
  /* Mantém a proporção da imagem */
}

.img-grande {
  width: 100%;
  /* Ajuste conforme necessário */
  height: auto;
  /* Mantém a proporção da imagem */
  max-width: 600px;
  /* Evita que ultrapasse o contêiner */
}


/* Estilos para o fundo escuro (overlay) */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

h3.subtitulo-circuito {
  font-size: 14px;
  font-weight: 900;
  color: red;
}

/* MODAL */

/* RESPONSIVO */

@media only screen and (min-width: 1920px) {
  /* #guia-do-foliao {
    height: 100vh !important;

  } */
  #guia-do-foliao{
    min-height: 560px; /* ou 100vh se você quiser tela cheia */
    height: auto;
  }

  .btn-amarelo-guia{
    margin-bottom: 1.8rem;
  }
  
  .btn-rosa-guia{
    margin-bottom: 1.8rem;
  }
  
  .btn-verde-guia{
    margin-bottom: 1.8rem;
  }
  

}
@media only screen and (min-width: 1440px) and (max-width: 1919px){

  #guia-do-foliao{
    min-height: 560px; /* ou 100vh se você quiser tela cheia */
    height: auto;
  }


  .btn-amarelo-guia{
    margin-bottom: 1.8rem;
  }
  
  .btn-rosa-guia{
    margin-bottom: 1.8rem;
  }
  
  .btn-verde-guia{
    margin-bottom: 1.8rem;
  }
  

}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  #guia-do-foliao {
    background-image: url(../img/bg/guia_foliao_desktop.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;      /* MOSTRA A IMAGEM TODA */
    width: 100%;
    margin: 0 auto;
  }

  .btn-amarelo-guia{
    margin-bottom: 1.8rem;
  }
  
  .btn-rosa-guia{
    margin-bottom: 1.8rem;
  }
  
  .btn-verde-guia{
    margin-bottom: 1.8rem;
  }
  
}

@media only screen and (max-width: 1023px) {
  .texto-banner {
    transform: translateX(60px) rotate(-5deg) translateY(-15px);
  }

  #guia-do-foliao {
    background-image: url(../img/bg/guia_foliao_mobile.png);
    background-size: cover;
    position: relative;
    height: auto;
    background-position: center;
  }

  #parcerias {
    background-image: url("../img/bg/bg_parceria_desktop.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 56rem;
  }
}

@media only screen and (max-width: 1440px) {
  #guia-do-foliao-rock img {
    top: 365%;
  }

  #guia-do-foliao-lancaperfume img {
    top: 367%;
  }

  #parcerias-flor img {
    top: 605%;
  }

  #parcerias-tambor img {
    top: 611%;
  }

  #parcerias {
    background-image: url("../img/bg/bg_parceria_desktop.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 53rem;
  }
}

@media only screen and (max-width: 1190px) {
  #logo-principal-carnaval img {
    left: 32%;
  }

  #guia-do-foliao-rock img {
    top: 355%;
    left: 79%;
  }

  #guia-do-foliao-lancaperfume img {
    top: 354%;
    left: 5%;
  }

  #parcerias-flor img {
    top: 574%;
  }

  #parcerias-tambor img {
    top: 582%;
  }


}

@media only screen and (max-width: 1152px) {
  #noticias .card {
    width: 18rem;
  }
}

@media only screen and (max-width: 1100px) {
  #guia-do-foliao-rock img {
    display: none;
  }

  #guia-do-foliao-lancaperfume img {
    display: none;
  }


}

/* RESPONSIVO DO MOBILE */
@media screen and (max-width: 768px) {

  #transmissao-aovivo {
    background-image: url("../img/bg/instagram_mobile.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;

    width: 100%;
    aspect-ratio: 769 / 1647;

    height: auto;
    min-height: 0 !important; /* 🔥 remove a sobra */
  }

  /* 🔹 TÍTULO */
  #transmissao-aovivo h1{
    font-family: "GothamBold", Arial, sans-serif;
    color: #3A63AB;
    margin-bottom: 1.25rem;   /* ↓ antes 2rem */
    font-size: 28px;          /* ↓ título menor no mobile */
  }

  /* 🔹 IFRAME DO INSTAGRAM — BEM MENOR */
  #transmissao-aovivo .insta{
    width: 100% !important;
    max-width: 300px;         /* ↓ antes 360 */
    height: 380px;            /* ↓ antes 520 */
    border-radius: 10px;
    display: block;
    margin: 0 auto;
  }

  /* 🔹 CONTAINER DO IFRAME */
  #transmissao-aovivo .box-shortcode.instagram{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  /* 🔹 BOTÃO DO PERFIL — BEM MENOR */
  #transmissao-aovivo .img-reduzida img{
    width: 100%;
    max-width: 160px;         /* ↓ novo */
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* 🔹 MENOS ESPAÇAMENTO ENTRE OS BLOCOS */
  #transmissao-aovivo .row{
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    margin-bottom: .5rem !important;
  }

  #parcerias {
    background-image: url("../img/bg/apoio_mobile.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0;
    padding: 0;

    background-color: #20DEFF;  /* ✅ cor correta */

    height: auto;
    min-height: 100vh;   /* fallback */
    min-height: 100svh;  /* ✅ corrige Safari/iPhone */
    min-height: 100dvh;  /* ✅ corrige variações Android */
  }

  .btn-carregar-mais-guia{
    width: 100% !important;
    max-width: 320px;
    font-size: 0.9rem;
    padding: 12px 16px;
  }

  #guia-do-foliao .btn-carregar-mais-guia{
    display: block;
    width: 100% !important;
    max-width: 260px;
    margin: 0 auto 1.5rem;
  }

  h3.subtitulo-circuito{
    text-align: center;
  }

}



@media screen and (max-width: 426px) {

  #principais-circuitos-palcos {
    /* background-image: url("../img/bg/oxente_mobile.jpeg"); */
    background-image: url("../img/bg/bg_amarelo_mobile.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    /* força ocupar a tela no mobile */
    min-height: 100vh;   /* fallback */
    min-height: 100svh;  /* melhor em mobile (considera barras do navegador) */
    height: auto;
    width: 100%;
  }


  /* 🔹 H1 menor no mobile */
  #principais-circuitos-palcos h1.titulo{
    color: #373435; 
    margin-top: 0.25rem; 
    margin-bottom: 0.075rem; 
    font-size: 40px;        
    line-height: 1.25;
    margin-bottom: .5rem;
    text-align: center;
    word-break: break-word;
    font-family: "GothamBold", Arial, sans-serif;
  }

  /* 🔹 Imagens dos circuitos */
  #principais-circuitos-palcos .circuito-img{
    margin-top: 0.25rem; 
    margin-bottom: 0.075rem; 
    width: 48%;           
    max-width: 165px;
    height: auto;
  }

  /* 1) Remove possíveis "gutter" do Bootstrap nessa row */
  #principais-circuitos-palcos .row.mb-3.mt-0{
    --bs-gutter-x: 0 !important;
  }

  /* 2) Wrapper ocupa 100% e centraliza */
  #principais-circuitos-palcos .btn-carregar-wrapper{
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  /* 3) O <a> vira um bloco “central” com largura controlada */
  #principais-circuitos-palcos .btn-carregar-wrapper > a{
    display: block !important;
    width: 62% !important;        /* ajuste: 70% a 90% */
    max-width: 240px !important;
    margin: 0 auto !important;     /* garante centro */
  }

  /* 4) A imagem ocupa o link inteiro */
  #principais-circuitos-palcos .btn-carregar-wrapper > a > img{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;     /* redundância pra matar qualquer regra antiga */
  }


  #principais-circuitos-palcos .btn-carregar-mais {
    display: block;
    margin: 0.1rem auto;   /* topo/baixo | esquerda/direita automáticos */
  
    background-color: #ffe51d;
    color: #ffffff;
    border-radius: 50px !important;
    border: 1px solid #fff !important;
    font-family: HagridTextExtrabold;
    font-weight: 700;
    font-size: 0.6rem;
  }


  #principais-circuitos-palcos h2 {
    color: #ffffff;
    font-size: 0.7rem;
  }

  #principais-circuitos-palcos p {
    color: #fefefe;
    font-size: 0.6rem;
    font-family: HagridTextExtraBold;
  }
}


/* DESKTOP / TABLET (não afeta mobile <= 426px) */
@media screen and (min-width: 427px) {
  #principais-circuitos-palcos{
    background-size: cover;        /* preenche tudo */
    background-position: center;   /* ou "center bottom" se preferir */
    background-repeat: no-repeat;
    min-height: 100vh;             /* garante preencher a altura da tela no PC */
    height: auto;
  }
}

/* Desktop: aumentar botões do Guia do Folião e alinhar melhor com o título */
@media (min-width: 992px) { /* lg pra cima (desktop) */

  /* garante que a coluna "segure" uma largura boa */
  #guia-do-foliao-circuitos .col-12.text-center{
    max-width: 720px;      /* ajuste fino: 640 / 700 / 760 */
    margin: 0 auto;        /* centraliza o bloco */
  }

  #principais-circuitos-palcos .btn-carregar-wrapper{
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: center !important;
  }

  

  /* aumenta o "botão" (o <a>) */
  #guia-do-foliao-circuitos a.btn-amarelo-guia,
  #guia-do-foliao-circuitos a.btn-rosa-guia,
  #guia-do-foliao-circuitos a.btn-verde-guia{
    width: 100%;           /* ocupa toda a largura do bloco */
    padding: 0;            /* opcional: não adiciona espaço extra */
  }

  /* aumenta a imagem (hoje está w-50, aqui a gente "vence" com !important) */
  #guia-do-foliao-circuitos a.btn-amarelo-guia img,
  #guia-do-foliao-circuitos a.btn-rosa-guia img,
  #guia-do-foliao-circuitos a.btn-verde-guia img{
    width: 85% !important; /* ajuste fino: 70% / 80% / 90% */
    max-width: 520px;      /* evita ficar gigante */
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #guia-do-foliao-circuitos a.btn-amarelo-guia,
  #guia-do-foliao-circuitos a.btn-rosa-guia,
  #guia-do-foliao-circuitos a.btn-verde-guia{
    margin-bottom: 2.5rem !important; /* ajuste fino: 2rem / 3rem / 3.5rem */
  }
 nav.navbar.menuprincipal > .container-fluid{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 16px !important;
  }

  /* remove o empurrão do ms-auto no desktop */
  nav.navbar.menuprincipal a.navbar-brand.header-logo{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* garante que o bloco da direita fique horizontal */
  nav.navbar.menuprincipal .header-right{
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding-right: 0 !important;
    
  }

  /* tamanho do logo do carnaval no desktop */
  nav.navbar.menuprincipal a.navbar-brand.header-logo img{
    height: 60px !important;
    width: auto !important;
    display: block !important;
  }

}


/* MOBILE (ajuste fino: 768/575/426 conforme seu breakpoint real) */
@media (max-width: 768px){

  /* Garante que o bloco dos botões use a largura do container (mesmo alinhamento do h1) */
  #guia-do-foliao-circuitos .col-12.text-center{
    width: 100%;
    padding-left: 0;   /* se quiser exatamente na mesma lateral do container */
    padding-right: 0;
  }

  /* Os <a> viram "blocos" com largura controlada e centralizados */
  #guia-do-foliao-circuitos a.btn-amarelo-guia,
  #guia-do-foliao-circuitos a.btn-rosa-guia,
  #guia-do-foliao-circuitos a.btn-verde-guia{
    display: block;
    width: 100%;
    max-width: 520px;     /* ajuste fino: 420/480/560 */
    margin: 0 auto 1rem;  /* centraliza e mantém espaçamento */
    padding: 0;           /* evita aumentar área além da imagem (opcional) */
  }

  /* Aumenta a imagem mesmo tendo w-50 no HTML (aqui a gente "vence") */
  #guia-do-foliao-circuitos a.btn-amarelo-guia img,
  #guia-do-foliao-circuitos a.btn-rosa-guia img,
  #guia-do-foliao-circuitos a.btn-verde-guia img{
    width: 90% !important;   /* ajuste fino: 85/90/95 */
    max-width: 460px;        /* evita ficar gigante */
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #guia-do-foliao h1.titulo{
    display: flex;
    align-items: center;        /* centraliza verticalmente */
    justify-content: center;    /* centraliza horizontalmente */
    font-family: "GothamBold", Arial, sans-serif;
    width: 100%;
    max-width: 520px;           /* MESMO valor dos botões */
    height: 88px;               /* ajuste fino conforme o botão */

    margin: 0 auto 1rem;        /* centraliza e mantém espaçamento */
    padding: 0 1rem;

    font-size: 1.9rem;          /* proporcional à altura */
    line-height: 1;
    text-align: center;
  }

  #guia-do-foliao .btn-carregar-mais-guia{
    width: auto !important;     /* mata o w-50 do Bootstrap */
    min-width: 200px;           /* ajuste fino: 140 / 160 / 180 */
    max-width: 280px;           /* menor que os botões principais */

    padding: 10px 18px;          /* diminui altura */
    font-size: 0.95rem;         /* texto menor */

    margin: 0 auto 1.5rem;     /* centraliza */
    display: inline-block;
  }

  #parcerias{
    background-image: url("../img/bg/apoio_mobile.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color:20DEFF;

    background-color: #003AFF;  /* reforça (não deixa branco nem por 1px) */

    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;

    height: auto !important;    /* garante que não fique preso em rem de outras medias */
  }

}

/* DESKTOP: mostra a imagem inteira SEM cortar e sem sobrar "branco" */
/* DESKTOP: mostra a imagem inteira SEM cortar e sem sobrar "branco" */
/* DESKTOP: background preenche 100% da área */
@media (min-width: 1024px) {
  #guia-do-foliao {
    background-image: url("../img/bg/guia_foliao_desktop.png");
    background-repeat: no-repeat;
    background-position: center top; /* mantém o topo visível */
    background-size: cover;          /* PREENCHE a área toda */
    background-color: transparent;   /* remove a “mancha” */
    min-height: 560px;               /* opcional: garante área mínima */
    height: auto;
  }
}


/* ===== DESKTOP – CORREÇÃO DO SWIPER ===== */
@media (min-width: 576px) {

  .swiper,
  .swiper-wrapper,
  .swiper-slide {
    height: auto;
  }

  .swiper-slide a {
    height: auto;
  }

  .swiper-slide a img {
    height: auto;
    max-height: none;
    object-fit: contain; /* mantém proporção */
  }

}

@media (min-width: 576px){
  #banner-swiper .swiper-slide a img{
    height: 420px;       /* ajuste fino: 360/400/450 */
    object-fit: cover;
  }
}

/* DESKTOP: Instagram com o mesmo tamanho do Guia do Folião (não altera mobile) */
@media screen and (min-width: 769px){
  #transmissao-aovivo h1.titulo{
    font-family: "GothamBold", Arial, sans-serif;
    font-size: 55px; /* mesmo tamanho do h1.titulo (Guia do Folião) */
    margin-bottom: 3.5rem; /* igual ao padrão do h1.titulo (Guia do Folião) */
  }
    /* garante que a row do iframe não "puxe" pra cima */
  #transmissao-aovivo .row.justify-content-center.align-center.pb-2.pt-1.mb-2{
    margin-top: 0;         /* não soma espaço extra por cima */
    padding-top: 0 !important; /* anula o pt-1 no desktop, mantendo o mobile */
    margin-bottom: 2rem !important; /* ajuste fino: 1.5rem / 2rem / 3rem */

  }

  #parcerias h1.titulo{
    font-size: 55px;
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 575px){
  #redes-sociais .icone-rede{
    width: 85px;
  }

   .menuprincipal{
    height: 80px;
    padding-left: 8px;      /* logo MAIS à esquerda */
    padding-right: 16px;
  }

  .menuprincipal .container-fluid{
    display: flex;
    align-items: center;     /* 🔥 CENTRALIZA VERTICALMENTE */
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  /* LOGO CARNAVAL */
  .menuprincipal .navbar-brand.header-logo{
    margin: 0 !important;
    padding: 0 !important;
  }

  .menuprincipal .navbar-brand .logo{
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block;

  }

  /* BLOCO DIREITO (LUPA + MENU) */
  .menuprincipal .header-right{
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 !important;
    margin: 0;
  }

  .menuprincipal .header-right button,
  .menuprincipal .header-right a{
    padding-top: 5PX;
    border: none;
    background: transparent;
  }

  .menuprincipal .header-right img{
    width: 26px;
    height: auto;
    display: block;
  }
  /* por padrão, escondido */
  #pesquisar-div{
    display: none !important;
    width: 100% !important;
    margin-top: 8px;
  }

  /* quando abrir via JS */
  #pesquisar-div.is-open{
    display: block !important;
    width: 100% !important;
  }

  /* input ocupa a largura toda */
  #pesquisar-div form,
  #pesquisar-div input{
    width: 100% !important;
  }
 
  .menuprincipal .lupa{
    display: block !important; /* garante botão visível */
  }

    /* Barra: alinhamento vertical perfeito */
  nav.navbar.menuprincipal{
    height: 80px;
    padding-left: 8px;
    padding-right: 16px;
  }
  
  nav.navbar.menuprincipal > .container-fluid{
    display: flex;
    align-items: center;              /* centraliza verticalmente */
    justify-content: space-between;   /* logo à esquerda, ícones à direita */
    flex-wrap: nowrap;
  }
  
  /* LOGO (somente o logo do Carnaval) */
  nav.navbar.menuprincipal a.navbar-brand.header-logo{
    margin: 0 !important;             /* anula ms-auto no mobile */
    padding: 0 !important;
    display: flex;
    align-items: center;
    line-height: 0;                   /* evita “sobra” de linha */
  }
  
  nav.navbar.menuprincipal a.navbar-brand.header-logo img{
    height: 50px !important;
    width: auto !important;
    margin: 0 !important;             /* remove margin-top herdado */
    display: block;
  }

  /* BLOCO DIREITO (lupa + menu) */
  nav.navbar.menuprincipal .header-right{
    display: flex;
    align-items: center;              /* centraliza verticalmente */
    gap: 14px;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0;
  }

  /* Botões/links não “descem” */
  nav.navbar.menuprincipal .header-right .lupa,
  nav.navbar.menuprincipal .header-right .sandwich-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    height: 44px;                     /* área clicável confortável no mobile */
    width: 44px;
  }

  /* Ícones lupa e menu */
  nav.navbar.menuprincipal .header-right .lupa img,
  nav.navbar.menuprincipal .header-right .sandwich-menu img{
    width: 26px !important;
    height: 26px !important;
    margin: 0 !important;             /* mata qualquer margin-top do .logo */
    display: block;
  }
}

/* DESKTOP/TABLET: centraliza as 3 imagens sempre no meio da coluna */
@media (min-width: 768px) {

  /* cada coluna vira um “container flex” */
  #principais-circuitos-palcos .row.justify-content-center > .col-md-4{
    display: flex;
    justify-content: center;  /* centraliza na horizontal */
    align-items: center;      /* centraliza na vertical */
  }

  /* o link ocupa a largura toda, mas mantém o conteúdo central */
  #principais-circuitos-palcos .row.justify-content-center > .col-md-4 > a{
    display: flex;
    justify-content: center;
    width: 


/* 

@media screen and (min-width: 925px) {

  #banner_topo {
     display: none; 
    background-image: url("../img/bg/bg_01.png");
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-position: 50%;
  } 
  
}
*/