html {
	scroll-behavior: smooth;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: 'Varela Round', sans-serif;
	color: #fff;
}

a,
a:hover,
a:active {
	text-decoration: none;
	transition: color 0.3s ease;
}

.btn {
	border-radius: 100px;
	min-width: 100px;
	padding: 10px 20px;
	font-weight: bold;
}

.left {
	float: left;
}

.azul {
	background: #2f84c8;
	color: #fff;
}

.stores .btn {
	min-width: 200px;
}

.stores .azul p,
.stores .cinza p {
	color: #fff !important;
	font-size: 20px !important;
	margin-bottom: 0 !important;
}

.stores img {
	margin-right: 5px;
}

.stores a span {
	display: block;
	font-size: 11px;
	text-align: left;
}

.cinza {
	background: #494949;
	color: #fff;
}

.branco {
	background: #fff;
	color: #00c486;
}

.azul:hover {
	color: #fff;
	background: #3797e4;
}

.cinza:hover {
	color: #fff;
	background: #929292;
}

.branco:hover {
	color: #00c486;
	background: #f1f1f1;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.flex {
	display: flex;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

footer img {
	max-width: 80%;
}

header {
   	position: fixed;
   	height: 80px;
	left: 0px;
    right: 0px;
    top: 0px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    z-index: 9;
    padding-left: 32px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
    background: rgba(125,211,219,1);
	background:  -moz-linear-gradient(45deg, rgba(125,211,219,1) 0%, rgba(125,211,219,1) 17%, rgba(114,189,228,1) 63%, rgba(114,189,228,1) 100%);
	background:  -webkit-gradient(left bottom, right top, color-stop(0%, rgba(125,211,219,1)), color-stop(17%, rgba(125,211,219,1)), color-stop(63%, rgba(114,189,228,1)), color-stop(100%, rgba(114,189,228,1)));
	background:  -webkit-linear-gradient(45deg, rgba(125,211,219,1) 0%, rgba(125,211,219,1) 17%, rgba(114,189,228,1) 63%, rgba(114,189,228,1) 100%); 
	background:  -o-linear-gradient(45deg, rgba(125,211,219,1) 0%, rgba(125,211,219,1) 17%, rgba(114,189,228,1) 63%, rgba(114,189,228,1) 100%); 
	background:  -ms-linear-gradient(45deg, rgba(125,211,219,1) 0%, rgba(125,211,219,1) 17%, rgba(114,189,228,1) 63%, rgba(114,189,228,1) 100%); 
	background:  linear-gradient(45deg, rgba(125,211,219,1) 0%, rgba(125,211,219,1) 17%, rgba(114,189,228,1) 63%, rgba(114,189,228,1) 100%); 
}

header .logo-produto {
	padding: 15px;
}

header .menu {
	display: flex;
	justify-content: center;
	padding: 15px 15px;
	transform: translateX(0px);
    box-shadow: none;
    flex-direction: row;
}

header .menu .item {
	margin:0 15px;
	list-style-type: none;
	text-rendering: optimizeLegibility;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    list-style: none;
}

header .go-live {
	background: #2f85c7;
	text-align: center;
	padding: 0 30px;
	line-height: 80px;
	white-space: nowrap;
	transition: background 0.3s ease;
	text-rendering: optimizeLegibility;
}

header .go-live:hover {
	cursor: pointer;
	background: #1f6fad;
}

header .go-live a {
	color: #fff;
	font-size: 20px;
}

header .menu .item a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

header .menu .item a:hover {
	color: #2f85c7
}

section {
	height: calc(100vw * (9/16));
}

section#first {
	background: url(../img/bg-first-scroll.png) 0 90% no-repeat rgba(125,211,219,1);
	background: url(../img/bg-first-scroll.png) 0 90% no-repeat, -moz-linear-gradient(45deg, rgba(125,211,219,1) 0%, rgba(125,211,219,1) 17%, rgba(114,189,228,1) 63%, rgba(114,189,228,1) 100%);
	background: url(../img/bg-first-scroll.png) 0 90% no-repeat, -webkit-gradient(left bottom, right top, color-stop(0%, rgba(125,211,219,1)), color-stop(17%, rgba(125,211,219,1)), color-stop(63%, rgba(114,189,228,1)), color-stop(100%, rgba(114,189,228,1)));
	background: url(../img/bg-first-scroll.png) 0 90% no-repeat, -webkit-linear-gradient(45deg, rgba(125,211,219,1) 0%, rgba(125,211,219,1) 17%, rgba(114,189,228,1) 63%, rgba(114,189,228,1) 100%); 
	background: url(../img/bg-first-scroll.png) 0 90% no-repeat, -o-linear-gradient(45deg, rgba(125,211,219,1) 0%, rgba(125,211,219,1) 17%, rgba(114,189,228,1) 63%, rgba(114,189,228,1) 100%); 
	background: url(../img/bg-first-scroll.png) 0 90% no-repeat, -ms-linear-gradient(45deg, rgba(125,211,219,1) 0%, rgba(125,211,219,1) 17%, rgba(114,189,228,1) 63%, rgba(114,189,228,1) 100%); 
	background: url(../img/bg-first-scroll.png) 0 90% no-repeat, linear-gradient(45deg, rgba(125,211,219,1) 0%, rgba(125,211,219,1) 17%, rgba(114,189,228,1) 63%, rgba(114,189,228,1) 100%); 
	background-size: cover;
	padding-top: 168px;
}

