@charset "utf-8";
/* CSS Document */

/*DOIS AO CUBO*/
/*v-05*/

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

/*---------------------------/
   Fonts
------------------------*/
/*
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
VERDE 4 rgba(76,175,80,1); #4caf50
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;
}*/
/* JD BUILDER */
.jdb-container-fluid {
    padding-left: 0px;
	padding-right: 15px;
}
/* QUIX  */
.qx-container-fluid, .qx-section--stretchh {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}




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

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


/* Gmaps */
/*Criei uma nova secção no template T4*/
#t4-gmap .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%;
}

/*Página Links Úteis*/
.myarticle{
	/*columns: 300px;*/
}
.myarticle h1{
    text-align: center;
	column-span: all; /*Desobedecer ao sistema de colunas*/
}
.mod-link-util {
	/*modulo*/
}
.mod-link-util .uk-card {
    /*uk -card geral*/
	/*transition:all 0.1s ease;*/
}
.mod-link-util .uk-card:hover {
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
     transform: scale(0.98);
}

.mod-link-util .uk-card img {
    /*uk -imagem*/
}
.mod-link-util .uk-card .uk-card-body {
    /*uk - texto*/
	padding: 5px 40px 20px 40px;
}
.mod-link-util .uk-card .uk-card-body p{
    /*uk -card parágrafo*/
	border-top: 1px solid #C8EEAE;
	padding-top: 10px;
	color: darkgrey;
}
.mod-link-util a.link-util{
    /*uk -card parágrafo*/
	text-decoration: none;
}

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

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

.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 > 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;
}

/* 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 > 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 (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;
}


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



#quix-switch-mode{
display: none !important;
}


.iconee {
    width: 50px;
    height: 50px;
	color: rgba(255 , 48, 89, 1);
	fill: rgba(255 , 48, 89, 1);
}





/*---------------------------/
01 - OFFCANVAS MODULO
 a - background geral
------------------------*/

.t4-offcanvas{
	background-color: /*#8CB44B*/ #00BA00;
}
.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;
}

/*---------------------------/
01 - OFFCANVAS MODULO
 b - Botão X Close offcanvas
------------------------*/
.t4-offcanvas .t4-off-canvas-header .close {
    border-radius: 50%;
    float: right;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 2rem;
    width: 2rem;
}

button:not(:disabled), 
[type="button"]:not(:disabled), 
[type="reset"]:not(:disabled), 
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
/*hover, focus, active*/
.t4-offcanvas .t4-off-canvas-header .close:hover, 
.t4-offcanvas .t4-off-canvas-header .close:focus, 
.t4-offcanvas .t4-off-canvas-header .close:active {
    background-color: 
    rgba(0, 0, 0, 0.1);
}
.close:not(:disabled):not(.disabled):hover, 
.close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}
.t4-offcanvas .t4-off-canvas-header .close {
    border-radius: 50%;
    float: right;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 2rem;
    width: 2rem;
}
.close:hover {
    color: 
    #000;
    text-decoration: none;
}



/*---------------------------/
   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;
	}
}
/*retirar o simbolo de impressão*/
/*#dropdownMenuButton-6, #dropdownMenuButton-27, #dropdownMenuButton-28, .btn.dropdown-toggle {display: none;}*/


/*---------------------------/
Artigos texto
------------------------*/
/*.com-content-article li{
	margin-left:15px;
}

/*---------------------------/
   <horizontal navbar (footer)
------------------------*/
.t4-footholder,
.t4-footer {
    font-size: 0.875rem;
}

