@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');


/*--------------------------------------------------------------
# General START
--------------------------------------------------------------*/

:root{
  --font-family-Baloo2-sans-serif: "Baloo 2", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;  
  --primary-color: #007b94;
  --segundary-color: #006181;
  --thrist-color: #BB0808;
  --four-color:#0079C6;
  --five-color: #1D6A74;
  --six-color: #2C9FAF;
  --seven-color: #2C9FAF;
  --eigth-color:#1780a6;
  --nine-color:#E8E8F0;
  --teen-color:#3b8af2;
  --grey: #96B5D1;
  --white: #fff;
            --bg: #0b1220;
      --card: #0f172a;
      --card-2: #0b132a;
      --text: #e5e7eb;
      --muted: #94a3b8;
      --primary: #3b82f6; /* Azul principal */
      --primary-600: #2563eb;
      --accent: #22d3ee;
      --ring: rgba(59, 130, 246, .45);
      --success: #22c55e;
      --warning: #f59e0b;
      --danger: #ef4444;
      --radius: 18px;
      --radius-sm: 14px;
      --shadow: 0 8px 24px rgba(2, 6, 23, .45);
      --shadow-soft: 0 10px 30px rgba(2, 6, 23, .35);
  --box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);



            --primary: #2563eb;
            --primary-dark: #1d4ed8;
            --primary-light: #3b82f6;
            --gradient: linear-gradient(135deg, #2563eb, #1e40af);
            --gradient-hover: linear-gradient(135deg, #1e40af, #1e3a8a);
            /* --accent: #f59e0b; */





            --azul-marinho: #0a2463;
            --azul-real: #1e6fba;
            --azul-turquesa: #00ccff;
            --azul-ceu: #87ceeb;
            --azul-noite: #051e3e;
            --branco: #ffffff;
            --cinza-perola: #f8f9fa;
            --cinza-ardosia: #495057;
            --gradiente-oceano: linear-gradient(135deg, #0052d4 0%, #4364f7 50%, #6fb1fc 100%);
            --gradiente-profundo: linear-gradient(135deg, #051e3e 0%, #1e3a8a 50%, #3b82f6 100%);
            --sombra-suave: 0 15px 35px rgba(0, 82, 212, 0.1);
            --sombra-destaque: 0 25px 50px rgba(0, 204, 255, 0.2);
            --vidro-bg: rgba(255, 255, 255, 0.08);
            --vidro-borda: rgba(255, 255, 255, 0.15);


    --primaryb: hsl(214, 100%, 25%);


    /* Extended Palette */
    --surface: hsl(0, 0%, 100%);
    --surface-alt: hsl(215, 20%, 98%);
    --border: hsl(215, 15%, 90%);
    --border-light: hsl(215, 10%, 95%);
    --text: hsl(215, 25%, 25%);
    --text-muted: hsl(215, 15%, 50%);
    --text-light: hsl(215, 10%, 70%);


    /* Gradients */
    
    /* --gradient-primary: linear-gradient(135deg, hsl(215, 85%, 30%) 0%, hsl(205, 90%, 45%) 100%); */

    --gradient-primary:linear-gradient(135deg, #06c4f9, #1e90ff);
    --gradient-secondary: linear-gradient(135deg, hsl(215, 20%, 98%) 0%, hsl(215, 25%, 93%) 100%);
    --gradient-hero: linear-gradient(135deg, hsl(215, 85%, 25%) 0%, hsl(205, 80%, 35%) 50%, hsl(195, 75%, 45%) 100%);
    --gradient-card: linear-gradient(135deg, hsl(0, 0%, 100%) 0%, hsl(215, 25%, 98%) 100%);
                
    /* Shadows */
    --shadow-sm: 0 2px 8px hsla(215, 25%, 25%, 0.08);
    --shadow-md: 0 4px 16px hsla(215, 25%, 25%, 0.12);
    --shadow-lg: 0 8px 32px hsla(215, 25%, 25%, 0.16);
    --shadow-xl: 0 16px 64px hsla(215, 25%, 25%, 0.20);
    --shadow-primary: 0 8px 32px hsla(215, 85%, 30%, 0.25);



    /* Spacing */
    --section-padding: clamp(4rem, 8vw, 8rem);
    --container-padding: clamp(1rem, 4vw, 2rem);
    
    /* Transitions */
    --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);












    /* Dylande Colors */
    --dylande-primary: hsl(214, 100%, 45%);
    --dylande-secondary: hsl(193, 100%, 35%);
    --dylande-accent: hsl(275, 100%, 65%);
    --dylande-neutral: hsl(220, 9%, 46%);
    --dylande-light: hsl(220, 14%, 96%);
    
    /* Gradients */
    /* --gradient-primary: linear-gradient(135deg, var(--dylande-primary), var(--dylande-secondary));
    --gradient-accent: linear-gradient(135deg, var(--dylande-accent), var(--dylande-primary));
    --gradient-hero: linear-gradient(135deg, var(--dylande-primary) 0%, var(--dylande-secondary) 50%, var(--dylande-accent) 100%);
     */
    /* Shadows */
    --shadow-soft: 0 4px 20px -8px hsla(214, 100%, 45%, 0.3);
    --shadow-strong: 0 8px 30px -12px hsla(214, 100%, 45%, 0.4);
    
    /* Transitions */
    /* --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); */



    --muted-foreground: hsl(215, 16%, 47%);
    --card: hsl(0, 0%, 100%);
    --card-foreground: hsl(222, 84%, 5%);
    
    /* Gradients */
    --gradient-hero: linear-gradient(135deg, hsl(214, 100%, 25%), hsl(214, 85%, 35%));
    --gradient-subtle: linear-gradient(180deg, hsl(0, 0%, 100%), hsl(210, 20%, 98%));
    
    /* Shadows */
    --shadow-corporate: 0 10px 30px -5px hsl(214, 100%, 25%, 0.2);
    --shadow-glow: 0 0 40px hsl(214, 85%, 60%, 0.3);


    /* That´s a new type */
    --gray-light: #f8fafc;





}


/* Global Colors */
:root {
  /* Background Color - This color is applied to the background of the entire website as well as individual sections. */
  --background-color: #ffffff;

  /* Default Color - This is the default color used for the majority of the text content. */
  --default-color: #444444;

  /* Heading Color - This color is used for titles, headings and secondary elements. */
  --heading-color: #37423b;

  /* Accent Color - This is the main accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out. */
  --accent-color: #5fb1cf;
  /* --accent-color: #5fcf80; */

  /* Contrast Color - This is a color used for text when the background color is one of the heading, accent, or default colors. Its purpose is to ensure proper contrast and readability when placed over these more dominant colors. */
  --contrast-color: #ffffff;

 --body-color: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}


body {
    font-family: "Baloo 2", sans-serif;
    line-height: 1.6;
    color: var(--text);

    background: var(--body-color);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #117da5;
}

a:hover {
  color: var(--white);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Raleway", sans-serif; */
  font-family: "Baloo 2", sans-serif;
}



/*--------------------------------------------------------------
# General END
--------------------------------------------------------------*/






/*--------------------------------------------------------------
#   GERAL ANIMATED START
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#   Header Animated 
--------------------------------------------------------------*/
/*  */
  .animate-bounce { animation: bounce 1.8s infinite; }
  @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  }
/*--------------------------------------------------------------
#   Header Animated
--------------------------------------------------------------*/
/*  */


/*--------------------------------------------------------------
# Partículas Animadas
--------------------------------------------------------------*/
/*  */
#particles-js {
position: absolute; 
top: 0; 
left: 0; 
width: 100%;
 height: 100%; 
 z-index: 0;
}
/*--------------------------------------------------------------
# Partículas Animadas
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/


  /* ===== LOADING INICIAL ===== */
  .initial-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background:linear-gradient(90deg, #005b96, #003f5c);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease-out;
  }
  
  .loader-content {
    text-align: center;
  }
  
  .loader-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top: 3px solid #f8f9fa;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
  }
  
  .loader-text {
    color: white;
    font-size: 18px;
    font-weight: 500;
    background: #f8f9fa;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  
  /* Esconder loader quando página carregada */
  .loaded .initial-loader {
    opacity: 0;
    pointer-events: none;
  }
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Back to top button // Scroll-ball
--------------------------------------------------------------*/


.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0079C6, #00AEEF);
  border-radius: 30%;
  box-shadow: 0 8px 20px rgba(0, 121, 198, 0.4),
              0 0 15px rgba(0, 174, 239, 0.3);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 22px;
  cursor: pointer;
  pointer-events: auto;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.95);
  transition: all 0.4s cubic-bezier(.2,.9,.3,1);
}

