@font-face {
	font-family: 'Colaborate-Bold';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/ColabBol.woff) format('woff');
}

@font-face {
	font-family: 'Colaborate-Regular';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/ColabReg.woff) format('woff');
}

@font-face {
	font-family: 'Colaborate-Light';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/ColabLig.woff) format('woff');
}

@font-face {
	font-family: 'Colaborate-Medium';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/ColabMed.woff) format('woff');
}

@font-face {
	font-family: 'Colaborate-Thin';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/ColabThi.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;
}

.center_vertical {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*COLORS---------*/
.white{
	color: #fff !important;
}

.grey{
	color: #707370 !important;
}

.green{
	color: #81bc00 !important;
}

.black{
	color: #000 !important;
}

a{
	color: #000;
}

a:hover{
	color: #000;
}

.no_hover a:hover{
	text-decoration: none !important;
}


/*COLORS---------*/


/*TRANSFORM---------*/
.bold{
	font-weight: bold;
}

.caps{
	text-transform: uppercase;
}
/*TRANSFORM---------*/


/*TEXTOS---------*/
.txt_banner_titulo{
	font-size: 23px;
	font-family: "Colaborate-Light";
}

.txt_titulo{
	font-size: 19px;
	font-family: "Colaborate-Bold";
}

.menu .txt_titulo{
	font-family: "Colaborate-Regular";
	font-size: 13px;
}

.txt_texto{
	font-size: 16px;
	font-family: "Colaborate-Regular";
}

.txt_texto.box_idiomas{
	font-family: "Colaborate-Regular";
}

/*TEXTOS---------*/


/*FONTS---------*/
.colab-regular{font-family: "Colaborate-Regular";}
.colab-bold{font-family: "Colaborate-Bold";}
/*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: 575px;
}

.no_hover a:hover{
	text-decoration: none;
}

.desk_txt_pad_lateral{
	padding: 0 60px;
}

.new_desk_txt_pad_lateral{
	padding: 0 60px;
}

.titulo_above_all_home{
	position: absolute;
	top: 20px;
	font-family: "Colaborate-Light";
	left: 0;
	right: 0;
	font-size: 22px;
}

.container {
	padding: 0 100px;
}

@media screen and (max-width: 992px){
	.new_desk_txt_pad_lateral,
	.desk_txt_pad_lateral{
		padding: unset;
	}

	.mobile_disp_none{
		display: none;
	}

	.txt_banner_titulo {
		font-size: 16px;
	}

	.titulo_above_all_home {
		position: relative;
		top: unset;
		bottom: 8px;
		margin-top: 20px;
	}

	.container {
		padding: 15px;
	}
}

/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/


.menu_holder {
    position: relative;
    top: 0;
	left: 0;
	right: 0;
	margin: auto;
    /*background-color: #e4e4e4;*/
    padding: 22px 0;
    width: 100%;
    z-index: 3;
	height: 165px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/site/imagens/menu_img.png);
}

.menu_holder .navbar-header {
	position: absolute;
	top: 54px;
}

.menu_holder .navbar-header img{
	width: 250px;
}

.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;
}

.menu_holder .menu-nav{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu_holder .menu-nav .dropdown{
	display: inline-block;
	padding: 4px 10px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
	color: #fff;
	/*font-size: 14px;*/
}

.menu_holder .menu-nav .dropdown a{
	text-transform: uppercase;
	color: #707370;
	/*font-size: 17px;*/
}

.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{
	background-color: #fff;
	border-radius: 15px;
	padding: 5px 14px;
	font-weight: bold;
}

.box_idiomas a{
	font-size: 14px !important;
	padding: 0 2px;
	font-weight: normal;
}

.box_idiomas .lingua_activa{
	color: #81bc00 !important;
}

.menu_holder .menu-nav li.active > a,
.dropdown > .txt_titulo:hover{
	/*background-color: #fff;
	border-radius: 15px;
	padding: 5px 14px;*/
}

.dropdown:hover,
.dropdown.active{
	background-color: #fff;
	border-radius: 15px;
	padding: 5px 14px;
}

#mobile_lang{
	display: none;
}

