#first .section {
    text-align: center;
    max-width: 600px;
    padding: 20px;
    padding-bottom: 5rem Im !important;
}
#first h1, #first h2 {
    font-size: 2.8rem;
    margin-bottom: 10px;
    text-align: center;
}
#first .highlight {
    color: var(--color-primary);
    font-weight: 800;
    font-size: 3rem;
}
#first .stars {
    font-size: 2rem;
    color: var(--color-primary);
    letter-spacing: 5px;
    margin-bottom: 15px;
    text-align: center;
}
#first p {
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
    padding: 0 10rem;
	max-width:1600px;
	margin:0 auto;
}


@media(max-width:767px){
    #first p {
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
        padding: 0 1rem;
    }
    #first h1 {
        font-size: 32px;
        margin-bottom: 10px;
        text-align: center;
    }
    #first .highlight {
        font-weight: 800;
        font-size: 44px;
    }
    #first{
        margin-top: 0rem;
    }
}


#vantagens-contabilidade {
    padding-bottom: 6rem;
    padding-top: 4rem;
  }
  #vantagens-contabilidade img{
    transition: .5s;
  }
  #vantagens-contabilidade img:hover{
    transform: scale(1.03);
  }
  
  #vantagens-contabilidade .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  
  #vantagens-contabilidade .image-container {
    flex: 1;
    padding-right: 40px;
  }
  
  #vantagens-contabilidade .services-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;

  }
  
  #vantagens-contabilidade .content-container {
    flex: 1;
  }
  
  #vantagens-contabilidade .section-title {
    font-size: 2.5rem;
    color: var(--color-font-dark);
    margin-bottom: 15px;
  }
  
  #vantagens-contabilidade .section-subtitle {
    font-size: 1.5rem;
    color: var(--color-font-dark);
    margin-bottom: 25px;
  }
  
  #vantagens-contabilidade .advantages-list {
    list-style-type: none;
    padding: 0;
  }
  
  #vantagens-contabilidade .advantages-list li {
    font-size: 16px;
    color: var(--color-font-dark);
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
  }
  
  #vantagens-contabilidade .advantages-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-secondary);
    font-weight: bold;
    font-size: 23px;
  }
  #vantagens-contabilidade SPAN{
    color: var(--color-secondary);
    font-weight: 800;
  }
  
  @media (max-width: 768px) {
    #vantagens-contabilidade .container {
      flex-direction: column;
    }
    #vantagens-contabilidade .advantages-list li {
        font-size: 20px;
        color: var(--color-font-dark);
        margin-bottom: 12px;
        padding-left: 25px;
        position: relative;
    }
    #vantagens-contabilidade {
        padding-bottom: 0rem;
        padding-top: 0rem;
    }
  
    #vantagens-contabilidade .image-container {
      padding-right: 0;
      margin-bottom: 30px;
    }
  
    #vantagens-contabilidade .content-container {
      text-align: center;
      padding: 1rem;
    }
  
    #vantagens-contabilidade .advantages-list li {
      text-align: left;
    }
    #vantagens-contabilidade .section-title {
        font-size: 34px;
        color: var(--color-font-dark);
        margin-bottom: 15px;
    }
    #vantagens-contabilidade .section-subtitle {
        font-size: 20px;
        color: var(--color-font-dark);
        margin-bottom: 25px;
    }
  }

 
 /* -------------------------------------------------------------------
  * ATIVIDADES
  * -----------------------------------------------------------------*/
  #atividade { padding: 1rem 0 5rem 0; }
  #atividade span{
    color: var(--color-secondary);
  }
  #atividade h2 { font-weight: bold; margin-bottom: 2rem !important; font-size: 2.6rem; }
  #atividade ul { list-style: none; margin: 0; padding: 0;}
  #atividade ul li { font-weight: 400; font-size: 1.3rem; display:flex; }
  #atividade ul li i { color: var(--color-secondary); margin-right: 12px; }
  #atividade .img-fluid {
     max-width: 130%; 
     margin-left: 0rem;
      
}
@media(max-width:767px){
    #atividade h2{
        text-align: center;
        font-size: 26px;
    }
    #atividade {
        padding: 1rem 0 0rem 0;
    }
    #atividade .img-fluid {
        max-width: 71%;
        margin-left: 0rem;
        margin-top: 2rem;
    }
}





