
.cat-title {
  font-family: poppins;
  color: #4caf50;
  color: #4caf69;
  color: var(--secondary);
  margin-top: 25px;
  margin-bottom: 0px;
}
.cat-text {
  font-size: 1.12rem;
}
.cat-text.long-intro {
  margin-top: 1rem;
}
.text-help{
  display: none;
  visibility: hidden;
}
.accordion .accordion-content-wrapper ul{
  /* list-style-type: "→ "; */
}
.accordion .accordion-content-wrapper ul li::marker {
  color: var(--secondary);
  padding-right: 10px;
  font-size: 1.2rem;
}
#bottom-a.position {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  /* padding-left: 8px;
  padding-right: 8px; */
  background-color: #d2d8d3;
  background-color: #e0e3e0;
  background-color: #e9ece9;
  /* background-color: #fff; */
}
ul li::marker {
  color: var(--secondary);
  padding-right: 10px;
  font-size: 1.2rem;
}
/*/////////////////////////////////////////////////////////////////////////////

/ TOPBAR
/////////////////////////////////////////////////////////////////////////////*/
#topbar{
  padding: 10px 0;
  font-size: .9rem;
  color: gray !important;
  background-color: #fff;
  border-bottom: .1rem solid rgb(238, 238, 238);
  z-index: 99999;
}
@media (max-width: 992px) {
  #topbar{
    display: none;
  }
}
#topbar, #topbar a{
  color: inherit;
  text-decoration: none;
}
#topbar a:hover{
  color: inherit;
}
#topbar .contatos{
  text-align: right;
}
#topbar .svg-icon {
  fill: var(--secondary);
  height: 23px;
  width: 23px;
  margin-right: 3px;
}
#topbar .topbar-mail{
  margin-right: 15px;
}
/*/////////////////////////////////////////////////////////////////////////////

/ HEADER
/////////////////////////////////////////////////////////////////////////////*/

.header{
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  box-shadow: var(--box-shadow);
}
.pag-home .header{
  background-color: rgba(255, 255, 255, 1);
}

  /*LOGOTIPO*/
  .logo-content, .field-value {
    height: 100%;
    width: 100%;
  }
  #logo {
    height: 70px;
  }
/*/////////////////////////////////////////////////////////////////////////////

/ SLIDESHOW
/////////////////////////////////////////////////////////////////////////////*/

/* #hero{
  margin-top: -90px;
} */

:root {
  --white:       #ffffff;
  --accent:      #c7ed72;
  --arrow-bg:    rgba(255,255,255,0.12);
  --arrow-hover: rgba(255,255,255,0.28);
  --dot-idle:    rgba(255,255,255,0.40);
  --dot-active:  #c7ed72;
  --dot-active:  #62c933;
  --fade-ms:     900ms;
  --max-height: 850px;
}

/* ── Slideshow container ──────────────────────────── */
.slideshow {
  position: relative;
  width: 100%;
  height: calc(100vh - 135px);
  max-height: var(--max-height);
  overflow: hidden;
}
@media (max-width: 992px) {
  .slideshow {
    height: calc(100vh - 90px);
    max-height: 700px;
  }
}

/* ── Slides ───────────────────────────────────────── */
.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity var(--fade-ms) ease-in-out;
  will-change: opacity;
}

.slide.active {
  opacity: 1;
}

/* ── Darkening overlay ────────────────────────────── */
.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.50) 0%,
    rgba(0, 0, 0, 0.30) 55%,
    rgba(0, 0, 0, 0.10) 100%
  );
  z-index: 1;
  pointer-events: none;
}


/* ── Text block ───────────────────────────────────── */
.text-container {
  position: relative;
  height: 100vh;
  max-height: var(--max-height);
}

.text-block {
  position: absolute;
  /* left: 6%; */
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.10em;
  margin-top: -50px;
}
@media (max-width: 992px) {
  .text-block {
  margin-top: -80px;
}
}
.text-block h1{
  display: block;
  font-size: clamp(1.1rem, 1.9vw, 1.5rem);
  font-weight: 600;
  color: white;
  color: #a0da1e;
  color: #45a918;
  color: #62c933;
  text-shadow: 0 2px 12px rgba(0,0,0,0.65);
}