.dropdown-toggle {
	padding-bottom: 25px;
}

@media screen and (min-width: 993px) {
	
	.menu_holder .menu {
		display: inline-block !important;
	}
	
}

@media screen and (max-width: 1199px) {
	.menu_holder .menu {
		margin: 60px 0 10px 50px;
	}
}

@media screen and (max-width: 992px) {

	.menu_holder .container{
		padding: 0 20px;
		width: 90%;
	}
	
	.menu_holder .navbar-header {
		top: 20px;
	}
	
	.menu_holder .navbar-header img{
		width: 150px;
	}
	
	.menu_holder .menu-toggler{
		display:block;
	}
	
	.menu_holder .menu {
		margin: 40px 0 0;
		width: 100%;
		
		display: none;
	}
	
	.menu_holder .menu-nav {
		padding: 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;
	}
}


/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/

.banner.slider_home .btn_mouse_scroll{
	position: relative;
	margin-top: -85px;
	z-index: 2;
	text-align: center;
	margin-bottom: 50px;
}


.slider_home{
	position: relative;
	width: 100%;
	border-right: 5px solid #81bc00;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;

	margin-bottom: 30px;
}

.slider_home ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.slider_home ul li > img{
	width: 100%;
	display: none;
}

ul#slider_home li{
	width: 100%;
	height: Calc( 100vh - 165px );
	list-style: none;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

ul#slider_home li .video-wrapper video{
	height: Calc( 100vh + 100px );
	position: absolute;
	top: 0;
}

.slider_home ul li{
	width: 100%;
	height: 340px;
	list-style: none;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slider_home.internas li {
	height: 260px;
	background-position: top center;
}

.slider_home #slider_home .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 30px;
}

.slider_home #slider_home .owl-dots {
	/* position: absolute; */
	/* top: 20px; */
	text-align: center;
	margin: -25px auto 0;
	/* left: 0; */
	right: 0;
}

.slider_home #slider_home .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: #81bc00;
}

.slider_home #slider_home .owl-dots .owl-dot.active {
	border: 2px solid #81bc00;
	background: #fff;
}

.slider_home #slider_home .owl-prev img,
.slider_home #slider_home .owl-next img {
	width: 32px !important;
}


.slider_home .conteudo{
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	width: 80%;
	margin: auto;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.slider_home .conteudo .holder_content_banner{
	max-width: 525px;
	background-color: rgba(32,32,32,0.88);
	margin: 0 auto 80px;
	padding: 10px 20px;
}

.slider_home .conteudo .nome{
	color: #fff;
	font-size: 60px;
	margin-bottom: 12px;
	text-transform: uppercase;
	line-height: 70px;
	font-family: 'Colaborate-Thin';
	text-shadow: 2px 2px 2px rgba(1,2,1,0.75);
}

.slider_home .conteudo .descricao {
	color: #fff;
	font-size: 24px;
	text-shadow: 2px 2px 2px rgba(1,2,1,0.75);
}

.slider_home .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #81bc00;
	border: 0;
	padding: 5px 45px;
	border-radius: 20px;
}

#slider_home.owl-carousel .owl-item img {
	display: none;
	width: auto;
}