/* Ícone dentro do botão */
.back-to-top i {
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover: efeito moderno */
.back-to-top:hover {
  transform: translateY(-5px) scale(1.12);
  box-shadow: 0 14px 34px rgba(0, 121, 198, 0.5),
              0 0 25px rgba(0, 174, 239, 0.4);
  background: linear-gradient(135deg, #00AEEF, #0079C6);
}

/* Botão visível */
.back-to-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  animation: float 2.5s ease-in-out infinite;
}

/* Animação flutuante contínua */
@keyframes float {
  0%   { transform: translateY(0) scale(1); }
  50%  { transform: translateY(-6px) scale(1.05); }
  100% { transform: translateY(0) scale(1); }
}

/* ================================================================
  --------------RESPONSIVIDADE DO BOTÃO BACK TO TOP ---------------
 ================================================================== */

/* Monitores grandes (acima de 1025px) */
@media (min-width: 1025px) {
  .back-to-top {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    font-size: 22px;
  }
}

/* Telas até 1024px (notebooks e tablets em paisagem) */
@media (max-width: 1024px) {
  .back-to-top {
    width: 45px;
    height: 45px;
    right: 18px;
    bottom: 18px;
    font-size: 20px;
  }
}

/* Tablets e dispositivos médios (até 767px) */
@media (max-width: 767px) {
  .back-to-top {
    width: 42px;
    height: 42px;
    right: 16px;
    bottom: 16px;
    font-size: 19px;
    box-shadow: 0 6px 14px rgba(0, 121, 198, 0.35);
  }
}

/* Smartphones padrão (até 480px) */
@media (max-width: 480px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    right: 14px;
    bottom: 14px;
    font-size: 18px;
    border-radius: 35%;
    box-shadow: 0 5px 12px rgba(0, 121, 198, 0.3);
  }

  .back-to-top:hover {
    transform: translateY(-4px) scale(1.08);
  }
}

/* Smartphones modernos (até 390px) */
@media (max-width: 390px) {
  .back-to-top {
    width: 38px;
    height: 38px;
    right: 13px;
    bottom: 13px;
    font-size: 17.5px;
    border-radius: 38%;
    box-shadow: 0 4px 10px rgba(0, 121, 198, 0.28);
  }

  .back-to-top:hover {
    transform: translateY(-3px) scale(1.06);
  }
}

/* Smartphones pequenos (até 360px) */
@media (max-width: 360px) {
  .back-to-top {
    width: 36px;
    height: 36px;
    right: 12px;
    bottom: 12px;
    font-size: 17px;
    border-radius: 40%;
  }

  .back-to-top.active {
    animation: float 3s ease-in-out infinite;
  }
}


/*--------------------------------------------------------------
# Back to top button / Scroll-ball ends
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Cursor Animated Section Start
--------------------------------------------------------------*/
.cursor-1{
  position: absolute;
  top:0; left:0;
  height:1rem; width:1rem;
  background: var(--four-color);
  pointer-events: none;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 10000;
}

.cursor-1.active{
  height:7rem;
  width:7rem;
  opacity: .3;
}

.cursor-2{
  position: absolute;
  top:0; left:0;
  height:4rem; width:4rem;
  border:.1rem solid var(--four-color);
  pointer-events: none;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 10000;
  transition: .3s linear;
}

.cursor-2.active{
  display: none;
}


/* ================================================================
  --------------RESPONSIVIDADE DOS CURSORES -----------------------
 ================================================================== */

/* Telas grandes (acima de 1025px) */
@media (min-width: 1025px) {
  .cursor-1 {
    height: 1rem;
    width: 1rem;
  }

  .cursor-1.active {
    height: 7rem;
    width: 7rem;
  }

  .cursor-2 {
    height: 4rem;
    width: 4rem;
  }
}

/* Telas até 1024px (notebooks e tablets paisagem) */
@media (max-width: 1024px) {
  .cursor-1 {
    height: 0.9rem;
    width: 0.9rem;
  }

  .cursor-1.active {
    height: 6rem;
    width: 6rem;
  }

  .cursor-2 {
    height: 3.6rem;
    width: 3.6rem;
  }
}

/* Tablets e médios (até 767px) */
@media (max-width: 767px) {
  .cursor-1 {
    height: 0.8rem;
    width: 0.8rem;
  }

  .cursor-1.active {
    height: 5rem;
    width: 5rem;
  }

  .cursor-2 {
    height: 3rem;
    width: 3rem;
  }
}

/* Smartphones padrão (até 480px) */
@media (max-width: 480px) {
  .cursor-1 {
    height: 0.7rem;
    width: 0.7rem;
  }

  .cursor-1.active {
    height: 4rem;
    width: 4rem;
  }

  .cursor-2 {
    height: 2.5rem;
    width: 2.5rem;
  }
}

/* Smartphones modernos (até 390px) */
@media (max-width: 390px) {
  .cursor-1 {
    height: 0.65rem;
    width: 0.65rem;
  }

  .cursor-1.active {
    height: 3.6rem;
    width: 3.6rem;
  }

  .cursor-2 {
    height: 2.2rem;
    width: 2.2rem;
  }
}

/* Smartphones pequenos (até 360px) */
@media (max-width: 360px) {
  .cursor-1 {
    height: 0.6rem;
    width: 0.6rem;
  }

  .cursor-1.active {
    height: 3.2rem;
    width: 3.2rem;
  }

  .cursor-2 {
    height: 2rem;
    width: 2rem;
  }
}

/*--------------------------------------------------------------
# Cursor Animated Section End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
#   GERAL ANIMATED END
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# TOP BAR START
--------------------------------------------------------------*/
#topbar {
  background: #003d6b;
  font-size: 15px;
  height: 40px;
  padding: 0;
  color: #fff;
  min-height: 60px;
}

#topbar .contact-info a {
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #859fae;
}

#topbar .contact-info i {
  color: #ffffff;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #368e99;
}

/* Animação Fade-in */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}


#topbar .contact-info p {
  margin-bottom: 0;
  margin-left: 5px; /* Espaço entre ícone e texto */
}

/* ================================================================
  --------------RESPONSIVIDADE DO TOPO (#topbar) -----------------
 ================================================================== */

/* Telas grandes (acima de 1025px) */
@media (min-width: 1025px) {
  #topbar {
    font-size: 15px;
    height: 60px;
    padding: 0 40px;
  }

  #topbar .contact-info i {
    margin-right: 6px;
  }

  #topbar .social-links a {
    padding: 4px 12px;
  }
}

/* Telas até 1024px (notebooks e tablets em paisagem) */
@media (max-width: 1024px) {
  #topbar {
    font-size: 14px;
    height: 55px;
    padding: 0 25px;
  }

  #topbar .social-links a {
    padding: 3px 10px;
  }
}

/* Tablets e dispositivos médios (até 767px) */
@media (max-width: 767px) {
  #topbar {
    font-size: 13.5px;
    height: auto;
    padding: 8px 20px;
    text-align: center;
  }

  #topbar .contact-info {
    display: block;
    margin-bottom: 5px;
  }

  #topbar .contact-info .phone-icon {
    margin-left: 10px;
  }

  #topbar .social-links {
    display: block;
  }

  #topbar .social-links a {
    padding: 4px 8px;
  }
}

/* Telas grandes (acima de 1025px) */
@media (min-width: 1025px) {
  #topbar {
    font-size: 15px;
    height: 60px;
    padding: 0 40px;
  }

  #topbar .contact-info i {
    margin-right: 6px;
  }

  #topbar .social-links a {
    padding: 4px 12px;
  }
}

/* Telas até 1024px (notebooks e tablets em paisagem) */
@media (max-width: 1024px) {
  #topbar {
    font-size: 14px;
    height: 55px;
    padding: 0 25px;
  }

  #topbar .social-links a {
    padding: 3px 10px;
  }
}

/* ===== Tablets e dispositivos médios (até 767px) ===== */
@media (max-width: 767px) {
  #topbar {
    font-size: 13.5px;
    height: auto;
    padding: 8px 20px;
    text-align: center;
  }

  #topbar .contact-info {
    display: block;
    margin-bottom: 5px;
  }

  #topbar .contact-info .phone-icon {
    margin-left: 10px;
  }

  #topbar .social-links {
    display: block;
  }

  #topbar .social-links a {
    padding: 4px 8px;
  }
}

/* ===== 580px ===== */
@media (max-width: 580px) {
  #topbar {
    font-size: 13px;
    padding: 6px 16px;
  }

  #topbar .contact-info {
    margin-bottom: 4px;
  }

  #topbar .social-links a {
    padding: 3px 6px;
    font-size: 13px;
  }
}

/* ===== 560px ===== */
@media (max-width: 560px) {
  #topbar {
    font-size: 12.8px;
    padding: 6px 14px;
  }

  #topbar .social-links a {
    padding: 3px 6px;
    font-size: 12.8px;
  }
}

/* ===== 520px ===== */
@media (max-width: 520px) {
  #topbar {
    font-size: 12.5px;
    padding: 5px 12px;
  }

  #topbar .contact-info .phone-icon {
    margin-left: 8px;
  }

  #topbar .social-links a {
    padding: 3px 5px;
    font-size: 12.5px;
  }
}

