* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
    font-family: 'Fredoka', sans-serif;
    font-weight: 300; /* Light */
    background: #fffcf5;
}

a {
  color: #ee5b2b;
}
p, .texto-normal {
      font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    line-height: 1.5;
    font-size: 16px;
    color: #3c3c3c;
}
li {
      font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    line-height: 11px;
    font-size: 16px;
    color: #3c3c3c;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Literata', serif;
}

em, i {
  font-style: italic;
}

/* Cabeçalho */
header {
background: linear-gradient(to right, #ffc81d, #ff5d22);
}

@media (max-width: 768px){
  .menudesktop {display: none;}
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #ffffff42;
}



.top-bar form {
  display: flex;
  align-items: center;
}

.top-bar input[type="text"] {
  padding: 8px;
  border: none;
  border-radius: 10px;
  width: 260px;
  background: #f38559;
  padding: 10px;
  border: 1px solid #ffffff70;
}
input::placeholder {
    color: #fff; /* Troque para a cor que quiser */
    opacity: 1; /* Deixe 1 para garantir visibilidade total */
}

.top-bar button {
  background: transparent;
  border: none;
  color: #333;
  cursor: pointer;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px 15px 0px;
}

.logo {display: flex;align-items: end;}

nav .logo img {
    width: 60px;
    height: 59px;
    background: #fff;
    padding: 7px;
    border-radius: 100px;
    margin-right: 15px;
}



    /* Header / Navbar */
    header {
      background: linear-gradient(to right, #ffc81d, #ff5d22);
      position: relative;
      z-index: 999;
    }

    .top-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0px;
      border-bottom: 1px solid #ffffff42;
    }
     .fa-magnifying-glass:before, .fa-search:before {
      content: "\f002";
    color: #fff;
    position: relative;
    margin-left: -35px;
     }
     @media (max-width: 768px){
      .top-bar input[type="text"]{
        width: 160px!important;
      }
     }

    .top-bar form {
      display: flex;
      align-items: center;
    }

    .top-bar input[type="text"] {
      padding: 8px;
      border: none;
      border-radius: 10px;
      width: 260px;
      background: #f38559;
      padding: 10px;
      border: 1px solid #ffffff70;
      color: white;
    }

    input::placeholder {
      color: #fff;
      opacity: 1;
    }

    .top-bar button {
      background: transparent;
      border: none;
      color: #333;
      cursor: pointer;
    }

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 0px 15px 0px;
    }

    .logo {
      display: flex;
      align-items: end;
    }

    nav .logo img {
      width: 60px;
      height: 59px;
      background: #fff;
      padding: 7px;
      border-radius: 100px;
      margin-right: 15px;
    }

    .logo h1 {
      font-size: 2.3rem;
      color: #ffffff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
      font-weight: 900;
    }

    .sublogo {
      font-size: 14px!important;
      color: #FFFFFFE6;
      font-weight: bold;
      padding: 0;
    margin: 0;
    }

    nav ul {
      display: flex;
      gap: 20px;
    }

    nav ul li a {
      color: #fff;
      text-decoration: none;
      font-weight: bold;
    }

    nav li {
      list-style: none;
    }

    /* Botão Hamburguer */
    .hamburger {
      background: none;
      border: none;
      font-size: 1.5em;
      cursor: pointer;
      color: #333;
      display: none;
    }

    /* Overlay escuro */
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.5);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      z-index: 997;
    }

    .overlay.active {
      opacity: 1;
      visibility: visible;
    }

    /* Menu lateral */
    .sidebarmenu {
      position: fixed;
      top: 0;
      left: -70%;
      height: 100%;
      width: 70%;
      background-color: #333;
      color: white;
      padding-top: 60px;
      text-align: center;
      z-index: 1000;
      transition: left 0.3s ease;
    }

    .sidebarmenu.open {
      left: 0;
    }

    .sidebarmenu a {
      display: block;
      color: white;
      text-decoration: none;
      padding: 15px;
      font-size: 1.2em;
    }

    .sidebarmenu a:hover {
      background-color: #555;
    }

    /* Botão X */
    .close-btn {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 1.5em;
      color: white;
      background: none;
      border: none;
      cursor: pointer;
    }

    @media (max-width: 768px) {
      .hamburger {
        display: block;
      }

      nav ul {
        display: none;
      }
    }