@media screen and (max-width: 992px) {

	.slider_home ul li {
		height: Calc( 100vh - 71px );
	}

	.slider_home.internas,
	.slider_home.internas li {
		height:200px;
	}

	.slider_home ul img{
		/*display: none;*/
	}
	.slider_home .conteudo {
		width: auto;
		padding: 10px;
	}
	.slider_home .conteudo .nome {
		font-size: 4vW;
	}
	.slider_home .conteudo .descricao {
		font-size: 15px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 470px) {

	.slider_home .conteudo{
		width: 90%;
		padding: 0 5%;
	}
	.slider_home .conteudo .nome {
		font-size: 18px;
	}
}


/*==================================================================================================*/
/*BANNER 2*/
/*==================================================================================================*/


.slider_servico_categoria{
	position: relative;
	width: 100%;
	border-right: 5px solid #81bc00;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.slider_servico_categoria ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.slider_servico_categoria ul img{
	width: 100%;
}

.slider_servico_categoria ul li{
	width: 100%;
	height: 450px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider_servico_categoria.internas li {
    height: 260px;
	background-position: top center;
}

.slider_servico_categoria .slider_servico_categoria_id .owl-controls {
    width: 100%;
    text-align: center;
	position: absolute;
	bottom: 0;
}

.slider_servico_categoria .slider_servico_categoria_id .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -25px auto 0;
    /*left: 0;*/
    right: 0;
}

.slider_servico_categoria .slider_servico_categoria_id .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
	border: 2px solid #fff;
	background: #81bc00;
}

.slider_servico_categoria .slider_servico_categoria_id .owl-dots .owl-dot.active {
	border: 2px solid #81bc00;
	background: #fff;
}

.slider_servico_categoria .slider_servico_categoria_id .owl-prev img,
.slider_servico_categoria .slider_servico_categoria_id .owl-next img {
    width: 32px !important;
}


.slider_servico_categoria .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_servico_categoria .conteudo .nome{
	color: #111;
	font-size: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.slider_servico_categoria .conteudo .descricao{
	color: #838383;
	font-size: 17px;
	margin-bottom: 50px;
}

.slider_servico_categoria .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #81bc00;
	border: 0;
	padding: 5px 45px;
	border-radius: 20px;
}



@media screen and (max-width: 992px) {
	
	.slider_servico_categoria,
	.slider_servico_categoria ul li {
		height:350px;
	}

	.slider_servico_categoria.internas,
	.slider_servico_categoria.internas li {
		height:200px;
	}
	
	.slider_servico_categoria ul img{
		display: none;
	}
	.slider_servico_categoria .conteudo {
		top: 10%;
		width: 70%;
	}
	.slider_servico_categoria .conteudo .nome {
		font-size: 4vW;
	}
	.slider_servico_categoria .conteudo .descricao {
		color: #333;
		font-size: 15px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 470px) {
	
	.slider_servico_categoria .conteudo{
		width: 100%;
		padding: 0 5%;
	}	
	.slider_servico_categoria .conteudo .nome {
		font-size: 18px;
	}
}


/*==================================================================================================*/
/*BANNER 3*/
/*==================================================================================================*/


.slider_servico_largo{
	position: relative;
	width: 100%;
	/*border-right: 6px solid #81bc00;*/
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.slider_servico_largo ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.slider_servico_largo ul img{
	width: 100%;
}

.slider_servico_largo .slider_servico_largo_id .single{
	width: 100%;
	height: 450px;
    margin-bottom: 45px;
	border-right: 5px solid #81bc00;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slider_servico_largo.internas li {
    height: 260px;
	background-position: top center;
}

.slider_servico_largo .slider_servico_largo_id .owl-controls {
    width: 100%;
    text-align: center;
	position: absolute;
    bottom: 48px;
    right: 8px;
}

.slider_servico_largo .slider_servico_largo_id .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -25px auto 0;
    /*left: 0;*/
    right: 0;
}

.slider_servico_largo .slider_servico_largo_id .owl-nav{
	position: relative;
	top: -217px;
	height: 0;
}

.slider_servico_largo .slider_servico_largo_id .owl-nav .owl-prev{
	float: left;
	margin-left: 19px;
}

.slider_servico_largo .slider_servico_largo_id .owl-nav .owl-next{
	float: right;
}

.slider_servico_largo .slider_servico_largo_id .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
	border: 2px solid #fff;
	background: #81bc00;
}

.slider_servico_largo .slider_servico_largo_id .owl-dots .owl-dot.active {
	border: 2px solid #81bc00;
	background: #fff;
}