/* ===== 480px ===== */
@media (max-width: 480px) {
  #topbar {
    font-size: 13px;
    height: 35px;
    min-height: 45px;
    padding: 0 10px;
  }

  #topbar .contact-info i {
    margin-right: 3px;
  }

  #topbar .contact-info .phone-icon {
    margin-left: 8px;
  }

  #topbar .social-links a {
    padding: 2px 8px;
    font-size: 13px;
  }

  #topbar .contact-info p {
    margin-left: 3px;
  }
}

/* ===== 450px ===== */
@media (max-width: 450px) {
  #topbar {
    font-size: 12px;
    height: 33px;
    min-height: 42px;
    padding: 0 8px;
  }

  #topbar .social-links a {
    padding: 2px 6px;
    font-size: 12.5px;
  }
}

/* ===== 440px ===== */
@media (max-width: 440px) {
  #topbar {
    font-size: 11px;
    height: 33px;
    min-height: 40px;
    padding: 0 8px;
  }

  #topbar .contact-info i {
    margin-right: 2.5px;
  }

  #topbar .social-links a {
    padding: 2px 6px;
    font-size: 12px;
  }
}

/* ===== 400px ===== */
@media (max-width: 400px) {
  #topbar {
    font-size: 11px;
    height: 32px;
    min-height: 40px;
    padding: 0 7px;
  }

  #topbar .contact-info i {
    margin-right: 2px;
  }

  #topbar .contact-info .phone-icon {
    margin-left: 9px;
  }

  #topbar .social-links a {
    padding: 2px 5px;
    font-size: 12px;
  }

  #topbar .contact-info p {
    margin-left: 2px;
  }
}

/* ===== 390px ===== */
@media (max-width: 390px) {
  #topbar {
    font-size: 10px;
    height: 32px;
    min-height: 40px;
    padding: 0 8px;
  }

  #topbar .contact-info i {
    margin-right: 2px;
  }

  #topbar .contact-info .phone-icon {
    margin-left: 10px;
  }

  #topbar .social-links a {
    padding: 2px 6px;
    font-size: 12px;
  }

  #topbar .contact-info p {
    margin-left: 2px;
  }
}

/* ===== 360px ===== */
@media (max-width: 360px) {
  #topbar {
    font-size: 9px;
    height: 30px;
    min-height: 38px;
    padding: 0 6px;
  }

  #topbar .contact-info i {
    margin-right: 1.5px;
  }

  #topbar .contact-info .phone-icon {
    margin-left: 8px;
  }

  #topbar .social-links a {
    padding: 1px 4px;
    font-size: 10px;
  }

  #topbar .contact-info p {
    margin-left: 1.5px;
  }
}

/* ===== 320px ===== */
@media (max-width: 320px) {
  #topbar {
    font-size: 9px;
    height: 28px;
    min-height: 36px;
    padding: 0 5px;
  }

  #topbar .contact-info i {
    margin-right: 1px;
  }

  #topbar .contact-info .phone-icon {
    margin-left: 6px;
  }

  #topbar .social-links a {
    padding: 1px 3px;
    font-size: 9px;
  }

  #topbar .contact-info p {
    margin-left: 1px;
  }
}


/*--------------------------------------------------------------
# TOP BAR ENDS
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Container Start all contant Sart
--------------------------------------------------------------*/

.container {
  max-width: 1000px; /* Ou outra largura */
  margin: 0 auto;    /* Centraliza no meio */
  padding: 0 20px;   /* Respiro nas laterais */

}
/*--------------------------------------------------------------
#  Container Start all contant Ends
--------------------------------------------------------------*/





/* --------------------------------------------------------------
   # Header Start
-------------------------------------------------------------- */

#header {
  background: linear-gradient(90deg, #005b96, #003f5c);
  transition: all 0.3s ease;
  z-index: 997;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: fixed;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#header .logo {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.3s ease;
}

#header .logo img {
  max-height: 50px;
  height: auto;
  width: auto;
  object-fit: contain;
}

.scrolled-offset {
  margin-top: 70px;
}

/* Indicador de scroll */
header .scroll-indicator {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 61px;
  background: var(--gradient-primary);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  animation: bounce 2s infinite;
}


/* ================================================================
  --------------RESPONSIVIDADE DO SCROLL INDICATOR-----------------
 ================================================================== */




/* --------------------------------------------------------------
   # Navigation Menu (Desktop)
-------------------------------------------------------------- */
.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 5px;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  font-size: clamp(14px, 1.5vw, 16px);
  color: #fff;
  white-space: nowrap;
  transition: color 0.3s ease, background 0.3s ease;
  border-radius: 4px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.navbar .getstarted {
  color: #fff;
  padding: 10px 20px;
  margin-left: 20px;
  border-radius: 4px;
  border: 2px solid #fff;
  font-size: 15px;
  transition: background 0.3s ease, color 0.3s ease;
}

.navbar .getstarted:hover {
  background: #ffffff;
  color: #006894;
}

/* Dropdown Desktop */
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  margin: 0;
  padding: 10px 0;
  background: #006894;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/* Sub-dropdown */
.navbar .dropdown .dropdown ul {
  top: 0;
  left: 100%;
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
}


/* Botão WhatsApp - Desktop */
.btn-whatsapp {
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #10b981, #059669);
  border: none;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1rem;
  text-decoration: none;
  color: #f9f9f9;
  white-space: nowrap;
  margin-left: 5rem;
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #059669, #047857);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

/* --------------------------------------------------------------
   # Mobile Navigation
-------------------------------------------------------------- */
.mobile-nav-toggle,
.mobile-nav-toggle-close {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: color 0.3s ease;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  header .icons {
    display: none;
  }

  .navbar-mobile {
    display: block;
  }

  .navbar-mobile .mobile-nav-toggle-close {
    display: block;
  }
}

.navbar-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 350px;
  height: 100%;
  background: #005b96;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  z-index: 999;
  overflow-y: auto; /* Scroll interno */
}

.navbar-mobile.show {
  transform: translateX(0);
}

.navbar-mobile .mobile-nav-toggle-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  color: #fff;
}

.navbar-mobile ul {
  margin: 70px 0 20px;
  padding: 0;
  list-style: none;
}

.navbar-mobile a {
  padding: 12px 20px;
  font-size: 16px;
  color: #fff;
  display: block;
  text-decoration: none;
  transition: background 0.3s ease;
}

.navbar-mobile a:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Dropdown Mobile */
.navbar-mobile .dropdown ul {
  display: none;
  padding: 0;
  margin-top: -0.9rem;
  list-style: none;
}

.navbar-mobile .dropdown.active > ul {
  display: block;
}

/* --------------------------------------------------------------
   # Responsividade Extra
-------------------------------------------------------------- */

/* Tablets */
@media (max-width: 767px) {
  #header {
    height: 60px;
    padding: 0 15px;
  }

  .navbar a {
    font-size: 15px;
    padding: 8px 14px;
  }

  .btn-whatsapp {
    margin: 1.5rem auto;
  }
}

/* Smartphones */
@media (max-width: 480px) {
  #header {
    height: 55px;
    padding: 0 10px;
  }

  #header .logo img {
    max-height: 36px;
  }

  .navbar-mobile {
    width: 100%; /* ocupa a tela inteira em celulares */
    max-width: none;
  }

  .navbar-mobile ul {
    margin-top: 60px;
  }

  .navbar-mobile a {
    font-size: 15px;
    padding: 14px;
  }
}




/* Ordem padrão (desktop) */
.logo {
  order: 1;
}
#navbar {
  order: 2;
}
.btn-whatsapp {
  order: 3;
}
.mobile-nav-toggle {
  order: 4;
}

/* ================================================================
  ----------------------RESPONSIVIDADE ----------------------------
 ================================================================== */

/* Ajustes para telas menores */
@media (max-width: 991px) {
  /* Logo continua à esquerda */
  .logo {
    order: 1;
  }

  /* Botão WhatsApp vem antes do hambúrguer */
  .btn-whatsapp {
    order: 2;
    position: relative;
    right: 18.8rem;
    padding: 0.4rem;
    font-size: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }

  .btn-whatsapp svg, .btn-whatsapp i {
    font-size: 18px; /* tamanho do ícone */
    position: relative;
    left: 2px;
    color: #fff;
  }

  /* Ícone hambúrguer no fim (direita) */
  .mobile-nav-toggle {
    order: 3;
    position: relative;
    left: 1rem;
    font-size: 2.5rem;
  }

  /* Esconde o menu desktop */
  #navbar ul {
    display: none;
  }
}


/* ===== Ajuste: Centralizar botão WhatsApp no scroll-indicator (apenas telas menores) ===== */
@media (max-width: 767px) {
  header {
    position: relative;
  }

  #header .container {
    justify-content: flex-start;
    gap: 0.6rem;
    padding: 0 18px;
  }

  .logo img {
    max-height: 42px;
  }


  .btn-whatsapp {
    position: absolute !important;
    left: 45%;
    transform: translateX(-45%);
    bottom: 5px; /* distância acima do scroll-indicator */
    right: auto !important;
  }

  .btn-whatsapp svg, .btn-whatsapp i {
    font-size: 20px;
    left: 2px;
  }

  header .scroll-indicator {
    position: absolute;
    bottom: 25px;
    left: 42%;
    transform: translateX(-42%);
  }


  .mobile-nav-toggle {
    font-size: 2rem;
    margin-left: auto;
  }

}


