/* --- Global Utilities --- */
/* Images */
.img_container4y3 {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.img_container4y3_alt {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.img_container4y3_alt img,
.img_container4y3 img,
.img_container16y9 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_container16y9 {
	position: relative;
	padding-top: 56%;
	overflow: hidden;
}
.page-image-1y1 .img_container16y9 {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}
/*  Imgs blog  */
.img__horizontal .article-intro-image {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.img__horizontal .article-intro-image img, .article_image_full .article-intro-image img  {
  position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*  Imgs blog livros  */
.page_livros .article-publicacoes .article-intro-image img{
  object-fit: cover;
  height: 330px;
}

/* Slick Arrow */
.slick-prev, .slick-next {
  border-radius: 23px;
  background-color: #00a859 !important;
  border: none !important;
}
.slick-prev::before, .slick-next::before {
  color: #ffff !important;
} 
/* Slick Dots */
.slick-dots {
  display: flex !important;
  justify-content: center;
}
.slick-dots li button:before {
  background: #c6e0dd !important;
  border: 1px solid #c6e0dd !important;
}
.slick-dots li.slick-active button:before {
  background: #00a759 !important;
  border: 1px solid #00a759 !important;
}
.sp-module-title, .sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #114895;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  text-transform: uppercase;
}
.sp-module-title::before, .sp-page-title .sp-page-title-heading::before, .sp-page-title .sp-page-title-sub-heading::before  {
  content: "";
	background-image: url(../../../images/tema/logo/icone_logo.png);
	background-repeat: no-repeat;
	padding: 2.5rem;
}
#sp-noticias .slick-prev:hover,
#sp-noticias .slick-next:hover{
  transition: 0.3s all;
  background-color: #203883 !important;
}
@media screen and (max-width:767px) {
  .sp-module-title, .sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading  {
    font-size: 1.5rem;
  }
  .sp-module-title::before, .sp-page-title .sp-page-title-heading::before, .sp-page-title .sp-page-title-sub-heading::before  {
    padding: 1.7rem;
    background-size: 50px;
  }
}

/* Header Menu */
.background-menu {
  background-image: url(../../../images/tema/background/bg-header.png);
  background-size: cover;
  height: 303px;
  padding: 19rem 0 3rem 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width:991px) {
  .background-menu {
    height: 250px;
    padding: 14rem 0 3rem 0;
  }
  .sp-megamenu-wrapper.d-flex {
    display: none !important;
  }
}
/* Header Menu */
.com-content.view-featured .background-menu {
  height: 303px;
  padding: 19rem 0 3rem 0;
}
@media screen and (max-width:991px) {
  .com-content.view-featured .background-menu {
    height: 250px;
  }
}

/* ------- Top Header ------- */
#sp-top-bar {
  position: relative;
  background: none;
  padding: 2rem 0 0;
}
#sp-header .menu__top {
  order: 2;
  margin-top: 2rem;
}
.menu__top {
  position: relative;
  width: 100%;
  margin: auto;
}
.menu__login .sp-module {
  display: flex !important;
  gap: 10px;
  align-items: center;
}
.menu__login .sp-module a {
  font-weight: 700;
  color: #fff !important;
  font-size: 13px;
}
.menu__login .sp-module span, .menu__login .m-0 a {
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 0.3rem;
  margin-right: 10px;
}
.separator__icon {
  display: none;
}
.menu__login .m-0 a:hover, .menu__login .sp-module a:first-child span {
  color: #6bb42c !important;
  border: 1px solid #00a759;
}
.menu__login .sp-module a:first-child span:hover {
  background-color: #00a759;
  color: #fff !important;
}
#sp-logo {
  margin: 1.5rem 0;
  padding-left: 0;
}
.phone__top p {
  color: #fff;
  font-weight: 700;
  margin: 0;
  position: relative;
  top: -0.2rem;
}
#sp-top2 .login-button.dropdown-toggle{
  background-color: #00a759!important;
  border: 1px solid #00a759 !important;
  border-radius: 10px !important;
  padding: 0.3rem 0.5rem !important;
}
#sp-top2 .login-button.dropdown-toggle:hover{
  background-color: #00763f!important;
  border: 1px solid #00763f !important;
  transition: all .3s;
}
/* ------- Menu ------- */
#sp-menu {
  margin-bottom: 1rem;
}
.sp-megamenu-parent {
  margin: -2rem 0;
}
.offcanvas-menu .offcanvas-inner .menu-principal .sp-module-content::before {
  content: "Menu Principal";
  font-weight: 900;
  color: #6bb42c;
}
.offcanvas-menu .offcanvas-inner .menu-associados .sp-module-content::before {
  content: "Menu Associados";
  font-weight: 900;
  color: #6bb42c;
}
.offcanvas-menu .offcanvas-inner .sp-module-content .menu {
  border-top: 1px solid #279055;
}
.offcanvas-menu .offcanvas-inner .menu-principal{
  margin-top: 25px;
}
@media screen and (min-width:992px) {
  .sp-megamenu-parent {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .sp-column.menu-border {
    border-top: 1px solid #6bb42c;
    border-bottom: 1px solid #6bb42c;
    padding: 1rem 0;
    padding-bottom: 2rem;
  }
}
#sp-header {
  padding: 1rem 0 3rem 0;
  background: none;
  box-shadow: none;
}
.sp-menu-item.sp-has-child span::after{
  float: none !important;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a, .sp-megamenu-parent>li:hover>a, .menu__login .sp-module a span:hover, .menu__login .sp-module a span:active {
  color: #7ad828;
}
.sp-megamenu-parent .sp-menu-item span, .sp-megamenu-parent .sp-menu-item a {
  color: #ffff;
  height: 3rem;
  font-size: 17px;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 0 0.1rem;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a{
  color: #ffff !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:focus, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:active {
  color: #7ad828;
  text-decoration: underline;
}
@media screen and (max-width:1199px) {
  .sp-megamenu-parent .sp-menu-item span, .sp-megamenu-parent .sp-menu-item a {
    font-size: 15px;
  }
}
#sp-header.header-sticky {
  background: #00228D;
  box-shadow: none;
}
@media screen and (max-width:991px) {
  #sp-header {
    padding: 0;
  }
}
/* Menu Dropdown */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #00228D;
  margin-top: .2rem;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  color: #fff;
  display: block;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
  color: #7ad828;
  text-decoration: underline;
}

