.noPadding {
	padding: 0;
}
.flex {
  display: flex;
}
.hcenter {
  align-items: center;
}
.wcenter {
  justify-content: center;
}
.left {
  float: left;
}
.right  {
  float: right;
}
.auto {
  margin: auto;
  float: none;
}

body {
	font-family: 'Roboto', sans-serif;
}

/* Navbar */
.navbar-default {
  height: 70px;
  background: #fff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.navbar-default li a {
  font-size: 14.73px;
  color: #1468a4 !important;
  text-transform: uppercase;
  background: transparent !important;
  font-weight: bold;
}
.navbar-nav>li:after {
    content: "";
    display: block;
    height: 40px;
    width: 1px;
    background: #d2d2d2;
    position: absolute;
    top: 3px;
    right: 0;
}

.navbar-default  li.active {
  position: relative;
}

.navbar-default  li.active a:after {
    height: 5px;
    background: #f8ce18;
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
}

.navbar-right {
  margin-top: 7px;
}

.google-play {
  background: url('../media/img/sprite.png') no-repeat 0 -100px;
	width: 126px;
	height: 38px;
}
.apple-store {
  background: url('../media/img/sprite.png') no-repeat 0 -150px;
	width: 128px;
	height: 38px;
}

/* Banner */
.banner {
  background: url("../media/img/back-banner.jpg");
  width: 100%;
  height: 800px;
}

.banner .box {
  background: #fff;
  border-radius: 50px;
}
.banner .box-inner {
  width: 430px;
  margin: auto;
  padding: 65px 0;
}
.banner .texto h3 {
  font-size: 36px;
  color: #1468a4;
}
.banner .texto p {
  font-size: 14px;
  color: #666666;
}
.banner .box a {
  color: #fff;
  background: #e42f26;
  text-transform: uppercase;
  padding: 20px;
  display: block;
	transition: all linear .3s;
}
.banner .box a:hover {
	background-color: #ca2b23;
	text-decoration: none;
}

/* M�o Banner */
.banner .col-right {
	position: relative;
  	margin-left: 30px;
}
.banner .mao_inteira {
	background: url('../media/img/mao_inteira.png') no-repeat;
 	width: 492px;
 	height: 722px;
	position: absolute;
	left: 0;
	top: -11px;
}
.banner .mao {
	background: url('../media/img/mao.png') no-repeat;
 	width: 544px;
 	height: 683px;
	position: absolute;
	left: 0;
	top: 28px;
}
.banner .iphone {
  background: url('../media/img/iphone.png') no-repeat;
  width: 241px;
  height: 489px;
}
.banner .dedos {
	background: url('../media/img/dedos.png') no-repeat;
  	width: 189px;
 	height: 466px;
	position: absolute;
	left: -32px;
	top: 15px;
	z-index: 9;
}
#telas-banner .item{
  margin: 3px;
}
#telas-banner .item img{
  display: block;
  width: 209px;
  height: 373px;
  margin-top: 44px;
  margin-left: 49px;
  object-fit: cover;
}


/* Como Funciona */
.como-funciona .video {
	margin-bottom: 90px;
}
.como-funciona .video iframe {
	width: 80%;
	min-height: 400px;
	height: -webkit-fill-available;
	max-height: 500px;
	margin: auto;
	display: block;
}
.como-funciona {
  padding: 90px 0 30px 0;
}
.como-funciona .titulo {
  background: #f4f4f4;
  color: #fcb316;
  border-radius: 150%;
  height: 300px;
  width: 300px;
}
.como-funciona .titulo h3 {
  font-size: 66.97px;
  font-weight: 900;
  width: 100%;
}
.como-funciona p {
  font-size: 18px;
  color: #666;
  font-family: 'roboto light';
}
.como-funciona span {
  font-weight: bold;
}
.telas {
	margin-top: 90px;
	position: relative;
}
.telas span {
    height: 180px;
    width: 100%;
    background-color: #5991c2;
    position: absolute;
    top: 190px;
}
.telas .exemplos {
  position: relative;
}
.telas .gutter {
  margin-left: 40px;
}
.apps {
	margin-top: 100px;
}

/* Baixe o app */
.baixe {
  padding: 90px 0;
}
.baixe .titulo {
  background: #e42f26;
  color: #fff;
  border-radius: 150%;
  height: 220px;
  width: 220px;
  position: relative;
}
.baixe .titulo h3 {
  font-size: 49.37px;
  font-weight: 900;
  width: 100%;
}
.baixe .titulo:after {
  content:"";
  display: block;
  background: url('../media/img/sprite.png') no-repeat 0 0;
	width: 156px;
	height: 85px;
  position: absolute;
  bottom: -60px;
  left: 70px;
}
.baixe .apple,
.baixe .google,
.baixe .qrcode {
  background: #f4f4f4;
  color: #1468a4;
  border-radius: 150%;
  height: 350px;
  width: 350px;
  margin: auto;
  text-decoration: none;
}

.baixe .qrcode {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}


