form label {
    font-family: 'Lexend', sans-serif;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    font-family: 'Lexend', sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #000;
}

html {
    font-family: 'Lexend', sans-serif;
}

.sin-hora.selecionarHora {
    font-family: 'Lexend', sans-serif;
}

.modulo-sobre .icon-box i {
    font-size: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}


.tela-pagamento .formAssinatura .form-control {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #000 !important;
    padding: 0px 25px;
    color: #000;
    height: 58px;
}

.tela-pagamento .formAssinatura label {
    font-weight: 600;
    color: #252c41;
    font-size: 15px;
}

.tela-pagamento .btn-default {
    font-family: 'Lexend', sans-serif;
    width: 100%;
    background: -webkit-linear-gradient(45deg, #000 15%, #000 65%);
    border: 1px solid #000;
    color: #fff;
    font-size: 21px;
    padding: 15px;
    border-radius: 7px;
    font-weight: 500;
    cursor: pointer;
    height: auto;
    margin-top: 2%;
}


.tela-pagamento .btn-default:hover {
  background: -webkit-linear-gradient(45deg, #ffc107 15%, #ffc107 65%);
  border: 1px solid #ffc107;
  color: #000;
}

.tela-pagamento .pricing-body {
    min-height: 290px;
}

.tela-pagamento .step {
    display: none;
}

.tela-pagamento .step.active {
    display: block;
}

.tela-pagamento .bandeira-pagamento {
  width: 70%;
  margin-bottom: 5px;
}

.tela-pagamento .bandeira-selo {
    width: 32%;
    margin-top: 5%;
}

.tela-pagamento .voltar {
    position: absolute;
    font-size: 14px;
    background: #2b2b2c;
    padding: 6px 10px;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    top: 10px
}

.tela-pagamento h3, .tela-pagamento p {
  color: #000;
  margin-bottom: 0px;
}

.tela-pagamento {
  padding: 50px 0px;
}

.tela-pagamento .card-header {
  background: #622345;
  padding: 20px;
  height: 101px;
}

.tela-pagamento .card-header h2 {
  color: #fff !important;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 400;
}

.tela-pagamento .card-body {
  padding: 26px 30px;
}

.tela-pagamento .list-unstyled i {
  color: green;
}

.tela-pagamento .list-unstyled li {
  margin-bottom: 6px;
}

.tela-pagamento .valorPlano {
  font-size: 38px;
  color: #782a4f !important;
  font-weight: 400;
}

.formas_pagamento {
  margin-bottom: 40px;
}

.checkout-payment .lblPagamento {
    font-weight: 600;
    margin-bottom: 7px;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    cursor: pointer;

    display: flex;
    flex-direction: column;
}

.checkout-payment .lblPagamento .fal {
    display: block;
    color: #000;
    font-size: 50px;
    margin-bottom: 10px;
}

.checkout-payment .lblPagamento img {
  height: 46px;
  width: 100%;
  margin-bottom: 15px;
}


.checkout-payment .lblPagamento span {
    font-weight: 700;
    color: #000;
}

.checkout-payment .formas_pagamento .ativo label {
  color: #ffffff;
  background: #000;
  border-color: #ffffff;
}

.checkout-payment .formas_pagamento .ativo label .fal,
.checkout-payment .formas_pagamento .ativo label span {
    color: #fff;
}



.checkout-payment .input-group-text {
    width: 45px;
    height: 58px;
    margin-right: -2px;
    border-radius: 5px 0px 0px 5px;
    font-size: 14px;
}

.checkout-payment .formulario .row {
    margin-bottom: 15px;
}

.checkout-payment .voltar {
    float: left;
    margin: 0px 15px 0px 0px;
    font-size: 14px;
    background: #2b2b2c;
    padding: 6px 10px;
    border-radius: 7px;
    cursor: pointer;
    color: #fff;
}

.categoriasStyle label {
    display: block;
}

.categoriasStyle label.ativo .category-item {
    background: #ff1d4d;
    border: 1px solid #ff1d4d;
    color: #fff;
    position: relative;
}

.categoriasStyle label.ativo .category-item::before {
    content: '\2713';
    position: absolute;
    right: -4px;
    top: -10px;
    font-size: 35px;
    background: green;
    width: 40px;
    height: 40px;
    line-height: 43px;
    border-radius: 100px;
}

.categoriasStyle label input[type="checkbox"],
.categoriasStyle label input[type="radio"] {
    display: none;
}


.valorPix {
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Lexend', sans-serif;
}

.copy-text {
    position: relative;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.copy-text input.text {
    padding: 10px;
    font-size: 18px;
    color: #555;
    border: none;
    outline: none;
    width: 95%;
    background: transparent;
}
.copy-text button {
    padding: 10px;
    background: #5784f5;
    color: #fff;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
}

.copy-text button:active {
    background: #809ce2;
}
.copy-text button:before {
    content: "Copiado";
    position: absolute;
    top: -45px;
    right: 0px;
    background: #5c81dc;
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 15px;
    display: none;
}
.copy-text button:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 25px;
    width: 10px;
    height: 10px;
    background: #5c81dc;
    transform: rotate(45deg);
    display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}

.retornoPix.pagarAgora  img {
    width: 30%;
    margin: 0px auto;
}

.tituloPagamento {
    color: green;
    text-align: center;
    font-size: 51px;
    margin-bottom: 25px;
    display: block;
    font-weight: 700;
    font-family: 'Lexend', sans-serif;
}

ul li {
    font-family: 'Lexend', sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #000;
}

.logomarca {
    width: 180px;
}

.display-center {
    display: flex;
    justify-content: center;
}

.bg-roxo {
  background-color: #4e02e3 !important;
}

.bg-roxo h1 {
  color: #fff !important;
}

.bg-roxo .dragArea p,
.bg-roxo .dragArea label {
  color: #fff !important;
}

.bg-roxo h3,
.bg-roxo p,
.bg-roxo h6,
.bg-roxo span {
  color: #fff !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.botaoComprar {
    background: #964b00;
    border: 1px solid #964b00;
    border-radius: 100px;
    color: #fff;
    padding: 13px 33px;
    display: inline-block;
}

.botaoComprar:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px !important;
}

.redes-sociais a {
    font-size: 28px;
    margin-right: 10px;
}

.redes-sociais {
    margin-bottom: 15px;
}

.footer7 h4 {
    color: #fff;
}

.pb-30 {
    padding-bottom: 30px;
}

.bg-azul {
  background-color: #2196f3 !important;
}

.bg-azul h1 {
  color: #fff !important;
}

.bg-azul .dragArea p,
.bg-azul .dragArea label {
  color: #fff !important;
}

.bg-azul h3,
.bg-azul p,
.bg-azul h6,
.bg-azul span {
  color: #fff !important;
}

.bg-rose {
  background-color: #ffcbdb !important;
}

.bg-rose h1 {
  color: #000 !important;
}

.bg-rose .dragArea p,
.bg-rose .dragArea label {
  color: #000 !important;
}

.bg-rose h3,
.bg-rose p,
.bg-rose h6,
.bg-rose span {
  color: #000 !important;
}

.bg-verde {
  background-color: #dff2e9 !important;
}

.bg-verde h1 {
  color: #000 !important;
}

.bg-verde .dragArea p,
.bg-verde .dragArea label {
  color: #000 !important;
}

.bg-verde h3,
.bg-verde p,
.bg-verde h6,
.bg-verde span {
  color: #000 !important;
}

/*-----------------*/

.bg-azul {
  background-color: #0d6efd26 !important;
}

.bg-azul h1 {
  color: #000 !important;
}

.bg-azul .dragArea p,
.bg-azul .dragArea label {
  color: #000 !important;
}

.bg-azul h3,
.bg-azul p,
.bg-azul h6,
.bg-azul span {
  color: #000 !important;
}


.cid-sFF0SGinka .mbr-text.textoSlider {
    color: #000;
}

.redes-sociais a {
    color: #0d6efd;
}

.redes-sociais a:hover {
    color: #fff;
}

.navbar-brand img {
    width: 170px;
}

.retornoPix h3.tituloPagamento {
    margin-bottom: 25px;
}

.servicos-consultorio {
    background-color: #fff;
    padding: 50px 20px;
    border-radius: 24px;
    margin: 30px 0;
}

.servicos-consultorio .container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 2.2rem;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.section-header h2 i {
    color: #fcd100;
}

.section-header h2 .highlight {
    color: #000;
    font-weight: 600;
    background-color: #fcd100;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 1.8rem;
}

.servicos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.servico-card {
    background-color: #fcd100;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.servico-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-color: #000;
}

.servico-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
}

