/*
AZUL: #1a334c
AZUL HOVER: #132f4c
AMARELO: #fbec4f
*/
/*------------------------------------------------------
						 						MENU
------------------------------------------------------*/
.nav ul li a:hover {
	background-color: transparent;
	opacity: 1;
}
/*------------------------------------------------------
											 GERAL
------------------------------------------------------*/
.et_pb_button {
	font-weight: 600!important;
  	letter-spacing: 0.3px;
}
/*----------------------BLURBS-----------------------*/
.et_pb_blurb_content {
    max-width: 100%;
}
/*--------------------CABEÇALHOS---------------------*/
.et_pb_fullwidth_header_overlay {
	background: -moz-linear-gradient(left, rgba(26,51,76,0.9) 33%, rgba(26,51,76,0.28) 79%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(26,51,76,0.9) 33%,rgba(26,51,76,0.28) 79%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(26,51,76,0.9) 33%,rgba(26,51,76,0.28) 79%,rgba(255,255,255,0) 100%);
    background-color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61a334c', endColorstr='#00ffffff',GradientType=1 );
}
.et_pb_fullwidth_header {
	padding: 90px 0;
}
/*---------------CAIXA DE ALTERNÂNCIA----------------*/
.et_pb_toggle {
	padding: 15px;
	border: transparent;
  	border-bottom: 2px solid #1a334c;
}
h5.et_pb_toggle_title {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.3px;
  	color: #000!important;
}
.et_pb_toggle .et_pb_toggle_title::before {
    color: #1a334c;
}
/*------------COLUNA À DIREITA CONTACTOS-------------*/
.coluna-contactos h4 {
	color: #fff!important;
}
.coluna-contactos {
	background: #1a334c;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 30px 20px;
	color: #fff;
}
/*------------------------------------------------------
												HOMEPAGE
------------------------------------------------------*/
/*----------------------NOTÍCIAS---------------------*/
.home .et_pb_blog_grid .et_pb_image_container img {
    border-radius: 5px 5px 0 0;
}
.home .et_pb_post {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	border: 1px solid #fff;
	border-radius: 5px;
}
.home .more-link {
	text-transform: uppercase;
	text-align: center;
	display: block;
	border: 1px solid;
	margin-top: 26px;
	padding: 8px 20px;
	border-radius: 5px;
  	background: #1a334c;
	border: none;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.3px;
}
/*-----------------------SLIDER---------------------*/
.home .et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container {
	background-color: transparent;
}
.et-pb-controllers .et-pb-active-control {
    background-color: #fbec4f;
}
.home .et_pb_slide_title {
	text-align: left;
  	font-size: 29px!important;
  	line-height: 1.3em!important;
}
.et_pb_slide_description {
    padding-right: 0;
   	padding-left: 0;
    max-width: 60%;
    margin: 0;
}
.home .et_pb_slide {
	padding-left: 0;
}
.home .et_pb_slide_overlay_container {
	background: -moz-linear-gradient(left, rgba(26,51,76,0.9) 33%, rgba(26,51,76,0.28) 79%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(26,51,76,0.9) 33%,rgba(26,51,76,0.28) 79%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(26,51,76,0.9) 33%,rgba(26,51,76,0.28) 79%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61a334c', endColorstr='#00ffffff',GradientType=1 );
}
/*--------------------BLOCO ICONS--------------------*/
.home-servicos .et_pb_main_blurb_image {
	margin-bottom: 20px;
}
.home-servicos .et_pb_column {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	padding: 30px 20px;
  	background: #fff;
  	border-bottom: 4px solid #fbec4f;
  	border-radius: 5px;
}
.home-servicos .et-pb-icon-circle {
	padding: 23px;
  	font-size: 30px;
}
.home-servicos h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	padding-top: 5px;
}
.home-servicos .et_pb_blurb {
	margin-bottom: 10px!important;
}
/*------------------------------------------------------
					  					NOTÍCIAS
------------------------------------------------------*/
.noticias .more-link {
	display: inline-block!important;
	background: #1a334c;
	padding: 6px 20px;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
}
.noticias .more-link:hover {
	background: #132f4c;
}
.noticias .et_pb_bg_layout_light .et_pb_post p {
    padding-bottom: 0px;
}
.noticias .et_pb_post  {
    border-bottom: 1px solid #b7b7b7!important;
  	border-bottom-style: dotted!important;
}
.noticias .et_pb_post  {
    padding-bottom: 20px;
    padding-top: 0;
    margin-bottom: 40px;
}

