header {
	height: 755px;
	width: 100vw;
	background: #DAE1FF;
}

.slider {
	height: 100%;
	width: 100%;
}

.imgs-container {
	overflow: hidden;
	height: 100%;
}
.arrow-left {
	display: block;
	position: absolute;
	top: 375px;
	left: 17px;
}
.arrow-right {
	display: block;
	position: absolute;
	top: 375px;
	right: 17px;
}
.block {
	pointer-events: none;
	height: 100%;
}
.img {
	height: 50%;
}

.text-wrapper {
	padding: 0 5rem 0 5rem;
	height: 40%;
	width: 100%;
}

.text {
	font-family: 'Aktifo';
	font-style: normal;
	font-weight: 500;
	font-size: 2rem;
	line-height: 2.6rem;
	text-align: center;
	color: #000000;
	margin-top: 2rem;
	max-width: calc(100% - 40vw);
}

.btn {
	font-family: 'Aktifo';
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.9rem;

	text-align: center;

	color: #000000;

	border: 1px solid #000000;
	box-sizing: border-box;
	border-radius: 4.63158px;
	padding: 13px 25px;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	pointer-events: auto;
}

.dots-conteiner {
	margin: 46px 6px 59px 6px;
	height: 10%;
	height: 20px; 
	width: 100px;
}

.dot {
	width: 14px;
	height: 14px;
	background-color: #FFFFFF;
	border-radius: 50px;
	cursor: pointer;
}

.dot:hover {
	width: 19px;
	height: 19px;
}

.active-dot {
	width: 19px;
	height: 19px;
	cursor: default;
}

main {
	width: 100%;
	z-index: 9;
	background: linear-gradient(#D2FAFF 27.6%, #E1FADC 55.12%, #FFF5CD 83.89%, #D2FAFF 106.44%);
}

.img-wrapper-1 {
	margin-top: 108px;
}

.img-wrapper-2 {
	margin-top: 108px;
}

.img-wrapper-3 {
	margin-top: 108px;
}

.img-wrapper-4 {
	margin-top: 108px;
}

.main-text-wrapper > h1 {
	font-family: 'Aktifo';
	font-style: normal;
	font-weight: 500;
	font-size: 3.6em;
	line-height: 43px;
	text-align: center;

	color: #000000;

	margin: 70px 5px 0 5px;
}

.main-text-wrapper > h3 {
	font-family: Aktifo;
	font-size: 2em;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	color: #000000;
	margin: 30px 65px 0 65px;
}

.main-text-wrapper > p {
	font-family: 'Aktifo';
	font-style: normal;
	font-weight: 500;
	font-size: 1.6em;
	line-height: 25px;
	text-align: center;

	color: #000000;

	margin: 30px 50px 0 50px;
}

.main-text-wrapper > .btn {
	margin: 20px 0 0 0;
}


.last > h1 {
	font-family: Aktifo;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: center;
	margin: 130px 26px 0 26px;
}

.last > nav {
	margin: 30px 16px 130px 16px;
}

.last > nav > a:last-child {
	margin-left: 20px;
}