/* ===== 560px ===== */
@media (max-width: 560px) {
  .btn-whatsapp {
    width: 38px;
    height: 38px;
    right: 14.2rem;
  }

  .logo img {
    max-height: 36px;
  }

  .btn-whatsapp {
    bottom: -8px;
    width: 40px;
    height: 40px;
    left: 48.5%;
  }

  header .scroll-indicator {
    left: 46.5%;
    bottom: 2px;
  }

  .mobile-nav-toggle {
    font-size: 1.8rem;
    left: 0rem;
  }
  
}

/* ===== 520px ===== */
@media (max-width: 520px) {
  #header .container {
    justify-content: flex-start;
    gap: 0.3rem;
    padding: 0 10px;
  }

  .logo img {
    max-height: 32px;
  }


  .btn-whatsapp {
    bottom: -8px;
    width: 40px;
    height: 40px;
    left: 48.5%;
  }

  header .scroll-indicator {
    left: 46.5%;
    bottom: 2px;
  }

  .btn-whatsapp svg, .btn-whatsapp i {
    font-size: 18px;
  }

  .mobile-nav-toggle {
    font-size: 1.8rem;
    left: -2.2rem;
  }
}

/* ===== 480px ===== */
@media (max-width: 480px) {
  #header .container {
    justify-content: flex-start;
    gap: 0.3rem;
    padding: 0 10px;
  }

  .logo img {
    max-height: 32px;
  }


  .btn-whatsapp {
    bottom: -8px;
    width: 40px;
    height: 40px;
    left: 47.7%;
  }

  header .scroll-indicator {
    left: 45.8%;
    bottom: 2px;
  }

  .btn-whatsapp svg, .btn-whatsapp i {
    font-size: 18px;
  }

  .mobile-nav-toggle {
    font-size: 1.8rem;
    left: -1.5rem;
  }
}

/* ===== 450px ===== */
@media (max-width: 450px) {

  .btn-whatsapp {
    bottom: -8px;
    width: 40px;
    height: 40px;
    left: 47.5%;
  }

  header .scroll-indicator {
    left: 45.5%;
    bottom: 2px;
  }

  .logo img {
    max-height: 31px;
  }

  .mobile-nav-toggle {
    font-size: 1.8rem;
    left: -1.2rem;
  }
}
/* ===== 420px ===== */
@media (max-width: 420px) {

  .btn-whatsapp {
    bottom: -8px;
    width: 38px;
    height: 38px;
    left: 47.5%;
  }

  header .scroll-indicator {
    left: 45%;
    bottom: 2px;
  }

  .logo img {
    max-height: 31px;
  }

  .mobile-nav-toggle {
    font-size: 1.8rem;
    left: -1.5rem;
  }
}

/* ===== 400px ===== */
@media (max-width: 400px) {

  .btn-whatsapp {
    bottom: -8px;
    width: 36px;
    height: 36px;
    left: 47.5%;
  }

  header .scroll-indicator {
    left:44%;
    bottom: 2px;
  }

  .logo img {
    max-height: 31px;
  }

  .mobile-nav-toggle {
    font-size: 1.8rem;
    left: -1rem;
  }
}

/* ===== 390px ===== */
@media (max-width: 390px) {
  .logo img {
    max-height: 28px;
  }

  .btn-whatsapp {
    bottom: -8px;
    width: 34px;
    height: 34px;
    left: 47.5%;
  }

  header .scroll-indicator {
    left: 44%;
    bottom: 2px;
  }

  .btn-whatsapp svg, .btn-whatsapp i {
    font-size: 16px;
  }

  .mobile-nav-toggle {
    font-size: 1.6rem;
    left: -0.5rem;
  }
}

/* ===== 360px ===== */
@media (max-width: 360px) {
  #header .container {
    gap: 0.2rem;
  }

  .logo img {
    max-height: 28px;
  }

  .btn-whatsapp {
    width: 30px;
    height: 30px;
    left: 48%;
  }

    header .scroll-indicator {
    left: 44%;
    bottom: 2px;
  }

  .btn-whatsapp svg, .btn-whatsapp i {
    font-size: 15px;
  }
}

/* ===== 320px ===== */
@media (max-width: 320px) {
  #header .container {
    gap: 0.15rem;
    padding: 0 6px;
  }

  .logo img {
    max-height: 25px;
  }

  .btn-whatsapp {
    width: 28px;
    height: 28px;
    right: 8rem;
    padding: 0.25rem;
  }

  .btn-whatsapp svg, .btn-whatsapp i {
    font-size: 14px;
  }

  .mobile-nav-toggle {
    font-size: 1.4rem;
  }
}



/* --------------------------------------------------------------
   # Header End
-------------------------------------------------------------- */




/*--------------------------------------------------------------
# Hero Start
--------------------------------------------------------------*/

        /* Hero Section Futurista */
        .neo-hero {
            background-image: url(/assets/img/banners/Antigos/banner3.jpg);
            padding: 6rem 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .neo-hero::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
    background: linear-gradient(
        to right, 
        hsla(214, 100%, 45%, 0.9), 
        hsla(193, 100%, 35%, 0.8), 
        hsla(0, 0%, 75%, 0.7)
    );
            animation: pulse 4s ease-in-out infinite;
        }

        .hero-contenta {
            position: relative;
            z-index: 2;
        }

        .neo-hero .hero-title {
    font-size: clamp(4rem, 6vw, 6rem);
            font-weight: bold;
            margin-bottom: 1.5rem;
            background: #f9f9f9;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 0 30px rgba(0, 170, 255, 0.3);
        }

        .neo-hero .hero-subtitle {
            font-size: 1.3rem;
            color: #ffffff;
            opacity: 0.9;
            margin-bottom: 3rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .neo-hero .hero-actions {
            display: flex;
            gap: 1rem;
            justify-content: center;
        }

        .neo-btn {
            padding: 1.2rem 2.5rem;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            position: relative;
            overflow: hidden;
        }

        .neo-hero .neo-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.7s ease;
        }

        .neo-hero .neo-btn:hover::before {
            left: 100%;
        }

        .neo-hero .btn-primary {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: var(--white);
            border: none;
        }

        .neo-hero .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0, 102, 255, 0.4);
        }

        .neo-hero .btn-outline {
            background: transparent;
            color: var(--accent);
            border: 2px solid var(--accent);
        }

        .neo-hero .btn-outline:hover {
            background: var(--accent);
            color: var(--white);
        }

.scroll-indicator {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    animation: bounce 2s infinite;
}

.scroll-mouse {
    width: 24px;
    height: 40px;
    border: 2px solid white;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.scroll-dot {
    width: 4px;
    height: 12px;
    background: white;
    border-radius: 2px;
    animation: scroll 2s infinite;
}

@media (max-width: 768px) {
  .neo-hero {
    padding: 5rem 1.5rem 4rem;
    background-position: center;
  }

  .neo-hero .hero-title {
    font-size: clamp(2.8rem, 6vw, 4rem);
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .neo-hero .hero-subtitle {
    font-size: 1.05rem;
    margin-top: 0.5rem;
    max-width: 480px;
    margin-bottom: 3rem;
  }

  .neo-hero .hero-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.2rem;
    max-width: 450px;
    margin: 0 auto;
  }

  .scroll-indicator {
    bottom: 26px;
  }
}

@media (max-width: 480px) {
  .neo-hero {
    padding: 4rem 1rem 3.2rem;
    background-position: center;
  }

  .neo-hero .hero-title {
    font-size: clamp(2rem, 6.5vw, 2.6rem);
    margin-top: 1.4rem;
    margin-bottom: 1.3rem;
  }

  .neo-hero .hero-subtitle {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 0.9rem;
    margin-bottom: 2.1rem;
  }

  .neo-hero .hero-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .neo-hero .neo-btn {
    flex: 1;
    text-align: center;
    font-size: 0.95rem;
    padding: 1rem 1.4rem;
  }

  .scroll-indicator {
    bottom: 16px;
  }

  .scroll-mouse {
    width: 17px;
    height: 28px;
    border-width: 1.6px;
  }

  .scroll-dot {
    width: 3.5px;
    height: 9px;
  }
}

@media (max-width: 390px) {
  .neo-hero {
    padding: 3.5rem 0.8rem 3rem;
    background-position: center;
  }

  .neo-hero .hero-title {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
    margin-top: 1.3rem;
    margin-bottom: 1.2rem;
  }

  .neo-hero .hero-subtitle {
    font-size: 0.88rem;
    line-height: 1.45;
    margin-top: 0.8rem;
    margin-bottom: 2rem;
  }

  .neo-hero .hero-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.9rem;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .neo-hero .neo-btn {
    flex: 1;
    text-align: center;
    font-size: 0.9rem;
    padding: 0.9rem 1.3rem;
  }

  .scroll-indicator {
    bottom: 14px;
  }

  .scroll-mouse {
    width: 15px;
    height: 26px;
    border-width: 1.5px;
  }

  .scroll-dot {
    width: 3px;
    height: 8px;
  }
}

/*--------------------------------------------------------------
# Hero Button End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Tabela Start
--------------------------------------------------------------*/



.table-section {

        background: var(--gray-light);
        padding: 3rem;
        border-radius: 20px;
        margin-top: 3rem;
    }

.table-price {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
    background: var(--body-color);
    border-radius: 20px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--surface-alt);
    border: 1px solid var(--border);
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.section-badge i {
    width: 16px;
    height: 16px;
    color: var(--accent);
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--accent);
    margin-bottom: 1rem;
}