#crypto-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
#crypto-section .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
#crypto-section h1, #crypto-section h2 {
    font-size: 2.5rem;
    margin: 0;
    max-width: 50%;
}
#crypto-section .highlight {
    color: var(--color-primary);
    font-weight: 800;
}
#crypto-section .subtitle {
    font-size: 17px;
    max-width: 40%;
    opacity: 0.7;
}
#crypto-section .blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
#crypto-section .block {
    background-color: #1b1b1b;
    border-radius: 10px;
    padding: 40px;
    transition: background-color 0.3s ease;
}
#crypto-section .btn{
    margin: 0 auto !important;
    font-size: 18px;
    margin-top: 3rem  !important;
}
#crypto-section .block:hover {
    background-color: var(--color-primary);
}
#crypto-section .block:hover * {
    color: #fffefe;
}
#crypto-section .block-number {
    font-size: 0.8rem;
    margin-bottom: 10px;
    color: #fff;
}
#crypto-section .block-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #fff;
}
#crypto-section .block-content {
    font-size: 0.9rem;
    margin-bottom: 15px;
    color: #fff;
}
#crypto-section .learn-more {
    color: #b4ff39;
    text-decoration: none;
    font-size: 0.9rem;
}
#crypto-section .block:hover .learn-more {
    color: #1a1a1a;
}
@media(max-width:767px){
    #crypto-section .blocks {
        display: grid;
        grid-template-columns: none; 
        gap: 20px;
    }
    #crypto-section .subtitle {
        font-size: 17px;
        max-width: 40%;
        opacity: 0.7;
        display: none;
    }
    #crypto-section h1 {
        font-size: 28px;
        margin: 0;
        max-width: 100%;
        text-align: center;
    }
}
/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/



 #apollo-section {
    color: #ffffff;
    padding: 8rem 0 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

#apollo-section .fundo {
    background-color: #1b1b1b;
    border-radius: 60px;
    padding: 2rem 3rem 2rem 3rem;
    width: 83%;
}

#apollo-section .content {
    flex: 1;
    padding-right: 16px;
    margin-top: -4rem;
}

#apollo-section h2 {
    font-size: 42px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 1rem;
}

#apollo-section span {
    color: var(--color-secondary);
    font-weight: 800;
}

#apollo-section p {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 7px;
    color: #fff;
}

#apollo-section .btn {
    gap: 10px;
    font-size: 20px;
    margin-left: 1rem;
    background-color: var(--color-primary) !important;
    transition: .5s;
}

#apollo-section .btn:hover {
    background-color: var(--color-primary-hover) !important;
}

#apollo-section .images {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#apollo-section img {
    transition: .5s;
}

#apollo-section img:hover {
    transform: scale(1.02);
}

#apollo-section .lunar-module {
    width: 363px;
    height: auto;
    margin-bottom: 15px;
    display: none;
}

#apollo-section .moon {
    width: 100%;
    max-width: 700px;
    height: auto;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.floating {
    animation: float 2.5s ease-in-out infinite;
}

@media(max-width:767px) {
    #apollo-section h2 {
        font-size: 36px;
        margin-bottom: 10px;
        text-align: center;
        margin-left: 1rem;
        padding: 3rem 0 1rem;
    }
    #apollo-section .moon {
        width: 100%;
        max-width: 700px;
        height: auto;
        display: none;
    }
    #apollo-section {
        color: #ffffff;
        padding: 3rem 0 1rem;
        display: block;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
    }
    #apollo-section .btn {
        gap: 10px;
        font-size: 20px;
        margin-left: 0rem;
    }
    #apollo-section .fundo {
        background-color: #1b1b1b;
        border-radius: 60px;
        padding: 2rem 2rem 2rem 2rem;
        width: 105%;
    }
    #apollo-section p {
        font-size: 19px;
        line-height: 1.5;
        margin-bottom: 7px;
        text-align: center;
    }
    #apollo-section .btn {
        gap: 10px;
        font-size: 20px;
        width: 100%;
    }
}


 /* -------------------------------------------------------------------
  * ABRIR EMPRESA
  * -----------------------------------------------------------------*/




  /* -------------------------------------------------------------------
 * PLANOS
 * -----------------------------------------------------------------*/
