body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

a, img {
	border: 0;
	text-decoration: none;
}

#topo_total {
	background: #fff;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#topo_conteudo {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
}

.div_logo {
	position: relative;
	float: left;
	overflow:hidden;
	width: 180px;
}

.logo {
	margin-left: 55px;
	margin-right: 55px;
	padding-top: 10px;
}

.txt_logo {
	color: #333;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-weight: light;
	margin-top: 5px;
	font-size: 12px;
}

.menu {
	position: relative;
	float: right;
	overflow: hidden;
	margin-top: 50px;
}

.list_menu {
	position: relative;
	float: right;
	padding: 0;	
	margin:  0; 
}

.item_menu {
	float: left;
	padding-bottom: 10px;
}

.link_menu {
	font-family: 'Cinzel', serif;
	text-align: center;
	padding: 15px 25px 5px 0px;
	color: #333;
	font-size: 15px;
}

.link_menu:hover {
	color: #303030;
	border-bottom: 1px solid #303030;
}

#destaque_total {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url('img/fundo_destaque.jpg') no-repeat center;
	background-size: cover;
}

#destaque_conteudo {
	width: 980px;
	margin: 0 auto;
	height: auto;
	overflow:hidden;
	position: relative;
}

.destaque_left {
	position: relative;
	margin: 50px 0px;
	float: left;
}

.tit_destaque {
	margin: 0px;
	font-size: 29pt;
	color: #681f1f;
	font-family: 'Cinzel', serif;
	font-weight: bold;
}

.txt_destaque {
	color: #270000;
	font-size: 19pt;
	font-family: 'Roboto', sans-serif;
	font-weight: light;
}

.destaque_right {
	float: right;
	position: relative;
	margin: 80px 20px;
}

#centro_total {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
}

#centro_conteudo {
	position:relative;
	margin:0 auto;
	overflow: hidden;
	height: auto;
	width: 980px;
	padding: 55px 0 20px 0;
}

.box_home {
	position: relative;
	float: left;
	width:270px;
	background: url('img/fundo_icones_home.png') no-repeat bottom;
	height: 251px;
	margin-right: 85px;
	background-size: 270px;
}

#ultimo_box_home {
	margin-right: 0;
}

.box_home_conteudo {
	position: relative;
	width: 100%;
	height: 210px;
	background: url('img/fundo_box_home.jpg') no-repeat center;
	background-size:cover;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 0 10px #333;
}

.box_home_conteudo:hover {
	background: url('img/fundo_box_home_over.jpg') no-repeat center;
	background-size:cover;
}

.tit_box_home {
	float: right;
	text-align: right;
	color: #fff;
	font-family: 'Cinzel Decorative', cursive;
	font-size: 20pt;
	padding: 10px 20px;
	text-transform: uppercase;
	margin: 5px 0px;
}

.icone_box_home {
	position: absolute;
	left: 0;
	bottom:0;
}

#depoimentos_total{
	z-index: 999;
	box-shadow: 0px 0px 10px #999;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url('img/fundo_depo.jpg') repeat-x center;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	box-shadow: 999;
	margin-bottom: 50px;
}

#depoimentos_conteudo {
	position:relative;
	width: 940px;
	margin: 0 auto;
	padding: 25px 0;
}

.div_depoimentos {
	position: relative;
	margin: 0 auto;
	height: auto;
	overflow: hidden
}

.tit_depoimento {
	color: #3f0000;
	text-align: right;
	font-size: 23px;
	width: 100%;
	margin: 0;
	font-family: 'Oxygen', sans-serif;
}

.subtit_depoimento {
	text-align: right;
	text-transform: uppercase;
	color:#000;
	font-size: 13pt;
	float: right;
	margin: 5px 0;
	font-family: 'Oxygen', sans-serif;
}

.subtit_depoimento span {
	text-transform:none;
}

.txt_depoimento_div {
	position: relative;
	float: left;
	height: auto;
	width: 530px;
	padding: 10px 60px;
	margin-top: -40px;
}

.txt_depoimento_div .txt_geral {
	font-size: 14px;
	line-height: 21px;
}
.txt_geral {
	position: relative;
	width: 100%;
	text-align:justify;
	color: #333;
	line-height: 24px;
	font-size: 15px;
}	

.aspas_abre {
	position: absolute;
	top:0px;
	left: 0px;
}

.aspas_fecha {
	position: absolute;
	bottom:0px;
	right: 0px;
	bottom: 0px;
	right: 0px;
}

#rodape_total {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #000 url('img/fundo_rodape.jpg') repeat-x top;
	padding:10px 0;
}

