<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/**
 *------------------------------------------------------------------------------
 * MAAE v-04
 *------------------------------------------------------------------------------
 * @website		  maae.pt
 * @authors       Skytrails
 *------------------------------------------------------------------------------
 

/*--------------------------------------------------/
   T4 FRAMEWORK 
---*
* #t4-topbar
* #t4-header
* #t4-hero *(criado)
* #t4-main-body
* #t4-section-1
* #t4-footholder *(criado)
* #t4-footer

/*--------------------------------------------------/
   FONTES LETRA
---*
font-family: ..., sans-serif;


/*--------------------------------------------------/
   CORES
---*
VERDE 1 rgba(140,180,75,1); #8CB44B
VERDE 2 rgba(165,197,65,1); #A5C541
VERDE 3 rgba(200,215,97,1); #C8D761
CINZA 1 rgba(83,90,95,1); #535A5F
CINZA 2 rgba(235,235,235,1); #EBEBEB

 H2 - #AE976D srgb(174, 151, 109, 1)
 H1 - #F9F6F1 srgb(249, 246, 241, 1)

*/

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

------------------- FIX LAYOUT -----------------------
////////////////////////////////////////////////////*/
/* Corrigir dimensões secções fluídas no T4 
t4-section-inner container-fluid*/

/* T4 Section */
#t4-main-body {
    overflow: hidden;
	/*background-color: #FAFBFB !important;*/
}
#t4-slider .container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}
.t4-main-body {
    padding-top: 0;
    padding-bottom: 0;
}
/*.t4-section-inner.container-fluid{
    overflow: hidden;
}*/
/* QUIX  */
.qx-container-fluid, .qx-section--stretchh {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.article-aside {
    margin-bottom: 0;
}
.dados-equipa a{
	color: #212529;
}
.uk-card-title a{
color: #333
}
/*////////////////////////////////////////////////////

----------------------- GERAL -----------------------
////////////////////////////////////////////////////*/

.nopad{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.t4-section-inner.container-fluid {
    padding: 0;
}
/*Geral colunas do pedro*/
.row-p15{
	display: flex;
	padding: 0 15px;
	flex-wrap: wrap;
	width: 100%;
}
.row-p0{
	display: flex;
	padding: 0;
	flex-wrap: wrap;
	width: 100%;
}
/*---------------------------/
Artigos texto
------------------------*/
.com-content-article li{
	margin-left:15px;
}


*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
}

:focus{
	outline: none;
}

a{
	/*text-decoration: none;*/
}
a img{
	border: 0 !important;
}

h1, h2{color: #AE976D; /*srgb(249, 246, 241, 1)}*/ }

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;/*Defenido no template*/
    font-style: inherit;/*Defenido no template*/
    line-height: inherit;/*Defenido no template*/
    letter-spacing: inherit;/*Defenido no template*/
}


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

-                    BODY
////////////////////////////////////////////////////*/


/*--------------------------------------------------/
   BODY
--*/
body {
    color: #2C3035;
    font-family: 'Gafata' 'Roboto';
    font-size: 15px;
    font-style: inherit;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
}
/*--------------------------------------------------/
   BACKGROUNDS
--*/
body{background-color: #F3F3F3;}
.t4-wrapper{background-color: transparent;}
		.t4-content{background-color: transparent;}
			.t4-content-inner{background-color: transparent;}
				/*
				#t4-header
				#t4-logotipo
				#t4-menu
				#t4-main-body
				#t4-footholder
				#t4-foot 
				*/
				#t4-main-body{background-color: transparent;}
					/*
					#t4-section-inner
						.t4-row
							.t4-col
								#system-message-container
								.com-content-category-blog.blog
*/
.t4-content-inner{
	background-image:url("img/montanha-02.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	/*background-size:100%;*/
	background-color: #F6F6F6;
}

/*//  1200px &gt;&gt;&gt;	*/
@media (max-width: 800px) {
	.t4-content-inner{background-size: 800px;}
	
}
/*//  1200px &gt;&gt;&gt;	*/
@media (min-width: 801px) {
	.t4-content-inner{background-size: 100%;}
	
}
/*//  1200px &gt;&gt;&gt;	*/
@media (min-width: 1200px) {
	.t4-content-inner{background-size: 100%;}
	
}

/*--------------------------------------------------/
   LAYOUT
--*/
#t4-main-body .t4-section-inner {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 0px;
    background-color: #F9F9F9;
}
#welcome {
    padding: 20px 0px;
}
@media (min-width: 576px) {
	#welcome {
    padding: 30px 40px;
}
}
/*////////////////////////////////////////////////////

____________ TEMPLATE - @ MEDIA-QUERIES _____________
////////////////////////////////////////////////////*/
/* 
//  &lt;&lt;&lt; 319px	*/
@media (max-width: 319px) {
	.container {max-width: 95%;}
	.mod-languages-inline {display: none !important;}
	.xxs-no{display: none; }
	.xxs-yes{display:inherit}
}
/* 
//  320px &gt;&gt;&gt; 	*/
@media (min-width: 320px) {
	.container {max-width: 95%;}
	.mod-languages-inline {display: none !important;}
	.xxs-no{display: none; }
	.xxs-yes{display:inherit}
}
/* 
//  480px &gt;&gt;&gt;	*/
@media (min-width: 480px) {
	.container {max-width: 95%;}
	.mod-languages-inline {display: none !important;}
	.xs-no{display: none; }
	.xs-yes{display:inherit}
}
/* 
//  576px &gt;&gt;&gt;	*/
@media (min-width: 576px) {
	.container {max-width: 95%;}
	.mod-languages-inline {display: none !important;}
	.sm-no{display: none; }
	.sm-yes{display:inherit}
}
/* 
//  768px &gt;&gt;&gt;	*/
@media (min-width: 768px) {
	.container {max-width: 95%;}
	.md-no{display: none; }
	.md-yes{display:inherit;}
}
/* 
//  992px &gt;&gt;&gt;	*/
@media (min-width: 992px) {
	.container {max-width: 95%;}
	.lg-no{display: none; }
	.lg-yes{display:inherit;}
}
/* 
//  1170px &gt;&gt;&gt;	*/
@media (min-width: 1170px) {
	.qx-container {max-width: 90%;}
	.xl-no{display: none; }
	.xl-yes{display:inherit;}
	
}
/* 
//  1300px &gt;&gt;&gt;	*/
@media (min-width: 1300px) {
	.container {max-width: 1270px;}
	.xxl-no{display: none; }
	.xxl-yes{display:inherit;}
}

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

