@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
	font-family: "Inter", sans-serif;
}
.navbar{
	z-index: 99;
}
body,html{
	height: 100dvh;
}
.wrapper-content-black-friday{
	background: url(../img/panel-con-esferas-8.png) , linear-gradient(-50deg, #120F7B,  #000 52% );
	background-repeat: no-repeat;
	background-position: right -40%;
	background-size: contain;
}
.logotype{
	height: 44px;
}
.container-fluid{
	max-width: 1486px;
}
.nav-link{
	color: #FFF!important;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 14px;
}
.title-black-friday{
	font-size: 96px;
	color: #FFF!important;
	line-height: 1.02;
}
.banner{
	height: 100dvh;
	max-width: 1240px;
}
.number-discount{
	font-size: 200px;
	line-height: .9;
}
.simbol-discount{
	font-size: 96px;
}
.off{
	font-size: 64px;
	line-height: 0.6;
}

.off,.title-black-friday,.number-discount{
	font-weight: 900;
}
.text-warning{
	color: #E3FF0C!important;
}
.discount{
	max-width: 320px;
}
.box-prices{
	height: 48px;
	border-radius: 4px;
	padding: 0 20px;
	align-content: center;
	text-align: center;
	color: #FFF;
}
.old-price{
	background: #BE1622!important;
	border-radius: 48px;
	text-decoration: line-through;
}
.btn-success{
	background: rgb(0, 141, 54);
	border-color: rgb(0, 141, 54);
	border-radius: 4px;
}
.labelprice{
	font-size: 14px;
	font-weight:normal;
	margin-bottom: 5px;
	display: block;
}
.box-prices{
	background: #008D36;
}
.info-sistem ul li{
	margin-bottom: 16px
}
.info-sistem{
	background: #FFFFFF;
	opacity: 79%;
	z-index: 9;
	position: relative;;
	max-width: 449px;
}
.title-info{
	color: #191251;
	font-size: 32px;
}
.bola-1{
	height: 180px;
	right: -30px;
	top: -70px;
}
.bola-2{
	bottom: 0;
	height: 224px;
}
.latir{
	animation: latir 1s linear infinite;
}
footer{
	background: #000 !important;
}
.mapa li a,.redes li{
	font-size: 12px;
}
@keyframes latir{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.05);
	}
	100%{
		transform: scale(1);
	}
}
@media (max-width: 1280px){
	main{
		width: 90%;
		margin: auto;
	}
}
@media (max-width: 1140px){
	main{
		width: 100%;
	}
}
@media (max-width: 990px){
	.navbar-collapse{
		width: 100%;
		background: #000!important;
	}
	.navbar-nav{
		margin:15px 0 !important;
	}
}
@media (max-width: 890px){
	.title-black-friday{
		font-size: 64px;
	}
	.number-discount{
		font-size: 96px;
	}
	.simbol-discount{
		font-size: 48px;
	}
	.off{
		font-size: 36px;
	}
	.title-info{
		font-size:18px !important;
	}
	.list-unstyled{
		font-size: 13px;
	}
	.end-info{
		font-size: 13px;
		font-weight: bold;
	}
}
@media (max-width: 400px){
	html,body,
	.wrapper-content-black-friday,main,.banner {
		height: auto !important;
	}
	.banner {
		padding: 100px 0;
	}
	.blackcontent{
		z-index: 9;
	}
}