/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

*{
    margin:0;
    padding:0;
}

body
	{
	/*background-image:url(images/fundo.jpg);
	background-position: center top;
	background-repeat: no-repeat;*/
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	text-rendering: geometricprecision;
	}

a	
	{
	text-decoration: none;
	}

img
	{
	border: 0px;
	text-decoration: none;
	}

/************************************************************************************
HEADER
*************************************************************************************/
	
	#container, #quem_somos
	{
	width: 1100px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: auto;
	}
	
	#header100
	{
	width: 100%;
	height: 57px;
	background-image:url(images/f_topo.png);
	display: block;
	}
	
	.num_telefone
	{
	width: 171px;
	height: 38px;
	display: block;
	background-color: #DE2B24;
	moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	float: right;
	margin-right: 30px;
	margin-top: 9px;
	}
	
	.num_telefone1
	{
	color: #FFFFFF;
	font-size: 12px;
	width: auto;
	height: 16px;
	padding-left: 15px;
	}
	
	.num_telefone2
	{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 900;
	width: auto;
	height: 22px;
	font-style: italic;
	padding-left: 45px;
	line-height: 20px;
	vertical-align: middle;
	}
	
/************************************************************************************
MENU
*************************************************************************************/	

	#logotipo
	{
	width: 385px;
	height: 98px;
	display: block;
	background-image: url(images/logo_maisassistencia.png);
	float: left;
	margin-bottom: 2px;
	}
	
	#menu
	{
	width: auto;
	float: right;
	font-size: 14px;
	font-weight: 700;
	margin-top: 48px;
	margin-left: 25px;
	}
	
	.menu
	{
	width: auto;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 8px 0 8px;
	moz-border-radius: 3px;
	border-radius: 3px;
	color: #434343;
	}
	
	.menu:hover, .m_on
	{
	background-color: #008F2E;
	color: #FFFFFF;
	}
	
	#menu span
	{
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	float: left;
	padding: 0 8px 0 8px;
	}
	
	/*#menu a
	{
	width: auto;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 8px 0 8px;
	moz-border-radius: 3px;
	border-radius: 3px;
	color: #434343;
	}
	
	#menu span
	{
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	float: left;
	padding: 0 8px 0 8px;
	}
	
	#menu a:hover
	{
	background-color: #008F2E;
	color: #FFFFFF;
	}
	
	.menu_active
	{
	width: auto;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 5px 0 5px;
	moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #008F2E;
	}
	
	*/
	
/************************************************************************************
MAIN - home
*************************************************************************************/

	#main, #main_internas
	{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	background-color: #F3F3F3;
	}
	
	#main h2
	{
	width: 235px;
	height: 49px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 31px;
	margin-bottom: 36px;
	background-image: url(images/f_h2.png);
	line-height: 49px;
	vertical-align: middle;
	text-align: center;
	color: #008F2F;
	font-size: 15px;
	font-weight: 900;
	font-style: italic;
	}
	
	#marcas
	{
	height: 120px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 20px;
	}
	
	#marcas a
	{
	width: 214px;
	height: 120px;
	display: block;
	float: left;
	}
	
	.marca
	{
	/* background: url(images/lg_saunier_duval_on.png);
	background-repeat: no-repeat;
	background-position: center; */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ 
	}
	
	.marca:hover
	{
	filter: none;
    -webkit-filter: grayscale(0%);
	}
	
	.grey
	{
	background-color:#FAF8F9;
	}
	
	.white
	{
	background-color:#FFFFFF;
	}
/************************************************************************************
BOTTOM
*************************************************************************************/

	#bottom100
	{
	width: 100%;
	height: 246px;
	background-color: #013E15;
	margin-top: 15px;
	}
	
	#bottom
	{
	width: 732px;
	height: auto;
	margin: auto;
	display: block;
	}
	
	#bottom hr 
	{ 
	border: 0; 
	height: 2px; 
	background: #42955D; 
	/* background-image: linear-gradient(to right, #ccc, #333, #ccc); */
	margin: 10px 0 16px 0;
	}
	
	#bottom p 
	{ 
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	height: auto;
	width: auto;
	display: block;
	letter-spacing: 0.4px;
	}
	
	.banner_bottom
	{
	margin-right: 5px;
	float: left;
	}
	
	