.section-description {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

.table-section    .pricing-table {
            background: var(--background-color);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(59, 130, 246, 0.2);
            border-radius: 15px;
            overflow: hidden;
            margin: 4rem auto;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
            position: relative;
        }

.table-section        .pricing-table::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 10px;
            background: linear-gradient(90deg, transparent, #3b82f6, transparent);
            /* background: linear-gradient(90deg, transparent, #3b82f6, transparent); */
        }

.table-section        .table-header {
            background: var(--gradient-primary);
            padding: 2rem;
            border-bottom: 1px solid rgba(59, 130, 246, 0.2);
        }

.table-section        .table-title {
            font-size: 2rem;
            font-weight: 700;
            color: #f8fafc;
            text-align: center;
            margin-bottom: 0.5rem;
        }

.table-section        .table-subtitle {
            text-align: center;
            color: #fff;
            font-size: 1.1rem;
        }

.table-section        .pricing-content {
            overflow-x: auto;
        }

.table-section        table {
            width:100%;
            border-collapse: collapse;
            background: transparent;
            table-layout: auto; 
        }

.table-section        th, td {
            padding: 1.5rem;
            text-align: left;
            /* border-bottom: 1px solid rgba(59, 130, 246, 0.1); */
            border-bottom: 1px solid var(--body-color);
            position: sticky;
            border-radius: 5px;
        }

.table-section        th {
            background: rgba(59, 130, 246, 0.05);
            font-weight: 700;
            color: var(--azul-turquesa);
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: sticky;
            top: 0;
            z-index: 10;
        }

.table-section        .software-cell {
            display: flex;
            align-items: center;
            gap: 1rem;
            min-width: 250px;
        }

.table-section        .software-icon {
            width: 50px;
            height: 50px;
            background: var(--gradient-primary);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: white;
            transition: all 0.3s ease;
        }

.table-section        .software-info h3 {
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--accent);
            margin-bottom: 0.25rem;
        }

.table-section        .software-info p {
            font-size: 0.9rem;
            color: #94a3b8;
        }

.table-section        .modality-cell {
            min-width: 150px;
        }

.table-section        .modality-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 1rem;
            background: rgba(59, 130, 246, 0.1);
            border: 1px solid rgba(59, 130, 246, 0.3);
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #93c5fd;
            transition: all 0.3s ease;
        }

.table-section        .modality-badge.annual {
            background: rgba(34, 197, 94, 0.1);
            border-color: rgba(34, 197, 94, 0.3);
            color: #86efac;
        }

.table-section        .price-cell {
            min-width: 120px;
            text-align: center;
        }

.table-section        .price {
            font-size: 2rem;
            font-weight: 700;
            color: #3b82f6;
            margin-bottom: 0.25rem;
        }

.table-section        .price-period {
            font-size: 0.8rem;
            color: #64748b;
        }

.table-section        .price.featured {
            color: #f59e0b;
            position: relative;
        }

.table-section        .price.featured::after {
            content: '✨ OFERTA DA BANDA';
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #f59e0b, #d97706);
            color: white;
            padding: 0.25rem 0.75rem;
            border-radius: 12px;
            font-size: 0.6rem;
            font-weight: 600;
            white-space: nowrap;
            animation: pulse 2s infinite;
        }

.table-section        .action-cell {
            min-width: 280px;
            text-align: center;
        }

.table-section        .button-group {
            display: flex;
            gap: 0.75rem;
            justify-content: center;
        }

.table-section        .btn {
            padding: 0.75rem 1.5rem;
            border: none;
            border-radius: 12px;
            font-weight: 600;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            min-width: 130px;
            justify-content: center;
        }

.table-section        .btn-primary {
            background: linear-gradient(135deg, #3b82f6, #1d4ed8);
            color: white;
            border: 1px solid transparent;
        }

.table-section        .btn-primary:hover {
            background: linear-gradient(135deg, #2563eb, #1e40af);
            transform: translateY(-2px);
            box-shadow: 0 15px 30px rgba(59, 130, 246, 0.4);
        }

.table-section        .btn-secondary {
            background: transparent;
            color: #3b82f6;
            border: 1px solid #3b82f6;
        }

.table-section        .btn-secondary:hover {
            background: rgba(59, 130, 246, 0.1);
            transform: translateY(-2px);
            box-shadow: 0 15px 30px rgba(59, 130, 246, 0.2);
        }

.table-section        .btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s ease;
        }

.table-section        .btn:hover::before {
            left: 100%;
        }

.table-section        tr {
            transition: all 0.3s ease;
        }

.table-section        tr:hover {
            background: rgba(59, 130, 246, 0.05);
            transform: scale(1.01);
        }

.table-section        tr:hover .software-icon {
            transform: scale(1.1) rotate(5deg);
        }

.table-section        tr:hover .modality-badge {
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
        }

.table-section        .features-section {
            margin-top: 4rem;
            text-align: center;
        }

.table-section        .features-title {
            font-size: 2rem;
            font-weight: 700;
            color: #f8fafc;
            margin-bottom: 2rem;
        }

.table-section        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }

.table-section        .feature-card {
            background: rgba(15, 23, 42, 0.6);
            border: 1px solid rgba(59, 130, 246, 0.2);
            border-radius: 16px;
            padding: 2rem;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

.table-section        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, #3b82f6, #93c5fd);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

.table-section        .feature-card:hover::before {
            transform: scaleX(1);
        }

.table-section        .feature-card:hover {
            transform: translateY(-5px);
            border-color: rgba(59, 130, 246, 0.4);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }

.table-section        .feature-icon {
            font-size: 2.5rem;
            color: #3b82f6;
            margin-bottom: 1rem;
        }

.table-section        .feature-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #f8fafc;
            margin-bottom: 0.5rem;
        }

.table-section        .feature-description {
            color: #94a3b8;
            line-height: 1.6;
        }

/* ======= Força responsividade e estilo mobile (colar ao fim do CSS) ======= */

/* Esconde a tabela e mostra cards no mobile */
@media (max-width: 480px) {
  /* garante que a tabela tradicional fique escondida no mobile */
  .table-section .pricing-content table {
    display: none !important;
  }

  /* área para receber os cards criados pelo JS */
  .table-section .pricing-mobile {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .table-section .pricing-mobile .pricing-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    background: var(--background-color, #fff) !important;
    color: var(--text, #0f172a) !important;
    border-radius: 12px !important;
    padding: 0.9rem !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06) !important;
    border: 1px solid rgba(59,130,246,0.08) !important;
  }

  .table-section .pricing-mobile .pricing-card .pm-header {
    display: flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    justify-content: space-between !important;
  }
  .table-section .pricing-mobile .pricing-card .pm-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--accent, #0f172a) !important;
  }
  .table-section .pricing-mobile .pricing-card .pm-desc {
    font-size: 0.82rem !important;
    color: #64748b !important;
  }
  .table-section .pricing-mobile .pricing-card .pm-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    padding: 0.28rem 0.6rem !important;
    font-size: 0.72rem !important;
    border-radius: 14px !important;
    background: rgba(59,130,246,0.08) !important;
    color: #1e40af !important;
  }
  .table-section .pricing-mobile .pricing-card .pm-price {
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: #0ea5e9 !important;
  }
  .table-section .pricing-mobile .pricing-card .pm-period {
    font-size: 0.72rem !important;
    color: #94a3b8 !important;
  }
  .table-section .pricing-mobile .pricing-card .pm-actions {
    display: flex !important;
    gap: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .table-section .pricing-mobile .pricing-card .pm-actions .btn {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    padding: 0.45rem 0.6rem !important;
    font-size: 0.74rem !important;
    border-radius: 10px !important;
  }

  /* se ainda existir overflow horizontal, garante scrolling suave */
  .table-section .pricing-content,
  .table-section .pricing-mobile {
    -webkit-overflow-scrolling: touch;
  }
}