#planos{ padding: 3rem 0; }
#planos h2 { font-weight: bold; margin-bottom: 2.5rem !important; font-size: 3rem; line-height: 3.2rem; }
#planos span{
    color: var(--color-secondary);
    font-weight: 800;
}
#planos .plano-mt-1 { margin-top: 3rem; }
#planos .plano-mt-2 { margin-top: 0rem; }
#planos .plano div { padding: 1.5rem 0 2.5rem; border-radius: 1.5rem; background-color: #1b1b1b; transition: .5s;
    box-shadow: 0px 7px 9px 0px rgb(41, 41, 41) !important;
    -webkit-box-shadow: 0px 7px 9px 0px rgb(41, 41, 41) !important;
    -moz-box-shadow: 0px 7px 9px 0px rgb(41, 41, 41) !important;
}
#planos .plano div:hover{
    transform: scale(1.03);
}

#planos .plano div h3 { font-weight: 900; color: var(--color-font-light); font-size: 2rem; }
#planos .plano div .valor{ font-weight: 900; font-size: 3rem; color: var(--color-font-light); margin-bottom: 0.5rem !important; }
#planos .plano div ul{ padding: 0; }
#planos .plano div ul li { 

    list-style-type: none;
    text-align: center;
    line-height: 2rem;
    color: var(--color-font-light);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}
#planos .plano div ul li i { color: var(--color-secondary); font-size: .5rem; margin-right: 0.5rem; }
#planos .btn_theme_secondary { text-transform: uppercase; }

@media (max-width:768px) {
    #planos h2 br { display: none; }
    #planos .plano-mt-1, #planos .plano-mt-2 { margin-top: 0; }
    #planos h2 {
        font-weight: bold;
        margin-bottom: 2.5rem !important;
        font-size: 31px;
        line-height: 31px; 
    }
}


/* -------------------------------------------------------------------
 * SIMULADOR
 * -----------------------------------------------------------------*/
 #simulador { padding: 1rem 0 3rem; }
 #simulador h2 { font-weight: 600; font-size: 1.8rem; margin-bottom: 1.2rem; }
 #simulador .btn_theme_secondary { font-weight: 600; font-size: 18px;}

 @media (max-width:991px) {
     #simulador h2 { font-size: 24px; }
 }
 @media (max-width:767px) {
     #simulador h2 br { display: none; }
     #simulador {
        padding: 1rem 0 0rem;
    }
 }



 

/* -------------------------------------------------------------------
 * OUTRAS SOLUÇÔES (MEI, ME)
 * -----------------------------------------------------------------*/
 #solucao { padding: 4rem 0 5rem 0; }
 #solucao h2 { font-weight: 600; font-size: 2rem; text-align: center; }
 #solucao .gif{
   border-radius: 50%;
 }
 #solucao article { border: 2px solid var(--color-primary); padding: 1rem; border-radius: 15px; transition: .5s;}
 #solucao article img { max-height: 60px; margin-right: 1rem; transition: .5s;}
 #solucao img{transition: .5s;}
 #solucao img:hover{
   transform: scale(1.02);
 }
 #solucao article h3 { font-size: 1.4rem; font-weight: 900; margin-bottom: 0; text-align: left; color: var(--color-font-dark); }
 #solucao article:hover {
     transform: scale(1.03);
 }
 #solucao .imgSol{
   margin-top: -5rem;
 }
 @media(max-width:1199px) {
    #solucao article h3 { font-size: 1.4rem; }
 }
 @media(max-width:767px) {
     #solucao { padding: 1rem 0 1rem 0; }
     #solucao article h3 br { display: none; }
     #solucao h3{font-size: 1.5rem;}
     #solucao .imgSol{display: none;}
     #solucao h2 {
      font-weight: 600;
      font-size: 26px;
      text-align: center;
      margin-top: 2rem;
  }
 }





/* -------------------------------------------------------------------
 * SESSAO CLIENTE
 * PERGUNTAS FREQUENTES E DEPOIMENTOS
 * -----------------------------------------------------------------*/
#cliente { background: #1b1b1b; padding: 5rem 0; width: 90%; margin: 0 auto; border-radius: 80px;
    box-shadow: 0px 7px 9px 0px rgb(41, 41, 41) !important;
    -webkit-box-shadow: 0px 7px 9px 0px rgb(41, 41, 41) !important;
    -moz-box-shadow: 0px 7px 9px 0px rgb(41, 41, 41) !important;
}
#cliente h2 { font-weight: 600; margin-bottom: 2rem; font-size: 2.2rem; color: var(--color-font-light); }
#cliente .fas{
    color: #fff;
}
#cliente #perguntas .accordion { background: transparent; border: 0; padding: .5rem 0; text-align: left; display: flex; align-items: center; }
#cliente #perguntas .accordion p, #cliente #perguntas .accordion span { margin-bottom: 0; color: var(--color-font-light); }
#cliente #perguntas .accordion i { font-size: 10px; color: var(--color-secondary); margin-right: 12px; }
#cliente #perguntas button:focus { outline: 0px !important; }
#cliente #perguntas .panel { display: none; margin-top: -0.1rem; margin-bottom: 1rem; padding: 0 1.3rem; }
#cliente #perguntas .panel p { margin-bottom: 0 !important; color: var(--color-font-light);  }

