
:root {

	--PrimaryColor: #4262C5;
	--SecundaryColor: #C1CDE3;
	--PrimaryTextColor: #252B2F;
	--SecundaryTextColor: #ffffff;
	--PrimaryBgColor: #FFFFFF;
	--SecundaryBgColor: #F4F4F5;
	--TextColor: #252B2F;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #515559;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #515559;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #515559;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #515559;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #515559;
}

::placeholder { /* Most modern browsers support this now. */
	color: #515559;
}

/* Para Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Para Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

html { -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */ }

body {
	min-height: 100%;
	padding:0;
	margin: 0;
	font-size: 1em;
	font-family: 'Lexend', sans-serif;
	background-color: var(--PrimaryBgColor);
}

body img {
	height:auto!important;
	/**max-width:100%!important;**/
	border:0;
	border-radius: 4px;
}

header{
	margin: 0;
	padding: 0;
}

footer{
	background-color: var(--PrimaryColor);
	height: auto;
	text-align: center;
	margin-top: 0;
}

section{
	margin: 14px 0;
	display: flex;
	flex-direction: column;
	min-height: 90vh;
}

input, select, textarea{
	color: var(--TextColor);
	font-family: 'Lexend', sans-serif;
}

textarea:focus, input:focus {
	color: var(--TextColor);
}

h1{
	font-size: 2em;
	color: var(--TextColor);
	font-family: 'Lexend', sans-serif;
	font-weight: bold;
}

.titulo{
	font-size: 3em !important;
	color: var(--TextColor);
	font-family: 'Lexend', sans-serif;
	font-weight: bold;
	text-align: center;
}

h2{
	font-size: 1.8em;
	color: var(--TextColor);
	font-family: 'Lexend', sans-serif;
	font-weight: bold;
}

h3{
	font-size: 1.8em;
	color: #515559;
	font-family: 'Lexend', sans-serif;
	font-weight: bold;
}

p{
	font-size: 1em;
	color: #7C8082;
	font-family: 'Lexend', sans-serif;
}

p a{
	font-size: .85em;
	color: var(--PrimaryColor);
	font-family: 'Lexend', sans-serif;
	text-decoration: underline;
}

/************* MENU *****************/

.menu-topo{
	background-color: #F4F4F5;
	padding: 0;
	display: flex;
	height: 70px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #D3D5D5;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
}

.menu-topo a{
	text-decoration: none;
}

.menu-topo a button{
	border: 0;
}

.botao{
	margin-left: 16px;
}

.nav{
	min-height: 70px;
	background: var(--SecundaryBgColor);
	border-bottom: 1px solid #E8E8E8;
	position: fixed;
	margin-top: -14px;
	z-index: 999;
}

.logo{
	width: 180px;
	float: left;
	top: 0px;
	margin: 16px;
}

#menu-icon{
	display:none;
}

.navbar{
	margin:0px;
	float:right;
	max-height:none;
	position:fixed;
	padding: 0 0 0 10px;
	z-index:9999;
}

.navbar .menu{
	text-align:right;
}

.navbar ul{
	padding: 0;
	margin: 0;
}

.navbar .menu li{
	line-height: 70px;
	padding: 0 16px;
	list-style-type:none;
	display:inline-block;
	text-align:left;
	vertical-align: top!important;
}

.navbar .menu li a{
	display:block;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	color: #7C8082;
}

.btvoucher{
	display: initial!important;
	color: var(--PrimaryBgColor)!important;
	background: var(--PrimaryColor);
	padding: 8px 16px;
	margin: 0 8px;
	border-radius: 20px;
	font-family: "Lexend";
	font-size: 12px;
}

.banner{
	margin-top: 56px!important;
}

.banner h1 a{
	font-size: 1.5em;
	color: #252B2F;
	text-decoration: none;
}

.banner p a{
	font-size: 1.3em;
	color: #7C8082;
	text-decoration: none;
}