-            HEADER (idiomas)
////////////////////////////////////////////////////*/

/*Selctor de idiomas (bandeirinhas)*/
#t4-header {
    text-align: right;
}

#t4-header .container {padding: 0;}

/*Fundir os idiomas com o logotipo*/
@media (min-width: 992px) {
	#t4-header {
		margin-top: 80px;
		z-index: 99999999;
}
	#t4-logotipo {
		margin-top: -90px;
		z-index: 9999999;

}
}
/*-------------------------------/
   Bandeiras/Linguas - inline
-----------------------------*/

/*class atribuida no modulo para o diferenciar*/
#t4-header .mod-languages-inline {
	background-color: pink;
	display: table;
	float: right;
	margin-left: 8px;
	}
#t4-header.mod-languages-inline div.sp-module-content /*ul.lang-inline*/ {
	display: table-cell;
  	vertical-align: middle;
	list-style: none;
	}
ul.lang-inline {
    display: inline-block;
}
#t4-header div.mod-languages ul.lang-inline li {
	display: inline-block !important;
	margin-left: 3px !important;
	margin-right: 0px !important;
	
	}
#t4-header div.mod-languages ul.lang-inline li.lang-active {
    float: right;
    padding-left: 6px;
	}
div.mod-languages li.lang-active a {
	pointer-events: none; /* desativar o link e ponteiro */
	cursor: default;
	-moz-user-select: none; /* Firefox 2+*/
	-ms-user-select: none; /* IE 10+ */
	-webkit-user-select: none; /* Chrome, Opera, Safari */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	user-select: none; /* Standard syntax */
	}
.lang-active {
    -moz-user-select: none; /* Firefox 2+*/
	-ms-user-select: none; /* IE 10+ */
	-webkit-user-select: none; /* Chrome, Opera, Safari */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	user-select: none; /* Standard syntax */
}
div.mod-languages ul.lang-inline li.lang-active img:onclik{
	pointer-events: none;
	cursor: default;
	}
div.mod-languages ul.lang-inline li img {
	opacity: 0.5;
	filter: grayscale(98%);
	width: 21px; /*Tamanho das bandeiras geral*/
	padding-top: 6px;
	}
div.mod-languages ul.lang-inline li img:hover{
	opacity: 1;
	filter: grayscale(15%);
	}
div.mod-languages ul.lang-inline li.lang-active img {
	opacity: 1;
	filter: grayscale(0%);
	}

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

-                   LOGOTIPO
////////////////////////////////////////////////////*/


/*--------------------------------------------------/
   T4-LOGOTIPO
--*/

.navbar-brand.logo-control img.logo-img {
    display: none;
    max-height: 200px;
}
#t4-logotipo .row {
	background-color: transparent;
	background-image:url("img/bg-logo-1.png");
	background-position: center; 
	background-repeat: repeat;
	/*margin: 0;
	padding: 0px;*/
}
@media (max-width: 580px) {
#t4-logotipo .row {
	background-image:url("img/bg-logo-2.png");
	background-position: center; 
	background-repeat: repeat;
	}
}

#t4-logotipo .navbar-brand {
    display: block;
	text-align: center;
	margin: 0;
	padding: 0px;
}
#t4-logotipo img.logo-img {
    vertical-align: middle;
    margin: 0;
}
@media (min-width: 991.98px) {
#t4-logotipo .d-sm-block {
    display: inline !important;
	}
}
/* /// LOGOTIPO */

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

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

/*
#t4-menu 
	.t4-section-inner container
		.t4-navbar 
			.navbar 
				.t4-megamenu 
					ul .nav .navbar-nav level0   
						li .nav-item (.divider .dropdown .parent .default .current .active)
							.dropdown-menu. level1 
								.dropdown-menu-inner 
									ul 
										li .nav-item
*/


/*--------------------------------------------------/
   T4-MENU - Bloco
--*/

/*MAAE - Centrar o menu principal*/
#t4-menu .navbar{
    float: none !important;
}
#t4-menu .nav{
    margin: auto !important;
}

/**/
#t4-mainnav .t4-navbar nav.navbar .t4-megamenu{
	/*background-color: palegreen;*/
}
/* Menus */
#t4-mainnav .t4-navbar nav.navbar .t4-megamenu ul.nav{
	/*background-color: silver;*/

}
/* Ajustar a altura dos Menus */
#t4-mainnav ul.nav.navbar-nav.level0&gt;li&gt;a{
	line-height: 70px;
}
#t4-mainnav ul.nav.navbar-nav.level0&gt;li{
	padding: 10px 0;
}

/*--------------------------------------------------/
   T4-MENU - 1º Nível
--*/

.t4-megamenu .navbar-nav &gt; li &gt; a, 
.t4-megamenu .navbar-nav &gt; li &gt; a.nav-link {
    color:#3F484E; /* COR: Cinza escuro*/
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0 15px;
	outline: none;
}

