/**
* Template Name: Selecao - v2.2.0
* Template URL: https://bootstrapmade.com/selecao-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
	--trucker-blue: hsl(203, 100%, 22%);
	--trucker-blue-alt: hsl(203, 100%, 27%);
	--embarcador: hsl(122, 39%, 49%);
	--embarcador-alt: hsl(122, 39%, 39%);
	--transportador: hsl(203, 100%, 22%);
	--transportador-alt: hsl(203, 100%, 12%);
	--motorista: hsl(36, 92%, 52%);
	--motorista-alt: hsl(36, 92%, 42%);
	--cookie-blue: hsl(206, 100%, 50%);
	--cookie-blue-alt: hsl(206, 100%, 40%);
	--default-font: "Montserrat", sans-serif;
	font-size: calc(12px + (22 - 12) * ((80vw - 280px) / (2560 - 280)));
}

body {
	font-family: var(--default-font);
	-webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: clamp(1150px, 80vw, 90vw);
	}
}

*:focus {
	outline: none !important;
}

.transparent {
	background: transparent;
	box-shadow: none;
}

.trucker-blue-text {
	color: var(--trucker-blue);
}

.form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#main > section:nth-of-type(2n) {
	background-color: #f7f7f7;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	color: white;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 400ms;
	transition-delay: 0ms;
}

/*--------------------------------------------------------------
# Section General
--------------------------------------------------------------*/

section {
	padding: 3.75rem 1rem;
	overflow: hidden;
}

section .title {
	text-align: center;
	font-weight: bold;
}

section .title-decoration {
	display: block;
	width: 4.6875rem;
	margin: 0 auto 2.5rem;
	padding: 0.3125rem 0 0;
}

section img {
	display: block;
	max-width: 100%;
}

section .subtitle {
	text-align: center;
}

section .content-area {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

section .image-card {
	margin: 1.25rem auto 1.875rem;
	padding: 0 0.9375rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	background-color: white;
	transition: ease-in-out 0.5s;
	box-shadow: 0 0.625rem 1.875rem -0.75rem rgb(0 0 0 / 42%), 0 0.25rem 1.5625rem 0 rgb(0 0 0 / 12%),
		0 0.5rem 0.625rem -0.3125rem rgb(0 0 0 / 20%);
}

header div,
header nav {
	display: flex;
	flex-direction: row;
}

header .content-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	max-width: 100%;
	height: 10vh;
}

header .logo {
	height: 100%;
	width: auto;
	max-height: 10vw;
}

header img {
	height: 100%;
	width: auto;
}

/*--------------------------------------------------------------
# Header > Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */
.nav-menu,
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
	float: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu a {
	display: block;
	position: relative;
	color: white;
	padding: 0.3125rem 0.9375rem 0.4375rem;
	margin: 0 0 0 0.3125rem;
	transition: 0s;
	font-size: 0.75rem;
	text-decoration: none;
	background-color: transparent;
	border: 0.0625rem solid transparent;
}

.nav-menu.scrolled strong {
	color: var(--trucker-blue);
}

.nav-menu.scrolled a {
	color: black;
}

.nav-menu a:hover {
	border: white solid;
	border-width: 0 0 0.0625rem;
}

.nav-menu.scrolled a:hover {
	border: var(--trucker-blue) solid;
	border-width: 0 0 0.0625rem;
}

.nav-menu .active > a,
.nav-menu .active > a:hover {
	border: white solid 0.0625rem;
}

.nav-menu.scrolled .active > a,
.nav-menu.scrolled .active > a:hover {
	border: var(--trucker-blue) solid 0.0625rem;
	color: var(--trucker-blue);
}

/* Mobile Navigation */
.mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	border: 0;
	background: none;
	font-size: 4vh;
	padding: 3vh;
	z-index: 9999;
}

.mobile-nav-toggle i {
	color: white;
}
.mobile-nav-toggle.scrolled i {
	color: var(--trucker-blue);
}

.mobile-nav {
	position: fixed;
	top: 10vh;
	right: 5vw;
	bottom: 5vw;
	left: 5vw;
	z-index: 9998;
	overflow-y: auto;
	background: white;
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 1rem;
	padding: 1rem 0;
}

