/* GERAL */

:root {
  --azulescuro: #21559B;
  --laranja: #F28C50;
  --dourado: #CC9900;
  --verde: #009900;
  --verdeclaro: #5CA47A;
  --cinzatopo: #F9F9F9;
  --branco: #fff;
  --pretoclaro: #15233C;
  --amarelo: #fecf47;
}


.mt-15 {
  margin-top: 15px !important;

}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 33px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-120 {
  margin-top: 120px !important;
}



body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #666666 !important;
}

h1 {
  padding: 15px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: var(--azulescuro);
}



p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  color: #666666 !important;
  font-size: 17px !important;
}


/* TOPO */

.topo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--azulescuro);
  padding: 5px 0px;
  font-weight: 500;
}

.links {
  margin-left: 285px;
}

.links a {
  color: var(--branco);
  font-size: 14px;
  margin: 0px 10px;
  text-decoration: none;
  transition: all 0.4s;
}

.produto {
  color: var(--branco);
  font-size: 14px;
  margin-left: 20vh !important;
  text-decoration: none;
}

.links a:hover {
  color: #b9cde5;
  transition: all 0.4s;
}

.bulets {
  margin-right: 270px;
  padding-bottom: 2px;
}

.bulets a {
  margin-right: 20px;
  padding-bottom: 2px;
}


.nome {
  display: inline-block;
  color: var(--branco);
  font-size: 16px;
  margin: 0px 10px 0px 0px;
}

@media screen and (max-width: 992px) {
  div .box-form {
    margin-top: 0px !important;
    text-align: left !important;
  }

  div .box-email {
    margin-top: 30px !important;
    text-align: left !important;
  }

  div .box-whats {
    margin-top: 0px;
    margin-left: -10px;
    text-align: left !important;
  }

  .img-agenda {
    display: none !important;
  }

  .bulet-form-mb {
    display: inline !important;
    width: 28px !important;
  }

  .bulet-email-mb {
    display: inline !important;
    width: 28px !important;
  }

  .bulet-whats-mb {
    display: inline !important;
    width: 28px !important;
  }


  .nav-link {
    font-size: 15px !important;
  }

  .video {
    display: block;
    margin: auto;
    width: 100% !important;
    height: 50vh !important;
    border: 5px solid #D9D9D9;
    border-radius: 20px;
  }

  .dropdown-item {
    font-size: 17px !important;
  }

  .galeria-evento img {
    margin-left: -35px;
    width: 100%;
    height: 100%;
  }

  .galeria-evento-conseplan img {
    margin-left: 25px;
    width: 100%;
    height: 100%;
  }
}


.bg-body-tertiary {
  margin-left: 0px !important;
}

.bgnav {
  margin-top: 10px;
  margin-left: 0px !important;
}

/* MENU */

.logo {
  width: 165px;
  height: 115px;
  margin-left: 282px;
  height: auto;
}

.logoplanejamento {
  display: inline;
  width: 200px;
  height: 60px;
  max-width: 100%;
  height: auto;
}

.logoplanejamento-negativo {
  width: 150px;
  height: auto;
  margin: auto;
}

.bgnav {
  background-color: #f9f9f9;
  border-radius: 10px;
  font-weight: bold;
  margin-left: 15px !important;
}


.bgnav li {
  padding-right: 10px;
  padding-left: 10px;
  color: #b9cde5;
}

.nav-link {
  color: #808080;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.nav-link:hover {
  color: #b9cde5;
}


.line {
  width: 100%;
}




/* LISTA */

.lista {
  text-align: left;
}


/* FOTO */

.foto {
  display: flex;
  width: 100%;
  text-align: center;
  margin: 30px 0px;
}


.marcacao {
  margin: 10px 300px;
}

/* PAINEL */

.modal-panel {
  display: flex;
  justify-content: center;
  border: none;
  width: 100% !important;
  height: 100vh !important;
  margin-top: -9px;
  padding: 0px 200px;
  overflow: hidden;
}

.section-description {
  text-align: center;
  margin: 50px 145px;
}

/* GRID */

.grid {
  display: grid;
  margin: 0% 9%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px 5px;
  grid-auto-flow: row;
  grid-template-areas:
    "g1 g2 g2"
    "g1 g3 g4"
    ". . .";
}

.grid2 {
  display: grid;
  margin: 0% 14%;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
}

.g5 {
  grid-area: 1 / 1 / 2 / 2;
}

.g1 {
  grid-area: g1;
  /* width: 637px;
  height: 596px; */
}

