/*
* Mix Theme
* Created by : mixdesigns
* website : www.mixdesigns.net
*/

/* Table of Content
==================================================
		- General -
		- title Section -
		- Button -
		- margin spaces -
		- Header Section -
		- Top intro Section -
		- Services Section -
		- firstFeature Section -
		- secondFeature Section -
		- video Section -
		- thirdFeature Section -
		- parallax Section -
		- features Section -
		- testimonials Section -
		- team Section -
		- screenshots Section -
		- numbers Section -
		- downloads Section -
		- plans Section -
		- clients Section -
		- contact Section -
		- footer Section -
		- Media Queries -
*/

/* - General ------------------------------------------------------- */
/* PRE LOADER */

:root {
	--cor-principal: #F5AC35;
	--cor-principal-auxiliar: #fc843f;
	--cor-principal-variante: #EDE8DF;

	--cor-cinza: #d3c9cb;
	--cor-azul: #004baa;
}

/* .preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

.status {
	width: 60px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin: -15px 0 0 -30px;
} */

/* Global Styles */
body, html {
	height: 100%;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: transparent;
	color: #333;
	overflow-x: hidden;
	margin: auto;
	background: #444;
	-webkit-font-smoothing: subpixel-antialiased;
}
h1,h2 {
	font-size: 2rem;
}
p {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.8;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.2;
}
.hiddenHeader {
	display: none;
	margin: 0;
}
.img-responsive {
	margin: 0 auto;
}
/* title Section */
.titleSection {
	text-align: center;
}
.titleSection h1,.titleSection h2 {
	margin-bottom: 5px;
}
/* line */
.coloredLine {
	height: 1px;
	margin: auto;
	width: 150px;
	background: var(--cor-principal);
	margin-top: 0;
}
hr {
	border-color: #e4e4e4;
}
/* buttons */
.btn-new {
	background: transparent;
	border: 2px solid var(--cor-principal);
	display: inline-block;
	padding: 15px 30px;
	border-radius: 30px;
	color: var(--cor-principal);
	font-size: 1rem;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	letter-spacing: 1px;
	cursor: pointer;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
}
.btn-new:hover,.btn-new:focus{
	background: var(--cor-principal-auxiliar);
	color: #fff;
	text-decoration: none;
	outline: none;
}
.btn-bold{
	background: var(--cor-principal);
	color: #fff;
}
.btn-bold:hover{
	background: var(--cor-principal-auxiliar);
}
.light{
	font-weight: 400;
}
.bold{
	font-weight: 700;
}
.no-padding {
	padding: 0 !important;
}
.text-right{
	text-align: right;
}
/* margin spaces */
.space10 {
	margin-bottom: 10px;
}
.space20 {
	margin-bottom: 0;
}
.space30 {
	margin-bottom: 30px;
}
.space40 {
	margin-bottom: 3rem;
}
.space50 {
	margin-bottom: 50px;
}
.space60 {
	margin-bottom: 60px;
}
.space70 {
	margin-bottom: 70px;
}
.space80 {
	margin-bottom: 80px;
}
.space90 {
	margin-bottom: 90px;
}
.space100 {
	margin-bottom: 90px;
}
/* Header and nav --------------------------------------------------- */
.sticky-navigation {
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-bottom: 1px solid #eee;
	padding: 5px 0 !important;
	margin-bottom: 0 !important;
	-webkit-backface-visibility: hidden;
	top:-100px;
}
.nav-logo {
	padding: 0 15px;
	height: 50px;
	overflow: hidden;
}
	.nav-logo img {
		width: 52px;
	}