.card-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 15px;
}

.card-icon {
    width: 48px;
    height: 48px;
    background-color: #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fcd100;
    font-size: 1.3rem;
}

.servico-card h3 {
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.servico-card p {
    color: #000;
    line-height: 1.5;
    font-size: 0.95rem;
    opacity: 0.9;
    margin-bottom: 0px;
}

/* Responsividade */
@media (max-width: 768px) {
    .section-header h2 {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 8px;
    }
    
    .section-header h2 .highlight {
        font-size: 1.5rem;
        padding: 3px 10px;
    }
    
    .servicos-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .servico-card {
        padding: 20px;
        min-height: 160px;
    }
    
    .card-icon {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }
    
    .servico-card h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .servicos-consultorio {
        padding: 40px 15px;
        border-radius: 20px;
    }
    
    .section-header h2 {
        font-size: 1.6rem;
    }
    
    .section-header h2 .highlight {
        font-size: 1.3rem;
    }
}

.mentorias-especializadas {
    background-color: #f8f8f8;
    padding: 60px 20px;
    border-radius: 24px;
}

.mentorias-especializadas .container {
    max-width: 1200px;
    margin: 0 auto;
}

.mentorias-especializadas .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.mentorias-especializadas .section-header h2 {
    font-size: 2.4rem;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.mentorias-especializadas .section-header h2 i {
    color: #fcd100;
}

.mentorias-especializadas .section-header h2 .highlight {
    color: #000;
    font-weight: 600;
    background-color: #fcd100;
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 2rem;
}

.mentorias-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.mentoria-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.mentoria-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #ddd;
}

.mentoria-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #666;
}

