<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c0bb706:#35383A;--e-global-color-024bd11:#000068;--e-global-color-2bd5aca:#591CB2;--e-global-color-408a40c:#E8B70A;--e-global-color-cea015e:#FFFF00;--e-global-color-7e28700:#FFCE23;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-4a88b24-font-family:"Inter";--e-global-typography-4a88b24-font-size:20px;--e-global-typography-4a88b24-font-weight:500;--e-global-typography-4a88b24-line-height:28px;color:var( --e-global-color-c0bb706 );font-family:"Inter", Sans-serif;}.elementor-kit-6 a{color:var( --e-global-color-c0bb706 );font-family:"Inter", Sans-serif;}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;}.elementor-kit-6 h5{font-family:"Inter", Sans-serif;}.elementor-kit-6 h6{font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed &gt; .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed &gt; .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed &gt; .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 70px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header &gt; .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects &gt; .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}


/*CUSTOM SLIDER*/

.custom-slider .swiper-container-horizontal &gt; .swiper-pagination-bullets {
  left: -40px;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.custom-slider .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px;
}
.custom-slider .swiper-pagination-bullet {
  display: block;
}
.custom-slider .swiper-container {
  padding-bottom: 0;
}

h3.blue-title {
  font-family: "Inter", Sans-serif;
  color: #000068;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
}





/*CUSTOM POST LISTING2*/
.custom-post-listing .elementor-posts-container .elementor-post__thumbnail__link {
  position: absolute !important;
}
.custom-post-listing.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
  margin-bottom: 20px;
  height: 100%;
}
.custom-post-listing .elementor-posts .elementor-post__card .elementor-post__thumbnail {
  height: 100%;
}
.custom-post-listing .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
  height: 100%;
  object-fit: cover;
}
.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link::after {

  background-image: linear-gradient(0deg,rgba(0,0,0,.55),transparent 75%);
}
.custom-post-listing .elementor-posts .elementor-post__card .elementor-post__text {
  z-index: 1;
}
.custom-post-listing .elementor-post__title a {
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: end;
        padding: 15px;
}
.custom-post-listing a.elementor-post__read-more {
  padding: 0 15px;
}

/*SIDEBAR*/
.wp-block-latest-posts__featured-image img {
  border-radius: 4px !important;
}


/*TIMELINE*/
.eael-horizontal-timeline--align-left .eael-horizontal-timeline-item__point-content {
    margin-left: inherit !important;
    margin-right: inherit !important;
}
.eael-horizontal-timeline-item__point {
  display: flex;
  justify-content: center;
}
.eael-horizontal-timeline--align-left .eael-horizontal-timeline-item__meta {
    margin-right:inherit !important;
    text-align: center !important
}
.eael-horizontal-timeline__line {
    margin-left:120px;
}



/**/
.eael-post-list-container.layout-preset-2 .eael-post-list-posts-wrap .eael-post-list-post {
    box-shadow: unset !important;
}
.eael-post-list-container.layout-preset-2 .eael-post-list-posts-wrap .eael-post-list-post .eael-post-list-content {
    padding:0 !important;
}
.eael-post-list-thumbnail {
  position: relative;
}
.eael-post-list-thumbnail a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.eael-post-list-content .eael-post-list-title {
    margin-top:-13px;
}





/*LIGHTBOX*/
.eael-lightbox-content p {
  text-align: justify;
}

.elementor-post__thumbnail__link::after {
  background-image: linear-gradient(0deg,rgba(0,0,0,.7),transparent 75%) !important;
}



.adicao-timeline.wpex.horizontal-timeline.ex-multi-item .horizontal-nav li .wpex_point::before,
.adicao-timeline.wpex.horizontal-timeline.ex-multi-item .horizontal-nav li.ex_s_lick-current .wpex_point::before {
  left: 50%;
}

.adicao-timeline.wpex.horizontal-timeline.ex-multi-item:not(.wpex-horizontal-4) .horizontal-nav li span.wpex_point::after {
  left: calc( 50% - 7px );
}
.adicao-timeline.wpex.horizontal-timeline .extl-hoz-sbs h2,
.adicao-timeline.wpex.horizontal-timeline .wpex-timeline-label h2 {
  text-transform: inherit;
}
.adicao-timeline .tl-point.wpex_point {
  text-align: center !important;
}
.adicao-timeline .tl-point.wpex_point {
  font-family: inter;
  font-size: 16px !important;
  font-weight: 600;
}
.adicao-timeline.wpex.horizontal-timeline.ex-multi-item .horizontal-nav .wpextt_templates .timeline-details a {
  line-height: 1.4;
  font-size: 16px;
}
.adicao-timeline .tl-point.wpex_point {
  border-radius: 8px;
}
.adicao-timeline.wpex.horizontal-timeline.ex-multi-item .wpex-timeline-label .timeline-details {
  padding: 25px 20px;
  text-align: left;
  border: 2px solid #eee;
  border-radius: 8px;
}
.adicao-timeline .wptl-excerpt,
.adicao-timeline .wptl-readmore {
  display: none !important;
}
.adicao-timeline.wpex.horizontal-timeline .wpex-timeline-label .timeline-media img {
  max-height: 180px;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  height: 180px;
}
.wpex-social-share {
  display: none;
}
.gslide-description .gallery-item {
  float: left;
  padding: 5px;
}
.extl-lb .gslide-description.description-right p {
  font-size: 16px;
  font-family: inter;
}
#glightbox-body.extl-lb .gslide-description.description-right h3.lb-title, .wpex .timeline-details h2 {
  text-transform: inherit;
  font-weight: 600;
}
.extl-lb.glightbox-container .ginner-container {
  border-radius: 8px;
}


.cp-stream__meta {
  display: none;
}/* End custom CSS */</pre></body></html>