@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=Bitter&display=swap');

html{
	scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
body{
	position: relative;
	overflow-x: hidden;
}
.virus-img{
	width: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}
.mini-navbar{
	background-color: #eaf0f5;
	position: fixed;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 1;
    width: 100%;
    justify-content: space-between;
	align-items: center;
	padding: 15px 10%;
	overflow-x: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}
.mini-navbar img{
	width: 200px;
	background: transparent;
	animation-name: logorun;
	animation-duration: 0.6s;
}
.logo{
	background: transparent;
}
.icons{
	background: transparent;
	transform: scale(1.5) translateX(15px);
	color: #111;
	animation-name: iconzada;
	animation-duration: 0.6s;
}
.parelha{
	font-family: Montserrat;
	background: transparent;
	animation-name: navzada;
	animation-duration: 0.6s;
}
.mainA{
	background: transparent;
	font-weight: 500;
	font-size: 18px;
	font-family: Montserrat;
}
.lessA{
	background: transparent;
	font-size: 15px;
	font-weight: 200;
	color: #247BEB;
	font-family: Montserrat;
}
.virus-title{
	text-align: center;
	font-family: Montserrat;
	font-size: 50px;
	color: #fff;
	background: transparent;
	opacity: 1;
	text-shadow: 2px 2px #BED5E8;
	animation-name: letterun;
	animation-duration: 0.7s;
}
.virus-title2{
	text-align: center;
	font-family: Montserrat;
	letter-spacing: -1px;
	font-weight: 200;
	font-size: 24px;
	color: #fff;
	background: transparent;
	margin-bottom: 20px;
	animation-name: letterun;
	animation-duration: 0.9s;
}
.main-div{
	position: absolute;
	transform: translate(100px, -650px);
	background: transparent;
}
.color-div{
	width: 100%;
	background-color: #111;
	opacity: 0.9;
	border-radius: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	transform: translateY(2px);
}

/*Animation by RGR*/
@keyframes logorun{
	from{
		transform: translateX(-50px);
		opacity: 0;
	}
	to{
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes navzada{
	from{
		transform: translateX(50px);
		opacity: 0;
	}
	to{
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes iconzada{
	from{
		transform: scale(1.5) translateX(65px);
		opacity: 0;
	}
	to{
		transform: scale(1.5) translateX(15px);
		opacity: 1;
	}
}

@keyframes letterun{
	from{
		transform: translateY(-70px);
		opacity: 0;
	}
	to{
		transform: translateY(0px);
		opacity: 1;
	}
}
/*--*/

.divtools{
	background-image: url(../img/hacker.jpg);
	border-radius: 20px;
}
.toolswhite1{
	background-color: transparent;
}
.toolswhite2{
	background-color: transparent;
}
.tools {
	display: inline-block;
	width: 580px;
	padding: 5px;
	box-sizing: border-box;
	transition: 0.4s;
	background: transparent;
	margin-left: 20px;
}
.tools h2{
	margin-top: 20px;
	font-size: 30px;
	font-weight: 800;
	font-family: Montserrat;
	transition: 0.4s;
	letter-spacing: -2px;
	text-align: left;
	margin-right: 30px;
	color: #FFF;
	background: transparent;
	animation-name: start-text;
	animation-duration: 0.7s;
}
.tools p{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 200;
	font-family: Montserrat;
	transition: 0.4s;
	letter-spacing: -1px;
	text-align: left;
	margin-right: 30px;
	color: #FFF;
	background: transparent;
	animation-name: start-text;
	animation-duration: 1s;
}
.tools2 {
	display: inline-block;
	width: 600px;
	padding: 5px;
	box-sizing: border-box;
	transition: 0.4s;
	background: transparent;
	margin-left: 20px;
	margin-top: 10px;
	animation-name: start-text2;
	animation-duration: 1s;
}
.titleform{
	font-weight: 800;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	background: transparent;
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
.formu{
	padding: 7px 20px;
	overflow: hidden;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	animation-name: right;
	animation-duration: 0.7s;
}
.form-control{
	border: 0;
	outline: none;
	font-family: Montserrat;
	margin-bottom: 15px;
	box-sizing: border-box;
	width: 440px;
	height: 40px;
	overflow: hidden;
	border-radius: 5px;
	padding: 15px 25px;
	font-weight: bold;
	transition: 0.5s ease;
	color: #00400B;
}
.form-control:focus{
	box-shadow: 0 0 1px 1px #eaf0f5;
	height: 50px;
}
.submit{
	border: 0;
	background: #438A51;
	color: #fff;
	padding: 6px 60px;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.5s;
	font-family: Montserrat;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -1px;
}
.submit:hover{
	background: #31B34F;
}
textarea.form-control2{
	resize: none;
	height: 60px;
}
.form-control2{
	border: 0;
	outline: none;
	font-family: Montserrat;
	display: block;
	box-sizing: border-box;
	width: 440px;
	color: #00400B;
	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;
}
.fa-hand-point-right{
	background-color: transparent;
	color: #fff;
	margin-right: 8px;
}
@keyframes start-text{
	from{
		transform: translateX(-70px) scale(0.7);
		opacity: 0;
	}
	to{
		transform: translateX(0) scale(1);
		opacity: 1;
	}
}
@keyframes start-text2{
	from{
		transform: translateX(70px) scale(0.7);
		opacity: 0;
	}
	to{
		transform: translateX(0) scale(1);
		opacity: 1;
	}
}
.letterpace{
	font-size: 40px;
	color: #111;
	font-weight: 700;
	letter-spacing: -3px;
	font-family: Montserrat;
	background: transparent;
	transition: 0.5s ease;
}
.lettershot{
	margin-top: 10px;
	font-size: 20px;
	color: #111;
	font-weight: 500;
	letter-spacing: -1px;
	font-family: Montserrat;
	background: transparent;
	transition: 0.5s ease;
}
.letter-div{
	position: absolute;
	transform: translate(70px, -420px);
	width: 720px;
}
[data-anime="left"] {
  transform: translateX(-70px);
  opacity: 0;
  overflow: hidden;
  transition: 0.5s ease;
}
[data-anime].animate {
  transform: translateX(0px);
  opacity: 1;
  overflow: hidden;
}
[data-anime2="left2"] {
  transform: translate(50px, -5px);
  opacity: 0;
  overflow: hidden;
  transition: 0.5s ease;
}
[data-anime2].animate {
  transform: translate(0px, -5px);
  opacity: 1;
  overflow: hidden;
}
.step-word{
	font-family: Montserrat;
	font-weight: 600;
	text-align: center;
	color: #39403E;
	background: transparent;
	font-size: 20px;
	margin-bottom: 5px;
}
.step-word2{
	font-family: Montserrat;
	font-weight: 500;
	text-align: justify;
	color: #8A8D90;
	background: transparent;
	font-size: 14px;
	letter-spacing: -1px;
}
.step2-word{
	font-family: Montserrat;
	font-weight: 600;
	text-align: center;
	color: #39403E;
	background: transparent;
	font-size: 20px;
	margin-bottom: 5px;
}
.step2-word2{
	font-family: Montserrat;
	font-weight: 500;
	text-align: justify;
	color: #8A8D90;
	background: transparent;
	font-size: 14px;
	letter-spacing: -1px;
}
.alt{
	width: 100%;
}
.widthrow{
	transform: translate(145px, -200px);
	background: transparent;
	width: 1000px;
}
.step-box{
	background: transparent;
	margin-right: 40px;
}
.botao {
	padding: 4px 19px;
	background-color:#0C86E8;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.5s ease;
	color: #eaf0f5;
	font-family: Hind;
	font-size: 15px;
	font-weight: bold;
}
.botao:hover{
	background-color: #0C61E8;
}
.botao2 {
	padding: 5px 20px;
	background-color: #20A844;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.5s ease;
	color: #eaf0f5;
	font-family: Hind;
	font-weight: bold;
}
.botao2:hover{
	background-color: #0D8230;
}
.botao2 i{
	transition: all 0.5s ease;
}
.botao2:hover i{
	background-color: #0D8230;
	transform: scale(1.9);
}
.fa-whatsapp{
	background-color: transparent;
	transform: scale(1.9);
}
.fa-angle-double-up{
	background-color: transparent;
	transform: scale(1.5) translateX(-3px);
}
.position-button{
	position: absolute;
	transform: translate(20px, 15px);
}
.cabou {
	position: absolute;
	transform: translateY(230px);
	background-color: #eaf0f5;
	height: 220px;
	width: 100%;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .5);
	overflow: hidden;
}
.cabou h3{
	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{
	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{
	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{
	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{
	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;
}
.facebook-page {
	position: absolute;
	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;
}
.fb-like{
	margin-top: 7px;
}