.g1 img {
  grid-area: g1;
  /* width: 637px;
  height: 596px; */
}

.crrg {
  position: relative;
  margin-left: -50px;
  margin-top: -127px;
  z-index: 1;
}

.crr {
  position: relative;
  margin-left: -50px;
  margin-top: -100px;
  z-index: 1;
}

.g2 {
  grid-area: g2;
  background-image: url(../img/2.png);
  background-size: cover;
}

.g3 {
  grid-area: g3;
  background-image: url(../img/3.png);
  background-size: auto;
  background-position: top;
}

.g4 {
  grid-area: g4;
  background-image: url(../img/3.png);
  background-size: cover;
}

.g5 {
  grid-area: g5;
  background-image: url(../img/img-grid-4.png);
  background-size: cover;
}

.cards {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 30px;
  position: relative;
  z-index: 2;
}

.titulo-card,
.descricao-card {
  margin: 5px !important;
}

.titulo-card {
  align-self: flex-start;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--branco);
  border: 2px solid var(--branco);
  padding: 5px 10px;
  font-size: 15px;
  font-weight: bold;
}


.descricao-card {

  font-size: 18px !important;
  color: var(--branco) !important;
}

.descricao-card-g1 {

  font-size: 18px !important;
  color: var(--branco) !important;
  margin-top: 15px !important;
}


.dgd {
  position: relative;
  background-size: cover;
  background-position: center;
}

.dgd::before {
  content: "";
  position: absolute;
  top: 67%;
  left: 0;
  width: 100%;
  height: 33%;
  background-image: linear-gradient(to top, rgba(10, 43, 95, 0.557), transparent);
  z-index: 1;
}

.dgd:hover::before {
  transition: 0.3s;
  background-image: linear-gradient(to top, rgba(9, 22, 41, 0.765), transparent);
}




@media screen and (min-width: 1245px) {
  .navbar-collapse {
    display: none !important;
  }
}


/* FOOTER */

.footer-trilhas {
  margin-top: 99px !important;
  width: 100% !important;
  color: var(--branco) !important;
  font-size: 14px !important;
}

.footer2 {
  margin-top: 271px;
  margin-bottom: -16px;
  width: 100% !important;
  color: var(--branco) !important;
  font-size: 14px !important;
}

footer {
  margin-top: 48px;
  margin-bottom: -16px;
  width: 100% !important;
  color: var(--branco) !important;
  font-size: 14px !important;
}


footer>h4 {
  font-weight: bolder;
  margin: 0px;
  padding: 0px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.25;
  list-style: none;
}

.footer-list p {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 25px !important;
}

.footer-link {
  text-decoration: none;
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}

.img-footer {
  width: 190px;
}

.logos-footer {
  display: flex;
  gap: 20px;
  padding: 10px 0px 0px 0px;

}

.logos-footer2 {
  margin: 0px;
  padding: 0px 30px 0px 0px;
}

.logos-footer2 a {
  margin: 0px;
  padding: 0px 30px 0px 0px;
}

#footer_content {
  background-color: var(--azulescuro);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 2rem 3.5rem 0.5rem 5rem;
}

#footer_contacts {
  margin-bottom: 0.75rem;
  padding: 0px 0px 0px 32px;
}

#footer_socialmedia {
  display: flex;
  text-decoration: none;
  gap: 2rem;
}

#footer_socialmedia,
.footer-link {
  height: 2.5rem;
  width: 2.5rem;
  color: var(--branco);
  transition: all 0.4s;
}

#footer_socialmedia,
.footer-link i {
  font-size: 30px;
}

#footer_socialmedia,
.footer-link:hover {
  color: #b9cde5;
}

.fim {
  text-align: center !important;
  color: var(--branco) !important;
  background-color: var(--azulescuro) !important;
  font-size: 14px !important;
  padding: 12px;
}

@media screen and (max-width: 950px) {
  #footer_content {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .menuu {
    padding: 0PX;
  }
}

@media screen and (max-width: 575px) {
  #footer_content {
    display: flex;
    flex-direction: column;
  }

  .menuuu {
    padding: 0px;
  }

  .ml-img-comunidade {
    margin-left: 0px !important;
  }

  .fts-encontro {
    width: 400px !important;
    height: 277px;
  }

  .video3 {
    display: block;
    margin: auto;
    width: 450px !important;
    height: 350px !important;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
  }

  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 55%;
    top: 90px;
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}