section#second {
	padding-top: 80px;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

section#third {
	padding-top: 80px;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	background: url(../img/bg-third-scroll.png) 0 0 no-repeat;
	background-size: cover;
}

section#fourth {
	padding-top: 80px;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	background: url(../img/bg-fourth-scroll.png) 0 0 no-repeat;
	background-size: cover;
	padding-left: 25%;
	padding-right: 25%;
	padding-bottom: 2rem;
}

section#fifth {
	padding-top: 50px;
	background: #2f85c7;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	padding-bottom: 2rem;
}

footer {
	padding: 15px;
	background: #2f85c7;
	text-align: center;
	border-top: 1px solid #f1f1f1;
}

footer .flex {
	-webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

footer .copyright {
	font-size: 13px;
	line-height: 52px;
}

section#first .mobile__with-card img {
	max-width: 85%;
}

section#second .girl-happy-app img,
section#third .global-card img {
	display: block;
	max-width: 100%;
}

section#first .action,
section#second .action,
section#third .action {
	position: relative;
	top: 5%;
}

section#first h1 {
	color: #fff;
    font-size: 6rem;
    letter-spacing: -5px;
    margin-top: 3rem;
}

section#second h1 {
	color: #494949;
    font-size: 5rem;
    letter-spacing: -5px;
    margin-top: 3rem;
}

section#third h1 {
	color: #fff;
    font-size: 5rem;
    letter-spacing: -5px;
    line-height: 1.1;
}

section#fourth h1 {
	color: #2f85c7;
    font-size: 3rem;
    letter-spacing: -.5px;
    line-height: 1.1;
}

section#fifth h1 {
	font-size: 3rem;
    letter-spacing: -.5px;
    line-height: 1.1;
}

@media(max-width: 414px){
	section#first h1{
		margin-top: 1rem;
	}
	section#second h1{
		margin-top: 4rem;
	}
	section#third h1{
		margin: 1rem 0 1rem 0;
	}
	section#fourth h1,
	section#fifth h1{
		margin: 3rem 0 1rem 0;
	}
}

section#first p {
	color: #fff;
	font-size: 36px;
    line-height: 1.2;
}

section#second p,
section#fourth p {
	color: #494949;
	font-size: 26px;
    line-height: 1.2;
}

section#fourth p.less {
	font-size: 18px;
	padding: 2rem 10%;
	color: #a1a1a1;
}

