@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	height: 100%;
}

body {
	min-height: 100%;
}

#wrap {
	position: relative;
	min-height: calc(100vh - 400px);
}

#main {
	overflow: auto;
	/* padding-bottom: 180px; */
	/* must be same height as the footer */
}

.footer-padrao {
	/* position: absolute;
    bottom: 0;
	clear: both; */
	background-color: #191D28;
	min-height: 400px;
}

/* * {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
} */


body {
	background-color: #F2F4FE;
}


a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #5D5B70;
}

a.text-5:link,
a.text-5:visited,
a.text-5:hover,
a.text-5:active {
	text-decoration: underline;
	color: #D5D8E4;
}

.big-button {
	/* width: 120px; */
	min-width: 120px;
	background-color: #4e9901;
	color: #000000;
	font-weight: bold;
	border-radius: 8px;
}

.big-button.btn-disabled,
.big-button.btn-disabled:hover,
.big-button.btn-disabled:focus {
	color: #7c7f81;
	background-color: #fff;
	border: 1px solid #6e7174;
	/* cursor: auto; */
}

.box-btnWhatsapp {
	margin: 0 3rem;
}

button.btn-whatsapp {
	width: 100%;
	padding: 0.40rem 5rem;
	margin: auto;
	display: block;
}

button.btn-whatsapp,
button.btn-whatsapp:hover,
button.btn-whatsapp:focus,
button.btn-whatsapp:visited,
button.btn-whatsapp.active {
	background-color: #7BF360;
	color: #000000;
}

.big-button:hover {
	background-color: #438104;
	color: #ffffff;
}

a:hover.big-button,
a:active.big-button {
	color: #ffffff !important;
}

a.but-button,
a:visited.big-button,
a:link.big-button {
	color: #000000;
}


.btn-more,
.btn-more:hover {
	font-size: 13px;
	border-radius: 40px;
	border-color: #7850FF;
	border-width: 2px;
	color: #7850FF;
}

.text-banner-1 {
	font-family: "Poppins", serif;
	/* font-family: 'DM Sans', sans-serif; */
	font-size: 40px;
	font-weight: bold;
}

.text-banner-2 {
	font-size: 15px;
	letter-spacing: 1px;
}

.title-product {
	font-family: "Poppins", serif;
	/* font-family: 'DM Sans', sans-serif; */
	font-weight: bold;
}

.mais-button {
	font-size: 13px;
}


.text-3 {
	font-family: "Poppins", serif;
	/* font-family: 'DM Sans', sans-serif; */
	color: #7BF360;
}

.text-4 {
	font-family: "Poppins", serif;
	/* font-family: 'DM Sans', sans-serif; */
	font-size: 16;
	font-weight: bold;
	color: #7BF360;
}

.text-5 {
	font-family: "Poppins", serif;
	/* font-family: 'DM Sans', sans-serif; */
	color: #D5D8E4;
	font-size: 12px;
}

.text-6 {
	font-family: "Poppins", serif;
	/* font-family: 'DM Sans', sans-serif; */
	font-weight: bold;
	color: #000;
	font-size: 16px;
}

.h3_products {
	font-size: 17px;
	margin: auto;
	font-weight: 600;
}

.title-msg {
	font-family: "Poppins", serif;
	/* font-family: 'DM Sans', sans-serif; */
	font-size: 25px;
	font-weight: bold;
}

.form-text {
	border-radius: 10px;
	font-size: 12px;
}

.bg-mg {
	background-image: url("../img/bg-line-1.png");
	background-repeat: repeat-x;
}

.bg-faq {
	background-image: url("../img/bg-line-2.png");
	background-repeat: repeat-x;
}

.bg-contato {
	background-image: url("../img/bg-line-3.png");
	background-repeat: repeat-x;
}

.faq-text {
	font-size: 12px;
	color: #9190A0;
}

.title-contato {
	color: #FFF;
	font-family: "Poppins", serif;
	/* font-family: 'DM Sans', sans-serif; */
	font-size: 45px;
	font-weight: bold;
}

.footer-text {
	font-size: 12px;
	color: #D5D8E4;
}

.text-banner-3 {
	font-family: "Poppins", serif;
	/* font-family: 'DM Sans', sans-serif; */
	font-size: 25px;
	font-weight: bold;
}

/* Media query de impressão */
@media print {

	.no-print,
	.no-print * {
		display: none !important;
	}
}

/* Novos estilos CSS */
/* Padrão Bootstrap */

/* Margin-right auto */
.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

/* Margin-bottom auto */
.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

/* Margin-left auto */
.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

.form-group {
	margin-bottom: 1rem;
}

.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col {
	padding-left: 5px;
	padding-right: 5px;
}

.center-flex {
	align-items: center;
	justify-content: center;
}