.mentoria-card-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.mentoria-icon {
    width: 48px;
    height: 48px;
    background-color: #666;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 1.3rem;
}

.mentoria-card h3 {
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.mentoria-card p {
    color: #333;
    line-height: 1.5;
    font-size: 0.95rem;
    opacity: 0.9;
    margin-bottom: 16px;
    flex: 1;
}

.mentoria-tag {
    display: inline-block;
    background-color: rgba(102, 102, 102, 0.1);
    color: #333;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    align-self: flex-start;
    border: 1px solid rgba(102, 102, 102, 0.2);
}

@media (max-width: 768px) {
    .mentorias-especializadas .section-header h2 {
        font-size: 2rem;
        flex-direction: column;
        gap: 8px;
    }
    
    .mentorias-especializadas .section-header h2 .highlight {
        font-size: 1.7rem;
        padding: 5px 18px;
    }
    
    .mentorias-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .mentoria-card {
        padding: 20px;
        min-height: 160px;
    }
    
    .mentoria-icon {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }
    
    .mentoria-card h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .mentorias-especializadas {
        padding: 40px 15px;
        border-radius: 20px;
    }
    
    .mentorias-especializadas .section-header h2 {
        font-size: 1.8rem;
    }
    
    .mentorias-especializadas .section-header h2 .highlight {
        font-size: 1.5rem;
    }
}

.consultoria-institucional {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    padding: 70px 20px;
    position: relative;
    overflow: hidden;
}

.consultoria-institucional::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background-color: #fcd100;
    border-radius: 50%;
    opacity: 0.05;
    transform: translate(150px, -150px);
}

.consultoria-institucional::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-color: #fcd100;
    border-radius: 50%;
    opacity: 0.05;
    transform: translate(-100px, 100px);
}

.consultoria-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.consultoria-header {
    text-align: center;
    margin-bottom: 60px;
}

.title-badge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background-color: #fcd100;
    padding: 15px 30px;
    border-radius: 50px;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(252, 209, 0, 0.2);
}

.title-badge i {
    font-size: 1.8rem;
    color: #000;
}

.title-badge span {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.5px;
}

.consultoria-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.consultoria-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-item {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: #fcd100;
}

.service-content {
    padding: 35px;
    flex: 1;
}