/* Social Icons */
.social__icons .bannergroup {
  display: flex;
  gap: 1rem;
}
#sp-top-bar .sp-module.social__icons {
  margin: 0;
}
.social__icons .banneritem i {
  font-size: 1.5rem;
  color: #fff;
}

/* Search */
.search__menu .sp-module, .search__menu .awesomplete {
  width: 83%;
  margin-right: -6.4rem;
}
.search__icon {
  right: -3rem;
  color: #6bb42c;
  height: auto;
  padding-top: 0;
  padding-bottom: 3px;
  color: #fff;
}
.search__icon::before {
  content: "|";
  color: #fff;
  padding-right: 0.5rem;
  font-weight: 900;
}
.awesomplete > input {
  background: none;
  height: 40px;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
}
.awesomplete > input::placeholder {
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width:1199px) {
  .search__menu {
    margin-left: -2rem !important;
  }
}
/* Offcanvas */
.burger-icon>span, .offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
  background-color: #fff;
}
.offcanvas-menu {
  background-color: #00228D;
}
.offcanvas-menu .offcanvas-inner {
  padding-top: 0;
}
/* Search offcanvas */
.offcanvas-menu .search__icon {
  display: none;
}
.offcanvas-menu .awesomplete, .offcanvas-menu .header-modules .sp-module  {
  width: 100% !important;
}
.offcanvas-menu .awesomplete > input {
  border:none;
  border-bottom: 3px solid #6bb42c;
}
.offcanvas-menu .awesomplete > input:focus {
  background: none;
  color: #fff;
}
/* Menu  */
.offcanvas-menu .nav {
  flex-direction: column;

}
.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span, .offcanvas-menu .offcanvas-inner ul.menu>li li a, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler{
  color: #fff ;
  opacity: unset ;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li a:focus, .offcanvas-menu .offcanvas-inner ul.menu>li span:hover, .offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
  color: #6bb42c ;
}
.offcanvas-menu .offcanvas-inner ul>li>ul li a {
  line-height: 2.5rem;
}
/* Social Offcanvas */
.offcanvas-menu .social__icons .mod-banners {
  justify-content: space-evenly;
}
.offcanvas-menu .social__icons .banneritem i {
  font-size: 1.7rem;
}
.offcanvas__contato span, .offcanvas-menu .link__associar-se a, .link__entrar a {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.offcanvas__contato span:hover, .offcanvas-menu .link__associar-se a:hover, .link__entrar a:hover { 
  color: #6bb42c;
}
.offcanvas__contato a, .offcanvas-menu .link__associar-se a {
  padding: 0.5rem 2.5rem;
}
.offcanvas__contato,  .link__associar-se, .link__entrar {
  border-top: 1px solid #6bb42c;
  border-bottom: 1px solid #6bb42c;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  #offcanvas-toggler {
    height: 43px !important;
    background-color: #6bb42c !important;
    padding: 5px 10px !important;
    border-radius: 10px !important;
    margin-top: 5px;
  }
}
/* ------- Destaques ------- */
#sp-destaques .row {
  background-color: #ffffff;
  filter: drop-shadow(0px 6px 6.5px rgba(21,33,56,0.3));
  padding: 2rem 0;
  margin-top: 0.9rem;
}
.info__card span {
  font-size: 14px;
  font-weight: 700;
  color: #00a859;
}
.text__title h4 {
  font-size: 16px;
  font-weight: 600;
  color: #114895;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.destaque__one .container {
  padding-right: 0;
  gap: 1rem !important;
}
.destaque__one .text__title h4  {
  font-size: 21px;
  letter-spacing: -1px;
  font-weight: 700;
  -webkit-line-clamp: 2;
  min-height: 64px;
}
.destaque__one .info__card {
  margin-top: 1rem;
}
.destaque__one .info__card span {
  font-size: 17px;
}
.destaque__one .btn__mais {
  display: flex !important;
  bottom: -30px;
  position: absolute !important;
  margin-left: -86px;
  left: 33%;
}
.btn__mais a {
  background-color: #00a859;
  border: #00a859;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  padding: 0.8rem 2.5rem;
}
.btn__mais a:hover, .btn__mais a:active, .btn__mais a:focus {
  background-color: #203883;
  border: #203883;
}
@media screen and (max-width: 1199px) {
  .destaque__one .text__title h4 {
    min-height: auto;
  }
}
@media screen and (max-width:991px) {
  .mod-articlesnews {
    display: flex;
    justify-content: space-between;
  }
  .destaque__cards .mod-articlesnews__item {
    width: 48%;
  }
  .destaque__one .btn__mais {
    margin-left: -96px;
    left: 50%;
  }
  .destaque__one .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .mod-articlesnews {
    flex-direction: column;
  }
  .destaque__one .text__title h4 {
    font-size: 18px;
  }
  .destaque__cards .mod-articlesnews__item {
    width: 100%;
  }
  .destaque__one .btn__mais {
    display: none !important;
  }
}