.navbar-score {
	-webkit-box-shadow: 0px 7px 5px -7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 7px 5px -7px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 7px 5px -7px rgba(0, 0, 0, 0.75);
}

.navbar-score button.navbar-toggler[aria-expanded="true"]>.icon-closeMenu {
	display: inline-block;
}

.navbar-score button.navbar-toggler[aria-expanded="true"]>.navbar-toggler-icon {
	display: none;
}

.btn-carrinho i {
	color: #8bc147;
	font-size: 1.6em;
}

.img-duvidas {
	max-height: 400px;
	height: auto;
	/* width: 100%; */
}

.btn-comprar-creditos {
	max-width: 400px;
	width: 100%;
}

.img-ilustracao {
	max-width: 300px;
	width: 100%;
}

.logo-navbar {
	max-height: 60px;
	max-width: 107px;
	width: 100%;
	height: auto;
	align-self: flex-start;
}

@supports (-webkit-touch-callout: none) {
	.logo-navbar {
		width: 107px;
		height: 60px;
	}
}

#accordionBox {
	max-width: 555px;
	width: 100%;
}

#accordionBox .accordion-item {
	margin-bottom: 1.5em;
	border-radius: 20px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

#accordionBox .accordion-item:last-child {
	margin-bottom: 0;
}

#accordionBox .accordion-item .accordion-button {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	/* font-weight: bold; */
}

#accordionBox .accordion-item .accordion-button.collapsed {
	border-radius: 20px;
}

.accordion-button:not(.collapsed) {
	color: #3e3e3e;
	background-color: #a9aba721;
	font-weight: bold;
}

#accordionBox .accordion-item .accordion-button:focus {
	box-shadow: 0 0 0 0.25rem rgb(201 207 193 / 23%);
}

#accordionBox .accordion-body {
	font-size: 13px;
	color: #9190A0;
	text-align: justify;
}

#accordionCpf .accordion-item .accordion-button:focus,
#accordionCnpj .accordion-item .accordion-button:focus {
	box-shadow: 0 0 0 0.25rem rgb(201 207 193 / 23%);
}

#accordionCpf .accordion-button::after,
#accordionCnpj .accordion-button::after {
	width: 0;
}

#accordionCpf .accordion-button.noAfter,
#accordionCnpj .accordion-button.noAfter {
	cursor: auto;
}

#accordionCpf .accordion-button.noAfter::after,
#accordionCnpj .accordion-button.noAfter::after {
	color: transparent;
}

.form-precos {
	margin-bottom: 0;
	vertical-align: middle;
	display: flex;
	align-items: center;
	flex: 2;
}

.title-contato>.btn-contato {
	font-weight: bold;
	width: 100%;
	max-width: 150px;
	border-radius: 8px;
}

.title-contato>.btn-contato:link,
.title-contato>.btn-contato:visited,
.title-contato>.btn-contato:hover,
.title-contato>.btn-contato:active {
	color: #5D5B70;
}

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

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

#accordionCpf .price,
#accordionCnpj .price {
	display: flex;
	align-items: center;
	width: 100%;
	margin: auto;
	text-align: center;
	justify-content: center;
	flex: 1;
}

#accordionCpf .price>b,
#accordionCnpj .price>b,
.price {
	font-size: 18px;
	color: #7BC142;
}

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

.form-precos .price {
	float: right;
}

/* Estilos do box de cookies */
/* .box-cookies.hide {
	display: none !important;
}

.box-cookies {
	position: fixed;
	background: rgba(0, 0, 0, .9);
	width: 100%;
	z-index: 9999999;
	bottom: 0;
	padding: 0 7em;
}

.box-cookies a {
	font-weight: bold;
	color: #7fba34;
	font-size: 13px;
}

.box-cookies .msg-cookies {
	text-align: center;
	padding: 20px;
	color: #fff;
	font-size: 13px;
	margin: auto;
}

.box-cookies .btn-cookies:active {
	color: #fff;
	border: 1px solid #fff;
}

.box-cookies .btn-cookies {
	background: #3BE26E;
	border: 0px;
	color: #000000;
	font-weight: 500;
	cursor: pointer;
	align-self: normal;
	max-width: 100px;
	width: 100%;
	font-size: 13px;
	display: block;
	margin: auto !important;
	text-align: center;
	margin-top: 10px !important;
	font-weight: bold;
} */

.box-login {
	/* max-width: 800px; */
	width: 100%;
	min-height: 500px;
	height: auto;
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.75);
}

.box-pd-login {
	padding: 2em;
}

.container-login {
	min-height: 90.6vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	/* margin-top: 4em; */
}

.boxInfosLogin {
	padding-right: 15px;
	margin-left: -5px;
	height: 100%;
	padding-top: 4em;
}

