* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: .1rem;
}

a {
	text-decoration: none;
	padding: 5px;
	align-items: center;
	font-weight: 400;
}

.isVisible {
	visibility: visible;
}

.notVisible {
	visibility: hidden;
}

.button {
	display: block;
	width: 260px;
	margin: 5px;
	padding: 15px;
	background-color: #066293;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	transition: .5s background-color;
}

.button:hover {
	background-color: #1EB8DA;
}

.btnWhite {
	background-color: #fff;
	color: #066293;
}

.btnWhite:hover {
	background-color: rgb(197, 243, 252);
}

.mainContainer {
	width: 100%;
	height: 100vh;
}

.sectionTitle {
	width: 700px;
	font-size: 35px;
	font-weight: 700;
	color: #065580;
}

.textDescription {
	width: 800px;
	font-size: 25px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: justify;
	color: #575756;
}

.mainContainer .lupa {
	color: #fff;
	font-size: 8px;
}

header {
	background-color: #000000;
	width: 100%;
	height: 35px;
	display: flex;

}

header .navbar {
	max-width: 1450px;
	margin: auto;
	width: 100%;
	min-width: 320px;
	display: flex;
	justify-content: space-between;
}

header .navbar .socialMedia a {
	margin: 0;
	padding: 0;
}

.mainContainer .section1 {
	height: 80vh;
	background: url("../images/Ativo 93ldpi.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.mainContainer .section1 .contentSection {
	max-width: 1450px;
	margin: auto;
	width: 100%;
}

.mainContainer .section1 .contentSection .navLinks {
	display: flex;
	height: 50px;
	max-width: 1450px;
	margin: auto;
	padding: 0;
	justify-content: flex-end;
	align-items: center;
}

.mainContainer .section1 .contentSection .navLinks .separator {
	height: 20px;
	border-right: 2px solid #fff;
}

.mainContainer .section1 .contentSection .navLinks a {
	color: #fff;
	padding: 0 20px;
	font-size: 20px;
}

.mainContainer .section1 .contentSection .navLinks a:hover {
	color: #1eb8da;
}

.mainContainer .section1 .contentSection .navLinks {
	cursor: pointer;
}

.mainContainer .section1 .contentSection h1 {
	color: #fff;
	font-size: 3.5rem;
	font-weight: 700;
}

.mainContainer .section1 .contentSection .carousel {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mainContainer .section1 .contentSection .carousel .arrows {
	font-family: 'Concert One';
	font-size: 70px;
	color: #fff;
}

.mainContainer .section1 .contentSection .descriptionSection1 {
	margin-top: 70px;
	padding: 0;
	color: #fff;
	text-align: center;
}

.mainContainer .section1 .contentSection .descriptionSection1 h1 {
	font-size: 39px;
	font-weight: 700;
}

.mainContainer .section1 .contentSection .descriptionSection1 span {
	font-size: 40px;
	font-weight: 400;
}

.mainContainer .section1 .contentSection .buttonSection1 {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.mainContainer .section2 {
	height: 90vh;
}

.mainContainer .section2 .section2Content {
	display: flex;
}

.mainContainer .section2 .section2Content .secLeft {
	display: flex;
	justify-content: center;
	width: 45%;
}

.mainContainer .section2 .section2Content .secLeft img {
	margin: auto;
	width: 65%;
	height: 75%;
}

.mainContainer .section2 .section2Content .secRigth {
	width: 55%;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.mainContainer .section2 .section2Content .secRigth .button {
	width: 180px;
}

.mainContainer .section3 {
	height: 30vh;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	background-color: #F2F5F7;
}

.mainContainer .section3 .row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mainContainer .section3 .row img {
	height: 45px;
	width: 45px;
	margin-left: 10px;
}

.mainContainer .section3 h1 {
	font-size: 3.5rem;
	color: #1eb8da;
}

.mainContainer .section3 div {
	display: flex;
	justify-content: space-between;
	width: 40%;
}

.mainContainer .section3 .button {
	background-color: #1eb8da;
	width: 200px;
	height: 60px;
	transition: .5s background-color;
}

.mainContainer .section3 .button:hover {
	background-color: #056293;

}

.mainContainer .section4 {
	height: 100vh;
}

.mainContainer .section4 .section4Content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.mainContainer .section4 .section4Content .secTop {
	width: 70%;
	text-align: center;
}

.mainContainer .section4 .section4Content .secTop h1 {
	text-align: center;
}

.mainContainer .section4 .section4Content .secDown {
	display: flex;
	width: 75%;
	height: 60vh;
}

.mainContainer .section4 .section4Content .secDown .secLeft {
	width: 60%;
}

.mainContainer .section4 .section4Content .secDown .secLeft img {
	width: 100%;
}

.mainContainer .section4 .section4Content .secDown .secRigth {
	padding-top: 50px;
	width: 40%;
	text-align: right;
}

.mainContainer .section4 .section4Content .secDown .secRigth .row {
	display: flex;
	justify-content: end;
	color: #1eb8da;
	height: 25%;
}

.mainContainer .section4 .section4Content .secDown .secRigth .row h1 {
	font-size: 44px;
}

.mainContainer .section4 .section4Content .secDown .secRigth .row span {
	font-size: 44px;
	font-weight: 300;
}

.mainContainer .section4 .section4Content .secDown .secRigth .row img {
	margin-left: 20px;
	width: 90px;
	height: 90px;
}

.mainContainer .section5 {
	height: 125vh;
	padding-top: 50px;
	background-color: #F2F5F7;
}

.mainContainer .section5 .section5Content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mainContainer .section5 .section5Content .secTop {
	width: 80%;
	margin-bottom: 100px;
	text-align: center;
}

.mainContainer .section5 .section5Content .secTop p {
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 0ch;
}

.mainContainer .section5 .section5Content .secDown {
	display: flex;
	justify-content: space-between;
	width: 77%;
	height: 50vh;
}

.mainContainer .section5 .section5Content .secDown .card {
	width: 450px;
	min-height: 750px;
	margin: 0 10px 0 10px;
	background-color: #fff;
}

.mainContainer .section5 .section5Content .secDown .card .cardImg {
	height: 200px;
}

.mainContainer .section5 .section5Content .secDown .card .cardImg img {
	width: 100%;
	height: 100%;
}

.mainContainer .section5 .section5Content .secDown .card .cardDescription {
	padding: 20px 40px;
	text-align: left;

}

.mainContainer .section5 .section5Content .secDown .card .cardDescription h1 {
	color: #065580;
	font-weight: 400;
	margin-bottom: 15px;
	font-size: 28px;
}

.mainContainer .section5 .section5Content .secDown .card .cardDescription span {
	font-size: 22px;
	line-height: 35px;
	font-weight: 500;
}

.mainContainer .section6 {
	height: 68vh;
	padding-top: 50px;
	background-color: #186896;
}

.mainContainer .section6 .section6Content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mainContainer .section6 .section6Content .secTop {
	width: 80%;
	text-align: center;
}

.mainContainer .section6 .section6Content .secTop h1 {
	color: #fff;
}

.mainContainer .section6 .section6Content .secDown {
	display: flex;
	justify-content: space-between;
	width: 80%;
	height: 50vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.mainContainer .section6 .section6Content .secDown .button {
	width: 450px;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0ch;
}

.mainContainer .section6 .section6Content .secDown .arrows h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
}

.mainContainer .section7 {
	height: 90vh;
	padding-top: 70px;
	background-color: #F2F5F7;
}

.mainContainer .section7 .section7Content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mainContainer .section7 .section7Content .secTop {
	width: 55%;
	margin-bottom: 100px;
	text-align: center;
}

.mainContainer .section7 .section7Content .secTop p {
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 0ch;
}

.mainContainer .section7 .section7Content .secDown {
	display: flex;
	justify-content: space-between;
	width: 55%;
	height: 50vh;
}

.mainContainer .section7 .section7Content .secDown .card {
	width: 470px;
	height: 400px;
	margin: 0 10px 0 10px;
	border: 3px solid #1eb8da;
	text-align: center;
}

.mainContainer .section7 .section7Content .secDown .card .cardImg {
	height: 80px;
}

.mainContainer .section7 .section7Content .secDown .card .cardImg img {
	width: 180px;
	height: 180px;
	position: relative;
	top: -60px;
	left: -220px;
	padding: 10px;
	border-radius: 50%;
	background-color: #F2F5F7;
}

.mainContainer .section7 .section7Content .secDown .card .cardDescription h1 {
	color: #065580;
	font-weight: 700;
	font-size: 45px;
}

.mainContainer .section7 .section7Content .secDown .card .cardDescription h3 {
	color: #065580;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 25px;
}

.mainContainer .section7 .section7Content .secDown .card .cardDescription p {
	color: #065580;
	font-weight: 500;
	font-size: 25px;
}

.mainContainer .section8 {
	padding-top: 70px;
}

.mainContainer .section8 .section8Content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mainContainer .section8 .section8Content .sectionTitle {
	text-align: center;
	margin-bottom: 50px;
}

.mainContainer .section8 .section8Content .secDown {
	width: 65%;
}

.mainContainer .section8 .section8Content .secDown img {
	height: 1.3em;
	cursor: pointer;
}

.mainContainer .section8 .section8Content .secDown .questions {
	padding: 15px 40px;
	margin: 10px 0;
	background-color: #F2F5F7;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mainContainer .section8 .section8Content .secDown .question {
	margin-bottom: 0;
}

.mainContainer .section8 .section8Content .secDown .questions h2 {
	color: #575756;
	letter-spacing: 0ch;
}

.mainContainer .section8 .section8Content .secDown .answer {
	margin-bottom: 40px;
	padding: 0 40px;
}

.mainContainer .section9 {
	padding: 90px 0;
	background-color: #F2F5F7;
}

.mainContainer .section9 .iconInformation {
	padding: 2px 27px;
	border: 3px solid #065580;
	border-radius: 50%;
}

.mainContainer .section9 .iconInformation span {
	color: #065580;
	font-size: 3rem;
	font-family: 'Oleo Script';

}

.mainContainer .section9 .section9Content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mainContainer .section9 .section9Content .sectionTitle {
	text-align: center;
	margin-bottom: 50px;
}

.mainContainer .section9 .section9Content .row {
	width: 75%;
	height: 140px;
	display: flex;
	justify-content: space-around;
}

.mainContainer .section9 .section9Content .col {
	padding: 10px 20px;
}

.mainContainer .section9 .section9Content .col1 {
	width: 33%;
}

.mainContainer .section9 .section9Content h3 {
	font-size: 25px;
	color: #575756;
}

.mainContainer .section9 .section9Content p {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 50px;
	text-align: justify;
	color: #575756;
	letter-spacing: 0ch;
}

.mainContainer .section9 .section9Content .separator {
	height: 130px;
	border-right: 2px solid #919191;
}

footer {
	height: 300px;
	padding: 0 180px;
	background-color: #313137;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

footer .separator {
	height: 100px;
	border-right: 1px solid #919191;
}

footer a {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
}