.service-title-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.service-icon {
    width: 60px;
    height: 60px;
    background-color: #fcd100;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(252, 209, 0, 0.3);
}

.service-title {
    font-size: 1.3rem;
    color: #000;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    flex: 1;
}

.service-description {
    color: #555;
    line-height: 1.6;
    font-size: 1rem;
    margin: 0;
}

@media (max-width: 992px) {
    .consultoria-services {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .consultoria-institucional {
        padding: 50px 20px;
    }
    
    .title-badge {
        flex-direction: column;
        gap: 10px;
        padding: 15px 25px;
    }
    
    .title-badge span {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .consultoria-subtitle {
        font-size: 1.1rem;
    }
    
    .consultoria-services {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .service-content {
        padding: 30px;
    }
    
    .service-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .title-badge {
        padding: 12px 20px;
    }
    
    .title-badge span {
        font-size: 1.6rem;
    }
    
    .consultoria-subtitle {
        font-size: 1rem;
    }
    
    .service-title-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
}

/* BLOCO 1: PROGRAMAS DIGITAIS */
.programas-digitais-section {
    padding: 80px 20px;
    background-color: #fff;
    margin: 0;
}

.pd-container {
    max-width: 900px;
    margin: 0 auto;
}

.pd-header {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pd-header-icon {
    font-size: 3.5rem;
    color: #fcd100;
}

.pd-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.2;
}

.pd-subtitle {
    text-align: center;
    margin-bottom: 40px;
}

.pd-subtitle-text {
    font-size: 1.8rem;
    color: #333;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.pd-lista {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 800px;
    margin: 0 auto;
}

.pd-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 25px;
    background-color: #f8f9fa;
    transition: all 0.2s ease;
}

.pd-item:hover {
    background-color: #f0f0f0;
}

.pd-marker {
    width: 8px;
    height: 8px;
    background-color: #fcd100;
    border-radius: 50%;
    flex-shrink: 0;
}

.pd-item-text {
    font-size: 1.1rem;
    color: #444;
    margin: 0;
    line-height: 1.5;
}

/* BLOCO 2: PARA QUEM É */
.publico-section {
    padding: 80px 20px;
    background-color: #f8f9fa;
    margin: 0;
}

.pub-container {
    max-width: 1100px;
    margin: 0 auto;
}

.pub-header {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pub-header-icon {
    font-size: 3.5rem;
    color: #000;
}

.pub-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.2;
}

.pub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

.pub-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.pub-item:hover {
    transform: translateY(-5px);
}

.pub-item-icon {
    font-size: 2rem;
    color: #fcd100;
    flex-shrink: 0;
}

.pub-item-title {
    font-size: 1.2rem;
    color: #333;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
}

/* BLOCO 3: DIFERENCIAIS */
.diferenciais-section {
    padding: 80px 20px;
    background-color: #fff;
    margin: 0;
}

.dif-container {
    max-width: 1200px;
    margin: 0 auto;
}

.dif-header {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.dif-header-icon {
    font-size: 3.5rem;
    color: #fcd100;
}

.dif-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.2;
    max-width: 900px;
}

.dif-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.dif-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 35px 25px;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.dif-card:hover {
    background-color: #f0f0f0;
}

.dif-card-icon {
    width: 70px;
    height: 70px;
    background-color: #fcd100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #000;
    font-size: 1.8rem;
}

.dif-card-title {
    font-size: 1.3rem;
    color: #000;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
    .programas-digitais-section,
    .publico-section,
    .diferenciais-section {
        padding: 60px 20px;
    }
    
    .pd-title,
    .pub-title,
    .dif-title {
        font-size: 2rem;
    }
    
    .pd-header-icon,
    .pub-header-icon,
    .dif-header-icon {
        font-size: 2.8rem;
    }
    
    .pd-subtitle-text {
        font-size: 1.6rem;
    }
    
    .pd-item {
        padding: 15px 20px;
    }
    
    .pub-grid {
        grid-template-columns: 1fr;
    }
    
    .pub-item {
        padding: 20px;
    }
    
    .dif-grid {
        grid-template-columns: 1fr;
    }
    
    .dif-card {
        padding: 30px 20px;
    }
    
    .dif-card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .dif-card-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .pd-title,
    .pub-title,
    .dif-title {
        font-size: 1.8rem;
    }
    
    .pd-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 20px;
    }
    
    .pub-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .pub-item-icon {
        font-size: 1.8rem;
    }
    
    .pub-item-title {
        font-size: 1.1rem;
    }
}

.bg-cinza {
    background-color: #f8f9fa !important;
}

.pacotes-investimento {
    padding: 80px 20px;
    background-color: #fff;
    margin: 0;
}

.pi-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* ESTILOS COMUNS */
.tela-header {
    margin-bottom: 50px;
    text-align: center;
}

.tela-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.2;
}

