@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

body, html{
	margin: 0 auto;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
	position: relative;
}
.lg-img{
	height: 50px;
	width: 200px;
}
.space{ 
	padding-top: 40px;
}
.marg{
	margin: 0px 30px;
}
.loader {
	display: none;
	border: 8px solid white;
	border-radius: 50%;
	border-top: 8px solid#3b5999;
	border-bottom: 8px solid  #3b5999;
	width: 60px;
	height: 60px;
	position:absolute;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
.alert-erro {
	display: none;
	padding: 20px;
	background-color: #f44336;
	color: white;
	opacity: 1;
	transition: opacity 0.6s;
	margin-bottom: 15px;
	margin-top: 15px;
}

.alert-success {
	display: none;
	padding: 20px;
	background-color: #4CAF50;
	color: white;
	opacity: 1;
	transition: opacity 0.6s;
	margin-top: 15px;
	margin-bottom: 15px;
}

.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
	color: black;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
#home{
	background: url(../img/back_end_2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	padding: 260px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	height: 600px;
	animation-duration: 15s;
	animation-name: slide;
	animation-iteration-count: infinite;
}

#home strong:before{
	content: 'Seus sistemas em múltiplas plataformas';
	animation-duration: 15s;
	animation-name: text-color;
	animation-iteration-count: infinite;
	color: #ffffff;
	line-height: 1.5;
	text-shadow: 2px 2px rgb(85, 82, 82);
}
@keyframes slide {
	50% { 
		background: url(../img/back_end.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	75% {
		background: url(../img/back_end_1.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	100% {
		background: url(../img/back_end_2.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
}


@keyframes text-color {
	50% { 
		content: "Desenvolva seus sonhos";
	}
	75% {
		content: "Gerenciamento de tarefas com softwares customizados";
	}
	100% {
		content: "Seus sistemas em múltiplas plataformas";
		
	}
}

#sobre{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 70px;
}
#servico{
	background-color: #464f57;
	padding-top: 50px;
	padding-bottom: 70px;
	color: #ffffff;
}
#servico div p{
	font-size: 13px;
}
#servico div img{
	height: 120px;
	width: 120px;
	margin: 20px;
}
#portifolio{
	padding-top: 50px;
	padding-bottom: 70px;
}
.card:hover{
	opacity: 0.6;
	cursor: pointer;
}
.one{
	background-color: #0f1a24;
}
.two{
	background-color: #0f1a24;
}
.three{
	background-color: #0f1a24;
}
#contato{
	background-color: #173046;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #ffffff;
}
#contato div button{
	background-color: white;
	color: #282f35;
	font-weight: bold;
	border-style: none;
}
#contato input.form-control,
#contato textarea.form-control {
	margin-bottom: 10px;
}
#contato .form-control {
	display: block;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #253c4e;
	background-image: none;
	border: 0;
	border-top: 2px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	transition: all 0.5s;
}

#contato .form-control:focus {
	border-color: #2b4170;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color:    #222222;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
	color:    #222222;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
	color:    #222222;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	color:    #222222;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
}

#contato .andress{
	color: #ffffff;
	padding: 10px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

.social{
	float: right;
}

footer{
	background-color: #0f1a24;
	color: white;
	padding: 8px 0px;
	font-size: 12px;
}

#contato ul li{
	list-style: none;
	margin-left: 20px;
	float: right;
}

#contato ul li:nth-child(1) a:hover{
	color: #e4405f;
}
#contato ul li:nth-child(2) a:hover{
	color: #0077B5;
}
#contato ul li:nth-child(3) a:hover{
	color: #3b5999;
}

#contato ul li a{
	color: #ffffff;
	font-size: 14px;
}
#back-info{
	position: relative;
	color: #ffffff; 
	display: none;
	width: 100%;
	right: -100%;
	background-color: #282f35;
	font-family: 'Montserrat', sans-serif;
	padding: 60px 80px;
	opacity: 0.8;
	bottom: 0;
}
#slide-portifolio img{
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}
#back-info span{
	float: right;
}

#back-info p{
	text-align: left;
}
#descricao{
	width: 100%;
	height: 100%;
}

#servico .fa-desktop {
	background: white;
	color: #26263d;
	padding: 40px; 
	font-size: 48px;
	width: 140px;
	text-align: center;
	text-decoration: none;
	margin: 8px 2px;
	border-radius: 50%;
}
#servico .fa-android {
	background: white;
	color: #a4c639;
	padding: 35px;
	font-size: 60px;
	width: 140px;
	text-align: center;
	text-decoration: none;
	margin: 8px 2px;
	border-radius: 50%;
}

#servico .fa-apple {
	background: white;
	color: #0c0c0c;
	padding-top: 25px; 
	padding-left: 30px; 
	padding-right: 30px; 
	padding-bottom: 30px; 
	font-size: 73px;
	width: 140px;
	text-align: center;
	text-decoration: none;
	margin: 8px 2px;
	border-radius: 50%;
}

