@charset "utf-8";
/* CSS Document */
.carousel-item {
	height: 50rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-caption {
    bottom: 25%;
}

@media (max-width:576px){
.carousel-caption {
    bottom: 20%;
}
	}
.carousel-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color:rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
}

#Carousel h1 {
	font-size: 5rem;
	font-weight: 700;
	color:var(--blanco);
	text-align: left;
}

#Carousel h1 span{
	font-weight: 500;

}

#Carousel p {
   font-size: 2rem;
}

@media (max-width:576px){
#Carousel h1 {
	font-size: 4rem;

}
	
	#Carousel p {
   font-size: 2rem;
}
	}
