@font-face {
	font-family: 'FiraSans-Bold';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/FiraSans-Bold.woff) format('woff');
}

@font-face {
	font-family: 'FiraSans-Regular';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/FiraSans-Regular.woff) format('woff');
}

@font-face {
	font-family: 'FiraSans-Light';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/FiraSans-Light.woff) format('woff');
}

@font-face {
	font-family: 'FiraSans-Thin';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/FiraSans-Thin.woff) format('woff');
}

html, body{
	width: 100%;
	height: 100%;
	position: relative;
}

body{
	background-color: #fff;
	color: #707370;
}

img{
	image-rendering: -webkit-optimize-contrast;
}

.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
	/*margin: 0 !important;*/
	overflow: hidden;
}

.centralizar{
	float: none;
	display: inline-block;
}

/*COLORS---------*/
.white{
	color: #fff !important;
}

.grey{
	color: #707370 !important;
}

.orange{
	color: #FF6707 !important;
}

.black{
	color: #000 !important;
}

a{
	color: #000;
}

a:hover{
	color: #000;
}
/*COLORS---------*/


/*TRANSFORM---------*/
.bold{
	font-weight: bold;
}

.caps{
	text-transform: uppercase;
}
/*TRANSFORM---------*/


/*TEXTOS---------*/
.txt_banner_titulo{
	font-size: 55px;
}

.txt_banner_texto{
	font-size: 30px;
}

.txt_titulo{
	font-size: 32px;
	line-height: 1;
}

.txt_subtitulo{
	font-size: 20px;
}

.footer .txt_subtitulo{
	font-size: 18px;
}

.menu .txt_titulo{
	font-family: "FiraSans-Light";
}

.txt_texto{
	font-size: 16px;
}

.footer .txt_texto{
	font-size: 14px;
}

.txt_texto.box_idiomas{
	font-family: "FiraSans-Light";
}

.txt_contactos_titulo{
	font-family: "FiraSans-Light";
	font-size: 18px;
}

.txt_contactos_texto{
	font-family: "FiraSans-Light";
	font-size: 14px;
}

/*TEXTOS---------*/


/*FONTS---------*/
.firasans-bold{font-family: "FiraSans-Bold";}
.firasans-regular{font-family: "FiraSans-Regular";}
.firasans-light{font-family: "FiraSans-Light";}
.firasans-thin{font-family: "FiraSans-Thin";}
/*FONTS---------*/

button,
input{
	outline: 0;
}
textarea { resize: vertical; }
input[type=file]{
	padding: 10px;
}

.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

.disp_none{
	display: none;
}

.disp_block{
	display: block !important;
}

.disp_inline_flex{
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

#topcontrol{
	z-index: 99;
}

#googleMap {
	height: 250px;
	position: absolute !important;
	bottom: 0;
	left: 30px;
	right: 25px;
	margin: auto;
}

.no_hover a:hover{
	text-decoration: none;
}

.desk_txt_pad_lateral{
	padding: 0 70px;
}

.only_mobile{
	display: none;
}

.container {
	padding: 0 100px;
}

.no_pointer{
	cursor: unset !important;
}

@media screen and (min-width: 993px){
	.display-flex{
		display:flex;
	}
}

@media screen and (max-width: 992px){
	.desk_txt_pad_lateral{
		padding: unset;
	}

	/*.txt_banner_titulo {
		font-size: 16px;
	}*/

	.only_desktop{
		display: none;
	}

	.only_mobile{
		display: block;
	}

	.container {
		padding: 15px;
	}
}




/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/



.menu_holder {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #ebebeb;
	padding: 40px 0;
	padding-top: 20px;
	width: 100%;
	z-index: 3;
	height: 166px;
	box-shadow: 0 0 20px 0;
}

.menu_holder .navbar-header {
	position: absolute;
	top: 53px;
}

.menu_holder .navbar-header img{
	width: 210px;
}

.menu_holder .menu-toggler{
	position: absolute;
	background: transparent;
	border: 0;
	width: 35px;
	top: 26px;
	right: 3%;
	cursor: pointer;

	display: none;
}

