@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
body {
	background-image: url(../imgs/site/bg.png);
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 16px;
	line-height: 16px;
	color: rgba(51,51,51,1);
}
a {
	text-decoration:none;
	outline:none;
	color:rgba(30,30,30,1);
}
ul{
	list-style:none;
}
iframe, img {
	vertical-align:top;
}
input, textarea {
	border:none;
	background-color: transparent;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 16px;
	line-height: 16px;
	font-size:16px;
	width: 410px;
	padding:0px 10px 0px 10px;
	margin-bottom:10px;
	border-bottom: 1px solid rgba(255,255,255,.4);
	background-color:rgba(255,255,255,.2);
	box-shadow: inset 0px 6px 0px 0px rgba(255,255,255,0);
	transition: all ease .5s;
}
input:focus, textarea:focus {
	box-shadow: inset 0px 6px 0px 0px rgba(255,255,255,1);
}
input {
	height:40px;
	font-size:16px;
	padding:0px 10px 0px 10px;
	margin-bottom:4px;
}
textarea {
	resize:none;
	height:180px;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
}
.form_assistencia input, .form_assistencia textarea{
	width: 498px;
}
.form_assistencia form{
	float:left;
}
.clr{
	clear:both;
}
.main_div {
	margin: auto;
	width: 960px;
}
.header_div {
	width: 960px;
	height: 110px;
}

.logo_div {
	float:left;
	margin-top:20px;
	margin-left:20px;
}

.menu_avdg {
	float: right;
	margin-top: 34px;
}
.menu_avdg li{
	float: left;
	margin-left:10px;
}
.menu_avdg a{
	float: left;
	text-align: center;
	padding: 5px;
	width: 110px;
	display: block;
}
.menu_avdg i{
	font-size: 24px;
	color: rgba(51,51,51,.3);
	transition: all ease .5s;
}
.menu_avdg a:hover i{
	color: rgba(51,51,51,1);
}
.menu_ativ i{
	color: rgba(51,51,51,1);
}
.menu_avdg div{
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	margin-top:4px;
	padding-bottom:6px;
	color: rgba(51,51,51,1);
	transition: all ease .5s;
}
.menu_avdg a:hover div{
	color: rgba(51,51,51,.4);
}
.menu_ativ div{
	color: rgba(51,51,51,.4);
}
.menu_footer{
	text-align:center;
	float:left;
}
.menu_footer a{
	width:170px;
}
.menu_footer i{
	font-size:20px;
}
.slider_div{
	margin-top: 10px;
	border-top: 4px solid rgba(255,255,255,.3);
	border-bottom: 4px solid rgba(255,255,255,.3);
}

.grid_div_0 {
	width: 900px;
	padding: 30px;
	background-color: rgba(255,255,255,.1);
	transition: all ease .5s;
}
.grid_div_0:hover {
	background-color: rgba(255,255,255,.3);
}
.grid_div_0_in_left {
	float:left;
	width:518px;
}
.grid_div_0_in_left img {
	border:solid 6px rgba(255,255,255,.5);
}
.grid_div_0_in_right {
	float:right;
	width:342px;
}
.grid_div_0_in_right img {
	border:solid 6px rgba(255,255,255,.5);
}
.grid_div_0_in_right_2 img {
	border:none;
}
.grid_div_1{
	float: left;
	width: 308px;
	margin-right: 18px;
}
.grid_div_1_in{
	background-color: rgba(255,255,255,.1);
	width: 308px;
	margin-right: 18px;
	text-align: center;
	transition: all ease .5s;
}
.grid_div_1:hover .grid_div_1_in{
	background-color: rgba(255,255,255,.3);
}
.grid_div_1:hover .btn_0{
	background-color: rgba(219,22,39,1);
}
.grid_div_1_in img{
	margin:20px 0px;
	border:solid 6px rgba(255,255,255,.5);
	
}
.grid_div_left {
	float: left;
	width:470px;
}
.grid_div_right {
	float: right;
	width:470px;
}
.grid_div_2 {
	float: left;
	width: 430px;
	padding: 20px;
	background-color: rgba(255,255,255,.1);
	transition: all ease .5s;
}
.grid_div_2:hover {
	background-color: rgba(255,255,255,.3);
}
.grid_div_2 i{
	font-size:22px;
	padding-top:2px;
	padding-bottom:2px;
}