.slider_servico_largo .slider_servico_largo_id .owl-prev img,
.slider_servico_largo .slider_servico_largo_id .owl-next img {
    width: 32px !important;
}


.slider_servico_largo .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_servico_largo .conteudo .nome{
	color: #111;
	font-size: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.slider_servico_largo .conteudo .descricao{
	color: #838383;
	font-size: 17px;
	margin-bottom: 50px;
}

.slider_servico_largo .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #81bc00;
	border: 0;
	padding: 5px 45px;
	border-radius: 20px;
}



@media screen and (max-width: 992px) {
	
	.slider_servico_largo,
	.slider_servico_largo ul li {
		height: 250px;
	}

	.slider_servico_largo .slider_servico_largo_id .single {
		height: 235px;
	}

	.slider_servico_largo.internas,
	.slider_servico_largo.internas li {
		height:200px;
	}
	
	.slider_servico_largo ul img{
		display: none;
	}
	.slider_servico_largo .conteudo {
		top: 10%;
		width: 70%;
	}
	.slider_servico_largo .conteudo .nome {
		font-size: 4vW;
	}
	.slider_servico_largo .conteudo .descricao {
		color: #333;
		font-size: 15px;
		margin-bottom: 20px;
	}

	.slider_servico_largo .slider_servico_largo_id .owl-nav {
		top: -90px;
	}

}

@media screen and (max-width: 470px) {
	
	.slider_servico_largo .conteudo{
		width: 100%;
		padding: 0 5%;
	}	
	.slider_servico_largo .conteudo .nome {
		font-size: 18px;
	}
}




/*==================================================================================================*/
/*BANNER 4*/
/*==================================================================================================*/


.slider_info{
	position: relative;
	width: 100%;
	background-color: #f0f0f0;
	text-align: -webkit-center;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.slider_info ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.slider_info ul img{
	width: 100%;
}

.slider_info .item_card,
.slider_info ul li{
	width: 100%;
	/* height: 200px; */
	padding: 45px 15px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 11;
}
.slider_info.internas li {
	height: 260px;
	background-position: top center;
}

.slider_info .slider_info_id .owl-controls {
	width: 100%;
	text-align: center;
	position: relative;
	bottom: 114px;
	z-index: 10;
}

.slider_info .slider_info_id .owl-dots {
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: -25px auto 0;
	/*left: 0;*/
	right: 0;
}

.slider_info .slider_info_id .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: #81bc00;
}

.slider_info .slider_info_id .owl-dots .owl-dot.active {
	border: 2px solid #81bc00;
	background: #fff;
}

.slider_info .slider_info_id .owl-prev img,
.slider_info .slider_info_id .owl-next img {
	width: 32px !important;
}

.slider_info .slider_info_id #prev{
	float: left;
	position: relative;
	left: 12px;
}

.slider_info .slider_info_id #next{
	float: right;
	position: relative;
	right: 12px;
}

.slider_info .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_info .conteudo .nome{
	color: #111;
	font-size: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.slider_info .conteudo .descricao{
	color: #838383;
	font-size: 17px;
	margin-bottom: 50px;
}

.slider_info .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #81bc00;
	border: 0;
	padding: 5px 45px;
	border-radius: 20px;
}

.slider_info .slider_info_id .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	width: 92%;
}


@media screen and (max-width: 992px) {

	.slider_info,
	.slider_info ul li {
		/*height:350px;*/
	}

	.slider_info.internas,
	.slider_info.internas li {
		height:200px;
	}

	.slider_info ul img{
		display: none;
	}
	.slider_info .conteudo {
		top: 10%;
		width: 70%;
	}
	.slider_info .conteudo .nome {
		font-size: 4vW;
	}
	.slider_info .conteudo .descricao {
		color: #333;
		font-size: 15px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 470px) {

	.slider_info .conteudo{
		width: 100%;
		padding: 0 5%;
	}
	.slider_info .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*/
/*==================================================================================================*/

#cat_left{
	background-image: url('/site/imagens/concecao_moldes_white.png');
	height: 378px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}

#cat_right{
	background-image: url('/site/imagens/injecao_white.png');
	height: 378px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
}