.t4-footholder .navbar,
.t4-footer .navbar{
	border-top: 1px solid rgba(249,249,249,0.1);
	padding: 15px 0;
}
.t4-footholder .navbar .nav,
.t4-footer .navbar .nav {/*isto é o ul*/
    display: inline;
	text-align: center;
	margin:auto;
    padding:0;
}
.t4-footholder .nav li,
.t4-footer .nav li {
    display: inline;
	/*float: left;*/
}
.t4-footholder .nav > li > a,
.t4-footer .nav > li > a {
    color: #424F2C;
    text-transform: initial;
    display: inline-block;
	padding:0 20px;
	/*float: left;*/
}
.t4-footholder .nav > li::before,
.t4-footer .nav > li::before {
    content: "";
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    color: #adb5bd;
}
.t4-footer .nav > li > a:hover, 
.t4-footer .nav > li > a:active, 
.t4-footer .nav > li > a:focus {
    background: none;
    border-bottom: 0px solid #343a40;
}

/*---------------------------/
   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 > a{
	padding: 0;
}
.lang-block{
	padding: 0;
	margin: 0;
}

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

----------------------- GERAL -----------------------
////////////////////////////////////////////////////*/
*{
	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*/
}
h1{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.4;
    color: #4caf50;
    padding-bottom: 20px;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/*////////////////////////////////////////////////////

                       BODY
////////////////////////////////////////////////////*/

body{background-color: #FAFBFB;}
.t4-wrapper{background-color: transparent;}
	.t4-wrapper-inner{background-color: transparent;}
		.t4-content{background-color: transparent;}
			.t4-content-inner{background-color: transparent;}
					.t4-main-body{background-color: #FAFBFB;}
/*
			.t4-content-inner
				.t4-topbar
				.t4-mainnav
				.t4-main-body
				.t4-footholder
				.t4-footer
*/

body {
    color: #2C3035;
    font-family: Muli;
    font-size: 15px;
    font-style: inherit;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
}

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

_____________ @ MEDIA-QUERIES _____________
+////////////////////////////////////////*/


/*---------------------------/
   < 319px
------------------------*/
@media (max-width: 319px) {
  
  .container { max-width: 100%;}
  .mod-languages-inline{ display: none !important;}
}
/*---------------------------/
   320px >
------------------------*/
@media (min-width: 320px) {
  
  .container { max-width: 100%;}
  .mod-languages-inline{ display: none !important;}
}
/*---------------------------/
   480px >
------------------------*/
@media (min-width: 480px) {
  
  .container { max-width: 100%;}
  .mod-languages-inline{ display: none !important;}
}
/*---------------------------/
   576px >
------------------------*/
@media (min-width: 576px) {
  
  .container { max-width: 95%;}
  .mod-languages-inline{ display: none !important;}
}
/*---------------------------/
   768px >
------------------------*/
@media (min-width: 768px) {
   .container {
    max-width: 95%;
    }
}
/*---------------------------/
   992px >
------------------------*/
@media (min-width: 992px) {
   .container {
    max-width: 960px;
    }
}
/*---------------------------/
   1170px >
------------------------*/
@media (min-width: 1170px) {
  .qx-container {
    max-width: 1140px;
    }
}
/*---------------------------/
   1300px >
------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    }
}


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

                       TOPBAR
////////////////////////////////////////////////////*/


/*---------------------------/
   T4-TOPBAR
------------------------*/
#t4-topbar {
    background-color: #FFF;
    color: #999999;
    padding: 8px 0;
    border-bottom: 1px solid #F4F4F4;
}
#t4-topbar a {
    color: #999999;
    text-decoration: none;
}
#t4-topbar a:hover {
    color: rgb(255, 51, 102);
}
/*---------------------------/
   Icons
------------------------*/
.mod-topbar .mobile, .mod-topbar .email, .mod-topbar .horario{
	margin-left: 0;
	margin-right: 25px;
	padding: 0 0 0 25px;
	background-color: blue;
}
.mod-topbar .mobile{
	background: url("img/tel.png") no-repeat left center;
	margin-right: 0px;
	
}
.mod-topbar .email{
	background: url("img/mail.png") no-repeat left center; 
	
}
.mod-topbar .horario{
	background: url("img/clock.png") no-repeat left center; 
}
.contatos{
	float: right;
}


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

                       NAVBAR