.grid_div_mapa {
	float: left;
	margin-top: 20px;
	background-color: rgba(255,255,255,.1);
}
#div_capcha{
	width: 303px;
    margin: auto;
    margin-bottom: 12px;
    padding: 4px;
    box-sizing: content-box;
    border-radius: 5px;
    height: 77px;
}
.grid_div_3 {
	float: right;
	width: 430px;
	padding: 20px;
	background-color: rgba(255,255,255,.1);
	transition: all ease .5s;
}
.grid_div_3:hover {
	background-color: rgba(255,255,255,.3);
}
.grid_div_footer {
	width: 920px;
	padding: 20px;
	margin-top:10px;
	margin-bottom:40px;
	font-size:18px;
	text-transform:uppercase;
}
.grid_div_footer .p_1{
	float:left;
}
.grid_div_footer .p_2{
	margin-right:10px;
	font-size: 10px;
	float:right;
	text-align:right;
	color:#666;
}
.txt_1{
	font-size:24px;
	line-height:24px;
	text-transform:uppercase;
	margin:auto;
	text-align:center;
	padding: 18px 0px;
	color: rgba(51,51,51,.4);
}
.txt_2{
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
	/* [disabled]text-transform: uppercase; */
	margin: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.txt_3{
	font-size: 40px;
	line-height: 36px;
	font-weight: 300;
	/* [disabled]text-transform: uppercase; */
	padding-bottom: 10px;
	margin: auto;
	/* [disabled]height: 40px; */
	text-align: center;
}
.txt_3_2{
	font-size: 20px;
	line-height: 36px;
	font-weight: 300;
	text-transform: none;
	padding-bottom: 10px;
}
.txt_4{
	float: right;
	font-size: 40px;
	line-height: 36px;
	font-weight: 300;
	/* [disabled]text-transform: uppercase; */
	padding-bottom: 10px;
	width: 490px;
	/* [disabled]height: 40px; */
	text-align: right;
}
.txt_5{
	padding: 20px;
	background-color: rgba(255,255,255,.4);
	text-align: justify;
	transition: all ease .5s;
}
.txt_5:hover{
	background-color: rgba(255,255,255,.6);
}
.txt_5_2{
	width: 194px;
	float:right;
	text-align: left;
	padding-left:40px;
	transition: all ease .5s;
}
.txt_5_2:hover{
	color: rgba(255,255,255,1);
	background-color:rgba(0,0,0,.4);
}
.txt_5_2 i{
	font-size:30px;
	float:left;
}
.txt_5_2 p{
	font-size:22px;
	font-weight:700;
	line-height:28px;
	float:left;
}
.txt_6{
	float: right;
	font-weight: 300;
	padding-right: 20px;
	width: 396px;
	text-align: right;
}
.txt_6 span{
	font-size:9px;
	line-height: 9px;
}
.txt_7{
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
	/* [disabled]text-transform: uppercase; */
	padding-bottom: 16px;
}
.txt_8{
	padding: 0px 0px 4px 6px;
	font-size: 24px;
}
.txt_9{
	padding:0px 0px 2px 4px; font-size:12px; font-weight:700; color:rgba(0,0,0,.4);
}
.txt_10{
	font-weight: 600;
	font-size: 14px;
}
.icon_0{
	background-image: url(../imgs/site/icons-avending.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:60px;
	height:60px;
}
.icon_1{
	margin:auto;
}
.icon_2{
	margin: auto;
	background-position: -60px 0px;
}
.icon_3{
	float:right;
}
.icon_4{
	background-position: -120px 0px;
}
.icon_5{
	background-position: -180px 0px;
}
.icon_6{
	background-position: -240px 0px;
}
.icon_7{
	background-position: -300px 0px;
}
.icon_8{
	background-position: -360px 0px;
}
.icon_9{
	background-position: -420px 0px;
}
.icon_10{
	background-position: -480px 0px;
}
.icon_11{
	background-position: -540px 0px;
}
.icon_12{
	background-position: -600px 0px;
}
.icon_13{
	background-position: -660px 0px;
}
.icon_14{
	background-position: -720px 0px;
}
.icon_15{
	background-position: -780px 0px;
}
.icon_16{
	background-position: -840px 0px;
}
.icon_font_1{
	margin: auto;
	font-size: 50px;
	text-align: center;
}
.icon_font_1 i{
	color: rgba(0,0,0,.1);
	/* [disabled]text-shadow: 2px 2px 0px rgba(255,255,255,.5), 1px 1px rgba(0,0,0,.5); */
}
.btn_0 {
	cursor:pointer;
	color:rgba(0,0,0,.5);
	font-size:12px;
	font-weight:700;
	padding:20px;
	text-align:center;
	text-transform:uppercase;
}
.btn_0_1 {
	width: 200px;
	margin: auto;
}
.btn_0_2 {
	width: 200px;
	float:right;
}

.vermelho {
	background-color: rgba(155,16,28,1);
	transition: all ease .5s;
}
.vermelho:hover {
	background-color: rgba(219,22,39,1);
}

.ml_10{
	margin-left:10px;
}
.mb_10{
	margin-bottom:30px;
}
.mb_20{
	margin-bottom:20px;
}
.mb_30{
	margin-bottom:30px;
}
.mr_0{
	margin-right:0px;
}
.mt_10{
	margin-top:10px;
}
.mt_20{
	margin-top:20px;
}
.mt_30{
	margin-top:30px;
}
.pr_40{
	padding-right:40px;
}