#rodape_conteudo {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: auto;
	overflow: hidden;
	padding: 20px 0px;
}

.txt_rodape {
	color: #fff;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	font-size: 13px;
}

.menu_rodape {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #fff;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
}

.menu_rodape .link_menu_rodape {
	color: #fff;
	float: left;
	margin:0px 15px;
	font-family: 'Cinzel', serif;
	font-size: 15px;
}

.link_menu_rodape:hover {
	color: #333;
}

.menu_rodape_conteudo {
	position: relative;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	width: 790px;
	padding: 5px 0px;
}

.box_rodape {
	position: relative;
	float: left;
	width: 310px;
}

#ultimo_box_rodape {
	float: right;
	width: 350px;
	text-align: right;
}	

#desenvolvido_total {
	position: relative;
	width:100%;
	height: auto;
	overflow: hidden;
	background: #171717;
}

#desenvolvido_conteudo {
	width: 980px;
	position: relative;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.copy {
 float: left;	
}
#desenvolvido_conteudo p, a {
	color: #fff;
	font-size: 12px;
}

#desenvolvido_conteudo .mazag {
	float: right;
	height: auto;
	overflow: hidden;
}

.pol {
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.pol:hover {
	text-decoration: underline;
}
#desenvolvido_conteudo .mazag .txt_desen, #rodape_conteudo .mazag .img_desen {
	float: left;
}

#desenvolvido_conteudo .mazag .img_desen {
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 6px;
	float: left;
}


.mazag:hover {
	opacity: .7;
}

.tit_pag {
	font-family: 'Cinzel Decorative', cursive;
	color: #680000;
	font-weight: 400;
	font-size: 40px;
	margin-bottom: 5px;
	margin-top: 30px;
}

.banner {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px #999;
	width: 938px;
	margin-left:10px;
}

.lateral {
	position: relative;
	float: right;
	width: 300px;
	height: auto;
	margin-top: 100px;
	margin-right: 10px;
}

.conteudo_principal {
	position: relative;
	float: left;
	width: 600px;
	height: auto;
	overflow: hidden;
	margin-left: 15px;
}

.fale_tit {
	font-family: 'Cinzel Decorative', cursive;
	font-size: 23px;
	color: #161616;
	margin: 0;
}

.tit_form_lateral {
	font-size: 13px;
	color: #161616;
	width: 100%;
	float:left;
	margin: 5px 0px 10px 0px;
}	

.campos {
	background: #333333;
	border:0;
	width: 280px;
	padding: 5px 10px;
	color: #fff;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 5px 0;
}

#mensagem {
	height: 100px;
}

.enviar {
	float: right;
	background: #680000;
	color: #fff;
	text-align: center;
	padding: 6px 20px;
	cursor: pointer;
	font-size: 17px;
	margin-right: 19px;
	margin-top: 15px;
}

.enviar:hover {
	background: #000;
}


/*Slider*/
	/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 0px; 
	position: relative; 
	padding: 0 70px;	
	zoom: 1;
}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 35px; height: 90px; margin: -50px 0 0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -50px; }
.flex-direction-nav .flex-prev {left: -50px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; margin-top: 10px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: ; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/*fim slides*/

#toggle-view {
	list-style:none;	
	color: #666666;
	width:100%;
	padding-left: 0px;
	position: relative;
}

#toggle-view .ico_list {
	float: right;
	margin: 0px;
}

#toggle-view li {
	margin:0px;
	position:relative;
	cursor:pointer;
	width: 99%;
	font-size: 15px;
	border-radius: 15px;
	margin-top: 30px;
}

#toggle-wiew td, .texto {
	font-size: 15px;
	color: #787878;
	padding-top: 0px;
}

#toggle-wiew  td, .tit_list {
	color: #044984;
	font-weight: 400;
	font-size: 21px;
	padding-top: 3px;
	padding-left: 8px;
}

#toggle-view span {
	position: absolute;
	right:5px; top:0;
	color:#ccc;
	font-size:13px;
}

#toggle-view h6 {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: -1px;
	
}

#toggle-view table {
	border-bottom: 1px solid #c2c0c0;
	padding-bottom: 10px;
}
#toggle-view p {
	margin:15px 30px;
	display:none;
	font-size: 13px;
	color: #656565;
	line-height: 21px;
}	

#toggle-view img {
	padding-top: 2px;
}

.conteudo_contato {
	position: relative;
	width: 600px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.formulario_contato {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.formulario_contato .campos { 
	width: 578px;
}

.formulario_contato .label {
	margin-bottom: 0px;
	font-size: 16px;
	color: #333;
}

.formulario_contato #mensagem {
	height: 200px;
}