////////////////////////////////////////////////////*/

/*-------------------------------/
BLOCK - Logotipo
----------------------------*/
/*Centrar verticalmente o logotipo
e definir a altura da MAINAV*/

#t4-mainnav .logo-block{
	display: table;
	height: 90px; /*define a altura da main nav*/
}
#t4-mainnav .logo-block .logo-wrap {
    display: table-cell;
    vertical-align: middle;
}
/*tamanho do logotipo*/
.navbar-brand.logo-image.logo-control img.logo-img {
    max-height:  100%;
	max-width: 100%;
}
.navbar-brand.logo-image.logo-control img.logo-img-sm {
    max-height:  100%;
	max-width: 100%;
}
.navbar-brand.logo-image.logo-control{
	padding-top: 5px;
	padding-bottom: 0px;
}

/*-------------------------------/
T4-MAINNAV
----------------------------*/
#t4-mainnav{
	background-color: rgba(255,255,255,1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .075);
}
.gradient #t4-mainnav{
	background-color: rgba(20,20,40,0.8);
    /*Criar um gradiente de cor:*/
	background: -moz-linear-gradient(top, rgba(20,20,40,0.8) 0%, rgba(20,20,40,0.0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(20,20,40,0.8) 0%,rgba(20,20,40,0.0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(20,20,40,0.8) 0%,rgba(20,20,40,0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600a9b6', endColorstr='#e600cce3',GradientType=1 ); /* IE6-9 */
	box-shadow: 0 3px 3px rgba(0,0,0,0.0);
	transition: all 1.6s ease;
}
.gradient.not-at-top #t4-mainnav{
	background-color: rgba(20,20,40,0.9);
}

/*-------------------------------/
MENUS
----------------------------*/
#t4-mainnav .mainnav{
	/*bloco original do template "mainnav"*/
	/*background-color: darkkhaki;*/
}
#t4-mainnav .t4-navbar {
    position: relative;
    float: right;
}
#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>li>a{
	line-height: 70px;
}
#t4-mainnav ul.nav.navbar-nav.level0>li{
	padding: 10px 0;
}


/*-------------------------------/
MENUS- 1º Nível
----------------------------*/
.t4-megamenu .navbar-nav > li > a, 
.t4-megamenu .navbar-nav > li > 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 > li > a:hover,
.t4-megamenu .navbar-nav > li > a:focus, 
.t4-megamenu .navbar-nav > li > a:active, 
.t4-megamenu .navbar-nav > li > a.nav-link:hover, 
.t4-megamenu .navbar-nav > li > a.nav-link:focus, 
.t4-megamenu .navbar-nav > li > a.nav-link:active {
    color: #00BA00; /* COR: Verde*/
}
.t4-megamenu .navbar-nav >li.active a.nav-link {
    color: #00BA00; /* COR: Verde*/
}
.t4-megamenu .navbar-nav >li.active:hover a.nav-link {
    color: #0AD90A; /* COR: Verde*/
}
/* menus 1ºnivel com a aba 2ºnivel aberta */
.t4-megamenu .navbar-nav > li.show > a,
.t4-megamenu .navbar-nav > li.show .nav-link {
	color: #6c757d;
}
/* setinha de menu com submenu original */
.t4-megamenu .nav > .dropdown > .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 > .dropdown > .dropdown-toggle .item-caret::after {
    font-family: "FontAwesome";
	font-style: normal;
    content: "\f107";
    float: right;
    margin-left: 6px;
	font-size: 15px;
	padding-bottom: 3px;
}

/*-------------------------------/
MENUS- 2º Nível
----------------------------*/
.t4-megamenu .dropdown-menu li > a, 
.t4-megamenu .dropdown-menu li > .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 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 > a{
	padding: 0;
}
.lang-block{
	padding: 0;
	margin: 0;
}

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

                HAMBURGER TOGGLERS
////////////////////////////////////////////////////*/

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

