.logo-privacy{
	height: 185px;
	margin-bottom: 155px;
}

.cover-title-privacy{
	color: white;
	font-size: 250% !important;
}

.background-privacy-cover{
	background-color: #095b0b94;
	width: 100%;
	position: absolute;
	height: 100%;
}

.background-notice-privacy{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../../../assets/images/home/cover-one-2.jpg);
}

.notice-container{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.notice-container p{
	font-size: 110%;
	text-align: justify;
}

@media only screen and (max-width: 425px) {
	.cover-title-privacy{
		font-size: 158% !important;
	}

	.logo-privacy{
		height: 225px !important;
	}
}