.label {
  display: block;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-family: 'poppins', 'Arial', sans-serif;
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 900;
  letter-spacing: 0em;
  color: var(--white);
  line-height: 1.13;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,0.65);
}
.label.accent {
  color: #a0da1e;
  color: #FFF;
}

/* ── Arrow buttons ────────────────────────────────── */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.45);
  background: var(--arrow-bg);
  color: var(--white);
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, transform 0.20s;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.arrow svg {
  width: 1.3rem;
  height: 1.3rem;
  flex-shrink: 0;
}

.arrow:hover {
  background: var(--arrow-hover);
  border-color: var(--white);
  transform: translateY(-50%) scale(1.08);
}

.arrow:active {
  transform: translateY(-50%) scale(0.96);
}

.arrow--prev { left:  1.4rem; }
.arrow--next { right: 1.4rem; }

/* ── Dots ─────────────────────────────────────────── */
.dots {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--dot-idle);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}

.dot.active {
  background: var(--dot-active);
  transform: scale(1.35);
}

/* ── Grab cursor (mouse-drag / swipe) ────────────── */
.slideshow {
  cursor: grab;
}

/* Applied via JS while dragging */
.slideshow.is-grabbing,
.slideshow.is-grabbing * {
  cursor: grabbing !important;
}

/* Arrows and dots keep a pointer cursor regardless */
.arrow,
.dot {
  cursor: pointer;
}

/* ── Responsive tweaks ────────────────────────────── */
@media (max-width: 480px) {
  .arrow {
    width: 2.6rem;
    height: 2.6rem;
  }
  .text-block { left: 5%; }
}





/*
  BREADCRUMBS
 --------------------------------------------------------------------------- */
 /*Ver: 10-breadcrumps*/




/*/////////////////////////////////////////////////////////////////////////////

/ HOME
/////////////////////////////////////////////////////////////////////////////*/


/* HOME - HERO
 --------------------------------------------------------------------------- */


/* HOME - SERVIÇOS
 --------------------------------------------------------------------------- */

 #sec-blurb-servicos-home{
	padding: 40px 0;
	background-color: transparent;
}

section#services{
	padding: 0;
}
.row-mycards{
  justify-content: center;
}
.col-mycards{
	margin-bottom: 30px;
  max-width: 355px !important;
}
.mycard{
  border-radius: 10px;
  background: #fff;
  width: 100%;
  position: relative;
  text-align: center;
	height: 100%;
  transition: var(--transition);
  box-shadow: var(--box-shadow);
}
.mycard:hover {
	transform: translateY(-3px);
  box-shadow: var(--over-shadow);
  box-shadow: 0 4px 30px #d1dbd3;
}
.mycard .wrapper{
  padding: 2.2rem 1rem;
}
.mycard .mycard-icon svg {
  width: 60px;
  height: 60px;
  fill: #4caf50;
}
.mycard .mycard-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 1.3rem;
  margin-bottom: 0;
}
#services .mycard a{
  color: #001b51;
	outline: none;
	text-decoration: none;
}
#services .mycard a:hover{
  color: #001b51;
}


#links .col-mycards{
	margin-bottom: 30px;
  max-width: 380px !important;
}
#links .mycard{
	height: auto;
}
#links .mycard .wrapper{
	padding: 0 2rem .5rem 2rem;
}
#links .mycard img{
	max-width: 100%;
}
#links .mycard p {
  border-top: 1px solid #C8EEAE;
  padding-top: 10px;
  color: gray;
  line-height: 1.3;
  font-size: .88rem;
}

.category-header {
  margin-bottom: 3.5rem !important;
}
/* .category-header h1 {
  margin-bottom: 1rem;
} */


/*////////////////////////////////////////////////////////////////////////

/ HOME - CARROUSSEL SLIDER VARIEDADES (Splide Slider)
////////////////////////////////////////////////////////////////////////*/