.t4-megamenu .navbar-nav &gt; li &gt; a:hover,
.t4-megamenu .navbar-nav &gt; li &gt; a:focus, 
.t4-megamenu .navbar-nav &gt; li &gt; a:active, 
.t4-megamenu .navbar-nav &gt; li &gt; a.nav-link:hover, 
.t4-megamenu .navbar-nav &gt; li &gt; a.nav-link:focus, 
.t4-megamenu .navbar-nav &gt; li &gt; a.nav-link:active {
    color: #00BA00; /* COR: Verde*/
}
.t4-megamenu .navbar-nav &gt;li.active a.nav-link {
    color: #00BA00; /* COR: Verde*/
}
.t4-megamenu .navbar-nav &gt;li.active:hover a.nav-link {
    color: #0AD90A; /* COR: Verde*/
}
/* menus 1ºnivel com a aba 2ºnivel aberta */
.t4-megamenu .navbar-nav &gt; li.show &gt; a,
.t4-megamenu .navbar-nav &gt; li.show .nav-link {
	color: #6c757d;
}
/* setinha de menu com submenu original */
.t4-megamenu .nav &gt; .dropdown &gt; .dropdown-toggle .item-caret {
    display: inline-block;
    border-top: 0px solid #343a40;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    margin-left: /*0.25rem*/ 0;
    vertical-align: middle;
}
/* setinha de menu com submenu nova */
.t4-megamenu .nav &gt; .dropdown &gt; .dropdown-toggle .item-caret::after {
    font-family: "FontAwesome";
	font-style: normal;
    content: "\f107";
    float: right;
    margin-left: 6px;
	font-size: 15px;
	padding-bottom: 3px;
}

/*--------------------------------------------------/
   T4-MENU- 2º Nível
--*/

.t4-megamenu .dropdown-menu li &gt; a, 
.t4-megamenu .dropdown-menu li &gt; .nav-link, 
.t4-megamenu .dropdown-menu li .dropdown-item {
    padding: 0.66667rem 1rem;
    white-space: normal;
	color:  rgba(0, 0, 0, 0.7);
	background-color: transparent;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
	color: #212529;
	background-color: transparent;
}
/*hover focus active*/
.t4-megamenu .dropdown-menu li .dropdown-item:hover, 
.t4-megamenu .dropdown-menu li .dropdown-item:focus, 
.t4-megamenu .dropdown-menu li .dropdown-item:active {
    text-decoration: none;
	color:rgba(0, 0, 0, 0.8);
	background-color: #E8E8E8;
}

/*--------------------------------------------------/
   T4-MENU- 2º Nível (dropdown)
--*/
.t4-megamenu .dropdown-menu{
	min-width: 15rem; /*controla a largura dos menus dropdown*/
	webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	width: 100px;
	background: #fbfbfb;
	margin-top: 10px !important;
	padding: 0;
	color: #212529;
	text-align: left;
	border-radius: 0;
	border: 0;
}

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

-              HAMBURGER TOGGLER
////////////////////////////////////////////////////*/

/*-------------------------------/
TOGGLER - do offcanvas
----------------------------*/

/*Template
&lt;span - #triggerButton .btn .js-offcanvas-trigger .t4-offcanvas-toggle .c-button&gt;
  &lt;span - c-button__text&gt;
    &lt;i - .fa .fa-bars .toggle-bars&gt;
*/

/*1º span */
.t4-offcanvas-toggle {
	border: 0;
    display: block;
    position: relative;
    right: 0;
    top: 0px;
    padding: 0;
    width: 20px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    color: #6c757d;
	float: right;
	height: 52px;
	line-height: 52px;
}

@media (max-width: 119.98px){
.nav-breakpoint-lg .t4-offcanvas-toggle {
    right: 30px;
}}
@media (max-width: 991.98px){
	.nav-breakpoint-lg .t4-offcanvas-toggle {
    position: relative;
    right: 0px;
    top: 0;
    z-index: 30;
}}


.t4-offcanvas-toggle:hover {
    cursor: pointer;
    color: #343a40;
}
.t4-offcanvas-toggle i {
    font-size: 22px;
}

/*2º span (.c-button__text)*/
.t4-offcanvas-toggle &gt; span {
    vertical-align: middle;
}

/*3º i (.fa .fa-bars .toggle-bars)*/
/*font awesome*/
.t4-offcanvas-toggle i {
    font-size: 22px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*-------------------------------/
TOGGLER - menu dropdown
----------------------------*/

/*Template
&lt;button - .navbar-toggler&gt;
    &lt;i - .fa .fa-bars .toggle-bars&gt;
*/
.t4-navbar .navbar {
    float: left;
    min-height: 20px;
}
.navbar .navbar-toggler {
    border-radius: 0;
    border: 0;
    color: /*#6c757d*/ pink;
    display: block;
    height: 52px;
    line-height: 52px;
    padding: 0;
	font-size: 1.25rem;
	background-color: transparent;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
	display: none;
}
.navbar .navbar-toggler:hover {
    cursor: pointer;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}
@media (max-width: 119.98px){
.nav-breakpoint-lg .navbar-toggler {
    float: right;
}}
@media (min-width: 992px){
.navbar-expand-lg .navbar-toggler {
    display: none;
}}


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

                    OFCANVAS
////////////////////////////////////////////////////*/
/*---------------------------/
OFFCANVAS - modulo
------------------------*/

.t4-offcanvas{
	background-color: #f4ece4;
}
.t4-offcanvas .t4-off-canvas-header{
	background-color: transparent;
}
.t4-offcanvas .t4-off-canvas-body{
	background-color: transparent;
}
.t4-offcanvas .t4-off-canvas-header h3{
	display: none;
}


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

                       HERO
////////////////////////////////////////////////////*/

#t4-hero{
	margin: 0;
	padding: 0;
}
#t4-hero {
    height: 100%;
    direction: ltr;
}
.t4-hero {
    background: none;
    color: #fff;
    padding-top: 0rem;
    padding-bottom: 0rem;
}
#t4-hero .container-fluid {
	padding: 0;
}



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

                  STIKY FOOTER
