.img_principal_ar{
	margin-top:80px;
	margin-bottom:80px;
}

#principal_ar{
	color: #000;
font-family: "ABC Favorit";
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 60px; /* 100% */
letter-spacing: -1.2px;
}

#sub_principal_ar{
	color: #000;
font-family: "ABC Favorit";
font-size: 22px;
font-style: normal;
font-weight: 350;
line-height: normal;
letter-spacing: -0.5px;
}


/*hasta acá sirve para TV*/

.tit{
	color: #FFF;
font-family: "ABC Favorit Mono";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 10.018px; /* 62.612% */
text-transform: uppercase;
}

.car{
	background-image: url('../images/bg_ar.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	
}

.box{
	border-radius: 20px;
border: 3px solid #FFF;

height: 234px;
flex-shrink: 0;
}

.box:hover{
	border-radius: 20px;
border: 3px solid #FFF;
background: rgba(255, 255, 255, 0.30);
backdrop-filter: blur(10px);
}

.number{
	color: #FFF;
font-family: "ABC Favorit Mono";
font-size: 16px;
font-style: normal;
font-weight: 350;
line-height: normal;
letter-spacing: -0.32px;
}

.car_title{
	color: #FFF;
font-family: "ABC Favorit";
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.5px;
}

.car_desc{
	color: #FFF;
font-family: "ABC Favorit";
font-size: 16px;
font-style: normal;
font-weight: 350;
line-height: normal;
letter-spacing: -0.32px;
}
.box hr{
	stroke-width: 1px;
stroke: #FFF;
color:white;
width:90%;
}

#ready{
	background: #1C1C1C;
	padding-top: 85px;
	padding-bottom: 85px;
	
}

#ready h2{color: #FFF;
text-align: center;
font-family: "ABC Favorit";
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 60px; /* 100% */
letter-spacing: -1.2px;}
#ready p{
	color: #FFF;
text-align: center;
font-family: "ABC Favorit";
font-size: 25px;
font-style: normal;
font-weight: 350;
line-height: normal;
letter-spacing: -0.5px;
}



	@media (max-width:768px){
		.car{
			background: #666666;
			background-color: #666666;
		}
		
	}