.mobile-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #2a2c39;
	padding: 1rem 2rem;
	font-size: clamp(1rem, 4vh, 1.8rem);
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(20, 21, 28, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}

/*--------------------------------------------------------------
# Hero/Home Section
--------------------------------------------------------------*/
#home {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	padding: 10vh 0;
	background-image: url("../img/bg/great-ocean-road-way.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#home h1,
#home h2 {
	color: white;
	text-align: center;
	font-weight: 200;
	margin: 0;
	letter-spacing: 0.0625rem;
}

#home h1 {
	text-align: left;
	font-size: 1.5rem;
}

#home h2 {
	font-size: 1.75rem;
}

#home h1 > strong {
	font-size: 3rem;
	font-weight: bold;
}

#home h1 > span {
	margin-left: 2rem;
}

#home h1 > span > strong,
#home h2 > strong {
	font-weight: 600;
}

#home .container {
	height: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#home .carousel {
	width: 100%;
	display: flex;
	flex-direction: column;
}

#home .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	padding: 10vh 15%;
	min-height: 50vh;
}

#home .carousel-control-prev,
#home .carousel-control-next {
	width: 2.5rem;
	margin: 0 2rem;
}

#home .carousel-control-outer {
	border-radius: 50%;
	background-color: rgb(223, 223, 223);
	padding: 0.3125rem;
	width: 100%;
	height: 2.5rem;
}

#home .carousel-control-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--trucker-blue);
	padding: 0.3125rem;
	width: 100%;
	height: 100%;
}

#home .carousel-control-next-icon,
#home .carousel-control-prev-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.25rem;
	line-height: 1;
	background: none;
	width: 1.25rem;
	height: 1.25rem;
}

#home .carousel-control-next-icon {
	margin-left: 0.1875rem;
}

#home .carousel-control-prev-icon {
	margin-right: 0.1875rem;
}

#home .btn-get-started {
	font-size: 1rem;
	color: white;
	letter-spacing: 0.0625rem;
	line-height: 1;
	background: var(--trucker-blue);
	margin: 0 auto;
	padding: 0.75rem 1rem;
	border-radius: 0.3125rem;
}

#home .btn-get-started:hover {
	background: var(--trucker-blue-alt);
}

/*--------------------------------------------------------------
# Sobre
--------------------------------------------------------------*/
#sobre {
	padding-top: 5rem;
}

#sobre .title-container {
	display: flex;
	justify-content: center;
	width: 100%;
}

#sobre .title-area {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.875rem;
	max-width: 54ch;
	padding: 0 15px;
}

#sobre .title {
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.125rem;
	margin: 0 0 0.9375rem;
	padding: 0;
	text-align: center;
}

#sobre .title-decoration {
	margin: 0.625rem 0 1.875rem;
}

#sobre .subtitle {
	font-weight: bold;
	text-align: center;
}

#sobre .description {
	text-align: justify;
	text-align-last: center;
}

/*--------------------------------------------------------------
# Sobre Modal
--------------------------------------------------------------*/
#videoModal {
	padding: 0;
}

#videoModal .modal-content {
	border: 0;
}

#videoModal .modal-body {
	padding: 0;
}

#videoModal .close {
	position: absolute;
	right: 0;
	top: -2rem;
	z-index: 1041;
	font-size: 2rem;
	font-weight: normal;
	color: white;
	opacity: 1;
}

/*--------------------------------------------------------------
# Plataformas
--------------------------------------------------------------*/
#plataformas .subtitle {
	max-width: 60ch;
	font-weight: 600;
	margin: 0 auto;
	letter-spacing: 0.0625rem;
}

.animation-container {
	position: relative;
	font-size: 0.875rem;
	text-align: center;
	margin: 30px auto 0;
}

.animation-container img {
	object-fit: contain;
}

.mobile-line {
	border-left: 0.0625rem solid #0c0c0c;
	height: 0;
	position: absolute;
	top: 5px;
	left: 5px;
}

.animated .mobile-line {
	animation: draw-mobile 6s linear forwards;
}

.point {
	opacity: 0;
	position: relative;
	padding-left: 4em;
	margin-bottom: 3em;
	z-index: 2;
	text-align: left;
}

.point .text strong {
	display: block;
}