////////////////////////////////////////////////////*/

html{
    height:100%;
	direction: ltr;
}
body{
    margin:0;
    padding:0;
    height:100%;
}
.t4-content-inner{
    position:absolute;
    min-height:100%;
    width: 100%;
    margin: auto;
}

#t4-footholder {
	margin: auto;
	clear: both;
	visibility: hidden;
}
#t4-foot {
	position: absolute;
	bottom:0;
	z-index: 999;
}

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

-                     FOOTER
////////////////////////////////////////////////////*/

/*
// CORES: #504637;
*/
#t4-foot, #t4-footholder {
	background: rgba(215,214,219,1);
	background: linear-gradient(0deg, rgba(215,214,219,1) 0%, rgba(215,214,219,1) 35%, rgba(215,214,219,0) 100%);
    font-size: 0.875rem;
	width: 100%;
	margin-top: 60px;
	padding: 15px 0;
}

/*--------------------------------------------------/
   FOOT - SOCIAL icons-&amp;-inks
--*/
div.soc-icone {
	margin-bottom: 10px;
	padding: 0px;
}
div.soc-icone a{
	display: inline-block;
	padding: 0 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 30px;
	height: 30px;
	background-color: transparent;
	text-decoration: none;
	text-indent: -99999999px;
	transition: all .1s ease-in-out;

	background-position: center;
	background-repeat: no-repeat;
}
div.soc-icone a.facebook {
	background-image: url("img/soc-facebook.png");
}
div.soc-icone a.linkedin {
	background-image: url("img/soc-linkedin.png");
}
div.soc-icone a.instagram {
	background-image: url("img/soc-instagram.png");
}
div.soc-icone a.twitter {
	background-image: url("img/soc-twitter.png");
}
div.soc-icone a.youtube {
	background-image: url("img/soc-youtube.png");
}
div.soc-icone a:hover{
	opacity: 0.7;
}
/*--------------------------------------------------/
   FOOT - MENU (Notas Legais)
--*/
.t4-footholder .navbar,
.t4-foot .navbar{
	padding-top: 10px;
	padding-bottom: 20px;
}
ul.footmenu.nav {
    display: inline;
	text-align: center;
	margin:auto;
    padding:0;
}
ul.footmenu.nav li {
    display: inline;
	/*float: left;*/
}
ul.footmenu.nav &gt; li &gt; a {
    display: inline-block;
	
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
    
	padding:0 15px;
	/*float: left;*/
}
ul.footmenu.nav &gt; li::before {
    content: "";
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
/**/color: #adb5bd;
}
ul.footmenu.nav &gt; li &gt; a {
    color: #444;
}
ul.footmenu.nav &gt; li &gt; a:hover, 
ul.footmenu.nav &gt; li &gt; a:active, 
ul.footmenu.nav &gt; li &gt; a:focus {
/**color: #FFF;*/
OPACITY: 0.8;
}
/*--------------------------------------------------/
   FOOT - MODULO 00-Footer (Copyright info)
--*/
.mod-copyright{
	border-top: 1px solid rgba(100,100,100,0.1); /* cor */
	padding: 20px 0 8px 0;
}
.mod-copyright p {
    margin: 0;
    color: #8F8F8F;
	font-family: "Segoe UI","Helvetica Neue",Arial,sans-serif;
	font-weight: bold;
    line-height: 1.5;
    font-size: 15px;
    text-align: center;
}
.mod-copyright a{
	text-decoration: none;
}
.mod-copyright a{
/**/color:  #8e8383;
}
.mod-copyright a:hover, .mod-copyright a:focus {
/**/color: #F7F7F7;
}

/*--------------------------------------------------/
   FOOTER - VIVEIRISTA DATA
--*/
.container.viveirista{
    	color: #8F8F8F;
		font-family: "Segoe UI","Helvetica Neue",Arial,sans-serif;
    	line-height: 1.5;
    	font-size: 13px;
    	text-align: center;
}


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

-           PAGE - LEGAL NOTES
////////////////////////////////////////////////////*/

/*
// CATEGORY LINKS
*/
/*Links para artigos "LEGAL NOTES" no topo dos Artigos*/
ul.mod-legal-notes {
    margin: 0 0 40px;
    text-align: center;
}
ul.mod-legal-notes li{
    display: inline-block;
}
ul.mod-legal-notes li a {
    color: #343a40;
	padding-left: 0;
}
/* retirar os icons por defeito do joomla*/
.category-module.mod-legal-notes li a::before {
    content: "";
    display: none;
}

/*--------------------------------------------------/
   PÁGINAS LEGAL NOTES
--*/

.pag-legal .t4-main-body h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.pag-legal .t4-main-body h3{
	font-size: 18px;
	line-height: 1.75em;
	letter-spacing: .3px;
	font-weight: bold;

}
.pag-legal .t4-main-body p{
	font-size: 15px;
	line-height: 1.75em;
	letter-spacing: .3px;
	font-weight: 400px;
/**/color: #616161;
}
.pag-legal .t4-main-body ol, 
.pag-legal .t4-main-body ul, 
.pag-legal .t4-main-body dl {
    padding-left: 15px;
/**/color: #616161;
}
/*
// BACKGROUNG
*/
.pag-legal .item-page [itemprop="articleBody"] {
    margin-top: 25px;
    margin-bottom: 25px;
	padding: 50px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.1);
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in,background 0.3s, opacity 0.3s ease-in;
}



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

------------------ RSFORMS GERAL ---------------------
////////////////////////////////////////////////////*/
/*@media (min-width: 576px){}

/*RSFORMS*/