.img-login {
	max-width: 300px;
	width: 350px;
	margin: auto;
	display: block;
}

.btn-login {
	/* max-width: 295px; */
	width: 100%;
}

.box-imgLogin {
	background-color: #000;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.icon-closeMenu {
	display: none;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	/* font-size: 1em; */
	width: 1.5em;
	height: 1.5em;
}

.icon-closeMenu:before {
	font-size: 1.3em;
}

.box-creditos {
	border-radius: 10px;
	min-height: 62px;
	background-color: #ffffff;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	padding: 0 1em;
}

.box-saiba .box-creditos {
	border: 1px solid #efe8e8;
	-webkit-box-shadow: 0px 4px 4px -6px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 4px 4px -6px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 4px 4px -6px rgba(0, 0, 0, 0.75);
}

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

.boxContato {
	background-color: #191D28;
	min-height: 500px;
	padding-bottom: 3em;
}

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF !important;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float {
	/* margin-top:16px; */
	font-size: 2.5em;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.title-pagePrice {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1.5rem;
	margin-top: 2rem;
}

#btnCreditoMobile {
	display: none;
}

.marginBoxCredito {
	margin: 0 30px;
}

.paddingBtnBoxCredito {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

.icon-fa {
	min-width: 45px;
	width: 100%;
}

.icon-fa i {
	color: #244cdb;
	font-size: 25px;
}

.badge-carrinho {
	border-radius: 16px;
	vertical-align: top;
	margin-left: -5px;
	margin-top: -5px;
}

.box-confirmarPayment p {
	text-align: center;
}

.toast-code {
	background-color: #7BC142;
	color: #ffffff;
}

.btn-cupom {
	height: 100%;
	/* min-width: 80px; */
	background-color: #7BF360;
	color: #000000;
	font-weight: bold;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-cupom:hover,
.btn-cupom:focus {
	background-color: #7BC142;
	color: #ffffff;
}

.input-cupom {
	border: none;
	height: 100%;
}

.img-score {
	max-width: 224px;
	width: 100%
}

.title-score {
	margin-top: 125px;
	font-size: 38pt;
	font-family: "Poppins", serif;
	/* font-family: 'Inter'; */
	font-weight: bold;
	color: #363636;
}

.box-circulo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
}

.circulo {
	margin: 0;
	display: inline-block;
}

.circulo-red {
	background-color: red;
}

.circulo-yellow {
	background-color: #f5f50f;
}

.circulo-green {
	background-color: #89ef6d;
}

/* @media screen and (max-width: 600px) {
	.box-cookies {
		flex-direction: column;
	}
} */

/* Media Query para celulares */
@media (max-width: 575px) {
	.circulo {
		width: 23px;
		height: 23px;
	}

	.box-circulo {
		font-size: 14px;
	}

	.label-indicator {
		display: block;
		margin-top: 5px;
	}

	#infos-top {
		margin-bottom: 1.5rem;
	}

	#infos-top span,
	#infos-top strong,
	.alert,
	.indicator-card span {
		font-size: 13px;
	}

	.title-score {
		margin-top: 75px;
		font-size: 21pt;
	}

	.img-score {
		max-width: 125px;
		width: 100%;
		margin-bottom: 15px;
	}

	.img-login {
		max-width: 200px;
	}

	.box-imgLogin {
		padding: 1em;
	}

	.box-creditos {
		padding: 0.7em 10px;
		flex-wrap: wrap;
	}

	.row-services>.col {
		padding: 0;
	}

	.text-banner-1 {
		font-size: 28px;
	}

	.text-banner-2 {
		font-size: 12px;
	}

	.col-buttonCredito {
		width: 100%;
		flex: auto;
		text-align: center;
		margin-top: 0;
	}

	#accordionCpf .accordion-button,
	#accordionCnpj .accordion-button {
		padding: 10px 8px;
	}

	#accordionCpf .accordion-button::after,
	#accordionCnpj .accordion-button::after {
		width: 0;
	}

	#accordionCpf .accordion-button:not(.collapsed)::after,
	#accordionCnpj .accordion-button:not(.collapsed)::after {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
		transform: rotate(-180deg);
	}

	#accordionCpf .price>b,
	#accordionCnpj .price>b {
		font-size: 14px;
	}

	#accordionCpf .form-check-label,
	#accordionCnpj .form-check-label {
		font-size: 13px;
	}

	.container-price {
		padding: 0;
	}

	.title-pagePrice {
		margin-bottom: 1.5rem;
		margin-top: 1rem;
	}

	#btnCreditoMobile {
		display: block;
	}

	#btnCreditoDesktop {
		display: none;
	}

	#btnCreditoMobile button {
		width: 140px !important;
		font-size: 12px;
	}

	.flex-directionRow {
		flex-direction: column-reverse;
	}

	#cpfbox button.btn-info,
	#cnpjbox button.btn-info {
		width: 100%;
	}

	.marginBoxCredito {
		margin: 0 10px;
	}

	.boxCredito button {
		width: 100% !important;
	}

	.paddingBtnBoxCredito {
		margin-bottom: 0;
		margin-top: 0;
	}

	/* .box-confirmarPayment div{
		justify-content: center !important;
	} */

	.container-login {
		margin-top: 1em;
	}

	.box-pd-login {
		padding: 0;
	}

	#total-pj,
	#total-pf {
		font-size: 16px !important;
	}

	#accordionCpf .price,
	#accordionCnpj .price {
		justify-content: right !important;
	}
}


