/*
	body
*/

body {
	background-color: #F0FFFF;
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
}

/*
	barra de navegacao
*/

.nav {
	position: fixed;
	width: 100%;
	padding: 15px 25px;
	display: flex;
	align-items: center;
	box-shadow: 1px 2px 3px 1px rgb(171, 171, 171);
	background-color: rgba(56, 104, 144, 0.5);
	transition: all 0.5s;
	z-index: 3;
}

.nav-scroll {
	background-color: rgba(56, 104, 144, 1);
	transition: all 0.5s;
}

/* logo */
.nav-logo img {
	width: 50%;
}

/* itens */
.nav-itens {
	justify-content: space-between;
	display: flex;
	padding: 0 15px;
}

.nav-itens a {
	transition: all 0.3s;
	padding: 10px 20px 5px;
	border-style: none none solid;
	border-width: 3px;
	border-color: transparent;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

.nav-itens a:hover {
	border-color: #fff;
}

/* acessar */
.nav-acessar {
	text-align: right;
}

.nav-acessar button {
	padding: 10px 25px;
	background-color: rgba(138, 201, 200, 1);
	transition: all 0.3s;
	border-radius: 30px;
	border: 3px solid #fff;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.nav-acessar button:hover {
	background-color: rgba(32, 178, 170, 1);
}

/*
	banner
*/

.banner {
	background-image: url('../img/banner.jpg'); /*<a href="https://br.freepik.com/fotos/arvore">Árvore foto criado por lifeforstock - br.freepik.com</a>*/
	display: flex;
	align-items: center;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.banner::before {
  position: absolute;
  content: "";
  background-color: rgba(56, 104, 144, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}

.banner .row {
	margin: 150px 0 70px 0;
}

/* imagem */
.banner-imagem img {
	margin: 0 auto;
	width: 50%;
	display: flex;	
}

/* texto */
.banner-texto h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	font-weight: 500;
	color: #fff;
	margin: 100px 0 0 0;
}

.banner-texto p {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	margin: 30px 0 0 0;
}

.banner-texto .row {
	margin: 50px 0 0 0;
	text-align: center;
}

.banner-texto .row img {
	width: 90%;
	transition: all 0.3s;
}

.banner-texto .row img:hover {
	width: 100%;
}

/*
	introducao
*/

.introducao .row h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	margin: 0 0 50px 0;
	text-align: center;
}

.introducao .row {
	display: flex;
	align-items: center;
	margin: 50px 0 0 0;
}

.introducao .row img {
	margin: 0 auto;
	display: flex;
	width: 45%;
}

.introducao .row p {
	font-family: 'Comfortaa', cursive;
	font-weight: 700;
	font-size: 20px;
	color: #00008B;
	text-align: justify;
}

/*
	funcionalidades
*/

.funcionalidades {
	background-image: url('../img/banner-funcionalidades.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
	margin: 50px 0 0 0;
	padding: 50px 0;
}

.funcionalidades::before {
	position: absolute;
	content: "";
	background-color: rgba(0, 191, 255, 1);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}

.funcionalidades h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.funcionalidades h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	padding: 30px 0 0 0;
	text-align: center;
}

.funcionalidades .row {
	margin: 50px 0 0 0;
}

.funcionalidades img {
	width: 70%;
	margin: 0 auto;
	display: flex;
}

.funcionalidades .row .row {
	min-height: 120px;
}

.funcionalidades .row .row .icone {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	box-shadow: 1px 1px 5px #00688B;
}

.funcionalidades .row .row .icone i {
	width: 100%;
	font-size: 26px;
	text-align: center;
	color: #00BFFF;
}

.funcionalidades .row .row .texto p {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}

/*
	precos
*/

.precos h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	margin: 50px 0 0 0;
	text-align: center;
}

.precos .row {
	margin: 30px 0 0 0;
	padding: 0;
}

.precos .row .item {
	background-color: #4682B4;
	border-radius: 20px;
	padding: 25px 50px 30px;
	transition: all 0.4s;
}

.precos .row .item h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 0 0 25px 0;
	text-align: center;
}

.precos .row .item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.precos .row .item li {
	border-bottom: 1px solid #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 5px 0;
	color: #fff;
	text-align: center;
}

.precos .row .item h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin: 40px 0 25px 0;
	line-height: 35px;
	text-align: center;
}

.precos .row .item button {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #4682B4;
	background-color: #fff;
	margin: 40px 0 0 0;
	padding: 10px 20px;
	border-radius: 20px;
	border: 3px solid #4682B4;
	margin: 0 auto;
	display: flex;
	transition: all 0.3s;
}

.precos .row .item button:hover {
	color: #fff;
	background-color: #4682B4;
	border-color: #fff;
}

/*
	download
*/

.download {
	background-image: url('../img/banner-download.jpg');
	display: flex;
	align-items: center;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 50px 0;
	margin: 70px 0 0 0;
}

.download::before {
  position: absolute;
  content: "";
  background-color: rgba(56, 104, 144, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}

.download .row {
	display: flex;
	align-items: center;
}

.download .row .imagem img {
	width: 50%;
	margin: 0 auto;
	display: flex;
}

.download .row .texto p {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	line-height: 40px;
}

.download .row .texto img {
	margin: 50px 0 0 0;
	width: 90%;
	transition: all 0.3s;
}

.download .row .texto img:hover {
	width: 100%;
}

/*
	contato
*/

.contato h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	margin: 50px 0 0 0;
	text-align: center;	
}

.contato p {
	margin: 10px 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
}

.contato .row {
	margin: 50px 0 120px 0;
	display: flex;
	align-items: center;
}

.contato .row .icone {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #00688B;
	display: flex;
	align-items: center;
	box-shadow: 1px 1px 5px #fff;
	margin: 0 auto;
}

.contato .row .icone i {
	width: 100%;
	font-size: 26px;
	text-align: center;
	color: #fff;
}

.contato .row .row {
	margin: 20px 0 0 0;
	padding: 0;
}

.contato .row .row i {
	color: #00688B;
	font-size: 25px;
}

.contato .row p {
	margin: 20px 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
}