section#fourth p.less.last {
	padding-bottom: 0;
	padding-top: 10%;
}

section#third p {
	color: #fff;
	font-size: 26px;
    line-height: 1.2;
}

section#fifth p {
	padding-bottom: 3rem;
	max-width: 70%;
	font-size: 20px;
	margin: 0 auto;

}

section#fifth p.info {
	font-size: 14px;
	padding-top: 1rem;
	display: block;
	color: #f1f1f1;
}

section#fifth .canal {
	margin-top: 10px;
	font-size: 18px;
	letter-spacing: -.5px;
}

section#fifth span {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
}

section#fifth span.less {
	font-size: 22px;
	display: block;
	letter-spacing: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.list-inline-item {
    display: inline-block;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background: #2f85c7;
}

#nav-icon,
.menu-hidden-hamburger {
	display: none;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

@media (max-width: 767.98px) {

	footer .flex {
		display: block;
	}

	footer img {
		width: 30%;
	}

	.menu-hidden-hamburger {
		-webkit-box-flex: 1;
		flex-grow: 1;
		overflow-x: auto;
		background: #2f84c8;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 64px;
		height: calc(100vh - 64px);
		display: flex;
		flex-direction: column;
		transform: translateY(-100vh);
		will-change: transform;
		padding: 32px;
		transition: transform 0.2s ease-out 0s;
		z-index: 9;
	}

	.menu-hidden-hamburger.opened {
		transform: translateY(0px);
	}

	.menu-hidden-hamburger ul {
		white-space: nowrap;
	    display: flex;
	    flex-direction: column;
	    list-style: none;
	    padding: 0;
	    margin: 0;
	}

	.menu-hidden-hamburger a {
		color: #fff;
	    -webkit-box-pack: start;
	    justify-content: flex-start;
	    font-size: 24px;
	    padding: 14px 0px;
	    display: block;
	}

	section {
		height: 100vh;
  		height: calc(var(--vh, 1vh) * 100);
	}

	section#first .align-right {
		text-align: center;
	}

	section#first .mobile__with-card img {
		max-width: 100%;
		display: block;
	}

	section#first p,
	section#second p,
	section#third p {
		text-align: center;
    	font-size: 18px;
	}

	section#first,
	section#third {
		padding-top: 65px;
	}

	section#fourth {
		padding-top: 30px;
	}

	section#second {
		padding-top: 0;
	}

	section#second .row {
		flex-direction: column-reverse;
	}

	section#first h1,
	section#second h1,
	section#third h1 {
		text-align: center;
    	font-size: 3rem;
    	letter-spacing: 0;
	}

	section#fourth {
		padding-right: 5%;
		padding-left: 5%;
		background-position: center center;
		padding-top: 50px;
	}

	section#fourth p.less {
		font-size: 18px;
    	padding: 1rem 5%;
	}

	.stores.align-right,
	.stores.align-left {
		text-align: center;
		margin-bottom: 15px;
	}

	section#fourth h1 {
		font-size: 2.5rem;
	}

	section#second .action {
		margin-bottom: 2rem;
		text-align: center;
	}

	header .logo-produto img {
		max-width: 90px;
	}

	header .menu,
	header .go-live.opened,
	section#first .action {
		display: none;
	}

	header .go-live {
		position: fixed;
    	z-index: 8;
    	bottom: 0px;
    	left: 0px;
    	right: 0px;
    	line-height: 60px;
    	background: #b17fff;
	}

	header {
		height: 64px;
		padding-left: 0;
		background: #2f84c8;
	}

	#nav-icon {
		display: block;
		width: 35px;
		height: 25px;
		position: relative;
		margin: 0 25px 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}

	#nav-icon span {
		display: block;
		position: absolute;
		height: 2px;
		width: 50%;
		background: #fff;
		opacity: 1;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#nav-icon span:nth-child(even) {
		left: 50%;
		border-radius: 0 9px 9px 0;
	}

	#nav-icon span:nth-child(odd) {
		left:0px;
		border-radius: 9px 0 0 9px;
	}

	#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
		top: 0px;
	}

	#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
		top: 10px;
	}

	#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
		top: 20px;
	}

	#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#nav-icon.open span:nth-child(1) {
		left: 5px;
		top: 7px;
	}

	#nav-icon.open span:nth-child(2) {
		left: calc(50% - 0px);
		top: 7px;
	}

	#nav-icon.open span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}

	#nav-icon.open span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}

	#nav-icon.open span:nth-child(5) {
		left: 5px;
		top: 20px;
	}

	#nav-icon.open span:nth-child(6) {
		left: calc(50% - 0px);
		top: 20px;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) {

	section {
		height: 100vh;
  		height: calc(var(--vh, 1vh) * 100);
	}

	section#fourth {
		background-position: center center;
		padding-left: 16%;
		padding-right: 16%;
		padding-top: 40px;
	}

	section#first {
		padding-top: 125px;
	}

	section#first .mobile__with-card img {
		max-width: 100%;
		display: block;
	}

	section#first p {
    	font-size: 22px;
	}

	section#second p,
	section#third p,
	section#fourth p {
		font-size: 20px;
	}

	section#second,
	section#third {
		padding-top: 40px;
	}

	section#third {
		padding-bottom: 40px;
	}

	section#first h1 {
    	font-size: 4rem;
    	letter-spacing: 0;
	}

	section#second h1,
	section#third h1,
	section#fourth h1,
	section#fifth h1 {
		font-size: 3rem;
		letter-spacing: 0;
	}

	header .logo-produto img {
		max-width: 115px;
	}
	
	header .menu {
		-webkit-box-flex: 1;
	    flex-grow: 1;
	    overflow-x: auto;
	    left: 0px;
	    right: 0px;
	    top: 64px;
	    display: flex;
	    flex-direction: row;
	    will-change: transform;
	    transition: transform 0.2s ease-out 0s;
	    justify-content: inherit;
	}

	header {
		padding-left: 0;
	}

	header .menu .item:last-child {
		padding-right: 40px;
	}

	header .menu .item:first-child {
		padding-left: 20px;
	}

	header .go-live {
		position: relative;
		padding: 0;
	}

	header .logo-produto {
		position: relative;
	}

	header .logo-produto:before {
	    box-shadow: rgb(125, 211, 219) -3px -5px 15px 25px;
	    position: absolute;
	    content: "";
	    height: 25%;
	    top: 30px;
	    right: -15px;
	    z-index: 1;
	}

	header .go-live:after {
	    box-shadow: rgb(114, 188, 228) -3px -5px 15px 25px;
	    position: absolute;
	    content: "";
	    height: 25%;
	    top: 30px;
	    left: -5px;
	    z-index: 1;
	}

	header .go-live a {
	    display: block; 
    	padding: 0 30px;
    	z-index: 9; 
    	position: inherit;
    	background: #2f85c7;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) { 

	section {
		height: 100vh;
  		height: calc(var(--vh, 1vh) * 100);
	}

	section#second,
	section#third {
		padding-top: 40px;
	}

	section#fourth {
		padding-top: 50px;
	}

	section#third {
		padding-bottom: 40px;
	}

	section#third .global-card img {
		max-width: 100%;
		display: block;
	}

	header .logo-produto img {
		max-width: 120px;
	}

	header .menu .item a,
	header .go-live a {
		font-size: 16px;
	}

	header .menu .item,
	header .go-live a {
		line-height: 50px;
	}

	section#first {
		overflow: hidden;
		padding-top: 135px;
	}

	section#first h1,
	section#second h1,
	section#third h1 {
		font-size: 4rem;
	}

	section#first p {
		font-size: 26px;
	}
}

.copyright.links_ajuda {
    text-align: center;
    margin-bottom: 20px;
}

a.link_ajuda {
    color: #ffffff;
}

a:hover.link_ajuda {
    color: #7acfdd;
}