

  ::-webkit-scrollbar-track { background: rgba(0,0,0,0.08)}
  ::-webkit-scrollbar { width: 5px; background: rgba(0,0,0,0.03)}
  ::-webkit-scrollbar-thumb { background:rgb(5,90,155)}
  ::-webkit-scrollbar-thumb:hover { background:rgb(5,90,155)}
  
  body {
    margin:0;
    padding:0;
    color:rgb(50,50,50);
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    line-height:20px;
  }
  
  a {
    color:rgb(5,90,155);
    text-decoration: none !important;
  }
  
  a:hover {
    color:#000;
    text-decoration: none !important;
  }
  
  .relative {
    position: relative;
  }
  
  .absolute {
    position: absolute;
  }
  
  .banner {
    width:100%;
    height:600px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    background-color: rgb(0,0,0);
  }

  .banner img {
    width:100%;
    filter:opacity(.5);
    height: 600px;
    object-fit: cover;
    object-position: center;
  }

  .tns-nav {
    position: absolute;
    right:25px;
    /* top:15px; */
    z-index: 98 !important;
  }
  
  .tns-nav button {
    height:2px !important;
    padding:3px 10px !important;
    border-radius: 20px !important;
    border: 0 !important;
    margin: 1px !important;
    background-color: rgb(200,200,200) !important;
  }
  
  .tns-nav button.tns-nav-active {
    background-color: #333 !important;
    color: #fff;
  }

  .bg-light {background-color:rgba(5,90,155,.1) !important}

  .banner .row .col-ce1-4:nth-of-type(1) {background-color:#009ee2; height:8px;}
  .banner .row .col-ce1-4:nth-of-type(2) {background-color:#b6d384; height:8px;}
  .banner .row .col-ce1-4:nth-of-type(3) {background-color:#e1e4da; height:8px;}
  .banner .row .col-ce1-4:nth-of-type(4) {background-color:#f2dd88; height:8px;}
  .banner .row .col-ce1-4:nth-of-type(5) {background-color:#d83d3d; height:8px;}
  .banner .row .col-ce1-4:nth-of-type(6) {background-color:#edadce; height:8px;}

  .banner form {
    position: absolute;
    width: 40%;
    top:40%;
    left:30%;
    z-index: 10;
    text-align: center;
  }

  #form-busca{
    position: relative;
  }

  #form-busca input {
    height:38px;
    line-height:50px;
    width:100%;
    border-radius:8px 0 0 8px;
    border:0;
    padding:0 20px;
    background-color: rgba(0,65,120,.1);
  }

  #form-busca button[type="submit"] {
    position: absolute;
    top:0;
    right:-10px;
    background-color: #009ee2;
    color:rgb(255,255,255);
    border:0;
    width:50px;
    height:38px;
    line-height:52px;
    border-radius:0 8px 8px 0;
  }

  .acessibilidade {
    display:flex;
    align-items: center;
    height:30px;
  }
  
  .acessibilidade a {
    text-decoration: none;
    margin:0 4px;
  }
  
  .acessibilidade a i {
    font-size:12px;
    color:rgba(255,255,255,.7);
    transition: all .2s ease;
  }
  
  .acessibilidade a:hover i {
    color:rgb(255,255,255);
    font-size:16px;
  }
  
  hr {
    width:100%;
    height:1px;
    background-color:rgb(220,220,220);
    padding:0;
    margin:20px 0 !important;
    border:0;
  }
  
  h2 {
    font-size: 36px;
    line-height: 110%;
    margin:20px 0;
  }
  
  h3 {
    font-size: 28.8px;
    line-height: 110%;
  }
  
  h4 {
    font-size: 25.6px;
    line-height: 110%;
    margin:20px 0;
  }
  
  h5 {
    font-size: 19px;
    line-height: 110%;
  }
  
  h6 {
    font-size: 17.6px;
    line-height: 110%;
    margin:20px 0;
  }
  
  .nopadding {
    padding:0 !important;
  }
  
  .nomargin {
    margin:0 !important;
  }
  
  .text-justify {
    text-align: justify;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-right {
    text-align: right;
  }
  
  .border {
    border:1px solid rgb(220,220,220);
  }

  
  
  
  
  /* ----- MENU ----- */

  .navbar-nav {
    padding-left: 40px;
    width: 88%;
    display: flex;
    box-shadow:none
  }

  .dynamika-menu-nav-forest {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }
  
  .dynamika-menu-ul-forest {
    margin:0;
    padding:0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .dynamika-menu-span-sub ul{
    margin: 0;
    padding: 0;
    z-index: 2;
  }
  
  .dynamika-menu-li-root {
    z-index: 1 !important;
    max-width: 100%;
    justify-content:center !important;
    margin:3px;
    position: relative;
    display:flex !important;
    text-align: center !important;
    border:1px solid rgb(220,220,220);
    border-radius:6px;
  }
  
  .dynamika-menu-a-root , .dynamika-menu-a-root:hover {
    align-items: center !important;
    color: #009ee2;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 20px;
    text-align: center !important;
  }

  .dynamika-menu-a-root:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(47, 45, 126);
    transition: width 0.3s ease;
  }

  .dynamika-menu-a-root:hover:after {
    width: 100%;
  }
  
  .dynamika-menu-span-items {
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    display: flex; 
    flex-direction: column;
    position: absolute; 
    top: 44px !important;
    left: 0;
    width: 230px;
    border: 1px solid rgb(47, 45, 126);
    border-radius: 10px;
    background-color:rgb(255, 255, 255) !important;
    z-index: 99 !important;
    pointer-events: none;
  }
  
  .dynamika-menu-li-root:hover {
    color:rgb(255,255,255);
  }
  
  .dynamika-menu-li-root:hover .dynamika-menu-span-items {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  
  .dynamika-menu-li-link {
    position: relative;
  }
  
  .dynamika-menu-span-sub {
    width:100%;
    display:flex;
    flex-direction: column;
    position: relative;
  }
  
  .dynamika-menu-span-sub h3 {
    position: relative;
    display: block;
    text-align: left !important;
    text-decoration: none !important;
    color: rgb(50, 50, 50);
    font-size: 13px;
    padding: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px !important;
  }
  
  .dynamika-menu-span-sub a + ul {
    display:none;
  }
  
  .dynamika-menu-span-sub:hover a + ul  {
    display:block;
    position: absolute;
    top: 0;
    left: 230px;
    border-radius: 0px 10px 10px 0px;
    background-color:rgb(255, 255, 255) !important;
    width:230px;
  }
  
  .dynamika-menu-li-link {
    list-style: none;
    margin-left: 0px;
    padding: 2px;
  }
  
  .dynamika-menu-a-link {
    display: block;
    text-align: left !important;
    text-decoration: none !important;
    color: rgb(50, 50, 50);
    font-size: 13px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    
  }

  .dynamika-menu-li-link:after, .dynamika-menu-span-sub h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: rgb(47, 45, 126);
    transition: width 0.3s ease;
    z-index: 1;
  }

  .dynamika-menu-li-link:hover:after, .dynamika-menu-span-sub h3:hover::after {
    width: 100%;
  }
  
  .dynamika-menu-a-link:hover, .dynamika-menu-span-sub h3:hover{
    text-decoration: none !important;
    color: rgb(47, 45, 126) !important;
  }

  .dynamika-menu-span-sub:hover h3::after {
    width: 100%;
  }

  .dynamika-menu-responsivo-wrapper {
    top: 19px !important;
  }
  
  .dynamika-menu-responsivo-wrapper button {
    background-color: #009ee2 !important;
  }
  
  .dynamika-menu-responsivo-wrapper button:hover{
    background-color: #009ee2 !important;
  }
  
  .dynamika-menu-responsivo-wrapper ul {
  background-color: #009ee2 !important;
  }

  .titulo-interno {
    padding:0;
    margin:25px 0 30px 0;
  }
  
  .titulo-interno h2 {
    font-size:16px;
    line-height:50px;
    margin:0 0 0 25px;
    border-bottom:1px solid rgb(47, 45, 126);
    font-weight:bold;
    color:rgb(50,50,50);
    padding:5px 70px 4px 0;
  }

  .hidden-summary .summary {
    display:none;
  }

  .summary {margin-bottom:20px; text-align:center}

  .summary-none{
    display: none;
  }

  .padding10V {
    padding: 10px 0;
  }

    /*----- BOX EVENTO ----- */
  
 
.box-evento {
	border-left:1px solid rgb(210,210,210);
	border-top:1px solid rgb(210,210,210);
	border-right:1px solid rgb(215,215,215);
	border-bottom:1px solid rgb(200,200,200);
	border-radius:8px;
	display:flex;
	flex-direction: column;
	height:420px;
	margin-bottom:30px;
	overflow: hidden;
}

.box-evento img {
	width:100%;
	height:350px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-bottom:1px solid rgb(210,210,210);
}

.box-evento-texto {
	padding:20px;
	overflow-y: auto;
	height:300px;
}

.box-evento-texto h5 {
	font-size:16px !important;
}

.bg-protocolo {
  background-color: rgb(235,235,235);
  padding:30px;
  border-radius:6px;
  text-align: center;
}

.bg-protocolo a{
  text-align: center;
  border-radius:16px;
  margin-top: 15px;
}

.box-agendamento , .box-solicitacao {
  padding:25px;
  margin:30px 0;
  border-radius:12px;
}


.btn-status{
  padding:6px 12px;
  font-size:11px;
  line-height:16px;
  font-weight:bold;
  border-radius:30px;
  text-transform: uppercase;
  transition: all .2s ease;
  color:#fff;
  position: absolute;
  right:30px;
  top:11px;
}

.FI{
  border: 2px solid #e63131;
  background-color:#e63131;
}

.AB{
  border: 2px solid #55B863;
  background-color: #55B863;
}

.FR{
  border: 2px solid #e63131;
  background-color: #e63131;
}

.DE{
  border: 2px solid #e63131;
  background-color: #e63131;
}

.RE{
  border: 2px solid #e63131;
  background-color: #e63131;
}

.SS{
  border: 2px solid #f86a0b;
  background-color: #f86a0b;
}

.EA{
  border: 2px solid rgb(255,200,50);
  background-color: rgb(255,200,50);
}



/*----- BOX TRANSPARÊNCIA ----- */
  
.box-transparencia {
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.transparencia {
  display: flex;
  flex-direction: column;
  border:1px solid rgb(220,220,220);
  border-radius:8px;
  margin:10px;
  flex-basis:320px;
  flex-grow: 1;
  flex-shrink: 0;
  padding:20px;
  text-align: center;
}

.transparencia span {
  color:rgb(47, 45, 126);
  font-size:50px;
  line-height:40px;
  margin:0;
  padding:0;
}

.transparencia h3 {
  padding:10px 0 15px 0;
  margin:0;
  font-size:20px;
  line-height:22px;
  text-transform: uppercase;
  font-weight:900;
}

.transparencia ul {
  margin:0;
  padding:0 20px;
}

.transparencia ul li {
  text-align: left;
  font-size:13px;
  line-height:15px;
  margin-top:3px;
}

.transparencia ul li a:hover {
  text-decoration:underline !important;
}

  /* ----- ICONES COMPARTILHAMENTO ----- */
  
  .icone {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding:7px 4px;
    color: #FFF;
    font-size: 13px;
    line-height:13px;
    text-align: center;
    margin-top:10px;
    margin-bottom:10px;
    border-radius:4px;
    transition: all .3s ease;
  }

  .icone:hover {
    color:rgb(120,120,120);
    background-color:rgb(230,230,230);
  }

  .icone-print {
    color: #000;
    border:1px solid rgb(210,210,210)
  }

  .icone-twitter {
    background-color: #000000;
  }

  .icone-whatsapp {
    background-color: #55B863;
  }

  .icone-facebook {
    background-color: #366EA7;
  }

  .icone-linkedin {
    background-color: #326BA4;
  }

  /*----- BREADCRUMB -----*/

  .breadcrumb {
    list-style:none !important;
    font-size:0.75em !important;
    padding:20px 15px 15px 15px !important;
    font-family:"Roboto Flex", sans-serif;
    margin:0 !important;
    background-color:transparent !important;
    text-align: right !important;
  }
  
  .breadcrumb a {
    color:rgb(47, 45, 126);
  }

  .box-voltar {
    border-top:1px solid rgb(230,230,230);
    margin-top:60px;
    padding:20px 0;
    text-align:right;
  }

  .btn-padrao {
    border:2px solid #009ee2;
    background-color: transparent;
    color:rgb(50,50,50);
    padding:8px 20px;
    font-size:12px;
    line-height:12px;
    font-weight:bold;
    border-radius:4px;
    text-transform: uppercase;
    transition: all .5s ease;
    margin-top:15px;
  }
  
  .btn-padrao:hover {
    background-color:rgb(47, 45, 126);
    border:2px solid rgb(47, 45, 126);
    color:rgb(255,255,255);
  }


  /* ----- BOX LISTAGEM PADRÃO ----- */

.box-lista {
  border-radius:12px;
  position:relative;
  margin:0 0 30px 0 !important;
  overflow: hidden;
  border:1px solid rgb(230,230,230);
}

.box-lista .imagem-lista{
  width:100%;
  height:200px;
  overflow:hidden;
}

.box-lista img {
  width:100%;
  height:200px;
  object-fit: cover;
  object-position: center;
  transition: all .3s ease;
}

.box-lista:hover img{
  width:100%;
  object-fit: cover;
  object-position: center;
}

.box-lista .texto{
  padding:20px 20px 20px 20px;
  color:#000;
}

.box-lista hr{
  padding:0 !important;
  margin:15px 0 !important;
}

.box-lista h4{
  font-size:1.2em;
  text-transform: uppercase;
  margin:0 20px 8px 0;
  font-family:'Montserrat',sans-serif;
}

.box-lista small{
  font-size:1em;
  line-height:1.2em;
  padding:0;
  margin:0;
  display:block;
}

.tarja {
  position: absolute;
  bottom:0;
  right:15px;
  padding:0;
  font-size:.7em;
  font-weight:bold;
  text-align:right;
  display:inline-block;
  height:10px;
  text-transform: uppercase;
  border-bottom:2px solid rgb(20,175,255);
  transition:all .5s ease;
}

.box-lista:hover .tarja{
  border-bottom:2px solid rgb(255,255,255);
  right:100%;
}

.box-lista p{
  max-height:60px;
  margin:0;
  padding:0;
  overflow: hidden;
  text-overflow:ellipsis;
}

.padding-busca {
  padding:15px;
  border-radius: 8px;
}


.btn-padrao-busca {
  padding:8px 14px !important;
  border:0 !important;
  border-radius:20px !important;
  margin:1px !important;
  font-size:15px !important;
  line-height:15px !important;
  height:35px !important;
  color: #FFF;
  background-color: #009ee2 !important;
}

.btn-padrao-busca svg {
  font-size:12px !important;
}

.btn-padrao-busca:hover{
  background-color:rgb(47, 45, 126) !important;
  color:#FFF !important;
}



.docs-anexos-1 {
  border:1px solid rgb(230,230,230);
  border-bottom:1px solid rgb(0,60,90);
  padding:10px 0;
  margin-bottom:8px;
  border-radius:12px;
  display:flex;
  flex-direction: row;
  text-align:left;
  transition:all .5s ease;
  position: relative;
}

.docs-anexos-1 a { 
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.docs-anexos-1 svg {
  margin-left: 10px;
  padding:8px 12px;
  border-radius:12px;
  background-color:rgb(0,170,80);
  font-size:45px;
  color:rgb(255,255,255) !important;
  z-index: 2;
}

.docs-anexos-1 p {
  margin:7px 10px 10px 15px;
  line-height:15px;
  font-size:16px;
  color:rgb(50,50,50);
  font-weight:900;
}

.docs-anexos-1 p small {
  display:block;
  margin-top:8px;
  font-size:11px;
}

.docs-anexos-1:hover {
  border:1px solid rgb(230,230,230);
  background-color:rgba(23,53,105);
  cursor:pointer;
}

.docs-anexos-1:hover svg , .docs-anexos-1:hover a, .docs-anexos-1:hover small, .docs-anexos-1:hover span, .docs-anexos-1:hover{
  color:rgb(255,255,255);
}

.docs-anexos-1 a:hover {
  color: rgb(255,200,50) !important;
}

.docs-anexos-1 .link-conv {
  font-size:11px;
}

.docs-anexos-1 .anexo-rastreio {
  font-size: 15px;
  line-height:30px;
  text-transform: uppercase;
  border-bottom:3px solid rgb(0,141,54);
}

/* -------- ANEXO  ---------- */

.box-anexos{
	border: 1px solid rgb(47, 45, 126);
	border-radius: 4px;
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
}

.box-anexos .titulo{
  margin-left: 15px !important;
  margin-right: 15px !important;
  margin-bottom: 0px;
  padding: 10px 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  background-color: rgb(47, 45, 126);
}

.box-anexos .titulo span:nth-of-type(1) {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 20px;
  color: rgb(47, 45, 126);
}

.box-anexos .titulo p {
  padding: 0;
  margin: 0 0 0 30px;
}

.box-anexos .titulo span:nth-of-type(2){
	display: none;
}

.box-anexos .titulo, .box-anexos .titulo span:nth-of-type(1){
	color: #FFF;
}

.btn-anexos {
	padding:15px;
	line-height:16px;
	font-size:12px;
	text-transform: uppercase;
	display:block;
	border-bottom:1px dashed rgb(210,210,210);
	color:rgb(50,50,50);
}

.btn-anexos i {
	font-size:10px;
	color:rgb(47, 45, 126);
}


.anexo-card {
	background: white;
	padding: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	height: 100%;
	border-left: 2px solid rgb(0, 151, 45);
}

.anexo-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.doc-icon {
	font-size: 2.0rem;
	color: rgb(0, 151, 45);
	margin-bottom: 15px;
}

.doc-title {
	color: #212529;
	margin-bottom: 5px;
	font-size: 1.1rem;
}

.doc-meta {
	color: #6c757d;
	font-size: 0.85rem;
	margin-bottom: 10px;
}

.me-1{
	margin-right: 3px;
}

.doc-actions .btn {
	padding: 5px 10px;
	font-size: 0.8rem;
}


/*----- SCROLL PARA O TOPO -----*/

.scrollTop {
  position: fixed !important;
  right: 10px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(47, 45, 126);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(47, 45, 126, 0.2);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
z-index: 2;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.scrollTop:hover {
  width: 65px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: rgb(47, 45, 126);
  align-items: center;
}

.scrollTop:hover .svgIcon {
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.scrollTop::before {
  position: absolute;
  bottom: -20px;
  content: "Topo";
  color: white;
  font-size: 0px;
}

.scrollTop:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  transition-duration: 0.3s;
}

.box-responsavel {
  overflow: hidden;
}

.container-responsavel{
  height: 170px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.foto-responsavel {
  width:100%;
  max-height:220px;
  object-fit: cover;
  object-position: top;
  border-bottom:5px solid rgb(160, 133, 104);
}

.box-responsavel img {
  border-radius:6px 6px 0 0;
  height: 400px;
  object-fit: cover;
  object-position: top;
}

.box-responsavel .container {
  border-radius:0 0 6px 6px;
}

.nome-responsavel {
  font-size:1.2em;
  font-weight:bold;
  padding:20px 0 5px 0;
  display:block;
}

.cargo-responsavel {
    font-size:1.05em;
    padding:0 20px 20px 20px;
    display:block;
}

.padding20 {
  padding:20px
}


.pagination {
  margin-top:40px;
  justify-content: center;
}

.pagination li {
  text-align: center;
  padding:1px;
  margin:1px;
  border:1px solid #FFF;
  border-radius:4px;
  height:32px;
}

.pagination li a {
  padding:5px 10px;
  line-height:30px;
  margin:0;
  transition: all .2s ease;
  color:rgb(47, 45, 126);
  font-family:'Roboto',sans-serif;
}

.pagination li:hover , .pagination li.active {
  border:1px solid rgb(230,230,230);
}

.pagination li:first-child , .pagination li:last-child {
  border:none;
  padding:5px 15px;
}

  footer {
    font-family: Arial, sans-serif;
    /* background: linear-gradient(135deg, #87CEEB 0%, #98FB98 100%); */
    background: linear-gradient(135deg, #b6d384 0%, #b6d384 100%);
    position: relative;
    overflow: hidden;
  }
  
  .footer-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Overlay sutil para profundidade */
    z-index: 1;
  }
  
  footer .container {
    z-index: 2;
  }
  
  footer a:hover {
    text-decoration: underline;
    color: #FFD700 !important; /* Destaque amarelo no hover */
  }
  
  footer .btn-primary {
    background-color: #FF69B4; /* Rosa para crianças */
    border-color: #FF69B4;
    transition: all 0.3s ease;
  }
  
  footer .btn-primary:hover {
    background-color: #FF1493;
    border-color: #FF1493;
    transform: scale(1.05); /* Efeito de zoom no hover */
  }
  
  footer .badge {
    font-size: 0.9rem;
  }
  
  footer i {
    transition: color 0.3s ease;
  }
  
  footer i:hover {
    color: #FFD700 !important;
  }

  .mapa-footer iframe{
    border: 3px solid #f2dd88 !important;
    border-radius: 16px;
    width: 100% !important;
    height: 200px !important;
    z-index: 1;
  }

  .donation-block {
    background: linear-gradient(135deg, rgb(47, 45, 126) 0%, #87CEEB 100%); /* Gradiente rosa-azul para tema infantil */
    position: relative;
  }
  
  .donation-card {
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.95); /* Fundo semi-transparente para destaque */
    transition: transform 0.3s ease;
  }
  
  .donation-card:hover {
    transform: scale(1.02); /* Efeito sutil de zoom */
  }
  
  .donation-block .btn-success {
    background-color: #28a745;
    border-color: #28a745;
    transition: all 0.3s ease;
  }
  
  .donation-block .btn-success:hover {
    background-color: #218838;
    transform: translateY(-2px);
  }
  
  .donation-block .list-unstyled li {
    margin-bottom: 0.5rem;
  }

  
  .news-card {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
  }
  
  .news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  
  .news-card img {
    transition: transform 0.3s ease;
  }
  
  .news-card:hover img {
    transform: scale(1.05); /* Zoom na imagem no hover */
  }
  
  .news-block .btn-outline-primary:hover {
    background-color: #009ee2;
    color: white;
  }
  
  .news-block .btn-primary {
    background-color: #009ee2;
    border-color: #009ee2;
    transition: all 0.3s ease;
  }

  .btn-outline-primary{
    border-color: #009ee2;
  }
  
  .news-block .btn-primary:hover {
    background-color: #009ee2;
    transform: translateY(-2px);
  }


  /* ATALHOS */

.atalhos-uteis {
  margin: -12px 0px !important;
}

.box-atalho {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lista-atalho {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 50px;
  text-decoration: none !important;
  margin-bottom: 30px;
}

.conteudo-atalhos {
  margin-top: 20px;
}

.atalho {
  flex: 0 0 220px;
  background-color: rgb(240, 240, 240);
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 8px 8px 20px 20px;
  padding: 20px;
  height: 220px;
  position: relative;
  border: 1px solid rgb(228, 228, 228);
  transition: all .3s ease;
}

.atalho:hover {
  background-color: #009ee2;
  transform: translateY(-5px);
}

.atalho:hover p,
.atalho:hover h3 {
  color: white !important;
}

.atalho h3 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-family: 'Mulish', sans-serif !important;
  font-weight: 300;
  color: #2d2d2d;
}

.atalho p {
  color: gray;
}

.lista-atalho span {
  position: absolute;
  top: -40px;
  padding: 15px;
  font-size: 34px;
  color: rgb(116, 108, 108);
  background-color: #009ee2;
  color: white;
  border: 9px solid white;
  border-radius: 50%;
  transition: all .4s ease;
}

.lista-atalho .atalho:hover span{
  transform: scale(1.08,1.08);
}

.resumo-links-servico {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.navbar-brand {
  font-size: 1.2rem;
  color: #007bff !important;
}

.navbar-brand:hover {
  color: #0056b3 !important;
}

.navbar-nav .nav-link {
  color: #333 !important;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: rgb(47, 45, 126) !important; /* Destaque rosa para tema infantil */
}

.navbar-toggler {
  border: none;
}

.text-primary{
  color: #009ee2 !important;
}

.bg-primary {
  background-color: rgb(47, 45, 126) !important;
}

.numeros {
  padding: 30px 30px 30px 30px;
  text-align: center;
  justify-content: center;
}

.numeros svg {
  font-size: 70px;
  text-align: center;
  margin: auto;
  display: block;
  color: rgb(255, 255, 255);
}

.numeros h4 {
  font-size: 26px;
  font-weight: bold;
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 30px;
  color: rgb(255, 255, 255);
}

.numeros p {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, .5);
}

.numeros .titulo {
  color: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif !important;
  border-bottom: 1px solid rgb(220, 220, 220);
  position: relative;
  margin-bottom: 20px;
}

.hero-bg { background: #eef6ff; border-radius: 0 0 30px 30px; padding: 40px 0; }
.card-servico {
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: 0.3s;
  height: 100%;
}
.card-servico:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.icon-box {
  width: 50px; height: 50px;
  background: rgb(47, 45, 126); color: white;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 15px; font-size: 1.2rem;
}
.step-box {
  border-left: 3px solid rgb(47, 45, 126);
  padding-left: 15px;
  margin-bottom: 20px;
}
.footer-info {
  background: #343a40;
  color: white;
  border-radius: 15px;
  padding: 20px;
}
.que-somos h2, .que-somos h3 { color: rgb(47, 45, 126); font-weight: 700; }
.aba-box { background: #fff3cd; border-radius: 10px; padding: 20px; border: 1px solid #ffeeba; }

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  transition: all 0.3s ease;
}

.btn-success:hover {
  background-color: #218838;
  transform: scale(1.05);
}

.btn-doacao{
  background-color: #009ee2;
  border-color: #009ee2;
  color: #FFF;
  transition: all 0.3s ease;
}

.btn-doacao:hover {
  background-color: rgb(47, 45, 126);
  border-color: rgb(47, 45, 126);
  color: #FFF;
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
  }
  .btn-success {
    margin-top: 1rem;
  }
}

.midia-footer {
  text-align: center;
}

.midia-footer img {
  width:32px;
  margin-left:5px;
}

.container-newslatter{
	background: linear-gradient(135deg, rgb(47, 45, 126) 0%, #87CEEB 100%);
	border-radius: 7px;
	overflow: hidden;
  padding: 20px;
}

.form-container {
	display: grid;
	align-items: center;
}

.form-container input::placeholder {
	color:#ffc107;
	font-weight: 600;
}

.titulo-form-newslatter{
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

#form-news .help-block{
	color: #FFF;
}

#form-news .modal-body .help-block{
	color: #000;
}

.btn-newslatter {
	background-color:rgb(255, 255, 255);
	color:#ffc107;
	border: 0px;
	padding:10px 22px;
	font-size:14px;
	height: 38px;
	line-height:12px;
	font-weight:bold;
	border-radius:6px;
	text-transform: uppercase;
	transition: all .2s ease;
}

.btn-newslatter:hover {
	background-color:#ffc107;
	color: #FFF;
}













/* From Uiverse.io by Nawsome */ 
/*bg*/
/*txt*/
/*success*/
.buttons {
  display: flex;
  justify-content: flex-start;
  top: 20px;
  left: 20px;
}

.buttons button {
  width: 220px;
  height: 50px;
  background-color: #28a745;
  margin: 20px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.buttons button:before, .buttons button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #44d8a4;
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button:after {
  left: 0;
  bottom: 0;
}

.buttons button span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.buttons button span:before, .buttons button span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #44d8a4;
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button span:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button span:after {
  left: 0;
  bottom: 0;
}

.buttons button p {
  padding: 0;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
  position: absolute;
  width: 100%;
  height: 100%;
}

.buttons button p:before, .buttons button p:after {
  position: absolute;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
  z-index: 1;
  left: 0;
}

.buttons button p:before {
  content: attr(data-title);
  top: 50%;
  transform: translateY(-50%);
}

.buttons button p:after {
  content: attr(data-text);
  top: 150%;
  color: #ffffff;
}

.buttons button:hover:before, .buttons button:hover:after {
  width: 100%;
}

.buttons button:hover span {
  z-index: 1;
}

.buttons button:hover span:before, .buttons button:hover span:after {
  height: 100%;
}

.buttons button:hover p:before {
  top: -50%;
  transform: rotate(5deg);
}

.buttons button:hover p:after {
  top: 50%;
  transform: translateY(-50%);
}

.buttons button.start {
  background-color: #44d8a4;
  box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.buttons button.start p:before {
  top: -50%;
  transform: rotate(5deg);
}

.buttons button.start p:after {
  color: white;
  transition: all 0s ease;
  content: attr(data-start);
  top: 50%;
  transform: translateY(-50%);
  animation: start 0.3s ease;
  animation-fill-mode: forwards;
}

@keyframes start {
  from {
    top: -50%;
  }
}

.buttons button.start:hover:before, .buttons button.start:hover:after {
  display: none;
}

.buttons button.start:hover span {
  display: none;
}

.buttons button:active {
  outline: none;
  border: none;
}

.buttons button:focus {
  outline: 0;
}


















/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  background: color-mix(in srgb, #ffffff, transparent 5%);
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: #009ee2;
  color: #ffffff;
  border: 6px solid #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
}

.services .details h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .details p {
  color: color-mix(in srgb, #444444, transparent 10%);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover .details h3 {
  color: #009ee2;
}

.services .service-item:hover .details .icon {
  background: #ffffff;
  border: 2px solid #009ee2;
}

.services .service-item:hover .details .icon span {
  color: #009ee2;
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}



.iframe-midia{
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.span-iframe{
  overflow-y: auto;
  width: 100%;
  height: 470px;
}











/* ----- ACESSIBILIDADE ----- */
	
#acessibilidade div {
  position: absolute;
  left: -300px;
  transition: 1s;
  padding:0px;
  width: auto;
  text-decoration: none;
  z-index:99 !important;
  top:30px;
}

#acessibilidade div:hover {
  position: absolute;
  left:5px;
  transition: 1s;
  padding:0px;
  width: auto;
  text-decoration: none;
  z-index:99 !important;
  top:30px;
}

#texto .icone-acessibilidade {
  float:left;
  display:inline-block;
  padding:6px 14px 6px 14px;
  top:23px;
  color:rgb(255,255,255);
  background-color:rgb(17,131,198);
  font-weight:bold;
  cursor:pointer;
  border-radius:3px;
  position:fixed;
  text-align:center;
  left:-4px;
  z-index:99 !important;
}

#texto .icone h3 {
  font-size:18px;
}

#icones a:hover {
  text-decoration:none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#icone-impressao .icone {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  padding: 6px 5px 5px 5px;
  color: #FFF;
  font-size: 22px;
  text-align: center;
}

#texto .links {
  display:inline-block;
  width:245px;
  float:left; 
  box-shadow:0px 3px 5px 0px rgba(0,0,0,.5);
  padding:10px 15px;
  margin-top:1px;
  background-color:rgb(220,225,240);
  position:fixed;
  top: 55px;
}

#acessibilidade a {
  display:block;
  padding:6px 10px;
  border-bottom:2px solid rgb(190,190,190);
  border-right:1px solid rgb(190,190,190);
  border-left:1px solid rgb(230,230,230);
  border-top:1px solid rgb(230,230,230);
  margin:5px;
  color:#000;
  border-radius:3px;
  font-size:0.8em;
  background-color:rgb(255,255,255);
  top:50px;
  text-decoration: none;
}

#acessibilidade a:hover {
  background-color:rgb(242,242,242);
}

#acessibilidade h5 , #acessibilidade i {
  font-size:14px;
  line-height:14px;
  font-weight:100;
  color:#000;
}

.depoimento-card {
  border: none;
  border-radius: 15px;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.depoimento-card:hover {
  transform: translateY(-10px);
}

.depoimento-avatar {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  margin-top: -40px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.aspas-icon {
  font-size: 2rem;
  color: rgb(47, 45, 126);
  opacity: 0.2;
  position: absolute;
  top: 20px;
  right: 20px;
}


.donation-container {
  /* max-width: 600px; */
  margin: 50px auto;
}

.card-donation {
  border: 1px solid rgb(47, 45, 126);
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.btn-check:checked + .btn-outline-primary {
  background-color: #0d6efd;
  color: white;
  transform: scale(1.05);
}

.amount-btn {
  transition: all 0.2s;
  font-weight: 600;
  padding: 12px;
}

.form-label {
  font-weight: 600;
  color: #495057;
}

.step-indicator {
  width: 30px;
  height: 30px;
  background: #0d6efd;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 0.9rem;
}


.impresso .imagem-lista {
	height: 300px;
}

.impresso .imagem-lista img{
	height: 300px;
}

.impresso .texto{
	padding: 20px;
}

.impresso h4{
  margin: 0 0px 10px 0;
  font-size: 1rem !important;
  text-transform: capitalize !important;
}

.btn-todos {
	border:1px solid rgb(180,180,180);
	background-color: transparent;
	color:rgb(120,145,0);
	font-weight:600;
	font-size:13px !important;
	line-height:27px;
	border-radius:6px;
	text-transform: uppercase;
	padding:7px 20px;
	transition: all .3s ease;
}

.btn-todos:hover {
	border:1px solid rgb(120,145,0);
	background-color:rgb(120,145,0);
	color:rgb(255,255,255);
	padding:7px 25px;
}

.botao-saiba-mais{
  height: 40px !important;
  line-height: 15px;
}

/* Estilização dos Cards */
.product-card {
  border: none;
  border-radius: 15px;
  transition: all 0.3s ease;
  background: #fff;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.1) !important;
}
.img-container {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fdfdfd;
  padding: 20px;
  position: relative;
}
.img-container img {
  max-height: 100%;
  object-fit: contain;
}
.badge-discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff4757;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
}
.btn-add-cart {
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.product-view { background: #fff; border-radius: 8px; padding: 2rem; }
        .img-main { max-width: 100%; height: auto; border-radius: 8px; }
        .price-now { font-size: 1.8rem; font-weight: bold; color: #007bff; }
        .price-old { text-decoration: line-through; color: #6c757d; }
        .badge-medical { background-color: #e3f2fd; color: #007bff; border: none; }
        /* Ajuste para abas no BS4 */
        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            border-bottom: 3px solid #007bff;
            color: #007bff;
        }