#cliente #depoimentos .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-font-light);
    margin: 0 auto;
    padding: 20px 25px;
    border-radius: 2rem; 
    min-height: 240px;
}
#cliente #depoimentos .item .text-box { color: var(--color-font-light); }
#cliente #depoimentos .item p { font-weight: bold; margin: 0.5rem 0; color: var(--color-font-light); }

.owl-theme .owl-nav [class*=owl-]:hover { background: transparent !important; }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot { outline: 0 !important; }

@media(max-width:767px) {
    #cliente h2 { font-size: 2rem; text-align: center;}
    #cliente {
        background: var(--color-primary);
        padding: 5rem 0;
        width: 100%;
        margin: 0 auto;
        border-radius: 80px;
        box-shadow: 0px 7px 9px 0px rgb(41, 41, 41) !important;
        -webkit-box-shadow: 0px 7px 9px 0px rgb(41, 41, 41) !important;
        -moz-box-shadow: 0px 7px 9px 0px rgb(41, 41, 41) !important;
    }
}



/* -------------------------------------------------------------------
 * NOTICIAS - ARTIGOS - BLOG
 * -----------------------------------------------------------------*/
 #noticias { padding: 8rem 0 3rem;}
 #noticias h2 { font-weight: 600; font-size: 2.2rem; }
 #noticias h3:hover{
    color: var(--color-secondary);
 }
 #noticias .artigos article, #noticias .blog article { min-height: 260px; }
 #noticias span{
    color: var(--color-secondary);
    font-weight: 800;
 }
 #noticias .noticias article span,
 #noticias .artigos article span,
 #noticias .blog article span {
     color: var(--color-font-light);
     font-size: .8rem;
     line-height: 1rem;
     border-radius: 5px;
     padding: 6px 16px;
     display: inline-block;
     margin-bottom: 10px;
 }
 #noticias .noticias article h3, #noticias .artigos h3, #noticias .blog h3 { 
     font-size: 1.1rem; 
     font-weight: 500; 
     font-weight: 600; 
     margin: 6px 0 2px 0; 
 }

 #noticias .noticias article span { background-color: var(--color-primary); }
 #noticias .noticias article p { font-weight: 600; font-size: .8rem; color: var(--color-secondary);  }
 
 #noticias .artigos article span { background-color: var(--color-secondary); }
 #noticias .artigos article p { font-weight: 600; font-size: .8rem; }
 
 #noticias .blog article span { background-color: var(--color-primary); }
 #noticias .blog article p { font-weight: 600; font-size: .8rem; }
 
 #noticias article .image-cover { position: relative; padding: 0 !important; height: auto; }
 #noticias article .image-cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: 1s; }

 @media (max-width:575px) {
    #noticias h2 { font-size: 39px; }
    #noticias {
        padding: 3rem 0 3rem;
    }
 }



 /* -------------------------------------------------------------------
 * NEWSLETTER
 * -----------------------------------------------------------------*/
 #newsletter{ padding: 2rem 0 4rem 0; }
 #newsletter h2 { font-weight: 600; font-size: 1.6rem; text-align: center; margin-bottom: 1rem; }

 #newsletter input { border: 2px solid var(--color-primary); min-width: 420px; padding: 25px 20px; font-size: 1.2rem; text-align: center; margin-bottom: 1rem; border-radius: 8px;s }
 #newsletter input::placeholder { font-weight: 600; color: var(--color-font-black); }
 #newsletter .btn_theme_primary { font-weight: 600; color: var(--color-font-light) !important; padding: 8px 40px !important; }

 @media (max-width:991px) {
     #newsletter h2 { font-size: 1.1rem; }
     #newsletter h2 br { display: none; }
     #newsletter input { min-width: 200px; }
 }
 @media (max-width:767px) {
     #newsletter h2 { text-align: center; font-size: 29px; }
 }


 /* -------------------------------------------------------------------
 * PARCEIROS
 * -----------------------------------------------------------------*/