.menu_holder .menu-toggler span {
	height: 3px;
	width: 100%;
	background-color: #e3861d;
	margin-top: 5px;
	display: block;
	border-radius: 2px;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.menu_holder .menu-toggler:hover span {
	background-color: #808b92;
}

.menu_holder .menu{
	display: inline-block;
	margin: 10px 0 10px 50px;
	float: right;
	width: Calc(100% - 227px);

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(/site/imagens/menu.png);

	/*background-color: #fff;*/
	/*text-align: center;*/

	/*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%);*/
	/*clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%);*/
}

.menu_holder .menu-nav{
	list-style: none;
	margin: 0;
	margin-left: 100px;
}

.menu_holder .menu-nav .dropdown{
	display: inline-block;
	padding: 0 4px;
	margin-right: 22px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
}

.menu_holder .menu-nav .dropdown a{
	text-transform: uppercase;
	color: #707370;
	font-size: 14px;
}

.menu_holder .menu-nav .dropdown.language a{
	/*color: #298e2a;*/
}

.menu_holder .menu-nav .dropdown a:hover,
.menu_holder .menu-nav li.active > a,
.menu_holder .menu-nav li.active:hover > a {
	/*color: #81bc00;*/
	text-decoration: none !important;
}

.menu_holder .dropdown-menu {
	background-color: #fff;
	cursor: default;
	border: 0;
	border-radius: 0;
}

.menu_holder .dropdown-menu hr{
	width: 80%;
	margin: 8px auto;
	border-top: 1px solid #ccc;
}

.menu_holder .dropdown-menu a:hover{
	background-color: transparent;
}

.faixa_topo_menu{
	margin-bottom:15px
}

.box_idiomas{
	padding: 5px 14px;
	font-weight: bold;
}

.box_idiomas a{
	padding: 4px;
}

.txt_texto.box_idiomas{
	font-size: 12px;
}

.box_idiomas a:hover,
.box_idiomas .lingua_activa{
	border-bottom: 4px solid #FF6707;
}

.menu_holder .menu-nav li.active > a,
.dropdown > .txt_titulo:hover{
	/*background-color: #fff;
	border-radius: 15px;
	padding: 5px 14px;*/
}

.dropdown:hover,
.dropdown.active{
	/*border-bottom: 4px solid #FF6707;*/
	padding: 5px 14px;
}

.after:after{
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: auto;
	border-bottom: 4px solid #FF6707;
}


.dropdown2:hover a{
	color: #FF6707 !important;
}

#mobile_lang{
	display: none;
}

.triangulo{
    /*position:relative;*/
    background-color:#e15915;
}

.triangulo:after{
	z-index: -1;
	position: absolute;
	bottom: 98.1%;
	left: 67%;
	margin-left: -25%;
	content: '';
	width: 0;
	height: 0;
	border-bottom: solid 10px #fff;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}


.dropdown-menu {
	top: 38px;
	left: -26px;
	text-align: center;
	min-width: 115px;
	padding: 2px 0;
}

.nav_mobile{
	display: none;
}

@media screen and (min-width: 1200px) {

	.menu_holder .menu {
		display: inline-block !important;
        /*height: 25px;*/
	}

}



@media screen and (max-width: 1199px) {

	.menu_holder .container{
		padding: 0 20px;
		width: 90%;
	}

	.menu_holder .navbar-header {
		top: 9px;
	}

	.menu_holder .navbar-header img{
		/*width: 150px;*/
	}

	.menu_holder .menu-toggler{
		display:block;
	}

	.menu_holder .menu {
		margin: 40px 0 0;
		width: 100%;
		background-color: #ebebeb;
		background-image: none;

		display: none;
	}

	.menu_holder .menu-nav {
		padding: 0;
		margin-left: 0;
	}

	.menu_holder .menu-nav .dropdown {
		display: block;
		width: 100%;
		margin: 15px;
	}

	.menu_holder .menu-nav .dropdown a{
		font-size: 14px;
	}

	.box_idiomas {
		margin-right: 20px;
	}

	.faixa_topo_menu{
		position: relative;
		top: 6px;
	}

	.right.faixa_topo_menu{
		display: none;
	}

	#mobile_lang{
		display: block;
	}

	.menu_holder {
		height: unset;
		min-height: 71px;
	}

	.dropdown-menu {
		top: 38px;
		left: 0px;
		text-align: left;
	}

	.nav_mobile{
		display: block;
	}
	.nav_desktop{
		display: none;
	}
}

