.planos-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.planos-section.alternative-section {
	background-color: #EDEBEB;
}

.container-title-planos {
	text-align: center;
}

.title-planos {
	font-size: 56px;
}

.title-planos.primary {
	color: var(--color-light);
	color: #0BD692;
}

#table-comparativo {
	padding-top: 0;
	background-color: #FFFFFF;
	position: relative;
}

#table-comparativo .table-background {
	position: absolute;
	top: 315px;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #EDEBEB;
}

.container-table-planos {
	margin-top: 60px;
}

.planos-table-head {
	float: left;
	width: calc(100% - 5px);
	background-color: #fff;
	box-shadow: var(--box-field-shadow);
	border-radius: 27px 0 27px 27px;
	margin: 150px -100% 0 3px;
}

.planos-table-body.hide-mobile {
	float: left;
	width: calc(80% + 24px);
	margin-left: calc(20% - 22px);
}

.planos-table-body.carousel {
	width: 100%;
}

.planos-table-head ul {
	background-color: transparent;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.planos-table-head li {
	position: relative;
	background-color: transparent;
	height: 70px;
	line-height: 70px;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
	box-sizing: border-box;
	padding-left: 8px;
	transition: height 0.2s linear, line-height 0.2s linear, background-color 0.2s linear;
}

@media (min-width:840px) and (max-width:1368px) {
	.planos-table-head li:nth-child(13) {
		display: block;
		width: 140px;
		word-wrap: break-word;
		line-height: 30px;
	}
}

.planos-table-head li:first-child {
	border-top-left-radius: 27px;
}

.planos-table-head ul li.closed:after {
	content: url(../images/chevron-down.svg);
	margin-left: 7px;
}

.planos-table-head ul li.open:after {
	content: url(../images/chevron-down.svg);
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: 7px;
}

.table-card:last-child {
	border-bottom-right-radius: 27px;
}

.carousel .table-card {
	width: calc(50% - 8px);
}

.table-card .header-plano {
	color: #344253;
	font-size: 22px;
	border: none;
	box-sizing: content-box;
	top: 0px;
	transition: top 0.2s linear, box-shadow 0.2s linear, background-color 0.2s linear, color 0.2s linear;
	font-weight: bold;
	font-family: var(--font-secondary);
	margin-bottom: 15px;
}

.table-card .header-plano .card-image {
	height: 80px;
	margin: 0;
}

.divider {
	height: 1px;
	align-self: stretch;
	border-radius: 4px;
	background: #F0F3F7;
	white-space: nowrap;
}

.list-item {
	padding: 22px 23px;
}

.list-item  > div > li,
.funcionalidades-simples-info {
	position: relative;
	font-size: 13px;
	color: #66768C;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
	box-sizing: border-box;
	margin-bottom: 17px;
	transition: background-color 0.2s linear, height 0.2s linear;
	font-weight: 500;
	font-family: var(--font-default-strong);
}

.funcionalidades-simples {
	min-width: 230px;
}

.funcionalidades-simples-info {
	padding: 23px 0px 5px 23px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.applicaiton-value img {
	height: 70px;
	width: auto;
	z-index: 1;
}

@media (max-width:850px) {
	.applicaiton-value img {
		position: absolute;
	}
}

.applicaiton-value p {
	z-index: 1;
}

.applicaiton-description {
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: normal;
	font-family: var(--font-default);
	color: var(--color-default);
	overflow-y: hidden;
	padding-top: 70px;
	box-sizing: border-box;
	transition: opacity 0.2s linear;
}

.applicaiton-description ul {
	margin: 0;
	padding: 10px 20px 10px 30px;
	font-size: 11px;
	list-style: none;
	text-align: left;
}

.applicaiton-description li {
	padding: 6px 0;
}

.applicaiton-description li::before {
	content: "\2022";
	color: var(--color-light);
	color: #0BD692;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.container-table-planos li.open, .container-table-planos ul li.closed {
	cursor: pointer;
}

.container-table-planos li.open {
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	box-sizing: border-box;
	height: 425px !important;
	transition: height 0.2s linear, background-color 0.2s linear;
}

li.open .applicaiton-description {
	opacity: 1;
	transition: opacity 0.2s linear;
}

.container-table-planos .planos-table-price {
	width: calc(80% + 24px);
	margin-left: calc(20% - 22px);
}

.container-table-planos .planos-table-price ul {
	list-style: none;
	padding: 0;
	width: calc(25% - 8px);
	margin: 30px 4px 0 4px;
	float: left;
}

.container-table-planos .planos-table-price li {
	height: auto !important;
	text-align: center !important;
}

.container-table-planos .card-price {
	line-height: normal;
}

.container-outros-planos {
	margin-top: 80px;
}

.container-outros-planos .card-button {
	margin-top: 33px;
}

.container-tips .container-title-planos {
	text-align: left;
}

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

@media screen and (max-width: 839px) {
	.planos-section {
		padding-top: 0px;
	}

	.title-planos {
		font-size: 30px;
	}

	.container-list-planos {
		margin-top: 0;
	}

	.container-table-planos {
		margin-top: 20px;
	}

	.table-card {
		margin-right: 10px;
		margin-left: 10px;
		border-radius: 27px;
	}

	.table-card > li {
		height: 55px;
		margin-bottom: 17px;
	}

	.commend .header-plano:before {
		top: 0px;
		line-height: 25px;
	}

	.applicaiton-value {
		text-align: left;
		padding-left: 70px;
		font-size: 12px;
	}

	.applicaiton-value img {
		left: 20px;
		margin-top: 5px;
		height: 45px;
		transform: translateX(0);
	}

	.container-outros-planos {
		text-align: center;
		padding: 0 50px;
	}

	.container-tips {
		padding: 0 35px;
	}
}
.action-link,
a.action-link,
a.action-link:focus {
	text-decoration: none !important;
	cursor: pointer;
	color: #34AD61 !important;
}

a.action-link:hover {
	color: #34AD61  !important;
	text-decoration: underline !important;
}


.planos-precos--background {
	background-image: url("../images/banners/backgound-planos-precos.svg");
	height: 100%;
	background-position: top;
	background-repeat: no-repeat;
}

.planos-precos-titles {
	text-align: center;
}

.planos-precos-titles h1 {
	font-family: var(--font-secondary-bold);
	font-weight: normal;
	color: #344253;
	letter-spacing: -1.62px;
	font-size: 60px;
	opacity: 1;
}

.planos-precos-titles h2 {
	font-family: var(--font-secondary);
	font-size: 26px;
	letter-spacing: 0px;
	color: #66768C;
	opacity: 1;
}

.table-card {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 4px 12px #9696961A;
	border: 1px solid #F0F3F7;
	border-radius: 20px;
	opacity: 1;
	list-style: none;
	float: left;
	margin: 0 4px;
	padding: 0px;
	max-width: 300px;
	position: relative;
	min-height: 730px;
	height: 100%;
}

.table-card.mercurio {
	background-color: #134E4A;
}

.table-card.mercurio .title-limitados{
	color: #8BE0AA;
}

.table-card.mercurio .header-plano {
	color: #5AC782;
}

.table-card .plans-description {
	letter-spacing: 0px;
	color: #66768C;
	line-height: 20px;
	opacity: 1;
	text-align: left;
	font-family: var(--font-default);
}

.table-card.mercurio .plans-description {
	letter-spacing: 0px;
	color: #FFFFFF;
	line-height: 20px;
	opacity: 1;
	text-align: left;
}

.table-card.mercurio .plans-description {
	width: 181px;
}

.table-card.cobalto .plans-description {
	width: 170px;
}

.table-card.platina .plans-description {
	width: 190px;
}

.container-table-planos {
	display: flex;
	justify-content: center;
}

.table-card .badge {
	position: absolute !important;
	background-color: rgba(52, 173, 97, 0.39);
	color: #8BE0AA;
	border-radius: 12px;
	padding: 4px 10px;
	right: 47px;
	top: 27px;
	font-family: 'Raleway';
	font-weight: 700;
}

.table-card .card-image {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 80px !important;
	margin: 20px 0px 0px 0px;;
}

.table-card .card-image object {
	height: 60px !important;
}

.table-card.mercurio .card-image object {
	height: 50px !important;
}

.plans-price,
.table-card .plans-price {
	font-size: 35px;
	font-family: var(--font-secondary-bold);
	color: #344253;
	top: 24%;
}

.main-specs-description .plans-price {
	padding: 35px 0px 55px 0px;
}

.table-card.mercurio .plans-price {
	font-size: 35px;
	font-family: var(--font-secondary-bold);
	color: #FFFFFF;
}

.price-month {
	font-size: 14px;
	font-family: var(--font-secondary-medium);
	color: #97A4B8;
}

.table-card.mercurio .price-month {
	color: #FFFFFF;
}

.price-simbol {
	font-size: 20px;
	font-family: var(--font-secondary-bold);
	float: left;
}

.fa-check {
	color: #97A4B8;
	vertical-align: middle;
}

.table-card.mercurio .fa-check {
	color: #8BE0AA;
}

.mercurio .fa-check {
	color: #8BE0AA;
	opacity: 1;
}

.table-card li:not(.plans-price) {
	display: flex;
	/*color: #344253;*/
}

.container-img {
	margin-right: 8px;
}

.subscription {
	background: #134E4A 0% 0% no-repeat padding-box;
	border-radius: 17px;
	padding: 10px 33px;
	text-align: center;
}

.mercurio .subscription {
	background-color: #34AC60;
}

.table-card a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: var(--font-secondary-bold);
}

.table-card:hover .header-plano {
	color: #5AC782;
}

.table-card:hover .subscription {
	background-color: #34AC60;
}

.table-card:hover {
	border: 1px solid #5AC782;
	opacity: 1;
	transition: border 0.5s linear;
	box-shadow: 0px 4px 12px #9696961A;
}

.table-card.mercurio:hover .header-plano{
	color: #5AC782;
}

.table-card.mercurio:hover .subscription {
	background-color: #34AC60;
}

.table-card.mercurio:hover {
	background: #1F2A3B 0% 0% no-repeat padding-box;
	box-shadow: 0px 4px 12px #9696961A;
	border: 1px solid #1F2A3B;
	opacity: 1;
}

.table-card.cobalto:hover object.cobalto {
	filter: invert(55%) sepia(53%) saturate(493%) hue-rotate(89deg) brightness(90%) contrast(97%);
}

.table-card.mercurio:hover object.mercurio {
	filter: invert(55%) sepia(53%) saturate(493%) hue-rotate(89deg) brightness(90%) contrast(97%);
	background-color: #ffffff00;
}

.table-card.titanio:hover object.titanio {
	filter: invert(55%) sepia(53%) saturate(493%) hue-rotate(89deg) brightness(90%) contrast(97%);
}

.table-card.platina:hover object.platina {
	filter: invert(55%) sepia(53%) saturate(493%) hue-rotate(89deg) brightness(90%) contrast(97%);
}

.table-card.mercurio:hover .badge {
	background-color: #34AD61;
	color: #8BE0AA;
}

.specs-icon {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 23px 0px 23px 23px;
}

.table-card .compare-div {
	padding: 0px 0px 20px 20px;
}

.table-card .compare-link,
.compare-link {
	text-align: left;
	text-decoration: underline;
	letter-spacing: 0px;
	color: #344253;
	opacity: 1;
	font-family: var(--font-secondary-bold);
}

.table-card.mercurio .compare-link {
	color: #FFFFFF;
}

.specs-button {
	box-shadow: 0px 3px 9px #97A4B83C;
	border: 1px solid #E4E9F0;
	border-radius: 23px;
	opacity: 1;
	padding: 14px 40px;
	text-align: center;
	color: #34AD61;
	font-family: var(--font-secondary-bold);
	cursor: pointer;
	font-size: 15px;
	position: relative;
	max-width: 300px;
	max-height: 36px;
	background-color: #ffffff;
}

.specs-button::before {
	content: '';
	left: -100%;
	width: 100%;
	top: 50%;
	height: 2px;
	background: linear-gradient(270deg, #ccd5e066, transparent);
	position: absolute;
}

.specs-button::after {
	content: '';
	right: -100%;
	width: 100%;
	top: 50%;
	height: 2px;
	background: linear-gradient(89deg, #ccd5e066, transparent);
	position: absolute;
}

.specs-button.active {
	background-color: #EDFCF2;
	border: 1px solid #34AD61;
}

.specs-button i {
	margin-left: 5px;
}

.main-specs {
	max-width: 1200px;
}

.main-specs h2 {
	font-family: var(--font-secondary-bold);
	color: #344253;
}

.specs-text {
	color: #66768C;
	font-size: 18px;
}

.especificacao-body {
	display: flex;
	flex-direction: column;
}

.botao-plano {
	box-shadow: 0px 3px 6px #134E4A33;
	background: #34AC60;
	border: 1px solid #34AC60;
	border-radius: 16px;
	opacity: 1;
	padding: 10px 16px;
	max-width: 100px;
	text-align: center;
	color: #FFFFFF;
	font-family: var(--font-secondary-bold);
}

.plans-details-row {
	display: flex;
	margin: 0px 10px 0px 10px;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.plans-details-row a {
	text-decoration: none;
}

.plans-header {
	display: flex;
	border-bottom: solid 8px #E4E9F0;
	padding: 0px 0px 18px 0px;
	border-radius: 4px;
	justify-content: space-between;
}

.plans-sticky {
	position: sticky;
	top: 64px;
	background-color: #ffffff;
	z-index: 4;
}

.plans-rows {
	display: flex;
	border-bottom: solid 1px #E4E9F0;
	padding: 0px 0px 18px 0px;
	border-radius: 4px;
	justify-content: space-between;
}

.plans-category {
	display: flex;
	justify-content: flex-start;
	width: 450px;
	align-items: flex-end;
}

.plans-category img {
	height: 30px;
}

.plans-category-body {
	margin: 0px 10px 0px 10px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.plans-category-body p {
	color: #66768C;
	font-size: 14px;
	padding: 18px 0px 0px 0px;
}

.plans-category p {
	margin: 20px 10px 0px 10px;
	font-size: 20px;
	color: #1F2A3B;
	font-family: var(--font-secondary-bold);
	margin-left: 5px;
}
.plans-category-secundary {
	display: flex;
	align-items: flex-end;
	width: 450px;
}

.plans-category-secundary p {
	margin: 0px 10px 0px 10px;
	font-size: 14px;
	color: #66768C;
	margin-left: 5px;
	font-family: var(--font-default-strong);
}

.tooltip-icon-importacao {
	color: #97A4B8;
	position: absolute;
    top: 52%;
    margin-left: 1%;
}

.tooltip-icon-pos {
	top: 50%;
	position: absolute;
	left: 59%;
}

.table-card .tooltip-icon-importacao {
	color: #626060;
    color: var(--color-default);
    cursor: pointer;
}

.table-card.mercurio .tooltip-icon-importacao {
	color: #FFFFFF;
}

.plans-circle-icon {
	color: #CCD5E0;
	border-radius: 50%;
	border: solid 2px #CCD5E0;
	padding: 8px;
}

.plans-details-row h3 {
	font-family: var(--font-default-strong);
	font-size: 22px;
	color: #344253;
}

.plans-details-row img {
	height: 30px;
}

.plans-details-text {
	text-align: center;
	align-items: center;
	width: 116px;
	margin: 18px 0px 0px 0px;
	font-family: var(--font-secondary-medium);
	color: #344253;
}

.plans-details-text .fa-check {
	background-color: #5AC782;
	border-radius: 50%;
	padding: 4px;
	color: #ffffff;
}

.plans-details-text .fa-times {
	color: #CCD5E0;
	font-size: 16px;
}

.plans-details-subtext {
	color: #97A4B8;
}

.section-stars {
	display: flex;
	text-align: center;
	margin-top: 120px;
}

.section-stars h2 {
	color: #344253;
	font-size: 48px;
	letter-spacing: -1.3px;
	font-family: var(--font-secondary-bold);
}

.section-stars span {
	color: #34AD61;
}

.section-stars h3 {
	color: #66768C;
	font-size: 30px;
	font-family: var(--font-secondary);
}

.section-stars .fa-star {
	color: #F5A60A;
	margin-right: 8px;
	margin-bottom: 28px;
}

.section-carrousel {
	height: 350px;
	padding-top: 50px;
}

.card-carrousel {
	background-color: #fff;
	padding: 30px;
	border-radius: 40px;
	text-align: initial;
	min-height: 180px;
}

.container-platinum {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background: radial-gradient(at top,#F0F3F7, #F0F3F7, #ffffff, #ffffff);
	margin-top: -30px;
}

.card-carrousel-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

.section-carrousel .arrow-left {
	bottom: auto;
	right: 30px;
	padding: 10px;
	top: 0px;
	height: 15px;
	background-color: #FFFFFF;
	border-radius: 50%;
	margin-right: 20px;
	border: 1px solid #E4E9F0;
}

.section-carrousel .arrow-right.active, .arrow-left.active {
	background-color: #34AD61;
}

.section-carrousel .arrow-left svg, .arrow-right svg {
	height: 10px;
}

.section-carrousel .arrow-right.active svg {
	filter: invert(10) sepia(100) saturate(0%) hue-rotate(95deg) brightness(110%) contrast(101%);
}

.section-carrousel .arrow-left.active svg {
	filter: invert(10) sepia(100) saturate(0%) hue-rotate(95deg) brightness(110%) contrast(101%);
}

.section-carrousel .arrow-right {
	top: 0px;
	padding: 10px;
	height: 15px;
	background-color: #FFFFFF;
	border: 1px solid #E4E9F0;
	border-radius: 50%;
}

.card-carrousel-box img {
	height: 60px;
	border-radius: 50%;
	padding: 2px;
	border: 3px solid #5AC782;
	margin-right: 10px;
}

.card-carrousel-box h3 {
	margin-bottom: -10px;
	font-size: 13px;
	color: #344253;
	font-family: var(--font-secondary-bold);
}

.card-carrousel-box h4 {
	font-size: 13px;
	color: #66768C;
	font-family: var(--font-secondary);
}

.card-carrousel p {
	font-size: 16px;
	color: #66768C;
	font-family: var(--font-default-strong);
	letter-spacing: 0px;
	line-height: 24px;
}

.section-carrousel .carousel .contents {
	width: 100%;
}

.section-carrousel .group.cards {
	display: flex;
	min-height: 500px;
	flex-direction: row;
	align-content: center;
}

.main-depoimentos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.section-carrousel.carousel .contents {
	width: 100%;
}

.card-carrousel-depoiment {
	margin-top: 20px;
}

.card-carrousel-depoiment img {
	max-height: 25px;
}

.main-specs-basic {
	display: flex;
	margin-bottom: 98px;
}

.main-specs-basic img {
	max-height: 45px;
}

.main-specs-description {
	min-width: 276px;
	padding: 23px 18px 18px 18px;
}

.main-specs-description p {
	font-size: 18px;
	color: #66768C;
	font-family: var(--font-secondary);
}

.main-specs-description h3 {
	margin: 0px 0px 16px 0px;
	font-family: var(--font-default-strong);
	font-size: 32px;
	color: #344253;
}

.plan-basic-buttom {
	background-color: #134E4A;
	border: 1px solid #134E4A;
	padding: 10px 24px;
	max-width: 270px;
	border-radius: 17px;
	font-size: 13px;
	text-align: center;
}

.plan-basic-buttom a {
	color: #ffffff;
	text-decoration: none;
	font-family: var(--font-secondary-bold);
}

.circle-icon-secundary {
	background-color: #DCFAE6;
	text-align: center;
	border-radius: 50%;
	height: 18px;
	width: 18px;
	margin-right: 8px;
}

.circle-icon-secundary .fa-check {
	color: #34AD61;
}

.titulo-planos-basicos {
	text-align: start;
	font-family: var(--font-secondary-bold);
	font-size: 44px;
	letter-spacing: -1.19px;
	color: #344253;
	opacity: 1;
	margin-bottom: 45px;
}

.main-specs-basic-unic {
	display: flex;
	width: 700px;
	border: 1px solid #F0F3F7;
	border-radius: 20px;
	margin-right: 10px;
}

.main-specs-basic-unic:hover .plan-basic-buttom {
	background-color: #34AD61;
	cursor: pointer;
	border: 1px solid #34AD61;
}

.main-specs-basic-unic:hover h3 {
	color: #5AC782;
}

.main-specs-basic-unic:hover {
	box-shadow: 0px 4px 12px #9696961A;
	border: 1px solid #5AC782;
}

.title-planos-precos {
	color: #34AD61;
}

.title-planos-precos::after {
	content: '';
	left: 37%;
	width: 37%;
	top: 8.65%;
	height: 10px;
	background: #DCFAE6;
	position: absolute;
	border-bottom-left-radius: 100% 80%;
	display: none;
}

.plans-sticky h2 {
	color: #344253;
	font-size: 48px;
	font-family: var(--font-secondary-bold);
	margin-bottom: -50px;
}

.tooltip {
	position: relative;
}

.plans-group {
	margin-bottom: 30px;
}

.round-icon {
	padding: 4px;
	background-color: #97A4B8;
	border-radius: 50%;
	color: #ffffff;
	width: 10px;
	height: 10px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.tooltip::before,
.tooltip::after {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease-in-out;
}

.tooltip:hover::before,
.tooltip:hover::after {
	opacity: 1;
	visibility: visible;
}

.tooltip::before {
	content: attr(data-tooltip);
	z-index: 2;
	width: 210px;
	color: #fff;
	background: #344253;
	border-radius: 5px;
	padding: 5px;
}

.tooltip::after {
	content: "";
	width: 0;
	height: 0;
}

.tooltip--top::before,
.tooltip--top::after {
	bottom: 100%;
	left: 50%;
	transform: translate(-50%);
	margin-bottom: 15px;
}

.tooltip--top::after {
	margin-bottom: 8px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid rgba(0,0,0, .7);
}

.plans-category-secundary .fa-info {
	color: #ffffff;
	font-size: 10px;
}

.tooltip-link {
	background-color: #0EB2E8;
}

.planos-precos-titles img {
	margin-bottom: -2.3%;
}

.Badge--small {
    padding: 0px 8px !important;
    height: 16px !important;
	font-size: 10px !important;
}

.Badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    column-gap: 4px;
    height: 24px;
    font-family: 'Arial';
    width: fit-content;
    padding: 0px 12px;
    font-weight: bold;
}

.Badge--news {
    background-color: #EDE9FE;
    color: #612ABF;
}

.container-recursos-ilimitados {
	padding: 22px 23px 0px 23px;
}

.container-recursos-ilimitados li {
	position: relative;
    font-size: 13px;
    color: #66768C;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
    box-sizing: border-box;
    margin-bottom: 17px;
    transition: background-color 0.2s linear, height 0.2s linear;
    font-weight: 600;
    font-family: var(--font-default-strong);
}

.card-limitados {
	width: auto;
	height: auto;
	background-color: #5AC78219;
	border-radius: 10px;
	opacity: 1;
}

.card-limitados {
	padding: 10px;
}

.card-suporte {
	padding: 0px 20px 20px 20px;
}

.title-limitados,
.container-recursos-ilimitados .card-limitados .title-limitados,
.descricao-suporte {
	text-align: left;
	font-size: 15px;
	font-family: var(--font-secondary-bold);
	letter-spacing: 0px;
	color: #34AC60;
	opacity: 1;
	font-weight: 500;
}

.diferenciais {
	margin-left: 14px;
}

.title-diferenciais {
	padding-bottom: 18px;
	margin: 0px !important;
}

.table-card .title-diferenciais,
.title-diferenciais {
	text-align: left;
	font-size: 15px;
	font-family: var(--font-secondary-bold);
	letter-spacing: 0px;
	color: #344253;
	opacity: 1;
}

.table-card.mercurio .title-diferenciais {
	color: #8BE0AA;
}

.limitados-description,
.fixas-description,
.diferenciais-description {
	text-align: left;
	letter-spacing: 0px;
	color: #344253;;
	opacity: 1;
	font-family: var(--font-secondary);
}

.fixas-description,
.diferenciais-description {
	font-family: var(--font-secondary);
}

.table-card.mercurio .limitados-description,
.table-card.mercurio .fixas-description,
.table-card.mercurio .diferenciais-description{
	color: #FFFFFF;
}

.suporte {
	background: #5AC78219 0% 0% no-repeat padding-box;
	border-radius: 10px;
	opacity: 1;
	padding: 12px 18px 19px 20px;
	text-align: center;
}

.suporte .descricao-suporte {
	color: #34AC60;
	letter-spacing: 0px;
	opacity: 1;
	font-family: var(--font-secondary-bold);
	font-size: 15px;
}

.table-card.mercurio .suporte .descricao-suporte {
	color: #8BE0AA;
}

.funcionalidades-fixas {
	margin-left: 14px;
}

.horizontal-divider {
	height: 1px;
	align-self: stretch;
	border-radius: 4px;
	background: #F0F3F7;
}

.vertical-divider {
	width: 1px;
	align-self: stretch;
	border-radius: 4px;
	background: #F0F3F7;
}

.icon-spacing {
	gap: 10px;
}

.descricao-titulo {
	max-width: 205px;
}

.img-plano {
	margin-right: 20px;
}

@media screen and (max-width: 1366px) {
	.specs-button::before {
		left: -100%;
		width: 100%;
	}

	.specs-button::after {
		right: -100%;
		width: 100%;
	}

	.title-planos-precos::after {
		left: 37%;
		width: 38%;
		top: 8.6%;
	}

	.section-carrousel {
		width: 1200px;
	}
}

@media (min-width: 1246px) and (max-width: 1368px) {
	.title-planos-precos::after {
		left: 39%;
		width: 38%;
		top: 8.6%;
	}
}

@media (min-width: 1232px) and (max-width: 1246px) {
	.title-planos-precos::after {
		left: 40%;
		width: 38%;
		top: 6.4%;
	}
}

@media (min-width: 1100px) and (max-width: 1232px) {
	.title-planos-precos::after {
		left: 42%;
		width: 38%;
		top: 6.35%;
	}
}

@media (min-width: 820px) and (max-width: 1100px) {
	.title-planos-precos::after {
		left: 43.5%;
		width: 38%;
		top: 6.4%;
	}
}

@media screen and (max-width: 1120px) {
	.main-specs-basic-unic {
		margin-bottom: 30px;
	}

	.main-depoimentos {
		max-width: 700px;
	}

	.specs-button::before {
		left: -50%;
		width: 50%;
	}

	.specs-button::after {
		right: -50%;
		width: 50%;
	}

	.section-stars {
		margin-top: 20px;
	}

	.title-planos-precos::after {
		left: 52.5%;
		width: 38%;
		top: 6.2%;
	}

	.plans-group {
		max-width: 780px;
	}

	.plans-category {
		width: 250px;
	}

	.table-card li:not(.plans-price) {
		display: flex;
		align-content: center;
		align-items: center;
	}

	.container-platinum {
		margin-top: -40px;
	}

	.table-card > li {
		height: 35px;
	}

	.main-specs-basic-unic {
		width: auto;
	}

	.specs-button {
		display: none;
	}

	.title-planos-precos::after {
		display: none;
	}

	.planos-precos-titles img {
		display: none;
	}

	.table-card {
		width: auto;
		min-height: 870px;
		height: auto;
	}

	.section-stars h2 {
		font-size: 35px;
	}

	.section-carrousel {
		width: 850px;
	}
}

@media screen and (max-width: 839px) {
	.main-specs-basic {
		display: flex;
		flex-direction: column;
	}

	.table-card {
		margin-bottom: 10px;
	}

	.container-platinum {
		padding-bottom: 0px;
	}

	.plans-group {
		max-width: 720px;
	}

	.title-planos-precos::after {
		left: 25%;
		width: 68%;
		top: 7.8%;
	}

	.section-stars h2 {
		font-size: 38px;
	}

	.section-stars h3 {
		font-size: 24px;
	}

	.main-specs-description {
		max-width: 250px;
	}

	.section-carrousel {
		width: 450px;
	}
}

@media screen and (max-width: 430px) {
	.specs-button::before {
		left: 0px;
		width: 0px;
	}

	.specs-button::after {
		right: 0px;
		width: 0px;
	}

	.main-specs {
		max-width: 380px;
	}

	.planos-precos-titles h1 {
		font-size: 30px;
	}

	.planos-precos-titles h2 {
		font-size: 16px;
	}

	.subscription {
		width: 140px;
	}

	.section-stars h2 {
		font-size: 28px;
	}

	.section-stars h3 {
		font-size: 18px;
	}

	.section-carrousel {
		width: 300px;
	}

	.specs-icon {
		justify-content: center;
	}

	.main-specs-description {
		max-width: 150px;
	}

	.main-specs-basic-unic {
		width: 300px;
		flex-direction: column;
	}

	.titulo-planos-basicos {
		font-size: 22px;
	}

	.table-card {
		margin-bottom: 10px;
	}

	.planos-precos-titles img {
		display: none;
	}

	.container-platinum {
		padding-bottom: 0px;
	}

	.container-table-planos {
		margin-left: auto;
		margin-right: auto;
		width: 310px;
	}
}