/* reforço para 390px (iPhone 12) */
@media (max-width: 390px) {
  .table-section { padding: 1.1rem !important; }
  .table-section .section-title { font-size: 1.45rem !important; }
  .table-section .pricing-mobile .pricing-card { padding: 0.85rem !important; }
  .table-section .pricing-mobile .pricing-card .pm-title { font-size: 0.96rem !important; }
}

/* reforço para 320px (iPhone SE) */
@media (max-width: 320px) {
  .table-section { padding: 0.9rem !important; }
  .table-section .pricing-mobile .pricing-card { padding: 0.7rem !important; }
  .table-section .pricing-mobile .pricing-card .pm-title { font-size: 0.9rem !important; }
  .table-section .pricing-mobile .pricing-card .pm-desc,
  .table-section .pricing-mobile .pricing-card .pm-period { font-size: 0.7rem !important; }
}


/*--------------------------------------------------------------
# Tabela Start
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Preços Start
--------------------------------------------------------------*/
        .containera {
            background: var(--gray-light);
            padding: 3rem;
            border-radius: 20px;
            margin-top: 3rem;
        }

        .headera {
            color: var(--white);
            padding: 2rem 0rem;
            text-align: center;
            margin-bottom: -4rem;
            border-radius: 20px;
            background: var(--body-color);
        }

        .headera h1 {
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 1rem;
            animation: fadeInUp 1s ease-out;
        }

        .headera p {
            font-size: 1.1rem;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
            animation: fadeInUp 1s ease-out 0.2s both;
        }

        .pricing-tabs {
            background-color: #dfe7eb;
            display: flex;
            padding: 0.5rem;
            border-radius: 10px;
            margin: 2rem auto;
            max-width: 400px;
            animation: fadeInUp 1s ease-out 0.4s both;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-10px);
            }
        }
        
        .pricing-content .floating {
            animation: float 3s ease-in-out infinite;
        }

        .tab {
            flex: 1;
            padding: 1rem 2rem;
            text-align: center;
            cursor: pointer;
            border-radius: 12px;
            font-weight: 600;
            transition: all 0.3s ease;
            color: var(--gray);
        }


        .tab.active {
            background: var(--gradient-primary);
            color: var(--primary-blue);
            box-shadow: 0 4px 12px rgba(30, 64, 175, 0.2);
        }



        .pricing-content {
            padding: 3rem;
        }

        .plan-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .plan-card {
            background: var(--white);
            border-radius: 20px;
            padding: 2.5rem;
            border: 2px solid #e2e8f0;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .plan-card:hover {
            border-color: var(--azul-turquesa);
            transform: translateY(-10px);
            box-shadow: var(--shadow-soft);
        }

        .plan-badge {
            position: absolute;
            top: 1.5rem;
            right: 1.5rem;
            background: var(--gradient);
            color: var(--white);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .plan-icon {
            width: 60px;
            height: 60px;
            background: var(--light-blue);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            transition: all 0.3s ease;
        }

        .plan-card:hover .plan-icon {
            background: var(--gradient-primary);
            transform: rotate(5deg);
        }

        .plan-icon i {
            font-size: 1.8rem;
            color: var(--accent);
            transition: all 0.3s ease;
        }

        .plan-card:hover .plan-icon i {
            color: var(--white);
        }

        .plan-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--dark-blue);
            margin-bottom: 1rem;
        }

        .plan-description {
            color: var(--gray);
            line-height: 1.6;
            margin-bottom: 2rem;
            font-size: 0.95rem;
        }

        .plan-price {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--accent);
            margin-bottom: 1.5rem;
            position: relative;
        }

        .plan-price .period {
            font-size: 0.9rem;
            color: var(--accent);
            font-weight: 500;
            position: absolute;
            bottom: -20px;
            left: 0;
        }

        .plan-features {
            list-style: none;
            margin-bottom: 2.5rem;
        }

        .plan-features li {
            display: flex;
            align-items: center;
            padding: 0.7rem 0;
            border-bottom: 1px solid #f1f5f9;
            color: var(--gray);
            transition: all 0.3s ease;
        }

        .plan-features li:last-child {
            border-bottom: none;
        }

        .plan-features li:hover {
            color: var(--accent);
            transform: translateX(5px);
        }
        

        .plan-features li i {
            color: var(--azul-turquesa);
            margin-right: 1rem;
            font-size: 1rem;
            width: 20px;
            text-align: center;
        }

        .plan-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: var(--gradient-primary);
            color: white;
            padding: 1.2rem 2.5rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: none;
            cursor: pointer;
            position: relative;
            right: -3rem;
            overflow: hidden;
            font-size: 1.1rem;
        }
        
        .plan-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s ease;
        }
        
        .plan-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-xl);
        }
        
        .plan-button:hover::before {
            left: 100%;
        }
        
        .plan-button i {
            margin-left: 0.8rem;
            transition: transform 0.3s ease;
        }
        
        .plan-button:hover i {
            transform: translateX(5px);
        }

        .comparison {
            background: var(--gray-light);
            padding: 3rem;
            border-radius: 20px;
            margin-top: 3rem;
        }

        .comparison h2 {
            text-align: center;
            font-size: 2rem;
            color: var(--dark-blue);
            margin-bottom: 2rem;
            font-weight: 700;
        }

        .comparison-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
            gap: 2rem;
        }

        .comparison-item {
            text-align: center;
            padding: 2rem;
            background: var(--white);
            border-radius: 15px;
            transition: all 0.3s ease;

        }

        .comparison-item:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-lg);
        }

        .comparison-icon {
            font-size: 2rem;
            color: var(--azul-turquesa);
            margin-bottom: 1rem;
        }

        .comparison-title {
            font-weight: 600;
            color: var(--accent);
            margin-bottom: 0.5rem;
        }

        .comparison-desc {
            color: var(--gray);
            font-size: 0.9rem;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .plan-card {
            animation: fadeInUp 0.8s ease-out;
        }

        .plan-card:nth-child(1) { animation-delay: 0.1s; }
        .plan-card:nth-child(2) { animation-delay: 0.2s; }
        .plan-card:nth-child(3) { animation-delay: 0.3s; }
        .plan-card:nth-child(4) { animation-delay: 0.4s; }

@media (max-width: 768px) {
    .pricing-content {
        padding: 1.8rem 1.2rem;
    }

    .plan-cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .plan-card {
        padding: 1.5rem;
    }

    .plan-title {
        font-size: 1.15rem;
        margin-bottom: 0.5rem;
    }

    .plan-description {
        margin-bottom: 1rem;
    }

    .plan-price {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .plan-features {
        margin-bottom: 1.5rem;
    }

    .plan-features li {
        padding: 0.4rem 0;
    }

    .plan-button {
        padding: 0.8rem 1.6rem;
        font-size: 0.95rem;
        right: 0;
    }
}

@media (max-width: 480px) {
    .pricing-content {
        padding: 1.5rem 1rem;
    }

    .plan-card {
        padding: 1.3rem;
    }

    .plan-title {
        font-size: 1.05rem;
        margin-bottom: 0.4rem;
    }

    .plan-description {
        font-size: 0.85rem;
        margin-bottom: 0.8rem;
    }

    .plan-price {
        font-size: 1.6rem;
        margin-bottom: 0.9rem;
    }

    .plan-features {
        margin-bottom: 1.2rem;
    }

    .plan-features li {
        font-size: 0.85rem;
        padding: 0.35rem 0;
    }

    .plan-button {
        font-size: 0.9rem;
        padding: 0.7rem 1.3rem;
    }
}

@media (max-width: 360px) {
    .pricing-content {
        padding: 1.2rem 0.8rem;
    }

    .plan-card {
        padding: 1.1rem;
    }

    .plan-title {
        font-size: 1rem;
        margin-bottom: 0.35rem;
    }

    .plan-price {
        font-size: 1.5rem;
        margin-bottom: 0.7rem;
    }

    .plan-description {
        font-size: 0.65rem;
        margin-bottom: 0.7rem;
        display: none;
    }

    .plan-features li {
        font-size: 0.8rem;
        padding: 0.3rem 0;
    }

    .plan-button {
        font-size: 0.85rem;
        padding: 0.65rem 1.1rem;
    }
}

@media (max-width: 321px) {
    .pricing-content {
        padding: 1rem 0.6rem;
    }

    .plan-card {
        padding: 1rem;
    }

    .plan-title {
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }

    .plan-price {
        font-size: 1.35rem;
        margin-bottom: 0.6rem;
    }

    .plan-description,
    .plan-features li {
      display: none;
    }

    .plan-features li {
        padding: 0.25rem 0;
    }

    .plan-button {
        font-size: 0.8rem;
        padding: 0.55rem 1rem;
    }
}



        /* .footera {
            text-align: center;
            padding: 2rem;

            color: var(--gray);
        }

        .footera p {
            font-size: 0.9rem;
        } */

        
/*--------------------------------------------------------------
# Preços End
--------------------------------------------------------------*/        



/*--------------------------------------------------------------
# Show Start
--------------------------------------------------------------*/  

        .containera2{
          background: var(--gray-light);
          padding: 3rem;
          border-radius: 20px;
          margin-top: 3rem;
        }
        .headera2 {
            text-align: center;
            margin-bottom: 3rem;
        }

        .headera2 h1 {
            font-size: 3.5rem;
            font-weight: 800;
            background: var(--gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1rem;
            animation: fadeInUp 1s ease-out;
        }

        .headera2 p {
            font-size: 1.2rem;
            color: var(--gray);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
            animation: fadeInUp 1s ease-out 0.2s both;
        }

        .toggle-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 3rem 0;
            gap: 1rem;
            animation: fadeInUp 1s ease-out 0.4s both;
        }

        .toggle-label {
            font-weight: 600;
            font-size: 1.1rem;
            color: var(--gray);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .toggle-label.active {
            color: var(--primary-blue);
        }

        .toggle {
            position: relative;
            width: 80px;
            height: 40px;
            background: var(--light-blue);
            border-radius: 40px;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid var(--secondary-blue);
        }

        .toggle::before {
            content: '';
            position: absolute;
            top: 4px;
            left: 4px;
            width: 28px;
            height: 28px;
            background: var(--white);
            border-radius: 50%;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

        .toggle.active {
            background: var(--gradient);
        }

        .toggle.active::before {
            transform: translateX(40px);
            background: var(--white);
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
            gap: 2.5rem;
            margin-top: 2rem;
        }

        .pricing-card {
            background: var(--white);
            border-radius: 25px;
            padding: 3rem 2.5rem;
            box-shadow: var(--shadow);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            border: 1px solid #e2e8f0;
            text-align: center;
        }

        .pricing-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: var(--gradient);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }

        .pricing-card:hover::before {
            transform: scaleX(1);
        }

        .pricing-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 30px 60px rgba(29, 78, 216, 0.15);
        }

        .popular {
            border: 2px solid var(--secondary-blue);
            transform: scale(1.05);
            z-index: 2;
        }

        .popular::after {
            content: 'MAIS POPULAR';
            position: absolute;
            top: 20px;
            right: -35px;
            background: var(--gradient);
            color: var(--white);
            padding: 0.5rem 2rem;
            font-size: 0.8rem;
            font-weight: 600;
            transform: rotate(45deg);
            transform-origin: center;
        }

        .card-icon {
            width: 80px;
            height: 80px;
            background: var(--light-blue);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 2rem;
            transition: all 0.3s ease;
            position: relative;
        }

        .pricing-card:hover .card-icon {
            background: var(--gradient);
            transform: rotate(10deg) scale(1.1);
        }

        .card-icon i {
            font-size: 2.5rem;
            color: var(--primary-blue);
            transition: all 0.3s ease;
        }

        .pricing-card:hover .card-icon i {
            color: var(--white);
            transform: scale(1.1);
        }

        .card-title {
            font-size: 2rem;
            font-weight: 700;
            color: var(--dark-blue);
            margin-bottom: 1rem;
        }

        .card-description {
            color: var(--gray);
            line-height: 1.6;
            margin-bottom: 2rem;
        }

        .card-price {
            font-size: 3.5rem;
            font-weight: 800;
            color: var(--primary-blue);
            margin-bottom: 1.5rem;
            position: relative;
        }

        .card-price .period {
            font-size: 1rem;
            color: var(--gray);
            font-weight: 500;
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%);
            white-space: nowrap;
        }

        .card-features {
            list-style: none;
            margin-bottom: 3rem;
        }

        .card-features li {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
            padding: 0.8rem 1rem;
            border-radius: 15px;
            transition: all 0.3s ease;
            color: var(--gray);
        }

        .card-features li:hover {
            background: var(--light-blue);
            transform: translateX(5px);
            color: var(--primary-blue);
        }

        .card-features li i {
            color: var(--secondary-blue);
            margin-right: 1rem;
            font-size: 1.2rem;
            width: 24px;
            text-align: center;
        }

        .card-button {
            width: 100%;
            padding: 1.3rem;
            background: var(--gradient);
            color: var(--white);
            border: none;
            border-radius: 15px;
            font-weight: 600;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .card-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s ease;
        }

        .card-button:hover::before {
            left: 100%;
        }

        .card-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(29, 78, 216, 0.4);
        }

        .popular .card-button {
            background: var(--white);
            color: var(--primary-blue);
            border: 2px solid var(--primary-blue);
        }

        .popular .card-button:hover {
            background: var(--primary-blue);
            color: var(--white);
            box-shadow: 0 10px 25px rgba(29, 78, 216, 0.4);
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
            100% {
                transform: scale(1);
            }
        }

        .pricing-card {
            animation: fadeInUp 0.8s ease-out;
        }

        .pricing-card:nth-child(1) { animation-delay: 0.1s; }
        .pricing-card:nth-child(2) { animation-delay: 0.2s; }
        .pricing-card:nth-child(3) { animation-delay: 0.3s; }


        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
            gap: 2rem;
            margin-top: 4rem;
            padding: 3rem;
            background: var(--white);
            border-radius: 25px;
            box-shadow: var(--shadow-lg);
            border: 1px solid var(--border-light);
            
        }

        .feature-item {
            text-align: center;
            padding: 2rem;
            border: 2px solid #e2e8f0;
            border-radius: 20px;
            transition: all 0.3s ease;
        }

        .feature-item:hover {
            border-color: var(--azul-turquesa);
            transform: translateY(-10px);
            box-shadow: var(--shadow-soft);
            color: #f9f9f9;
        }

        .feature-icon i {
            color: var(--accent);
        }
        .feature-icon {
            font-size: 2.5rem;
            width: 60px;
            height: 60px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
            transition: all 0.3s ease;
        }
        .feature-item:hover .feature-icon,
        .feature-item:hover i {
            color: white;
            background: var(--gradient-primary);
            transform: rotate(5deg);
        }

        .feature-title {
            font-weight: 500;
            color: var(--accent);
            margin-bottom: 0.5rem;
            text-align: center;
        }

        .feature-desc {
            color: var(--gray);
            font-size: 0.9rem;
        }

        .footera2 {
            text-align: center;
            margin-top: 4rem;
            padding: 2rem;
            color: var(--gray);
        }

        .footera2 p {
            font-size: 0.9rem;
        }

