section {
	padding: 100px 0px;
	font-family: "Neue Haas Unica";
	min-height: 790px;
}

/* GLOBAL SECTION STYLES */
.section-title {
	font-style: normal;
	margin-bottom: 30px;
}

.section-title.size-medium {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--Azul-oscuro);
}

.section-title.size-large {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: -0.32px;
}

.section-title.color-light {
	color: var(--Gris);
}

.section-title.color-dark {
	color: var(--Azul-oscuro);
}

.section-title.color-white {
	color: #fff;
}

.section-description {
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.section-description.size-medium {
	font-size: 1.125rem;
	color: #242020;
}

.section-description.size-small {
	font-size: 0.9375rem;
	color: #242020;
}

/* end GLOBAL SECTION STYLES */

/* HERO */
.hero {
	background-image: url("../../images/rse_bg.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 12px;
	height: 200px;
	position: relative;
	font-family: "DINPro";
	overflow: hidden;
	left: 50%;
	border-radius: 10px;
	transform: translateX(-50%);
	width: calc(100% - 24px);
}

.hero__color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(26, 38, 125, 0.7);
}

.hero__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 1;
}

.hero__container h1 {
	color: #d6f510;
	text-align: center;
	font-family: "DINPro";
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 5px;
	text-transform: uppercase;
	z-index: 1;
}

/* end HERO */

/* BRANDS */

.brands-section .container svg {
	width: 100%;
	height: 100%;
}

/* end BRANDS */

@media (min-width: 769px) {
	section {
		padding: 130px 0px;
	}

	.section-title {
		font-family: "Neue Haas Unica";
		font-style: normal;
		margin-bottom: 30px;
	}

	.section-title.size-medium {
		font-size: 2.25rem;
		font-weight: 700;
		margin-bottom: 15px;
		color: var(--Azul-oscuro);
	}

	.section-title.size-large {
		font-size: 3.25rem;
		font-weight: 500;
		letter-spacing: -0.32px;
	}

	.section-title.color-light {
		color: var(--Gris);
	}

	.section-title.color-dark {
		color: var(--Azul-oscuro);
	}

	.section-description {
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
	}

	.section-description.size-medium {
		font-size: 1.3125rem;
		color: #242020;
	}

	.section-description.size-small {
		font-size: 0.875rem;
		color: #242020;
	}

	/* HERO */
	.hero {
		background-image: url("../../images/rse_bg.webp");
		height: 590px;
		top: 24px;
		padding: 0px;
		margin: 0;
		width: calc(100% - 50px);
	}

	.hero__container h1 {
		font-size: 4.875rem;
	}

	/* end HERO */
}