#parceiros { padding: 2rem 0 3rem; }
#parceiros h2 { font-weight: 600; margin-bottom: 3rem; font-size: 2.2rem; }
#parceiros .btn_theme_primary { color: var(--color-font-light) !important; font-weight: 600; }
#parceiros img{
    border-radius: 40px;
    transition: .5s;
}
#parceiros img:hover{
    transform: scale(1.03);
}
#parceiros span{
    color: var(--color-secondary);
    font-weight: 800;
}
@media(max-width:767px) {
    #parceiros h2 { font-size: 2rem; }
    #parceiros img{
        border-radius: 40px;
        transition: .5s;
        padding: 8px;
    }
}
@media(max-width:499px) {
    #parceiros { padding: 0 0 3rem; }
}


/* -------------------------------------------------------------------
 * SOCIAL
 * -----------------------------------------------------------------*/
#social { padding: 2rem 0; }
#social h2 { font-weight: 600; font-size:1.5rem; margin-bottom: 1.6rem; }
#social img { max-width: 65px; margin: 0 5px 1rem; }


/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
 #footer { position: relative; background-color:#1b1b1b;
    border-radius: 100px !important;
}
#footer-container {
    background: #1b1b1b;
    padding: 5rem 0;

}
#footer-container h2 {
    font-weight: bold;
    font-size: 2.2rem;
    color: #fff;
}

.contact-options {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-options article {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    width: 100%;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-options article:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-options h3 { 
    color: var(--color-font-dark);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.contact-options img { 
    max-height: 60px;
    margin-bottom: 1rem;
}

#footer .btn_theme_tertiary {
    color: var(--color-primary) !important; 
    border-color: var(--color-primary) !important; 
    width: 100%;
    padding: 0.5rem 1rem;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease;
}

#footer .btn_theme_tertiary:hover {
    color: #fff !important;
    background: var(--color-primary) !important;
}

.footer-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.contatos-group-info {
    background-color: var(--color-font-dark);
    color: white;
}
#footer .telefones {
    padding-bottom: 4rem;
    background: #00000040;
    padding: 20px;
    border-radius: 80px;
    margin-bottom: 4rem;
    transition: .5s;
}

#footer .telefones:hover{
    transform: scale(1.03);
}

.contatos-group-info h4 {
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
}

.contatos-group-info p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #fff;
}
#footer h4{
    color: #fff;
}
#footer p{
    color: #fff;
}

@media (max-width: 767px) {
    .contatos-group-info .col-12 {
        margin-bottom: 2rem;
    }
}




@media (max-width: 991px) {
    .contact-options {
        margin-bottom: 0rem;
    }
    .footer-image {
        text-align: center;
    }
    .footer-image img {
        max-width: 300px;
    }
    #footer-container h2 {
        font-weight: bold;
        font-size: 35px;
        color: #fff;
        padding-top: 3rem;
    }
}

#footer #mapa { width: 100%; height: 360px; border:0; margin: 0; display: block; position: relative; z-index: 2; }
/* Copy */
#footer #copyright { background: #1b1b1b;  }
#footer #copyright .container { padding:1.2rem 0 1.5rem 0; }
#footer #copyright p { font-size: .9rem; letter-spacing: 1px; margin: 0; color: var(--color-font-light) !important; }
#footer #copyright .selos{ padding-left: 3rem; padding-right: 3rem; }
#footer #copyright .selos a { color: var(--color-font-light); }
#footer #copyright .selos .d-flex p { font-size: 0.6rem; text-transform: uppercase; margin: 0 0 9px 0; }
#footer #copyright .selos img { max-height: 35px; }

@media (max-width:991px) {
    #footer #footer-container { padding-top: 6rem; clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%); }
    #footer #footer-container img { display: initial; }
}
@media (max-width:768px) {
    #footer #footer-container { padding-top: 2rem; clip-path: none; }
    #footer #footer-container .contatos p { max-width: 100%; }
    #footer #copyright p { text-align: center; font-size: 0.8rem; }
}

@media (max-width:575px) {
    #footer-container .contatos-group-button article { margin-bottom: 1rem; }
    #footer-container {

        padding: 0rem 0;
    }
}

@media (max-width:375px) {
	#crypto-section .block {
		padding: 10px;
	}
}