@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url("https://fonts.googleapis.com/css?family=Hind:300&display=swap");
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

html{
	scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: #eaf0f5;
}
body{
	position: relative;
	overflow-x: hidden;
}
.imgcover{
	width: 100%;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .5);
}
.navbar{
	position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 1;
    width: 100%;
    justify-content: space-between;
	align-items: center;
	padding: 20px 10%;
	overflow-x: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	transition: 0.4s ease-out;
}
.navbar nav{
	animation-name: navrun;
    animation-duration: 1s;
}
.icone1{
	transform: scale(1.6) translate(-124px, 8px);
	color: #3E38F2;
	background: transparent;
	position: absolute;
}
.parelha1{
	transform: translateX(-170px);
	position: absolute;
	font-size: 20px;
	color: #3E38F2;
	background: transparent;
	font-family: Montserrat;
	font-weight: bold;
	width: 200px;
}
.parelha2{
	transform: translateX(-170px);
	position: absolute;
	font-size: 16px;
	color: #5C73F2;
	background: transparent;
	font-family: Montserrat;
	text-decoration-line: none;
	width: 200px;
}
.icone2{
	transform: scale(1.7) translate(20px, -5px);
	color: #3E38F2;
	background: transparent;
	position: absolute;
}
.parelha1-2{
	position: absolute;
	transform: translate(60px, -20px);
	font-size: 20px;
	color: #3E38F2;
	background: transparent;
	font-family: Montserrat;
	font-weight: bold;
	width: 200px;
}
.parelha2-2{
	position: absolute;
	transform: translate(60px, -20px);
	font-size: 16px;
	color: #5C73F2;
	background: transparent;
	font-family: Montserrat;
	text-decoration-line: none;
	width: 200px;
}
.logo {
	cursor: pointer;
	width: 320px;
	animation-name: logorun;
	animation-duration: 1s;
	background: transparent;
}
@keyframes logorun {
	from{transform:translateX(-300px)}
	to{transform:translateX(0px)}
}
@keyframes navrun {
	from{transform:translateY(-150px)}
	to{transform:translateY(0px)}
}
.botao {
	padding: 9px 25px;
	background-color: #20A844;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.5s ease;
	color: #eaf0f5;
	font-family: Hind;
	font-size: 16px;
	font-weight: bold;
	animation-name: buttonrun;
	animation-duration: 1s;
}
@keyframes buttonrun {
	from{transform:translateX(300px)}
	to{transform:translateX(0px)}
}
.botao:hover{
	background-color: #0D8230;
}
.fa-whatsapp{
	background-color: transparent;
	transform: scale(1.8) translateX(-5px);
}
.formu{
	position: absolute;	
	padding: 10px 25px;
	overflow: hidden;
	width: 450px;
	overflow: hidden;
	background-color: #0029FA;
	animation-name: right;
	animation-duration: 0.7s;
	box-shadow: 0 2px 5px #111;
	border-radius: 25px;
	margin: 0 auto;
	z-index: 99;
}
.form-control{
	border: 0;
	outline: none;
	font-family: Montserrat;
	display: block;
	box-sizing: border-box;
	width: 400px;
	height: 40px;
	color: #111;
	overflow: hidden;
	border-radius: 5px;
	padding: 15px 25px;
	font-weight: bold;
	transition: 0.5s ease;
}
.form-control:focus{
	box-shadow: 0 0 1px 1px #eaf0f5;
	height: 50px;
}
.submit{
	border: 0;
	background: #438A51;
	color: #fff;
	padding: 8px 70px;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.5s;
	font-family: Montserrat;
	overflow: hidden;
	margin-left: 100px;
	margin-bottom: 10px;
	font-size: 16px;
}
.submit:hover{
	background: #31B34F;
}
.imgform{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
	height: 200px;
	border-radius: 20px;
}
textarea.form-control2{
	resize: none;
	height: 120px;
}
.form-control2{
	border: 0;
	outline: none;
	font-family: Montserrat;
	display: block;
	box-sizing: border-box;
	width: 400px;
	color: #111;
	overflow: hidden;
	border-radius: 5px;
	padding: 15px 25px;
	font-weight: bold;
	transition: 0.5s ease;
}
.form-control2:focus{
	box-shadow: 0 0 1px 1px #eaf0f5;
	display: block;
}
.titleform{
	font-family: Montserrat;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	background: transparent;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.boxwhite {
	padding: 2px 20px;
	width: 450px;
	background-color: #5C73F2;
	border-radius: 20px;
	transform: translate(80px, 130px);
	box-shadow: 0 2px 5px #111;
}
.firstfrase{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	opacity: 0.5;
	color: #111;
	font-family: Ubuntu;
	background: transparent;
	font-size: 20px;
}
.secondfrase{
	margin-bottom: 10px;
	color: #fff;
	font-family: Montserrat;
	background: transparent;
	font-size: 26px;
	text-align: left;
}
.thirdfrase{
	margin-top: 5px;
	margin-bottom: 10px;
	color: #fff;
	opacity: 0.9;
	font-family: Montserrat;
	background: transparent;
	font-size: 22px;
	text-align: left;
}
.fa-hand-point-right{
	background: transparent;
	margin-left: 5px;
}
.stay2{
	transform: translateY(-750px);
	position: absolute;
	background: transparent;
}
.facebook-page {
	position: absolute;
	transform: translateY(-290px);
	display: flex;
}
.facebook-page img{
	width: 230px;
	margin-left: 220px;
	transform: translateY(-60px);
}
.facebook-page h2{
	font-size: 24px;
	font-family: montserrat;
	color: #304673;
	background: transparent;
	font-weight: 300;
	letter-spacing: -1px;
}
.facebook-page p{
	font-family: Montserrat;
	font-size: 18px;
	color: #6583BF;
	letter-spacing: -1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cabou {
	position: absolute;
	background-color: #eaf0f5;
	height: 220px;
	width: 100%;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .5);
	overflow: hidden;
}
.cabou h3{
	position: absolute;
	font-size: 20px;
	font-family: Hind;
	color: #111;
	margin-left: 15%;
	box-sizing: border-box;
	transform: translate(700px, 175px);
	overflow: hidden;
	background: transparent;
	position: absolute;
}
.itsend{
	position: absolute;
	margin-left: 15%;
	color: #111;
	font-family: Hind;
	font-size: 12px;
	position: absolute;
	transform: translate(940px, 200px);
	background: #eaf0f5;
}
.itsend strong{
	background: #eaf0f5;
}
.itsend i{
	background: #eaf0f5;
}
.socialend{
	position: absolute;
	margin-top: 10px;
	color: #111;
	font-family: Hind;
	font-size: 18px;
	position: absolute;
	text-align: center;
	transform: translate(920px, 30px);
	background: #eaf0f5;
}
.socialend h2{
	transform: translate(-10px, 0);
	background: #eaf0f5;
}
.socialend a{
	font-size: 50px;
	letter-spacing: 20px;
	background: #eaf0f5;
}
.fa-youtube{
	color: #FF0000;
	background: #eaf0f5;
}
.fa-facebook-square{
	color: #4267B2;
	background: #eaf0f5;
}
.fa-instagram{
	color: rgb(174,61,139);
	background: #eaf0f5;
}
.fa-twitter{
	color: #1DA1F2;
	background: #eaf0f5;
}
.fab{
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: 0.3s;
}
.fab:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background-color: transparent;
}
.p-footer{
	position: absolute;
	transform: translate(220px, 50px);
	position: absolute;
	background-color: transparent;
}
.servic-p{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	font-color: #111;
	list-style: none;
	color: #111;
	font-family: Montserrat;
	background-color: #eaf0f5;
}
.servic-a{
	font-size: 16px;
	color: #111;
	font-family: Montserrat;
	background-color: #eaf0f5;
}
.servic-a a{
	font-size: 16px;
	color: #111;
	font-family: Montserrat;
	background-color: #eaf0f5;
	text-decoration: none;
}
.servic-a:hover{
	color: #74BF3B;
}
.servic-a:hover a{
	color: #4E8028;
}
.c-footer{
	position: absolute;
	transform: translate(550px, 50px);
	position: absolute;
	background-color: #eaf0f5;
}
.servic-co{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	font-color: #111;
	list-style: none;
	background: #eaf0f5;
	font-family: Montserrat;
}
.servic-ab{
	background: #eaf0f5;
}
.servic-ab a{
	background: #eaf0f5;
	font-size: 16px;
	color: #111;
	font-family: Montserrat;
	background-color: #eaf0f5;
	text-decoration: none;
}
.servic-ab:hover{
	color: #43C9FF;
}
.servic-ab:hover a{
	color: #4789E6;
}