.nav-logo:focus {
	outline: none;
}
.navbar{
	margin-bottom: 0;
}
.navbar-nav {
	float: left;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-nav li a {
	padding: 10px;
	line-height: 30px;
	font-size: 1rem;
	color: #333;
	position: relative;
	background: transparent !important;
	font-weight: 700;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.navbar-nav li a:focus{
	outline: none;
}
.navbar-nav li.active a,.navbar-nav li a:hover {
	color: var(--cor-principal);
}
header .btn-new{
	padding: 8px 18px;
	font-size: 1rem;
	margin: 6px 0 6px 10px;
}
.navbar-toggle{
	padding: 5px 10px;
	margin-right: 10px;
}

/* Top intro --------------------------------------- */
/* .logo{
	margin-top: 3rem;
} */
#intro {
	position: relative;
	text-align: center;

	/* custom */
	/* background: url(../images/slide/topo-criancas-colmeia.jpeg) no-repeat center center fixed #444; */
}
#intro .overlay{
	padding: 0;
}
.middle-intro {
	padding: 14rem 0;
}
#intro h1 {
	font-size: 3rem;
	color: #555;

	/* padding: 3rem 0; */
}
#intro h1 span {
	color: var(--cor-principal);
}
#intro .btn-new{
	margin-right: 10px;
	margin-bottom: 5px;
}
.intro-btn {
	background: rgba(255,255,255,0.1);
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
	padding: 1rem 0;
}
/*services-------------------------------------- */
#services{
	background: #fff;
	padding: 150px 0;
}
.servicesList{
	margin: 0;
	padding: 0;
	list-style: none;
}
.servicesList li{
	color: #fff;
	position: relative;
	padding: 3rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 2;

}
.servicesList li .number {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.75rem;
	font-weight: 700;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.servicesList li:hover{
	transform: scale(1.1,1.1);
	z-index: 99;
}
.purple{
	background: #8460a4;
}
.purple .number{
	background: #774e9c;
}
.pink{
	background: var(--cor-principal);
}
.pink .number{
	/* background: #FC5653; */
	background: var(--cor-principal-auxiliar);
}
.blue{
	background: #3DCEC7;
}
.blue .number{
	background: #2ABFB5;
}
.yellow{
	background: #F4C949;
}
.yellow .number{
	background: #EABB3A;
}
/* firstFeature section --------------------------------------------------*/
#firstFeature{
	background: #f0f0f0;
	padding: 150px 0;
	overflow: hidden;
}
.welcomeText{
	padding-top: 0;
	padding-bottom: 0;
}
.colorTitles{
	color: #fff;
	margin-bottom: 0;
}
.colorTitles span {
	padding: 10px 0;
	display: inline-block;
	font-size: 0.75rem;
	clear: both;
	margin-bottom: 5px;
	font-weight: 400;
}
ul.feature-list{
	margin: 0;
	list-style: none;
	padding: 0;
}
ul.feature-list li {
	padding: 10px 0;
}
.mobile{
	margin: 0 auto;
}
.feature-mobile {
	position: relative;
}
.featureCircle {
	position: absolute;
	top: 0;
	left: 0;
	width: 136px;
	height: 136px;
	color: #fff;
	border: 2px solid rgba(61,206,199,0.8);
	z-index: 10;
	border-radius: 50%;
	text-align: center;
}
.featureCircleInner {
	background: rgba(84,206,182,0.8);
	width: 126px;
	height: 126px;
	border-radius: 50%;
	margin: 3px;
}
.featureCircleInner span{
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	text-transform: uppercase;
	font-size: 1rem;
}
#firstFeature .phones{
	position: relative;
	overflow: hidden;
	height: 650px;
}
#firstFeature .phone-back {
	height: 87%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 180px;
	top: 7%;
	width: auto;
	z-index: 1;
}
#firstFeature .shadow-left {
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
	height: 87%;
	left: 0;
	right: 140px;
	top: 7%;
	margin: 0 auto;
	position: absolute;
	width: 100px;
	z-index: 2;
}
#firstFeature .phone-front {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: -120px;
	top: 0;
	width: auto;
	z-index: 3;
}
/*secondFeature --------------------------------------- */
#secondFeature {
	background: var(--cor-principal);
	text-align: right;
	position: relative;
	height: 450px;
	color: #fff;
}
.secondFeatureLeft {
	margin-right: 340px;
}
.secondFeatureRight {
	width: 300px;
	float: right;
	position: relative;
	top: -90px;
}
.secondFeaturePhone {
	position: relative;
	top: 0;
	right: 0;
	max-width: 100%;
	aspect-ratio: 400 / 839;
}
#secondFeature h2 {
	margin-top: 100px;
}
#secondFeature blockquote {
	border: none;
}
#secondFeature p {
	font-size: 2rem;
}
#secondFeature .circleSocial {
	float: right;
	display: inline-block;
	margin-top: 0;
}
#secondFeature .circleSocial li a:hover,
#secondFeature .circleSocial li a:focus {
	color: #fff;
	border-color: #fff;
}