.faq h2{
	background: #F4F4F5;
	color: #515559;
	font-weight: bold;
	font-size: 16px!important;
	border-radius: 16px;
	cursor: pointer;
	line-height: 1.2em;
	padding: 32px;
	margin: 20px 0;
	border: 1px solid #A8AAAC;
}

.faq h2 a, h3 a{
	color: var(--PrimaryColor);
	text-decoration: underline;
}

.faq h2 span{
	color: var(--PrimaryColor);
	float: right;
	margin: 0 10px 0 40px;
}

.faq h3{
	color: #7C8082;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	text-transform: none;
	opacity: 1;
	padding: 5px 20px 10px 20px;
	/*transition: max-height 1s ease-in-out;*/
	transition: opacity .5s linear;
}

.faq h3.hide{
	opacity: 0;
	pointer-events: none;
	max-height: 0;
	display: none;
}


/**************FOOTER***********/

.footer-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li{
	font-size: 12px;
	margin: 40px 14px;
	padding: 14px;
	font-weight: 300;
	list-style-type:none;
	display: inline-block;
}

.footer-menu li{
	color: var(--SecundaryTextColor);
}

.footer-menu li a{
	color: var(--SecundaryTextColor);
	text-decoration: none;
}

footer span{
	font-size: 10px;
	color: #fff;
	margin: 16px;
	padding: 14px;
	font-weight: 300;
	list-style-type:none;
	display: inline-block;
}

/********************/
.dados{
	border-radius: 16px;
	padding: 24px;
	background: var(--SecundaryBgColor);
	min-height: 300px;
}

.diferenciais{
	border-radius: 16px;
	padding: 16px;
	background: var(--SecundaryBgColor);
	min-height: 400px;
}

.diferenciais img{
	height: 180px !important;
}

.box-padding{
	padding: 16px;
}

.box-padding-diferenciais{
	padding: 4px;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

.disclaimer{
	border-radius: 40px;
}

.parceria{
	background: #4262C5;
	border-radius: 32px!important;
	display: flex;
	flex-wrap: wrap;
}

.device-busuu-home{
	text-align: center;
	background: url(../img/device-busuu-home.png) center bottom no-repeat #4262C5;
	background-size: contain;
	padding-top: 32px;
	padding-bottom: 0;
	border-radius: 32px!important;
	flex: 1;
	min-height: 260px;
}

.aya-busuu{
	padding: 40px;
	background: #4262C5;
	min-height: 200px;
	border-radius: 32px!important;
	display: flex;
	flex-direction: column; /* Alinha os filhos em coluna */
	justify-content: center;
}

.aya-busuu h2{
	font-size: 2em;
	color: #fff;
}

.aya-busuu p{
	font-size: 1.2em;
	color: #fff;
}

.busuu-numeros{
	padding: 24px;
	text-align: center;
}

.busuu-numeros h3{
	font-size: 3em;
	font-weight: bold;
	color: #252B2F;
	margin: 24px 0;
}

.busuu-numeros h3 b{
	color: #0026D9;
}

.busuu-numeros p{
	font-size: 1em;
	color: #7C8082;
}

.resgate{
	background: #011971;
	border-radius: 40px;
	padding: 24px;
}

.resgate::after {
	content: "";
	display: table;
	clear: both;
}

.resgate h2{
	font-size: 2em;
	color: #ffffff;
}

.resgate p{
	font-size: 1em;
	color: #ffffff;
}

.formulario-resgate-1{
	padding: 24px;
	border-radius: 16px;
	background:#01259B;
	min-height: 30%;
	text-align: center;
}

.card {
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.12);
	max-width: 540px;
	width: 100%;
	min-height: 216px;
	padding: 24px;
	border-radius: 16px;
	background:#01259B;
}

.card-title {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 32px;
	line-height: 1.3;
	flex-direction: column;
	align-items: center;
}

