/*GERAL
TIPO LETRA EM TODO O SITE*/
#content .container{
	font-family:'Raleway', sans-serif;
}
/*AJUSTE MARGENS AO LIMITE*/
	#content .container{
		padding-top:0px;
		padding-bottom:0px;
	  background-image:url(http://pardieirotopografia.pt/inicio/wp-content/uploads/2018/05/fundo_topografo.jpg);
		background-repeat:no-repeat;
    background-size: cover;
    background-position:bottom left;
    
}
	#content .row{
		margin-top:-31px;
		/*margin-bottom:-30px;	*/	
	}


/*cor fundo menu superior*/
@media (max-width:768px){
  #menu-menu-superior .menu-item a{
      background-color:#000000;
    }
}
/**MENUS LINKS a:hover A BRANCO*/
#SERVICOS a span:hover{
	color:#ffffff !important;
}
#menu-menu-superior .menu-item a:focus{
	color:#ffffff !important;
}
#menu-menu-superior .menu-item a:active{
	color:#ffffff !important;
}


/*PAGINA INICIAL*/
/*SOMOS O QUE FAZEMOS*/
/*avanço do titulo para cima dos bullets*/
#pg-9-6 .widget p{
	padding-left:21px;
}
/*SLIDE SERVIÇOS*/
/*tamanho das letras slide serviçosS*/
.slide-item-1 .text-slider h2{
	font-size:4.5vw;
}
.slide-item-2 .text-slider h2{
	font-size:4.5vw;
}
.slide-item-3 .text-slider h2{
  font-size:4.5vw;
}
/*BOTAO O MEU PERFIL*/
#pg-9-2 .panel-grid-cell:nth-child(2) span:hover{
	color:#ffffff !important;
}
/*BOTAL ENVIAR EMAIL*/
#pg-9-2 .panel-grid-cell:nth-child(3) span:hover{
	color:#74916a !important;
}

/*BACKGROUND PAGINA INICIAL*/
#content .container{
  width: 100%;
	background-color:rgb(255,255,255) !important;
}




/*RODAPE*/
#main article footer{
	display:none;
}
#sidebar-footer{
	padding-bottom:0px;
	background-color:#30302f;
	padding-top:50px;
  margin-top:-50px;
}
#colophon{
	display: none;
}

/*PARA DISPOSITIVOS MOVEIS*/
@media (max-width:591px){
	#content .container{
		padding-right:15px;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:15px;
	}
}

@media (max-width:800px){
	#SERVICOS .panel-grid-cell{
		padding-right:0px !important;
		padding-left:0px !important;
	}
	#pg-472-0 .siteorigin-panels-stretch .panel-grid-cell{
		padding-right:0px !important;
		padding-left:0px !important;
	}
	#pg-469-0 .siteorigin-panels-stretch .panel-grid-cell{
		padding-right:0px !important;
		padding-left:0px !important;
	}
	#pg-343-0 .siteorigin-panels-stretch .panel-grid-cell{
		padding-right:0px !important;
		padding-left:0px !important;	
	}
}

/*PAGINAS DE INFORMACAO*/
#pg-343-0 .panel-row-style{
	margin-top:-10px;
}