<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.carousel-item.active{
	background-color: transparent
}
.indisponible, .indisponible a{
	font-size: 0.8rem;
    color: red!important;
	font-weight: bold;
}
.disponible {
	font-size: 0.8rem;
    color: #00a676!important;
	font-weight: bold;
}
.disabled{
	opacity: 0.7
}
@media (max-width: 767px) {
	.title-black {
		font-size: 1.5em;
	}
	.col-55 {
		    width: 83.33333333%;
	}
	.col-05 {
		flex: 0 0 auto;
	    width: 16.66666667%;
	}
}</pre></body></html>