/*
ESTRUTURA DO FORMULÁRIO RS
/criado por RS/

***Modulo***
.rsform .mod-form-contacto

***Formulario***
#userForm .form-contacto

+ .formContainer
++ .form-row
	- DIV: .col-12 .col-md-6
	  \- DIV: .form-group .rsform-block .rsform-block-/email/
	     \- LABEL: .control-label
	     \- DIV: .formControls
		    \- INPUT: .form-control #/nome/ .rsform-input-/box/
		    \- SPAN: .formValidation
		       \- SPAN: .formError
++
+
*/

/*Bloco principal*/ 
.rsform.mod-form-contacto {
    max-width: 700px;
    margin: auto;
	margin-top: 30px;
}
/*espaçamento horizontal entre campos*/ 
.form-row &gt; .col, .form-row &gt; [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
/*afastamento vertical*/ 
.form-group {
    margin-bottom: 20px;
}
/*largura dos campos*/
.form-control {
    max-width: 100%;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(2.8rem + 15px);
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
/**/color:#707070;
	background-color:#FFF;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid transparent;
	border-radius: 0;
	/*transition*/
    /*-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;*/
	transition: 1s ease;
	-webkit-box-shadow: 0 4px 30px #e7e7e7;
	box-shadow: 0 4px 30px #e7e7e7;
}
.form-control:hover {
/**/color:#707070;
    border-color:rgba(154,207,250,0);
    outline: 0;
	/*shadow*/
    /*-webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.1);
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.1);*/
}
.form-control:focus {
    color: #333;
    border-color:/*#fe9b8e #b9f0ab*/ #7fdd3e;
    box-shadow: none;
	outline: 0;
}

/*labels*/
.rsform label {
    display: inline-block;
    margin-bottom: 0.1rem;
	color: #979BA2;
	font-family: Gafata;
	font-weight: 100;
}
.rsform.mod-form-contacto label{
    display: none;
}

/*-------------------/
RSFORMS - Submissão INVÁLIDA
------------------------*/
.rsform .form-control.is-invalid, .is-invalid.inputbox {
    border-color: #eed0d3;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.rsform .form-control.is-invalid:focus, .is-invalid.inputbox:focus {
    border-color: #eed0d3;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.2);
    box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.02);
}
/*Texto - Validation messages */
.rsform .formError {
    color: #E79DA4;
    font-weight: normal;
    font-size: 12px;
}
/*Texto explicativo "Por favor preencha os campos obrigatórios!" */
.rsform p.formRed {
    color: red;
    font-weight: bold;
	display: none;
}

/*-------------------/
RSFORMS - Botões 
------------------------*/
.rsform .rsform-submit-button.btn {
    display: inline-block;
    font-weight: normal;
    color: #AE976D;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid #AE976D;
    padding: 6px 35px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.rsform .rsform-submit-button {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color:#AE976D !important;
    color:#AE976D;
    cursor: pointer;
}
.rsform .rsform-submit-button:hover, 
.rsform .rsform-submit-button:focus {
    color: #fff;
    background-color: #AE976D !important;
    text-decoration: none !important;
	opacity: 1;
}
/* /// RSFORMS GERAL ///////////////////////////////*/




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

-                 PAG - HOME
////////////////////////////////////////////////////*/


/*Ajustar regras especificas para o stage na home page*/
.pag-home .item-page [itemprop="articleBody"] {
    margin-top: 0px !important;
    padding-bottom: 50px;
}

/*Smart Slider3*/
.pag-home #art-home #slider {
    margin-left: -15px;
    margin-right: -15px;
}
.pag-home h2 {
    font-size: 40px;
    font-family: 'Average', serif;
    text-align: center;
    line-height: 1em;
    color: #669966;
    padding-top: 50px;
}
#home-welcome {
    text-align: center;
}
.pag-home #vantagens h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 1em;
    color: #f06d79 !important;
    font-weight: bold;
    text-transform: uppercase;
}
.pag-home #vantagens div {
    text-align: center;

}

/*--------------------------------------------------/
   UK-SLIDER (Plantas novidades 2020)
--*/
/* (UK-CARD):
	.uk-slider.uk-slider-container
		.uk-position-relative.uk-visible-toggle
			ul.uk-slider-items
				li.uk-active
					.uk-card.uk-card-default
						.uk-card-media-top
						.uk-card-body
*/

.uk-slider-container {
    overflow: hidden;
    padding: 30px 0;
    background-color: #f9f9f9;
	
}
.uk-card-default {
    background: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    padding: 15px;
    margin: 15px;
}
.uk-slider li{
	margin: 0;
}

/*--------------------------------------------------/
   Secção - Equipa
--*/
#equipa {
    text-align: center;
}
.container.equipa .gravatar {
    background-color: #8CB28C;
	color: #f9f9f9;
    display: table-cell;
    padding-left: 3px;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 18px;
}
.gravatar-container {
    display: inline-block;
    margin: auto;
	margin-top: 50px;
}
.container.equipa .nome{
    font-weight: bold;
}



/* /// PAG - HOME //////////////////////////////////*/


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

-                PAG - CONTATOS 
////////////////////////////////////////////////////*/

/*.linearicons-map-marker::before {
    content: "\ea7a3";
}
.linearicons-telephone::before {
    content: "\ea6a3";
}
.linearicons-envelope::before {
    content: "\e9963";
}*/
.pg-contactos H2
 {
	color: #0c1451;
	font-family: dm sans,sans-serif;
	font-size: 60px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.1;
}
.pg-contactos p.pretext {
	color: #0c1451;
	font-family: dm sans,sans-serif;
   	font-size: 24px;
    font-weight: 300;
    margin-bottom: 57px;
}
.mod-blurb-contacts{
	text-align: center;
	margin: auto;
}
.mod-blurb-contacts i {
	display: inline-block;
	width: 113px;
    height: 113px;
    font-size: 45px;
    line-height: 113px;
    background: #fff;
    -webkit-box-shadow: 0 4px 30px #e7e7e7;
    box-shadow: 0 4px 30px #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 30px;
	color: /*#fe9b8e*/ #8FEC4F;
	text-align: center;
}
.mod-blurb-contacts i.lnr-envelope {
    line-height: 108px;
}
.mod-blurb-contacts h3.i_title{
    margin-bottom: 18px;
    color: #0c1451;
	font-size: 32px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.16;
	text-align: center;
}
.mod-blurb-contacts p.i_text{
    padding: 0 9%;
	text-align: center;
}
.mod-blurb-contacts p.i_text, .mod-blurb-contacts p.i_text a{
	color: #494f7c;
	font-family: dm sans,sans-serif;
	font-size: 22px;
	margin-bottom: 0;
}