.point::after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	top: 0;
	left: 0;
	display: block;
	border-radius: 50%;
	background-color: #face48;
	cursor: pointer;
}

.point.point-hidden::after {
	display: none;
}

.point img {
	display: block;
}

.point .text {
	max-width: 70%;
	margin-bottom: 20px;
}

.animated .point {
	animation: fade 0.5s linear forwards;
}

.animated .point-2 {
	animation-delay: 1.14s;
}

.animated .point-3 {
	animation-delay: 1.71s;
}

.animated .point-4 {
	animation-delay: 2.29s;
}

.animated .point-5 {
	animation-delay: 2.86s;
}

.animated .point-6 {
	animation-delay: 3.43s;
}

.animated .point-7 {
	animation-delay: 5.2s;
}

.final-sentence {
	display: none;
}

@media (min-width: 1200px) {
	.point,
	.point .text {
		position: absolute;
	}

	.mobile-line {
		display: none;
	}

	.point .text {
		text-align: left;
		font-size: 13.4px;
		width: 55%;
		max-width: none;
	}

	.animation-container {
		width: 1000px;
		margin: auto;
		margin-top: -120px;
		margin-bottom: -130px;
	}

	.point::after {
		left: 0;
	}

	.point-1 {
		top: 125px;
		width: 410px;
		left: 14px;
	}

	.point-1::after {
		top: 75px;
		left: 180px;
	}

	.point-1 .text {
		left: 210px;
		top: 40px;
		max-width: 22ch;
	}

	.point-1 img {
		position: absolute;
		left: -30px;
		top: 25px;
	}

	.point-2 {
		top: 417px;
		left: 211px;
	}
	.point-2 img {
		position: relative;
		left: 0;
		top: -100px;
	}
	.point-2 .text {
		left: -220px;
		max-width: 22ch;
		text-align: right;
		top: -20px;
		width: 100%;
	}

	.point-3 {
		top: 508px;
		left: 335px;
		padding-top: 30px;
	}
	.point-3 img {
		margin-left: -85px;
		max-width: none;
	}
	.point-3 .text {
		width: 24ch;
		top: 30px;
		left: -60px;
	}

	.point-4 {
		top: 360px;
		left: 487px;
	}
	.point-4 img {
		position: relative;
		left: 30px;
		top: 50px;
	}
	.point-4 .text {
		width: 200px;
		left: 15px;
		top: 20px;
	}

	.point-5 {
		top: 292px;
		left: 587px;
	}
	.point-5 img {
		position: relative;
		left: -180px;
		top: -130px;
	}
	.point-5 .text {
		width: 200px;
		left: 30px;
		top: -115px;
	}

	.point-6 {
		top: 335px;
		left: 669px;
	}
	.point-6 img {
		position: relative;
		left: 35px;
		top: -200px;
	}
	.point-6 .text {
		width: 250px;
		left: 35px;
		top: -50px;
	}

	.point-7 {
		left: 737px;
		top: 477px;
	}
	.point-7 img {
		position: relative;
		left: 30px;
		top: -130px;
	}
	.point-7 .text {
		width: 25ch;
		left: 0px;
		top: 60px;
	}

	.animated .point-2 {
		animation-delay: 0.8s;
	}
	.animated .point-2 {
		animation-delay: 1.6s;
	}
	.animated .point-3 {
		animation-delay: 2.4s;
	}
	.animated .point-4 {
		animation-delay: 3.2s;
	}
	.animated .point-5 {
		animation-delay: 4s;
	}
	.animated .point-6 {
		animation-delay: 4.8s;
	}
	.animated .point-7 {
		animation-delay: 5.2;
	}

	.line {
		stroke-dasharray: 1200;
		stroke-dashoffset: 1400;
	}
	.animated .line {
		animation: draw 5.2s linear forwards;
	}
}

@keyframes fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes draw {
	from {
		stroke-dashoffset: 1500;
	}
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes draw-mobile {
	from {
		height: 0%;
	}
	to {
		height: 98%;
	}
}

/*--------------------------------------------------------------
# Serviços
--------------------------------------------------------------*/

#servicos h3 {
	font-size: 1.125rem;
	margin: 0 auto 1.875rem;
	text-align: center;
	max-width: 45ch;
}