@media (max-width: 1200px) {
	.baixe .apple,
	.baixe .google,
	.baixe .qrcode {
		height: 300px;
    	width: 300px;
	}
}

@media (max-width: 767px) {
	.baixe .apple,
	.baixe .google,
	.baixe .qrcode {
		margin-bottom: 20px;
	}
}

.baixe .apple:hover,
.baixe .google:hover {
	text-decoration: none;
}
.baixe .apps h3 {
  /* font-size: 36px; */
  font-size: 26px;
  width: 100%;
  margin-bottom: 0;
}

.baixe .qrcode h3 {
	margin-bottom: 10px;
}

.baixe .apps span {
  font-size: 24px;
  font-family: 'roboto light';
  width: 100%;
}
.baixe .google-play {
  background: url('../media/img/sprite.png') no-repeat -190px -75px;
	width: 234px;
	height: 69px;
  margin-top: 35px;
}
.baixe .apple-store {
  background: url('../media/img/sprite.png') no-repeat -189px 0;
	width: 239px;
	height: 70px;
  margin-top: 35px;
}

/* Contato */
.contato {
  background: url('../media/img/back-contato.jpg') no-repeat;
	width: 100%;
  padding: 80px 0;
}
.contato h3 {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
	margin-top: 0;
}
.contato p {
  font-size: 16px;
  font-family: 'roboto light';
  color: #dadada;
}
.contato .form_error{
	color: red;
}
.contato .success{
	color: #8BC34A;
}
.contato form {
	margin-top: 60px;
}

.contato .input-group {
	width: 100%;

}
textarea, input {
	border-radius: 6px !important;
}
.contato input {
	height: 57px;
	color: #333333;
}
.contato textarea {
	height: 156px;
}
.contato input[type=submit] {
	background: #fcb316;
    border: none;
    color: #fff;
    width: 190px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
		transition: all linear .3s;
}
.contato input[type=submit]:hover {
	background-color: #edaa18;
}


/* Footer */
footer {
  padding: 30px 0 0 0;
}
footer .left:before {
  content:"";
  display: block;
  background: url('../media/img/sprite.png') no-repeat -141px -154px;
  width: 50px;
	height: 50px;
}
footer .left p {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'roboto light';
  color: #a6a6a6;
  margin-left: 20px;
}

/* Footer Menu */
footer .menu {
  margin-left: 30px;
  margin-bottom: 10px;
}
footer .menu a {
  font-size: 14px;
  font-weight: bold;
  color: #0060a6;
  text-transform: uppercase;
  cursor: pointer;
	white-space: nowrap;
	padding: 5px;
}
footer .menu a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 3px;
    background: #0060a6;
    margin: 4px 10px;
}
footer .menu a:first-child:before {
  display: none;
}

/* Footer Modais */
.modal-dialog {
  width: 850px;
}
.modal-body::-webkit-scrollbar {
    width: 10px;
}
.modal-body::-webkit-scrollbar-track {
	background: #fff;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
}

.modal-content {
  border-radius: 40px;
  padding-left: 50px;
  padding-top: 37px;
  padding-bottom: 42px;
  padding-right: 20px;
  scrollbar-track-color:#fff;
}
.modal-content .fechar {
  position: absolute;
  top: -7px;
  right: -4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 23.23px;
  cursor: pointer;
	background-color: #e42f26;
	padding: 5px 14px;
	border-radius: 50%;
	z-index: 5;
}
.modal-body {
  max-height: 530px;
  overflow-y: scroll;
  padding-right: 20px;
}
.modal-content h3 {
  font-size: 30px;
  color: #1468a4;
}
.modal-content h4 {
	margin-top: 30px;
  color: #1468a4;
}
.modal-content .roman {
  list-style-type: upper-roman;
}
.modal-content ul li {
  margin-bottom: 10px
}

/* Footer Internit */
footer .internit {
  margin-top: 25px;
}