.mod-blurb-contacts p.i_text a {
	transition: color 400ms,background-color 400ms;
}

.mod-blurb-contacts p.i_text a:hover {
	color: #fe9b8e;
	text-decoration: none;
	outline: none;
}
/*
// end: PAG - CONTATOS 
//--------------------------------------------------*/


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

 -            PAG - LOGIN
////////////////////////////////////////////////////*/

/*Stage geral do formulário*/
.view-login #t4-main-body .t4-section-inner{
	padding-top: 7%;
	padding-bottom: 60px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    background-color: Transparent;
}
/* wrap do formulário*/
.pag-login #t4-main-body .t4-col{
	max-width: 400px;
	margin: auto;
	padding: 30px;
	background-color: #FFFFFF95;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.pag-login #t4-main-body .control-group {
    margin-bottom: 15px;
}
.pag-login #t4-main-body .control-label {
    float: none;
    width: auto;
    padding-top: 0px;
    padding-right: 5px;
    text-align: left;
}
.pag-login #t4-main-body .controls {
    margin-left: 0px;
}

/*Check box "Remember"*/
.pag-login .com-users-login__remember.control-group {
    margin-top: 25px;
}
.pag-login .com-users-login__remember.control-group label {
    padding-left: 25px;
}
.pag-login #t4-main-body #remember {
    width: auto;
    margin-top: -28px;
}

/*Botão "login"*/
.pag-login #t4-main-body .btn.btn-primary {
    display: inline-block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.5px;
	word-spacing: 0px;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	border-radius: 2px;
	padding: 9px 30px;
	border: 1px solid #32B8A8 !important;
	background-color: #32B8A8 !important;
	color: #f6f3ec !important;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-contacto .rsform-submit-button:hover {
    border-color: #32B8A8 !important;
    background-color: #32B8A8 !important;
    color: #f6f3ec !important;
    opacity: .8;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: -1px;
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, 0.125);
}
/*
// end: PAG - LOGIN
//--------------------------------------------------*/

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

____________________T4 MANAGER________________________
////////////////////////////////////////////////////*/

/*Header*/
.t4-edit-layout #t4-header {
    background-color: #F6F6F6 !important;
    border-bottom: 0px solid #dee2e6 !important;
}

.t4-edit-layout #t4-header .t4-section-inner{
	background-image:url("img/bg-logo-1.png");
	background-position: center; 
	background-repeat: repeat;
}


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

______________SHACK ARTICLES MANAGER__________________
////////////////////////////////////////////////////*/

/*.t4-edit-layout .t4-content-inner {
    background-image: none;
    background-color: #FFF;
}*/
/*Para esconder o texto dos tooltips*/
.pag-article-manager{
	color: transparent;
}
/*Para revelar todo o outro texto que não é tooltip*/
#shack-article-manager{
	color: grey;
}


/*---------------------------------------------------
 *Palco do template
*/
.t4-edit-layout #t4-main-body {
    margin-top: 0px !important;
}

/*---------------------------------------------------
 * SECÇÃO BTN - Criar novo Artigo
*/
#shack-article-manager .sam-top .sam-new-article {
    margin: 15px 0 0;
}

@media (min-width: 768px) {
	#shack-article-manager .sam-top .sam-new-article {
		text-align:left;
	}
}

/* BOTÃO "Criar novo artigo" */
#shack-article-manager .sam-btn.sam-btn-primary {
    color: #fff;
    background: #46A546;
    font-weight: 600;
	padding: 9px 12px;
}
#shack-article-manager .sam-btn.sam-btn-primary:hover, 
#shack-article-manager .sam-btn.sam-btn-primary:focus, 
#shack-article-manager .sam-btn.sam-btn-primary:active {
    color: #fff;
    background: #328632;
}

/*---------------------------------------------------
 * SECÇÃO - search fields
*/
/*box*/
#shack-article-manager .sam-top .sam-filters {
    margin: 30px 0 30px;
    padding: 15px 15px 0px 15px;
    background: #f9f9f9;
    border: 1px solid rgba(0,0,0,0.1);
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    float: left;
    width: 100%;
}
/*serach fields/inuts*/
#shack-article-manager .sam-input-append {
    display: table;
    margin: 0;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
    float: right;
}
/*Filtro search*/
#shack-article-manager .sam-input-append #filter_search{
	padding-left: 10px;
	margin-right: 0;
}
/*Filtro "Estado" e "Categorias"*/
#shack-article-manager input, #shack-article-manager select {
    color: #111;
    border-style: solid;
    border-width: 1px;
    border-color: #d5d5d5;
	
    position: relative;
    font-size: 13px;
    width: 250px;
    height: 34px;
    margin: 0 15px 15px 0;
    line-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    box-shadow: inset 1px 0 3px transparent;
    -moz-box-shadow: inset 1px 0 3px transparent;
    -webkit-box-shadow: inset 1px 0 3px transparent;
    float: left;
	display: inline-block;
}
/*Botões search*/
#shack-article-manager .sam-btn {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    background: #2184cd;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5);
}
/*Botões search over*/
#shack-article-manager .sam-btn:hover, #shack-article-manager .sam-btn:focus, #shack-article-manager .sam-btn:active {
    color: #fff;
    background: #134b75;
}