/* ------- Noticias ------- */
#sp-noticias::before {
  content: "";
  display: block;
  background-image: url(../../../images/tema/background/bg-noticias.png);
  background-size: cover;
  height: 342px;
  width: 100%;
  position: absolute;
  bottom: -75px;
}
#sp-noticias {
  position: relative;
  margin-top: 5rem;
}
#sp-noticias .text__title h4 {
  color: #fff;
}
#sp-noticias .btn__mais {
  z-index: 1;
  position: absolute !important;
  bottom: -100px;
  left: 50%;
  margin-left: -91px;
}
/* Slick Custom */
.slider__noticias .slick-prev {
  left: -15px;
}
.slider__noticias .slick-next {
  right: -15px;
}
@media screen and (max-width:575px) {
  .slider__noticias .slick-prev, .slider__noticias .slick-next {
    display: none !important;
  }

  #sp-noticias .slick-initialized .slick-slide {
    padding: 2rem 1rem;
  }
}

/* ------- App Fenassojaf ------- */
#sp-fenassojaf-app {
  margin: 15rem 0;
}
#sp-fenassojaf-app .sp-module-title {
  margin-bottom: 3rem;
}
#sp-fenassojaf-app .app__fenassojaf {
  z-index: 9;
  gap: 3rem;
}
#sp-fenassojaf-app .intro__app {
  width: 71%;
}
#sp-fenassojaf-app .intro__app p {
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
  color: #114895;
}
#sp-fenassojaf-app .ios-button, #sp-fenassojaf-app .google-button  {
  background: #323232;
  padding: 1rem 3rem;
  border-radius: 3px;
}
#sp-fenassojaf-app .ios-button:hover, #sp-fenassojaf-app .google-button:hover {
  background: #ef7149;
}
#sp-fenassojaf-app .ios-button img, #sp-fenassojaf-app .google-button img {
  margin: auto;
  width: 155px;
}
#sp-fenassojaf-app .img__app div {
  top: -20rem;
  left: -18rem;
}
#sp-fenassojaf-app .img__app img {
  transition: 0.5s;
}
#sp-fenassojaf-app .img__app img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: 1s;
}
@media screen and (max-width: 1199px) {
  #sp-fenassojaf-app .img__app img {
    width: 85%;
  }
  #sp-fenassojaf-app .img__app div {
    top: -5rem;
    left: -5rem;
  }
}
@media screen and (max-width: 991px) {
  #sp-fenassojaf-app .row {
    flex-direction: row;
  }
  #sp-fenassojaf-app .intro__app, #sp-fenassojaf-app .img__app img {
    width: 100%;
  }
  #sp-fenassojaf-app .ios-button img, #sp-fenassojaf-app .google-button img {
    margin: auto;
    width: 155px;
  }
  #sp-fenassojaf-app .ios-button, #sp-fenassojaf-app .google-button  {
    padding: 0.8rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  #sp-fenassojaf-app .row {
    flex-direction: column-reverse;
  }
  #sp-fenassojaf-app .img__app div {
    position: relative !important; 
    left: 0;
    top: 0;
    margin-top: -2rem;
  }
  #sp-fenassojaf-app .img__app img {
    margin: auto;
    width: 60%;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
  }
  #sp-fenassojaf-app .img__app img:hover {
    transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
  }
}
@media screen and (max-width:575px) {
  #sp-fenassojaf-app .ios-button, #sp-fenassojaf-app .google-button {
    padding: .5rem .5rem;
  }
}

