.transition-fade {
	transition: 0.4s;
	position: relative;
	opacity: 1;
	right: 0;
}

html.is-animating .transition-fade {
	opacity: 0;
	right: 10px;
}

.carousel.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity ease-in .7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}


#parallax .parallax1 {
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-image: url(http://swup.it/wp-content/uploads/2020/04/back-scaled.jpg);
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.numero {
	font-size: 120px;
	position: absolute;
	bottom: 0;
	right: 3rem;
	opacity: 0.5;
	font-weight: 300;
}