/************************************************************************************
REDES SOCIAIS
*************************************************************************************/

	#redes_sociais
	{
	width: 53px;
	height: 49px;
	margin: auto;
	display: block;
	margin-top: 10px;
	}
	
	.social-links 
			{
				background-repeat: no-repeat;
				background-position: 0 -82px;
				display: block;
				width: 49px;
				height: 49px;
				-webkit-transition: all 0.2s ease-out;
				   -moz-transition: all 0.2s ease-out;
					 -o-transition: all 0.2s ease-out;
					-ms-transition: all 0.2s ease-out;
						transition: all 0.2s ease-out;
				float: left;
				border: solid 2px #8CC9C4;
				-moz-border-radius: 3px;
				border-radius: 3px;
			}

			.facebook {
				background-image: url(images/fb.png);
				background-position: 0 0;
				/* margin-right: 6px; */
			}

			.twitter {
				background-image: url(images/tw.png);
				background-position: 0 0;
				margin-right: 6px;
			}

			.in {
				background-image: url(images/in.png);
				background-position: 0 0;
			}
			
			.facebook:hover { background-position: 0 -38px; }
			.twitter:hover { background-position: 0 -38px; }
			.in:hover { background-position: 0 -38px; }
			
/************************************************************************************
TOPO INTERNAS
*************************************************************************************/

	.topo
	{
	width: 100%;
	height: 301px;
	display: block;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	}
	
	.topo_geral
	{
	background-image: url(images/topo_quem_somos.jpg);
	}
	
	h1
	{
	width: 1005px;
	padding-left: 95px; /* 1100 px - 95 px = 1005 px */
	padding-top: 82px;
	height: 26px; /* 108 px - 70 px = 38 px */
	background-image:url(images/titulo_seta.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 21px;
	font-weight: 900;
	color: #008F2F;
	letter-spacing: -1px;
	margin-bottom: 15px;
	}
	
/************************************************************************************
MARCAS
*************************************************************************************/

	#marcas_int
	{
	width: 1100px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: auto;
	}

	#marcas_int p
	{
	color: #555555;
	font-size: 13px;
	font-weight: 800;
	width: 844px;
	height: auto;
	text-align: justify;
	padding-left: 81px;
	padding-right: 100px;
	line-height: 27px;
	text-transform: uppercase;
	margin-top: 50px;
	}
	
	#marcas_int a
	{
	width: 235px;
	height: 35px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 31px;
	margin-bottom: 36px;
	padding: 10px 25px 10px 25px;
	/* background-image: url(images/f_h2.png); */
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	color: #008F2F;
	font-size: 15px;
	font-weight: 900;
	font-style: italic;
	border: solid 2px #008F2E;
	moz-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
	}
	
	.galeria_marca
	{
	width: 1206px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: auto;
	}
	
	.galeria_foto
	{
	width: 292px;
	height: 292px;
	overflow: hidden;
	display: block;
	border: 1px solid #666666;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	}
	
	.logo_marca
	{
	width: 1207px;
	height: 121px;
	display: block;
	margin: auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 130px center;
	}
	
	.logo_saunier
	{
	background-image: url(images/logo_saunier_duval.jpg);
	background-position: 130px center;
	}
	
	.logo_vaillant
	{
	background-image:url(images/logo_vaillant.jpg);
	background-position: 130px center;
	}
	
	.topo_marca
	{
	width: 100%;
	height: 300px;
	display: block;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	}
	
	.marca_saunier
	{
	background-image:url(images/topo_saunier_duval.jpg);
	}
	
	.marca_vaillant
	{
	background-image:url(images/topo_vaillant.jpg);
	}
	
	#m_container
	{
	width: 1207px;
	height: auto;
	margin: auto;
	display: block;
	overflow: hidden;
	}
	
	#main_internas2
	{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	background-color: #FBFBFB;
	}

	#main_internas3
	{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	background-color: #FAF8F9;
	}
	
/************************************************************************************
QUEM SOMOS
*************************************************************************************/

	#quem_somos p
	{
	color: #555555;
	font-size: 13px;
	font-weight: 800;
	width: 825px;
	min-height: 300px;
	height: auto;
	text-align: justify;
	padding-left: 100px;
	padding-right: 100px;
	line-height: 27px;
	text-transform: uppercase;
	margin-top: 70px;
	}
	
/************************************************************************************
SERVICOS
*************************************************************************************/

	#servicos
	{
	width: 818px;
	padding-left: 100px;
	padding-right: 182px;
	height: auto;
	min-height: 300px;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	}
	
	#servicos_lista
	{
	position: relative;
	width: 818px;
	min-height: 169px;
	display: block;
	height: auto;
	overflow:hidden;
	background-color: #FBFBFB;
	margin-bottom: 27px;
	}
	
	#servicos_lista_img
	{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 169px;
	height: 169px;
	background-repeat: no-repeat;
	background-position: center center;
	}
	
	#servicos_lista h2
	{
	width: 476px;
	padding-left: 234px;
	padding-right: 108px;
	height: 26px;
	font-size: 21px;
	font-style: normal;
	font-weight: 900;
	color: #008F2F;
	letter-spacing: -1px;
	margin-top: 27px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: left;
	}
	
	#servicos_lista p
	{
	color: #555555;
	font-size: 13px;
	font-weight: 800;
	width: 476px;
	height: auto;
	text-align: justify;
	padding-left: 234px;
	padding-right: 108px;
	line-height: 27px;
	text-transform: uppercase;
	}
	
	
	#servicos_lista a
	{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 71px;
	height: 169px;
	display: block;
	overflow:hidden;
	background-image: url(images/bt_info.png);
	background-repeat: no-repeat;
	}
	
/************************************************************************************
INFO UTEIS
*************************************************************************************/

	#info_uteis
	{
	width: 818px;
	padding-left: 100px;
	padding-right: 182px;
	height: auto;
	min-height: 300px;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	}
	
	#info_uteis_lista
	{
	position: relative;
	width: 818px;
	min-height: 252px;
	display: block;
	height: auto;
	overflow:hidden;
	background-color: #FBFBFB;
	margin-bottom: 27px;
	}
	
	#info_uteis_lista_img
	{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 252px;
	height: 252px;
	background-repeat: no-repeat;
	background-position: center center;
	}
	
	#info_uteis_lista h2
	{
	width: 476px;
	padding-left: 294px;
	padding-right: 78px;
	height: 26px;
	font-size: 21px;
	font-style: normal;
	font-weight: 900;
	color: #008F2F;
	letter-spacing: -1px;
	margin-top: 27px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: left;
	}
	
	#info_uteis_lista p
	{
	color: #555555;
	font-size: 13px;
	font-weight: 600;
	width: 476px;
	height: auto;
	text-align: justify;
	padding-left: 294px;
	padding-right: 78px;
	line-height: 20px;
	}
	
	
	#info_uteis_lista a
	{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 71px;
	height: 169px;
	display: block;
	overflow:hidden;
	background-image: url(images/bt_info.png);
	background-repeat: no-repeat;
	}	
	
	
/************************************************************************************
CONTACTOS
*************************************************************************************/	
	
	#contactos
	{
	width: 928px;
	padding-left: 100px;
	padding-right: 72px;
	height: auto;
	min-height: 300px;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	}
	
	#morada
	{
	position: relative;
	width: 274px;
	height: auto;
	min-height: 278px;
	overflow: hidden;
	display: block;
	background-color: #008F2E;
	background-image: url(images/contacto.png);
	background-repeat: no-repeat;
	background-position: 26px 32px;
	float: left;
	}
	
	#morada p
	{
	position: absolute;
	top: 95px;
	left: 36px;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	width: 100%;
	height: auto;
	display: block;
	text-align: left;
	font-style: italic;
	line-height: 25px;
	vertical-align: middle;
	text-transform: uppercase;
	}
	
	#form_contactos
	{
	width: 590px;
	height: auto;
	overflow: hidden;
	display: block;
	padding-left: 64px;
	}
	
	#form_contactos p
	{
	font-size: 12px;
	font-weight: 800;
	color: #008F30;
	width: 100%;
	display: block;
	text-align: left;
	font-style: normal;
	line-height: 25px;
	vertical-align: middle;
	text-transform: uppercase;
	}
	
	input, textarea
    {
	font-family: 'Open Sans',sans-serif;
    font-weight: 400;
	font-size: 14px;
	color: #5B5B5D;
	line-height: 37px;
	height: 37px;
	vertical-align: middle;
	background-color:#EAEAEA;
	border: solid 2px #EAEAEA;
	padding-left: 3px;
	float: left;
	margin-bottom: 25px;
	}
	
	input:focus , textarea:focus
    {
	background-color:#FFF;
	}
	
	.element_form_100
	{
	width: 590px;
	height: auto;
	}
	
	.element_form_50
	{
	width: 278px;
	height: auto;
	margin-right: 34px;
	float: left;
	}
	
	.element_form_100 input
	{
	width: 583px;
	}
	
	.element_form_50 input
	{
	width: 271px;
	}
	
	.element_form_100 textarea
	{
	width: 583px;
	height: 110px;
	margin-bottom: 16px;
	}
	
	input[type="submit"]
	{
	width: 232px;
	height: 46px;
	line-height: 46px;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	font-style: italic;
	font-weight: 800;
	font-size: 14px;
	border: solid 2px #008F2E;
	background-color: #008F2E;
	display: block;
	moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	cursor: pointer;
	/* padding: 10px 0 10px 0; */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: 'Merriweather', sans-serif;
	}

/************************************************************************************
Mapa
*************************************************************************************/

	#mapa_contactos
	{
	width: 928px;
	padding-left: 100px;
	padding-right: 72px;
	height: 445px;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 30px;
	position: relative;
	}
	
	#google_maps
	{
	width: 928px;
	height: 445px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	}
	
/************************************************************************************
relacionados
*************************************************************************************/

	.last
	{
	margin-right: 0px;
	}
	
	
	
	