@media screen and (max-width: 1250px) {
	.banner .col-right {
		margin-left: 0;
		transform: scale(.95);
	}
	.banner .mao_inteira {
		top: 14px;
	}
	#telas-banner .item img {
		margin-top: 75px;
	}
	.como-funciona .titulo {
		height: 215px;
    	width: 215px;
	}
	.como-funciona .titulo h3 {
    	font-size: 39.97px;
	}
	.telas .gutter {
		margin: 0;
	}
	.telas img {
		margin: auto;
    	transform: scale(.9);
	}

}
@media screen and (max-width: 992px) {
	.navbar-default li a {
		font-size: 11.73px;
	}
	.banner {
		height: 615px;
		margin-top: 70px;
	}
	.banner .container {
		display: flex;
		align-items: flex-end;
	}
	#telas-banner {
		top: -55px;
		left: 77px;
		width: 100%;
	}
	#telas-banner .owl-wrapper-outer {
		width: 175px;
		height: 314px;
	}
	#telas-banner .item img {
		width: 170px;
		height: 300px;
	}
	.banner .col-md-6 {
		width: 50%;
	}
	.banner .texto h3 {
		font-size: 28px;
	}
	.banner .col-right {
		transform: initial;
	}
	.banner .box {
		border-radius: 30px;
	}
	.banner .box-inner {
		display: flex;
		flex-wrap: wrap;
		width: auto;
		padding: 30px 20px;
	}
	.banner .logo img {
		max-width: 100%;
	}
	.banner .mao_inteira {
		top: -160px;
		transform: scale(.8);
		height: 598px;
		width: 405px;
	}
	#telas-banner .item {
		margin: initial;
	}
	#telas-banner .item img {
		margin-top: 0;
 	margin-left: initial;
	}
	.banner .box a {
		padding: 15px;
	}
	.telas .exemplos {
		flex-wrap: wrap;
	}
	.telas .gutter {
		margin: auto;
	}
	.telas .exemplos img:nth-child(even) {
		margin-left: 40px;
	}
	.como-funciona {
	    padding: 55px 0 30px 0;
	}
	.como-funciona .titulo {
		margin: auto;
		margin-bottom: 15px;
	}
	.telas {
		margin-top: 60px;
	}
	.baixe {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.baixe .titulo {
		margin-bottom: 64px;
	}
	.baixe .flex {
		flex-wrap: wrap;
	}
	.baixe .apple,
	.baixe .google {
		width: 300px;
		height: 300px;
	}
	.baixe .apple-store,
	.baixe .google-play {
		transform: scale(.8);
	}
	.contato {
		padding: 50px 0;
	}
	footer p, footer a {
		font-size: 12px !important;
	}
	footer .menu a {
		display: block;
	}
	footer .menu a:before {
		display: none;
	}
	.modal-dialog {
	    width: 95%;
			margin: auto;
	}
	.modal-content {
		margin-top: 15px;
		height: calc(~'100vh - 324px') !important;
	}
}

@media screen and (max-width: 767px) {
	header .container {
	    width: 100%;
	}
	.navbar .navbar-right {
		position: absolute;
		top: 3px;
	}
	.navbar-collapse.collapse.in {
		margin-top: -55px;
	}
	.nav.navbar-nav {
		position: absolute;
	    background: #fff;
	    z-index: 999;
	    right: 15px;
	    top: 55px;
	}
	.navbar-default  li.active a:after {
		display: none;
	}
	.banner {
		overflow: hidden;
	}
	.banner .col-md-6 {
		max-width: 300px;
	}
	.banner .texto h3 {
		font-size: 23px;
	}
	.como-funciona .video {
		margin-bottom: 50px;
	}
	.baixe .apple, .baixe .google {
		width: 300px;
		height: 300px;
	}
	.baixe .apple-store,
	.baixe .google-play {
		transform: scale(.8);
	}
	.baixe .apps h3 {
		font-size: 26px;
	}
	.baixe .apps span {
		font-size: 20px;
	}
	.contato h3 {
		font-size: 30px;
	}
	.contato form {
	    margin-top: 10px;
	}
	.contato input[type=submit] {
		font-size: 18px;
		width: 130px;
	}
}

@media screen and (max-width: 561px) {
	.telas .exemplos img:nth-child(even) {
		margin-left: auto;
	}
	.banner {
		height: 800px;
	}
	.banner .container {
		align-items: baseline;
		flex-wrap: wrap;
		justify-content: center;
	}
	.banner .col-md-6 {
		width: 100%;
		margin-top: 120px;
	}
	.col-lg-7.col-md-6:first-child {
		margin-top: 70px;
	}
	.banner .box {
		border-radius: 20px;
		min-width: 250px;
	}
	.banner .box-inner {
		padding: 20px;
	}
	.banner .box .logo {
		margin: auto;
	}
	.banner .box img {
		max-width: 190px;
	}
	.banner .texto h3 {
		font-size: 18px;
	}
	.banner .texto p {
		font-size: 12px;
	}
	.banner .box a {
		padding: 10px;
	}
	.banner .mao_inteira {
		background: url(../media/img/iphone.png) no-repeat;
		height: 492px;
    	width: 234px;
	}
	#telas-banner {
    	top: -57px;
    	left: 20px;
	}
	#telas-banner .owl-wrapper-outer {
		width: 170px;
	}

}

@media screen and (max-width: 480px) {
	.banner .box {
		border-radius: 25px;
	}
	.banner .texto p {
		font-size: 12px;
	}
	.banner .box a {
		padding: 10px;
	}
	.como-funciona p {
		text-align: justify;
		font-size: 16px;
	}
	.baixe .apple, .baixe .google {
		width: 250px;
		height: 250px;
		margin-top: 25px;
	}
	.baixe .apple-store,
	.baixe .google-play,
	.baixe .qrcode {
		margin-top: 5px;
		transform: scale(.6);
	}

	.baixe .qrcode {
		transform: scale(.9) !important; 
	}

	.contato h3 {
		font-size: 32px;
	}
	footer .flex {
		flex-wrap: wrap;
	}
	footer .menu {
		margin-left: initial;
	}
	footer .menu a:before {
		margin: 4px;
	}
	.modal-content {
		border-radius: 25px;
		padding-left: 15px;
		padding-top: 20px;
	}

}
