*{
	line-height: initial;
}

@font-face {
	font-family: 'BebasNeue';
	font-style: normal;
	font-weight: 100;
	font-display: block;
	src: local('BebasNeue'), url('/fonts/BebasNeue/BebasNeue-Bold.otf') format('truetype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.title_numeric{
	font-family: 'BebasNeue';
	font-size: 7rem !important;
	color: var(--azul);

	position: relative;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title_numeric:not(h1):after{
	content: '';

	display: block;
	width: 70%;
	height: 2px;
}

.title_purple{
	font-weight: bold;
	color: var(--purple);
	font-style: italic !important;
	font-size: 2.3rem;
	text-transform: uppercase;
}

.text-purple{
	font-weight: 600;
}

.content p,
.content .list,
.content .btn-vkng{
	font-size: 1.7rem;
}

.vineta{
	left: -2.8rem;
}

.btn-vkng{
	border: 10px solid var(--azul);

	/* font-size: 1.8rem; */
    color: var(--azul);
    font-weight: bold;

	border-radius: 0 !important;
    padding: 0 0.5rem;
}

.btn-vkng:hover{
	background-color: var(--azul);
	color: #fff;
}

.card-purple{
	display: block;

	width: 70%;
    height: auto;

	background-color: rgb(75 16 233);
    color: #fff;

    padding: 0.7rem 2.5rem;
    border-radius: 10px;

	font-weight: 500;
	font-size: 1.7rem;
}


