

#hq{
	max-width: 640px;
	margin: 0 auto;
}

#hq svg,
#hq svg *{
    font-family: "Open Sans" !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 14.2px;
    font-weight: 700;

}

#hq {
	position: relative;
	max-height: 450px;
}

#hq .scroll_content{
	width: 100%;
	overflow: hidden;
}

#hq article {
	float: left;
	display: none;
}

#hq article:first-child {
	display: block;
}

#hq nav{
	position: absolute;
	bottom: 0;
	z-index: 1;
}

#hq nav a {
	margin: 5px;
	text-decoration: none;
	font-size: 35px;
	font-weight: bold;
	/*color: white;
	text-shadow: 0px 0px 5px black;*/
}

#hq nav a.disabled {
	opacity: 0.5;
}

.quadrinho{
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;	
}

.quadrinho svg{
	position: absolute;
	top:0;
	left: 0;
}

.quadrinho .balao,
.quadrinho text,
.quadrinho tspan {
	cursor: default;
}

#hq tspan.textstyle-i{
	font-style: italic;

}

#hq tspan.textstyle-b{
	font-weight: bold;
}

rect{
	/*opacity: 0.25;*/
}


#hq nav#hq-nav {
    bottom: 0;
    position: static;
    z-index: 1;
}

article .quadrinho img {
	height: auto !important;
}

.hq-next {
    /*background-image: url("../img/fotonovela/bt_next.png");*/
    height: 45px;
    position: absolute;
    right: -60px;
    top: 50%;
    width: 45px;
}

#hq {
    margin: 0 30px;
}

.hq-prev {
    /*background-image: url("../img/fotonovela/bt_prev.png");*/
    height: 45px;
    left: -60px;
    position: absolute;
    top: 50%;
    width: 45px;
}

@media (max-width:780px){
	.hq-prev {
    	/*background-image: url("../img/fotonovela/bt_prev_peq.png");*/
		height: 36px;
		width: 36px;  
	}
	
	.hq-next {
    	/*background-image: url("../img/fotonovela/bt_next_peq.png");*/
		height: 36px;
		width: 36px;
	}
}
