/*valor_em_vh = (valor_em_px / altura_total_em_px) * 100*/



/*---------------------------------------- Área Principal Slide */
#conteudo-geral{
max-width: 780px;

}

.cycle-slideshow, .cycle-slideshow * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.cycle-slideshow {
    position: relative;
	height:auto;
    margin: 0 auto;
    padding: 0;
    background: url("img/spinner.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
.cycle-slideshow > a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:0;
    display: block;
}
/*---------------------------------------- Imagem */
.cycle-slideshow img {
    position: absolute;
    display: block;
    left: 0;
    padding: 0;
    top: 0;
    width: 100%;
}
.cycle-slideshow img:first-child {
    position: static;
}

.cycle-slideshow img:hover {
	filter: blur(3px);
}



.legenda{
    position: absolute;
    font-family: tahoma, arial;
    z-index: 100;
    opacity: 1;
    padding: 1rem 2rem;
    font-size: 16px;
    color: #ffffff;
    height: 194px;
    width: 250px;
    bottom: 0;
    left: 0;
    margin-left: 50px;
    margin-right: 0px;
    background-color: rgba(0,0,0, 0.5);
}

.legenda a {
    font-size: 1.7rem;
    color: #fff;
}

.title-slide a h3 {
    color: #fff;
    font-weight: bold;
    font-size: 1.9rem;
}

.raxo-box.raxo-slideshow {
    padding-left: 0px;
}
#cursor{
    cursor: auto;
}

div#slide.cycle-slide{
    position: absolute;
    display: block;
    left: 0;
    padding: 0;
    top: 0;
    width: auto;
    height: auto;
}

#marcador_bolinha {
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -15px;
    width: 100%;
    z-index: 500;
}
#marcador_bolinha span {
    color: #DDDDDD;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 50px;
    height: 16px;
    width: 16px;
}
#marcador_bolinha span.cycle-pager-active {
    color: #D69746;
}
#marcador_bolinha > * {
    cursor: pointer;
}
#marcador_numeracao{
    position: absolute;
    bottom: 13px;
	right: 8px;
    z-index: 9999999;
}

a#cont-slide{
	float:left;
	display:block;
	background-color:#000;
	font-family:arial;
	font-size:13px;
	color: #fff;
	font-weight:normal;
	text-decoration:none;
	padding: 1px 3px 1px 3px;
	margin: 0 3px;
}
a#cont-slide.cycle-pager-active{
	background-color:#000;
	font-family:arial;
	font-size:15px;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 5px 2px 5px;
}
.contador {
    bottom: 15px;
    color: #FFFFFF;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 700;
    height: 30px;
}
#area-setas{
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.seta-prev, .seta-next{
    cursor: pointer;
    opacity: 0;
    z-index: 800; 
}
.seta-prev{
    background: url("img/left.png") no-repeat scroll 3% 50% rgba(0, 0, 0, 0);
    left: 0px;
    width: 50px;
    height: 100%;
}
.seta-next{
    background: url("img/right.png") no-repeat scroll 95% 50% rgba(0, 0, 0, 0);
    right: -32px;
    width: 50px;
    height: 100%;
}
.seta-prev:hover, .seta-next:hover {
    opacity: 0.7;
}
.disabled {
    opacity: 0.5;
}
.cycle-paused:after {
    background: none repeat scroll 0 0 #000000;
    border-radius: 10px;
    color: #FFFFFF;
    content: "Em pausa...";
    opacity: 0.5;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 500;
}
/**************************************** Table Horizontal e PC (768x1024)*/
@media (min-width: 769px) and (max-width: 1024px){}
/**************************************** Tablet Vertical (768x1024)*/
@media (min-width: 481px) and (max-width: 768px){}

/******************************************** Celular Vertical (320x480) e Celular Horizontal (480x320)*/
@media (min-width: 320px) and (max-width: 480px){	
.cycle-slideshow > a{
	position:absolute;
	top:111px;
	left:0;
	width:100%;
	padding:0;
	display: block;
	}
  
}
@media only screen and (max-width: 1130px) {
    div#slide.cycle-slide{
        width: 100% !important;
    }

}