@charset "utf-8";
/* CSS Document */

/*body { overflow-x: hidden; background-image:url(../images/site.jpg) !important; background-position:center; }*/
body.et_map_full_screen span.mostrar_paradas {
	right: -2px;
	background: url(../../images/botao_parada_show_gr.png) no-repeat;
	width: 246px;
	height: 113px;
	margin-top: -56px;
	margin-right:0px;
	
}

body.et_map_full_screen .overlay_paradas { display:none !important; }

body.et_map_full_screen span.mostrar_paradas:hover {
	margin-right:0px;
}

span.mostrar_paradas { 
	display:block;
	position: fixed;
	right: 0px;
	top: 50%;
	font-size: 15px;
	color:#FFF;
	background: url(../../images/botao_parada_show.png) no-repeat;
	cursor:pointer;
	width: 156px;
	height: 72px;
	text-indent: -50000px;
	z-index: 999999999;
	margin-top: -36px;
	margin-right:-117px;
	
	-webkit-animation: pulsando_btn ease 2s infinite;
	-moz-animation: pulsando_btn ease 2s infinite;
	-ms-animation: pulsando_btn ease 2s infinite;
	animation: pulsando_btn ease 2s infinite; 
	
	
}

span.mostrar_paradas:hover {
	margin-right:0px;
}

.mostrar_paradas {
	/* Animation */
	
	
}

@-webkit-keyframes pulsando_btn {
	50% { right:-6px; }
	100% { right:0px; }	
}

@-moz-keyframes pulsando_btn {
	50% { right:-6px; }
	100% { right:0px; }	
}

@-ms-keyframes pulsando_btn {
	50% { right:-6px; }
	100% { right:0px; }	
}

@keyframes pulsando_btn {
	50% { right:-6px; }
	100% { right:0px; }	
}



.overlay_paradas { display:none; position: fixed;  z-index:999999;  width:100%; height:100%; top:0; left:0; }
.overlay_paradas {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-8 */
}

.out_acoes { position:absolute; left: -155px; top: 30px; /* padding: 50px; */}
.out_acoes a { display:block; float: right; clear: right; padding: 5px; margin-bottom: 20px; color: #FFF; text-decoration: none; font-weight: bold; text-transform: uppercase; letter-spacing: -0.7px; font-size: 16px; padding-right: 30px; position: relative;}
body.et_map_full_screen .out_acoes .ver_mapa { display:none; }
body.et_map_full_screen .out_acoes a { margin-left:15px; padding:10px 0px 0; }
body.et_map_full_screen  .out_acoes a::after { right:-40px; top:5px;}
body.et_map_full_screen .out_acoes { left:-120px; top:5px; }
body.et_map_full_screen .out_acoes::before { 
display:block; 
width: 120px; 
height:55px; 
background: #DC8701; 
content:''; 
position:absolute;
top:-10px;

}

body.et_map_full_screen .mapa_opc { display:none;}


.out_acoes a:hover { opacity:0.8; }
.out_acoes a::after { display:inline-block; content:''; width:29px; height:29px; position: absolute; right: -8px; top: -2px;}
.out_acoes .fechar::after { background:url(../images/fechar_icon.png) no-repeat; }
.out_acoes .ver_mapa::after { background:url(../images/map_icon_gr.png) no-repeat; }

.paradas_side { display:none; position:fixed;  z-index:9999999999; right:0px; top:0px; width:610px; height:100%; background:#FFF; }
.paradas_side h1 { font-size: 40px; color:#30435f; text-align:center; }

.paradas_side ul.menu { height:60px; border: 1px solid #d8d8d8;  border-right:none; border-left:none; padding-left: 63px; margin:0 auto;}

.paradas_side ul.menu li:hover,
.paradas_side ul.menu span:hover { border-bottom:3px solid #32474f; color:#32474f; }

.paradas_side ul.menu li,
.paradas_side ul.menu span { display:inline-block; text-align:center; width: 155px; padding-top: 13px; color:#8f8f8f; height: 100%; font-size: 22px; cursor:pointer;}

.paradas_side .menu li::before,
.paradas_side .menu span::before { content:''; display:inline-block; height:24px; width:17px; margin-right: 10px;  margin-bottom: -2px; } 

.paradas_side li.sul::before,
.paradas_side span.sul::before { background:url(../images/pin_azul.png) no-repeat;} 

.paradas_side li.norte::before,
.paradas_side span.norte::before { background:url(../images/pin_laranja.png) no-repeat;} 

.paradas_side li.todas::before,
.paradas_side span.todas::before { width:0px; }

.paradas_side ul.lista_paradas { position:relative; height:90%; overflow-y: auto; padding-bottom: 155px;}
.paradas_side ul.lista_paradas li { border-bottom: 10px solid #f0f0f0; padding:30px; }
.paradas_side ul.lista_paradas li a { text-decoration:none; }
.paradas_side ul.lista_paradas li:hover { opacity:0.8; }
.paradas_side ul.lista_paradas li {
	/* Animation */
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;	
}

ul.lista_paradas .detalhe { float:left; width: 310px; padding-right: 15px;  }
ul.lista_paradas .detalhe h2 { font-size:20px; color:#4a6e2f; margin-bottom: -8px;}
ul.lista_paradas .detalhe p { color:#646464; margin-bottom:10px; line-height: 16px; font-weight: normal; font-size: 15px;}
ul.lista_paradas .data { display:block; font-size:20px; color:#323332; margin: 13px 0 5px; font-weight: normal;}
ul.lista_paradas .data::before { display:inline-block; content:''; height:19px; width:19px; background:url(../images/calendar_icon.png) no-repeat; margin: 0 10px -1px 0;  }
ul.lista_paradas .ilustracao { position:relative; float:left; width:220px; }
ul.lista_paradas .ilustracao img { width:220px; height:135px !important; }
ul.lista_paradas .ilustracao::before { position:absolute; font-weight:bold; color:#FFF; left:0px; top:0px; display:block; padding: 8px 8px 8px 25px; font-size: 18px;}

ul.lista_paradas .eixosul .ilustracao::before { content:'Sul'; background: url(../images/pin_branco.png) no-repeat #3c6ac8 6px 6px; }
ul.lista_paradas .eixonorte .ilustracao::before { content:'Norte'; background: url(../images/pin_branco.png) no-repeat #dc8700 6px 6px; }



.opcoes { position:relative; }
.opcoes a { position:relative; display:inline-block; padding: 10px 10px 10px 33px; border:1px solid #e5e5e5; text-decoration:none; color:#646464;   }
.opcoes a::before { display:block; position:absolute; left: 6px; top: 7px; content:''; width:20px; height:20px; } 
.opcoes a.mapa_opc { margin-left:10px; }
.opcoes a.mapa_opc::before  { background:url(../images/map_icon_pq.png) no-repeat center; }
.opcoes a.detalhe_opc::before  { background:url(../images/detalhe_icon.png) no-repeat center; }
.opcoes a { 
	/* Animation */
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	/* Border Radius */
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	/* Shadow */
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.opcoes a:hover { box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.5); }



