.layout-slideshow .sprocket-features-content {
    color: #0edfe6 !important;
    background: rgba(0, 0, 0, 0.25) !important;
    padding: 25px !important;
	padding-right: 25px !important;
	margin-left: 340px !important;
	margin-bottom: 80px !important;
    width: 800px !important;
}
.layout-slideshow .sprocket-features-title {
    font-size: 3.5em !important;
    margin: 99;
    padding: 40;
    line-height: 50px;
    border-radius: 5px;
}
body #rt-slideshow, #rt-slideshow .sprocket-features-img-list {max-height: 650px !important;}


.layout-slideshow3 .sprocket-features-content {
    color: #ffffff !important;

}
.layout-slideshow3 .sprocket-features-desc {
    
	background: rgba(0, 0, 0, 0.25) !important;
	display: block;font-size: 1.45em;line-height: 1.75em !important;
}	

.layout-fullslideshow .sprocket-features-title {
     color: #ffffff !important;
     font-size: 3.45em !important;	 
}	

.layout-fullslideshow .sprocket-features-content {
    color: #ffffff !important;
#    background: transparent !important;
    background: rgba(0, 0, 0, 0.25) !important;
}
.layout-fullslideshow .sprocket-features-desc {
    
#	background: rgba(0, 0, 0, 0.25) !important;
	display: block;font-size: 1.45em;line-height: 1.75em !important;
}
/* Redimensionar header para mobile
@media (max-width: 767px) {
#rt-header .rt-container .rt-grid-2 .rt-alpha {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-basis: 75%;
        flex-basis: 75%;
    }
}  */
	    
/** Smartphones **/
@media only screen and (max-width: 767px) {
.fp-slideshow .layout-fullslideshow .sprocket-features-title {
font-size: 2em !important;
}
.fp-slideshow .layout-fullslideshow .sprocket-features-desc {
font-size: 1em !important;
}
}
/* Mostrar desc em mobile */
div.layout-fullslideshow .sprocket-features-desc {
    display: block;
}
/* passar flags p/ direita p/ diminuir a altura do header em mobile */
div.mod-languages {
    position: fixed;
    right: 1rem;
    top: 1.2rem;
}		