/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/


.banner{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #FF6707;
	margin-top: 6px;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.banner ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.banner ul img{
	width: 100%;
}

.banner ul li{
	width: 100%;
	height: 444px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner.internas li {
    height: 260px;
	background-position: top center;
}

.banner #slider_home .owl-controls {
    width: 100%;
    text-align: center;
	position: absolute;
	bottom: 0;
}

.banner #slider_home .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -25px auto 0;
    left: 0;
    right: 0;
}

.banner #slider_home .owl-dots .owl-dot {
	width: 35px;
	height: 2px;
	display: inline-block;
	margin: 0 10px;
	/*border-radius: 100%;*/
	border: 0;
	background: #fff;
}

.banner #slider_home .owl-dots .owl-dot.active {
	background: #FF6707;
}

.banner #slider_home .owl-prev img,
.banner #slider_home .owl-next img {
    width: 32px !important;
}


.banner .conteudo{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    /*text-align: center;*/
	width: 80%;
	margin: auto;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.banner .conteudo .nome{
	color: #111;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.banner .conteudo .descricao{
	color: #838383;
	font-size: 17px;
	margin-bottom: 50px;
}

.banner .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #c18c58;
	border: 0;
	padding: 5px 45px;
	border-radius: 20px;
}

.texto_banner_center{
	display: table;
	margin: auto;
	margin-top: 30px;
}

.tracos_laranja_banner img{
	position: absolute;
	right: 62%;
	top: 173px;
}


@media screen and (max-width: 992px) {
	
	.banner,
	.banner ul li {
		height:350px;
	}

	.banner.internas,
	.banner.internas li {
		height:200px;
	}
	
	.banner ul img{
		display: none;
	}
	.banner .conteudo {
		top: 10%;
		width: 70%;
	}
	.banner .conteudo .nome {
		font-size: 4vW;
	}
	.banner .conteudo .descricao {
		color: #333;
		font-size: 15px;
		margin-bottom: 20px;
	}

	.tracos_laranja_banner{
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.txt_banner_titulo {
		font-size: 39px;
	}
}

@media screen and (max-width: 470px) {

	.banner .conteudo{
		width: 100%;
		padding: 0 5%;
	}	
	.banner .conteudo .nome {
		font-size: 18px;
	}
}



/*==================================================================================================*/
/*SLIDER EMPRESA*/
/*==================================================================================================*/


.slider_empresa{
	position: relative;
	width: 100%;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.slider_empresa ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.slider_empresa ul img{
	width: 100%;
}

.slider_empresa ul li{
	width: 100%;
	height: 450px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider_empresa.internas li {
    height: 260px;
	background-position: top center;
}

.slider_empresa .slider_empresa_id .owl-controls {
    width: 100%;
    text-align: center;
	position: absolute;
	bottom: 0;
}

.slider_empresa .slider_empresa_id .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -25px auto 0;
    left: 0;
    right: 0;
}

.slider_empresa .slider_empresa_id .owl-dots .owl-dot {
	width: 35px;
	height: 2px;
	display: inline-block;
	margin: 0 10px;
	/*border-radius: 100%;*/
	border: 0;
	background: #fff;
}

.slider_empresa .slider_empresa_id .owl-dots .owl-dot.active {
	background: #FF6707;
}

.slider_empresa .slider_empresa_id .owl-prev img,
.slider_empresa .slider_empresa_id .owl-next img {
    width: 32px !important;
}


.slider_empresa .conteudo{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    /*text-align: center;*/
	width: 80%;
	margin: auto;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.slider_empresa .conteudo .nome{
	color: #111;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.slider_empresa .conteudo .descricao{
	color: #838383;
	font-size: 17px;
	margin-bottom: 50px;
}

.slider_empresa .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #c18c58;
	border: 0;
	padding: 5px 45px;
	border-radius: 20px;
}

.texto_banner_center{
	display: table;
	margin: auto;
	margin-top: 30px;
	width: 355px;
	line-height: 1.5;
}

.tracos_laranja_banner img{
	position: absolute;
	left: 0;
	top: 194px;
	height: 97px;
	width: 38% !important;
}


@media screen and (max-width: 992px) {

	.slider_empresa,
	.slider_empresa ul li {
		height:350px;
	}

	.slider_empresa.internas,
	.slider_empresa.internas li {
		height:200px;
	}

	.slider_empresa ul img{
		display: none;
	}
	.slider_empresa .conteudo {
		top: 10%;
		width: 70%;
	}
	.slider_empresa .conteudo .nome {
		font-size: 4vW;
	}
	.slider_empresa .conteudo .descricao {
		color: #333;
		font-size: 15px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 470px) {

	.slider_empresa .conteudo{
		width: 100%;
		padding: 0 5%;
	}
	.slider_empresa .conteudo .nome {
		font-size: 18px;
	}
}


/*==================================================================================================*/
/*slider_port*/
/*==================================================================================================*/


.slider_port{
	position: relative;
	width: 100%;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.slider_port ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.slider_port ul img{
	width: 100%;
}

.slider_port ul li{
	width: 100%;
	height: 460px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider_port.internas li {
	height: 260px;
	background-position: top center;
}

.slider_port #slider_port .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

.slider_port #slider_port .owl-dots {
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: -25px auto 0;
	left: 0;
	right: 0;
}

.slider_port #slider_port .owl-dots .owl-dot {
	width: 35px;
	height: 2px;
	display: inline-block;
	margin: 0 10px;
	/*border-radius: 100%;*/
	border: 0;
	background: #fff;
}

.slider_port #slider_port .owl-dots .owl-dot.active {
	background: #FF6707;
}

.slider_port #slider_port .owl-prev img,
.slider_port #slider_port .owl-next img {
	width: 32px !important;
}


.slider_port .conteudo{
	position: absolute;
	top: 59%;
	left: 69%;
	right: 0;
	text-align: left;
	margin: auto;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.slider_port .conteudo .nome{
	color: #fff;
	font-size: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: "Raleway-Bold";
}

.slider_port .conteudo .descricao{
	color: #fff;
	font-size: 22px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: "Raleway-Medium";
}

.slider_port .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #c18c58;
	border: 0;
	padding: 5px 45px;
	border-radius: 20px;
}

#slider_port .owl-stage-outer{
	width: 100%;
}

