@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	color: #1D2F59;
}
.menu{
	display: none;
}
p {
	line-height: 23px;
}
.banner {
	background-color: #4E4176;
	padding: 40px 20px 50px 20px;
	color: #fff;
	text-align: center;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner h1 {
    font-size: 26px;
    font-weight: 100;
    line-height: 36px;
    margin: 20px 0;
}
.bg-banner-1 {
	background-image: url(images/bg_mobile.jpg);
}
.bg-banner-2 {
	background-image: url(images/bg_mobile.jpg);
}
.banner p {
	padding-bottom: 20px;
	padding-top: 12px;
}
.banner .logo {
    margin: 0px auto 40px;
    display: block;
}
.container {
	max-width: 1100px;
	margin: auto;
}
h2 {
    font-size: 27px;
    font-weight: 500;
    margin: 20px 0;
}
#email{
	display: none;
	font-weight: 600;
	font-size: 18px;
}
.btn {
	display: block;
	width: 200px;
	text-align: center;
	padding: 15px;
	font-size: 15px;
	background-color: #4AA039;
	margin: auto;
	border-radius: 50px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.btn:hover {
	background-color: #6cc35a;
	width: 180px;
}
.download .btn {
    margin: 30px auto 30px;
}
.dobra {
	padding: 40px 20px;
}
.dobra img {
	width: 100%;
	display: block;
}
.icons-rede {
	width: 100%;
	display: block;
}
.dobra ul {
	padding: 0 24px;
}
.dobra ul li {
    padding: 10px 0;
    background-image: url(images/check.svg);
    list-style: none;
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 4px 13px;
}
.text-center {
	text-align: center;
}
br {
	display: none;
}
footer {
	display: block;
	padding: 40px 20px;
	text-align: center;
	background-color: #1D2F59;
}
	.bg-price{
	background-image: none;
    background-position: center;
    color: #1D2F59;
    background-color: #fff;
	}
.box-price {
    background-color: #fff;
    padding: 44px 0px;
    width: 300px;
    border-radius: 10px;
    float: left;
    display: block;
    margin: 65px 10px 10px 10px;
    border: 1px solid #1D2F59;
}
.price{
		list-style: none;
		color: #1D2F59;
		text-align: center;
		padding: 0;
		margin: auto;
		max-width: 724px;
		overflow: hidden;
	}
	.price h3{
	font-weight: 300;
		margin-top: 5px;
	}
	.valor{
		font-size: 40px;
		display: block;
		font-weight: 500;
	}
	.mail{
		font-size: 20px;
		margin: 10px 0px;
		display: block;
		font-weight: 400;
	}
.mercadopago-button {
    padding: 0 3em!important;
    background: #4AA039!important;
    font-weight: bold!important;
    border-radius: 26px!important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.mercadopago-button:hover {
    background: #6cc35a!important;
     padding: 0 2em!important;
}
@media (min-width: 1024px) {
/**
 *Barra de Rolagem Customizada
 * -----------------------------------------------------------------------------*/
#ascrail2000 {
	z-index: 99999!important;
}
#ascrail2000 div{
	border: none!important;
	background-color: rgb(115, 115, 115)!important;
}
.nicescroll-cursors {
	border: 0px!important;
	margin-right: 3px!important;
	margin-top: 5px!important;
	opacity: 0.3!important;
	filter: alpha(opacity=30)!important;
	background-color: #000!important;
}
    .banner .logo {
	margin: 0px;
	display: block;
}
 .banner .btn {
	margin: 10px 0px;;
}
    .banner h1 {
	font-size: 34px;
	font-weight: 100;
	line-height: 44px;
	margin: 20px 0;
}
    h2 {
	font-size: 38px;
	font-weight: 500;
	margin: 20px 0;
}
br {
	display: block;
}
    .box-price {
    padding-top: 10px;
}
    .box-price img {
    margin-top: -60px;
    padding-bottom: 10px;
}
header{
		display: flex;
		justify-content: space-between;
		max-width: 1100px;
		margin: auto;
		/* padding-top: 20px; */
		/* margin-top: -71px; */
		/* z-index: 9999999999999; */
	}
header .menu {
	display: flex;
	max-width: 500px;
	/* margin: auto; */
	list-style: none;
	/* margin-bottom: -58px; */
	padding: 0;
}
header .menu li{
	display: inline-block;
}
header .menu li a{
	display: block;
	cursor: pointer;
	padding: 10px 20px;
    margin: 10px;
	text-decoration: none;
	color: #fff;
	border-radius: 50px;
	-webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
header .menu li a:hover{
    background-color: #4AA039;
}
	.bt-select{
    background-color: #4AA039;
}
	.bt-select:hover{
    background-color: #6cce59!important;
}
.banner {
	padding: 0;
	min-height: 798px;
}
.bg-banner-1 {
	background-image: url(images/bg_banner.jpg);
}
.bg-banner-2 {
	background-image: url(images/bg_2.jpg);
	min-height: auto!important;
}
.bg-banner-2 .container {
	padding-top: 60px!important;
	padding-bottom: 80px;
	text-align: center!important;
}
    .bg-price .container {
    padding-top: 0px!important;
    padding-bottom: 80px;
    /* text-align: center!important; */
}
.bg-mac {
	background-image: url(images/bg_mac.jpg);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 780px;
	/* margin-top: 40px; */
	margin-bottom: 40px;
}
.banner .container {
	padding-top: 134px;
	text-align: left;
}
.dobra ul {
	padding: 0;
}
.big-none {
	display: none!important;
}
.dobra {
	overflow: hidden;
}
.dobra .text-box {
	max-width: 490px;
	display: block;
	float: right;
}
.icons-rede {
	width: auto;
	margin: auto;
	padding-top: 30px;
	display: block;
}
	.bg-price{
	background-image: none;
	background-position: center;
	color: #1D2F59;
	margin-top: 90px;
	background-color: #fff;
	background-size: cover;
	/* text-align: center; */
	}
.download{
    margin-top: 30px;
}
.download img {
	width: auto;
	margin: auto;
	display: block;
}
}
.mLoader {
	z-index: 3 !important;
	background: rgba(0, 0, 0, .8) !important;
}
.mModal, .mLoader {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .6);
	z-index: 2;
}