#servicos .nav-tabs {
	border: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#servicos .nav-item {
	display: flex;
	margin: 0.625rem 2rem;
	width: 100%;
	max-width: 25%;
	min-width: 200px;
}

#servicos .nav-link {
	border: 0.0625rem solid #d4d6df;
	padding: 0.9375rem;
	transition: 0.3s;
	color: #2a2c39;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.625rem;
	width: 100%;
}

#servicos .feature-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (max-width: 992px) {
	#servicos .feature-text {
		max-width: 650px;
	}
}

#servicos .feature-text .text-justify {
	margin-bottom: 2rem;
}

#tab-emb .fas.fa-circle {
	color: var(--embarcador);
}

#servicos .emb-feature-text {
	color: var(--embarcador);
	text-transform: lowercase;
}

#servicos .emb-feature .nav-link {
	background: transparent;
	color: var(--embarcador);
	border-color: var(--embarcador);
}

#servicos .emb-feature .nav-link:hover {
	color: var(--embarcador-alt);
	border-color: var(--embarcador-alt);
}

#servicos .emb-feature .nav-link.active {
	background: var(--embarcador);
	color: white;
}

#servicos .emb-feature .nav-link.active:hover {
	background: var(--embarcador-alt);
}

#tab-tra .fas.fa-circle {
	color: var(--transportador);
}

#servicos .tra-feature-text {
	color: var(--transportador);
	text-transform: lowercase;
}

#servicos .tra-feature .nav-link {
	background: transparent;
	color: var(--transportador);
	border-color: var(--transportador);
}

#servicos .tra-feature .nav-link:hover {
	color: var(--transportador-alt);
	border-color: var(--transportador-alt);
}

#servicos .tra-feature .nav-link.active {
	background: var(--transportador);
	color: white;
}

#servicos .tra-feature .nav-link.active:hover {
	background: var(--transportador-alt);
}

#tab-mot .fas.fa-circle {
	color: var(--motorista);
}

#servicos .mot-feature-text {
	color: var(--motorista);
	text-transform: lowercase;
}

#servicos .mot-feature .nav-link {
	background: transparent;
	color: var(--motorista);
	border-color: var(--motorista);
}

#servicos .mot-feature .nav-link:hover {
	color: var(--motorista-alt);
	border-color: var(--motorista-alt);
}

#servicos .mot-feature .nav-link.active {
	background: var(--motorista);
	color: white;
}

#servicos .mot-feature .nav-link.active:hover {
	background: var(--motorista-alt);
}

#servicos h4 {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

#servicos .tab-content {
	margin-top: 3.125rem;
}

#servicos .tab-pane h5 {
	font-size: 1.25rem;
	padding: 0 0 0.75rem;
}

#servicos .tab-pane ul {
	list-style: none;
	padding: 0;
}

#servicos .tab-pane li {
	padding: 0 0 0.625rem;
}

#servicos .tab-pane i {
	font-size: 0.75rem;
	padding: 0 0.25rem 0.25rem 0;
}

#servicos img {
	margin: 0 auto;
}

#tab-mot .app-em-construcao {
	align-items: baseline;
	column-gap: 1rem;
	display: flex;
	flex-direction: row;
	margin-bottom: 2rem;
}

@media screen and (max-width: 380px) {
	#tab-mot .app-em-construcao {
		flex-direction: column;
		align-items: center;
		row-gap: 1.5rem;
	}
}

#tab-mot .app-em-construcao .image-container {
	max-width: 100px;
}

#tab-mot .app-em-construcao img {
	margin: 0;
}

#tab-mot .app-em-construcao h3 {
	color: var(--motorista);
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

#equipe .row {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
}

#equipe .member {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem 2rem 3rem;
}

#equipe .member-img {
	box-shadow: 0 0.625rem 1.875rem -0.75rem rgb(0 0 0 / 42%), 0 0.25rem 1.5625rem 0 rgb(0 0 0 / 12%),
		0 0.5rem 0.625rem -0.3125rem rgb(0 0 0 / 20%);
	margin: 0 0 1rem;
	position: relative;
}

#equipe .member-info {
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.375rem;
}

#equipe .member-info h3 {
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0;
}