#slider_port .owl-thumbs{
	width: 100%;
	float:left;
}

#slider_port .owl-thumb-item {
	width: 155px;
	height: 75px;
	margin-top: 10px;
	margin-right: 10px;
	border: 0;
}


@media screen and (max-width: 992px) {

	.slider_port,
	.slider_port ul li {
		height:350px;
	}

	.slider_port.internas,
	.slider_port.internas li {
		height:200px;
	}

	.slider_port ul img{
		display: none;
	}
	.slider_port .conteudo {
		top: 10%;
		width: 70%;
	}
	.slider_port .conteudo .nome {
		font-size: 4vW;
	}
	.slider_port .conteudo .descricao {
		color: #333;
		font-size: 15px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 470px) {

	.slider_port .conteudo{
		width: 100%;
		padding: 0 5%;
	}
	.slider_port .conteudo .nome {
		font-size: 18px;
	}
}




/*==================================================================================================*/
/*slider_port2*/
/*==================================================================================================*/


.slider_port2{
	position: relative;
	width: 100%;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.slider_port2 ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.slider_port2 ul img{
	width: 100%;
}

.slider_port2 ul li{
	width: 100%;
	height: 460px;
	position: relative;
	margin-bottom: 65px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slider_port2.internas li {
	height: 260px;
	background-position: top center;
}

.slider_port2 #slider_port2 .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.slider_port2 #slider_port2 .owl-dots {
	position: absolute;
	bottom: 90px;
	text-align: center;
	margin: -25px auto 0;
	left: 0;
	right: 0;
}

.slider_port2 #slider_port2 .owl-dots .owl-dot {
	width: 35px;
	height: 2px;
	display: inline-block;
	margin: 0 10px;
	/*border-radius: 100%;*/
	border: 0;
	background: #fff;
}

.slider_port2 #slider_port2 .owl-dots .owl-dot.active {
	background: #FF6707;
}

.slider_port2 #slider_port2 .owl-prev img,
.slider_port2 #slider_port2 .owl-next img {
	width: 32px !important;
}


