@charset "utf-8";

.top-text{
	text-align: justify;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: rgba(0,0,0,0.9);
}

.iframe{
	border: 1px rgba(0, 0, 0, 0.5);
}

.whiteline {
	margin: 0;
	border: none;
	border-top: 3px solid rgba(255, 255, 255, 1);
	overflow: visible;
	text-align: center;
}

.title-news {
	display: block;
	color: rgba(0, 0, 0, 0.2);
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	padding: 0.5rem;
	width: 100%;
}

.carousel-shadow {
	text-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,0.8), -0.2rem -0.2rem 1rem rgba(0,0,0,0.8);
}

.top-content-box {
	width: 90%;
	height: auto;
	align-items: center;
	background-color: rgba(0,0,0,1);
	border-radius: 5%;
	position: relative;
}

.top-photo-box img {
	width: 100%;
	height: 100%;
	border-radius: 5%;
}

.top-photo-box:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.top-photo-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.top-photo-shadow {
	text-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,0.8), -0.2rem -0.2rem 1rem rgba(0,0,0,0.8);
}

