body {
	background-color: #505050;
}
.navbar {
	
	background-color: #572364;
	padding-top: 0px;
	padding-bottom: 0px;
}

.head-hide{
	position: fixed;
	height: 82px;
}

.marco{

	background-color: #fff;
	/*box-shadow: 0px 10px 5px #000;*/
	padding: 0px;
	max-width: 1400px !important;
	width: 96%;
}



.navbar-brand{
	margin-left: 28px;
	height: 82px;
	padding: 0px;
}

.navbar .nav-item .nav-link{
	color: #fff;
}

.navbar .nav-item .nav-link:hover{
	color: #f1b61a;
	font-weight: bold;
}
.main-header{
	position: relative;
	background: url(../../public/assets/img/e-learnig.jpg);
	background-position: center;
	background-size: cover;
	min-height: 600px;
}

.background-overlay {
	/*background: rgba(48, 51, 107,0.7);*/
	position: absolute;
	background: rgba(0, 0, 4,0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.group_elements {
	padding: 20px;
}

.form-control, .btn {
	border-radius: 0;
}

.team {
	background: #572364;
}

footer {
	background: #572364;
	font-size: small;
}

a.custom-card {
	color: inherit;
	text-decoration: none;
}

.card.box:hover {
	background: #F5DDFF;
}

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

.aviso {
	background: #f1b61a !important;
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
}

.principalTitle{
	font-family: verdana,helvetica;
	font-weight: bolder;
	font-size: 3.5em;
	text-shadow: 10px 10px 5px black;
}

.form_att {
	margin: 0 auto;
	padding: 0 20px 20px;
	background-color: white;
	border-radius: 10px;
}