#home-carroussel.section-area {
  padding-bottom: 5rem;
}
.section-title {
  margin-bottom: 80px;
  color: #493d55;
  text-align: center;
}
.splide {
  /* border: 1px dotted navy; */
}
.splide__track {
  padding: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  /* border: 1px solid #0bf; */
}
ul.splide__list {
  padding: 0;
}
li.splide__slide {
  /* background-color: #FFF;
  box-shadow: 0 5px 15px rgba(0,0,0,.08); */
  background-color: transparent;
}
:root{
  --outline-color: #1FBA8E;
}
/*SPLIDE SETAS*/
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  background: #f5f5f5;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  z-index: 1;
  --afastamento: -2rem;

}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid var(--outline-color);
  outline-offset: 3px;
}
.splide__arrow--next {
  right: var(--afastamento);
}
.splide__arrow--prev {
  left: var(--afastamento);
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid var(--outline-color);
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
/*SPLIDE NAVEGAÇÃO POR BOLINHAS*/
.splide__pagination__page {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid var(--verde-01);
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 4px;
  opacity: 0.6;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
}
.splide__pagination__page.is-active {
  background-color: var(--verde-01);
  border-color: transparent;
  transform: scale(1.2);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  transform: scale(1.2);
  opacity: 0.6;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid var(--outline-color);
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid var(--outline-color);
  outline-offset: 3px;
}
/* // End Splide Slider*/

/*SLIDE CARD*/
.slide-card {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-radius: .8rem;
}
.slide-image {
  background-color: white;
}
.slide-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
/*Slider conten*/
.slide-content {
  padding: 30px 40px 50px 40px;
}

.slide-title {
  font-size: 1.35rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  color: #4caf50;

  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
.slide-title a{
  text-decoration: none;
  transition: all 0.3s ease;
}
/* .slide-text {
  padding: 20px 0;
  font-size: 1rem;
} */
/* .slide-ler-mais {
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  padding-top: 10px;
} */

.mod-custom .plantas-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  margin: 0.5rem 0;
}
.mod-custom .cartao .plantas-title a{
  color: #5B6E56;
}
.mod-custom .cartao:hover .plantas-title a,
.mod-custom .plantas-title a:hover {
  color: #6E976E;
}

/* BTN LER MAIS*/
.readmore{
  margin-top: 30px;
	margin-bottom: 10px;
}
.readmore {
  display: inline-block;

	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1.42857143;
	white-space: nowrap;
	text-decoration: none !important;
	user-select: none;
	touch-action: manipulation;
	cursor: pointer;

	color: var(--verde-ler-mais);
	background-color: white;
	border-radius: 50px;
  border: 0px solid var(--verde-ler-mais);

	padding: 10px 24px;
	margin-bottom: 0;

	box-shadow: 0px 0px 12px 0px rgba(108, 108, 108, 0.17);

	-webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

}
.readmore:hover,
.readmore:focus{
    background: var(--verde-ler-mais);
    border-color: var(--verde-ler-mais) !important;
    color: #fff;
}
.readmore:first-child:active, .readmore.active, .readmore.show {
  color: var(--btn-active-color);
  background-color: var(--verde-btn-active);
  border-color: var(--verde-btn-active);
}

.readmore .btmn {
	--color: #4caf50;
}
.readmore .btmn:hover,
.readmore .btmn:focus{
    --background: #4AB975;
    --border-color: #4caf50 !important;
    --color: #fff;
}



/*////////////////////////////////////////////////////////////////////////

/ PÁGINA SERVIÇOS
////////////////////////////////////////////////////////////////////////*/

.serviços-icon {
  margin-right: 10px;
}
.serviços-icon svg {
  width: 46px;
  height: 46px;
  fill: #4caf50;
}
/*////////////////////////////////////////////////////////////////////////

/ PÁGINA BLOG
////////////////////////////////////////////////////////////////////////*/

/*-------------------------/
JOOMLA - ENTRY BLOG
------------------------*/

.item-page [itemprop="articleBody"] {
    margin-top: 25px;
    margin-bottom: 25px;
}

.category-blog{
	background-color: #FFF;
	margin-bottom: 30px;
	padding: 35px;
	padding-top: 30px;
	box-shadow: 0px 0px 10px #ddd;
	overflow: hidden;
}

.entry-img{
	margin-bottom: 30px;
	max-height: 450px;
	overflow: hidden;
}
#article-page-blog .mycard {
  border-radius: 2px;
  background: #fff;
  width: 100%;
  position: relative;
  text-align: left;
  height: 100%;
  padding: 20px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#article-page-blog .mycard:hover {
  box-shadow: 0 4px 30px #d1dbd3;
  box-shadow: var(--over-shadow);
}
/* #article-page-blog .mycard .card-content{
  padding: 5px 25px 25px;
} */