/* ------- Menu Icons ------- */
#sp-mod-menu {
  margin: 10rem 0 15rem 0;
  position: relative;
}
#sp-mod-menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 8rem;
  background: #183883;
  z-index: -1;
}
#sp-mod-menu .nav-item a img {
  width: 100px;
  height: 72px;
  object-fit: contain;
  margin: auto;
}
#sp-mod-menu .nav-item a {
  width: 271px;
  height: 252px;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 2px 0px 20px 4px #00000045;
  font-weight: 500 !important;
  color: #1f1f1f !important;
  }
#sp-mod-menu .nav-item .image-title {
  position: absolute;
  top: 13rem;
  justify-content: center;
  width: 21%;
  display: flex;
}
#sp-mod-menu .nav-item a:hover {
  background-color: #114895;
  color: #fff !important;
}
#sp-mod-menu .nav-item a:hover img {
  filter: invert(1);
}
#sp-mod-menu .slick-prev, #sp-mod-menu .slick-next {
  top: 10.5rem;
}
#sp-mod-menu .slick-prev {
  left: -2rem;
}
#sp-mod-menu .slick-next {
  right: -2rem;  
}
#sp-mod-menu .slick-dots {
  bottom: -5rem;
}
@media screen and (max-width: 1399px) {
  #sp-mod-menu .nav-item a {
    width: 100%;
    height: 232px;
  }
  #sp-mod-menu .nav-item .image-title {
    width: 19%;
  }
}
@media screen and (max-width: 1199px) {
  #sp-mod-menu .nav-item .image-title {
    top: 12rem;
    width: 18%;
  }
  #sp-mod-menu .nav-item a {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  #sp-mod-menu .nav-item .image-title {
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  #sp-mod-menu .nav-item .image-title {
    width: 14.3%;
  }
}
@media screen and (max-width: 575px) {
  #sp-mod-menu .nav-item .image-title {
    width: 13.5%;
  }
}

/* ------- Associacoes ------- */
#sp-associacoes{
  margin-bottom: 18rem;
}
.card__associacoes {
  width: 502px;
  height: 288px;
  border-radius: 2px;
  filter: drop-shadow(12.5px 21.651px 57.5px rgba(0,0,0,0.08));
  background-color: #ffffff;
  padding: 2rem;
}
.card__associacoes p {
  font-size: 23px;
  color: #1791d1;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.desc__associacoes {
  display: flex;
  justify-content: flex-start;
}
.mod__associacoes span {
  font-size: 18px;
  color: #1791d1;
  font-weight: 400;
}
.mod__associacoes .dropdown {
  top: 15rem;
  z-index: 9;
  left: 2rem;
}
.mod__associacoes .dropdown button {
  width: 413px;
  height: 50px;
  border: 2px solid #247ef7;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.mod__associacoes .dropdown .dropdown-menu {
  width: 413px;
  padding-top: 0;
  border: 2px solid #247ef7;
  border-radius: 0;
  filter: drop-shadow(0 0 45px rgba(0,0,0,0.08));
}
.mod__associacoes .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 1.5rem;
  border: none;
  color: #1791d1;
}
.mod__associacoes #input-filter {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #1791d1;
  margin: auto;
  width: 90%;
}
.mod__associacoes .mod-list {
  flex-direction: column;
}
.mod__associacoes .mod-list .nav-item {
  padding: 1rem;
  height: 10em;
  overflow-y: scroll;
}
.mod__associacoes .mod-list .nav-item a {
  font-weight: 700;
  color: #001E6B;
}
.bg__associacoes {
  position: relative;
}
.bg__associacoes img {
  position: absolute;
  z-index: -1;
  right: 4rem;
  width: 60%;
  top: -10rem;
}

@media screen and (max-width: 1399px) {
  #sp-associacoes {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 1199px) {
  #sp-associacoes {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 991px) {
  .bg__associacoes img {
    width: 30%;
    top: 0;
    right: 0rem;
  }
  #sp-associacoes {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width:767px) {
  .bg__associacoes img {
    display: none;
  }
  #sp-associacoes {
    margin-bottom: -5rem;
  }
}
@media screen and (max-width:766px) {
  #sp-associacoes {
      margin-bottom: 15rem;
  }
}
@media screen and (max-width: 575px) {
  .desc__associacoes {
    position: inherit;
    display: block !important;
  }
  .card__associacoes {
    width: 100%;
  }
  .card__associacoes p {
  font-size: 19px; 
  }
  .mod__associacoes .dropdown button, .mod__associacoes .dropdown .dropdown-menu {
    width: 80%;
  }
  .mod__associacoes span, .mod__associacoes .dropdown-toggle::after, .mod__associacoes .mod-list .nav-item a {
    font-size: 14px;
  }
  #sp-associacoes {
    margin-bottom: 0rem;
  }
}