.mobileScreenWrapper {
	background: #fff;
	height: 440px;
	overflow: hidden;
	position: absolute;
	right: 27px;
	top: 95px;
	width: 247px;
}
.mobileScreen{
	width: 247px;
	height: 440px;
	/* background: url("../images/phones/iphone-screen.jpg") no-repeat; */
	background: url() no-repeat;
	background-position: center bottom;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
}
.mobileScreen:hover{
	background-position: center bottom !important;
}
.secondFeatureClear{
	height: 0;
}
/* videoSection ------------------------------------------- */
#videoSection{
	background: #fff;
	padding: 180px 0 150px ;
}
video {
	max-width: 100%;
	height: auto;
}
iframe,embed,object {
	max-width: 100%;
}
.video-container {
	background: transparent !important;
	margin: auto;
	text-align: center;
}
.video {
	background: transparent !important;
}
/* thirdFeature ------------------------------------------- */
#thirdFeature{
	background: #f0f0f0;
	padding: 150px 0 ;
}
.thirdFeatureBg{
	background: url("../images/bg2.jpg") no-repeat  center center   rgba(0, 0, 0, 0);
	padding-top: 15px;
	padding-bottom: 15px;
	background-size: cover;
}

.thirdFeatureWrapper{
	background: rgba(61,206,199,0.7);
	color: #fff;
}
.thirdFeatureText-header{
	padding: 3rem;
	background: #F4C949;
}
.thirdFeatureText-header h2 {
	margin: 0;
}
.thirdFeatureText{
	padding: 3rem;
}
.thirdFeatureText ul.feature-list li{
	color: #fff;
	border-bottom:  1px solid rgba(255, 255, 255, 0.1);
}
.thirdFeatureText ul.feature-list li:last-child{
	border-bottom: none;
}
.thirdFeatureText h4{
	line-height: 30px;
}
.thirdFeatureText h4 i{
	margin-right: 5px;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	font-size: 1.5rem;
	display: inline-block;
}
/* parallax ------------------------------------------------------- */
.parallaxBg {
	/* background: url(../images/bg.jpg) no-repeat center center fixed #444; */
	background-attachment: fixed !important;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	color: #fff;
	text-align: center;
}
.overlay {
	/* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4); */
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 100%;
	padding: 100px 0;
}
.downloadNumber {
	font-size: 5.5rem;
	font-weight: 700;
}
/* features ---------------------------------------------------- */
#features{
	background: #fff;
	/* background: var(--cor-principal); */
	padding: 0 0 150px;
}
/*
	#featuresMobile {
		margin-top: -50px;
	}
*/
.features-left ul,.features-right ul{
	margin: 0;
	margin-top: 100px;
	padding: 0;
}
.features-left ul li, .features-right ul li {
	display: table;
	list-style: none outside none;
	margin-bottom: 50px;
	width: 100%;
}
.features-left ul li .features-ico{
	float: right;
	width: 60px;
}
.features-right ul li .features-ico{
	float: left;
	width: 60px;
}
.features-ico i {
	color: #fff;
	font-size: 2rem;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	border-radius: 50%;
}
.features-left ul li .features-info{
	margin-right: 80px;
	text-align: right;
}
.features-right ul li .features-info{
	margin-left: 80px;
	text-align: left;
}
.features-info h4{
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 700;
}
.features-info p{
	margin-bottom: 0;
}