#article-page-blog .mycard.card-featured{
  padding: 0;
}
#article-page-blog .mycard.card-featured .card-content{
  padding: 30px 50px 50px 50px;
}

#article-page-blog h2.card-title,
.pag-blog .page-header h1 {
  color: #4caf50;
	font-family: 'Montserrat', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
	font-weight: 700;
  text-transform: uppercase;
	line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 5px;
}
#article-page-blog .mycard.card-featured h2.card-title,
.pag-blog .page-header h1{
  font-size: 1.6rem;
}
#article-page-blog .mycard.card-featured div.card-text{
  margin-top: 20px;
  font-size: 1.1rem;
}

#article-page-blog h2.card-title a{
	color: #4caf50;
	text-decoration: none;
  transition: all 0.3s ease;
}
#article-page-blog h2.card-title a:hover{
	color: #4caf50;
}
/*DATA*/
#article-page-blog .entry-date{
	text-transform: uppercase;
	font-size: 13px;
	color: var(--mute-color);
  margin-bottom: 5px;
}

.article-info > dd > i {
    display: inline-block;
    margin-right: 3px;
}
.fa-calendar-o::before {
    content: "\f133";
}
/*CORPO TEXTO*/
.entry-text{
	margin-bottom: 30px;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    letter-spacing: .3px;
    color: #616161;
    line-height: 1.75em;
}


/*
ENTRY BLOG - Paginação
-----------------------------*/

/*Elemento "Page 1 of 2"*/
p.counter{
	display: none;
}
#article-page-blog .pagination{
	margin: 1rem auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*links da paginação*/
.pagination li.page-item {
    margin: 0;
}
.pagination > li > a{
    position: relative;
	  display: block;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #4caf50; /*verde*/
    background-color: #FFF;
    border: 1px solid #4caf50; /*verde*/
    margin-left: -1px;
}
.pagination > li > a:hover{
	z-index: 2;
	color: #FFF;
    background-color: #4caf50; /*verde*/
    border: 1px solid #4caf50; /*verde*/
	box-shadow: none;
}
.pagination > li > a:focus{
	z-index: 2;
	color: #FFF;
	outline: 0;
	background-color: #319735; /*verde escuro*/
    border: 1px solid #319735; /*verde escuro*/
    /*-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
    box-shadow: none;
}
.pagination li.page-item.active a.page-link {
    z-index: 1;
    color: #FFF;
    background-color: #4caf50; /*verde*/
    border-color: #4caf50; /*verde*/
}
.pagination a.page-link.disabled {
    color: #A1D9A3; /*verde palido*/
}
.pagination a.page-link.disabled:hover {
	background-color: #FFF;
}
/** end **
BLOG ENTRY - Paginação*/


/*
 PÁGINA DE BLOG FULL ARTICLE
----------------------------------------*/

/*WRAPPER*/
.pag-blog .com-content-article {
  display: flex;
  flex-wrap: wrap;
  padding: clamp(20px, 3vw, 50px);
  background-color: #FFF;
  box-shadow: 0px 0px 10px #ddd;
  margin: auto;
  margin-top: 25px;
  max-width: 1200px;
}
.pag-blog ul.fields-container {
  list-style-type: none !important;
  padding: 0 !important;
}
/* IMAGEM */
.pag-blog .field-image{
  order: 0;
  display:block;
	width: 100%;
  max-height: 450px;
}
.pag-blog .field-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* TÍTULO */
.pag-blog .page-header {
  order: 2;
  display:block;
	width: 100%;
}
/* INFO: Data/Autor */
.pag-blog .article-info {
  order: 3;
  display:block;
	width: 100%;
	flex-basis: 100%;
	margin-bottom: 10px;
}
.pag-blog .article-info dt{
  display:none;
}
/*TEXTO*/
.pag-blog .com-content-article__body {
  order: 4;
  margin-bottom: 1rem;
}
/*COPYRIGHT*/
.pag-blog .blog-copyright {
  order: 5;
  width: 100%;
  
}
/*NAV*/
.pag-blog .pagenavigation {
  order: 6;
  display:block;
	width: 100%;
	flex-basis: 100%;
}


