section { padding: 120px 0px 0px 0px; position: relative; width: 100%; height: auto; text-align: left; }

/*PRODUTO*/
.produto { width: 100%; height: auto; position: relative; padding-bottom: 20px; min-height: 468px; }
.produto .resumo { width: 100%; height: auto; position: relative; }
.produto .resumo .nome_produto { width: 100%; border-bottom: 4px solid #000000; display: inline-block; vertical-align: top; position: relative; height: auto; padding: 20px 0px 20px 0px; font-size: 28px;  text-align: left; color: #000000; }

.pagamento { width: 100%; height: auto; position: relative; text-align: center; margin-top: 20px; }
.pagamento .boleto { cursor: pointer; width: 100%; height: auto; position: relative; }
.pagamento .boleto .atention { width: -moz-calc(100% - 100px); width: -webkit-calc(100% - 100px); width: -o-calc(100% - 100px); width: calc(100% - 100px); height: auto; position: relative; padding: 30px 50px; text-align: left; color: black; line-height: 26px; font-size: 18px; font-family: var(--fonte-padrao);  background-color: #eaeaea }
.pagamento .boleto .atention p { font-size: 32px;  line-height: 40px; }
.pagamento .boleto .atention strong {  text-decoration: underline; }
.pagamento .boleto .atention i { font-size: 50px; line-height: 95px; color: #000000; float: left; padding: 0px 30px 0px 0px; }

.funcionalidades { width: 100%; height: auto; position: relative; background-color: #f4f6f8; margin-top: 30px; padding: 25px 0px 10px 0px; text-align: left; }
.funcionalidades .titulo_global .tag_global .label_global .complemento { max-width: 100%; }
.funcionalidades ul { width: 100%; height: auto; position: relative; list-style-type: none; text-align: left; display: inline-block; vertical-align: top; padding: 30px 0px; }
.funcionalidades ul li { display: inline-block; vertical-align: top; text-align: left; cursor: pointer; width: auto; height: auto; margin: 15px 50px 15px 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.funcionalidades ul li img { text-align: left; width: auto; height: 20px; margin: 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden;  padding: 0px 5px; }
.funcionalidades ul li p { width: 100%; clear: both; height: auto; position: relative; text-align: left; color: #545454; font-style: italic; font-size: 11px; line-height: 20px; font-family: var(--fonte-padrao);  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.funcionalidades ul li:hover p { color: #c1c1c1; }
.funcionalidades ul li:hover img { opacity: 0.6; }

.beneficios { width: 100%; height: auto; position: relative; padding: 0px 0px 0px 0px; text-align: center; }
.beneficios ul { width: 100%; height: auto; position: relative; list-style-type: none; text-align: center; display: inline-block; vertical-align: top; padding: 0px 0px 30px 0px; }
.beneficios ul li { display: inline-block; vertical-align: top; text-align: center; cursor: pointer; width: 30%; height: auto; margin: 0px 0px 15px 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.beneficios ul li img { text-align: center; width: auto; height: 100px; margin: 0px 25px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden;  padding: 0px 5px; }
.beneficios ul li p { width: 80%; padding: 0px 10%; clear: both; height: auto; position: relative; text-align: center; color: #000; font-size: 16px; line-height: 20px; font-family: var(--fonte-padrao);  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.beneficios ul li:hover p { color: #545454; }
.beneficios ul li:hover img { opacity: 0.6; }

.introducao { display: inline-block; vertical-align: top; width: 50%; padding: 20px 0px 20px 0px; height: auto; position: relative; text-align: left; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.introducao p { width: 100%; padding: 0px; height: auto; position: relative; text-align: left; font-weight: 400; color: #000; font-size: 18px; line-height: 22px; font-family: var(--fonte-padrao);  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.introducao .seu_sucesso {  font-size: 32px; line-height: 30px; width: 100%; color: #000; padding: 0px 0px 10px 0px; height: auto; position: relative; text-align: left; font-family: var(--fonte-padrao); font-weight: 800; }

/*PLANOS*/
ul.planos {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 15px auto 0 auto;
    padding: 0;
    list-style: none;
}
ul.planos li {
    overflow: hidden;
    flex: 1 1 0;
    min-width: 250px;
    max-width: 400px;
    position: relative;
    background-color: var(--cor-texto);
    padding: 15px;
    padding-bottom: 75px;
    margin: 0 !important;
    text-align: center;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    transition: all 0.3s ease;
}
ul.planos li .recomendo {
    font-size: 14px;
    color: var(--cor-texto);
    background: var(--cor-principal);
    line-height: 30px;
    display: block; 
    padding: 5px 0px;
    font-weight: 800;
    width: calc(100% + 30px);
    margin: -15px -15px 15px -15px;
    letter-spacing: 1px;
    border-radius: 0px 0px 10px 10px;
}
ul.planos li .recomendo i { line-height: 30px; color: var(--cor-secundaria); padding-right: 7px; font-size: 12px; display: inline-block; vertical-align: top; }
ul.planos li .label { font-size: 18px;  color: var(--cor-principal); line-height: 40px; display: inline-block; padding: 0px; font-weight: 700; margin: 0 0 5px 0; width: 100%; text-align: left; position: relative;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
ul.planos li .label .valor { font-size: 13px; color: var(--cor-secundaria); background-color: rgba(255,255,255,0.05); line-height: 15px; float: right; padding: 12px; border-radius: 10px; }
ul.planos li .label .valor.reduzido { padding: 5px 15px; }
ul.planos li .label .valor p { text-align: center; font-size: 12px; font-weight: 400; }
ul.planos li .cta { width: calc(100% - 20px); height: auto; position: absolute; bottom: 10px; left: 10px; display: inline-block; vertical-align: top; background: radial-gradient(circle at 25% 20%, rgba(59,130,246,.30), transparent 55%), radial-gradient(circle at 80% 35%, rgba(34,197,94,.18), transparent 55%), linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015)); isolation: isolate; font-weight: 800; font-size: 12px; line-height: 28px; text-transform: uppercase; font-family: var(--fonte-titulo); padding: 10px 0px 10px 0px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; margin: 0px 10px 0px 0px;  -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
ul.planos li .cta::before{ content:""; position:absolute; inset:-45%; background: conic-gradient( from 0deg, rgba(59,130,246,.00), rgba(59,130,246,.35), rgba(34,197,94,.20), rgba(251,191,36,.25), rgba(59,130,246,.00) ); filter: blur(20px); opacity: .70; animation: btnSpin 5.5s linear infinite; z-index: -1; }

ul.planos li .cta { color: var(--cor-texto); background-color: #ffffff; box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; }
ul.planos li .cta.em_breve { background-color: rgba(5, 150, 105, 0.1); color: var(--cor-principal); }
ul.planos li .descricao { width: 100%; height: auto; position: relative; display: inline-block; padding: 0px 0px 15px 0px; width: 100%;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
ul.planos li .descricao p { width: 100%; opacity: 0.2; height: auto; position: relative; font-size: 14px; text-align: left; color: #ffffff; display: inline-block;  font-family: var(--fonte-padrao); border-top: 1px solid rgba(255, 255, 255, 0.15); padding: 6px 0px; line-height: 20px; }
ul.planos li .descricao p.tem { opacity: 1; }
ul.planos li .descricao p i { line-height: 20px; color: var(--cor-secundaria); opacity: 0.4; padding-right: 5px; font-size: 12px; display: inline-block; vertical-align: top; }
ul.planos li:hover {
    transform: translateY(-10px); 
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
}

@media screen and (max-width: 1100px) {
	section { padding: 80px 0px 0px 0px; }

	.img-plano { width: 100%; height: auto; position: relative; right: inherit; margin: 0px; text-align: center; }
	.img-plano img { width: auto; height: 200px; text-align: center; display: inline;border-bottom: 1px solid #eaeaea; }
	.img-plano:hover { margin: 0px; }
	
	.introducao { width: 96%; padding: 20px 2%; text-align: center; }
	.introducao p { text-align: center; }
	.introducao .seu_sucesso { font-size: 32px; line-height: 30px; width: 100%; text-align: center; }

	.beneficios .titulo_global .tag_global .label_global { text-align: center; }
	.beneficios ul li { width: 90%; height: auto; margin: 0px 5% 25px 5%; }

	.funcionalidades .titulo_global .tag_global .label_global,.funcionalidades ul li p { text-align: center; }
	.funcionalidades ul li { width: 90%; height: auto; margin: 0px 5% 25px 5%; text-align: center; }

	ul.planos { padding: 0 10px; }
    ul.planos li { min-width: 280px; max-width: 100%; margin-bottom: 20px !important; }
    ul.planos li.gratuito { display: none; }
    ul.planos li .cta { margin: 20px 0px; display: inline-block; position: relative; width: 100%; left: 0; bottom: 0; }
}
/* ========================================================
   ESTILOS DAS ABAS DINÂMICAS DE CATEGORIAS (TABS)
======================================================== */
.tabs-categorias-container {
    width: 100%;
    max-width: 94%;
    margin: 0 auto 30px auto;
    text-align: center;
}

.tabs-botoes {
    display: inline-flex;
    background-color: rgba(255, 255, 255, 0.1);
    background-color: #f1f5f9; /* Fundo cinza suave para a "pílula" */
    padding: 6px;
    border-radius: 50px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.tab-btn {
    background: transparent;
    border: none;
    color: #64748b;
    font-size: 16px;
    font-family: var(--fonte-padrao);
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab-btn i {
    font-size: 18px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    color: #334155;
    background-color: rgba(0,0,0,0.03);
}

/* O Estado "Ativo" do botão clicado */
.tab-btn.active {
    background-color: var(--cor-principal); /* Usa o azul principal do seu site */
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.25); /* Sombra suave com a cor principal */
}

.tab-btn.active i {
    opacity: 1;
    color: var(--cor-secundaria); /* Usa o laranja/amarelo de destaque do seu site */
}

.tab-descricao {
    font-family: var(--fonte-padrao);
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
    animation: fadeIn 0.5s ease-in-out;
}

/* Suavidade ao mostrar/esconder planos */
.plano-card {
    transition: opacity 0.4s ease-in-out, transform 0.3s ease, box-shadow 0.3s ease !important;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsividade das abas */
@media screen and (max-width: 768px) {
    .tabs-botoes {
        border-radius: 16px;
        padding: 10px;
    }
    .tab-btn {
        width: 100%;
        justify-content: center;
    }
}