
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

body,html {
	font-family: "Lato", sans-serif;
}
.setCenter {
	margin: 0 auto;
	width: 95%;
	max-width: 1420px;;
}
.main-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
 }
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}

a, a:hover, a:active, a:visited {
	text-decoration: none;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	opacity: 0.5; 
}
a{
	color: #000000;
	opacity: 0.5; 
	text-decoration: none;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
a:hover{
	text-decoration: none;
	opacity: 1; 
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

/***************************************************/
/********************* content *********************/
/***************************************************/

body{
	font-size: 24px;
}

header .setCenter{    
	height: 80px;
    position: relative;
}

header hr{
	width: 100%;
	height: 5px;
	background: #F7931E;
	margin:0;
}
header img{
	width: 120px;
	margin-top: 10px;
}
.setCenter{
	position: relative;
}

.menuBase{
	
	
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	right: 0;
}
.menuBase li{
	float: left;
	list-style-type: none;
	padding: 0 10px;
    border-right: 1px solid #F7931E;
}
.menuBase li:last-child {
     border-right:none;
}
.menuBase a{
	color: #333;
	opacity: 1;
}

.menuBase a:hover{
	color: #333!important;
	text-decoration: none;
	opacity: 0.5;
}
.current{
	font-weight: 600!important;
}
#slider{
	    margin-top: 20px;
}
.owl-theme .owl-controls {
    
    display: none!important;
}
.infoslider{
	position: absolute;
	height: 250px;
	width: 300px;
	background: transparent;
	
	bottom: 10px;
	color: white;
	z-index: 2;
}
.sliderbackground{
	z-index: 0;
	position: absolute;
	height: 250px;
	width: 300px;
	background: #F7931E;
	opacity: 0.8;
	bottom: 10px;
	
}
.slidertitle{
	font-size: 36px;
	font-weight: 900; 
	margin: 5px 10px;
}
.slidertext{
	margin: 10px;
	font-size: 16px;
	font-weight: 400;
}
.infoslider a{
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-size: 24px;
	color: white;
	opacity: 1;
}
.infoslider a:hover{
	color: white;
	text-decoration: none;
}
.titulo .setCenter{
	text-align: center;
	background: #F7931E;
	color: white;
}
.titulo .setCenter h2{
	font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding: 30px;
}
.holder{
	float: left;
}
a{
	opacity: 1;
}
.frontgal{
	width: 30%;
	margin-right: 1.25%!important;
	margin-left: 1.25%!important;
	float: left;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}
.frontgal img{
	width: 100%;
	filter: grayscale(100%);
	-moz-filter:grayscale(100%);
    -webkit-filter: grayscale(100%); 
}
.frontgal img:hover{
	
	-moz-filter:grayscale(0);
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
    transition:all 0.5s ease;
}
.frontgal:last-child{
	margin-right: 0;
}
.photo{
	position: relative;
}
.texttitle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translateX(-50%);
	color: white;
	font-size: 20px;
	font-weight: 900;
	border-bottom: 2px solid #F7931E;
}
.help{
	float: left;
	width: 100%;
	background: #F7931E;
	color: white;
}
.help img{
	width: 30%;
	margin: 10px;
}
.help .texto{
	margin: 10px;
    width: 65%;
    float: right;
    font-size: 18px;
}
.help .texttitle{
	position: relative;
	font-size: 36px;
	font-weight: 700;
}
.nif{
	font-size: 72px;
	font-weight: 300;
}
.quote{
	float: left;
	width: 100%;
	height: 200px;
	background: #a4a4a4;
	border-top: 1px solid  #F7931E;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	color: white;
}
.title{
	position: relative;
	font-size: 30px;
	font-weight: 900;
	border: none;
	padding-top: 60px

}
footer{
	margin-top: 40px;
    float: left;
    width: 100%;
}
.main{
	width: 50%;
	float: left;
}
.centro{
	float: right;
	width: 50%;
}
.dotpro{
	width: 100%;
	float: left;
	font-size: 12px;
	background: #a4a4a4;
	color: white;
}
.dotpro b{	
	font-weight: 400;

}
.trademark{
	width: 50%;
	float: left;
}
.dotsocial{
	float: right;
	width: 50%;
	text-align: right;
}
.dotsocial a{
	color: white;
	opacity: 1;
}
.dotsocial a:hover{
	color: white;
	text-decoration: none;
	opacity: 0.6;
}
.dotsocial i{
	margin: 5px;
}
.topimage{
	width: 100%;
	height: 400px;
	margin: 40px auto;
	position: relative;
	overflow: hidden;
	filter: grayscale(100%);
	-moz-filter:grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.textolongo {
	max-height: 650px;
  position: relative;
  overflow: hidden;
}

.textolongo .read-more {
	 position: absolute; 
  bottom: 0; 
  left: 0;
  width: 50%; 
  text-align: center; 
  margin: 0; padding: 30px 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
background-image: linear-gradient(to bottom, transparent, white); 
}

.textolongo a {
	color:#000;
	text-decoration:none;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
padding: 11px;
border: 1px solid;
}

.textolongo a:hover {
	color:#000;
}

.topimage2{
	width: 100%;
	height: 400px;
	margin: 40px auto;
	position: relative;
	overflow: hidden;
}

.topimagemain h3{
	position: absolute;
	top: 350px;
	left: 50%;
	transform:translate(-50%,-50%);
	font-size: 36px;
    font-weight: 700;
	color: white;
	border-bottom: 2px solid #F7931E;
}
.maintextarea{
	width: 80%;
	max-width: 1420px;
	margin: 0 auto;
}
.maintextarea span{
	width: 70%;
	float: left;
	
	
}
.maintextarea h3{
	
	color: #F7931E;
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 700;	
}
.maintextarea span a{
	float: left;
}
aside{
	float: right;
	width: 15%;
	text-align: right;
	
}
aside a{
	font-size: 16px;
	width: 20px;
	color: #333;
	padding: 5px;
	opacity: 1;
}
aside a:hover{
	color: #333;
	text-decoration: none;
	opacity: 0.5;
}
aside p{
	border-top: 1px solid #F7931E;
	padding-top: 5px;
}
aside p:last-child{
	padding-bottom: 6px;
	border-bottom: 1px solid #F7931E;
}
.gallery{
	max-width: 1420px;
	width: 95%;
	margin:0 auto;
	margin-top: 50px;
}
.gallery img{
	width: 25%;
	margin:2.5%;
}
.gallery .setCenter{
	float: left;
    margin-left: 5%;
}
.download{
	width: 80%!important;
	margin: 0 auto;
}
.download h3{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 700;
}
.download a{
	background: #f4f4f4;
	width: 200px;
	padding: 10px 10px;
	opacity: 1!important;
	font-size: 14px;
	margin-left: -10px;
	font-weight: 600;
	color: #F7931E;
	border-radius: 10px;
	float: left;
}
.download a:hover{
	color: #F7931E;
	text-decoration: none;
	opacity: 0.5!important;
}
.left{
	width: 50%;
	float: left;
}
.right{
	width: 50%;
	float: right;
	padding-left: 5%;
}
.right form{
	width: 300px;
}
.right input{
	width: 300px;
	float: left;
	margin-bottom: 10px;
}
.right textarea{
	width: 300px;
	float: left;
}
.right h3{
	font-size: 16px;
}
.right button{
	width: 300px;
	text-align: center;
	background: none;
	border: 1px #a4a4a4 solid;
	margin-top: 10px;
}
#map{
	margin-bottom: 10px;
	margin-top: 30px;
}