/* testimonials ---------------------------------------------- */
#owl-carousel-testimonials img {
	margin: 10px auto;
	border-radius: 50%;
	width: 80px;
	height: 80px;
}
#owl-carousel-testimonials .owl-controls .owl-page span {
	background: #fff;
}
/*item style */
#team{
	padding: 150px 0 ;
	background: #f0f0f0;
}
.owl-pagination{
	padding-top: 3rem;
}
.owl-theme .owl-controls .owl-page span{
	margin: 2px;
	background: #000;
}
.team-item {
	max-width: 300px;
	margin: auto;
}
.team-item img{
	transform: scale(1.1,1.1);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;

}
.team-item:hover img{
	transform: scale(1,1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.teamWrapper{
	position: relative;
	overflow: hidden;
	background: #000;
}
.team-overlay{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjg2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44NiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,0.86) 93%, rgba(0,0,0,0.86) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(29%,rgba(0,0,0,0)), color-stop(93%,rgba(0,0,0,0.86)), color-stop(100%,rgba(0,0,0,0.86))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.86) 93%,rgba(0,0,0,0.86) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.86) 93%,rgba(0,0,0,0.86) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.86) 93%,rgba(0,0,0,0.86) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.86) 93%,rgba(0,0,0,0.86) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#db000000',GradientType=0 ); /* IE6-8 */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.team-inner  {
	padding: 10px 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.team-inner h5 {
	position: relative;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
.team-inner h5 span {
	font-size: 1rem;
	font-weight: 400;
	color: #999;
	display: block;
	margin-top: 4px;
	text-transform: none;
}

/* thumb overlay effect style */
.thumb-overlay ul {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid rgba(0,0,0,0.4);
	position: relative;
	text-align: right;
}
.thumb-overlay ul li{
	display: inline-block;
	margin-left: 10px;
	list-style:none;
	text-align: center;
	border-radius: 50%;
}
.thumb-overlay ul li a{
	font-size: 1rem;
	color: var(--cor-principal);
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.thumb-overlay ul li a:hover,.thumb-overlay ul li a:focus{
	color: var(--cor-principal-auxiliar);
	outline: none;
}


/*Screenshots ---------------------------------------------------- */
#screenshots {
	padding: 150px 0 ;
	/* background: #fff; */
	background: var(--cor-principal);
	text-align: center;
}
#screenshots:after,#screenshots:before{
	display: table;
	content: "";
}
#screenshots:after{
	clear: both;
}
#owl-carousel-works .item {
	position:relative;
	z-index: 8787;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.latest-item:hover{
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.nivo-lightbox-next:focus,.nivo-lightbox-prev:focus{
	outline: none;
}
.nivo-lightbox-theme-default .nivo-lightbox-title{
	background: rgba(0,0,0,0.6);
}

/* numbers ---------------------------------------------------------------- */
#numbers .overlay{
	padding: 0 0 80px 0;
}
ul.numbersList {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style: none;
	text-align: center;
}
ul.numbersList li{
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
ul.numbersList li:last-child{
	border: none;
}
ul.numbersList h4{
	color: var(--cor-principal);
	margin-bottom: 0;
}
ul.numbersList span{
	font-size: 5.5rem;
	font-weight: 700;
}

.numbers-title {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	padding: 10px 0;
	position: relative;
	z-index: 2;
}
/* download style --------------------------------------------------------*/
#download{
	color: #fff;
}
.logoDownload{
	margin-bottom: 15px;
}
.btn-app-download {
	padding: 15px 30px 15px 80px;
	position: relative;
	border: 2px solid var(--cor-principal);
	display: inline-block;
	color: var(--cor-principal);
	margin: 5px;
	text-align: left;
	border-radius: 3rem;
}
.btn-app-download:hover,.btn-app-download:focus{
	color: #fff;
	outline: none;
	background: var(--cor-principal-auxiliar);
}
.btn-app-download i {
	font-size: 3rem;
	left: 0;
	line-height: 1;
	margin: 15px 0 0 30px;
	position: absolute;
	top: 0;
}
.btn-app-download strong {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
}
.btn-app-download span {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: -3px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* plans style --------------------------------------------------------*/
#plans{
	padding: 150px 0;
	background: #fff;
}
#plans .item{
	background: #f0f0f0;
	border-top: 6px solid #F4C949;
	text-align: center;
	padding: 3rem 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 2;
}
#plans .item:hover{
	transform: scale(1.1,1.1);
	z-index: 99;
}
#plans .item .package{
	font-weight: 700;
	font-size: 2.75rem;
}
#plans .item .price{
	height: 100px;
}
#plans .item .price p {
	color: var(--cor-principal);
	display: inline-block;
	font-weight: 700;
	font-size: 2.75rem;
	height: 100px;
	position: relative;
	margin: 0;
	line-height: 100px;
}
#plans .popular .price p {
	font-size: 5.5rem;
}
#plans .item .price p span {
	line-height: normal;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	position: absolute;
}