.moldes_logo_verde{
	display: table;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: 607px;
	padding: 8px;
}

.moldes_logo_verde .holder_moldes_home{
	border-top: 1px solid #81bc00;
	border-bottom: 1px solid #81bc00;
	padding: 20px 0;
}

.moldes_logo_verde .holder_moldes_home .zona_imagem{
	display: inline-block;
	width: 190px;
	text-align: center;
	vertical-align: middle;
}

.moldes_logo_verde .holder_moldes_home .zona_texto{
	display: inline-block;
	width: Calc( 100% - 194px );
	font-size: 24px;
	font-family: "Colaborate-Thin";
	color: #81bc00;
	vertical-align: middle;
	line-height: 30px;
}

a:hover .nome_banner_home1,
a:hover .nome_banner_home2{
	text-decoration: none;
}

.nome_banner_home1{
	position: absolute;
	bottom: 15px;
	right: 30px;
	margin: auto;
	text-align: center;
	font-family: "Colaborate-Light";
}

.nome_banner_home2{
	position: absolute;
	bottom: 15px;
	left: 60px;
	margin: auto;
	text-align: center;
	font-family: "Colaborate-Light";
}

.nome_banner_home1,
.nome_banner_home2{
	font-size: 22px;
}




@media screen and (max-width: 1365px){
	#cat_left,
	#cat_right{
		height: 290px;
	}

	.titulo_above_all_home {
		font-size: 19px;
	}
}

@media screen and (max-width: 1105px){
	#cat_left,
	#cat_right{
		height: 238px;
	}

	.nome_banner_home1,
	.nome_banner_home2{
		bottom: 7px;
	}

	.titulo_above_all_home {
		font-size: 15px;
		top: 10px;
	}
}

@media screen and (max-width: 919px){
	#cat_left,
	#cat_right{
		height: 200px;
	}
}

@media screen and (max-width: 775px){
	#cat_left,
	#cat_right{
		height: 200px;
	}
}

@media screen and (max-width: 600px){

	.moldes_logo_verde .holder_moldes_home .zona_imagem {
		width: 100%;
		margin-bottom: 20px;
	}

	.moldes_logo_verde .holder_moldes_home .zona_texto {
		width: 100%;
		text-align: center;
	}

}

@media screen and (max-width: 586px){
	.nome_banner_home1,
	.nome_banner_home2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 465px){
	.nome_banner_home1,
	.nome_banner_home2 {
		font-size: 12px;
	}
}


/*==================================================================================================*/
/*SERVIÇOS*/
/*==================================================================================================*/