/***************************************************/
/******************** 404 erro *********************/
/***************************************************/
.error-template {
	position: relative;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
	width: 100%;
	color: #FFFFFF;
}	
	.error-template .content {
		width: 50%;
		padding: 60px;
		background-color: rgba(55,63,71,0.5);
		margin: 0 auto;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.2);
		box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	}
	.error-template a {
		color: #FFF;
		text-transform: uppercase;
		font-size: 12px;
	}
		.error-template a:hover {
			opacity: 0.5;
		}
/***************************************************/
/******************** pop ups **********************/
/***************************************************/
#popup_overlay{
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
#popup_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../dotcontrol/img/jquery_popup/bg-jquery.alert.png');
	width: 100%;
	z-index: 99999;
}
#popup_container {
	position: relative;
	font-family: "Lato",sans-serif !important;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_title {
	font-weight: bold;
	text-align: center;
	cursor: default;
	padding: 0em;
	margin: 0em;
	margin-top:20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #373F47;
}
#popup_content {
	background: 16px 16px no-repeat url('../dotcontrol/img/jquery_popup/info.gif');
	padding: 1em 1.75em;
	margin: 0em;
}
	#popup_content.alert {background-image: url('../dotcontrol/img/jquery_popup/info.gif');}
	#popup_content.confirm {background-image: url('../dotcontrol/img/jquery_popup/important.gif');}
	#popup_content.prompt {background-image: url('../dotcontrol/img/jquery_popup/help.gif');}
#popup_message {padding-left: 48px;font-family: "Lato",sans-serif !important;font-size: 13px; }
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}
	#popup_panel .btn {
		border: 1px solid #c5c5c5;
		padding: 3px 10px 3px 10px;
		font-size: 9px;
		font-family: Tahoma;
		text-transform: uppercase;
		cursor: pointer;
	}
		#popup_panel .btn:hover {
			border: 1px solid #a5a5a5;
			color: #343434;
			padding: 3px 10px 3px 10px;
			font-size: 9px;
			font-family: Tahoma;
			text-transform: uppercase;
			cursor: pointer;
		}
#popup_prompt {margin: .5em 0em;}