.btn {
	text-decoration: none;
	background: none;
	font-size: 1.125rem;
	border: 1.5px solid rgba(255,255,255,.5);
	transition: .5s;
	font-weight: 400;
}

.btn:hover {
	color: #fff;
	background: rgba(0,0,0,.15);
	border: 1.5px solid rgba(255,255,255,1);
}

.fileWrap {
	margin: 0 auto 1rem auto;
}

.file {
	padding: 0 0 0 2rem;
	display: block;
	font-size: .9rem;
	border-radius: 30px;
	line-height: 1;
}

.homeSis .file {
	color: #fff;
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.file a {
	color: #fff;
	border-radius: 30px;
	padding: 1rem 2rem 1rem 4rem;
	text-decoration: none;
	margin-left: 1rem;
	transition: .5s;
	font-size: 1.25rem;
	line-height: 1.25;
	background-image: url('../images/download.svg');
	background-size: auto 2rem;
	background-position: 1rem center;
	background-repeat: no-repeat;
}

.file a:hover {
	background-color: #12242a;
}

.file span {
	font-size: 1rem;
    opacity: .5;
    min-width: 90px;
    display: inline-block;
    text-align: center;
}

.archive h4 {
	padding: 4rem 0 0 0;
    font-family: 'TiemposHeadline', serif;
}

.archive h4 strong {
	color: #00A9CE;
}

.archive h1 {
	line-height: 1;
	padding: 3rem 0;
}

.archive .file {
	display: grid;
	grid-template-columns: 20% 80%;
    align-items: center;
}

.archive .fileWrap {
	text-align: left;
}

.archive .file a {
	font-size: 1rem;
}

.back {
	width: 3rem;
	height: 3rem;
	background-image: url('../images/back.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 3.5rem;
	left: 1rem;
	opacity: .5;
	transition: .5s;
}

.back:hover {
	opacity: 1;
}