/* PRIMEIRA TELA: PACOTES */
.tela-pacotes {
    margin-bottom: 80px;
}

.pacotes-lista {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.pacote-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.pacote-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.pacote-box.premium {
    background-color: #fcd100;
    border-color: #fcd100;
}

.pacote-cabecalho {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
}

.pacote-box.premium .pacote-cabecalho {
    border-bottom: 2px solid #000;
}

.pacote-cabecalho h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.pacote-detalhe {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
}

.investimento-lista {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 20px;
}

.investimento-conteudo {
    margin-bottom: 20px;
    text-align: center;
}

.investimento-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #e9ecef;
}

.investimento-box.premium {
    background-color: #fff;
    border: 2px solid #fcd100;
}

.investimento-cabecalho h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.investimento-conteudo p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.pagamento-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #e9ecef;
}

.pagamento-cabecalho {
    margin-bottom: 25px;
}

.pagamento-cabecalho h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.pagamento-conteudo {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
}

.pagamento-conteudo p {
    margin-bottom: 15px;
}

.pix-info {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    font-size: 1.2rem;
}

.pix-info strong {
    color: #000;
}

.observacao {
    background-color: #fcd100;
    padding: 20px;
    border-radius: 8px;
    margin-top: 25px;
    font-size: 1rem;
}