.mModal.hide, .mLoader.hide{
	display: none;
}
.mModal > div {
	background: #FFF;
	padding: 30px;
}
.mModal__close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	cursor: pointer;
}
.mModal__title {
	text-align: center;
	margin-bottom: 20px;
}
.mModal form {
	width: 100%;
	max-width: 900px;
	min-width: 600px;
}
.mModal fieldset label{
	display: block;
}
.mModal input {
	padding: 10px 20px;
}
fieldset {
	border: 0;
	box-sizing: border-box;
}
fieldset input {
	width: 100%;
	box-sizing: border-box;
}
.address {
	display: grid;
	grid-template-areas: 
		"cep uf"
		"cidade cidade"
		"bairro bairro"
		"logradouro logradouro"
		"numero complemento"
		"referencia referencia"
		"action action";
}

.cep {
	grid-area: cep;
}

.uf {
	grid-area: uf;
}

.cidade {
	grid-area: cidade;
}

.bairro {
	grid-area: bairro;
}

.logradouro {
	grid-area: logradouro;
}

.numero {
	grid-area: numero;
}

.complemento {
	grid-area: complemento;
}

.referencia {
	grid-area: referencia;
}

.action {
	grid-area: action;
}

.btnfkbuy {
	display: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.link {
  font-size: 1.125rem;
  display: inline-block;
  text-decoration: none;
  color: #4dc8ff;
  margin-top: 1rem;
  margin-left: 1.75rem;
}

.link:hover {
  text-decoration: underline;
}

small {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #a1a1a6;
  margin-top: 80vh;
  margin-bottom: 5rem;
}

@media (max-width: 1080px) {
  html {
    font-size: 93.75%;
  }
}

@media (max-width: 720px) {
  html {
    font-size: 87.5%;
  }
}

@media (max-width: 450px) {
  .menu li + li {
    margin-left: 2rem;
  }  
}