@media screen and (max-width: 991px) {
  .grid {
    display: flex;
    flex-direction: column;
  }

  .dgd {
    height: 180px;
  }

  .carousel-item {
    height: 300px;
  }

  .d-md-block {
    display: block !important;
  }

  .crr {
    position: absolute;
    margin-left: -35px;

  }

}


.img-oque-e {
  width: 100%;
}

.titulo-o-que-e {
  color: #000;
  font-weight: bold;
}

.titulo-cardd {
  align-self: flex-start;
  border: 2px solid #fff;
  padding: 15px 10px;
  font-weight: bold;
  color: #000;
}

.box-o-que-e {
  border-radius: 10px;
  padding: 0px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  margin-left: 30px;
  width: 350px;
}

.box-o-que-e p {
  padding: 0px 15px;
  font-size: 17px;

}

.texto-site {
  font-size: 117px;
}

.texto-pldo {
  font-size: 17px !important;
  color: #0C7B4D !important;
}

.texto-ploa {
  font-size: 17px !important;
  color: #005395 !important;
}



.bulet h3::after {
  content: '';
  position: relative;
  display: block;
  width: 80px;
  height: 3px;
  background: #dda301;
  top: 5px;
  bottom: 0;
  left: calc(50% - 50px);
}

.bulet h2::after {
  content: '';
  position: relative;
  display: block;
  width: 80px;
  height: 3px;
  background: #dda301;
  top: 5px;
  bottom: 0;
  left: calc(50% - 50px);
}


.img-sobre,
.img-pldo {
  width: auto;
  height: auto;
}

.img-agenda,
.img-pod,
.img-lde,
.img-altorc,
.img-troca,
.img-pl {
  width: auto;
  height: auto;
}


.linha-home {
  width: 71%;
  height: 2px;
}



@media screen and (min-width: 1300px) {
  .logoplanejamento-negativo {
    display: none;
  }
}


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

  .links,
  .bulets,
  .logoplanejamento {
    display: none;
  }

  .topo {
    justify-content: space-around;
  }

  .bgnav {
    margin-left: 0px !important;
  }

  .logo {
    margin-left: 0px !important;
  }
}

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

  .logo {
    width: 120px;
    height: 50px;
  }

  .bgnav li {
    padding-right: 5px;
    padding-left: 5px;
  }

  .link-topo {
    margin-left: 48px;
  }

  .nav-link {
    font-size: 12px;
  }

  .descricao-card {
    font-size: 14px !important;
  }

  .titulo-card {
    font-size: 12px;
  }

  .dropdown-menu {
    font-size: 12px;
  }

  .text-email {
    margin-top: 160px !important;
  }

  .box-form {
    margin-top: 45px !important;
  }

  .box-email {
    margin-top: 46px !important;
  }


  .linha-home {
    width: 100%;
    height: 2px;
  }

  .text-agenda {
    margin-top: 50px !important;
  }

  .dvagmb {
    margin-left: 50px !important;
  }

  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    height: auto;
  }

  .mt-mb {
    margin-top: -10px !important;
  }

  .dropdown-item {
    font-size: 14px;
  }

  .descricao-card-g1 {

    font-size: 14px !important;
  }

  .bulets {
    margin-right: 95px;
  }

  .galeria-evento {
    margin-left: 20px !important;
    gap: 15% !important;
    list-style: none;
  }

  .galeria-evento-conseplan {
    margin-left: 20px !important;
    gap: 15% !important;
    list-style: none;
  }

  .produto {
    color: var(--branco);
    font-size: 14px;
    margin-left: 20vh !important;
    text-decoration: none;
  }

  .mt-100 {
    margin-top: 50px !important;

  }


}

@media all and (min-width: 992px) {

  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}

@media screen and (max-width: 1650px) {
  .logoplanejamento {
    margin-right: 0px;
  }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }

  .img-agenda {
    max-width: 100%;
    height: auto;
  }

  .produto {
    display: none;
  }

  .mt-mb2 {
    margin-top: 100px !important;
  }
}

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

  .logo,
  .links {
    margin-left: 100px;
  }
}

/* ============ small devices .end// ============ */

.card-atribuicoes {
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}

