body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#3c3c3b;
	line-height:26px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* MOBILE */
@media (max-width: 960px){
	.row-flex {
	  padding:0px;
	}
}
[class*="col-"] {
  margin-bottom: 0px;
}

.btFiltros {
	display: inline-block;
	background-color:#005dae;
	border: 0px solid #4f4f4f;
	font-size: 13px;
	color:#FFFFFF;
	padding:6px;
	padding-left:12px; padding-right:12px;
	-webkit-border-radius:3px; -moz-border-radius:3px;
	margin:4px;
}

/* MENU */
.menu {
font-family: 'Roboto Slab', serif;
font-size: 18px !important;
font-weight: 300;
color: #3a3839;
}

.menu a:link {
color:#3a3839;
text-decoration:none;
}
.menu a:visited {
color:#3a3839;
text-decoration:none;
}
.menu a:hover {
color:#d23837;
text-decoration:none;
}
.menu a:active {
color:#d23837;
text-decoration:none;
}

.MenuProdutos {
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 13px;
line-height:20px;
text-transform:uppercase;
font-weight:600;
color: #494949;
padding-left:10px!important; padding-right:10px!important;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}

.MenuProdutos a:link {
color:#494949;
padding-left:10px!important; padding-right:10px!important;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.MenuProdutos a:visited {
color:#494949;
padding-left:10px!important; padding-right:10px!important;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.MenuProdutos a:hover {
color:#005dae;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.MenuProdutos a:active {
color:#005dae;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}




#EfeitoBanner{ 
padding:5px;
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in
}

#EfeitoBanner:hover{ 
padding:5px;
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in
}


#EfeitoIMG{ 
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in
}

#EfeitoIMG:hover{ 
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in
}


.video {
position: relative;
padding-bottom: 50%;
padding-top: 39px;
height: 0;
overflow: hidden;
border:0px solid #a65218;
}

.video iframe, .video object, .video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.formulario_contato {
	font-size: 13px;
	background-color: transparent;
	text-align: left;
	background-color:#FFFFFF;
	color: #5e5e5e;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #e7e8e9;
	-moz-border-radius:10px; -webkit-border-radius:10px;
}


.botaoEnviarContato {
	background-color:#005dae;
	font-size: 14px;
	font-weight:300;
	letter-spacing:1px;
	color:#FFFFFF;
	border:0px;
	padding-top:12px; padding-bottom:12px;
	width:100%;
	-moz-border-radius:10px; -webkit-border-radius:10px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* MOBILE */
@media (max-width: 960px){
	.row-flex {
	  padding-left:0px;
	}
}



h1 {
	font-family: 'Roboto Slab', serif;
	font-size:38px;
	line-height:40px;
	font-weight: 200;
	color:#4e2a6b;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align: center;
}

h1.background {
  position: relative;
  z-index: 1;
}
h1.background:before {
  border-top: 2px solid #f0f0f0;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
div.Cinza span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #f6f8f9;
  padding: 0 15px;
}
div.Branco span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #FFFFFF;
  padding: 0 15px;
}


h1 {
	font-family: 'Roboto', serif;
	font-size:36px;
	line-height:38px;
	letter-spacing:0px;
	font-weight: 300;
	color:#42474c;
	text-transform:none;
	text-align: center;
}


.Textos { font-size: 18px; line-height:30px; color: #606060; font-weight:300; }
.TextoBranco { font-size: 17px; line-height:28px; color: #FFFFFF; font-weight:300; }
.TextoCinza { font-size: 15px; line-height:20px; color: #929292; font-weight:300; }

.TituloBranco { font-family: 'Roboto', serif; font-size: 34px; line-height:34px; color: #FFFFFF; font-weight:500; text-transform:uppercase; }
.TituloCinza { font-family: 'Roboto', serif; font-size: 20px; line-height:22px; color: #3d3d3d; font-weight:500; }


#todoform { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } 



/* PARA O LINK MASTER */	
A:link {text-decoration:none;color:#4e2a6b;}
A:visited {text-decoration:none;color:#4e2a6b;}
A:active {text-decoration:none;color:#6b428c;}
A:hover {text-decoration:none;color:#6b428c;}



/* MENU */
.TextoTopo {
font-family: 'Roboto', sans-serif;
font-weight:300;
font-size: 13px !important;
color: #3a3839;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}

.TextoTopo a:link {
color:#3a3839;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.TextoTopo a:visited {
color:#3a3839;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.TextoTopo a:hover {
color:#000000;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.TextoTopo a:active {
color:#69676a;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}