/* ------- Convenios ------- */
#sp-convenios {
  position: relative;
  z-index: 1;
  height: 493px;
}
#sp-convenios .container{
  position: absolute;
  bottom: -308px;
  left: 50%;
  margin-left: -660px;
}
@media screen and (max-width: 1399px) {
  #sp-convenios .container {
    position: absolute;
    bottom: -292px;
    margin-left: -579px;
  }
}
@media screen and (max-width: 1199px) {
  #sp-convenios .container {
    bottom: -275px;
    margin-left: -485px;
  }
}
@media screen and (max-width: 991px) {
  #sp-convenios .container {
    bottom: -322px;
    margin-left: -370px;
  }
}
@media screen and (max-width: 766px){
  #sp-convenios .container {
    bottom: -150px;
    margin-left: -274px;
  }
}
@media screen and (max-width: 575px){
  #sp-convenios .container {
    left: 0%;
    margin-left: 0px;
  }
}
/* ------- Footer ------- */
.com-content.view-featured #sp-footer::before {
  height: 480px;
}
#sp-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 219px;
  position: absolute;
  bottom: 8rem;
  background-image: url(../../../images/tema/background/bg-footer.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#sp-footer {
  background: none;
}
#sp-footer::after {
  content: "";
  height: 132px;
  width: 100%;
  background: #36A658;
  display: block;
}
.bg-container {
  background: #fff;
  height: 260px;
  padding: 2rem 4rem;
  padding-bottom: 0.5rem;
  color: #00228D;
  border-radius: 4px;
  filter: drop-shadow(0 0 45px rgba(0,0,0,0.08));
  position: relative;
  top: 8rem;
}
.img__bg {
  width: 22rem;
}
.number__contact {
  font-size: 18px;
  font-weight: 700;
}
.container__footer span, .links__footer small {
  font-weight: 800;
  color: #969696;
  z-index: 999999;
  /* white-space: nowrap; */
}
.container__footer {
  height: 30px;
  padding-top: 0.5rem;
}
.border__footer {
  border-top: 1px solid #ececec;
}
.links__footer span {
  font-weight: 500;
  color: #00228D;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .bg-container {
    padding: 1rem 1rem;
    height: 300px;
  }
  .border__footer {
    height: 0;
  }
  .img__bg {
    width: 100%;
  }
  .teste {
    gap: 0 !important;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .container__footer span {
    font-size: 12px;
  }
  .bg-container {
    height: 430px;
    padding-top: 1rem;
  }
  .container__footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .text__footer {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .bg-container {
    height: 480px;
  }
}

/* ------- Breadcrumbs ------- */
#sp-section-1 {
  position: relative;
  top: 5rem;
}
.sp-page-title {
  background: none;
}
#sp-title .container {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
.sp-page-title .breadcrumb {
  background: #fff;
  padding: 1rem;
  margin-top: -6rem;
  filter: drop-shadow(0px 6px 6.5px rgba(21,33,56,0.3));
}
.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li>a {
  color: #00a759;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0.2rem;
}
.sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before {
  color: #00a859;
}
.sp-page-title .breadcrumb>.active span {
  color: #00a759af;
  font-weight: 600;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sp-page-title .breadcrumb>.active {
  max-width: 70%;
}
.fa-map-marker-alt:before, .breadcrumb-item+.breadcrumb-item::before   {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
}
.breadcrumb-item+.breadcrumb-item::before {
  content: "\f054";
  font-weight: 600;
  font-size: 0.7rem;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item span::after {
  content: "";
  border-bottom: 1.5px solid #114895;
  border-radius: 25%;
  display: block;
  width: 75%;
  margin: auto;
}
.breadcrumb-item.active span::after {
  display: none;
}
@media screen and (max-width: 991px) {
  .sp-page-title .breadcrumb>.active {
    max-width: 60%;
  }
  .sp-page-title .breadcrumb {
    margin-top: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .sp-page-title .breadcrumb>.active {
    max-width: 100%;
  }
  .sp-page-title .breadcrumb {
    margin-top: -6rem;
  }
}

/* ------- Formatação Contatos ------- */
.com-contact .contact h3, .field-spacer, .form__contato15 .contact-form legend  {
	display: none;
}
.com-contact .contact .icon-address, .icon-phone, .icon-mobile, .icon-home, .icon-fax, .com-contact .contact .m-0 legend, .com-contact .contact .contact-address, .contact-telephone, .contact-info .contact-mobile, .com-contact .contact .contact-name {
    color:#001E6B ;
}
.com-contact .contact .icon-address, .icon-phone, .icon-mobile, .icon-home, .icon-fax  {
	font-size: 40px;
}
.com-contact .contact #contact-form fieldset {
	display: flex;
	flex-wrap: wrap;
}
.com-contact .contact #contact-form fieldset div:nth-child(3), #contact-form fieldset div:nth-child(4){
	width: 48%;
	margin-right: auto;
}
.com-contact .contact #contact-form fieldset div:nth-child(5), #contact-form fieldset div:nth-child(6) {
	width: 98%;
}
.com-contact .contact .contact-address, .contact-telephone, .contact-info .contact-mobile {
	font-size: 17px;
	font-weight: bold;
}
.com-contact .contact .contact-name, .com-contact .contact .m-0 legend  {
	font-size: 1.9rem;
	font-weight: 700;
}
.com-contact .contact .form-horizontal .controls {
	margin-left: auto;
}
.view-contact .contact-form .required {
  font-weight: 500;
  color: #001E6B;
}
.com-contact .icon-address:before {
  content: "\f5a0";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}
