body{
   background: #0e0e0e;
	margin:0;
	padding:0;
	
}


.btn{
	cursor:pointer;
		position: relative;
		padding:20px 6px;
		background-color: none;
		border-top-right-radius:10px;
		border-bottom-left-radius:10px;
		transition:all 1s;
		&:after,&:before{
			content:" ";
			width:5px;
			height:5px;
			position:absolute;
			border :0px solid #343e6b;
			transition:all 1s;
			}
		&:after{
			top: -1px;
			left:-1px;
			border-top:5px solid #0003bd;
			border-left:5px solid #0003bd;
		}
		&:before{
			bottom:-1px;
			right:-1px;
			border-bottom:5px solid #0003bd;
			border-right:5px solid #0003bd;
		}
		&:hover{
			border-top-right-radius:0px;
		border-bottom-left-radius:0px;
		background-color: rgb(233, 41, 41);
		background:rgb(221, 0, 0);
		color:rgb(241, 234, 234);
			&:before,&:after{
				
				width:100%;
				height:100%;
				 border-color:rgb(26, 13, 82);
			}
		}
	}
	.data-container{
		padding-left: 1px;
		margin-left:1px;
		width: 22vh;
		display:flex;
		justify-content: center;
		align-items: center;
	}
	
	.xul{
		list-style-type: none;
		margin: 10px;
	   padding: 20px;
	}
	.xli{float:left;}
	.xli a{
		color: rgb(255, 255, 255);
		text-decoration: none;
	}


	
	
	.brand img{
		width: 30px;
		height: 30px;
		margin-left: 20px;
	}


*{
    margin: 0;
    padding: 0;
	box-sizing: border-box;
    font-family: 'Mukta';

}
body{
    height: 100vh;
    width: 100%;
    position: relative;
  
}
video{
    width: 100%;
}

.caja-video video{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: absolute;
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.caja-video::after{
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100vh;
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}



.content{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	
}


@font.face {
    font-family:'Mukta';
    src: url('Mukta-Regular.ttf');
}



.neon{
	font-size: 6em;
	font-weight: 500;
	color: #b12020;
	letter-spacing: 5px;
	cursor: pointer;
	text-transform: uppercase;
	transition: 1s;
}
.neon:hover{
	color: #f5f5f5;
	text-shadow: 0 0 5px #151796,
	0 0 25px #ffffff,
	0 0 50px #d40e0e,
	0 0 100px #0e0e0e;
}

.btn-neon{
	position:relative;
	display: inline-block;
	padding: 15px 30px;
	color:#fff;
	letter-spacing: 4px;
	font-size: 24px;
	text-decoration: none;
	overflow: hidden;
	transition: 0.2s;
}
.btn-neon:hover{
	background: #0003bd;
	box-shadow: 0 0 10px #0003bd, 0 0 40px
	#0003bd, 0 0 80px #0003bd;
	transition-delay: 1s;
}
.btn-neon span{
	position: absolute;
	display: block;
}
#span1{
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg,transparent,#0003bd);
}
.btn-neon:hover #span1{
	left: 100%;
	transition: 1s;
}
#span3{
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg,transparent,#0003bd);
}
.btn-neon:hover #span3{
	right: 100%;
	transition: 1s;
	transition-delay: 0.5s;
}
#span2{
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg,transparent,#0003bd);
}
.btn:hover #span2{
	top: 100%;
	transition: 1s;
	transition-delay: 0.25s;
}
#span4{
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg,transparent,#0003bd);
}
.btn-neon:hover #span4{
	bottom: 100%;
	transition: 1s;
	transition-delay: 0.75s;
}

body{
	margin: 0;
	padding: 0;
	background: #262626;
}


.icons{
	margin: 0;
	padding: 0;
	display: flex;
	position: fixed;
	margin-left: 30px;
	top: 4%;
	left: 81%;
	transform: translate(-50%, -50%);
}
.icons li{
	list-style: none;
	margin: 30px 12px;
}
.icons li a{
	position: relative;
	display: block;
	width: 30px;
	height: 50px;
	text-align: center;
	line-height: 53px;
	background: none;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	transition: .5s;
}
.icons li a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background:none;
	transition: .5s;
	transform: scale(.9);
	z-index: -1;
}
.icons li a:hover::before{
	transform: scale(1.1);
	box-shadow: 30px 30px 60px #f80000;
}
.icons li a:hover{
	color: none;
	box-shadow: 5px 5px 5px #f80000;
	text-shadow: 5px 5px 5px #f80000;
}