.email-atribuicoes {
  color: #666666;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}


.titulo-atribuicoes {
  font-weight: bold;
  justify-content: center;
}


.card-atribuicoes2 {
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-left: 30px;
  width: 390px;
}

.text-agenda {
  color: #000;
  font-weight: bold;
}



.text-email {
  display: flex;
  color: #000;
  font-weight: bold;
  justify-content: start !important;
  margin-top: 270px;

}

.text-whats {
  display: flex;
  color: #000;
  font-weight: bold;
  justify-content: center !important;
}

.titulo-form {
  color: #000 !important;
  font-weight: bold;

}

.box-form {
  margin-top: 122px;
  text-align: end !important;
}


.box-whats {
  margin-top: 0px !important;
  text-align: center !important;
}


.text-clique-form {
  font-size: 12px !important;
  color: var(--azulescuro) !important;
  font-weight: bold;
  margin-top: -15px !important;

}


.titulo-email {
  color: #000 !important;
  font-weight: bold;

}

.box-email {
  margin-top: 122px;
  text-align: start !important;
}


.text-clique-email {
  font-size: 12px !important;
  color: #000 !important;
  font-weight: bold;
  margin-top: -15px !important;

}



.titulo-whats {
  color: #000 !important;
  font-weight: bold;
  text-align: center !important;

}


.text-clique-whats {
  font-size: 12px !important;
  color: var(--azulescuro) !important;
  font-weight: bold;
  margin-top: -15px !important;
  text-align: center !important;

}


.text-legenda {
  display: flex;
}

.text-legenda p {

  margin-left: 15px;
  margin-top: 2px !important;
}



.link-dec-credito {
  color: #666666 !important;
  text-decoration: none;

}


.link-dec-credito:hover {
  color: #666666;
  text-decoration: none;
  opacity: 0.5;
}

.link-pldo {
  color: var(--azulescuro) !important;
  text-decoration: none;
  font-weight: bold;
}

.link-ploa {
  color: var(--azulescuro) !important;
  text-decoration: none;
  font-weight: bold;
}

.link-ploa:hover {
  text-decoration: none;
  opacity: 0.5;
}

.link-pldo2 {
  color: #0C7B4D !important;
  text-decoration: none;
  font-weight: bold;
}


.link-pldo:hover {
  color: #666666;
  text-decoration: none;
  opacity: 0.5;
}

.link-pldo2:hover {
  color: #0C7B4D;
  text-decoration: none;
  opacity: 0.5;
}

.img-bg-legislacao {
  width: auto;
  height: auto;
}

.texto-home ul,
li {
  font-size: 17px !important;
}


.texto-bv {
  color: #000 !important;
}

.bulet-redeplan {
  width: 85px;
  height: 25px;
}

.bulet-redinv {
  width: 80px;
  height: 25px;
}

.bulet-form-mb {
  display: none;
}

.bulet-email-mb {
  display: none;
}

.bulet-whats-mb {
  display: none;
}

.box-pldo {
  background-color: #F2F8EE;
}

.box-ploa {
  background-color: #EAF7FB;
}

.box-pldo26 {
  background-color: #e4c5b2;
}

.titulo-box-pldo {
  color: #60AC81;
  font-weight: bold;
  padding: 3%;
}

.titulo-box-pldo26 {
  color: #de7e3f;
  font-weight: bold;
  padding: 3%;
}

.titulo-box-ploa {
  color: #005395;
  font-weight: bold;
  padding: 3%;
}

.texto-box-pldo {
  color: #60AC81 !important;
  text-decoration: none !important;

}

.texto-box-pldo26 {
  color: #de7e3f !important;
  text-decoration: none !important;

}

.texto-box-ploa {
  color: #005395 !important;
  text-decoration: none !important;

}

.texto-box-pldo a {
  color: #60AC81 !important;
  text-decoration: none !important;

}

.texto-box-pldo26 a {
  color: #de7e3f !important;
  text-decoration: none !important;

}

.texto-box-pldo26 a:hover {
  opacity: 0.5;
}


.texto-box-ploa a {
  color: #005395 !important;
  text-decoration: none !important;

}

.texto-box-pldo a:hover {
  opacity: 0.5;
}

.texto-box-ploa a:hover {
  opacity: 0.5;
}

.down-box-pldo {
  color: #60AC81 !important;
  text-decoration: none;
  font-size: 13px;
}

.down-box-pldo26 {
  color: #de7e3f !important;
  text-decoration: none;
  font-size: 13px;
}

.down-box-ploa {
  color: #005395 !important;
  text-decoration: none;
  font-size: 13px;
}

.img-box-pldo {
  width: 307px;
  height: 429px;
  margin: auto;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bulet2 h3::after {
  content: '';
  position: relative;
  display: block;
  width: 80px;
  height: 3px;
  background: pink;
  top: 5px;
  bottom: 0;
  left: calc(50% - 50px);
}

.bulet-bv h5::before {
  content: '';
  position: relative;
  display: block;
  width: 336px;
  height: 2px;
  background-image: url("../img/rc.png");
  top: 13px;
  bottom: 0;
  left: calc(24% - 50px);
}

.bulet-bv h5::after {
  content: '';
  position: relative;
  display: block;
  width: 336px;
  height: 2px;
  background-image: url("../img/rd.png");
  top: -13px;
  bottom: 0;
  left: calc(61% - 50px);
}


.breadcrumb li a {
  color: #808080;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-item {
  color: #808080;
  font-size: 15px !important;
  font-weight: 500;
}

.titulos-ca {
  color: var(--azulescuro);
}

.titulos-fd {
  color: var(--azulescuro);
}

.redes-rodape {
  width: 28px;
}

.box-solicitacoes {

  background-color: #F6FBFE;
  padding: 20px;

}

.panel {
  border: none;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.video {
  display: block;
  margin: auto;
  width: 500px;
  height: 281px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}

.video2 {
  display: block;
  margin: auto;
  width: 820px;
  height: 461px;
  border: 1px solid transparent;
  border-radius: 10px;
}

.video3 {
  display: block;
  margin: auto;
  width: 500px;
  height: 282px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}

.box-video1 {
  width: 880px;
  height: 630px;
  color: #fff;
  padding-top: 15px;
  background-color: #3B3838;
  border-radius: 20px 0px 0px 20px;

}

.box-video2 {
  background-color: #4B4747 !important;
  border-radius: 0px 20px 20px 0px;
}

.texto-box-video2 {
  color: #ccccccff !important;
}

.texto-box-video2:hover {
  color: #f9f9f9ff !important;
}



.titulo-video {
  color: #fff;
}

.texto-video {
  color: #fff !important;
  margin-left: 50px;
}



.data-video {
  font-size: 15px !important;
}


.div-projetos {
  display: flex;
}

.titulo-projetos {
  color: var(--azulescuro) !important;
  text-decoration: none;
  font-weight: bold;
  height: 30px;
  margin: 5px 10px !important;
}

.icon-projetos {
  width: 30px;
  height: 30px;
}

.texto-evento {
  font-size: 14px !important;
  font-weight: 500;
}

.equipe {
  margin-top: 10px;
  line-height: 8px;
}

.box-o-que-conter {
  background-color: #EAF7FB;
  padding: 20px;
  margin: 30px;
}

.titulo-metodologia {
  color: #000;
}


.titulo-nao-impactam {
  color: #b2d59bff;
}

.titulo-impactam {
  color: #F8CBAD;
}


.lista-pdg {
  list-style: none;
}

.bgas {
  color: #fff;
  background-color: #237BB7;
}

.bgas:not(.collapsed) {
  color: #fff;
  background-color: #237BB7;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.bgasu {
  color: #fff;
  background-color: #1D6697;
}

.bgasu:not(.collapsed) {
  color: #fff;
  background-color: #1D6697;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.bgasuba {
  color: #fff;
  background-color: #18557E;
}

.bgasuba:not(.collapsed) {
  color: #fff;
  background-color: #18557E;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.bgasups {
  color: #fff;
  background-color: #14476A;
}

.bgasups:not(.collapsed) {
  color: #fff;
  background-color: #14476A;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.msgsucesso {
  color: #00d400ff;
}


.titulo-texto {
  color: var(--azulescuro) !important;
}

.titulo-texto2 {
  color: #168036 !important;
}


.style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(44, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #3B3838;
}



.galeria-evento {
  margin-left: 80px;
  gap: 15%;
  list-style: none;
}

.galeria-evento button {
  border-style: none;
  background-color: transparent;
}

.galeria-evento button:hover {
  border-style: none;
  background-color: transparent;
  opacity: 0.7;
}

.galeria-evento-conseplan {
  gap: 3%;
  list-style: none;
}

.galeria-evento-conseplan button {
  border-style: none;
  background-color: transparent;
}

.galeria-evento-conseplan button:hover {
  border-style: none;
  background-color: transparent;
  opacity: 0.7;
}



.formcad {
  color: #479347;
  font-weight: bold;
  font-size: 20px;
}

.formcad:hover {
  color: #43d343;
  font-weight: bold;
  font-size: 20px;
}

.bg-encontro {
  background-color: #F8F3E4;
  margin-top: -7px;
  margin-bottom: -80px;
}

.bg-oficina-de-receita {
  background-color: #fff;
  margin-top: -7px;
  margin-bottom: -80px;
}

.bg-4-encontro {
  background-color: #E8F0E9;
  margin-top: -7px;
  margin-bottom: -80px;
}

.bg-oficinas {
  background-color: rgb(38, 80, 154);
  margin-top: -7px;
  margin-bottom: -80px;
}

.texto-encontro {
  color: #594817 !important;
  font-weight: 600;
}

.texto-oficina-receita {
  color: #000 !important;
  font-weight: 400;
}

.texto-4-encontro {
  color: #0d4367 !important;
  font-weight: 600;
}

.texto-oficina {
  color: #fff !important;
  font-weight: 600;
}

.btn-encontro {
  --bs-btn-color: #594826;
  --bs-btn-bg: #dec579;
  --bs-btn-border-color: #F8F3E4;
  --bs-btn-hover-color: #594826;
  --bs-btn-hover-bg: #fee294;
  --bs-btn-hover-border-color: #fee294;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #594826;
  --bs-btn-active-bg: #fee294;
  --bs-btn-active-border-color: #fee294;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #594826;
  --bs-btn-font-weight: 600;
}

.btn-4-encontro {
  --bs-btn-color: #0d4367;
  --bs-btn-bg: #f4cf5a;
  --bs-btn-border-color: #f4cf5a;
  --bs-btn-hover-color: #0d4367;
  --bs-btn-hover-bg: #debc52;
  --bs-btn-hover-border-color: #debc52;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #0d4367;
  --bs-btn-active-bg: #f4cf5a;
  --bs-btn-active-border-color: #f4cf5a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f4cf5a;
  --bs-btn-font-weight: 600;
}

.btn-4-encontro-esgotado {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c55b11;
  --bs-btn-border-color: #c55b11;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c55b11;
  --bs-btn-hover-border-color: #c55b11;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c55b11;
  --bs-btn-active-border-color: #c55b11;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c55b11;
  --bs-btn-font-weight: 700;
}

.btn-oficina {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ed7d31;
  --bs-btn-border-color: #ed7d31;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c76b2c;
  --bs-btn-hover-border-color: #c76b2c;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c76b2c;
  --bs-btn-active-border-color: #c76b2c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-font-weight: 600;
}


.ml-img-comunidade {
  margin-left: 50px;
}

.data-conseplan {
  margin-top: -15px !important;
  font-size: 14px !important;
  font-style: italic;
}

.tab-rec {
  text-decoration: underline;
  font-weight: bold;
}

.t {
  text-align: center;
}

.link-oficina {
  color: #ed7d31 !important;
  text-decoration: none;
  font-weight: bold;
}

.link-oficina:hover {
  color: #c76b2c !important;
  text-decoration: none;
}

@media (min-width: 768px) {
  .offset-fc {
    margin-left: 31.5%;
  }
}

.box-t {
  gap: 100px;
}

.box-t2 {
  gap: 15px;
}


.box-trilhas p {
  color: #376092 !important;
  font-weight: 600;
  font-size: 20px !important;
  margin-top: 10px !important;
}

.box-trilhas2 p {
  color: #000 !important;
  font-weight: 600;
  font-size: 20px !important;
  padding: 10px !important;
  margin-top: 10px !important;
}

.box-trilhas {
  background-color: #ddd9c3;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.box-trilhas2 {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.box-trilhas2:hover {
  background-color: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.box-trilhas::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 280%;
  background: linear-gradient(0deg,
      transparent,
      transparent 30%,
      rgba(55, 96, 146, 0.3));
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}


.box-trilhas:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}


.icon-trilhas {
  color: #376092;
  font-size: 50px !important;
  padding: 10px;
}

.icon-trilhas2 {
  color: #849fc5;
  font-size: 50px !important;
  padding: 10px;
}

.titulo-trilhas {
  font-size: 25px !important;
  font-weight: 700;
  color: var(--azulescuro) !important;
}

.lista-trilhas {
  list-style: none;
}

.linha {
  flex: 0 0 auto;
  width: 1%;
  border-left: 3px solid #eee;
}

.img-agenda-de-atividades{
  width: 860px;
  height: 520px;  
}


.img-topo{
  width: 100%;
  height: 100%;  
}

.box-identidade{
  background-color: #f9f9f9;
  padding: 20px 20px;
}

.li-identidade{
  font-weight: bold;
  color: #666666;
}

.li-identidade:hover{
  font-weight: bold;
  color: #b9cde5;
}