.view-contact .contact-form .btn-primary {
  background-color: #00a859;
  border: #00a859;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  padding: 0.8rem 2.5rem;
}
.view-contact .contact-form .btn-primary:hover {
  background-color: #203883;
  border: #203883;
}
.view-contact .fa-fw {
    font-size: 1.6rem;
}
.view-contact .com-contact__info .me-2 {
    display: flex;
    align-self: center;
}
@media screen and (max-width:575px) {
	.com-contact .contact #contact-form fieldset div:nth-child(3), #contact-form fieldset div:nth-child(4), .com-contact .contact #contact-form fieldset div:nth-child(5), #contact-form fieldset div:nth-child(6) {
		width: 100%;
	}
}

/* ------- Pagination ------- */
.pagination {
  gap: 0.5rem;
  justify-content: center;
}
.page-link {
  border-radius: 10px !important;
}
.page-item.active .page-link {
  background-color: #37A959;
  border-color: #37A959;
  transform: scale(1.1);
}
.page-item.active .page-link:hover {
  background-color: #203883;
  border: #203883;
}
.page-item .page-link {
  transition: 0.5s;
}
.page-item .page-link:hover {
  transform: scale(1.1);
}
.pagination-wrapper {
  justify-content: center !important;
  flex-direction: column;
  margin-top: 50px;
}
.pagination-counter {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .pagination {
    gap: 0.3rem;
  }
}