@media (min-width: 576px) {
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.box-imgLogin {
		padding: 1.5em;
	}

	.margin-payment,
	.margin-sale {
		margin: 0 50px;
	}
}

@media (max-width: 767px) {
	.img-ilustracao {
		display: none;
	}

	.img-duvidas {
		margin: auto;
		display: block;
		max-height: 300px;
	}

	.box-imgLogin {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		padding: 2em;
		padding-bottom: 0;
	}

	.img-loginDefault {
		max-width: 250px !important;
		margin-top: 0 !important;
	}

	/* .box-cookies {
		padding: 0;
	}

	.box-cookies .msg-cookies {
		font-size: 12px;
	}

	.box-cookies .btn-cookies {
		display: block;
		margin-top: 10px;
		margin-left: 0 !important;
		width: 100%;
		max-width: 100%;
	} */

	.title-product {
		font-size: 14px;
		margin-left: 5px;
	}

	.box-saiba,
	.row-btnWhatsapp {
		margin-top: 0.5em !important;
	}

	.box-saibaHome {
		margin-top: 1rem !important;
	}

	.box-infosplanosHome {
		margin-top: 2rem !important;
	}

	.btn-whatsapp {
		padding: 0.4rem 0 !important;
	}

	/* .container-margin{
		margin: 0;
		padding: 0;
	} */

	.box-infosplanos {
		margin-top: 1em !important;
		margin-bottom: 1em !important;
	}

	.row-services {
		margin-bottom: 0 !important;
	}

	.box-login {
		padding: 0;
	}

	.boxInfosLogin {
		padding-right: 15px;
		margin-left: 0;
		padding-left: 15px;
		padding-top: 0;
	}

	.text-banner-3{
		margin: 0 !important;
	}
}

@media (min-width: 768px) {
	.box-duvidasFrequentes {
		padding-left: 50px;
	}

	.img-login {
		margin-top: 2em;
	}

	.box-imgLogin {
		height: auto;
		min-height: 500px;
	}

	.title-product {
		font-size: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.img-loginDefault{
		max-width: 220px !important;
	}
}

@media screen and (max-width: 991px) {
	header.headerLogin img.logoPrincipal {
		max-width: 80px;
	}

	.navbar-principal-topo #navbarTopoPrincipal {
		padding-top: 10px;
	}

	.mainLogin {
		margin-top: 8em;
	}
}

@media screen and (min-width: 992px) {
	header.headerLogin .navbar-principal-topo {
		max-height: 90px !important;
	}

	header.headerLogin img.logoPrincipal {
		max-width: 115px;
	}

	.mainLogin {
		margin-top: 8em;
	}
}

@media (max-width: 991px) {
	/* Deixar os itens do menu (li) alinhado à esquerda */
	/* #navbarMenu > ul{
		align-items: flex-start;
	} */

	#navbarMenu {
		border-top: 1px solid #ddd;
	}

	.logo-navbar {
		max-height: 40px;
		margin: 5px 0;
	}

	@supports (-webkit-touch-callout: none) {
		.logo-navbar {
			width: 71px;
			height: 40px;
		}
	}

	.header-padrao {
		min-height: 73px;
	}

	.navbar-score .navbar-nav li:first-child {
		margin-top: 8px;
	}

	.box-btnWhatsapp {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.btn-carrinho {
		display: none;
	}

	.navbar-score .navbar-nav .nav-link {
		padding-right: 1.8rem;
		padding-left: 1.8rem;
	}

	.navbar-score .navbar-nav li:first-child>.nav-link {
		padding-left: 0;
	}

	.navbar-score .navbar-nav li:last-child>.nav-link {
		padding-right: 0;
	}

	.header-padrao {
		min-height: 80px;
	}

	.box-login {
		max-width: 800px;
		margin: auto;
	}
}

@media (min-width: 1200px) {
	.title-product {
		font-size: 17px;
	}
}

.img-loginDefault {
	max-width: 300px;
	margin: 6.5em auto auto auto;
	display: block;
	text-align: center;
}