.logo-img {
	height: 18px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.options {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.option {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.option-btn {
	background: #fff;
	color: #0053ff;
	font-weight: 700;
	border: none;
	border-radius: 40px;
	padding: 18px 40px;
	margin-bottom: 12px;
	cursor: pointer;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
	transition: background 0.2s, color 0.2s;
}

.option-btn:hover {
	background: #e6f0ff;
}

.option-desc {
	color: #fff;
	font-size: 0.7rem;
	text-align: center;
}

.ou {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	padding: 0 10px;
}

.formulario-resgate-2{
	padding: 24px;
	border-radius: 16px;
	background:#01259B;
}

.formulario-resgate-2 form{
	padding: 0;
}

.formulario-resgate-2 input{
	width: 100%;
	border: 0;
	border-radius: 40px;
	padding: 16px;
	margin: 16px 0;
	background: #fff;
}

.formulario-resgate-2 button{
	width: 45%;
	border: 0;
	border-radius: 40px;
	padding: 16px 8px;
	margin: 16px 0 0 8px;
	background: #fff;
	color: #116EEE;
	cursor: pointer;
	font-family: 'Lexend';
}

.bt-form-resgate-color{
	background: #01259B !important;
	color: #FFFFFF !important;
	border: solid 1px #fff !important;
}

.formulario-resgate-2 span{
	color: #fff;
}

.success, .warning, .error{
	border: 1px solid;
	border-radius: 4px;
	font-size: .7em;
	margin: 10px 0;
	padding: 8px;
	text-align: center;
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
}

.page-adjust{
	margin-top: 72px;
}

.valida input{
	border: 1px solid #d3d0d0;
	border-radius: 8px;
	background: #E9EAEA;
	padding: 24px 8px;
	margin: 16px 4px;
	width: 50px;
	text-align: center;
}

.valida-2 input{
	border: 1px solid #d3d0d0;
	border-radius: 50px;
	background: #E9EAEA;
	padding: 24px 8px;
	margin: 16px 4px;
	text-align: center;
	width: 80%;
}

.baixe-busuu{
	background: #F4F4F5;
	border-radius: 16px;
}

.voucher{
	color: #8D8BA7;
	font-weight: bold;
	font-size: 1.8em;
}

.voucher-list {
	max-width: 560px;
	margin: 0 auto;
	text-align: left;
	list-style: none;
	padding: 0;
	font-family: 'Lexend';
	color: #5D5A88;
}

.voucher-list ul{
	text-align: center;
}

.voucher-list li {
	padding: 8px 0;
	align-items: center; /* Alinha verticalmente o ícone e o texto */
	margin-bottom: 0.5em; /* Adiciona um pouco de espaço entre os itens */
	font-size: 1em; /* Tamanho do ícone */
}

.voucher-list img {
	width: 16px;
}

.voucher-list span{
	font-size: .7em;
}

.btlarge{
	background: var(--PrimaryColor);
	color: #fff;
	border-radius: 40px;
	padding: 24px 32px;
	margin: 32px 0;
	border: 0;
	font-family: 'Lexend';
	font-size: 1em;
	cursor: pointer;
}

.btlarge2{
	background: #116EEE;
	color: #fff;
	border-radius: 40px;
	padding: 24px 32px;
	margin: 32px 0;
	border: 0;
	font-family: 'Lexend';
	font-size: 1em;
	cursor: pointer;
}

.btsmall{
	background: var(--PrimaryColor);
	color: #fff;
	border-radius: 40px;
	padding: 12px 16px;
	margin: 0 16px;
	border: 0;
	font-family: 'Lexend';
}

.btsmall a{
	color: #fff;
	text-decoration: none;
}

.btsmall-secundary{
	background: #fff;
	color: #4262C5;
	border-radius: 40px;
	padding: 12px 16px;
	margin: 0 16px;
	border: 1px solid #4262C5;
	font-family: 'Lexend';
}

.btsmall-secundary a{
	color: #4262C5;
	text-decoration: none;
}

.btstore{
	margin: 16px 8px;
}

.mobile-banner{
	display: none!important;
}

.desktop-banner{
	display: block!important;
	width: 100%;
}

.idiomas{
	margin-top: 40px;
}

.icon-size{
	width: 110px;
}

.assinaturas {
	font-family: 'Lexend', sans-serif;
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box; /* Garante que o padding não afete a largura total */
}

.titulo-secao {
	color: #252B2F;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 40px;
}

.cartoes-container {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap; /* Permite que os cartões quebrem a linha se não houver espaço */
}

.cartao {
	background-color: #F4F4F5;
	border-radius: 25px;
	padding: 30px 40px;
	text-align: center;
	max-width: 450px;
	flex: 1;
	min-width: 300px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.preco {
	color: #4a4a4a;
	font-size: 4rem; /* Tamanho base para o R$ */
	font-weight: 800;
	margin-bottom: 20px;
}

.preco span {
	font-size: 6rem; /* Tamanho grande para o número principal */
	line-height: 1;
}

.preco sup {
	font-size: 3.5rem;
	vertical-align: top;
}

.preco .periodo {
	font-size: 1.5rem;
	font-weight: 700;
	color: #6e6e6e;
	vertical-align: baseline;
}

.descricao {
	color: #8a8a8a;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 30px;
}

.descricao strong {
	color: #5a5a5a;
}

.instrucao-sms p {
	color: #8a8a8a;
	margin: 0;
	font-size: 0.9rem;
}

.instrucao-sms strong {
	color: #5a5a5a;
}

.codigo-sms {
	background-color: #f2f2f2;
	border-radius: 10px;
	padding: 15px;
	margin-top: 10px;
	color: #4a4a4a;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: 2px;
}


@media  (max-width: 766px) {

	/**************MENU****************/

	.device-img{
		width: 100%;
	}

	section{
		margin-left: 24px;
		margin-right: 24px;
	}

	.banner h1 a{
		font-size: 1.2em;
	}

	h3{
		margin: 16px 0;
	}

	.icon-size{
		width: 80px;
	}

	.mobile-banner{
		display: block!important;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	.desktop-banner{
		display: none!important;
	}

	.menu-topo{
		width: 100%;
		position: fixed;
		z-index: 9999;
	}

	.logo {
		margin: 20px 10px;
		width: 180px;
	}

	.nav{
		min-height: 60px;
		overflow: hidden;
		position: fixed;
		background: var(--PrimaryBgColor);
		z-index: 9999;
		border-bottom: 1px solid #DBDBDB;
	}

	.menu{
		list-style: none;
		margin: 0;
		padding: 0;
		background: var(--PrimaryBgColor);
	}

	.menu li{
		line-height: .9em!important;
		font-size: .9em;
		margin: 0 2%;
		padding: 0 14px;
		font-weight: 400;
		display: inline;
	}

	.menu li a{
		color: var(--PrimaryBgColor);
	}

	#menu-icon{
		display:block;
		position:fixed;
		top:0;
		text-align:center;
		right:0;
		color: var(--PrimaryTextColor);
		text-decoration:none;
		font-size: 1.4em;
		cursor:pointer;
		opacity:1;
		padding: 9px;
		width:40px;
		height:40px;
		margin:16px;
		z-index:9999;
	}

	#menu-icon:hover{
		opacity:0.85;
		text-decoration:none;border:none;
	}

	.navbar{
		z-index:9999;
		position:relative;
		float:none;
		max-height:0;
		overflow:hidden;
		-moz-transition:max-height 0.2s;
		-o-transition:max-height 0.2s;
		-webkit-transition:max-height 0.2s;
		transition:max-height 0.2s;
	}

	.navbar .menu{
		margin:0;
		padding:0;
		list-style-type:none;
	}

	.navbar ul{
		padding: 0;
	}

	.navbar .menu li{
		width: 100%;
		padding: 6px 0;
		text-align: center;
		list-style-type:none;
		color: var(--PrimaryColor);
	}

	.navbar .menu li:last-child{
		margin-top: 32px;
	}

	.navbar .menu li a{
		display:block;
		text-align: center;
		text-decoration:none;
		color: var(--PrimaryTextColor);
		padding: 14px 6px;
		-moz-transition:all 0.4s;
		-o-transition:all 0.4s;
		-webkit-transition:all 0.4s;
		transition:all 0.4s;
		vertical-align: top;
	}

	.navbar .menu li a i{
		font-size: 1.2em;
	}

	.navbar .btvoucher{
		background: var(--PrimaryColor);
		padding: 8px 16px!important;
		margin-top: 32px!important;
	}

	.expand{
		width: 100%;
		min-height: 30vh;
		padding: 0;
		background: var(--PrimaryBgColor);
	}

	.footer-menu li{
		margin: 24px 14px;
		padding: 14px;
		font-weight: 300;
		list-style-type:none;
		display: list-item;
	}


	.formulario-resgate-2 {
		margin: 0;
	}

	.formulario-resgate-2 img{
		width: 40px;
	}

	.parceria {
		flex-direction: column; /* Empilha as divs verticalmente em telas menores */
	}

	.card {
		margin: 0;
		padding: 24px 0;
	}

	.card .card-title img{
		width: 40px;
	}

	.card .option-btn{
		padding: 18px 20px;
		width: 80%;
	}

	.ou {
		padding: 0;
		margin: 20px 45%;
	}

	.options {
		display: block;
	}

	.resgate{
		padding: 0;
	}

	.resgate h2, p{
		text-align: center;
	}

	.footer-menu img{
		width: 80% !important;
	}

	.diferenciais img{
		height: 180px !important;
	}

	.titulo-secao {
		font-size: 1.8rem;
	}

	.preco {
		font-size: 3rem;
	}

	.preco span {
		font-size: 5.5rem;
	}

	.preco sup {
		font-size: 2.5rem;
	}

	.preco .periodo {
		font-size: 1.2rem;
	}

	.descricao {
		font-size: 0.95rem;
	}

	.codigo-sms {
		font-size: 1.5rem;
	}

	.cartoes-container {
		flex-direction: column; /* Empilha os cartões verticalmente */
		align-items: center;
		gap: 25px;
	}

	.cartao {
		width: 100%;
		max-width: 500px;
	}
}

.hidden{
	display: none;
}

h2 img{
	float: right;
	width: 24px;
}

.lista-circulo-azul {
	list-style-type: none; /* Remove os marcadores de lista padrão */
	padding-left: 0; /* Remove o padding padrão da lista */
	counter-reset: item; /* Inicializa um contador chamado 'item' */
	margin: 20px auto; /* Centraliza a lista (opcional) */
	padding: 10px; /* Adiciona um espaçamento interno (opcional) */
	text-align: left;
}

.lista-circulo-azul li {
	margin-bottom: 10px; /* Espaçamento entre os itens */
	padding-left: 40px; /* Espaço para o círculo com o número */
	position: relative; /* Necessário para posicionar o círculo */
	padding: 16px 16px 16px 40px; /* Aumenta o padding interno dos itens (opcional) */
}

.lista-circulo-azul li::before {
	counter-increment: item; /* Incrementa o contador 'item' */
	content: counter(item); /* Exibe o valor do contador */
	position: absolute; /* Posiciona o círculo */
	left: 0; /* Alinha o círculo à esquerda */
	top: 12px; /* Ajusta a posição vertical do círculo */
	width: 30px; /* Largura do círculo */
	height: 30px; /* Altura do círculo */
	background-color: #4262C5; /* Cor azul do círculo */
	color: white; /* Cor branca do número */
	border-radius: 50%; /* Cria o formato circular */
	text-align: center; /* Centraliza o número horizontalmente */
	line-height: 30px; /* Centraliza o número verticalmente */
	font-weight: bold; /* Deixa o número em negrito (opcional) */
}