@font-face {
    font-family: 'TizaNegra';
    src: url('../embed_fonts/Tiza Negra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tiza';
    src: url('../embed_fonts/Tiza.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AccordExtraLight';
    src: url('../embed_fonts/AccordExtraLight.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AccordRegular';
    src: url('../embed_fonts/AccordRegular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AccordAltBold';
    src: url('../embed_fonts/AccordAlt_Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.conteinertop
{
  height:250px;  
  background-color: #096306;
 
}
.logotopo img
{
  margin-left: 8%;
  width: 50%;
 
}
.casa img
{
  margin-top: -19%;
  margin-left: 76%;
  width: 9%;
  cursor: pointer;
}
.servico
{

}
.servico img
{
	width: 34%;
	float: left;
	margin-right: 2%;
	margin-bottom:30%
}
.servico a
{	
	font-size: 16px;
	height: 55%;
}
.tituloheader
{
	font-size: 30px;
	color: #fff;
	margin-left: 68%;
	margin-top: -5%;
}
.tabelaservicos tr td img
{
	margin-left: -1%;
	margin-top: -1%;
	width: 101%;
}
.trcontent
{
	height: 500px;
}
.ondeestamos
{
	width:100%;
	height:800px;
}
.mapacontacto
{
	float:left;
	width: 100%;
	height: 100%;
}
.dadoscontacto
{
	width: 50%;
	height: 19%;
	background-color: #fff;
	position: absolute;
	margin-top: 38%;
	margin-left: 50%;
}
.morada
{
	font-size: 55%;
	margin-left: 10%;
	margin-top: 11%;
	
}
.contactos
{
	font-size: 40%;
	margin-left: 30%;
	
	
}
.botaomensagem
{
cursor: pointer;
  background: rgba(86, 86, 86, 1);
  background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0%,rgba(86, 86, 86, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253, 253, 253, 1)), color-stop(100%,rgba(86, 86, 86, 1)));
  background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%,rgba(86, 86, 86, 1) 100%);
  background: -o-linear-gradient(top, rgba(253, 253, 253, 1) 0%,rgba(86, 86, 86, 1) 100%);
  background: -ms-linear-gradient(top, rgba(253, 253, 253, 1) 0%,rgba(86, 86, 86, 1) 100%);
  background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%,rgba(86, 86, 86, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddbc1f', endColorstr='#c48c28',GradientType=0 );
  width: 50%;
  float: left;
  height: 60px;
  color: #fff;
  font-size: 90%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;}