@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Carlito';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/carlito-v4-latin-regular.eot');
	src: url('../fonts/carlito-v4-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/carlito-v4-latin-regular.woff2') format('woff2'),
		url('../fonts/carlito-v4-latin-regular.woff') format('woff'),
		url('../fonts/carlito-v4-latin-regular.ttf') format('truetype'),
		url('../fonts/carlito-v4-latin-regular.svg#Carlito') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Carlito';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/carlito-v4-latin-700.eot');
	src: url('../fonts/carlito-v4-latin-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/carlito-v4-latin-700.woff2') format('woff2'),
		url('../fonts/carlito-v4-latin-700.woff') format('woff'),
		url('../fonts/carlito-v4-latin-700.ttf') format('truetype'),
		url('../fonts/carlito-v4-latin-700.svg#Carlito') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/barlow-v13-latin-regular.eot');
	src: url('../fonts/barlow-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/barlow-v13-latin-regular.woff2') format('woff2'),
		url('../fonts/barlow-v13-latin-regular.woff') format('woff'),
		url('../fonts/barlow-v13-latin-regular.ttf') format('truetype'),
		url('../fonts/barlow-v13-latin-regular.svg#Barlow') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/barlow-v13-latin-500.eot');
	src: url('../fonts/barlow-v13-latin-500.eot?#iefix') format('embedded-opentype'),
		url('../fonts/barlow-v13-latin-500.woff2') format('woff2'),
		url('../fonts/barlow-v13-latin-500.woff') format('woff'),
		url('../fonts/barlow-v13-latin-500.ttf') format('truetype'),
		url('../fonts/barlow-v13-latin-500.svg#Barlow') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/barlow-v13-latin-700.eot');
	src: url('../fonts/barlow-v13-latin-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/barlow-v13-latin-700.woff2') format('woff2'),
		url('../fonts/barlow-v13-latin-700.woff') format('woff'),
		url('../fonts/barlow-v13-latin-700.ttf') format('truetype'),
		url('../fonts/barlow-v13-latin-700.svg#Barlow') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Arial", sans-serif;
	font-family: "Carlito", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid 1px #000;
	text-align: justify;
}

.container {
	border-left: 2.812rem solid #A71633
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.link {
	color: #0000FF;
	text-decoration: underline;
}

:is(h1, h2, h3, h4, h5) {
	font-family: "Barlow", "Arial", sans-serif;
}

p {
	margin: 0 0 1rem;
}

p span,
h1 span {
	white-space: nowrap;
}

h1 {
	font-size: 1.875rem;
	line-height: 1.2;
	text-align: left;
}

h2 {
	background: #929292;
	width: fit-content;
	padding: .625rem 2.187rem .625rem 2.812rem;
	color: #fff;
	font-weight: 400;
	font-size: 1.875rem
}

h3 {
	font-weight: normal;
	font-size: 1.375rem;
	margin: 0;
	text-align: left;
}

h4 {
	color: #891729;
	font-size: 1.125rem;
	margin: 0 0 1rem;
}

h5 {
	font-weight: normal;
	font-size: 1.25rem;
}

ul {
	list-style: none;
	margin: 0 0 1.625rem;
	padding: 0;
}

ul li {
	padding: 0 0 .312rem 2.187rem
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: .75rem;
	height: .75rem;
	background: #A71733;
	margin-left: -2.187rem;
	top: .375rem;
}

header {
	display: flex;
	justify-content: flex-end;
	padding: 3.75rem 2.5rem 0 0;
}

.logo {
	width: 12.5rem;
}

article,
footer {
	padding: 0 2.5rem
}

.container_title {
	position: relative;
	margin: 0 0 15rem;
	width: 80%
}

.title_content {
	position: absolute;
	width: 100%;
	top: 0;
	left: -4.062rem;
}

.box {
	transform: rotate(-7deg);
}

.title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 1.125rem;
	background: #E5E5E5;
	transform: rotate(-7deg);
	padding: .937rem .937rem .937rem 1.125rem;
}

.title img {
	width: 1.875rem;
	transform: rotate(7deg);
}

footer p {
	margin: 0;
	padding: 0 0 3.75rem
}

@media only screen and (max-width: 49.938rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
		text-align: left;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 48rem) {
	.container {
		border-width: 1.25rem;
	}

	header {
		padding: 1.25rem 1.25rem;
	}

	.title_content {
		position: static;
		width: 100%;
	}

	.box,
	.title {
		transform: rotate(0deg);
		width: 100%;
	}

	.title {
		padding: .937rem .937rem .937rem 0;
	}

	h2 {
		padding: .625rem 1.25rem;
		width: 100%;
	}

	.container_title {
		margin: 0 0 1.25rem;
		width: 100%;
	}

	.title img {
		transform: rotate(0deg);
	}

	article,
	footer {
		padding: 0 1.25rem
	}

	footer p {
		padding: 0 0 1.25rem;
	}
}

@media only screen and (max-width: 34.375rem) {
	header {
		justify-content: center;
	}

	h2 {
		text-align: center;
	}

	.title img {
		display: none;
	}

	.title {
		padding: .937rem 1.25rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	h1,
	h3 {
		text-align: center;
		width: 100%;
	}

	ul li {
		padding-left: 1.562rem;
	}

	ul li:before {
		margin-left: -1.562rem;
	}

	p,
	ul {
		margin: 0 0 1rem;
	}

	h4 {
		margin: 0 0 .625rem;
		line-height: 1
	}

	.center {
		text-align: center;
	}
}

@media only screen and (max-width: 23.437rem) {
	h5 {
		font-size: 1.125rem;
	}
}