.logo h1 {
  font-size: 2.3rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
  font-weight: 900;
}

@media (max-width: 600px){
  .logo h1 {font-size: 1.5rem!important;}
   nav .logo img {
    width: 50px!important;
    height: 50px!important;
    margin-right: 10px!important;
    margin-bottom: -6px!important;
   }
}

.sublogo {
  font-size: 14px;
    color: #FFFFFFE6;
    font-weight: bold;
}

.menumobile {
  width: 100%;
  text-align: left;
  top: 60px;
  position: absolute;
}

nav ul {
  display: flex;
  gap: 20px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
nav li {
  list-style: none;
}

/* Seção Notícias */
#noticias {
  padding: 40px 0;
  text-align: center;
}

#noticias .nth2 {
    color: #EE5B2B;
    font-size: 48px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}

#noticias .news-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-top: 50px;
}

.news-container {
    max-width: 1200px;
    margin: auto;
}

.container {
      max-width: 1200px;
    margin: auto;
}

@media (max-width: 769px){
  .news-container {
     padding: 0 10px;
   }
   #noticias .news-container {
    grid-template-columns: 1fr;
   }
}

.main-news {
  background: #FFFDE7;
  border-radius: 10px;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1);
  text-align:left;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 30% 70%;
}

@media (max-width: 768px) {
     .main-news {grid-template-columns:100%;}
}

.main-news img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 10px 0px 0px 10px;
}

/* Se quiser limitar a altura no mobile sem distorcer */
@media (max-width: 768px) {
  .img-destaque {
     max-height: 300px;
     object-fit: cover !important;
  }
}

.latest-news h3{
  font-size: 24px;
  color: #A17345;
  text-align: left;
  margin-bottom: 25px;
}
.news-item {
  background: #FFFDE7;
  padding: 20px 20px 0px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.imgp{
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 10px;
}

.latest-news .news-item {
  margin-bottom: 20px;
  text-align: left;
}

.latest-news .news-item:last-child {
  margin-bottom: 0;
}

.news-item h4 {
  color:#ee5b2b;
  font-size: 18px;
}
.news-item p {
  color: #956D50;
  font-size: 14px;
  margin-bottom: 15px;
  padding-top: 0;
}
.cat-tiltle {
  display: flex;
    align-items: baseline;
    padding-bottom:10px; ;
}

.latest-news .news-item span.category {
  color: #ee5b2b;
  padding: 2px 10px;
  padding-bottom: 4px;
  font-weight: 600;
  border-radius: 100px;
  border: 2px solid #ee5b2b;
  margin-right: 10px;
  }

/* Seção Bimbada Digital */
#bimbada-digital {
  background: linear-gradient(to bottom, #FFFDE7, #FF9933);
  padding: 40px 0;
  text-align: center;
}

#bimbada-digital .carousel {
  position: relative;
  margin-top: 20px;
}

.quote-card {
  background: #FFFDE7;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.dot {
  width: 10px;
  height: 10px;
  background: #FF9933;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.dot.active {
  background: #FFCC99;
}

/* Seção Explore Nossa Cultura */
#explore-cultura {
  padding: 40px 0;
  text-align: center;
}

.culture-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.section {
  background: #FFFDE7;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.section h3 {
  color: #FF9933;
  font-size: 1.5rem;
}

.section ul {
  list-style: none;
  padding: 0;
}

.section ul li {
  margin-bottom: 20px;
}

.section ul li:last-child {
  margin-bottom: 0;
}

