@media (max-width: 480px) {
.col-ms-12 {width: 100%;}
}
.displaynone {
    display: none !important;
}
.display-inline-block {
    display: inline-block !important;
}

.display-flex {display: -webkit-flex; -webkit-flex-wrap: wrap; display: flex; flex-wrap: wrap;}
.display-flex-middle {display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-align-items: center; display:flex; flex-wrap: wrap; align-items: center;}
.display-flex-bottom {display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-align-items: flex-end;  display:flex; flex-wrap: wrap; align-items: flex-end;}
.display-flex-left {-webkit-justify-content: flex-start; justify-content: flex-start; }
.display-flex-center {-webkit-justify-content: center; justify-content: center;}
.display-flex-right {-webkit-justify-content: flex-end; justify-content: flex-end;}

.back-grey-normal {background-color: #F3F3F5;}
.back-grey-light {background-color: #F3F3F5;}
.back-orange {background-color: #00833E;}

.marg-0 {margin-bottom: 0 !important;}
.marg-5 {margin-bottom: 5px !important;}
.marg-10 {margin-bottom: 10px !important;}
.marg-15 {margin-bottom: 15px !important;}
.marg-20 {margin-bottom: 20px !important;}
.marg-25 {margin-bottom: 25px !important;}
.marg-30 {margin-bottom: 30px !important;}
.marg-35 {margin-bottom: 35px !important;}
.marg-40 {margin-bottom: 40px !important;}
.marg-50 {margin-bottom: 50px !important;}
.marg-75 {margin-bottom: 75px !important;}
.marg-100 {margin-bottom: 100px !important;}
.marg0 {margin-top: 0 !important;}
.marg5 {margin-top: 5px !important;}
.marg10 {margin-top: 10px !important;}
.marg15{margin-top: 15px !important;}
.marg20 {margin-top: 20px !important;}
.marg25 {margin-top: 25px !important;}
.marg30 {margin-top: 30px !important;}
.marg35 {margin-top: 35px !important;}
.marg40 {margin-top: 40px !important;}
.marg50 {margin-top: 50px !important;}
.marg75 {margin-top: 75px !important;}
.marg100 {margin-top: 100px !important;}
.margin-25 {margin: 25px !important;}

.marg--55 {margin-bottom: -55px !important;}

.padd-0 { padding-bottom: 0 !important;}
.padd-10 { padding-bottom: 10px;}
.padd-15 { padding-bottom: 15px;}
.padd-20 { padding-bottom: 20px;}
.padd-25 { padding-bottom: 25px;}
.padd-30 { padding-bottom: 30px !important;}
.padd-35 { padding-bottom: 35px;}
.padd-50 { padding-bottom: 50px;}
.padd-75 { padding-bottom: 75px;}
.padd-100 { padding-bottom: 100px;}
.padd0 { padding-top: 0 !important;}
.padd10 { padding-top: 10px;}
.padd15 { padding-top: 15px;}
.padd20 { padding-top: 20px;}
.padd25 { padding-top: 25px;}
.padd30 { padding-top: 30px !important;}
.padd50 { padding-top: 50px;}
.padd75 { padding-top: 75px;}
.padd100 { padding-top: 100px;}

.padding0 { padding: 0 !important;}
.padding20 { padding: 20px !important;}
.padding40 { padding: 50px !important;}

.padd-L-R-0 {padding-left:0;padding-right:0}
.z-index-1 {z-index: 1 !important;}
.info {font-size:16px; font-weight:500;}

/* Destaque serviços home */
.block_fade {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#00833E;
	z-index:5;
	opacity:0.7;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}

.gallery_item_wrapper img {
    width: 100%;
	height:auto;
}

.view_link {
	margin:0 10px 0 !important;
	width:50px;
	height:50px;
	font-size:15px;
	line-height:50px;
	text-align:center;
	color:#666;
	display:inline-block;
	/*visibility:hidden;
	opacity:0;*/
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	border: solid 2px #FFF;
	border-radius:100%;
	background: #FFF;
}

.view_link:hover {
	color:#666;
}

.view_link i:after{
	content:"+";
	font-size:44px;
	padding: 0;
	font-style:normal;
	line-height:1}

.view_text {
	margin: 0;
	padding: 10px;
	width: 100%;
	text-align: center;
	height: auto;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #FFF;
	display: inline-block;
	/*visibility: hidden;
	opacity: 0;*/
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.view_text h3 {
	font-size: 26px;
	color: #FFF;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.view_text .separador-subtitle {
    background: #FFF;
    height: 5px;
    margin: 10px auto 0;
    width: 50px;
}

.view_text p {
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	line-height: 1;
	margin:0;
}

.gallery_item_wrapper:hover .view_link {
	visibility:visible;
	opacity:1;
}

.gallery_item_wrapper:hover .view_text {
	visibility:visible;
	opacity:1;
}

.post_hover_info {
	position:absolute;
	z-index:10;
	bottom: 10%;
	left:0;
	right:0;
	color:#fff;
	text-align:center;
	/*visibility:hidden;
	opacity:0;
	transform:translateY(-25%);
	-webkit-transform:translateY(-25%);*/
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.item_efect .gallery_item_wrapper:hover .post_hover_info {
	visibility:visible;
	opacity:1;
	/*transform:translateY(-50%);
	-webkit-transform:translateY(-50%);*/
}

.item_efect {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 0;
	position:relative;
}

.gallery_item_wrapper .block_fade {
	width:100%;
	left:0;
	top:0;
	height:100%;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.gallery_item_wrapper:hover .block_fade {
	opacity:0.5;		
}
/* Fim Destaque serviços home */

/* Adaptação dos efeitos sem skew para destaque serviços home */
.item_serv {background-repeat: no-repeat; background-position: center center; background-size: cover; height: 220px;}
.item_serv .post_hover_info {bottom: 30%;}
.item_serv h3 {font-size: 20px;}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
	.col-sm-3 .item_serv:first-child, .col-sm-3 .item_serv:nth-child(2), .col-sm-3 .item_serv:nth-child(3) {margin-bottom: 30px;}
}
/* Fim Adaptação dos efeitos sem skew para destaque serviços home */



/* Adaptação dos efeitos skew para destaque serviços home */
@media (min-width: 768px) {
	.efect_skew {background-repeat: no-repeat; background-position: center center; background-size: cover; height: 200px; transform: skew(-25deg);}
	.view_text h3.textskew {transform:skew(25deg);}
	.efect_skew .post_hover_info {bottom: 40%;}
	.col-sm-4.item_skew {width: 30.6% !important;}
	.col-sm-4.item_skew:first-child {margin-left:45px;}
}
@media (max-width: 767px) {


.mobiletop30 {margin-top:30px}
.hide-mobile {display:none;}
	.efect_skew {background-repeat: no-repeat; background-position: center center; background-size: cover; height: 200px; transform: skew(0);}
	.view_text h3.textskew {transform:skew(0);}
	.efect_skew .post_hover_info {bottom: 35%;}
	.col-sm-4.item_skew:first-child, .col-sm-4.item_skew:nth-child(2) {margin-bottom: 30px;}
}
/* Fim Adaptação dos efeitos skew para destaque serviços home */




/* Notícias Home */
.fundo-arrow-projhome {background-color: #fff;}
.fundo-section-projhome {background-color: #fff;}
.fundo-arrow-projhome-grey {background-color: #F3F3F5;}
.fundo-section-projhome-grey {background-color: #F3F3F5;}
.projhome .content-image {overflow: hidden; max-height: 350px;}
.projhome h4 {color:#2D2A26; font-size: 22px; font-weight: 600; margin:20px 0 10px;}
.projhome h2 {color:#2D2A26; font-size: 24px; font-weight: 700; margin:20px 0 10px;}
.projhome h3 {color:#2D2A26; font-size: 16px; font-weight: 500; margin:0px 0 10px;}
.projhome p {font-size: 15px;font-weight: normal;}
.projhome  .lermais {width: auto;

background-color: #00833E;

border: 1px solid #00833E;

display: inline-block;

padding: 7px 15px;

color: #ffffff;

font-size: 12px;

font-weight: 400;

text-align: center;

text-transform: uppercase;

letter-spacing: 0.5px;

margin-top: 20px;}
.projhome  .lermais:hover, .projhome .lermais:focus {background-color: transparent; color: #00833E;}
.projhome img {width:100%; -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; opacity:1;}
.projhome:hover img {-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);  transform: scale(1.1,1.1); -webkit-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; opacity:0.8;}

.displayflex-projhome  {display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap;}

@media (min-width: 768px) {
  .displayflex-content-projhome {display: flex; align-items: center; display: -webkit-flex; -webkit-align-items: center;}
}
@media (max-width: 767px) {
  .displayflex-content-projhome  {flex-wrap: wrap; -webkit-flex-wrap: wrap;}
}

/* Fim Notícias Home */


/*Newsletter*/
.container-newsletter {
    background-color: #00833E;
    margin: 50px 0 50px;
	padding: 35px 0 30px;
}
.slogan-subsnews {font-size:15px; color:white; font-weight:400}
.subsnews {
   	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	margin-right: 60px;
	vertical-align: top;
	text-align: left;
	line-height: 1;
	margin-top: 0px;
}
.cx-news {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.cx-submitnews {
    display: inline-block;
    vertical-align: middle;
}
.fn-news {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    
    margin: 0;
    max-width: 100%;
    padding: 7px 15px;
    resize: none;
    text-transform: none;
    width: 275px;
}

.fn-news::-webkit-input-placeholder {
  color: #fff; opacity: 0.6;
}
.fn-news:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; opacity: 0.6;
}
.fn-news::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; opacity:0.6;
}
.fn-news:-ms-input-placeholder {
  color: #fff; opacity: 0.6;
}


input.submit_news[type="submit"] {

background: #FFF;
    color: #00833E;
   
border-radius: 0;

    border: 1px solid #FFF;

display: inline-block;

font-family: Open Sans;

font-size: 13px;

font-weight: 500;

margin: 0;

padding: 7px 10px;

text-align: left;

text-decoration: none;

text-transform: uppercase;

letter-spacing: 0.5px;
}
input.submit_news[type="submit"]:hover, input.submit_news[type="submit"]:focus {
    background: #00833E;
	color: #FFF;

    border: 1px solid #FFF;
}
@media (max-width: 640px) {
	.subsnews {
		font-size: 30px;
		}
}
@media (max-width: 400px) {
	.mb10-xs {
		margin-bottom: 10px;
		}
	.mt10-xs {
		margin-top: 10px;
		}
}
/*Fim Newsletter*/


/************************** 
* Page Title styles 
***************************/
.page-title {
  background: #F3F3F5;
  padding: 30px 0;
  margin: 0;
}
.page-title .box {
  width: 100%;
  text-align: center;
}
.page-title h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: #2D2A26;
  font-weight: 700;  
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.page-title-line {
    background-color: #00833E;
    height: 4px;
    margin: 10px auto 0;
    padding: 0;
    width: 50px;
}


/* Lista produtos */

.featured-product{
  position:relative; 
  background-color: #FFF;
}

.featured-product .inner-box{
  position:relative;
  display:block;
}

.featured-product .image-box{
  position:relative;
  display:block;
  overflow:hidden;
}
.featured-product .image-box a{
  display:block;
}

.featured-product .image-box img{
  display:block;
  width:100%; 
}

.featured-product .image-box .caption-box{
  /*position:absolute;*/
  position:relative;
  left:0px;
  bottom: 0;
  width:100%;
  color:#ffffff;
  /*background: #F3F3F5;*/
  padding:25px;
  text-align: center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.featured-product:hover .image-box .caption-box{
  bottom:-100%; 
}

.featured-product .image-box .caption-box .title{
  font-size:20px;
  text-transform: uppercase;
  color:#00833E;
  font-weight: 600;
  margin: 0;
  line-height:1.1;
}

.featured-product .image-box .caption-box .title a{
  color:#00833E;
}

.sep-caption-box-title {
    background: #00833E;
    height: 5px;
    margin: 10px auto 0;
    width: 50px;
}

.featured-product .image-box .icon{
  position:absolute;
  left:0px;
  top:0px;
  width:60px;
  height:60px;
  font-size:32px;
  color:#ffffff;
  background: #48c7ec;
  line-height:40px;
  padding:10px 0px;
  text-align:center;
}

.featured-product .overlay-box{
  position:absolute;
  left:0px;
  bottom:-100%;
  width:100%;
  height:100%;
  color:#ffffff;
  background: #15125F;
  background: rgba(21, 18, 95, 0.9);
  padding:20px 20px 20px 20px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.featured-product:hover .overlay-box{
  bottom:0px; 
}

.featured-product .overlay-box .overlay-inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  padding:30px;
}

.featured-product .overlay-box .overlay-content{
  position:relative;
  display:table-cell;
  vertical-align:middle;
  text-align: center;  
}

.featured-product .overlay-box .title{
  font-size:24px;
  color:#FFF;
  font-weight: 600;
  margin: 0;
  line-height:1.1;
}

.featured-product .overlay-box .title a{
  color: #FFF;
}

.sep-overlay-box-title {
    background: #FFF;
    height: 5px;
    margin: 10px auto 30px;
    width: 50px;
}

.featured-product .overlay-box .text{
  font-size:16px;
  color:#ffffff;
  line-height:1.3;
}

.featured-product .overlay-box .text h5{
  font-size:20px;
  color:#ffffff;
  text-transform:uppercase;
  font-weight: 300;
  line-height:1.3;
}

.featured-product .overlay-box .text  .lermais {width:auto; background-color: transparent; border: 2px solid #FFF; display: inline-block; padding: 6px 10px 1px; 
color: #ffffff; font-size: 30px; margin-top:15px ;font-weight: 500; text-align: center; text-transform: uppercase; line-height: 1;}
.featured-product .overlay-box .text  .lermais:hover, .featured-product .overlay-box .text .lermais:focus {background-color: #FFF; color: #15125F;}

.featured-product .overlay-box .icon_box{
  position:absolute;
  left:0px;
  top:0px;
  width:60px;
  height:100%;
  font-size:32px;
  color:#ffffff;
  background: #48c7ec;
  line-height:40px;
  text-align:center;
}

.featured-product .overlay-box .icon_box span{
  position:absolute;
  left:0px;
  top:50%;
  margin-top:-20px;
  width:100%; 
}

.box-pdf h3{color:#FFF; font-weight:300; font-size:20px; line-height:1.3; margin-bottom:0;}
.box-pdf h4{color:#FFF; font-weight:600; font-size:20px; line-height:1.1; margin-bottom:15px; text-transform: uppercase;}
.box-pdf .file {margin-top:10px; margin-bottom:25px;}
.box-pdf .file, .box-pdf .file a {color:#FFF; font-size:16px;}
.box-pdf .file i {font-size:30px; margin-right: 3px;}
.box-pdf .file a:hover {color:#15125F;}
.box-pdf i, .box-pdf a, .box-pdf p {}

.box-pdf .file-v2 i {font-size:30px; -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.box-pdf .file-v2 a {color:#FFF;}
.box-pdf .file-v2 a:hover {color:#15125F;}

.prod-chapter h3 {color: #15125F; font-size: 24px; margin: 0 0 30px; position: relative; text-transform: uppercase;}
.prod-chapter h3:before {background: #00833E; content: ""; height: 4px; left: 0; position: absolute; bottom: -10px; width: 50px;}
/* Fim Lista produtos */


/* Página Serviços */

.list-service {padding: 0; display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; background:#F3F3F5; overflow: hidden;}
@media (max-width: 768px) {
	.list-service {margin-bottom: 30px;}
}

.list-service .skew-text-left {width:570px;max-width:100%; float:right; display: table; height:100%}
@media (max-width: 920px) {
	.list-service .skew-left {width:100%; max-width:100%; float:left;}
}
.list-service .skew-text-left .content {display: table-cell; margin: 0; vertical-align: middle;}

.list-service .skew-imagem-left {padding:0; min-height:200px; background-size: cover!important; background-repeat:no-repeat; background-position:center center!important; position: relative;}
@media (max-width: 768px) {
	.list-service .skew-imagem-left{max-width:100%;width:100%; float:left;}
}
.list-service .skew-imagem-left:before{
  background-color: rgba(0, 131, 62, 0.5);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  right: -35%;
  transform: skewX(-31deg);
}

.list-service .skew-imagem-left .grey-svg {width:100%; height:100%; max-width: 540px; margin-left:-235px; position:absolute;}
@media (max-width: 991px) {
	.list-service .skew-imagem-left .grey-svg {display: none;}
}

.list-service .skew-imagem-left .content1 {position:absolute; width:100%; height:100%;}
.list-service .skew-imagem-left .content2 {display:table; width:100%; height:100%;}
.list-service .skew-imagem-left .content3 {display: table-cell; width: 100%; height: 100%; text-align: right; padding: 25px; vertical-align: bottom;}
.list-service .skew-imagem-left .content3 h4 {color: #FFF; font-size: 26px; position: relative; text-transform: uppercase;}
.list-service .skew-imagem-left .content3 h4:before {background: #FFF; content: ""; height: 4px; right: 0; position: absolute; bottom: -10px; width: 50px;}


.list-service .skew-imagem-left .grey-svg2 {float: right; right: 0; height:100%; max-width: 190px; margin-right: -1px; position:absolute;}
@media (max-width: 991px) {


.bg-green-servico, .bg-grey-servico {padding:40px 50px!important}
.list-service .skew-text-left, .list-service .skew-text-right {max-width: 100%!important; width: auto!important; padding:40px 20px!important}
.main-logo {position:absolute; left:20px; top:0; }
.main-logo img {width: 160px!important;}
.theme_menu .menuzord { float: right;
z-index:1; right:-10px; top: -2px;}
.menuzord .showhide span {
    height: 3px!important;
    margin: 5.5px 0!important;
}
.areareservada {padding:7px 5px!important}
	.list-service .skew-imagem-left .grey-svg2 {display: none;}
}

.list-service .skew-imagem-right:before{
  transform: skewX(31deg);
  right: 0;
  left: -35%;
}
.list-service .skew-imagem-right .content3 {text-align: left;}
.list-service .skew-imagem-right .content3 h4:before {left: 0;}
.list-service .skew-text-right {max-width:570px; float:left}
@media (max-width: 920px) {
	.list-service .skew-text-right {width:100%; max-width:100%;float:left;}
}

/* Fim Página Serviços */



/* Página Portfolio */
.portfolio-content {background-color: #F3F3F5; padding:25px; width:100%}
.portfolio-content h3, .portfolio-content h3 a {color:#2D2A26; margin:0 0 25px 0; padding:0; font-size:20px; line-height:1.3; font-weight:500;}
.portfolio-content h2, .portfolio-content h2 a {color:#2D2A26; margin:0 0 5px 0; padding:0; font-size:24px; line-height:1.3; font-weight:700;}
.portfolio-content h4 {color:#2D2A26; margin:0; padding:0; font-size:15px; line-height:1.3; font-weight:600;}
.portfolio-content h5{color:#666; margin:0 0 15px 0; padding:0; font-size:14px; line-height:1.3; font-weight:400;}
.portfolio-content p {color:#666; margin:0; padding:0; font-size:14px; line-height:1.3; font-weight:400;}
.portfolio-content .table {width: 100%; height: 100%; display: table;}
.portfolio-content .table-cell {display: table-cell; vertical-align:middle; width: 100%; height: 100%;}


.cursor-left, .cursor-center, .cursor-right {
	background: #F3F3F5;
	color: #2D2A26;
    display: inline-block;
    padding: 20px 30px;
	min-height:80px;
}

.cursor-left i, .cursor-center i, .cursor-right i {
	font-size: 40px;
	margin-right: 0px;
}

.cursor-left {
    text-align: left;
}
.cursor-center {
    text-align: center;
}
.cursor-right {
    text-align: right;
}

.cursor-left:hover, .cursor-center:hover, .cursor-right:hover {color: #FFF; background: #00833E;}

@media (max-width: 767px) {

.mobile-change-color .bg-green-servico {background:#f8f8f8}
.mobile-change-color .bg-grey-servico {background:#e3e7d7}


.row-reverse {display: flex; flex-direction: column-reverse;}

.areareservada {background: #fff!important; border-width:2px!important}
.areareservada i{color: #00833E!important;}
	
.areareservada:hover {background: #00833E!important;}
.areareservada:hover i{color:#fff!important;}

.display-flex .col-sm-4 {width:100%; min-height:auto}
	.cursor-left {text-align: center;}
	.cursor-right {text-align: center;}
}

/* Fim Página Portfolio */


/* Página Notícias */
.news-dest-content {}
.news-dest-content h3, .news-dest-content h3 a {color:#15125F; margin:0 0 15px 0; padding:0; font-size:30px; line-height:1.3; font-weight:700;}
.news-dest-content h3 a:hover{color:#00833E;}
.news-dest-content h5 {color:#666; margin:0 0 5px 0; padding:0; font-size:14px; line-height:1.3; font-weight:400;}
.news-dest-content p {color:#666; margin:0 0 15px 0; padding:0; font-size:14px; line-height:1.3; font-weight:400;}
.lermais {width:auto; background-color: #00833E; border: 1px solid #00833E; display: inline-block; padding: 7px 12px; color: #ffffff; font-size: 14px; 
font-weight: 400; text-align: center; text-transform: uppercase;}
.lermais:hover, .lermais:focus {background-color: transparent; color: #00833E;}

.news-content h3, .news-content h3 a{color:#15125F; margin:0 0 10px 0; padding:0; font-size:30px; line-height:1; font-weight:700;}
.news-content h3 a:hover{color:#00833E;}
.news-content h5 {color:#666; margin:0; padding:0; font-size:14px; line-height:1.3; font-weight:400;}
.news-content p {color:#666; margin:0 0 15px 0; padding:0; font-size:14px; line-height:1.3; font-weight:400;}

.news-desenv-content h3 {color:#15125F; margin:0 0 15px 0; padding:0; font-size:30px; line-height:1; font-weight:700;}
.news-desenv-content h5 {color:#666; margin:0; padding:0; font-size:14px; line-height:1.3; font-weight:400;}
.news-desenv-content p {color:#666; margin:0 0 15px 0; padding:0; font-size:14px; line-height:1.3; font-weight:400;}

.scroll {width:100%;}
.news-content .jscroll-added .fixclear:nth-child(n+2) {clear: both;}
.jscroll-loading {width:220px; height:19px; margin: 10px auto;}
.jscroll-loading img {width:220px; height:19px;}

/* Fim Página Notícias */


/* Página Contactos */
.contact-infos {color: #2D2A26; padding:30px 0}
.contact-infos a {color: #2D2A26;}
.contact-infos a:hover {color: #00833E;}

.contact-infos .icon_box {
  width: 40px;
  padding-right: 20px;
}
.contact-infos li {}
.contact-infos li .icon_box,
.contact-infos li .text-box {
  display: table-cell;
  vertical-align: top;
}
.contact-infos li .text-box p strong {
  font-weight: 600;
}
.contact-infos li .icon_box i {
  font-size: 26px;
  color: #00833E;
  position: relative;
  top: 2px;
}

h4.title-contact {font-size: 16px; color: #00833E; font-weight: 600; margin: 0 0 5px; padding: 0; text-transform: uppercase;}

.input-cont-textarea {
    background: #F3F3F5;
    border: 1px solid #F3F3F5;
	border-radius: 0;
    color: #2D2A26;
    font-family: 'Open Sans', 'Poppins', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    max-width: 100%;
    padding:10px 15px;
    resize: none;
    width: 100%;
}


input.submit_cont[type="submit"] {
    background: #00833E;
    border: solid 1px #00833E;
	border-radius: 0;
    color: #FFF;
    display: inline-block;
    font-family: 'Open Sans', 'Poppins', Arial, sans-serif;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 8px 15px;
	letter-spacing:0.5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
	float: right;
}
input.submit_cont[type="submit"]:hover, input.submit_cont[type="submit"]:focus {
    background: transparent;
    border: solid 1px #00833E;
    color: #00833E;
}

.mapa {border:0; width:100%; height:200px;}

/* Fim Página Contactos */


/* Página Area Reservada */
h4.title-area {font-size: 16px; color: #2D2A26; font-weight: 600; margin: 0 0 15px; padding: 0; text-transform: uppercase;}

.recover {font-size:12px; margin-top: 5px;}

.img-pdf {max-width:90px;}

.select_pesquisas {
    background-color: #F3F3F5;
    border: 1px solid #F3F3F5;
    color: rgba(45, 42, 38, 0.6);
    font-size: 14px;
    outline: none;
    padding: 6px 10px;
	font-weight: 400;
	display: inline-block;
	border-radius:0;
	width:100%;
	transition: all 0.3s linear 0s;
	background-image:url(../images/f_sel.png);
	background-repeat:no-repeat;
	background-size:40px 40px;
	background-position:right;
	cursor: pointer;
}
.select_pesquisas:hover{
	
}

.select_pesquisas:focus{
	border: 1px solid #F3F3F5; color:#2D2A26;
}

.bloco-servico h1 {font-size:22px; color:#00833E}

.bloco-servico .div-titulo {
	margin-top: -20px;
	
	margin-bottom:20px;
	background: #00833E;
	display: table;
	padding: 5px 20px; 
	position:relative;
}

.bloco-servico .div-titulo:after {
	right:-5px; 
	top:0;
	position:absolute;
	content:'';
	background: #00833E;
	
	height:100%; 
	width:10px;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

.bloco-servico .div-titulo h1 { font-size:18px; margin:0; color:white; font-weight:500}
.bloco-servico { overflow:hidden;}
.bloco-servico img {width:100%; margin-bottom:20px}
label.label_pesquisas {position:relative;width:100%;margin-bottom: 15px;display: inline-block;}
label.label_pesquisas:after {
    content:'›';
	content:'\f105';
	font-size: 24px;
	font-family:'FontAwesome';
	font-weight: normal;
    color:#2D2A26;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:15px;
	top:4px;
    padding:0;
    position:absolute;
    pointer-events:none;
}
label.label_pesquisas:before {
    content:'';
    right:6px;
	top:3px;
    width:30px;
	height:25px;
    background:transparent;
    position:absolute;
    pointer-events:none;
    display:block;
	
}

optgroup{
	background: #FFF;
    color: #666;
	font-weight: 700;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;}
optgroup:hover{background:#FFF;}
option{
	background: #FFF;
	color: #666;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	transition: all 0.15s linear 0s;}
option:checked, option:hover{color:#FFFFFF;background:#666;box-shadow: 0 0 10px 100px #666 inset; -webkit-box-shadow: 0 0 10px 100px #666 inset;}

.bg-grey-servico {background:#f8f8f8; padding:80px}
.bg-green-servico {background:#e3e7d7; padding:80px}


/* ===================================
    Tabela Area Reservada
====================================== */

@media (min-width: 768px) {
	
	table#pdfs-table  { 
	  width: 100%; 
	  border-collapse: collapse; 
	  color:#2D2A26;
	  font-size:14px;
	  font-weight:400;
	}

	#pdfs-table th { 
	  background-color: white; 
	  color: #2D2A26; 
	  font-weight: 700; 
	  font-size:16px;
	  border-bottom: 2px solid #00833E;
	  padding:10px;
	}

	#pdfs-table tr:nth-child(odd) { 
	  background: #FFF; 
	  
	}
	#pdfs-table tr:nth-child(even) { 
	  background-color: #F3F3F5;
	}

	#pdfs-table td{ 
	  font-weight:normal;
	  text-align:left;
	  padding:10px;
	}

	#pdfs-table td:nth-of-type(1){ 
	  width: 40%;
	}
	#pdfs-table td:nth-of-type(2){ 
	  width: 25%;
	}
	#pdfs-table td:nth-of-type(3){ 
	  width: 15%;
	}
	#pdfs-table td:nth-of-type(4){ 
	  width: 20%;
	}
	
}

/* 
table responsive
*/
@media (max-width: 767px) {
	
	table#pdfs-table  { 
	  width: 100%; 
	  border-collapse: collapse; 
	  color:#666;
	  font-size:14px;
	  font-weight:400;
	}
	
	table#pdfs-table, #pdfs-table thead, #pdfs-table tbody, #pdfs-table th, #pdfs-table td, #pdfs-table tr { 
		display: block; 	
	}
	
	#pdfs-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#pdfs-table thead tr th{ 
		padding-top:5px;		
	}
	
	#pdfs-table tr:nth-child(odd) { 
	  background: #FFF; 
	  
	}
	#pdfs-table tr:nth-child(even) { 
	  background-color: #F3F3F5;
	}
	
	#pdfs-table tr {border-bottom: 1px solid #00833E;}
	
	#pdfs-table td { 
		text-height:bold;
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		/*padding-left: 50%; */
		padding: 10px;
	}
	
	#pdfs-table td:before { 
		/*position: absolute;
		width: 45%; 
		top: 0px;
		left: 6px;*/
		padding: 10px;
		white-space: nowrap;
		color:#666;
		font-weight:700;
	}
	
	#pdfs-table td:nth-of-type(1):before { content: "Documento"; }
	#pdfs-table td:nth-of-type(2):before { content: "Data Publicação"; }
	#pdfs-table td:nth-of-type(3):before { content: "Tamanho"; }
	#pdfs-table td:nth-of-type(4):before { content: "Download"; }
}

.catologue-title {text-align:center;}
.catologue-title h3, .catologue-title h3 a {font-size: 22px; color: #00833E; font-weight: 600; margin: 0 0 15px; padding: 0; text-transform: uppercase;}
.catologue-title h3 a:hover {color: #666;}
.catologue-title h3 span, .catologue-title h3 span a {color: #00833E; font-weight: 400; margin-left: 15px;}
.catologue-title h3 span a:hover {color: #666;}

.catologue-menu {margin: 0 0 20px;}
.catologue-menu h4 {font-size: 20px; color: #00833E; font-weight: 600; margin: 0 0 20px; padding: 0; text-transform: uppercase;}
.catologue-menu h5 {font-size: 18px; color: #2D2A26; font-weight: 400; margin: 0 0 5px; padding: 0;}
.catologue-menu a {display:block; font-weight: 500; color: #2D2A26;}
.catologue-menu a.active {color: #00833E;}


.tab-box-pdfs {
  padding: 0;
  border:0;
}
.tab-box-pdfs .tab-menu {
  border: 0;
  margin: 0;
  position: relative;
}
.tab-box-pdfs .tab-menu li {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}

.tab-box-pdfs .tab-menu li a {
  border: none;
  border-radius: 0;
  display: block;
  margin: 0 0 15px;
  padding: 0;
  color: #2D2A26;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  background: none;
  transition: all 500ms ease;
  line-height: 30px;
  cursor: pointer;
}

.tab-box-pdfs .tab-menu li.active a{
  color: #00833E;
  font-weight: 600;
  font-size: 22px;
  border: none;
  background: none;
  line-height: 30px;
}
.tab-box-pdfs .tab-menu li.active a:hover{
  color: #00833E;
  border: none;
  background: none;
  cursor: pointer;
}

.tab-box-pdfs .tab-menu li:hover a{
  color: #00833E;
  border: none;
  background: none;
}


/* Fim Página Area Reservada */


/* Página cookies */
#cookies{width:100%; background: rgba(102,102,102,0.9); position:relative; z-index:9999999; top:0!important}
.learn-more-cookies{padding-top:5px!important;font-size:10px!important;text-transform:none!important;font-weight:bold!important}

.learn-more-cookies:hover{color:white!important;text-decoration:underline!important;}

#div_cookie .description span{color:white;font-family:verdana!important;font-size: 11px!important;}

#div_cookie .description a{color:white;font-family:verdana!important;font-size: 11px!important;}
#div_cookie {margin:0 auto;}
.notification{padding: 15px 50px 17px 50px; font-size:14px; line-height:1.1; text-transform:none; text-align:center; background:black;}
#btn_cookie_accept{border: 1px solid white;color: white; font-size: 14px !important;font-weight: 400;padding: 2px 8px;text-decoration:none;}
.containercookie div:nth-child(2){position:absolute; right:10px; top:15px;}
#btn_cookie_accept:hover{color:#666!important;background:white!important;}

.textcookies a {
text-decoration: underline;
/*-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.95);
-moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.95);
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.95);*/}
.textcookies a:hover {
text-decoration: underline;
/*-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.5);
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.5);*/}
/* Fim Página cookies */



/* Links Produtos 1º nível a ser usado em várias páginas */
.bt1-firstnivel {
	background: #F3F3F5;
	color: #2D2A26;
    display: inline-block;
    padding: 35px 20px;
    text-align: center;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	width: 100%;
}
.bt1-firstnivel img {
	max-width: 28px;
	width: 100%;
	margin-right: 10px;
	-webkit-filter: invert(1);
   filter: invert(1);
}
.bt1-firstnivel:hover {color: #FFF; background: #00833E;}
.bt1-firstnivel.on {background: #00833E; color:#fff}
.bt1-firstnivel.on:hover {background: #00833E; color:#fff}


.fthdiv {margin-left: -30px;
margin-right: -30px;}
.bt1-firstnivel:hover img , .bt1-firstnivel.on img , .bt1-firstnivel.on:hover img {-webkit-filter: invert(0);
   filter: invert(0);}
   
   .fthdiv .childdiv .bt1-firstnivel{-webkit-transform: skew(-10deg); /* Chrome, Opera */
      -ms-transform: skew(-10deg); /* IE */
          transform: skew(-10deg); /* Padrão */}
		  
		     .fthdiv .childdiv .bt1-firstnivel div{-webkit-transform: skew(10deg); /* Chrome, Opera */
      -ms-transform: skew(10deg); /* IE */
          transform: skew(10deg); /* Padrão */}

@media (min-width: 992px) {
	.fthdiv .childdiv:first-child, .fthdiv .childdiv:nth-child(3) {padding-left:0;padding-right:0}
	.fthdiv .childdiv:nth-child(2) {padding-left:0px;padding-right:0px; margin-left:-2px; margin-right:-2px}
}

@media (max-width: 991px) {
	.fthdiv .childdiv:first-child, .fthdiv .childdiv:nth-child(2), .fthdiv .childdiv:nth-child(3) {padding-left:0;padding-right:0}
}

/* Fim Links Produtos */

/* Links Produtos 1º nível a ser usado pagina simples */
.bt2-firstnivel {
	background: #00833E;
	color: #FFF;
    display: inline-block;
    padding: 10px 10px 10px 20px;
    text-align: left;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	width: 100%;
}
.bt2-firstnivel img {
	max-width: 28px;
	width: 100%;
	margin-right: 10px;
}
.bt2-firstnivel:hover {color: #FFF; background: #15125F;}

.bt2-img {background-position: 0 0; background-repeat: no-repeat; background-size: cover; overflow: hidden; height: 200px; position: relative; display: block;}
.bt2-img:hover {opacity: 0.9;}

.fthdiv .childdiv:first-child .bt2-img {background-image: url('../images/empresa-frio.jpg');}
.fthdiv .childdiv:nth-child(2) .bt2-img {background-image: url('../images/empresa-hotelaria.jpg');}
.fthdiv .childdiv:nth-child(3) .bt2-img {background-image: url('../images/empresa-arcondic.jpg');}

@media (max-width: 991px) {
	.fthdiv .childdiv:nth-child(2) .bt2-firstnivel, .fthdiv .childdiv:nth-child(3) .bt2-firstnivel {margin-top:20px;}
}

/* Fim Links Produtos */


/*! Gray v1.4.2 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);

  /* Firefox 35+ */
  filter: grayscale(1);

  /* IE 6-9 */
  filter: gray;
}

.grayscale.grayscale-fade {
  transition: filter .5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
  }
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}
/* Fim Gray */
















.container-check {
    display: block;
position: relative;
padding-left: 20px;
margin-top: 5px;
margin-bottom: 0px;
cursor: pointer;
font-size: 17px;
font-weight: 400;
text-align: left;
    color: #fff!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-check a {
    color: #fff;
    font-size: 12px;
}

.container-check a:hover {
    color: #fff;
    text-decoration:underline;
}
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    transition: all 0.4s linear;
	border:1px solid white;
}

.container-check input:checked ~ .checkmark {
    background-color: transparent;
	
}

.container-check input:checked ~ .checkmark::after {
    display: block;
}

.container-check .checkmark::after {
        left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #fff;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

#divcontacto h3 {color:#00833E}
.logo-qb {margin-top: 70px;
    width: 45px;}
.logo-rodape {width:430px}

footer .logo {width:180px;}

.copyright {padding:30px 0}

.copy-text {text-align:right; font-size:11px; margin-top:30px}

footer p {font-size:12px}

.square-before {padding-left: 20px;

position: relative;

margin: 0 0 7px;

font-size: 15px;}
.square-before:before {height:10px; width:10px; position:absolute; top:7px; left:0px; content:''; background:#00833E}

.logos-contactos img{max-height:60px}
.logos-contactos {margin:40px -15px 50px}
.verde {color:#00833E}
.contactos-pagina .footer-column p {margin:15px 0}
@media (max-width: 678px) {

.contactos-pagina .footer-column {margin-bottom:60px;float:left}


.contactos-pagina .footer-column.maxima-margin {margin-top:30px; margin-bottom:0 }


.bt1-firstnivel img {max-width:18px; }

.bt1-firstnivel {
   
    padding: 13px 20px;
    font-size: 13px;
}

.display-flex-middle .padding40 {padding:10px 40px!important}

.portfolio-content h2, .portfolio-content h2 a, .projhome h2 {font-size:20px!important}
.portfolio-content h3, .portfolio-content h3 a, .projhome h3 {font-size:14px!important}
.rev_slider_wrapper .slide-content-box .button a {
    font-size: 11px !important;
    padding: 6px 12px !important;
    margin-top: 10px !important;
}
.rev_slider_wrapper .slide-content-box h1 span {font-size:15px!important; line-height:1.3!important}
footer .logo {margin-bottom:40px}
.copy-text {text-align:center; }
.logo-qb {
    margin-top: 0;
}

}