/*---------------------------------------------------
 *Painel Inicial - lista de artigos
*/
#shack-article-manager #adminForm{
	background-color: rgba(252,252,252,1.00);
	box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.1);
	padding: 20px;
	margin-top: 50px;
}
/*Lista de artigos - td*/
#shack-article-manager .sam-table td {
    padding: 10px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 0px solid #dddddd;
}
/*Table header*/
#shack-article-manager  thead {
    font-size: 13.5px;
}
#shack-article-manager  thead .icon-arrow-down-3, 
#shack-article-manager  thead .icon-arrow-up-3 {
    position: relative;
}
#shack-article-manager  thead .icon-arrow-down-3::before, 
#shack-article-manager  thead .icon-arrow-up-3::before {
    font-size: 22px;
    position: absolute;
    bottom: -2px;
}
/*ROW-01 (impar)*/
#shack-article-manager .sam-table-striped tbody &gt; tr &gt; td {
    
	background-color: rgba(252,252,252,1.00);
    box-shadow: inset 0 1px 0 transparent;
    -moz-box-shadow: inset 0 1px 0 transparent;
    -webkit-box-shadow: inset 0 1px 0 transparent;
}
/*ROW-01 (impar) :hover*/
#shack-article-manager .sam-table-hover tbody tr:hover &gt; td {
    background-color: /*rgba(186,232,235,1.00); rgba(226,242,246,0.9); */rgba(226,242,243,1.00);
}
/*ROW-02 (par)*/
#shack-article-manager .sam-table-striped tbody &gt; tr:nth-child(2n+1) &gt; td {
    background-color: /*rgba(241,247,249,1.00)*/ rgba(241, 245, 247, 1.00);;
    box-shadow: inset 0 1px 0 transparent;
    -moz-box-shadow: inset 0 1px 0 transparent;
    -webkit-box-shadow: inset 0 1px 0 transparent;
}
/*ROW-02 (par) :hover*/
#shack-article-manager .sam-table-striped tbody &gt; tr:nth-child(2n+1):hover &gt; td {
     background-color: /*rgba(186,232,235,1.00); rgba(226,242,246,0.9); */rgba(226,242,243,1.00);
}
/*Ocultar o texto de erro para quando o artigo está aberto noutro local*/
td.sam-center{
	font-size: 0px !important;
	line-height: 0px !important;
	height: 24px;
    width: 24px;
}
td.sam-center.sam-hidden-mobile{
	font-size: 12px !important;
	line-height: 20px !important;
}

/*Retirar o link da coluna Categorias*/
td.sam-hidden-mobile {
  /*cursor: not-allowed;*/
}
td.sam-hidden-mobile &gt; a {
	  color: /*#2C3035*/ #737983 !important;
	  display: inline-block;  /* For IE11/ MS Edge bug */
	  pointer-events: none;
	  text-decoration: none;
}
#shack-article-manager td.sam-hidden-mobile a {
	  color: #2184cd;
}
/*
 * ICONES
*/
/* Dar a volta aos Icones feios da tabela*/
td.sam-center a {
    height: 24px;
    width: 24px;
    display: inline-block;
}
.sam-center a img {
    height: 24px;
    width: 24px;
	opacity: 0.7;
}
.sam-center a img:hover {
	opacity: 1;
}
.sam-center .hasTip a img {
    display: none;
}
td.sam-center .hasTip a {
    background-image:url("img/ico-edit.png");
    
}
td.sam-center .hasTip a:hover {
    background-image: url("img/ico-edit-h-00.png");
}
/*Icon "Edit" quando o artigo está aberto noutro lugar*/
.sam-center b:nth-of-type(2) {
    /*background-color: orange !important;*/
    padding: 12px;
    display: inline-block;
	background-image: url("img/ico-edit-lock-04.png");
}

/*---------------------------------------------------
 *Painel do Editor
*/
.t4-edit-layout .edit.item-page fieldset {
    background-color: #f8f9fa !important;
    padding: 2rem!important;
    margin-bottom: 20px;
	margin-top: 20px;
}
/*Edição de texto*/
/*Esconder os Botões de snipts do joomla e outras extensões*/
.t4-edit-layout #editor-xtd-buttons{
	display:none;
}
.t4-edit-layout .toggle-editor.btn-toolbar.pull-right.clearfix {
    display: none;
}
/*---------------------------------------------------
 * Botões
*/
/*Div com o conjunto de botões*/
.t4-edit-layout .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin-bottom: 50px;
}
/*botões*/
.t4-edit-layout .btn-toolbar .btn.btn-primary {
    background-color: #46A546 !important;
    border-color: #46A546 !important;
}
.t4-edit-layout .btn-toolbar .btn {
    background-color: /*#cc3232*/ #BD362F;
    color: #fff;
}



/*---------------------------------------------------
 * Showtime Galery custom Field
*/
/*Div com o conjunto de botões*/
div[data-role="showtime-container"]{
	/*background-color: aquamarine;*/
	color: #FFF;
}
div[data-role="showtime-container"] .btn-danger{
	background-color: /*#cc3232*/ #BD362F !important;
	border-color: /*#dc3545*/ #BD362F !important;
}
/*Botão "Opções" da galeria "Custom fields"*/
div[data-role="showtime-container"] .btn{
	display: none !important;
}
div[data-role="showtime-container"] .btn-success{
	display: inline-block !important;
}
div[data-role="showtime-container"] .btn-danger{
	display: inline-block !important;
}
div[data-role="showtime-container"] .btn{
	cursor: pointer !important;
}
div[data-role="showtime-container"] .btn input:hover{
	cursor: pointer !important;
}
div[data-role="showtime-container"] .btn:hover {
    opacity: 0.85;
	cursor: pointer !important;
}
div[data-role="showtime-container"] .qq-gallery.qq-uploader {
    color: #000000;
    border: 1px dashed #CCCCCC;
    background-color: #F1F1F1;
}





