p{
	text-align: justify;
}

.table, th, td{
	border: 1px solid #d4d4d4;
	padding-left: 5px;
    padding-right: 5px;
    font-family: Comfortaa !important;
}

.comfortaa_style{
    font-family: Comfortaa !important;
}

.head{
	background-color: #001958;
	background-image: url(../../images/798.jpg);
    width: 100%;
    height: 400px;
	background-size: cover;
    background-position: bottom;
    position: relative;
}

.bodyWhite{
	color: white !important;
	position: absolute;
    bottom: 0;
}

.focusHead{
	position: absolute;
    top: 0;
	width: 100%;
    background-color: #000000b3;
    height: 100%;
}

.headPosition{
	position: relative;
	z-index: 1;
	color: white;
	height: 100%;
}

.heigth{
	height: 100%;
}

.headNameGroup{
	color: #b3b3b3;
}

.privacyText{
	font-size: 200%
}

.noticeBody{
	margin-top: 40px;
}

.spanPrivacy{
	vertical-align: text-top;
}

.spaceParagraph{
	margin-bottom: 20px;
}

.privacyImage{
	height: 50px;
}

.questionFont{
	font-size: 140%;
}

.notMargin{
	margin: 0px !important;
}

.justify{
	text-align: justify !important;
}

.center{
	text-align: center !important;
}

.pointPadding{
	padding-left: 35px;
}

.imageBottom{
	margin-top: 20px;
	height: 115px;
	margin-bottom: 25px;
}

.licencesText{
	font-size: 80%;
}

.pointer{
	cursor: pointer !important;
}

.messageAbsolute{
	padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    z-index: 2;
    background-color: white;
    border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
	right: 10;
    top: 10;
}

.headMessage{
	padding-top: 10;
}

.hr{
	margin: 0;
	margin-bottom: 5px;
}

.notificationMessage{
	font-size: 70%;
	margin-bottom: 5px;
    margin-top: 10;
}

._status{
	background-color: #2151b3;
    width: 17px;
    height: 17px;
    position: absolute;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 0px solid #000000;
}

.closeMessage{
	position: absolute;
	top: 5px;
	right: 5px;
}

.redirect{
	color: #1888fb !important;
}

.titleNotification{
	margin-left: 25px;
	font-size: 80%;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px){
	.headImage{
		height: 190px;
	}

	.centerMobile{
		text-align: center;
	}
}