/*Template
<span - #triggerButton .btn .js-offcanvas-trigger .t4-offcanvas-toggle .c-button>
  <span - c-button__text>
    <i - .fa .fa-bars .toggle-bars>
*/

/*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 > 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
<button - .navbar-toggler>
    <i - .fa .fa-bars .toggle-bars>
*/
.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-footer, #t4-footholder {
	width: 100%;
}
#t4-footholder {
	margin: auto;
	clear: both;
	visibility: hidden;
}
#t4-footer {
	position: absolute;
	bottom:0;
	padding: 0;
	z-index: 999;
}
/* Change T4 CSS */
.t4-footer .container {
    border-top: 0px solid rgba(255, 255, 255, 0.1);
    padding-top: 0rem;
    padding-bottom: 0rem;
}

/*-------------------------------/
MODULO 00-Footer #mod-foot
----------------------------*/
#t4-footer {
	background-color: /*#99CE4E;*/ #FFF; /*VERDE 1*/
	color: #E3F4C8;
}
#t4-footer #mod-foot a{
	text-decoration: none;
    color: #4caf50;
}
#t4-footer #mod-foot a:hover, .mod-foot a:focus {
    color: #64C868;
}
#t4-footer #mod-foot p {
    color: #4caf50;
}










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

                  HOME PAGE
////////////////////////////////////////////////////*/

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

#sec-txt-intro-home{
	padding: 40px 0;
	background-color: transparent;
}
#sec-blurb-servicos-home{
	padding: 40px 0;
	background-color: transparent;
}
#sec-slide-blog-home{
	padding: 30px 0;
	background-color: /*rgb(243, 247, 238)*/ transparent;
}

/*-----------------------/
 MODULO TEXTO INTRODOTORIO
---------------------*/
#sec-txt-intro-home h1 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.4;
	color: #4caf50;
	padding-bottom: 20px;
}
/*-----------------------/
 MODULO BLURB
---------------------*/
.custom.mod-blurb-servicos {
    padding: 0 50px;
}
.container-fluid.blurb{
	padding: 0;
}
.row-blurb{
	display: flex;
	flex-wrap: wrap;
}
.col-blurb{
	margin-bottom: 30px;

}
.box-blurb {
    border-radius: 2px;
    background: #fff;
    width: 100%;
    position: relative;
    text-align: center;
	height: 100%;
	flex:1;
	/*box-shadow: 0 5px 15px rgba(0,0,0,.08);*/
	box-shadow: 2px 15px 50px rgba(41,44,61,.1);
}
.box-blurb:hover {
	transition: .1s ease-in-out;
    /*box-shadow: 0 5px 50px rgba(0,0,0,.1);*/
	box-shadow: 2px 21px 50px rgba(41,44,61,.15);
}
.box-blurb .custom {
    padding: 40px 0px 15px;
}
.mod-blurb-servicos svg {
    width: 60px;
    height: 60px;
    fill: #4caf50;
}
.box-blurb h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
	padding: 15px 0 30px;
}
.box-blurb a{
    color: #001b51;
	outline: none;
	text-decoration: none;
}
.box-blurb a:hover{
    color: #666;
}