/*Links da paginação*/


#shack-article-manager .pagination &gt; li &gt; 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 !important; /*verde*/
    margin-left: -1px;
}
#shack-article-manager .pagination &gt; li &gt; a:hover{
	z-index: 2;
	color: #FFF;
    background-color: #4caf50; /*verde*/
    border: 1px solid #4caf50; /*verde*/
	box-shadow: none;
}
#shack-article-manager .pagination &gt; li &gt; 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;
}
#shack-article-manager .pagination li.page-item.active a.page-link {
    z-index: 1;
    color: #FFF;
    background-color: #4caf50; /*verde*/
    border-color: #4caf50; /*verde*/
}
#shack-article-manager .pagination a.page-link.disabled {
    color: #A1D9A3; /*verde palido*/
}
#shack-article-manager .pagination a.page-link.disabled:hover {
	background-color: #FFF;
}



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

----------------------- LAB -----------------------
////////////////////////////////////////////////////*/

/*-------------------------/
t4 Secção Parceiros
------------------------*/
#t4-parceiros .t4-section-inner.container {
    padding: 30px;
    background-color: #F9F9F9;
}
.parceiro-logo {
    opacity: 0.8;
	padding: 20px 20px;
	margin-bottom: 0px;
}
.parceiro-logo:hover {
    opacity: 1;
}
/*-------------------------/
PADDING NO CONTEUDO PRINCIPAL
------------------------*/
.pag-viveiro .com-content-article.item-page,
.pag-plantas .com-content-category-blog{
    padding: 50px;
}
.revendedores .col-12.titulo {
    color: #8daca4;
    padding: 10px 0;
}
.pag-login #t4-parceiros{
  display: none;
}



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

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

.pag-bolg .item-page [itemprop="articleBody"] {
    margin-top: 25px;
    margin-bottom: 25px;
}/*t4 template*/


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

.entry-img{
	margin-bottom: 30px;
	max-height: 450px;
	overflow: hidden;
}
/*TITULO*/
.entry-header{
	margin-bottom: 10px;
}
.entry-header h2, .entry-header h2 a{
	color: rgba(31,34,26,1.00);
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.entry-header h2 a:hover{
	color: #4caf50;
}
/*DATA*/
.entry-date{
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 13px;
	color: #4caf50;
}
.article-info &gt; dd &gt; 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;
}

/* BLOG-ENTRY - BTN LER MAIS*/
.readmore{
	margin-bottom: 30px;
}
.readmore .btmn {
    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: #4caf50; /*verde*/
	background: transparent;
	border-radius: 50px;
        
	padding: 10px 24px;
	margin-bottom: 0;
	border: 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 .btmn:hover, 
.readmore .btmn:focus{
    background: #67bd6a;
    border-color: #4caf50 !important;
    color: #fff;
}

/*BLOG-ENTRY - SIDEBAR R*/
.mod-news-r{
	margin: 20px 0;
}
div.sidebar-r{
	margin-top: 25px;
	padding-left: 0;
}
div.sidebar-r a{
	color: #666;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.sidebar-r a:hover,
div.sidebar-r a:focus{
	color: #4caf50;
}
div.sidebar-r .module-inner{
	background-color: #FFF;
	padding: 20px;
	box-shadow: 0px 0px 10px #ddd;
}
div.sidebar-r .module-title {
    border-bottom: 1px solid #67bd6a;
    margin: 0 0 1rem 0;
    padding: 0;
    text-transform: uppercase;
}/*from template*/

div.sidebar-r .module-title span {
    color: rgba(31,34,26,1.00);
	border-bottom: 1px solid #67bd6a;
    margin-bottom: -1px;
    padding: 0 0 0.5rem;
}/*from template*/

div.sidebar-r .module-title h3{
	text-transform: uppercase;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

/*ENTRY BLOG - Paginação*/

/*Container Principal*/
.pagination{
	margin: 1rem auto;
	
	display: flex;
	justify-content: space-between;/* colca cada elemento a um canto*/
	align-items: center;
}
/*elemento 1*/
p.counter{
	color: darkgray;
	font-size: 14px;
	order: 2;
	align-content: flex-end;
}
/*elemento 2*/
.navigation{
	order: 1;
}

/*links da paginação*/
.pagination li.page-item {
    margin: 0;
}
.pagination &gt; li &gt; 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 &gt; li &gt; a:hover{
	z-index: 2;
	color: #FFF;
    background-color: #4caf50; /*verde*/
    border: 1px solid #4caf50; /*verde*/
	box-shadow: none;
}
.pagination &gt; li &gt; 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 //////////////////////////////
*/
/*PÁGINA DE BLOG FULL ARTICLE (BLOG CATEFORY)*/
.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: rgba(31,34,26,1.00);
}
.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;
}

/* end ///// BLOG FULL ARTICLE ///////////////////////
*/

/*---------------------------/
   T4 MEGA-MENU dropdown
------------------------*/
.t4-megamenu .dropdown-menu{
	min-width: 15rem; /*controla a largura dos menus dropdown*/
	webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	width: 100px;
	background: #fbfbfb;
	margin-top: 10px !important;
	padding: 0;
	color: #212529;
	text-align: left;
	border-radius: 0;
	border: 0;
}

.mega .dropdown-menu{
	min-width: 80px;
}

.t4-megamenu .mega-inner {
    padding-bottom: 1rem;
    padding-top: 1rem;

}
.t4-megamenu .dropdown-menu .lang-block li &gt; a{
	padding: 0;
}
.lang-block{
	padding: 0;
	margin: 0;
}

</pre></body></html>