.top{
	padding-top: 5px !important;
	padding-bottom: 5px !important;	
}
.top a{
	text-decoration: none;
	font-size: 20px;
	color: #E83642;
}
.top a:hover{
	color: #BBBCC0;
}
.top .text-top{
	margin-top: 7px;
	text-align: right;
	font-size: 30px;
}
.brand a{
	display: flex;
	align-items: center;
	text-decoration: none;	
}
.brand img {
	display: block;
	float: left;	
	height: 60px;
	border-radius: 100%;
}
.brand span {
	display: block;
	float: left;
	max-width: 175px;
	margin-left: 16px;
	display: inline-block;
	font-family: "Poppins";
	font-weight: 700;
	letter-spacing: -0.8px;
	font-size: 26px;
	color: #CE93D8;
	line-height: 25px;	
}
.logo-bobile{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.logo-bobile .titulo-texto{
	font-size: 26px;
	color: #CE93D8;
}
.logo-bobile .sub-titulo-texto{
	font-size: 20px;
	color: #CE93D8;
}
.logo-bobile a{
	color: #CE93D8;
}

@media (max-width: 991px) {
	.logotipo-bobile img{
		width: 220px;
		height: 220px;
		display: float;
	}
	.logotipo-bobile, .logotipo-bobile a{
		text-align: center;
		color: #AF7DB8;
	}
}