@font-face {
    font-family: 'Ubuntu';
    font-display: swap;
    src: url('../fonts/ubuntu-regular-webfont.eot');
    src: url('../fonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-regular-webfont.woff') format('woff'),
         url('../fonts/ubuntu-regular-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font-ubuntu {
	font-family: Ubuntu !important;
}
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@keyframes shapeMover {

	0%,
	100% {
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}

	50% {
		transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}


@keyframes bubbleMover {
	0% {
		-webkit-transform: translateY(0px) translateX(0) rotate(0);
		transform: translateY(0px) translateX(0) rotate(0);
	}

	30% {
		-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
		transform: translateY(30px) translateX(50px) rotate(15deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}

	50% {
		-webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
		transform: translateY(50px) translateX(100px) rotate(45deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	80% {
		-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
		transform: translateY(30px) translateX(50px) rotate(15deg);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}

	100% {
		-webkit-transform: translateY(0px) translateX(0) rotate(0);
		transform: translateY(0px) translateX(0) rotate(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
}

@keyframes banner3Shake {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	60% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg);
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

#sobre {
	background-image: url('../img/php-logo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

.zap {
	position: fixed;
	top: 45%;
	right: 10px;
	z-index: 2;
	background-color: rgb(64, 64, 64, 0.5);
	width: 60px;
	border-radius: 5px;
}
.zap .blocos {
	width: 60%;
	margin:0 auto;
}
.zap .blocos a {
	color: green;
}

.servicos {
    background: url(../img/-fullm-bg.jpg) no-repeat;
    background-size: cover;
}

.banner {
    float:right;
    /* max-width: 500px; */
	max-width: 668px;
    position: relative;
    top: 150px;
    right: 100px;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    /*
    -webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	*/
}

.profile-card {
	padding-top: 50px;
    width: 140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    /*transform: translateY(-50%); */
    margin-top: -60px;
    margin-bottom: 45px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 4;
    background-color: #000;
    box-shadow: 0px 5px 15px 0px #fff, 0px 0px 0px 7px rgba(107, 74, 255, 0.5);
}

.selos {
	z-index: 2;
	position: relative;
}

#circleBar {
	text-align: center;
}

#circleBar .round {
	min-height: 255px;
	margin-top: 30px;
	position: relative;
	margin-bottom: 20px;
}

#circleBar .round strong {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	transform: translate(-50%);
	font-size: 40px;
	color: #fff;
	font-weight: 100;
}

#circleBar span {
	display: block;
	color: #999;
	font-size: 17px;
	margin-top: 10px;
}

#circleBar span i {
	color: #5aa1fa;
	font-size: 22px;
	margin-right: 7px;
}

footer {
	background: url(../img/background.png) no-repeat center center;
    background-size: cover;
    min-height: 615px;
    color: #fff;
    bottom: 0;
}

footer p {
    font-size: 15px;
    line-height: 30px;
}

footer .container {
	padding-top: 200px;
}

.footer-info  .personal-info {
	margin-top:30px;
	
}
.footer-info  .personal-info li{
	color:#969ea7;
	font-size:13px;
	line-height:24px;
	border-bottom:1px solid #fff;
	padding:10px 0;
	display:inline-block;
	width:100%;
}
.footer-info  .personal-info li i {
	font-size:18px;
	margin-right:20px;
	float:left;
	margin-top:5px;
}

.footer-info  .info-info {
	margin-top:30px;
	
}
.footer-info  .info-info li{
	color:#969ea7;
	font-size:15px;
	padding:8px 0;
	display:inline-block;
	width:100%;
}
.footer-info  .info-info li i {
	margin-right:8px;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:42px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../img/to-top.png) no-repeat left top;
}

#toTopHover {
	background:url(../img/to-top.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* BOOTSTRP */
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border: none;
}