/* =====================
   Responsividade
===================== */

/* ====== RESPONSIVIDADE ====== */
@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .pricing-card {
    padding: 2.5rem 2rem;
  }
  .card-title {
    font-size: 1.8rem;
  }
  .card-price {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .containera2 {
    padding: 2rem;
  }
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .pricing-card {
    padding: 2rem 1.5rem;
    border-radius: 18px;
  }
  .card-icon {
    width: 70px;
    height: 70px;
  }
  .card-title {
    font-size: 1.6rem;
  }
  .card-price {
    font-size: 2.5rem;
  }
}

/* ===== Tablets e dispositivos médios (até 767px) ===== */
@media (max-width: 767px) {
  .headera2 h1 {
    font-size: 2.6rem;
  }

  .headera2 p {
    font-size: 1.1rem;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .pricing-card {
    padding: 2rem 1.5rem;
  }

  .card-icon {
    width: 70px;
    height: 70px;
  }

  .card-title {
    font-size: 1.6rem;
  }

  .card-price {
    font-size: 2.4rem;
  }

  .card-button {
    font-size: 1.1rem;
    padding: 1rem;
  }

  .feature-title {
    font-size: 1rem;
  }

  .feature-desc {
    font-size: 1rem;
  }

  .footera2 {
    margin-top: 1.2rem;
  }
}

/* ===== 580px ===== */
@media (max-width: 580px) {
  .headera2 h1 {
    font-size: 2.5rem;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .pricing-card {
    padding: 1.9rem 1.3rem;
  }

  .card-icon {
    width: 65px;
    height: 65px;
  }

  .card-title {
    font-size: 1.5rem;
  }

  .card-price {
    font-size: 2.3rem;
  }

  .card-button {
    font-size: 1rem;
  }

  .feature-title,
  .feature-desc {
    font-size: 0.95rem;
  }
}

/* ===== 560px ===== */
@media (max-width: 560px) {
  .headera2 h1 {
    font-size: 2.45rem;
  }

  .pricing-card {
    padding: 1.8rem 1.2rem;
  }

  .card-icon {
    width: 62px;
    height: 62px;
  }

  .card-title {
    font-size: 1.45rem;
  }

  .card-price {
    font-size: 2.2rem;
  }

  .card-button {
    padding: 1rem;
    font-size: 0.95rem;
  }
}

/* ===== 520px ===== */
@media (max-width: 520px) {
  .headera2 h1 {
    font-size: 2.4rem;
  }

  .headera2 p {
    font-size: 1rem;
  }

  .pricing-card {
    padding: 1.8rem 1.2rem;
  }

  .card-title {
    font-size: 1.4rem;
  }

  .card-price {
    font-size: 2.2rem;
  }

  .card-icon {
    width: 60px;
    height: 60px;
  }

  .card-button {
    font-size: 1rem;
    padding: 1rem;
  }

  .feature-title {
    font-size: 0.9rem;
  }

  .feature-desc {
    font-size: 0.9rem;
  }

  .footera2 {
    margin-top: 1rem;
  }
}

/* ===== 480px ===== */
@media (max-width: 480px) {

  .feature-title {
    font-size: 0.9rem;
  }

  .feature-desc {
    font-size: 0.9rem;
  }

  .footera2 {
    margin-top: 1rem;
  }
}

/* ===== 450px ===== */
@media (max-width: 450px) {

  .feature-icon {
    font-size: 36px;
    margin-left: -12px;
  }
  .feature-title {
    font-size: 12px;
    margin: -1rem;
    margin-bottom: 1rem;
  }

  .feature-desc {
    font-size: 12px;
    margin: -1rem;
  }

  .footera2 {
    margin-top: 1rem;
  }
}

/* ===== 440px ===== */
@media (max-width: 440px) {

  .feature-icon {
    font-size: 36px;
    margin-left: -12px;
  }
  .feature-title {
    font-size: 12px;
    margin: -1rem;
    margin-bottom: 1rem;
  }

  .feature-desc {
    font-size: 12px;
    margin: -1rem;
  }

}

/* ===== 400px ===== */
@media (max-width: 400px) {
  .containera2 {
    padding: 1.6rem;
    top: -2rem;
    position: relative;
  }

  .feature-item {
    width: 85px;
    padding: 0.5rem;
    height: 118px;
  }

  .feature-icon {
    font-size: 30px;
    margin-left: 3px;
  }
  .feature-title {
    font-size: 12px;
    margin: -1rem;
    margin-bottom: 1rem;
  }

  .feature-desc {
    font-size: 8px;
    margin: -1rem;
  }
}

/* ===== 390px ===== */
@media (max-width: 390px) {
  .containera2 {
    padding: 1.5rem;
    top: -2rem;
    position: relative;
  }

  .feature-icon {
    font-size: 30px;
    margin-left: 2px;
  }
  .feature-title {
    font-size: 12px;
    margin: -1rem;
    margin-bottom: 1rem;
  }

  .feature-desc {
    font-size: 6px;
    margin: -1rem;
  }
  
}

/* ===== 360px ===== */
@media (max-width: 360px) {
  .containera2 {
    padding: 1.3rem;
    top: -1.8rem;
    position: relative;
  }

  .pricing-card {
    padding: 1.3rem 0.9rem;
    border-radius: 14px;
  }

  .card-title {
    font-size: 1.1rem;
  }

  .card-price {
    font-size: 1.6rem;
  }

  .card-icon {
    width: 50px;
    height: 50px;
  }

  .card-button {
    padding: 0.8rem;
    font-size: 0.9rem;
  }

  .feature-item {
    width: 80px;
    padding: 0.3rem;
  }

  .feature-title {
    font-size: 0.8rem;
  }

  .feature-desc {
    display: none;
  }

  .footera2 {
    margin-top: 0.8rem;
  }
}

/* ===== 320px ===== */
@media (max-width: 320px) {
  .containera2 {
    padding: 1.2rem;
    top: -1.5rem;
  }

  .pricing-card {
    padding: 1.2rem 0.8rem;
    border-radius: 12px;
  }

  .card-title {
    font-size: 1rem;
  }

  .card-price {
    font-size: 1.5rem;
  }

  .card-icon {
    width: 45px;
    height: 45px;
  }

  .card-button {
    padding: 0.7rem;
    font-size: 0.85rem;
  }

  .feature-item {
    width: 75px;
    padding: 0.2rem;
  }

  .feature-title {
    font-size: 0.75rem;
  }

  .footera2 {
    margin-top: 0.6rem;
  }
}



/*--------------------------------------------------------------
# Tabela End
--------------------------------------------------------------*/











/*--------------------------------------------------------------
# Footer Start
--------------------------------------------------------------*/

#footer {

   background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);

  padding: 50px 0;
  color: #fff; /* Texto branco */
  font-size: 15px;
  position: relative;
  border-top: 3px solid #61dafb; /* Barra superior com cor de destaque */
}