.banner_topo{
	width: 100%;
	height: 198px;
	position: relative;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner_topo_2{
	width: 100%;
	height: 158px;
	position: relative;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.titulo_banner{
	position: absolute;
	bottom: 45px;
	left: 0;
	/*right: 50%;*/
	right: 30%;
	text-align: center;
	margin: auto;
}

.titulo_banner_servicos{
	position: absolute;
	bottom: 45px;
	left: 52%;
	text-align: center;
	margin: auto;
}

.produto .produto_imagem img{
	width: 100%;
}

.categorias_holder{
	margin-top: 30px;
}

.categoria{
	padding: 5px 10px;
	width: 240px;
	font-size: 15px;
	cursor: pointer;
}

.categoria.aberto{
	background-color: #81bc00;
	-webkit-clip-path: polygon(100% 0, 100% 48%, 86% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% 48%, 86% 100%, 0 100%, 0 0);
}

.categoria2{
	padding: 5px 10px;
	width: 240px;
	font-size: 15px;
	cursor: pointer;
}

.categoria2.aberto{
	background-color: #81bc00;
	-webkit-clip-path: polygon(100% 0, 100% 48%, 86% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% 48%, 86% 100%, 0 100%, 0 0);
}

.categoria:hover,
.categoria2:hover{
	color: #fff !important;
	background-color: #81bc00;
	-webkit-clip-path: polygon(100% 0, 100% 48%, 86% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% 48%, 86% 100%, 0 100%, 0 0);

}

.injecao_logo_verde{
	display: table;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.injecao_logo_verde img{
	width: 100%
}

.nome_single_slide{
	bottom: 22px;
	right: 10px;
	font-size: 15px;
}




@media screen and (max-width: 992px){
	.banner_topo {
		height: 123px;
	}

	.titulo_banner_servicos{
		bottom: 25px;
	}

	.titulo_banner_servicos.txt_banner_titulo {
		font-size: 13px;
	}

	.titulo_banner {
		right: 39%;
	}
}

@media screen and (max-width: 768px){
	.titulo_banner {
		right: unset;
		left: 140px;
	}
}

@media screen and (max-width: 450px){
	.banner_topo {
		height: 95px;
	}

	.titulo_banner_servicos{
		bottom: 20px;
	}

	.titulo_banner_servicos.txt_banner_titulo {
		font-size: 11px;
	}
}

/*==================================================================================================*/
/*NOTICIAS*/
/*==================================================================================================*/

.noticia_holder{
	height: 330px;
}

.noticia_img{
	border: 4px solid #81bc00;
	margin-bottom: 15px;
	position: relative;
}

.noticia_img:hover{
	border: 12px solid #81bc00;
}

.after:after{
	content: "";
	position: absolute;
	border: 8px solid #81bc00;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.noticia_img img{
	width: 100%;
}

.noticia_detalhe_img{
	float: left;
	margin-right: 40px;
	margin-bottom: 12px;
	border: 2px solid #81bc00;
}

.noticia_detalhe_img img{
	width: 460px;
}

iframe{
	height: 473px;
	width: 100%;
}


#call_more_6{
	background-image: url(/site/imagens/plus.png);
	background-color: transparent;
	width: 145px;
	height: 63px;
	border: 2px solid #81bc00;

	/*background-size: cover;*/
	background-repeat: no-repeat;
	background-position: center center;
}

.six_plus{
	display: none;
}


@media screen and (max-width: 992px){
	.noticia_detalhe_img img{
		width: 350px;
	}

	.noticia_holder {
		height: unset;
		margin-bottom: 25px;
	}

	iframe{
		height: 450px;
	}
}

@media screen and (max-width: 768px){
	.noticia_detalhe_img img{
		width: 100%;
		margin-bottom: 30px;
	}

	.noticia_detalhe_img{
		float: none;
		margin-right: unset;
		margin-bottom: unset;
	}

	iframe{
		height: 350px;
	}
}

@media screen and (max-width: 650px){
	iframe{
		height: 250px;
	}
}



/*==================================================================================================*/
/*MERCADOS*/
/*==================================================================================================*/

.lista_pontos img{
	margin-right: 10px;
}

.colunas{
	margin-bottom: 35px;
}

.pins .center{
	text-align: left;
}

@media screen and (max-width: 768px){
	.pins .center{
		text-align: center;
	}
}

/*==================================================================================================*/
/*PORTFOLIO*/
/*==================================================================================================*/

.port_imgs{
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.port {
	margin: auto;
	margin-bottom: 35px;
	cursor: pointer;
}

.eletrico,
.houseware,
.medicina,
.automovel{
	/*width: 67px;*/
	height: 84px;
	padding-top: 82px;
	cursor:pointer;

	/*background-size: cover;*/
	background-repeat: no-repeat;
	background-position: center center;
}

.eletrico .txt_titulo,
.houseware .txt_titulo,
.medicina .txt_titulo,
.automovel .txt_titulo{
	font-size: 14px;
}

.eletrico.verde .txt_titulo,
.houseware.verde .txt_titulo,
.medicina.verde .txt_titulo,
.automovel.verde .txt_titulo{
	color: #81bc00;
}

.port.medicina{
	background-position: center center;
}

.eletrico{background-image: url('/site/imagens/eletrico.png');}
.houseware{background-image: url('/site/imagens/houseware.png');}
.medicina{background-image: url('/site/imagens/medicina.png');}
.automovel{background-image: url('/site/imagens/automovel.png');}

.eletrico.verde{background-image: url('/site/imagens/eletrico_verde.png') !important;}
.houseware.verde{background-image: url('/site/imagens/houseware_verde.png') !important;}
.medicina.verde{background-image: url('/site/imagens/medicina_verde.png') !important;}
.automovel.verde{background-image: url('/site/imagens/automovel_verde.png') !important;}

.triangulo{
	position:relative;
	margin-top: 35px;
}

.triangulo2{
	position:relative;
	margin-top: 35px;
}

.triangulo3{
	position:relative;
	margin-top: 35px;
}

.triangulo4{
	position:relative;
	margin-top: 35px;
}

.triangulo:after{
	z-index: -1;
	position: absolute;
	bottom: 98.1%;
	left: 22%;
	/*margin-left: -25%;*/
	content: '';
	width: 0;
	height: 0;
	border-bottom: solid 40px #F1F1F1;
	border-left: solid 23px transparent;
	border-right: solid 23px transparent;
}

.triangulo2:after{
	z-index: -1;
	position: absolute;
	bottom: 98.1%;
	left: 40%;
	/*margin-left: -25%;*/
	content: '';
	width: 0;
	height: 0;
	border-bottom: solid 40px #F1F1F1;
	border-left: solid 23px transparent;
	border-right: solid 23px transparent;
}

.triangulo3:after{
	z-index: -1;
	position: absolute;
	bottom: 98.1%;
	left: 56%;
	/*margin-left: -25%;*/
	content: '';
	width: 0;
	height: 0;
	border-bottom: solid 40px #F1F1F1;
	border-left: solid 23px transparent;
	border-right: solid 23px transparent;
}

.triangulo4:after{
	z-index: -1;
	position: absolute;
	bottom: 98.1%;
	left: 73%;
	/*margin-left: -25%;*/
	content: '';
	width: 0;
	height: 0;
	border-bottom: solid 40px #F1F1F1;
	border-left: solid 23px transparent;
	border-right: solid 23px transparent;
}






@media screen and (max-width: 768px){
	.triangulo:after,
	.triangulo2:after,
	.triangulo3:after,
	.triangulo4:after{
		left: 42%;
	}
}

/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/

.banner_bolas{
	width: 100%;
	height: auto;
	padding-bottom:0;
	padding-top: 75px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner_bolas .txt_titulo{
	font-size: 19px;
}

.bola_topico{
	height: 185px;
	padding-left: 60px;
}

.topico_conteudo{
	margin-top: 33px;
}

.info {
	margin: auto;
	margin-bottom: 35px;
	cursor: pointer;
}

.hoteis,
.restaurantes,
.pontos{
	/*width: 67px;*/
	height: 90px;
	padding-top: 82px;
	cursor:pointer;
	/*background-size: cover;*/
	background-repeat: no-repeat;
	background-position: center center;
}

.hoteis .txt_titulo,
.restaurantes .txt_titulo,
.pontos .txt_titulo{
	font-size: 14px;
}

.hoteis.verde .txt_titulo,
.restaurantes.verde .txt_titulo,
.pontos.verde .txt_titulo{
	color: #81bc00;
}


.hoteis{background-image: url('/site/imagens/hoteis.png');}
.restaurantes{background-image: url('/site/imagens/restaurantes.png');}
.pontos{background-image: url('/site/imagens/pontos.png');}

.hoteis.verde{background-image: url('/site/imagens/hoteis_verde.png') !important;}
.restaurantes.verde{background-image: url('/site/imagens/restaurantes_verde.png') !important;}
.pontos.verde{background-image: url('/site/imagens/pontos_verde.png') !important;}

.btn_formulario_contacto{
	border: 1px solid #81bc00;
	background-color: transparent;
	padding: 4px 26px;
	font-family: "Colaborate-Thin";
	font-size: 22px;

}

.btn_formulario_contacto img{
	position: relative;
	bottom: 2px;

}

.txt_texto a{
	color: #707370;
	/*font-size: 16px;*/
}

.triangulo_2{
	position:relative;
	margin-top: 35px;
}

.triangulo_2_b{
	position:relative;
	margin-top: 35px;
}

.triangulo_2_c{
	position:relative;
	margin-top: 35px;
}

.triangulo_2:after{
	z-index: -1;
	position: absolute;
	bottom: 98.1%;
	left: 14%;
	/*margin-left: -25%;*/
	content: '';
	width: 0;
	height: 0;
	border-bottom: solid 40px #F1F1F1;
	border-left: solid 23px transparent;
	border-right: solid 23px transparent;
}

.triangulo_2_b:after{
	z-index: -1;
	position: absolute;
	bottom: 98.1%;
	left: 48%;
	/*margin-left: -25%;*/
	content: '';
	width: 0;
	height: 0;
	border-bottom: solid 40px #F1F1F1;
	border-left: solid 23px transparent;
	border-right: solid 23px transparent;
}

.triangulo_2_c:after{
	z-index: -1;
	position: absolute;
	bottom: 98.1%;
	left: 81%;
	/*margin-left: -25%;*/
	content: '';
	width: 0;
	height: 0;
	border-bottom: solid 40px #F1F1F1;
	border-left: solid 23px transparent;
	border-right: solid 23px transparent;
}





@media screen and (max-width: 992px){
	#googleMap{
		height: 350px;
	}

	.bola_topico {
		height: unset;
		padding-left: 15px;
	}

	.banner_bolas {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 768px){
	.triangulo_2:after,
	.triangulo_2_b:after,
	.triangulo_2_c:after{
		left: 42%;
	}
}

@media screen and (max-width: 480px){
	.bola_topico img{
		width: 70px;
	}

	.topico_conteudo {
		margin-top: 22px;
	}
}

/*==================================================================================================*/
/*QUALIDADE*/
/*==================================================================================================*/

.quali_desktop{
	padding-right: 124px;
	margin-left: -40px;
}

#pagina_qualidade .quali_desktop{
	padding-right: 20px;
	margin-left: -40px;
}

#pagina_qualidade .pdf_img{
	width: 130px;
	height: 130px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.pdf_img{
	width: 100%;
	height: 128px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}



@media screen and (max-width: 992px){

	.quali_desktop{
		padding-right: 15px;
		margin-left: unset;
	}

	#pagina_qualidade .quali_desktop{
		padding-right: 15px;
		margin-left: unset;
	}

}

/*==================================================================================================*/
/*CHECKOUT*/
/*==================================================================================================*/



/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/


.footer{
	position: relative;
	width: 100%;
}

.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-control{
	width: 380px;
}

.footer #form_newsletter input {
    border: 1px solid #ccc;
}

.footer #form_newsletter button {
    background: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}

.lower_footer {
	padding: 15px 0;
	border-top: 20px solid #ddd;
	background-color: #fff;
	position: sticky;
	bottom: 0px;
	z-index: 9;
}

.lower_footer a{
	font-size: 13px;
	color: #aaa;
}
.lower_footer p a{
    font-size: 16px;
    font-family: "Colaborate-Regular";
    color: #707370;
}

.lower_footer .row .col-md-6{
	float: none;
	vertical-align: middle;
	display: inline-block;
}

.lower_footer img{
	max-width: 330px;
	width: 100%;
}

@media screen and (max-width: 992px) {

	.lower_footer {
		padding: 0px 0;
	}

	.form-control{
		width: 100%;
	}
}
