.guide-destaques-index{ 
    padding: 20px 20px ;
}

.img-des img{
    width: 100%;
    height: 100%;
    float: left;
    background:#53c9fb; 
    margin: 0px;
    border-radius: 12px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.arrow-featured{
    width: 8px;
    height: 72px;
    float: left;
    font-size: 29px;
    position: absolute;
    top: 43%;
    z-index: 11;
    cursor: pointer;
}

.arrow-featured:hover{
	opacity: 0.5;
}

#next-featured{
	right: 60px;
}

#prev-featured{
	left: 10px;	
}

.banner {
    width: 100%;
    /*overflow: hidden;*/
}

.banner-conteudo{
    position: relative;
    width: 100% !important;
	border-radius: 13px;
	border-top-right-radius: 13px;
	border-top-left-radius: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}

.banner-conteudo .img-des{
    width: 100% !important;
}



@media screen and (max-width: 999px){
	.arrow-featured{
		display: block !important;
	}
}