#footer .footer-newsletter {
  padding: 40px 0;
  text-align: center;
  background: #282c34; /* Cor de fundo ligeiramente diferente para o newsletter */
  border-radius: 8px;
}

#footer .footer-newsletter h4 {
  font-size: 22px;
  color: #61dafb; /* Cor do título em azul claro */
  margin-bottom: 20px;
  font-weight: 700;
}

#footer .footer-newsletter form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#footer .footer-newsletter form input[type=email] {
  width: 70%;
  padding: 12px;
  border: 2px solid #61dafb;
  border-radius: 30px 0 0 30px; /* Bordas arredondadas */
  background: #fff;
  font-size: 15px;
  color: #333;
}

#footer .footer-newsletter form input[type=submit] {
  background: #61dafb;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  transition: background 0.3s;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #5cb8e3; /* Cor do botão muda no hover */
}

#footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 0;
  background: linear-gradient(135deg, var(--glass-dark), rgba(15, 23, 42, 0.95));

}

#footer .footer-top .footer-contact {
  flex: 1;
  text-align: center;
}

#footer .footer-top .footer-contact h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #61dafb;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}

#footer .footer-top .footer-links {
  flex: 1;
  text-align: center;
}

#footer .footer-top .footer-links h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
}

#footer .footer-top .footer-links ul li {
  margin: 10px 0;
}

#footer .footer-top .footer-links ul li a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
}

#footer .footer-top .footer-links ul li a:hover {
  color: #61dafb;
}

#footer .footer-top .social-links {
  text-align: center;
  margin-top: 46px;
}

#footer .footer-top .social-links a {
  background: #61dafb;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

  text-align: center;
  border-radius: 50%;
}

  #footer .footer-top .footer-contact img {
    max-width: 50px; /* logo um pouco maior */
    max-height: 50px;
  }

#footer .footer-top .social-links a:hover {
  background: #5cb8e3;
}

#footer .copyright {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  background: #181a1f; /* Fundo mais escuro para separar a área de copyright */
  color: #777;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #777;
}

/* ================= Responsividade Ajustada ================= */

@media (max-width: 1024px) {
  #footer {
    padding: 35px 0;
    font-size: 14px;
  }

  #footer .footer-top {
    gap: 25px;
    padding: 25px 0;
  }

  #footer .footer-newsletter {
    padding: 30px 15px;
  }

  #footer .footer-newsletter h4 {
    font-size: 19px;
    margin-bottom: 15px;
  }

  #footer .footer-top .footer-contact img {
    max-width: 50px; /* logo um pouco maior */
    max-height: 50px;
  }

}

@media (max-width: 768px) {
  #footer {
    padding: 30px 0;
  }

  #footer .footer-newsletter {
    padding: 25px 10px;
  }

  #footer .footer-newsletter form {
    flex-direction: column;
    gap: 8px;
  }

  #footer .footer-newsletter form input[type=email],
  #footer .footer-newsletter form input[type=submit] {
    width: 100%;
    border-radius: 25px;
    font-size: 14px;
    padding: 10px;
  }

  #footer .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  #footer .footer-top .footer-contact img {
    max-width: 50px; /* logo um pouco maior */
    max-height: 50px;
  }

  #footer .footer-top h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #footer .footer-top .social-links a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
  }
}

/* Smartphones modernos (até 480px) */
@media (max-width: 480px) {
  #footer {
    padding: 24px 0;
    font-size: 13px;
  }

  #footer .footer-newsletter h4 {
    font-size: 16px;
  }

  #footer .footer-newsletter form input[type=email] {
    font-size: 13px;
    padding: 7px;
  }

  #footer .footer-top h4 {
    font-size: 15px;
  }

  #footer .footer-top .footer-contact img {
    max-width: 50px; /* logo um pouco maior */
    max-height: 50px;
  }

  #footer .footer-top .footer-links ul li {
    margin: 5px 0;
  }

  #footer .footer-top .social-links a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 2px 3px;
    margin-top: 32px;
  }

  #footer .copyright {
    font-size: 12px;
    padding: 12px 0;
  }
}

@media (max-width: 360px) {
  #footer {
    padding: 20px 0;
    font-size: 12px;
  }

  #footer .footer-newsletter h4 {
    font-size: 15px;
  }

  #footer .footer-newsletter form input[type=email] {
    font-size: 12px;
    padding: 6px;
  }

  #footer .footer-top h4 {
    font-size: 14px;
  }

  #footer .footer-top .footer-contact img {
    max-width: 45px; /* logo reduzido para telas pequenas */
    max-height: 45px;
  }

  #footer .footer-top .footer-links ul li {
    margin: 4px 0;
  }

  #footer .footer-top .social-links a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 1px 2px;
    margin-top: 30px;
  }

  #footer .copyright {
    font-size: 11px;
    padding: 10px 0;
  }
}


/*--------------------------------------------------------------
# Footer End
--------------------------------------------------------------*/