.top{
	background: #1f1e1b;
	height: 56px;
}
.navdos{
	background: #252420;
}
body{
	background:#11100e ;
}
.logo{
	height: 30px;
}
.navbar-brand{
	font-size: 24px;
	font-weight: bold;
}
.nav-link:hover{
	color: #FFF!important;
}
.nav-link{
	color: #FFF;
	font-weight: bolder;
}
.h235{
	height: 15px;
	width: 24px;
}
.boton{
	width: 48px;
	height: 24px;
}
.btn-primary{
	background: #3162f4!important;
	border-color: #3162f4!important;
}
main{
	height: 100dvh;
	margin-top: 150px;
}
.principal{
	font-size: 64px;
	color: #FFF!important;
	font-weight: bolder;
}
.connect{
	max-width: 800px;
	padding: 32px;
	background:  linear-gradient(#1e1d19ff , #1e1d19ff) ;
}
.title-container{
	background: url(img/bg.svg)  center center no-repeat;
	width: 100%;
	height:250px;
}
.mainButton{
	height: 56px;
}
footer{
	background: #3b3834!important;
}
.cuv{
	font-size: 48px;
}
footer h3{
	color: #FFF!important;
	text-transform: uppercase;
	font-size: 14px;
}
footer ul li{
	color: rgb(131, 159, 242)!important;
	font-weight: bold;
	margin-bottom: 4px;
}
footer ul li svg{
	height: 20px;
	fill: #6a7cb1!important;
}
@media (max-width: 590px){
	.navbar{
		height: 56px;
		padding: 4px 0px 8px 0px !important;
	}
	.principal{
		font-size: 40px;
	}
	main{
		margin-top: 70px !important;
	}
	.logooasf{
		height: 48px;
	}
}