@media only screen and (min-width : 981px) {

	.noticias .et_pb_post  {
		overflow: auto;
	}
	.noticias .et_pb_post .post-content {
    	width: 68%;
    	float: right; 
	}
	.noticias .et_pb_post .post-meta {
    	width: 68%;
    	float: right; 
	}
	.noticiasi .et_pb_post h2 {
    	margin-top: 0;
    	width: 68%;
    	float: right;
	}
	.noticias .et_pb_post .entry-featured-image-url  {
    	width: 30%;
    	float: left;
    	margin-right: 2%;
	}
}
/*------------------------------------------------------
					 					 PORTFOLIO
------------------------------------------------------*/
/*---------------------OBRAS--------------------------*/
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a, .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
	border-radius: 5px;
  	font-weight: 600;
	letter-spacing: 0.2px;
  	background: #f2f2f2;
	border: 1px solid transparent;
  	text-transform: uppercase;
  	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover, .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a:hover {
    color: #fff;
    background-color: #1a334c;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    float: left;
    font-size: 14px;
    line-height: 1em;
    margin-right: 10px;
    border-radius: 5px !important;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    color: #fff;
    background-color: #1a334c;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}
.et-pb-arrow-prev:hover, .et-pb-arrow-next:hover {
	background: #1a334c;
}
.et-pb-arrow-prev, .et-pb-arrow-next {
	background: #4c6177;
	border-radius: 50%;
  	font-size: 38px;
}
.single-project .et_pb_slide_description {
    padding: 27% 8%;
}
/*--------------CERTIFICAÇÃO ENERGÉTICA---------------*/
.certificacao .et_pb_blurb {
	margin-bottom: 13px!important;
}
/*------------------------------------------------------
				  	  				NOTÍCIAS
------------------------------------------------------*/
.single-post .et_pb_section {
	padding-top: 0;
}
.single-post .et_post_meta_wrapper img {
	display: none;
}
/*------------------------------------------------------
					 						CONTACTOS
------------------------------------------------------*/
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper textarea.medium, .gform_wrapper .top_label select.large {
  	background: #f2f2f2;
	border: 1px solid transparent;
  	border-bottom: 1px solid #1a334c;
}
.gform_wrapper {
	margin: 0 auto;
	max-width: 100%;
}
.gform_wrapper .gform_footer {
	overflow: auto;
}
.gform_wrapper .top_label .gfield_label {
	margin: 0;
	font-weight: 500;
}
.gform_wrapper ul li.gfield {
	margin-bottom: 15px!important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	border: 0;
	padding: 10px 16px;
	font-weight: 600;
	color: white;
	background-color: #1a334c;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.3px;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #132f4c;
}
.gform_wrapper .ginput_complex label {
	margin-top: 0px;
	color: #aaa;
}
.gform_wrapper textarea.large {
	height: 15.625em;
	width: 100%;
}
/*------------------------------------------------------
					   						RODAPÉ
------------------------------------------------------*/
.home #main-footer {
    background-color: #fff!important;
}
#text-2 {
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#footer-widgets {
	padding: 30px 0!important;
}
.footer-widget {
	margin: 0!important;
}
.et_pb_widget {
	width: 100%!important;
}
#footer-widgets .alignright {
	float: right;
  	opacity: 0.5;
	width: 31px;
}
.footer-widget #text-2 , .footer-widget #text-2 .textwidget {
	width: 100%;
}
.social {
    font-family: "ETmodules";
    color: #fff !important;
    margin-top: 10px !important;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    border: 1px solid #4c6177;
  	background: #4c6177;
    padding: 6px 10px;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  	float: right;
}
.social:hover {
  	background: #1a334c;
}
#footer-bottom {
	display: none;
}
.pme {
	width: 43px;
	margin-left: 30px;
}
.inci {
	width: 66px;
}
.qren {
	width: 500px;
  	margin-right: 25px;
}
/*------------------------------------------------------
					   					MOBILE
------------------------------------------------------*/
.et_mobile_menu li a {
		text-transform: uppercase;
    letter-spacing: 0.3px;
}
.et_mobile_menu {
	border-top: 3px solid #fff;
}
.mobile_menu_bar::before {
	color: #1a334c;
}

@media only screen and (max-width : 980px) {
  .home .et_pb_slide_description {
      max-width: 100%;
      padding: 26% 0;
  }
  .home .et_pb_slide {
      padding-right: 0!important;
  }
  .home .et_pb_slide_title {
    font-size: 24px!important;
	}
	.home .et_pb_slide_overlay_container {
			background: rgba(26, 51, 76, 0.75)!important;
			background-color: rgba(26, 51, 76, 0.75)!important;
  }
  .home .et_pb_slider .et_pb_container {
    	width: 73%;
	}
  .home .et-pb-controllers {
      bottom: 13%
  }
  .et_pb_fullwidth_header {
    padding: 15% 0;
	}
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 100%;
	}
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
		text-align: center;
		margin-bottom: 7px;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_filters {
    margin: 0 0 35px 0;
	}
}