@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');

html{
	scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: #eaf0f5;
}
li, a, button {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #282c30;
	text-decoration: none;
	background: transparent;
}
.serverimg {
	height: 320px;
	position: absolute;
	width: 100%;
}
.navbar{
	position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 1;
    width: 100%;
    justify-content: space-between;
	align-items: center;
	padding: 12px 2%;
	overflow-x: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	background: transparent;
	transition: background-color 0.4s ease-out;
}
.navbar nav{
	animation-name: navrun;
    animation-duration: 1s;
}
.icone1{
	transform: scale(1.6) translate(-124px, 8px);
	color: #eaf0f5;
	background: transparent;
	position: absolute;
}
.parelha1{
	transform: translateX(-170px);
	position: absolute;
	font-size: 20px;
	color: #eaf0f5;
	background: transparent;
	font-family: Montserrat;
	font-weight: bold;
	width: 200px;
}
.parelha2{
	transform: translateX(-170px);
	position: absolute;
	font-size: 16px;
	color: #53bdfa;
	background: transparent;
	font-family: Montserrat;
	text-decoration-line: none;
	width: 200px;
}
.icone2{
	transform: scale(1.7) translate(20px, -5px);
	color: #eaf0f5;
	background: transparent;
	position: absolute;
}
.parelha1-2{
	position: absolute;
	transform: translate(60px, -20px);
	font-size: 20px;
	color: #eaf0f5;
	background: transparent;
	font-family: Montserrat;
	font-weight: bold;
	width: 200px;
}
.parelha2-2{
	position: absolute;
	transform: translate(60px, -20px);
	font-size: 16px;
	color: #53bdfa;
	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);
}
.serverletter{
	font-size: 72px;
	color: #fff;
	position: absolute;
	transform: translate(140px, 240px);
	background: transparent;
	font-family: Montserrat;
	animation-name: opaco;
	animation-duration: 0.7s;
}
.titleserver{
	font-family: Lato;
	letter-spacing: -1px;
	color: #111;
	font-size: 32px;
	font-weight: bold;
	position: relative;
	transform: translate(150px, 370px);
	animation-name: left1;
	animation-duration: 0.7s;
}
.titleserver2{
	font-family: Lato;
	letter-spacing: -1px;
	color: #111;
	font-size: 32px;
	font-weight: bold;
	position: relative;
	transform: translate(150px, 400px);
	animation-name: left3;
	animation-duration: 0.7s;
}
.position-server{
	width: 550px;
}
.textserver{
	font-family: Lato;
	color: #111;
	font-size: 20px;
	position: relative;
	transform: translate(150px, 380px);
	animation-name: left2;
	animation-duration: 0.7s;
}
.textserver2{
	font-family: Lato;
	color: #111;
	font-size: 20px;
	position: relative;
	transform: translate(150px, 410px);
	animation-name: left4;
	animation-duration: 0.7s;
}
.formu{
	position: absolute;
	margin: auto;
	padding: 10px 25px;
	overflow: hidden;
	transform: translate(730px, -330px);
	background: transparent;
	width: 450px;
	overflow: hidden;
	background-color: #4e4f4d;
	border-radius: 20px;
	animation-name: right;
	animation-duration: 0.7s;
}
.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: 15px;
	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: #0091FF;
	color: #fff;
	padding: 8px 70px;
	border-radius: 20px;
	cursor: pointer;
	transition: 0.5s;
	font-family: Montserrat;
	overflow: hidden;
	margin-left: 100px;
	margin-bottom: 10px;
	font-size: 16px;
}
.submit:hover{
	background: #4EBF56;
}
.imgform{
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
	width: 400px;
	height: 200px;
}
[data-anime] {
  opacity: 0;
  transition: .3s;
}
[data-anime="left"] {
  transform: translate3d(-50px, 0, 0);
  overflow-x: hidden;
}
[data-anime="right"] {
  transform: translate3d(50px, 0, 0);
  overflow-x: hidden;
}
[data-anime="top"] {
  transform: translate3d(0, -50px, 0);
  overflow-x: hidden;
}
[data-anime="bottom"] {
  transform: translate3d(0, 50px, 0);
  overflow-x: hidden;
}
[data-anime].animate {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  overflow-x: hidden;
}
@keyframes left1{
  from {
    transform: translate(80px, 370px);
    opacity: 0;
  }

  to {
    transform: translate(150px, 370px);
    opacity: 1;
  }
} 
@keyframes left2{
  from {
    transform: translate(80px, 380px);
    opacity: 0;
  }

  to {
    transform: translate(150px, 380px);
    opacity: 1;
  }
} 
@keyframes left3{
  from {
    transform: translate(80px, 400px);
    opacity: 0;
  }

  to {
    transform: translate(150px, 400px);
    opacity: 1;
  }
}
@keyframes left4{
  from {
    transform: translate(80px, 410px);
    opacity: 0;
  }

  to {
    transform: translate(150px, 410px);
    opacity: 1;
  }
}
@keyframes left5{
  from {
    transform: translate(80px, 460px);
    opacity: 0;
  }

  to {
    transform: translate(150px, 460px);
    opacity: 1;
  }
}
@keyframes right{
  from {
    transform: translate(800px, -330px);
    opacity: 0;
  }

  to {
    transform: translate(730px, -330px);
    opacity: 1;
  }
} 
@keyframes opaco{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
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: 15px;
	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: bold;
	font-size: 24px;
	color: #fff;
	background: transparent;
	text-align: center;
	margin-bottom: 10px;
}
.cabou {
	background-color: #d0dbe3;
	height: 220px;
	width: 100%;
	margin-top: 50px;
	position: absolute;
	transform: translateY(520px);
	box-shadow: 5px 5px 5px 5px #262626;
	overflow: hidden;
	box-sizing: border-box;
}
.fa-copyright{
	background: transparent;
}
.fa-user-edit{
	background: transparent;
}
.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: transparent;
}
.itsend strong{
	background: transparent;
}
.socialend{
	margin-top: 10px;
	color: #111;
	font-family: Hind;
	font-size: 18px;
	position: absolute;
	text-align: center;
	transform: translate(920px, 30px);
	background: transparent;
}
.socialend h2{
	transform: translate(-10px, 0);
	background: transparent;
}
.socialend a{
	font-size: 50px;
	letter-spacing: 20px;
	background: transparent;
}
.fa-youtube{
	color: #FF0000;
}
.fa-facebook-square{
	color: #4267B2;
}
.fa-instagram{
	color: rgb(174,61,139);
}
.fa-twitter{
	color: #1DA1F2;
}
.zoomlogo{
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: 0.3s;
	background: transparent;
}
.zoomlogo: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;
	background-color: transparent;
	font-family: Montserrat;
}
.servic-a{
	font-size: 16px;
	color: #111;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #282c30;
	text-decoration: none;
	background: transparent;
}
.servic-a a{
	background: transparent;
	text-decoration: none;
	color: #282c30;
}
.servic-a:hover{
	color: #74BF3B;
}
.servic-a:hover a{
	color: #4E8028;
}
.c-footer{
	transform: translate(550px, 50px);
	position: absolute;
	background: transparent;
}
.c-footer li {
	background: transparent;
}
.servic-co{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	font-color: #111;
	list-style: none;
	background: transparent;
	font-family: Montserrat;
}
.servic-ab {
	font-size: 16px;
	color: #111;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #282c30;
	text-decoration: none;
	background: transparent;
}
.servic-ab a{
	background: transparent;
	text-decoration: none;
	color: #282c30;
}
.servic-ab:hover{
	color: #43C9FF;
}
.servic-ab:hover a{
	color: #4789E6;
}
.other-services-position{
	position: absolute;
	transform: translate(150px, 460px);
	animation-name: left5;
	animation-duration: 0.7s;
}
.other-services{
	font-family: Lato;
	font-size: 28px;
	text-align: center;
}
.other-services-position a{
	font-size: 22px;
	font-family: Lato;
	margin-right: 5px;
}
.other-services-position i{
	transform: scale(1.1);
	margin-right: 5px;
	transition: 0.3s ease-out;
}
.pczin:hover i{
	color: green;
}
.outzin:hover i{
	color: green;
}
.nuvemzin:hover i{
	color: green;
}
.firezin:hover i{
	color: green;
}
.lgpdin:hover i{
	color: green;
}

