/* CSS Document */

#home_banner{
    position: relative;
    max-width: 100%;
    height: 425px;
    background-image: url("../_img/home/banner.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    top: 100px;
}
.mobile #home_banner{
    top: 50px;
    background-size: cover;
}
#buscar_popup{
    margin-top: -140px;
}
#home_destaques, #home_destaques li{
	position:relative;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	/*border: 1px solid #bcbdc0;*/
	background-position: top center;
	background-size:cover;
	
}
#home_destaques li a{
	position:absolute;
	padding:20px;
	text-align:right;
	background-image:url(../_img/layout/transparente_vermelho.png);
	right:0px;
	top:40%;
	color: #FFF;
}
#home_destaques li h3{
	font-size: 16px;
	margin-bottom:5px;
}
#home_destaques li h2{
	font-size: 26px;
	text-transform:uppercase;
	font-weight:600;	
}
#home_redes{
    position: absolute;
    width: 25px;
    top: 30px;
    left: 0px;
}
.mobile #home_redes{
    display: none;
}
.cycle-pager {
	font-size: 25px;
	height: 36px;
	text-align: center;
	width: 100%;
	z-index: 0;
	position: absolute;
	bottom:120px;
	right:10px;
	overflow: hidden;
	line-height: 1000px;
	width: 100%;
	clear:both;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: center bottom;
	opacity: 0.8;
	display: none;
}
.cycle-pager span {
	display: inline-block;
	color: #fff;
	cursor: pointer;
	width: 14px;
	height: 14px;
	z-index:0;
	border: 2px solid #fff;
	background: #fff;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 10px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.cycle-pager span.cycle-pager-active { background: #f21936; border: 2px solid #f21936; color: #f21936;}
.cycle-pager > * { cursor: pointer;}

#home_opcoes{
	position:absolute;
	bottom:0px;
	width:90%;
	left: 50%;
	margin-left: -45%;
	z-index: 2;	
	overflow:hidden;
	height: 100px;
}
.mobile #home_opcoes{
	display: none;	
}
#home_opcoes li{
	margin-top: 50px;
	height: 50px;
	width: 30%;
	margin-left: 1.66%;
	margin-right: 1.66%;
	float:left;
	top: 0px;
	text-align:center;
	color: #FFF;
	background-image:url(../_img/layout/transparencia.png);
	
	
}
.mobile #home_opcoes li img{
	
}
#home_opcoes li{
	color: #BA0020;
}
#home_opcoes li:hover{
	/*height: 100px;	
	margin-top:0px;
	*/
}
#home_opcoes li a{ display:inline-block; margin-top: 15px; font-size: 18px; }
#home_opcoes li img{ vertical-align:middle; margin-right: 20px; top:-3px; }
#home_opcoes li a:link,#home_opcoes li a:hover,#home_opcoes li a:visited{ color: #ff002c; }
#home_opcoes li a:hover{ text-decoration:underline;}
#home_opcoes li p{ padding: 15px; font-size: 14px; }

#prev, #next{
	position:absolute;
	top: 60%;
	width: 60px;
	height: 46px;
	background-color:#000;
	z-index: 1;
}
#prev{
	left: 30px;
	background-image:url(../_img/home/prev.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#prev:hover{
	background-image:url(../_img/home/prev_over.png);	
}
#next{
	background-image:url(../_img/home/next.png);
	right: 30px;
	cursor: pointer;
}
#next:hover{
	background-image:url(../_img/home/next_over.png);	
}

#contato{
	position: absolute;
	background-image: url(../_img/layout/transparencia.png);
	right: 0px;
	top: 70px;
	z-index: 2;
	padding: 15px;
	color: #FFF;
	font-size: 13px;
	display: none;
}
.mobile #contato{
	display:inherit;
	top: 55px;
}
#contato h3{
	font-weight: bold;
	margin-bottom: 3px;
	padding-left: 20px;
}
#contato_left{
	float: left;
	padding-right: 15px;
	border-right: dotted 1px #fff;
}
#contato_left a:link{
	color: #FFF !important;
	text-decoration: none !important;
}
#contato_left p{
	
}
#contato_left img{
	vertical-align: middle;
}
#contato_right{
	float: right;
	padding-left: 15px;
	padding-top: 15px;
}