#plans .item .price p span.currency {
	right: -15px;
	top: 15px;
}
ul.plans-list{
	margin: 0;
	padding: 30px 0;
	list-style: none;
}
ul.plans-list li {
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 0;
}
.popular ul.plans-list li {
	color: #fff;
}
#plans .popular {
	background: var(--cor-principal);
	color: #fff;
	transform: scale(1.1,1.1);
}
#plans .popular .btn-new {
	border-color: #fff;
	color: #fff;
}
#plans .popular .price p {
	color: #fff;
}
/* clients -------------------------------------------------------- */
#clients {
	background: #f0f0f0;
	border-top: 1px solid #e4e4e4;
	padding: 50px 0;
	position:relative;
	overflow: hidden;
	text-align: center;
}
.clientsLogos span {
	display: inline-block;
	margin: 0 0;
}
.imgClient {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 5px;
}
.imgClient:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/* contact ----------------------------------------------------------- */
#contact {
	background-color: #444;
}
#contact .overlay{
	padding-bottom: 0;
}
.infoDetails{
	width: 70%;
	margin: 0 auto;
	float: none;
}
.infoDetails span.phone,
.infoDetails span.frase {
	padding: 0 0;
	margin: 0;
	font-size: 4.5rem;
	background: rgba(255, 255, 255, 0.1);
	font-weight: 700;
}
.contactBg{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	padding: 50px 0;
	position: relative;
	z-index: 2;
}
#contactForm {
	margin-top: 1rem;
}
#contactForm input {
	background: transparent;
	/* border: none; */
	border-radius: 1.5rem;
	border: 2px solid var(--cor-principal);
	height: 3rem;
	margin-bottom: 1rem;
	padding: 10px;
	width: 100%;
	color: var(--cor-principal);
	outline: none;
}
#contactForm .select-form {
	background: transparent;
	/* border: none; */
	border-radius: 1.5rem;
	border: 2px solid var(--cor-principal);
	height: 3rem;
	margin-bottom: 1rem;
	padding: 0 1rem;
	width: 100%;
	color: var(--cor-principal);
	outline: none;
}
#contactForm .select-form select {
	-webkit-appearance: none;
	height: 3rem;
	background: transparent;
	margin: 0;
	border: none;
	width: 100%;
	outline: none;
}
#contactForm textarea {
	background: transparent;
	border: none;
	border-bottom: 2px solid var(--cor-principal);
	height: 3rem;
	max-height: 120px;
	resize: none;
	margin-bottom: 1rem;
	overflow: hidden;
	padding: 10px;
	width: 100%;
	color: var(--cor-principal);
	outline: none;
}
#contactForm .alert.alert-success,
#contactForm .alert.alert-danger {
	display: none;
	text-align: center;
	margin-bottom: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0;
}
#contactForm input::placeholder {
	/* color: var(--cor-principal); */
	color: var(--cor-cinza);
}
/* Footer ---------------------------------------------------------- */
footer {
	background: #111;
	padding: 50px 0;
}
footer p,
footer address {
	text-align: center;
	color: #fff;
}
footer p a {
	font-weight: 700;
	color: #fff;
	color: var(--cor-principal);
}
footer p a:hover {
	color: var(--cor-principal);
}
.circleSocial {
	padding: 0;
	display: table;
	margin: 0 auto;
}
.circleSocial li {
	list-style: none;
	float: left;
	margin: 2px;
}
.circleSocial li a {
	width: 3rem;
	height: 3rem;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 3rem;
	font-size: 1rem;
	margin: 2px;
}
.circleSocial li a:hover,.circleSocial li a:focus {
	border-color: var(--cor-principal);
	outline: none;
	color: var(--cor-principal);
}
/* responsive style ----------------------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.infoDetails { width: 100%;}
	.features-left ul { margin-top: 50px;}
	.features-right ul { margin-top: 50px;}
	.video .fluid-width-video-wrapper { min-height: 400px;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#services,#firstFeature,#secondFeature,#videoSection,#thirdFeature,#features,#screenshots,#team,#plans{
		padding-top: 50px !important;
		padding-bottom: 50px !important
	}

	#firstFeature .phones {
		height: 400px;
		margin: 0 auto;
		width: 90%;
	}
	.welcomeText {
		text-align: center;
	}
	#secondFeature {
		height: auto;
		padding: 150px 0;
	}
	.secondFeatureRight {
		float: none;
		margin: 0 auto;
		top: 0;
	}
	.secondFeatureLeft {
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	#secondFeature h2 {
		margin-top: 0;
	}
	#secondFeature {
		overflow: hidden;
		text-align: center;
	}
	#secondFeature .circleSocial {
		float: none;
		margin-bottom: 0;
	}
	ul.numbersList li {
		border:none;
	}
	.video .fluid-width-video-wrapper { min-height: 200px; }
	#plans .popular .price p { font-size: 4rem; }
	#featuresMobile { margin-top: 0; }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	#thirdFeature { padding: 50px 10px !important; }
	.navbar-nav { width: 100%;margin: 10px 0; }
	.navbar-collapse {
		max-height: 355px !important;
		padding-bottom: 15px;
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: visible;
		border-top: 1px solid transparent;
	}
	.infoDetails span.phone{font-size: 3.75rem;}
	.downloadNumber{font-size: 3.75rem; }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.parallaxBg {
		background-attachment: inherit !important;
	}
	#firstFeature .phones {
		height: 250px;
		margin: 0 auto;
		width: 100%;
	}
	#firstFeature .phone-front{
		height: auto;
		width: 50%;
		right: 0;
		left: 40%;
	}
	#firstFeature .phone-back{
		height: auto;
		width: 50%;
		left: 5%;
	}
	#firstFeature .shadow-left{
		height: 100%;
		right: 10%;
	}
	ul.numbersList h4 { font-size: 1rem; }
	ul.numbersList span { font-size: 3.75rem; }
	.infoDetails h2 { font-size: 1.5rem; }
	.infoDetails span.phone { font-size: 1.75rem; }
	.downloadNumber { font-size: 3rem; }
	#intro .btn-new { padding: 1rem; }
	.nav-logo img {
		width: 44px;
		aspect-ratio: 1;
	}
	.middle-intro {
		padding-top: 0;
		padding-bottom: 0;
	}
	#intro h1 {
		font-size: 2rem;
		margin: 0 0 8rem;
	}
	.logo {
		margin: 5rem 0;
		aspect-ratio: 500 / 175;
	}
	.infoDetails span.frase {
		font-size: 1.3rem;
	}
	.servicesContent .row:nth-child(2) {
		margin-top: 0;
	}
	#secondFeature .secondFeatureLeft blockquote p {
		font-size: 1.5rem;
		font-style: italic;
	}
	#features li {
		/* visibility: visible; */
		/* text-align: center; */
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.features-left ul li .features-info,
	.features-right ul li .features-info {
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	.features-left ul li .features-ico,
	.features-right ul li .features-ico {
		float: none;
		width: 4rem;
	}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	#firstFeature .phones {
		height: 200px;
	}
}