/* ------- Blog de uma categoria ------- */
.article__item {
  min-height: 24rem;
  box-shadow: 0px 14px 15px #00000033;
  margin-bottom: 2rem;
}
.item-content {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding: 0 1rem;
  position: relative;
}
.article-info {
  font-size: 14px;
  font-weight: 700;
  color: #00a859;
  order: 1;
}
.article-header {
  order: 2;
  min-height: 5.5rem;
}
.view-category .article-header {
  min-height: 11rem;
}
.view-category .article-header h2 a {
  font-size: 16px;
  font-weight: 600;
  color: #114895;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: flex;
  justify-content: start;
  align-items: center;
}
.introtext {
  display: none;
}
.readmore {
  order: 3;
  text-align: center;
  font-size: 0.9rem;
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  margin: auto;
}
.readmore a {
  background-color: #00a859;
  border: #00a859;
  border-radius: 10px;
  padding: 0.5rem 1.5rem;
  color: #fff;
}
.blog-item .tags {
  display: none;
}
@media screen and (max-width:1399px) {
  .readmore {
    top: 10rem;
  }
  .view-category .article-header {
    min-height: 13rem;
  }
}
@media screen and (max-width:1199px) {
  .readmore {
    top: 11rem;
  }
  .article__item {
    min-height: 23rem;
  }
  .view-category .article-header {
    min-height: 14rem;
  }
}
@media screen and (max-width:991px) {
  .readmore {
    top: 9.5rem;
  }
  .view-category .article-header {
    min-height: 12rem;
  }
}
@media screen and (max-width:767px) {
  .readmore {
    top: 7rem;
  }
  .view-category .article-header {
    min-height: 10rem;
  }
}
@media screen and (max-width:575px) {
  .article__item {
    min-height: 20rem;
  }
}
/* Lista de Permutas */
.lista-permutas .article-intro-image img{
  display: none;
}
.lista-permutas .introtext {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 50px;
  color: #001E6B;
}
.lista-permutas .readmore {
  margin: 20px 0;
}
.lista-permutas .article-header {
  min-height: 0rem;
}
.lista-permutas .article__item {
  min-height: 6rem;
  background: #fff;
  border-radius: 1em;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
  overflow: hidden;
}
.lista-permutas .item-content {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 1rem;
  padding: 0 1rem;
  position: relative;
}
.lista-permutas .article-header h2 a {
  font-size: 15px;
  font-weight: 600;
  color: #114895;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 20px;
}
.lista-permutas .article-header h2 a:hover {
  color: #0e5cc8;
  cursor: pointer;
  text-decoration: underline;
}
.lista-permutas .article-info time{
  font-size: .8rem;
  color: black;
  font-weight: 400;
}
@media screen and (max-width: 1399px) {
  .lista-permutas .readmore {
    margin: -10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .lista-permutas .readmore {
    margin: -26px 0;
  }
}
@media screen and (max-width: 991px) {
  .lista-permutas .readmore {
    margin: -4px 0;
  }
}
@media screen and (max-width: 767px) {
  .lista-permutas .readmore {
    margin: 37px 0;
  }
}
/* ------- Lista de uma categoria ------- */
.com-content.view-category .document-list h4 {
  border-radius: 10px;
  border: 1px solid #001E6B;
  border-left: 5px solid #001E6B;
  font-size: 1.3rem;
}
.com-content.view-category h4 a {
  color: #114895;
  padding: .5rem;
  display: block;
}
.com-content.view-category .filters .input-group {
  flex-wrap: nowrap !important;
}

/* Content - Artigo aberto */
.article-details .article-header h1 {
  font-weight: 700;
  color: #114895;
}
.content-area img {
	display: inline-block;
}
.article-details .article-full-image img {
  margin: auto;
  display: block;
}
.content-area blockquote {
	color: #114895;
	font-weight: 500;
	font-size: 1.6em;
	font-style: italic;
	max-width: 80%;
	margin: 1.6em auto;
	position: relative;
	padding: 0 1em;
	filter: drop-shadow(0px 6px 6.5px rgba(21,33,56,0.3));
}
.content-area blockquote:before, .content-area blockquote:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -1rem;
	border-top: 2px solid #1791d1;
	border-left: 2px solid #1791d1;
	width: 50%;
	height: 100%;
}
.content-area blockquote:after {
  left: auto;
	right: 0;
	margin-top: 1rem;
  border: none;
	border-bottom: 2px solid #1791d1;
	border-right: 2px solid #1791d1;
}
.content-area p a {
	border-bottom: 1px solid #214a57;
	font-weight: 500;
}
.content-area p a[target="_blank"] {
	position: relative;
	margin-right: 2rem;
}
.content-area p a[target="_blank"]:after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: 900;
	font-size: 0.7rem;
	margin-left: 0.5rem;
	position: absolute;
	color: #001E6B;
}
.content-area img[style*="left"] {
	margin-right: 1em;
}
.content-area img[style*="right"] {
	margin-left: 1em;
}
.content-area a.wf_file {
	position: relative;
}
.content-area a.wf_file .wf_file_icon {
	float: left;
	border: 2px solid #214a57 !important;
	display: inline-block;
	padding: 0.2em;
	border-radius: 10px;
	margin-right: 0.3rem;
}
.content-area a.wf_file .wf_file_text {
	font-weight: bold;
}
.content-area a.wf_file .wf_file_size, 
.content-area a.wf_file .wf_file_date {
	font-size: 0.5em;
	margin: 0 !important;
	position: relative;
	vertical-align: super;
	top: -0.1em;
	padding-left: 5px;
	display: inline-block;
}
.content-area a:focus {
	text-decoration: overline;
}
@media screen and (max-width:575px) {
  .article-details .article-header h1 {
    font-size: 1.5rem;
  }
}

/* --------- REDES SOCIAIS --------- */
.article-details .article-ratings-social-share .article-social-share .social-share-icon li a {
  border: 2px solid #00a759;
  border-radius: 10px;
  height: 47px;
  width: 47px;
  line-height: 45px;
  font-size: 1.4rem;
  padding-left: 2px;
}
.article-social-share .social-share-icon ul li a:hover,
.article-social-share .social-share-icon ul li a:focus {
  background-color: transparent !important;
  border: 2px solid #114895 !important;
}
.article-details .article-ratings-social-share .article-social-share .social-share-icon li a span::before, .mod-banners i {
  color: #00a759;
}
.article-details .article-ratings-social-share .article-social-share .social-share-icon li a span:hover::before, .mod-banners i:hover {
  color:#7ad828;
}
.article-details .article-ratings-social-share {
  border: none;
}

/* --------- Login Form --------- */
.com-users-login__input label {
  font-weight: 700;
  color: #001E6B;
} 
.com-users-login__input .password-group .input-group-text {
  display: none;
}
.com-users-login__input input {
  border: 2px solid #247ef7;
  border-radius: 0;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  height: 40px;
}
.com-users-login__submit .btn-primary {
  background-color: #00a859;
  border: #00a859;
  border-radius: 10px;
  font-weight: bold;
  padding: 0.6rem 1rem;
}
.com-users-login__submit .btn-primary:hover {
  background-color: #203883;
  border: #203883;
}
.form-check .form-check-label, .com-users-login__options .com-users-login__reset {
  color: #114895;
}
.com-users-login__input .form-control-feedback {
  color: #a51f18;
}