#equipe .member-info span {
	display: block;
	font-size: 0.8125rem;
	font-weight: 400;
}

#equipe .social {
	position: absolute;
	left: 0;
	bottom: 1.875rem;
	right: 0;
	opacity: 0;
	transition: ease-in-out 0.3s;
	text-align: center;
}

#equipe .member:hover .social {
	opacity: 1;
	bottom: 0.9375rem;
}

#equipe a {
	display: inline-block;
	margin: 0 0.5rem;
	padding: 0.5625rem 0 0;
	border-radius: 50%;
	width: 2.25rem;
	height: 2.25rem;
	color: white;
	background: var(--trucker-blue);
	transition: background-color ease-out 0.3s;
}

#equipe a:hover {
	background: var(--trucker-blue-alt);
}

#equipe i {
	font-size: 1.125rem;
}

@media screen and (max-width: 480px) {
	#equipe .member {
		padding: 1rem 0 3rem;
	}
}

/*--------------------------------------------------------------
# Notícias
--------------------------------------------------------------*/
#noticias .content-area {
	padding: 1.25rem 0 0;
}

#noticias .image-card img {
	display: block;
	height: 100%;
}

#noticias .image-container {
	position: relative;
	width: 14.6875rem;
	height: 15.625rem;
	box-shadow: 0 0.625rem 1.875rem -0.75rem rgb(0 0 0 / 42%), 0 0.25rem 1.5625rem 0 rgb(0 0 0 / 12%),
		0 0.5rem 0.625rem -0.3125rem rgb(0 0 0 / 20%);
}

#noticias .description {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1rem 1rem 1.5rem;
	background-color: rgba(0, 0, 0, 0.75);
}

#noticias h3 {
	color: white;
	font-size: 0.875rem;
	font-weight: bold;
	margin-top: 0.625rem;
}

#noticias .image {
	height: 1.875rem;
}

#noticias .image img {
	border-radius: 0.3125rem;
}

/*--------------------------------------------------------------
# Nova Plataforma
--------------------------------------------------------------*/

#new-platform .image-container {
	align-items: center;
	display: flex;
	justify-content: center;
}

#new-platform .image-container img {
	max-height: 400px;
}

#new-platform .feature-header {
	margin: 0 auto 5rem;
}

#new-platform .feature-header .title {
	color: var(--trucker-blue);
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#new-platform .feature-header .subtitle {
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
}

#new-platform .content > .row {
	align-items: center;
	justify-content: center;
	row-gap: 3rem;
}

#new-platform .topics-content {
	align-items: center;
	column-gap: 2rem;
	display: flex;
	justify-content: center;
}

#new-platform .topics {
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	margin: 0;
	row-gap: 0.5rem;
}

#new-platform .topics li {
	column-gap: 1rem;
	display: flex;
	flex-direction: row;
	font-size: 1.125rem;
	list-style: none;
	max-width: 25ch;
}

#new-platform .topics p {
	align-items: center;
	display: flex;
	margin: 0;
}

#new-platform .topic-decoration-container {
	align-items: center;
	display: flex;
	position: relative;
}

#new-platform .topic-decoration {
	align-items: center;
	border-radius: 1.25rem;
	color: white;
	display: flex;
	font-size: 2rem;
	font-weight: 200;
	height: 1px;
	justify-content: center;
	padding: 1.25rem;
	width: 1px;
}

#new-platform .topic-decoration-1 {
	background-color: #1393a8;
}

#new-platform .topic-decoration-1 .topic-decoration-line {
	background-image: linear-gradient(180deg, #1393a8, #1393a8, #1393a8, #47b9bf);
}

#new-platform .topic-decoration-2 {
	background-color: #47b9bf;
}

#new-platform .topic-decoration-2 .topic-decoration-line {
	background-color: #47b9bf;
}

#new-platform .topic-decoration-3 {
	background-color: #18b4d6;
}

#new-platform .topic-decoration-3 .topic-decoration-line {
	background-color: #18b4d6;
}

#new-platform .topic-decoration-4 {
	background-color: #21d6f4;
}

#new-platform .topic-decoration-4 .topic-decoration-line {
	background-image: linear-gradient(180deg, #18b4d6, #21d6f4, #21d6f4, #21d6f4);
}