.com-content-article em { /* para o "entry" e para o "blog" */
    color: #616161;
}
.item-page.pg-blog-category{
	padding: 25px 30px;
	background-color: #FFF;
	box-shadow: 0px 0px 10px #ddd;
	margin: 25px 0;
}
.item-page.pg-blog-category h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #4caf50;
}
.pull-left.item-image{
	margin-right: 0px;
}

/*Alterar a ordem dos elementos*/
.item-page.pg-blog-category{
	display: -webkit-flex;
  	display: flex;
	flex-wrap: wrap;
}
/* Navegação (BTN NAV)*/
.item-page.pg-blog-category ul.pager.pagenav{
	-webkit-order: 5;
	order: 5;
	display:block;
	width: 100%;
	flex-basis: 100%;
}
/* Corpo do artigo (TEXTO) */
.item-page.pg-blog-category div.com-content-article__body{
	-webkit-order: 4;
	order: 4;
	display:block;
	width: 100%;
	flex-basis: 100%;
	margin-top: 0;
	padding-top: 0;
}
/* Art-info (DATA / AUTOR)*/
.item-page.pg-blog-category dl.article-info{
	-webkit-order: 3;
	order: 3;
	display:block;
	width: 100%;
	flex-basis: 100%;
	margin-bottom: 10px;
	padding-bottom: 0;
}
/* Titulo */
.item-page.pg-blog-category div.page-header{
	-webkit-order: 2;
	order: 2;
	display:block;
	width: 100%;
}
/* Imagem */
.item-page.pg-blog-category figure.item-image{
	-webkit-order: 1;
	order: 1;
	display:block;
	width: 100%;
	flex-basis: 100%;
	margin-top: 5px;
}


/*---------------------------/
   Links para artigos "LEGAL NOTES" no topo dos Artigos
------------------------*/
.category-modulelegal-notes.mod-list {
    margin: 0 0 40px;
    text-align: center;
}
.category-modulelegal-notes.mod-list li{
    display: inline-block;
}
.category-modulelegal-notes a {
    color: #343a40;
}
.legal-notes #t4-main-body {
    background-color: #f7f7f4;
}
/*converter o layout destas páginas em "container"*/
@media (min-width: 1300px) {
   .legal-notes .container-fluid {
	max-width: 1230px !important;
	}
}

/*////////////////////////////////////////////////////////////////////////

/ IMAGENS DE TODOS OS ARTIGOS
////////////////////////////////////////////////////////////////////////*/


/*Página blog imagens nos cards de entrada items featured*/
.intro-img.featured img {
  height: 550px;
}
@media (max-width: 992px) {
  .intro-img.featured img {
    height: 320px;
  }
}
/*Página blog imagens nos cards de entrada items NOT featured*/
.intro-img img {
  object-fit: cover;
  width: 100%;
  height: 305px;
}
/*Imagem principal artigos*/