.conteudo{
    margin-top: 100px;
}
.mobile .conteudo{
    padding-top: 0px;
}


.conteudo h2{
    font-size: 26px;
    color: #dd1300;
    line-height: 38px;
}
.mobile .conteudo h2{
    margin-top: 10px;
    line-height: normal;
}
#bairrox{
    position: relative;
    background-image: url("../_img/home/bairro_bg.jpg");
    background-position: top center;
    min-height: 1000px;
    background-repeat: no-repeat;
    margin-top: 40px;
}
.mobile #bairrox{
    min-height: inherit;
    background-image: none;
     margin-top: 0px;
}
#bairro_video{
    width: 55%;
    height: 437px;
    float: left;
    margin-left: 11px;
}
.mobile #bairro_video{
    margin-left: 0px;
    float: none;
    width: 100%;
}
#bairro_texto p{
    line-height: 28px;
}
#bairro_video iframe{
    width: 100%;
    height: 437px;
}
#bairro_texto{
    width: 40%;
    height: 445px;
    float: right;
}
.mobile #bairro_texto{
    margin-left: 0px;
    float: none;
    width: 100%;
}
#lista_comercios{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#lista_comercios li{
    width: 140px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}
#lista_comercios li img{
    width: 90%;
}
.c_prev, .c_next{
    position: absolute;
    width: 21px;
    height: 41px;
    top: 50%;
    margin-top: -10px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.c_prev{
    left: -41px;
    background-image: url("../_img/seta_prev.png");
}
.mobile .c_prev{
    left: -31px;
}
.c_next{
    right: -41px;
    background-image: url("../_img/seta_next.png");
}
.mobile .c_next{
    right: -31px;
    
}

#buscar_home{
	position: absolute;
	padding: 12px;
	background-image:url(../_img/layout/transparencia.png);
	z-index: 997;
	top: 50%;
	left: 50%;
	width: 1000px;
    height: 90px;
	margin-left: -510px;
	margin-top: 0px;
    padding: 20px;
    font-size: 16px;
    color: #FFF;
}
.mobile #buscar_home{
    width: 100%;
    margin-left: 0px;
    left: 0px;
    margin-top: -75px;
    height: auto;
    text-align: center;
    padding: 20px 0px 20px 10px;
}
#buscar_buscar_home{
    padding: 8px 27px 8px 27px;
    background-color: #dd1300;
    border: 1px solid #dd1300;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    width: 150px;
    height: 36px;
}
.btbusca{
    padding: 8px 20px 8px 20px;
    background-color: #202020;
    border: 1px solid #535353;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    width: 150px;
    margin-right: 20px;
    height: 36px;
    cursor: pointer;
}
.mobile .btbusca{
    margin-bottom: 20px;
}
.slbusca{
    padding: 8px 20px 8px 20px;
    background-color: #202020;
    border: 1px solid #535353;
    font-size: 14px;
    color: #FFF;
    width: 160px;
    margin-right: 20px;
    height: 36px;
}
.mobile .slbusca{
    width: 325px;
}
.cpbusca{
    padding: 8px 20px 8px 20px;
    background-color: #202020;
    border: 1px solid #535353;
    font-size: 14px;
    color: #FFF;
    width: 160px;
    margin-right: 20px;
    height: 36px;
}
.mobile #codigo{
   margin-left: -20px; 
}
.busca_g{
    width: 325px;
}
.cel_op{
    background-color: #dd1300;
}
#buscar_home span{
    display: inline-block;
    margin-right: 20px;
    text-align: right;
}
.span_1{
    width: 45px;
}
.span_2{
    width: 75px;
}
.span_3{
    width: 100px;
    margin-right: 0px !important;
    text-align: center;
}
.mobile .span_1, .mobile .span_2, .mobile .span_3, .mobile .cpbusca:not(#codigo){
    display: none !important;
}
.span_3 a{
    font-size: 12px;
    color: #FFF;
    text-decoration: underline;
}
#b_bloco_2{
    margin-top: 15px;
}
.mobile #finalidade{
    margin-bottom: 20px;
}