#new-platform .topic-decoration-icon {
	position: absolute;
}

#new-platform .topic-decoration-line {
	background-color: transparent;
	height: calc(100% + 0.5rem);
	position: absolute;
	width: 1px;
}

/*--------------------------------------------------------------
# Conquistas
--------------------------------------------------------------*/

#conquistas .container {
	max-width: 100%;
}

#conquistas .content-area div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#conquistas .description {
	justify-content: center;
	text-align: center;
}

#conquistas .description span {
	text-transform: uppercase;
	font-size: 0.8rem;
	margin-top: 1.25rem;
}

#conquistas .image-container {
	display: block;
}

#conquistas .content-area img {
	height: 6rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	color: white;
	font-size: 0.875rem;
	padding: 1.875rem 0;
	background-color: #161616;
}

#footer .row {
	justify-content: space-between;
	margin: 0;
}

#footer .row > div {
	margin: 2.5rem auto;
}

#footer .row > div:last-child {
	margin-bottom: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
}

#footer h2 {
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

#footer .icon-center {
	display: block;
	width: 4.6875rem;
	margin: 0.5rem auto 2.5rem;
	padding: 0.3125rem 0 0;
}

#footer p {
	font-size: 0.875rem;
	padding: 0;
	text-align: justify;
}

#footer span {
	display: block;
	font-size: 0.875rem;
	margin: 0 0 1rem;
}

#footer .privacidade {
	text-align: center;
	margin: 0 0 0.5rem;
}

#footer .privacidade a {
	color: white;
	text-decoration: underline;
}

#footer .copyright {
	text-align: center;
}

#footer .fas {
	margin-right: 0.625rem;
}

#footer .social-links {
	margin: 0 0 4rem 0;
}

#footer .social-links a {
	display: inline-block;
	margin: 0 0.5rem;
	padding: 0.5rem 0 0;
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
	color: white;
	background-color: transparent;
	transition: background-color ease-out 0.3s;
}

#footer .social-links a:hover {
	background: var(--trucker-blue-alt);
	text-decoration: none;
}

#footer .social-links i {
	font-size: 1.5rem;
}

#footer .app-links a {
	color: #161616;
}

#footer .logo {
	margin: 0 0.3125rem;
	height: 3rem;
	width: 3rem;
}

/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/
#cookies {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 1rem;
	width: 100%;
	z-index: 25;
}

#cookies .container-cookies {
	width: 90vw;
	margin: 0 auto;
}

#cookies .div-cookies {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 0.5rem;
	padding: 1rem 1.5rem;
	box-shadow: rgb(0 0 0 / 10%) 0 2.125rem 1.875rem -1.25rem;
	background: hsl(0, 0%, 98%);
}

#cookies .p-cookies {
	color: rgb(66, 69, 72);
	font-size: 0.875rem;
	letter-spacing: 0.0625rem;
	line-height: 1.75;
	margin: 0;
	max-width: 110ch;
}

#cookies .link-cookies {
	color: var(--cookie-blue);
	text-decoration: none;
}

#cookies .link-cookies:hover {
	color: var(--cookie-blue-alt);
	text-decoration: underline;
}

#cookies .button-cookies {
	display: flex;
	justify-content: center;
	border: none;
	border-radius: 0.5rem;
	box-shadow: rgb(0 0 0 / 13%) 0 2.125rem 1.875rem -0.625rem;
	color: white;
	cursor: pointer;
	font-size: 0.875rem;
	white-space: nowrap;
	padding: 1rem 1.5rem;
	margin: 0 0 0 2vh;
	background: var(--cookie-blue);
}

#cookies .button-cookies:hover {
	background: var(--cookie-blue-alt);
}

@media screen and (max-width: 360px) {
	#cookies .button-cookies {
		margin: 2vh 0 0;
	}

	#cookies .div-cookies {
		flex-direction: column;
	}
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
	position: fixed;
	display: none;
	right: 1rem;
	bottom: 1rem;
	z-index: 99999;
	background: var(--embarcador-alt);
	border-radius: 50%;
}

.back-to-top:hover {
	background: var(--embarcador);
	text-decoration: none;
}

.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	width: 2.5rem;
	height: 2.5rem;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}