/* ---------- Busca Inteligente ---------- */
#search-form .awesomplete input {
  border: 2px solid #247ef7;
  border-radius: 0;
}
#search-form .awesomplete input:focus {
  border: 2px solid #247ef7;
}
.result__taxonomy-item:not(.result__taxonomy--Category), .result__taxonomy-item::before {
  display: none;
}
.view-search .com-finder .result__item+.result__item {
  border-top: 1px solid #cdd1d3;
}
.view-search .com-finder .result__item .result__image {
  filter: drop-shadow(0 0 28.5px rgba(0, 0, 0, 0.15));
}
.view-search .com-finder .result__description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  white-space: normal;
}
.view-search .com-finder .result__title-text {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.result__info {
  width: 75%;
}
.img__size {
  width: 20%;
  margin: auto;
}
.result__title-text {
  color: #114895;
  font-weight: 700;
}
mark {
  background: none;
  display: inline-block;
  border-bottom: 2px solid #00a759;
}
@media screen and (max-width:767px) {
  .img__size {
      width: 50%;
  }
}

/* ------- Tags ------- */
.com-tags .list-group {
  gap: 1rem;
}
.com-tags .list-group-item {
  border-radius: 10px;
  border-color: #001E6B;
}
.com-tags .list-group-item h3 a {
  color: #114895;
}
.com-tags #filter-search {
  border-radius: 10px 0 0 10px;
  border: 2px solid #114895;
}
.com-tags .btn-group [type="reset"] {
  font-size: 0;  
}
.com-tags .btn-group [type="reset"]::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  display: block;
}
.com-tags .btn-group.float-end .form-select {
  border-color: #00a759;
  border-radius: 10px;
}
/* Tag Aberta */
.com-tags.view-tag .list-group-item {
  border: 1px solid #001E6B;
  border-left: 5px solid #001E6B;
}
.com-tags.view-tag .list-group-item a {
  color: #00a859;
  font-weight: 700;
}
/* Tag Notícia interna */
.com-content.view-category .tags {
  display: none;
}
.tags>li a {
  border: 1px solid #00a75943;
  border-radius: 10px;
  background: #00a75943;
  color: #203883;
}
.tags>li a:hover {
  border: 1px solid #203883;
  border-radius: 10px;
  background: none;
  color: #00a759;
}
@media screen and (max-width:575px) {
  .com-tags .list-group {
    width:100%
  }
  .com-tags .btn-group.float-end .form-select {
    margin-top: 0.2rem;
    margin-bottom: 1rem;
  }
}
/*______________________________ RESET ______________________________*/
.view-reset #user-registration p{
  color: #253f8d;
  /* font-weight: bold; */
}
.view-reset #user-registration .form-label{
  color: #253f8d;
  font-weight: bold;
}
/*______________________________ REMIND ______________________________*/
.view-remind .remind #user-registration fieldset p{
  color: #253f8d;
}
.view-remind .remind #user-registration fieldset .form-label{
  color: #253f8d;
  font-weight: bold;
}
/*______________________________ CADASTRO ______________________________*/
.registration .form-validate{
  padding: 3rem!important;
  border: 1px solid #dee2e6!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.registration .titulo-cadastro{
  font-size: 2.5rem !important;
  font-weight: 500 !important;
  text-align: center !important;
}
.registration .form-validate label{
  color: #253f8d;
  font-size: 16px;
  font-weight: 700;
}
.registration label#jform_spacer-lbl {
  display: none;
}
.registration .page-header{
  display: none;
}
.registration a.required {
  color: #2f51b7;
  font-size: 14px;
  font-weight: 500;
}
.registration a.required:hover {
  text-decoration: underline;
}
.registration label.form-check-label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.registration legend {
  font-size: 1.8rem;
  font-weight: 500;
}
.registration .password-1 .control-group {
  margin-bottom: 0;
}
.registration .privacidade a {
  font-size: 1.2rem;
  margin-bottom: .3rem;
}
/* form de edicao de perfil */
.profile-edit #member-profile fieldset:nth-child(3) > .row > div {
  width: 100%;
}
.profile-edit #member-profile fieldset:nth-child(3) > .row > div div.alert{
  margin-top: .5rem;
}

/* Associações */
.container-associacoes{
	background-color: #ffffff;
	filter: drop-shadow(0px 6px 6.5px rgba(21,33,56,0.3));
	padding: 2rem 0;
	margin-top: 0.9rem;
}
.img-border-associacoes {
  max-width: 100% !important;
  max-height: 100% !important;
  border-right: 3px solid #00a859 !important;
}
@media screen and (max-width: 991px){
  .img-border-associacoes {
    border-bottom: 3px solid #00a859 !important;
    border-right: 0px solid transparent!important;
    margin-bottom: 50px;
  }
}

/* Entidades */
.titulo-entidade-lista:hover{
  text-decoration: underline;
}