.observacao strong {
    color: #000;
    display: block;
    margin-bottom: 10px;
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
    .pacotes-investimento {
        padding: 60px 20px;
    }
    
    .tela-header h2 {
        font-size: 2.2rem;
    }
    
    .pacotes-lista,
    .investimento-lista {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .tela-investimento {
        padding: 30px;
    }
    
    .pacote-box,
    .investimento-box,
    .pagamento-box {
        padding: 25px;
    }
    
    .pacote-cabecalho h3,
    .investimento-cabecalho h3,
    .pagamento-cabecalho h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .tela-header h2 {
        font-size: 1.8rem;
    }
    
    .tela-investimento {
        padding: 25px 20px;
    }
    
    .pacote-detalhe,
    .investimento-conteudo p,
    .pagamento-conteudo {
        font-size: 1rem;
    }
    
    .pix-info {
        font-size: 1.1rem;
        padding: 12px;
    }
    
    .observacao {
        padding: 15px;
    }
}

.redes-sociais a {
    color: #fcd100;
}

.blog-section {
    padding: 80px 20px;
    background-color: #f8f9fa;
    margin: 0;
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-header {
    text-align: center;
    margin-bottom: 60px;
}

.blog-title-icon {
    width: 80px;
    height: 80px;
    background-color: #fcd100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #000;
    font-size: 2.5rem;
}

.blog-main-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #000;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.blog-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.blog-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.blog-card-image {
    height: 200px;
    background: linear-gradient(135deg, #fcd100, #f8d31c);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card:nth-child(2) .blog-card-image {
    background: linear-gradient(135deg, #333, #555);
}

.blog-card:nth-child(3) .blog-card-image {
    background: linear-gradient(135deg, #666, #888);
}

.blog-card:nth-child(4) .blog-card-image {
    background: linear-gradient(135deg, #444, #666);
}

.blog-card:nth-child(5) .blog-card-image {
    background: linear-gradient(135deg, #fcd100, #f8d31c);
}

.blog-card:nth-child(6) .blog-card-image {
    background: linear-gradient(135deg, #333, #555);
}

.blog-category-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #000;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.blog-card-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px 0;
    line-height: 1.3;
    min-height: 70px;
}

.blog-card-excerpt {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin: 0 0 20px 0;
    flex: 1;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.blog-date {
    font-size: 0.9rem;
    color: #777;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-date i {
    color: #fcd100;
}

.blog-read-more {
    font-size: 0.95rem;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.blog-read-more:hover {
    color: #fcd100;
    gap: 10px;
}

.blog-read-more i {
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.blog-cta {
    text-align: center;
    margin-top: 20px;
}

.blog-all-articles {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #000;
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-all-articles:hover {
    background-color: #fcd100;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.blog-all-articles i {
    transition: all 0.3s ease;
}

.blog-all-articles:hover i {
    transform: translateX(5px);
}

/* RESPONSIVIDADE */
@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-section {
        padding: 60px 20px;
    }
    
    .blog-main-title {
        font-size: 2.2rem;
    }
    
    .blog-title-icon {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .blog-card-title {
        font-size: 1.3rem;
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .blog-main-title {
        font-size: 1.8rem;
    }
    
    .blog-subtitle {
        font-size: 1rem;
    }
    
    .blog-card-content {
        padding: 20px;
    }
    
    .blog-all-articles {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

.blog-detalhe-section {
    padding: 80px 20px;
    background-color: #fff;
    margin: 0;
}

.bd-container {
    max-width: 800px;
    margin: 0 auto;
}

.blog-detalhe-article {
    background-color: #fff;
}

.bd-header {
    margin-bottom: 40px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 30px;
}

.bd-categoria {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.bd-categoria-tag {
    background-color: #fcd100;
    color: #000;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.bd-data {
    font-size: 0.95rem;
    color: #777;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bd-data i {
    color: #fcd100;
}

.bd-titulo {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.bd-resumo {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #fcd100;
}

.bd-resumo p {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

.bd-imagem-container {
    margin: 40px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.bd-imagem {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.bd-imagem:hover {
    transform: scale(1.02);
}

.bd-conteudo {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.8;
    margin: 50px 0;
}

.bd-conteudo p {
    margin-bottom: 25px;
}

.bd-conteudo h2, 
.bd-conteudo h3, 
.bd-conteudo h4 {
    color: #000;
    margin: 35px 0 20px 0;
    font-weight: 700;
}

.bd-conteudo h2 {
    font-size: 1.8rem;
    border-bottom: 2px solid #fcd100;
    padding-bottom: 10px;
}

.bd-conteudo h3 {
    font-size: 1.5rem;
}

.bd-conteudo ul, 
.bd-conteudo ol {
    margin: 20px 0 20px 30px;
}

.bd-conteudo li {
    margin-bottom: 10px;
}

.bd-conteudo blockquote {
    border-left: 4px solid #fcd100;
    padding-left: 25px;
    margin: 30px 0;
    font-style: italic;
    color: #555;
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 0 10px 10px 0;
}

.bd-rodape {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.bd-compartilhar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bd-compartilhar span {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
}

.bd-icones-compartilhar {
    display: flex;
    gap: 15px;
}

.bd-icone-compartilhar {
    width: 45px;
    height: 45px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.bd-icone-compartilhar:hover {
    background-color: #fcd100;
    color: #000;
    transform: translateY(-3px);
}

.bd-icone-compartilhar:nth-child(1):hover {
    background-color: #3b5998;
    color: #fff;
}

.bd-icone-compartilhar:nth-child(2):hover {
    background-color: #25D366;
    color: #fff;
}

.bd-icone-compartilhar:nth-child(3):hover {
    background-color: #1DA1F2;
    color: #fff;
}

.bd-icone-compartilhar:nth-child(4):hover {
    background-color: #0077B5;
    color: #fff;
}

.bd-voltar-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.bd-voltar-link:hover {
    background-color: #fcd100;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .blog-detalhe-section {
        padding: 60px 20px;
    }
    
    .bd-titulo {
        font-size: 2rem;
    }
    
    .bd-resumo p {
        font-size: 1.1rem;
    }
    
    .bd-conteudo {
        font-size: 1rem;
        margin: 40px 0;
    }
    
    .bd-rodape {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .bd-compartilhar {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .bd-titulo {
        font-size: 1.8rem;
    }
    
    .bd-categoria {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .bd-imagem-container {
        margin: 30px 0;
    }
}