.agenda, .single-agenda{
    font-family: 'open sans';
}
.agenda .banner-topo{
  height: 487px;
  background-size:cover; 
  background-position:center; 
  border-radius: 20px;
}

.agenda .banner-topo .info-banner{
  padding: 135px;
  padding-top: 200px;
  color:#fff;
}

.agenda .banner-topo .info-banner h1,
.agenda .banner-topo .info-banner p{
  width: 35%;
    font-size: 70px;
    font-weight: 700;
}
.agenda .paginacao-agendas{
    display: flex;
    justify-content: center;

}
.agenda .paginacao-agendas .btn{
    color: var(--color-black-80, rgba(0, 0, 0, 0.80));
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.agenda .paginacao-agendas .pg-btn.page-start{
    color: #E43470;
    font-weight: 700;
}
.agenda .paginacao-agendas .pg-btn.page-end{
    font-weight: 700;
}
.agenda .paginacao-agendas .btn.active{
    border-color: transparent;
    color: #E43470;
}
.agenda #selecaomesfull{
    height: 43px;
}
.single-agenda .btn-default{
    padding: 7.5px 20px 8.5px 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 33554400px;
    background: #0072BC;
    width: fit-content;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    text-decoration: none;
}
.campanhas .description, .single-agenda .description{
    font-size: 20px;
    width: 100%;
    overflow-wrap: break-word;
}
.single-agenda{
    font-family: 'Open Sans';
}
.single-agenda .banner-topo img{
    border-radius: 20px;
    width: auto;
    max-height: 500px;
}
.single-agenda .conteudo {
    font-size: 20px;
}

.single-agenda .titulo2{
    color: #E43470;
    font-weight: 700;
}
.single-agenda p{
    font-weight: 400;
    font-size: 18px;
}

/* ------- RESPONSIVO (MOBILE) ------- */

@media (max-width: 768px) {
  .agenda .topo{
    padding: 0 20px;
  }

  .agenda .banner-topo{
    height: auto; /* deixa crescer conforme o conteúdo */
    padding-bottom: 40px;
  }

  .agenda .banner-topo .info-banner{
    padding: 40px 20px; /* muito mais leve */
  }

  .agenda .banner-topo .info-banner h1,
  .agenda .banner-topo .info-banner p{
    width: 100% !important; /* ocupa a largura do mobile */
  }

  .agenda .banner-topo .info-banner h1{
    font-size: 28px;
    line-height: 1.2;
  }

  .agenda .banner-topo .info-banner p{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .agenda .agenda-itens .card{
    height: 350px !important;
    margin-bottom: 1rem;
  }
  .agenda .col-filter-agenda{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
}

/* ------- RESPONSIVO (TELAS MUITO PEQUENAS) ------- */

@media (max-width: 480px) {
  .agenda .banner-topo .info-banner{
    padding: 30px 15px;
  }

  .agenda .banner-topo .info-banner h1{
    font-size: 24px;
  }

  .agenda .banner-topo .info-banner p{
    font-size: 15px;
  }
}

/* .agenda-itens{
  height: 535px;
} */

.agenda-itens .card{
  width: 100% !important;
  height: 500px !important;
}

.agenda-itens .btn-ver-agenda{
  position: relative;
  bottom: 55px;
  left: 15%;
}

.agenda-itens .btn-ver-agenda button{
  background-color: #E43470 !important;
}

.agenda-itens .carousel-indicators [data-bs-target]{
  background-color: #E43470;
}

.agenda-itens .seta-saiba-mais{
  background-color: #fefaf7;
  border-radius: 34px 0 0 0;
  width: 86px;
  height: 86px;
  position: relative;
  bottom: 85px;
  left: 235px;
  display: block;
}
.agenda-itens .btn-agenda{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 60px;
    min-height: 60px;
    background: #fff;
    padding: 14px;
    border-radius: 32px 0 0 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.agenda-itens .btn-agenda img{
    width: 20px;
    height: 20px;
}
@media (min-width:1200px) and (max-width: 1400px) {
  .agenda-itens .seta-saiba-mais{
    left: 170px !important;
  }
}

@media (min-width:992px) and (max-width: 1200px) {
  .agenda-itens .seta-saiba-mais{
    left: 125px !important;
  }
}

@media (max-width: 992px) {
  .agenda-itens .seta-saiba-mais{
    left: 355px !important;
  }
}

.agenda-itens .seta-saiba-mais img{
  margin: 25px;
}

.agenda-itens .carousel-item span{
  border-radius: 25px;
  border: #FFFFFF solid 1px;
  color: #FFFFFF;
  padding: 7px 15px;
  font-size: 15px;

}

.agenda-itens .conteudo-card-agenda{
      height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
}

.agenda-itens .conteudo-card-agenda h5{
  font-size: 24px;
}

.agenda-itens .conteudo-card-agenda p{
  font-size: 18px;
}

.agenda .btn-filter{
    border-radius: 6.75px;
    border: 1px solid  #E5E5E5;
    background: #FFF;
    color:  rgba(0, 0, 0, 0.80);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:  17.5px; /* 109.375% */
    padding: 12px;
}

.agenda .btn-filter.active{
    background-color: #33ADC8;
    color: #FFF;
}