.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E")}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.col-md-4,.col-md-9{position:relative;width:100%;padding-right:15px;padding-left:15px}.paginator{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1rem!important;font-weight:600!important}.paginator .paginator_item{position:relative;display:block;padding:.25rem .5rem;margin-left:-1px;color:#ff4d01;background-color:#fff;border:1px solid #dee2e6}.paginator .paginator_item:hover{z-index:2;color:#b43600;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.paginator .paginator_item:focus{z-index:3;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(255,77,1,.25);box-shadow:0 0 0 .2rem rgba(255,77,1,.25)}.paginator .paginator_item:first-child{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.paginator .paginator_item:last-child{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.paginator .paginator_item.paginator_active{z-index:3;color:#fff;background-color:#ff4d01;border-color:#ff4d01}.paginator .paginator_item.disabled{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.breadcrumb{margin-bottom:0!important}@media (min-width:768px){.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}}.card_noticia{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;text-decoration:none!important}.card_noticia:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.card_noticia .card_noticia_foto{border-radius:.5rem;overflow:hidden;border-bottom:solid .4rem}.card_noticia .card_noticia_foto img{-webkit-transition:all .2s;transition:all .2s;-o-object-fit:cover;object-fit:cover}.card_noticia .card_noticia_descricao_data{color:#212529}.card_noticia .card_noticia_descricao{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:0 1rem}.card_noticia .card_noticia_descricao .card_noticia_descricao_titulo{font-size:1.4rem;font-weight:600;color:#ff4d01}.card_noticia .card_noticia_descricao .card_noticia_descricao_texto{color:#212529}.badge{display:inline-block;padding:.75em .94em;font-size:75%;font-weight:600;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;color:#fff!important;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;color:#fff;background-color:#652512}a.badge:focus,a.badge:hover{color:#fff;background-color:#3a150a}a.badge.focus,a.badge:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(101,37,18,.5);box-shadow:0 0 0 .2rem rgba(101,37,18,.5)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}@media (min-width:768px){.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}.title-page{color:#ff4d01}.cards_highlighted{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;gap:1rem}@media (max-width:991.98px){.cards_highlighted{grid-template-columns:repeat(1,1fr)}}.cards_highlighted .card_blog_highlighted{position:relative;overflow:hidden;border-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cards_highlighted .card_blog_highlighted:hover img{scale:1.1}.cards_highlighted .card_blog_highlighted:hover span{background:rgba(255,77,1,.8);backdrop-filter:blur(3px)}.cards_highlighted .card_blog_highlighted:hover:not(:nth-child(1)) span{width:100%!important;height:100%!important}.cards_highlighted .card_blog_highlighted img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .2s;transition:all .2s}.cards_highlighted .card_blog_highlighted span{-webkit-transition:all .2s;transition:all .2s;position:absolute;background:#ff4d01;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;padding:1.5rem 3rem;font-weight:700;width:100%;text-align:center;bottom:0}.cards_highlighted .card_blog_highlighted:nth-child(1){grid-row:span 2}.cards_highlighted .card_blog_highlighted:nth-child(2){-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cards_highlighted .card_blog_highlighted:nth-child(2) img{max-height:15rem!important}.cards_highlighted .card_blog_highlighted:nth-child(2) span{right:0}.cards_highlighted .card_blog_highlighted:nth-child(3){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.cards_highlighted .card_blog_highlighted:nth-child(3) span{left:0}.cards_highlighted .card_blog_highlighted:nth-child(2),.cards_highlighted .card_blog_highlighted:nth-child(3){grid-row:span 1}.cards_highlighted .card_blog_highlighted:nth-child(2) img,.cards_highlighted .card_blog_highlighted:nth-child(3) img{max-height:10rem}.cards_highlighted .card_blog_highlighted:nth-child(2) span,.cards_highlighted .card_blog_highlighted:nth-child(3) span{position:absolute;width:45%;height:100%}.title-page-categorias{font-weight:600;font-size:1.5rem;color:#ff4d01!important}@media (max-width:1200px){.title-page-categorias{font-size:calc(1.275rem + .3vw)}}.header{padding-top:4rem;padding-bottom:2rem;background-color:#fff}.cards_categorias_card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:4rem 2rem;background-color:#e9ecef;border-radius:1rem;text-decoration:none!important;color:initial!important;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s}.cards_categorias_card:hover{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.cards_categorias_card .cards_categorias_card_title{font-size:1.0625rem;font-weight:600;text-transform:uppercase}