.slider_port2 .conteudo{
	position: absolute;
	top: 59%;
	left: 69%;
	right: 0;
	text-align: left;
	margin: auto;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.slider_port2 .conteudo .nome{
	color: #fff;
	font-size: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: "Raleway-Bold";
}

.slider_port2 .conteudo .descricao{
	color: #fff;
	font-size: 22px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: "Raleway-Medium";
}

.slider_port2 .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #c18c58;
	border: 0;
	padding: 5px 45px;
	border-radius: 20px;
}

#slider_port2 .owl-stage-outer{
	width: 100%;
}

#slider_port2 .owl-thumbs{
	width: 100%;
}

#slider_port2 .owl-thumb-item {
	width: 155px;
	height: 75px;
	margin-top: 10px;
	margin-right: 10px;
	border: 0;
}


@media screen and (max-width: 992px) {

	.slider_port2,
	.slider_port2 ul li {
		height:350px;
	}

	.slider_port2.internas,
	.slider_port2.internas li {
		height:200px;
	}

	.slider_port2 ul img{
		display: none;
	}
	.slider_port2 .conteudo {
		top: 10%;
		width: 70%;
	}
	.slider_port2 .conteudo .nome {
		font-size: 4vW;
	}
	.slider_port2 .conteudo .descricao {
		color: #333;
		font-size: 15px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 470px) {

	.slider_port2 .conteudo{
		width: 100%;
		padding: 0 5%;
	}
	.slider_port2 .conteudo .nome {
		font-size: 18px;
	}
}





/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/


.bloco{
	position: relative;
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
}

.bloco.no-margin{
	padding: 0;
}

.bloco h2{
	font-size: 45px;
	color: #111;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.bloco h3{
	font-size: 25px;
	color: #111;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.bloco h4{
	font-size: 17px;
	color: #111;
}

.bloco p{
	font-size: 17px;
	color: #838383;
}

.bloco hr{
	border-top: 3px solid #dbdbdb;
	width: 400px;
}


@media screen and (max-width: 992px) {

	.bloco{
		padding: 40px 0;
	}

	.bloco hr{
		width: 100px;
	}

	.bloco h2{
		font-size: 25px;
	}

	.bloco p{
		font-size: 15px;
	}
}


/*==================================================================================================*/
/*MIDDER*/
/*==================================================================================================*/


#midder{
    width: 100%;
    height: 650px;
	position: relative;

	/*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#midder .conteudo {
    width: 30%;
    top: 20%;
    left: 0;
    text-align: left;
    position: absolute;
	padding: 0 2%;
	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
	
#midder .conteudo h2 {
	font-size: 48px;
	color: #111;
	text-transform: none;
}
#midder .conteudo p {
	font-size: 17px;
	color: #838383;
}


@media screen and (max-width: 992px) {
	
	#midder {
		height: 250px;
		background-attachment: initial;
	}
	#midder .conteudo h2 {
		font-size: 25px;
	}
}

/*@media screen and (max-width: 470px) {
	
	#midder {
		height: 250px;
	}
	#midder .conteudo h2 {
		font-size: 25px;
	}
}*/


/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/

.separador_seccao{
	width: 100%;
	height: 25px;
	margin-top: 5px;

	background-image: url('/site/imagens/separador_seccao.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
}

.home_pedra_img{
	width: 100%;
	height: 212px;
	cursor: pointer;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.holder_pedra_home_single{
	margin-bottom: 25px;
	margin-top: 10px;
	height: 280px;
}

.holder_pedra_home_single .pedra_home_single_nome{
	font-size: 18px;
}

.pedra_home_single_nome{
	margin-left: 55px;
	position: relative;
	top: 8px;
}

.pedra_home_single_nome:after{
	content: "";
	position: absolute;
	border-bottom: 3px solid #FF6707;
	bottom: 12px;
	width: 42px;
	left: -53px;
	margin: auto;
}

.six_plus{
    display: none;
}

.arrow_img{
    margin-top: 10px;
}

.arrow_img img{

}

.btn_more{
    background: transparent;
    border: 0;
    margin-top: 20px;
}

.btn_more .txt_titulo{
	font-size: 20px;
}

.tracado_laranja{
    width: 50%;
    height: 76px;
    position: absolute;
    top: 117px;

    background-image: url(/site/imagens/tracos_laranja.png);
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    background-position: center center;
}

.more_than_a_company{
    padding-top: 0;
    box-shadow: 0px -20px 35px -13px #ccc;
}

.more_than_a_company .txt_texto_smaller{
	font-size: 14px;
}

.sobre_nos_nome{
    margin-left: 55px;
    position: relative;
    margin-bottom: 15px;
}

.sobre_nos_nome:after{
    content: "";
    position: absolute;
    border-bottom: 3px solid #FF6707;
    bottom: 13px;
    width: 42px;
    left: -53px;
    margin: auto;
}

.detalhe_produto .sobre_nos_nome:after{
    content: "";
    position: absolute;
    border-bottom: 3px solid #FF6707;
	bottom: 25px;
    width: 42px;
    left: -53px;
    margin: auto;
}


.sobre_nos_descricao{
    height: 271px;
    margin-top:40px;
	font-size: 14px;
}

.pointer{
	cursor: pointer;
}

.linker{
	transition: transform .4s;
}

.linker:hover{
	transform: scale(1.05);
	border: 2px solid #FF6707;
}

@media screen and (max-width: 1505px){
	.tracos_laranja_banner img {
		width: 36% !important;
	}
}

@media screen and (max-width: 1300px){
	.tracos_laranja_banner img {
		width: 34% !important;
	}
}

@media screen and (max-width: 1200px){
	.sobre_nos_descricao{
		height: 320px;
	}
}

@media screen and (max-width: 1117px){
	.tracos_laranja_banner img {
		width: 32% !important;
	}
}

@media screen and (max-width: 1000px){
	.tracos_laranja_banner img {
		width: 30% !important;
	}
}

@media screen and (max-width: 992px){
	.tracos_laranja_banner img {
		top: 153px;
	}

	.sobre_nos_descricao{
		height: unset;
	}
}

/*==================================================================================================*/
/*PRODUTOS*/
/*==================================================================================================*/


.produto .produto_imagem img{
	width: 100%;
}






/*==================================================================================================*/
/*PEDRAS*/
/*==================================================================================================*/

.pedra_detalhe_img{
	width: 100%;
	height: 447px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.legenda_portfolio_de_pedra{
	position: absolute;
	bottom: -40px;
}

.aplicacao_titulo{
	font-size: 16px;
	font-family: "FiraSans-Bold";
}

.legenda_aplicacao{
	margin-top: 10px;
	font-size: 12px;
	font-family: "FiraSans-Regular";
	width: 95%;
}

.aplicacao{
	float: left;
	margin-right: 20px;
	/*margin: 0 20px;*/
	margin-bottom: 20px;
}

.aplicacao_img{

}

.aplicacao_img img{
	width: 67px;
}

.all_aplications{

}

.all_aplications_breaks{
	display: none;
}


.back_after{
	margin-left: 55px;
	position: relative;
	margin-bottom: 0;
	margin-top: 12px;
	font-size: 18px;
}

.back_after:after{
	content: "";
	position: absolute;
	border-bottom: 3px solid #FF6707;
	bottom: 11px;
	width: 42px;
	right: 100px;
	margin: auto;
}




@media screen and (max-width: 1200px){
	.aplicacao{
		margin-right: 0;
		width: 25%;
		height: 110px;
	}
}
@media screen and (max-width: 585px){
	.aplicacao{
		margin-right: 0;
		width: 33%;
		height: 110px;
	}
}


/*==================================================================================================*/
/*EMPRESA*/
/*==================================================================================================*/

.bloco_sobre_nos_holder_single{
    margin-bottom: 40px;
}

.sobre_nos_conteudo{
    margin-left: 55px;
    margin-top: 25px;
	margin-bottom: 15px;
}






/*==================================================================================================*/
/*EQUIPA*/
/*==================================================================================================*/

.tracos_equipa{

}

.tracos_equipa img{
	position: absolute;
	right: 66%;
	top: 169px;
	z-index: 9;
}



@media screen and (max-width: 1380px){
	.tracos_equipa img{
		right: 65%;
	}
}

@media screen and (max-width: 1200px){
	.tracos_equipa img{
		top: 149px;
	}
}

@media screen and (max-width: 992px){
	.tracos_equipa img{
		top: 164px;
		right: 68%;
	}
}

@media screen and (max-width: 768px){
	.tracos_equipa img{
		top: 176px;
		height: 50px;
	}
}

@media screen and (max-width: 678px){
	.tracos_equipa img{
		top: 172px;
		height: 39px;
	}
}

@media screen and (max-width: 600px){
	.tracos_equipa img{
		display: none;
	}
}



/*==================================================================================================*/
/*PORTFOLIO*/
/*==================================================================================================*/

.tracos_along_col_6 img{
	height: 76px;
	width: 50%;
	position: absolute;
	left: 0;
	top: 58px;
}

.proj_img{
    width: 100%;
    height: 250px;
    cursor: pointer;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.proj_nome{
    margin-left: 55px;
    position: relative;
    margin-bottom: 15px;
}

.proj_nome:after{
    content: "";
    position: absolute;
    border-bottom: 3px solid #FF6707;
    bottom: 10px;
    width: 42px;
    left: -53px;
    margin: auto;
}

.imagens_thumb{
	margin-top: 15px;
}

#imagem_principal img{
	height: 460px;
	width: 100%;
}

.imagens_thumb img{
	height: 75px;
	width: 100%;
}

@media screen and (max-width: 992px){

	.tracos_along_col_6 img{
		display:none;
	}

}

/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/

.coluna_formulario{
	background-color: #f3f3f3;
	padding: 25px;
	min-height: 645px;
}

.coluna_mapa{
	padding: 25px;
	height: 645px;
}

.txt_contactos_texto a{
	color: #707370;
}

.g-recaptcha iframe{
	position: absolute;
	right: 0;
}

.btn_contactos{
	border: 0;
	background-color: #fff;
	padding: 10px 25px;
}



@media screen and (max-width: 992px){
	.coluna_formulario,
	.coluna_mapa{
		height: unset;
	}
}

/*==================================================================================================*/
/*CHECKOUT*/
/*==================================================================================================*/



/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/


.footer{
	position: relative;
	width: 100%;
	background: #8f857a;
    padding: 40px 0;
}

.footer h2{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.footer h3{
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.footer p,
.footer label,
.footer a{
	font-size: 13px;
	color: #aaa;
}

#form_newsletter {
	width: 275px;
	margin-top: 15px;
	margin-left: 29px;
}

#form_newsletter input {
	border: 1px solid #ccc;
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 12px;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#form_newsletter input:focus,
#form_newsletter input:active,
#form_newsletter input:hover{
	border: 2px solid #FF6707;
}

#form_newsletter button {
    background: transparent;
    border: 0;
	font-size: 14px;
	float: right;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#form_newsletter button:hover{
	margin-right: -30px;
}

.mid_footer {
    padding: 40px 0;
}

.lower_footer {
    padding: 10px 0;
	background-color: #f3f3f3;
}

.lower_footer p,
.lower_footer a{
	font-size: 13px;
	color: #aaa;
}

.catalogo_revista{
    margin-top: 80px;
    margin-bottom: 40px;
}

.catalogo_revista img{

}

.catalogo_book{
    margin-top: 5px;
    margin-right: 15px;
}

.catalogo_book img{
    /*width: 84px;*/
}

.no_hover a,
.no_hover a:hover{
	text-decoration: none;
}


.zona_cofinanciamento{
    padding: 25px 0;
}

.zona_cofinanciamento .coluna{
    display: inline-block;
    width: Calc(100% / 3);
    margin-right: -3px;
    vertical-align: middle;
    padding: 0 15px;
}

.zona_cofinanciamento .coluna img{
    width: 260px;
    max-width: 100%;
}


.zona_cofinanciamento .coluna:first-child img{
    width: 204px;
}


@media screen and (max-width: 1200px) {
    .zona_cofinanciamento .coluna:first-child img {
        width: 194px;
    }

    .zona_cofinanciamento .coluna img {
        width: 200px;
    }
}

@media screen and (max-width: 992px) {

}


@media screen and (max-width: 767px) {
    .zona_cofinanciamento .coluna {
        display: block;
        width: 100%;
        margin-right: 0;
        padding: 20px;
    }
    
    .zona_cofinanciamento {
        padding: 0;
    }
}