/*-----------------------/
 MODULO SLIDE BLOG
---------------------*/
#sec-slide-blog-home .intro-txt{
	padding: 20px 0 50px;
}
#sec-slide-blog-home .intro-txt h4{
	text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
	line-height: 1.4;
}
#sec-slide-blog-home .intro-txt p{
	letter-spacing: 0.3px;
	color: #444;
}
.uk-slider-items li{
	padding: 0 15px;
}
.mod-slider-blog .uk-card-body {
    padding: 15px 35px 30px;
}
.mod-slider-blog h3.uk-card-title{
	text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
	line-height: 1.4;
}
.mod-slider-blog .uk-card-title{
	padding-bottom: 15px;
}
.mod-slider-blog  .uk-card-title a {
    color: #4caf50;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mod-slider-blog  .uk-card-title a:hover {
    color: #4caf50;
}
.mod-slider-blog .introtext{
	padding-bottom: 10px;
}
/*
Setas de navegação
*/
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    position: absolute !important;
    width: inherit!important;
    height: inherit !important;
    padding: 25px 15px !important;
    margin: 5px !important;
    overflow: visible !important;
    background-color: rgba(0,0,0,0.1);
}
.uk-position-small {
    max-width: calc(100% - (15px * 2));
    margin: 5px;
}
.uk-slidenav {
    padding: 25px 15px;
    color: /*rgba(102,102,102,.5)*/ white;
    transition: color .1s ease-in-out;
    background-color: rgba(0,0,0,0.1);
	border-radius: 5px;
}
.uk-slidenav:focus, .uk-slidenav:hover {
    color: /*rgba(102,102,102,.9)*/ #EEE;
    outline: 0;
	transition: .2s ease-in-out;
}
.uk-slidenav:focus {
	background-color: rgba(0,0,0,0.1);
}
.uk-slidenav:hover {
	background-color: rgba(0,0,0,0.6);
}
/*
Dots de navegação
*/
.uk-slider-nav li{}

.uk-dotnav > .uk-active > * {
    background-color: rgba(102,102,102,.6);
    border-color: transparent;
}
.uk-dotnav > * > * {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(102,102,102,.4);

}
/*- FIM - *PG HOME 
*****************************************************/



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

                 PAGINA SERVIÇOS
////////////////////////////////////////////////////*/

.mod-accordion-servicos .uk-accordion-title div {
    display: inline-block;
}

/*.custom*/.mod-accordion-servicos {
    margin-right: 12px;
}
.mod-accordion-servicos .uk-accordion{
	/*shadow*/
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
	padding: 20px;
}
.mod-accordion-servicos .uk-accordion > :nth-child(n+2) {
    margin-top: 0px;
	/*shadow*/
	box-shadow: 0 5px 15px rgba(0,0,0,.0);
}
.mod-accordion-servicos .uk-accordion li {
    padding: 0;
	margin: 0;
}
.mod-accordion-servicos .uk-accordion-content {
    margin-top: 0px;
}
.mod-accordion-servicos .uk-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
    background-color: transparent;
    padding: 10px 15px;
    /*shadow*/
	box-shadow: 0 5px 15px rgba(0,0,0,.0);
}
.mod-accordion-servicos .uk-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow .1s ease-in-out;
}
.mod-accordion-servicos .uk-card-default {
    background: transparent;
    color: #666;
	/*shadow*/
    box-shadow: 0 5px 15px rgba(0,0,0,.0);
}
.mod-accordion-servicos svg {
    width: 45px;
    height: 45px;
    fill: #4caf50;
}

/*- FIM - *PG SERVIÇOS
*****************************************************/



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

                    PG CONTATOS
////////////////////////////////////////////////////*/

.pg-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";
}*/
.pg-contatos H2 {
    color: #0c1451;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1;
	margin-bottom: 0;
}
.pg-contatos p.pretext {
	color: #0c1451;
   	font-size: 18px;
    font-weight: 300;
	padding: 0;
}
.mod-blurb-contacts{
	text-align: center;
	margin: auto;
	margin-bottom: 0px;
	max-width: 900px;
}
.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: 25px;
	margin-top: 70px;
	color: /*#8FEC4F*/ #54D000;
	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: 28px;
	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-size: 16px;
	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;
}
/*- FIM - *PG CONTATOS 
*****************************************************/



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

------------------ 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 > .col, .form-row > [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:#0c1451;
	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:#0c1451;
    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 
////////////////////////////////////////////////////*/

/*BOTÃO ENVIAR*/

.btnm.btn-primary {
    background-color: #1a61ab ;
    border-color: #1a61ab;
    color: #fff;
    cursor: pointer;
}
.btnm {
    display: inline-block;
    font-weight: 400;
    color: #343a40;
    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: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
	/*transition*/
    -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;
}


