@charset "utf-8";

/* Reset + Clear  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border: 0;
	outline: 0;
	font-weight:normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ul, li {
	display:block;
}
/*.clear, .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}*/
.clear{
	clear:both;
}
img{
	display:block;
	margin:0px;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*--- ESTILOS GERAIS ---------------------------------------------------------------------------*/
body,td,th,div,ul,li,a {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 12px;
	color: #363535;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('images/bg_geral.jpg');
	background-repeat: repeat-x;
	background-position:center top;
}
a{
	color:#363535;
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover{
	color:#e37d21;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.cor1 {
	color:#e37d21;
}
.cor2 {
	color:#868489;
}
.cor3 {
	color:#585858;
}
.bgcor1 {
	background-color:#e37d21;
}
.bgcor2 {
	background-color:#868489;
}
.bgcor3 {
	background-color:#585858;
}
.pontos_cinza_h{
	background-image:url('images/pontos_cinza_h.png');
	background-repeat:repeat-x;
	background-position:left bottom;
}
.pontos_branco_h{
	background-image:url('images/pontos_branco_h.png');
	background-repeat:repeat-x;
	background-position:left bottom;
}
.pontos_cinza_v{
	background-image:url('images/pontos_cinza_v.png');
	background-repeat:repeat-y;
	background-position:left top;
}
.pontos_branco_v{
	background-image:url('images/pontos_branco_v.png');
	background-repeat:repeat-y;
	background-position:left top;
}
.botao1,
.botao2{
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:#fff;
	background-color:#FF0004;
	text-shadow: #363535 0px -1px 0px;
	text-decoration:none;
	cursor:pointer;
	display:block;
	background-image:url('images/sprite.png');
	background-repeat:no-repeat;
	background-position:right top;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.botao1{
	font-size: 12px;
	width:200px;
	height:40px;
	line-height:40px;
	padding:0px 10px 0px 10px;
	margin:0px 0px 10px 0px;
}
.botao2{
	font-size: 11px;
	width:100px;
	height:30px;
	line-height:30px;
	padding:0px 10px 0px 10px;
	margin:0px 0px 10px 0px;
}
.botao1:hover,
.botao2:hover{
	color:#363535;
	background-color:#FFA600;
	text-shadow: #fff 0px 1px 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/*- TOPO -----------------------------------------------------------------------*/
.topo_wrapper {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-image:url('images/bg_topo.png');
	background-repeat:repeat-x;
	background-position:left top;
	z-index:10;
}
.topo {
	width: 960px;
	height:200px;
	margin:auto;
	overflow:visible;
	position:relative;
}
.topo .logotipo {
	float:left;
	margin-top:35px;
}
.topo .opcoes {
	position:absolute;
	top:100px;
	right:0px;
	width:640px;
	text-align:right;
}
.topo .opcoes li{
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-transform:uppercase;
	color:#e37d21;
	font-weight:600;
}
.topo .opcoes li a {
	color:#e37d21;
	font-weight:600;
	text-align:center;
	height:100px;
	line-height:40px;
	padding:0px 10px 0px 10px;
	display:block;
	text-decoration:none;
}
.topo .opcoes li a:hover,
.topo .opcoes li .ligado {
	color:#363535;
	background-color:#e37d21;
}
.topo .opcoes li .ligado{
	color:#fff;
	background-image:url('images/seta_opcoes.png');
	background-repeat:no-repeat;
	background-position:center bottom;
}
.topo .redes {
	position:absolute;
	top:20px;
	right:0px;
	width:640px;
	text-align:right;
}
.topo .redes li{
	display:inline-block;
}
.topo .redes li a{
	text-decoration:none;
	text-align:center;
	display:block;
	width:28px;
	height:28px;
}
.topo .redes li a:hover{
	color:#e37d21;
}
.menu-mobile{display:none;}

/*- DESTAQUE GRANDE -----------------------------------------------------------------------*/

.destaque_wrapper{
	background-image:url('images/destaque.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}
.destaque_wrapper .destaque{
	width: 960px;
	height: 690px;
	margin:auto;
}
.img_topo{
	background-image:url('images/img_topo.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	height:500px;
}
.img_topo .conteudo{
	padding-top:350px;
	width: 960px;
	margin:auto;
}
.img_topo .conteudo .txt{
	color:#fff;
	font-size:42px;
	text-transform:uppercase;
	text-shadow: #363535 0px -1px 0px;
}

/*- CORPO -----------------------------------------------------------------------*/
.corpo_wrapper_home {
	margin:auto;
	text-align:center;
	background-color:#e37d21;
	background-image:url('images/sombra1.png');
	background-repeat:no-repeat;
	background-position:top center;
}
.corpo_wrapper_home .corpo {
	width: 960px;
	margin:auto;
	text-align:left;
}
.corpo_wrapper {
	margin:auto;
	text-align:center;
	background-image:url('images/sombra1.png');
	background-repeat:no-repeat;
	background-position:top center;
}
.corpo_wrapper .corpo {
	width: 960px;
	min-height: 350px;
	margin:auto;
	text-align:left;
	padding:40px;
	background-color:#fff;
	position:relative;
	top:-80px;
	margin-bottom:-80px;
	z-index:10;
}
.corpo_wrapper .corpo .sombra{
	position:absolute;
	width:1002px;
	height:378px;
	top:-21px;
	left:-21px;
	background-image:url('images/sombra_desd.png');
	background-repeat:no-repeat;
	background-position:top left;
	z-index:-1;
}
.corpo_wrapper .corpo .txt1 a,
.corpo_wrapper .corpo .txt2 a {
	font-size:16px;
}
.corpo_wrapper .corpo .txt1 ol,
.corpo_wrapper .corpo .txt1 ul,
.corpo_wrapper .corpo .txt2 ol,
.corpo_wrapper .corpo .txt2 ul {
	padding:0px 0px 0px 30px;
}
.corpo_wrapper .corpo .txt1 ul li,
.corpo_wrapper .corpo .txt2 ul li{
	list-style-type:disc;
	display: list-item;
	margin-left:8px;
	font-size:16px;
}
.corpo_wrapper .corpo .txt1,
.corpo_wrapper .corpo .txt2{
	font-size:16px;
	line-height:24px;
	margin-top:30px;
}
.corpo_wrapper .corpo .txt1{
}
.corpo_wrapper .corpo .txt2{
	float:right;
	width:580px;
}
.corpo_wrapper .corpo .txt1 h1,
.corpo_wrapper .corpo .txt2 h1{
	font-size:16px;
	margin-bottom:16px;
	line-height:24px;
	font-weight:600;
}
.corpo_wrapper .corpo .txt1 strong,
.corpo_wrapper .corpo .txt2 strong{
	font-weight:600;
}
.corpo_wrapper .corpo h2{
	font-size:32px;
	display:block;
	color:#e37d21;
}
.corpo_wrapper .corpo .txt1 h3,
.corpo_wrapper .corpo .txt2 h3{
	font-size:16px;
	line-height:24px;
	color:#e37d21;
	font-weight:600;
	display:inline;
}
.corpo_wrapper .corpo .txt1 .imagem-lado,
.corpo_wrapper .corpo .txt2 .imagem-lado{
	float:right;
}
.corpo_wrapper .corpo .txt1 .ilustra1,
.corpo_wrapper .corpo .txt2 .ilustra1{
	width:570px;;
}
.corpo_wrapper .corpo .subopcoes{
	float:left;
	width:250px;
	margin-top:40px;
}
.corpo_wrapper .corpo .subopcoes a{
	display:block;
	padding:15px 0px 18px 0px;
	font-size:16px;
	color:#e37d21;
	font-weight:600;
	background-image:url('images/pontos_cinza_h.png');
	background-repeat:repeat-x;
	background-position:left bottom;
	text-decoration:none;
}
.corpo_wrapper .corpo .subopcoes a:hover,
.corpo_wrapper .corpo .subopcoes .ligado{
	color:#363535;
}

.txt1 .servico,
.txt2 .servico {
	display:block;
	text-decoration:none;
	font-size:16px;
}
.txt1 .servico{
	display:inline-block !important;
	vertical-align:top;
	width:50%;
	float:left;
	margin-bottom:60px;
}
.txt1 .servico:hover .bola,
.txt2 .servico:hover .bola {
	background-color:#e37d21;
}
.txt1 .servico .bola,
.txt2 .servico .bola{
	padding:15px;
	background-color:#f7d8bd;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	margin:0px 20px 40px 0px;
	float:left;
}
.txt1 .servico .bola .foto,
.txt2 .servico .bola .foto{
	width:160px;
	height:160px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	background-repeat:no-repeat;
	background-size: 160px 160px;
}
.txt1 .servico .tit,
.txt2 .servico .tit{
	font-weight:bold;
	font-size:14px;
	padding:10px 20px 10px 0px;
}
.txt2 .servico .txt,
.txt1 .servico .txt{
	font-size:14px;
	color:#363535;
	padding-right:20px;
}
.txt2 .servico h3,
.txt1 .servico h3{
	font-size:14px !important;
	padding-top:10px;
}

/* - BOLAS - */
.servicos{
	text-align:center;
	position:relative;
	top:-210px;
	margin-bottom:-210px;
	z-index:10;
}
.servicos a{
	display:inline-block;
	vertical-align: top;
	width:270px;
	margin:0px 20px 40px 20px;
	text-decoration:none;
}
.servicos a:hover .bola{
	background-color:#fff;
	margin:0px 0px 10px 0px;
}
.servicos .servico{

}
.servicos .servico .bola{
	padding:15px;
	background-color:#fff;
	background-color:rgba(255,255,255,0.4);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	margin:10px 0px 0px 0px;
}
.servicos .servico .bola .foto{
	width:240px;
	height:240px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	background-repeat:no-repeat;
	background-size: 240px 240px;
}
.servicos .servico .tit h2{
	padding:20px 0px 0px 0px;
	font-size:28px;
	line-height:33px;
	text-transform:uppercase;
	text-shadow: #fff 0px 1px 0px;
	font-weight:400;
}
.servicos .servico .txt h2{
	padding:25px 0px 0px 0px;
	font-size:12px;
	line-height:20px;
	color:#fff;
	font-weight:400;
	text-align:left;
}
.apresentacao,
.logotipos{
	padding:35px 20px 40px 20px;
	background-image:url('images/pontos_branco_h.png');
	background-repeat:repeat-x;
	background-position:left top;
}
.apresentacao h1{
	font-size:20px;
	line-height:30px;
	color:#fff;
	text-shadow: #363535 0px -1px 0px;
	font-weight:400;
	text-transform:uppercase;
}
.logotipos2{
	padding:35px 20px 10px 20px;
	margin-top:35px;
	background-image:url('images/pontos_cinza_h.png');
	background-repeat:repeat-x;
	background-position:left top;
}
.inlineblock,
.inlineblock2{
	text-align:center;
}
.inlineblock img{
	display:inline-block;
	margin:0px 40px 0px 40px;
}
.inlineblock2 img{
	display:inline-block;
	margin:0px 20px 0px 20px;
}
/*- RODAPE -----------------------------------------------------------------------*/
.rodape_wrapper {
	margin:auto;
	text-align:center;
	background-image:url('images/sombra2.png');
	background-repeat:no-repeat;
	background-position:top center;
}
.rodape {
	width: 960px;
	height: 240px;
	margin:auto;
	text-align:left;
	overflow:auto;
}
.rodape .logotipo {
	float:left;
	margin-top:30px;
}
.rodape .opcoes {
	width:750px;
	float:right;
	margin:60px 0px 50px 0px;
	text-align:right;
}
.rodape .opcoes li{
	display:inline-block;
	font-weight:600;
	font-size: 12px;
}
.rodape .opcoes li a {
	color:#363535;
	text-align:center;
	padding:0px 10px 0px 10px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
}
.rodape .opcoes li a:hover {
	color:#e37d21;
}
.rodape .opcoes .tel{
	margin-right:20px;
	width:135px;
	height:34px;
	line-height:34px;
	font-weight:800;
	font-size:17px;
	color:#fff;
	text-shadow: #363535 0px -1px 0px;
	text-align:center;
	background-color:#e37d21;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}
.rodape .copyright li{
	height:20px;
	font-weight:400;
}
.rodape .copyright {
	float:left;
	width:100%;
	padding:30px 0px 0px 0px;
	font-size:11px;
	background-image:url('images/pontos_cinza_h.png');
	background-repeat:repeat-x;
	background-position:left top;
}
.rodape .copyright .txt1{
	float:left;
	width:700px;
}
.rodape .copyright .txt2{
	float:left;
	width:700px;
}
.rodape .copyright .txt3{
	float:right;
	width:250px;
	text-align:right;
}

/*- FORÇAR RODAPE NO FUNDO -------------------------------------------------------------------*/
body, html{
	height:100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -240px;
	position:relative;
}
.push {
	height:240px;
}




.morada img{
	float:left;
	border: 1px solid #dd8c17;
	padding:4px;
	margin-right:30px;
}
.morada div{
	float:left;
	margin-right:10px;
}



.bt-mobile{
	position:absolute;
	top:38px;
	right:38px;
	display:none;
	cursor:pointer;
}
.opcoes-mobile-wrapper{
	display:none;
}
.opcoes-mobile{
	width:100%;
	display:none;
	position:absolute;
	left:0px;
	top:100px;
	z-index:9999;
	border-top:3px solid #fff;
	border-bottom:5px solid #e37d21;
}
.opcoes-mobile li{
	display:block;
	box-sizing: border-box;
	width:100%;
	background-color:#e37d21;
	background-color:rgba(227,125,33,0.95);
	text-align:right;
}
.opcoes-mobile a{
	box-sizing: border-box;
	display:block;
	padding-right:35px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	font-size: 14px;
	color:#e37d21;
	width:100%;
	height:30px;
	line-height:30px;
	background-image:url('images/pontos_branco_h.png');
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#fff;
}
.opcoes-mobile a:hover ,
.opcoes-mobile .ligado{
	color:#e37d21;
	background-color:#fff;
}




/* MEDIA QUERYS ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 3840px){
	
}

@media only screen and (max-width: 960px){
	/* TOPO OPCOES */
	.topo_wrapper {width:100%; height:116px; background-position: center bottom; position:fixed; z-index:9999;}
	.topo_wrapper .topo {width:100%;}
	.topo_wrapper .topo .logotipo {margin-top: 20px;}
	.topo_wrapper .topo .logotipo img{width:215px; height:auto; padding-left:32px;}
	.topo_wrapper .topo .opcoes{display:none;}
	.topo_wrapper .topo .redes{display:none;}
	.topo_wrapper .topo .menu-mobile{display:block;}
	.topo_wrapper .topo .opcoes-mobile{display:none;}
	
	/* TOPO */
	.img_topo {background-size: 1100px; height:400px;}
	.img_topo .conteudo{width:100%; padding-top: 250px;}
	.img_topo .conteudo .txt {padding-left:30px;}
	
	/* CORPO */
	.corpo_wrapper_home .corpo{width:100%;}
	.corpo_wrapper .corpo{margin: auto auto -80px; padding: 30px; top: -80px; width: 100%;}
	.corpo_wrapper .corpo img{max-width:100%; height:auto;}
	.corpo_wrapper .corpo .subopcoes{display:none;}
	.corpo_wrapper .corpo .txt2{width:100%; float:none;}
	
	/* RODAPE */
	.rodape {height:auto; padding:30px; width:100%; padding-top:20px;}
	.rodape .opcoes {display:none;}
	.rodape .logotipo {display:none;}
	.rodape .copyright {background-image:none; float:none;}
	.rodape .copyright li{height:auto; padding-bottom:10px; line-height:16px;}
	.rodape .copyright .txt1, .rodape .copyright .txt2, .rodape .copyright .txt3{float:none; width:100%; text-align:center; display:block;}
	.rodape .copyright .txt1{font-weight:bold;}
	
	/* REMOVER RODAPE NO FUNDO */
	.wrapper {margin: auto;}
	.push{display:none;}
	
	/* ELEMENTOS VÁRIOS */
	.sombra {display:none;}
	.logotipos img, .logotipos2 img{padding-bottom:20px; }
	.logotipos, .logotipos2{padding-bottom:0px;}
	.txt1 .servico{width:100%; margin-bottom: 0px;}
	.txt1 .servico .tit{padding-top:30px;}
	
	.destaque_wrapper {background-size: auto 400px; background-position: -165px bottom;}
	.destaque_wrapper .destaque{width:100%; height: 400px;}
	
	.apresentacao h1 {font-size: 18px;line-height: 28px;}
	.opcoes-mobile-wrapper{display:block;}
	.bt-mobile{display:block}


	
	/* 3 SUB-DESTAQUES */
	.servicos {margin-bottom: -130px;top: -130px;}
	.servicos a {width: 230px; margin: 0 10px 40px;}
	.servicos .servico .bola .foto{background-size: 200px 200px;height: 200px;width: 200px;}
	.servicos .servico .tit h2 {font-size: 24px;line-height: 29px;}
	
	
}

@media only screen and (max-width: 720px){
	.destaque_wrapper {background-size: auto 400px; background-position: -248px bottom;}
	.img_topo {background-position:-350px top;}
	/*.img_topo .conteudo{padding-top: 230px;}*/
	
	.mm-form{padding:20px !important;}
	.mm-form .mm-form-txt, .mm-form .mm-form-tit2{font-size: 16px !important; line-height:20px !important;}
	.mm-form .c20,
	.mm-form .c25,
	.mm-form .c33,
	.mm-form .c34,
	.mm-form .c50,
	.mm-form .c75,
	.mm-form .c80{
		width:100% !important;
	}
	
	.txt1 .servico{margin-bottom: 60px; text-align:center;}
	.txt1 .servico .bola{float:none; display:inline-block; margin:auto;}
	.txt1 .servico .txt {margin:auto;}
	.txt1 .servico .tit{padding-right:0px;padding-top:10px;}
	
		.apresentacao h1 {font-size: 16px;line-height: 26px;}
}

@media only screen and (max-width: 480px){
	/*.destaque_wrapper {background-size: 1000px;}*/
	.img_topo {background-position:-480px top;}
	.img_topo .conteudo{padding-top: 260px;}
	.img_topo .conteudo .txt{font-size:32px;}
	
	.logotipos img, .logotipos2 img{margin:auto; max-width:100%; height:auto;}
	
		.apresentacao h1 {font-size: 14px;line-height: 24px; text-align:center;}
}