.section ul li span.category {
  background: #FF9933;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

/* Seção Em Cima da Hora */
#em-cima-da-hora {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.events, .gallery {
  background: #FFFDE7;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.events ul li span.category {
  background: #FF9933;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

.gallery ul li span.category {
  background: #FF9933;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

/* Seção Mural Cidadão */

.formheader {
  background: linear-gradient(to right, #fac339, #ff6f00);
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
}  
.formheader h3 {
  display: flex;
    align-items: end;
}

#mural-cidadao {
  padding: 40px 0;
  text-align: center;
  display: none;
}

.mural-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
      margin-top: 60px !important;
}
/* Mobile: 1 coluna abaixo da outra */
@media (max-width: 768px) {
    .mural-container {
        grid-template-columns: 1fr; /* Vira 1 coluna no mobile */
    }
    .leave-message {margin-bottom: 25px;}    
}

.leave-message {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.leave-message form {
  display: flex;
  flex-direction: column;
  background-image: url(https://bimbadebode.com.br/wp-content/uploads/2025/06/fundopt.png);
    background-repeat: repeat;
    background-size: cover;
    text-align: left;
    padding: 20px;
    overflow: hidden;
}



.leave-message label {
  margin-bottom: 5px;
    color: hsl(30 40% 45%);
    font-size: 14px;
    font-weight: 600;
}

.leave-message input, .leave-message textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #d398505c;
  border-radius: 10px;
}

.leave-message button {
background: #ee5b2b;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.leave-message button:hover {
  background: #f4853c;
}
.leave-message svg {margin-right: 10px;}

.mural-container input::placeholder {
    color: #d39850; /* Cor que você quiser */
    font-size: 12px!important; /* Tamanho opcional */
    font-style: italic; /* Opcional: deixa o texto em itálico */
}
.mural-container textarea {
  min-height: 100px;
}
.mural-container textarea::placeholder {
    color: #d39850; /* Cor que você quiser */
    font-size: 12px!important; /* Tamanho opcional */
    font-style: italic; /* Opcional: deixa o texto em itálico */
}


.formthu  {display: flex;justify-content: space-between;}
.cad-inpt-50 {width: 48%;display: grid;}
.cad-inpt-100 {width: 100%;display: grid;}

.community-messages .message {
  background: #FFFDE7;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.community-messages h3 {
  color: #a17345;
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.community-messages svg {margin-right: 10px;}

.community-messages .message p strong {
  color: #EE5B2B;
  font-weight: 600;
  font-size: 15px;
}
.nomepessoa {
  display: flex;
  justify-content: space-between;
}
.nomepessoa a {text-decoration: none;  color: #EE5B2B!important;}
.nomepessoa span {
  color: #EE5B2B!important;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}
.nomepessoa i {margin-right: 5px;}

.nomepessoa span:hover {
  background: hsl(25deg 90% 60% / 24%);
}


.msmp {
  font-size: 14px;
  color: #956D50;
  margin-top: 10px;
}

.message span {color:#956D50;font-size:12px }

.community-messages .message .likes {
  float: right;
}

/* Seção Parceiros Culturais */

.prccuturais {  background: #fcf6e8;margin-top: 30px;}
#parceiros-culturais {
  padding: 60px 0;
  text-align: center;
}

#parceiros-culturais h2 {
  color: #A17345!important;
    font-size: 36px;
}

.partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 45px;
}

@media (max-width: 769px){
  .partners {grid-template-columns: repeat(2, 1fr);}
}

.partner {
  background: #FFFDE7;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.partner img {
  width: 100%;
  height: 150px;
  object-fit: cover;
      border-radius: 10px 10px 0px 0px;
}

.partner span.category {
background: #ee5b2b;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}

.partnerinf {
  padding: 10px;
    text-align: left;
    margin-bottom: 10px;
  }
.partnerinf h3 {
  color: #EE5B2B;  
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.partnerinf p {
  color: #956D50;
  font-size: 14px;
  font-weight: 600;
}


.advertising {
  background: linear-gradient(to right, #fdeec4, #fce2c5);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 45px;
  display: inline-block;
  border: 1px solid #EE5B2B;
}
.advertising h3 {
  color: #EE5B2B;
}

.advertising p {
  color:#956D50;
  font-size: 14px;
  padding: 10px 0;
}

.advertising a {
  color: #EE5B2B;
  text-decoration: none;
  margin-top: 10px;
}

/* Rodapé */
footer {
  background: #8B4513;
  color: white;
  padding: 40px 0;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 769px){
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.logo-footer img {
  width: 50px;
  height: 50px;
}
.logo-footer p{color: #fff!important}

.links-rapidos ul, .categorias ul {
  list-style: none;
  padding: 0;
}

.links-rapidos ul li a, .categorias ul li a {
  color: white;
  text-decoration: none;
}

.contato p {
  margin-bottom: 10px;
  color: #fff;
}

.contato .newsletter button {
  background: #FF9933;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.copyright {
  text-align: center;
  margin-top: 20px;
}
.copyright p {
  color: #fff!important;
}

/* css curtidas  */
.botao-curtidas-container {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.botao-curtidas {
    background: none;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    background: transparent!important;
    border: 0;
}

.botao-curtidas:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
}

.icone-curtidas {
    color: #888;
    font-size: 18px;
    transition: all 0.3s ease;
}

.contador-curtidas {
    font-size: 14px;
    font-weight: bold;
}

.feedback-curtidas {
    font-size: 12px;
    color: #666;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.botao-curtidas[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

.traco {
  width: 100px;
    height: 5px;
    background: linear-gradient(to right, #ffc81d, #ff5d22);
    margin: auto;
    margin-bottom: 15px;
    margin-top: 5px;
}
.traco2 {
    width: 100px;
    height: 5px;
    background: linear-gradient(to right, #a47445, #f3893d);
    margin: auto;
    margin-bottom: 15px;
    margin-top: 5px;
}

.d50 {
  color: #956D50;
  font-size: 18px;
  font-weight: 600;
} 
.d52 {
font-size: 14px;
    color: #956D50;
    padding: 10px 0;
    font-weight: 600;
}
.d53 {
      font-size: 16px;
    color: #956D50;
    font-weight: 500;
    margin-top: 10px;
}

.catgoriapots {
    position: absolute;
    background: #ee5b2b;
    padding: 1px 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 12px;
    display: flex;
    align-items: center;
}
.catgoriapots a{
    color: #fff!important;
    padding: 1px 5px 5px 5px;
    font-size: 14px;
    font-weight: 900;
}
.news-content {
  text-align: left;
  padding: 4px 20px;
}
.news-content h2 {
  color: #ee5b2b;
  font-size: 24px;
}

.info {display: flex;justify-content: space-between;}
.info p {font-size: 12px;}

.secaodigital {
  margin-top: 50px;
  background: linear-gradient(90deg, #fff4d2 0%, #ffe7d9 100%);
  padding-bottom: 140px!important;
  padding-top:60px!important ;
  text-align: center;

}

@media (max-width: 768px){
.pcm {
  padding: 0 15px !important;
}
}


/* slider bimbada digital */
      .bimbada-slider-container {
            width: 100%;
            max-width: 750px;
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            height: 400px;
            margin: auto;
            top: 45px;
        }

        .bimbada-slide {
            background-color: #fff;
            border-radius: 10px;
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: opacity 0.5s ease-in-out;
            opacity: 0;
        }

        .bimbada-slide.active {
            display: block;
            opacity: 1;
        }

        .bimbada-card {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .bimbada-header {
            background: linear-gradient(to right, #ffcc33, #ff6f00);
            color: white;
            padding: 15px 20px;
            border-radius: 10px 10px 0px 0px;
        }

        .bimbadaint {background: #fff;    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);}

        .bimbada-header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .bimbada-lightbulb,
        .bimbada-cactus {
            font-size: 20px;
        }

        .bimbada-main {

          padding: 20px;
          text-align: center;
          flex-grow: 1;

          gap: 20px;
          display: flex;
          align-items: center;
        }

        .bimbada-quote {
            font-style: italic;
            font-size: 18px;
            line-height: 1.5;
            color: #8a6b3c;
        }

        .bimbada-author {
            font-size: 14px;
            color: #8a6b3c;
            margin-top: 10px;
        }

        .bimbada-actions-container {
            padding: 20px;
            text-align: center;
        }

        .btndg {
            background: linear-gradient(to right, #ffcc33, #ff6f00);
            color: #fff;
            padding: 10px 20px;
            border-radius: 0px 0px 10px 10px;
            font-size: 20px;
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: end;
        }
        .btndg i {
        margin-left: 10px;
        }
        .bimbada-actions {
            display: flex;
            justify-content: space-around;
            margin-bottom: 20px;
            gap: 10px;
        }

        .bimbada-action {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2px;
            font-size: 14px;
            color: #8a6b3c;
            cursor: pointer;
            transition: transform 0.2s;
        }

        .bimbada-action:hover {
            transform: scale(1.05);
        }

        .bimbada-action i {
            font-size: 20px;
            margin-bottom: 2px;
        }

        .bimbada-action span {
            font-size: 13px;
            font-weight: bold;
        }

        .bimbada-new-btn {
            background-color: #ff6f00;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .bimbada-new-btn:hover {
            background-color: #ff8c00;
        }

        .bimbada-refresh-icon {
            font-size: 18px;
        }

        .h2sl {
          color: #EE5B2B;
          font-size: 48px;
          text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
        }


 /* cultura */
 .cultura {text-align: center;padding: 60px 0px}       

 .custom-card-container {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      max-width: 1200px;
      width: 100%;
      margin-top: 50px!important;
      margin: auto;
      justify-content: space-between;
    }

    .custom-card {
      background-color: #fff;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width: calc(50% - 15px);
      overflow: hidden;
      position: relative;
      transition: all 0.3s ease;
      text-align: left;
      border-radius: 0px 0px 10px 10px;
    }

    .custom-card-header {
      background: linear-gradient(to right, #fac339, #ff6f00);
      color: #fff;
      padding: 20px;
      display: flex;
      align-items: center;
    }

    .custom-card-icon {
      width: 30px;
      height: 30px;
      margin-right: 10px;
    }

    .custom-card-title {
      font-size: 20px;
      margin: 0;
      display: flex;
    align-items: center;
    }
    .custom-card-title svg {margin-right: 10px;}
    .custom-card-description {
      font-size: 14px;
      margin-top: 5px;
    }

    .custom-card-body {
        position: relative;
          padding: 20px;
          background-image: url(https://bimbadebode.com.br/wp-content/uploads/2025/06/fundopt.png);
          background-repeat: repeat;
          background-size: cover;
    }

    .custom-card-item {
      margin-bottom: 10px;
    border-bottom: 1px solid #956d5021;
    padding-bottom: 15px;
    }

    .custom-card-item h3 {
      font-size: 16px;
      margin: 0 0 5px 0;
      color: #ee5b2b;
    }

    .custom-card-item p {
      font-size: 14px;
      color: #666;
      margin: 0;
    }

    .custom-card-tag {
color: #ee5b2b;
    padding: 2px 10px;
    padding-bottom: 4px;
    font-weight: 600;
    background: #f0f8ff00;
    border-radius: 100px;
    border: 2px solid #ee5b2b;
    margin-top: 10px;
    }

    .custom-card-footer {
padding: 10px 20px;
    text-align: center;
    }

    .custom-card-link {
      color: #ee5b2b;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
    }

    /* Responsivo */
    @media (max-width: 768px) {
      .custom-card {
        width: 100%;
      }
    }

.page .entry-title,
.post .entry-title
{
font-size: 35px;
    color: #A17345;
    text-align: left;
    margin-bottom: 25px;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin: 0;
}

.entry-content p{
  font-size: 18px!important;
}

#content-category {
  border: 1px solid #eee;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
    display: flow-root;
        margin-bottom: 25px;
}



.title-cartegory{
  font-size: 35px;
    color: #A17345;
    text-align: left;
    margin-bottom: 25px;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin: 0;
}


.post  .post-thumbnail img {
  margin: 20px 0;
    float: left;
    max-width: 500px;
    margin-right: 30px;
    height: auto;
}

.single-post {
background: #f3f3f3;
}
.page-template-default {
background: #f3f3f3;
}

.category {
  background: #f3f3f3;
}

.post-single {
  border: 1px solid #eee;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
    display: flow-root;
}

@media (max-width: 768px){
  .post-single { padding: 10px;}
}
.type-page {
  border: 1px solid #eee;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
    display: flow-root;
    margin-bottom: 25px;
}

.post-navigation1 {
  border: 1px solid #eee;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 25px;
}

@media (max-width: 768px){
  .post-navigation1 {
    margin: 15px 15px;
  }
}


.page p {
  font-size: 18px;
}

.tracoint {
    width: 100px;
    height: 5px;
    background: linear-gradient(to right, #ffc81d, #ff5d22);
    margin-bottom: 15px;
}
.entry-content {margin-bottom: 15px;}


/* Botão Leia Mais */
.btn-leia-mais {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 16px;
    background-color: #956D50;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.3s ease;
}

.btn-leia-mais:hover {
    background-color: #ee5b2b;
}

/* Imagem Destacada */
.img-destaque {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.btnleiamais {
  text-align: right;
}

.btnleiamais p {
    color: #fff!important;
  padding: 0;
}
.linleimais {
  font-weight: 600;
}



/* ========== SEÇÃO DE COMENTÁRIOS / DEPOIMENTOS ========== */

#comments {
    background-color: #fffaf5;
    padding: 40px 20px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-family: 'Fredoka', sans-serif;
}

.comment-title,
.comments-title {
    font-size: 22px;
    color: #956D50;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-count {
    font-size: 14px;
    color: #7c573e;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment {
    background-color: #fdfcfb;
    border-left: 4px solid #956D50;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.comment .fn {
    font-weight: bold;
    color: #333;
}

.comment .says {
    display: none;
}

.comment-meta {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}

.comment-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.comment-awaiting-moderation {
    font-style: italic;
    color: #aaa;
}

.reply {
    font-size: 14px;
    color: #956D50;
    text-decoration: none;
    font-weight: bold;
}
.reply:hover {
    text-decoration: underline;
}

.children {
    margin-left: 40px;
}

/* Formulário de Comentários */
.comment-form {
    max-width: 100%;
    margin-top: 30px;
}

.comment-form label {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 6px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    resize: vertical;
    transition: border-color 0.3s ease;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #956D50;
    outline: none;
    box-shadow: 0 0 0 2px rgba(149, 109, 80, 0.2);
}

.comment-form-cookies-consent label {
    font-size: 14px;
    color: #666;
}

.comment-form-cookies-consent input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

.comment-notes,
.form-allowed-tags {
    font-size: 13px;
    color: #888;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}

.comment-form-submit {
    background-color: #956D50;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.comment-form-submit:hover {
    background-color: #7c573e;
}

.logged-in-as {
    background-color: #f8f8f8;
    border-left: 4px solid #956D50;
    padding: 10px 15px;
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .comment-form {
        padding: 0;
    }

    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form textarea {
        font-size: 15px;
    }
}


.form-submit #submit {
  background-color: #ff6f00;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-author {
  border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-weight: 800;
}


.social-share {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 10px 0;
}

.btn-share {
  display: flex;
  align-items: center;
  padding: 11px 12px !important;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
  transition: opacity 0.3s ease;
}

.btn-share i {
  margin-right: 8px;
  font-size: 16px;
}

.btn-share:hover {
  opacity: 0.8;
}

/* Cores de cada botão */
.btn-share.facebook {
  background-color: #3b5998;
}

.btn-share.twitter {
  background-color: #000;
}

.btn-share.whatsapp {
  background-color: #25D366;
}

.btn-share.share-icon {
background-color: #ccc;
    color: #fff;
    padding: 8px;
    border: 0;
    justify-content: center;
    cursor: pointer;
}

.btn-share.share-icon i {
  margin-right: 0;
}

/* Versão mobile: esconder texto */
@media (max-width: 600px) {
  .btn-share span {
    display: none;
  }

  .btn-share {
    padding: 8px;
    justify-content: center;
  }

  .btn-share i {
    margin-right: 0;
  }
}
.mensagem-copiado {
  display: none;
  margin-left: 10px;
  color: green;
  font-weight: bold;
  animation: fade 2s ease-out forwards;
}

@keyframes fade {
  0% { opacity: 1; }
  100% { opacity: 0; }
}


.bimbada-slider {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
  padding: 10px 0;
}

.swiper-slide {
    text-align: center;
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    height: auto;
    flex-wrap: wrap!important;
    min-height: 394px!important;

}

.card-bimba {
    width: 100%;
    height: 100%;
    max-width: 300px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 20px;
}

.card-bimba img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.bimbada-quote {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 10px;
}

.bimbada-author {
    font-weight: bold;
    font-size: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 768px) {
    .bimbada-quote {
        font-size: 1rem;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}