.item-full-image img {
  object-fit: cover;
  width: 100%;
  height: 350px;
  max-height: 350px;
  max-width: 1400px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .item-full-image img {
    /* height: 350px; */
    width: 100%;
    height: auto;
    max-height: 450px;
    min-height: 350px;
    max-width: 1400px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .item-full-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    max-width: 1400px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .item-full-image img {
    max-height: 600px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .item-full-image img {
    max-height: 700px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1400px) {
  .item-full-image img {
    max-height: 800px;
    margin-bottom: 45px;
  }
}


/*////////////////////////////////////////////////////////////////////////

/ PÁGINA LINKS ÚTEIS
////////////////////////////////////////////////////////////////////////*/
.cardObserver {
  opacity: 0;
  transition: opacity .6s ease-in-out;
  transition-delay: calc(var(--index) * 100ms)
}

.delay + div {--index: 2;}
.delay + div + div {--index: 3;}
.delay + div + div + div {--index: 4;}
.delay + div + div + div + div {--index: 5;}
.delay + div + div + div + div + div {--index: 6;}
.delay + div + div + div + div + div + div {--index: 7;}
.delay + div + div + div + div + div + div + div {--index: 8;}
.delay + div + div + div + div + div + div + div + div {--index: 9;}
.delay + div + div + div + div + div + div + div + div + div {--index: 10;}
.delay + div + div + div + div + div + div + div + div + div + div {--index: 11;}
.delay + div + div + div + div + div + div + div + div + div + div + div {--index: 12;}
.delay + div + div + div + div + div + div + div + div + div + div + div + div {--index: 13;}
.delay + div + div + div + div + div + div + div + div + div + div + div + div + div {--index: 14;}
.delay + div + div + div + div + div + div + div + div + div + div + div + div + div + div {--index: 15;}
.delay + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {--index: 16;}
.delay + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {--index: 17;}
.delay + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {--index: 18;}
.delay + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {--index: 19;}
.delay + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div + div {--index: 20;}

.cardObserver.show {
  opacity: 1;
}
.cardObserver.show:hover {
  transition: var(--transition);
}

/*////////////////////////////////////////////////////////////////////////

/ PÁGINA CONTACTOS
////////////////////////////////////////////////////////////////////////*/

.pag-contatos .item-page [itemprop="articleBody"] {
    margin-top: 50px;
    margin-bottom: 30px;
}
/*.linearicons-map-marker::before {
    content: "\ea7a3";
}
.linearicons-telephone::before {
    content: "\ea6a3";
}
.linearicons-envelope::before {
    content: "\e9963";
}*/
.pag-contatos H2 {
    color: #0c1451;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1;
	margin-bottom: 0;
}
.pag-contatos p.pretext {
	color: #333;
   	font-size: 18px;
    font-weight: 300;
	padding: 0;
}
#article-page-contatos{
	text-align: center;
	margin: auto;
	margin-bottom: 0px;
	max-width: 900px;
}
#contatos i {
    display: inline-block;
    text-align: center;
	width: 110px;
    height: 110px;
    font-size: 40px;
    line-height: 110px;
    background: #fff;
    box-shadow: 0 4px 30px #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 25px;
	margin-top: 60px;
	color: /*#8FEC4F*/ #54D000;

    -webkit-transition:all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
#contatos i:hover {
    transform:translateY(-2px);
    box-shadow: 0 4px 30px #d1dbd3;
    color:  #70e621;
}
#contatos i.lnr-envelope {
    line-height: 104px;
}
/*Titulo por baixo dos icons dos contactos*/
#contatos h3.i_title{
  margin-bottom: 8px;
  color: #333;
	font-size: 1.4rem;
	font-weight: 600;
	font-style: normal;
	line-height: 1.16;
	text-align: center;
}
#contatos p.i_text{
    padding: 0 9%;
	text-align: center;
}
#contatos p.i_text, #contatos p.i_text a{
	color: #494f7c;
	font-size: 16px;
	margin-bottom: 0;
}

#contatos p.i_text a {
	transition: color 400ms,background-color 400ms;
}

#contatos p.i_text a:hover {
	color: #4AB975;
	text-decoration: none;
	outline: none;
}
.pg-contatos .rsform .rsform-submit-button {
    width: inherit;
}
/*- FIM - *PG CONTATOS */

.pag-contatos .bottom-a.module{
  padding: 0;
  margin: 0;
}

/*////////////////////////////////////////////////////////////////////////

/ FOOTER
////////////////////////////////////////////////////////////////////////*/

#footer {
  padding: 0;
  background-color: #fff;
}
.footer a:not(.btn), .footer .btn-link {
  color: currentColor;
}
.footer a:not(.btn):hover, .footer a:not(.btn):focus, .footer .btn-link:hover, .footer .btn-link:focus {
  color: var(--gray-800);
}

/* COPYRIGHTS */
#copyrights {
  color: var(--secondary);
  padding: 15px 0;
  text-align: center;
  font-size: .9rem;
}
#copyrights p {
  font-size: 0.8rem;
}
#copyrights a {
  text-decoration: none;
  color: #4caf50;
}
#copyrights a:hover,
#copyrights a:focus {
  color: #41c545;
}

/* FOOTER LEGAL MENU */
#footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-direction: row;
  padding: 15px;
}
#footer-menu a{
  color: #6A757B;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 700;
}
#footer-menu a:hover,
#footer-menu a:focus{
  color: #919EA6;
}




