@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);
            --light-blue: #dbeafe;


            --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: #15b3d7;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Baloo 2", sans-serif;
}




/*--------------------------------------------------------------
# Butoon Start
--------------------------------------------------------------*/
        .cta-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;
            overflow: hidden;
            font-size: 1.1rem;
        }
        
        .cta-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;
        }
        
        .cta-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-xl);
        }
        
        .cta-button:hover::before {
            left: 100%;
        }
        
        .cta-button i {
            margin-left: 0.8rem;
            transition: transform 0.3s ease;
        }
        
        .cta-button:hover i {
            transform: translateX(5px);
        }

/*--------------------------------------------------------------
# Butoon End
--------------------------------------------------------------*/









/*--------------------------------------------------------------
# General END
--------------------------------------------------------------*/

        /* @media (max-width: 768px) {
            body {
                padding: 2rem 1rem;
            }
 } */



/*--------------------------------------------------------------
#   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;
  }
}

/* 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: 50%;
  }

  header .scroll-indicator {
    left: 50%;
    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: 50%;
  }

  header .scroll-indicator {
    left: 50%;
    bottom: 2px;
  }

  .btn-whatsapp svg, .btn-whatsapp i {
    font-size: 18px;
  }

  .mobile-nav-toggle {
    font-size: 1.8rem;
    left: 0rem;
  }
}

/* ===== 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: 50%;
  }

  header .scroll-indicator {
    left: 50%;
    bottom: 2px;
  }

  .btn-whatsapp svg, .btn-whatsapp i {
    font-size: 18px;
  }

  .mobile-nav-toggle {
    font-size: 1.8rem;
    left: 0rem;
  }
}

/* ===== 450px ===== */
@media (max-width: 450px) {

  .btn-whatsapp {
    bottom: -8px;
    width: 40px;
    height: 40px;
    left: 50%;
  }

  header .scroll-indicator {
    left: 50%;
    bottom: 2px;
  }

  .logo img {
    max-height: 31px;
  }

  .mobile-nav-toggle {
    font-size: 1.8rem;
    left: 0rem;
  }
}
/* ===== 420px ===== */
@media (max-width: 420px) {

  .btn-whatsapp {
    bottom: -8px;
    width: 38px;
    height: 38px;
    left: 50%;
  }

  header .scroll-indicator {
    left: 50%;
    bottom: 2px;
  }

  .logo img {
    max-height: 31px;
  }

  .mobile-nav-toggle {
    font-size: 1.8rem;
    left: 0rem;
  }
}

/* ===== 400px ===== */
@media (max-width: 400px) {

  .btn-whatsapp {
    bottom: -8px;
    width: 36px;
    height: 36px;
    left: 50%;
  }

  header .scroll-indicator {
    left:50%;
    bottom: 2px;
  }

  .logo img {
    max-height: 31px;
  }

  .mobile-nav-toggle {
    font-size: 1.8rem;
    left: 0rem;
  }
}

/* ===== 390px ===== */
@media (max-width: 390px) {
  .logo img {
    max-height: 28px;
  }

  .btn-whatsapp {
    bottom: -8px;
    width: 34px;
    height: 34px;
    left: 50.2%;
  }

  header .scroll-indicator {
    left: 50%;
    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: 50%;
  }

    header .scroll-indicator {
    left: 50%;
    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
--------------------------------------------------------------*/

.neo-hero {
            background-image: url(/assets/img/banners/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;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

@keyframes scroll {
    0% { opacity: 0; transform: translateY(-8px); }
    50% { opacity: 1; }
    100% { opacity: 0; transform: translateY(8px); }
}



@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 End
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Who we are Start
--------------------------------------------------------------*/

.quem-somos-section {

        background: var(--gray-light);
        padding: 3rem;
        border-radius: 20px;
        margin-top: 3rem;
}

.section-container {
    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;
}


.content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
}

.content-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Cards */
.card {
    display: flex;
    background: var(--card);
    border-radius: 1rem;
    padding: 3rem;
    box-shadow: var(--shadow-corporate);
    transition: var(--transition-smooth);
    margin: 0.5rem;
    gap: 10px;
    border: 2px solid var(--light-blue);
}


.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.icon-circle {
    width: 2rem;
    height: 2rem;
    background: var(--accent);
    border-radius: 50%;
    margin-right: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-foreground);
    font-weight: bold;
    font-size: 0.875rem;
}

.card-text {
    color: var(--muted-foreground);
    line-height: 1.6;
}

/* Valores */
.valores-card {
    height: 100%;
}

.valores-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.valor-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.valor-dot {
    width: 0.5rem;
    height: 0.5rem;
    background: var(--gradient-primary);
    border-radius: 50%;
    margin-top: 0.5rem;
    flex-shrink: 0;
}

.valor-content {
    flex: 1;
}

.valor-title {
    font-weight: 600;
    color: var(--azul-turquesa);
    margin-bottom: 0.25rem;
}

.valor-text {
    font-size: 0.875rem;
    color: var(--muted-foreground);
    line-height: 1.4;
}

/* Animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

.animate-fade-in {
    animation: fadeIn 0.8s ease-out;
}

.animate-slide-up {
    animation: slideUp 0.6s ease-out;
}

/* Responsive Design */
@media (min-width: 768px) {
    .hero-title {
        font-size: 4.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.5rem;
    }
    
    .content-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
    
    .section-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .quem-somos-section {
        padding: 2rem;
    }

    .section-title {
        font-size: clamp(2rem, 6vw, 2.8rem);
    }

    .section-description {
        font-size: 1rem;
        max-width: 500px;
    }

    .card {
        padding: 2rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .card-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .quem-somos-section {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .section-title {
        font-size: clamp(1.7rem, 5vw, 2.2rem);
    }

    .section-description {
        font-size: 0.95rem;
    }

    .card {
        padding: 1.5rem;
        gap: 0.75rem;
    }

    .card-title {
        font-size: 1.1rem;
    }

    .card-text{
      font-size: 0.9rem;
    }

    .valor-title {
      font-size: 1rem;
    }

    .valor-text {
      font-size: 0.8rem;
      padding: 0.65rem 0.1rem;
      margin-bottom: -0.7rem;
    }
}

/* ======= Ajuste reforçado para telas muito pequenas (≤390px) ======= */
@media (max-width: 390px) {
  .quem-somos-section {
    padding: 1rem 1.2rem;
    border-radius: 12px;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .section-badge {
    padding: 6px 12px;
    font-size: 0.8rem;
  }

  .section-title {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 0.6rem;
  }

  .section-description {
    font-size: 0.88rem;
    line-height: 1.45;
    max-width: 90%;
    margin: 0 auto 1.2rem;
  }

  .content-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .content-left,
  .content-right {
    width: 100%;
  }

  .card {
    padding: 1rem 1.1rem;
    border-radius: 12px;
  }

  .card-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .card-text {
    font-size: 0.85rem;
    line-height: 1.45;
  }

  .valores-list {
    gap: 0.6rem;
  }

  .valor-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .valor-title {
    position: relative;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    right: -3rem;
  }

  .valor-text {
    /* font-size: 0.75rem;
    line-height: 1.35; */
display: none;

  }
}

@media (max-width: 320px) {
  .quem-somos-section {
    padding: 0.9rem 1rem;
  }

  .section-title {
    font-size: 1.35rem;
  }

  .section-description {
    font-size: 0.82rem;
  }

  .card {
    padding: 0.9rem;
  }

  .valor-title {
    font-size: 0.85rem;
  }

  .valor-text {
display: none;
  }
}


/* Smooth scrolling */
/* html {
    scroll-behavior: smooth;
} */

/*--------------------------------------------------------------
# Who we are End
--------------------------------------------------------------*/







/*----------------------------------------------------------------
#   AGT Section End
-----------------------------------------------------------------*/

       .certification-section {
            background: var(--gray-light);
            padding: 3rem;
            border-radius: 20px;
            margin-top: 3rem;
            animation: slideInRight 1s ease-out 0.6s both;
            position: relative;
            overflow: hidden;
        }

        .certification-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(40, 164, 209, 0.1), transparent);
            animation: shimmer 3s infinite;
        }

        @keyframes shimmer {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        .section-title-agt {
            font-size: 2.5rem;
            color: var(--accent);
            margin-bottom: 2rem;
            position: relative;
            display: inline-block;
        }

        .section-title-agt::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            height: 8px;
            background: linear-gradient(90deg, #66c9ea, #0e98b1);
            border-radius: 2px;
            animation: expandWidth 1s ease-out 1s both;
        }

        @keyframes expandWidth {
            from { width: 0; }
            to { width: 40%; }
        }

        .certification-content {
            display: grid;
            grid-template-columns: 1fr 400px;
            gap: 3rem;
            align-items: start;
        }

        .cert-info {
            z-index: 2;
            position: relative;
        }

        .cert-description {
            font-size: 1.1rem;
            color: var(--text-muted);
            margin-bottom: 2rem;
            line-height: 1.8;
        }

        .cert-features {
            list-style: none;
            margin-bottom: 2rem;
        }

        .cert-features li {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            padding: 1rem;
            background: linear-gradient(135deg, #f8f9ff 0%, #e3f2fd 100%);
            border-radius: 12px;
            transition: all 0.3s ease;
            opacity: 0;
            color: var(--text-muted);
            transform: translateX(-20px);
            animation: slideInItems 0.6s ease-out forwards;
        }

        .cert-features li:nth-child(1) { animation-delay: 1.2s; }
        .cert-features li:nth-child(2) { animation-delay: 1.4s; }
        .cert-features li:nth-child(3) { animation-delay: 1.6s; }
        .cert-features li:nth-child(4) { animation-delay: 1.8s; }

        @keyframes slideInItems {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .cert-features li:hover {
            transform: translateX(10px) scale(1.02);
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
        }

        .cert-features i {
            color: var(--accent);
            font-size: 1.5rem;
            margin-right: 1rem;
            width: 30px;
            text-align: center;
        }

        .cert-card {
            background: var(--gradient-primary);
            border-radius: 20px;
            padding: 2rem;
            color: white;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            z-index: 2;
            box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
        }

        .cert-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            animation: rotate 6s linear infinite;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .cert-card:hover::before {
            opacity: 1;
        }

        @keyframes rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .cert-card:hover {
            transform: translateY(-10px) rotateX(5deg);
            box-shadow: 0 25px 50px rgba(102, 126, 234, 0.4);
        }

        .cert-header {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
            z-index: 3;
            position: relative;
        }

        .cert-icon {
            background: rgba(255, 255, 255, 0.2);
            padding: 1rem;
            border-radius: 15px;
            margin-right: 1rem;
            backdrop-filter: blur(10px);
        }

        .cert-icon i {
            font-size: 2rem;
            color: white;
        }

        .cert-title {
            font-size: 1.5rem;
            font-weight: bold;
            margin: 0;
        }

        .cert-subtitle {
            font-size: 1rem;
            opacity: 0.9;
            margin: 0;
        }

        .cert-body {
            z-index: 3;
            position: relative;
        }

        .pdf-preview {
            background: rgba(255, 255, 255, 0.1);
            border: 2px dashed rgba(255, 255, 255, 0.3);
            border-radius: 12px;
            padding: 2rem;
            text-align: center;
            margin-bottom: 1.5rem;
            transition: all 0.3s ease;
        }

        .pdf-preview:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.5);
        }

        .pdf-preview i {
            font-size: 3rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 1rem;
            display: block;
        }

        .btn-agt {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            border: 2px solid rgba(255, 255, 255, 0.3);
            padding: 1rem 2rem;
            border-radius: 25px;
            font-size: 1rem;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            backdrop-filter: blur(10px);
            z-index: 3;
            position: relative;
        }

        .btn-agt:hover {
            background: white;
            color: var(--azul-turquesa);
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

/* Responsividade */
@media (max-width: 1024px) {
    .certification-content {
        grid-template-columns: 1fr 320px;
        gap: 2rem;
    }

    .section-title-agt {
        font-size: 2.2rem;
    }

    .cert-description {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .certification-section {
        padding: 2.5rem 1.5rem;
    }

    .certification-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .section-title-agt {
        font-size: 2rem;
    }

    .cert-description {
        font-size: 0.95rem;
    }

    .cert-features li {
        padding: 0.8rem;
        font-size: 0.95rem;
    }

    .cert-card {
        padding: 1.8rem;
    }

    .cert-title {
        font-size: 1.3rem;
    }

    .cert-subtitle {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .certification-section {
        padding: 2rem 1rem;
        border-radius: 16px;
    }

    .section-title-agt {
        font-size: 1.8rem;
    }

    .cert-description {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .cert-features li {
        padding: 0.75rem;
        font-size: 0.85rem;
        margin-bottom: 0.75rem;
    }

    .cert-features i {
        font-size: 1.2rem;
        margin-right: 0.6rem;
    }

    .cert-card {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .cert-icon i {
        font-size: 1.6rem;
    }

    .cert-title {
        font-size: 1.2rem;
    }

    .pdf-preview {
        padding: 1.5rem;
    }

    .pdf-preview i {
        font-size: 2.5rem;
    }

    .btn-agt {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 390px) {
    .certification-section {
        padding: 1.5rem 0.8rem;
        border-radius: 14px;
    }

    .section-title-agt {
        font-size: 1.6rem;
    }

    .cert-description {
        font-size: 0.85rem;
    }

    .cert-features li {
        padding: 0.6rem;
        font-size: 0.8rem;
    }

    .cert-card {
        padding: 1.2rem;
    }

    .cert-title {
        font-size: 1.1rem;
    }

    .pdf-preview {
        padding: 1.2rem;
    }

    .btn-agt {
        font-size: 0.85rem;
        padding: 0.7rem 1.3rem;
        left: 24%;
    }
}

@media (max-width: 320px) {
    .certification-section {
        padding: 1rem;
        border-radius: 12px;
    }

    .section-title-agt {
        font-size: 1.4rem;
    }

    .cert-description {
        font-size: 0.8rem;
    }

    .cert-features li {
        padding: 0.5rem;
        font-size: 0.75rem;
    }

    .cert-card {
        padding: 1rem;
        border-radius: 10px;
    }

    .cert-title {
        font-size: 1rem;
    }

    .cert-subtitle {
        font-size: 0.8rem;
    }

    .pdf-preview i {
        font-size: 2rem;
    }

    .btn-agt {
        font-size: 0.75rem;
        padding: 0.6rem 1rem;
    }
}

/*----------------------------------------------------------------
#   AGT Section End
-----------------------------------------------------------------*/






/*--------------------------------------------------------------
# History End
--------------------------------------------------------------*/

 .history-section {
        background: var(--gray-light);
        padding: 3rem;
        border-radius: 20px;
        margin-top: 3rem;
  }


.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

        /* História Section */



        /* Timeline Atraente */
        .timeline {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
            padding: 2rem 0;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 8px;
            height: 100%;
            background: var(--azul-turquesa);
            border-radius: 2px;
        }

        .timeline-item {
            display: flex;
            justify-content: flex-end;
            padding-right: 40px;
            position: relative;
            margin: 3.5rem 0;
            width: 50%;
            opacity: 0;
            transform: translateX(-30px);
            transition: all 0.8s ease;
            box-shadow: var(--shadow-xl);
            border-color: var(--six-color);
        }

        .timeline-item:nth-child(even) {
            align-self: flex-end;
            justify-content: flex-start;
            padding-left: 40px;
            padding-right: 0;
            left: 50%;
            transform: translateX(30px);
            box-shadow: var(--shadow-xl);
            border-color: var(--azul-turquesa);
        }

        .timeline-item.visible {
            opacity: 1;
            transform: translateX(0);
            box-shadow: var(--shadow-xl);
            border-color: var(--azul-turquesa);
        }

        .timeline-content {
            background: var(--white);
            padding: 2.5rem;
            border-radius: 20px;
            box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 380px;
            position: relative;
            transition: all 0.3s ease;


        }

        .timeline-content:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
            border-color: var(--azul-turquesa);
          }

        .timeline-year {
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--accent);
            color: var(--white);
            padding: 0.8rem 1.8rem;
            border-radius: 25px;
            font-weight: 700;
            font-size: 1.1rem;
            box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
        }

        .timeline-item:nth-child(even) .timeline-year {
            left: auto;
            right: 50%;
            transform: translateX(50%);
        }

        .timeline-icon {
            font-size: 2.5rem;
            margin-bottom: 1.2rem;
            text-align: center;
            transition: all 0.3s ease;
        }

        .timeline-content:hover .timeline-icon {
            transform: scale(1.1);
            color: var(--azul-turquesa);
        }

        .timeline-content h3 {
            color: var(--accent);
            font-size: 1.4rem;
            margin-bottom: 1rem;
            text-align: center;
            font-weight: 600;
        }

        .timeline-content p {
            color: var(--text-muted);
            line-height: 1.6;
            text-align: center;
            font-size: 1rem;
        }

/* =====================
   Timeline Responsiva
===================== */

/* Responsividade */
@media (max-width: 1024px) {
    .timeline {
        max-width: 700px;
    }

    .timeline-content {
        max-width: 340px;
        padding: 2rem;
    }

    .timeline-year {
        font-size: 1rem;
        padding: 0.6rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .timeline::before {
        left: 20px;
        transform: none;
    }

    .timeline-item,
    .timeline-item:nth-child(even) {
        width: 100%;
        padding-left: 60px;
        padding-right: 0;
        left: 0;
        justify-content: flex-start;
    }

    .timeline-year {
        left: 60px;
        top: -15px;
        transform: none;
        font-size: 1rem;
    }

    .timeline-content {
        max-width: 100%;
        padding: 1.8rem;
    }

    .timeline-content h3 {
        font-size: 1.2rem;
    }

    .timeline-content p {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .history-section {
        padding: 2rem 1rem;
        border-radius: 16px;
    }

    .timeline::before {
        width: 5px;
        left: 196px;
    }

    .timeline-item {
        margin: 2rem 0;
        padding-left: 50px;
    }

    .timeline-content {
        padding: 2.5rem;
        border-radius: 16px;
    }

    .timeline-year {
        font-size: 0.9rem;
        padding: 0.5rem 1.2rem;
        left: 116px;
    }

    .timeline-content h3 {
        font-size: 1.1rem;
    }

    .timeline-content p {
        font-size: 0.85rem;
    }

    .timeline-icon {
        font-size: 2rem;
    }
}

@media (max-width: 390px) {
    .history-section {
        padding: 1.5rem 0.8rem;
        border-radius: 14px;
    }

    .timeline::before {
        left: 9rem;
        width: 4px;
    }

    .timeline-item {
        padding-left: 45px;
        margin: 1.8rem 0;
    }

    .timeline-content {
        padding: 3.2rem;
        right: 1rem;
    }

    .timeline-year {
        font-size: 0.85rem;
        padding: 0.45rem 1rem;
        left: 90px;
    }

    .timeline-content h3 {
        font-size: 1rem;
    }

    .timeline-content p {
        font-size: 0.8rem;
    }

    .timeline-icon {
        font-size: 1.8rem;
    }
}

@media (max-width: 320px) {
    .history-section {
        padding: 1rem 0.6rem;
        border-radius: 12px;
    }

    .timeline::before {
        left: 10rem;
        width: 3px;
    }

    .timeline-item {
        padding-left: 40px;
        margin: 1.5rem 0;
    }

    .timeline-content {
        padding: 1rem;
        border-radius: 10px;
    }

    .timeline-year {
        font-size: 0.75rem;
        padding: 0.4rem 0.9rem;
    }

    .timeline-content h3 {
        font-size: 0.9rem;
    }

    .timeline-content p {
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .timeline-icon {
        font-size: 1.6rem;
    }
}




/*--------------------------------------------------------------
# History End
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# nhanced CTA Footer Start
--------------------------------------------------------------*/

        .cta-footer {
            background: var(--gradient-primary);
            color: var(--white);
            padding: 8rem;
            text-align: center;
            margin-top: 6rem;
            border-radius: 20px;
            position: relative;
            overflow: hidden;
        }

        .cta-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,60 C300,0 900,120 1200,60 L1200,0 L0,0 Z" fill="%23f8fafc"/></svg>');
            background-size: cover;
        }

        .cta-content {
            position: relative;
            z-index: 2;
        }

        .cta-footer h3 {
            font-size: 3rem;
            margin-bottom: 1.5rem;
            font-weight: 900;
        }

        .cta-footer p {
            font-size: 1.3rem;
            margin-bottom: 3rem;
            opacity: 0.9;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }


        .download-btn {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            border: 2px solid rgba(255, 255, 255, 0.3);
            padding: 1rem 2rem;
            border-radius: 25px;
            font-size: 1rem;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            backdrop-filter: blur(10px);
            z-index: 3;
            position: relative;
            left: 3rem;            
        }

        .download-btn:hover {
            background: white;
            color: var(--azul-turquesa);
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

        .pdf-viewer {
            width: 100%;
            height: calc(100% - 80px);
            border: none;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }



/* ================================================================
  --------------RESPONSIVIDADE DA CTA FOOTER----------------------
 =================================================================*/

/* ====== 767px (tablets e smartphones grandes) ====== */
@media (max-width: 767px) {
  .cta-footer {
    padding: 6rem 3rem;
    margin-top: 5rem;
    border-radius: 18px;
  }

  .cta-footer h3 {
    font-size: 2.5rem;
  }

  .cta-footer p {
    font-size: 1.15rem;
    max-width: 500px;
  }

  .download-btn {
    padding: 0.9rem 1.8rem;
    font-size: 0.95rem;
  }
}

/* ====== 580px ====== */
@media (max-width: 580px) {
  .cta-footer {
    padding: 5rem 2.5rem;
    margin-top: 4rem;
  }

  .cta-footer h3 {
    font-size: 2.2rem;
  }

  .cta-footer p {
    font-size: 1.1rem;
    max-width: 460px;
  }

  .download-btn {
    padding: 0.85rem 1.6rem;
    border-radius: 20px;
    font-size: 0.94rem;
  }
}

/* ====== 560px ====== */
@media (max-width: 560px) {
  .cta-footer {
    padding: 4.5rem 2rem;
  }

  .cta-footer h3 {
    font-size: 2rem;
  }

  .cta-footer p {
    font-size: 1.05rem;
  }
}

/* ====== 520px ====== */
@media (max-width: 520px) {
  .cta-footer {
    padding: 4rem 2rem;
    border-radius: 16px;
  }

  .cta-footer h3 {
    font-size: 1.9rem;
  }

  .cta-footer p {
    font-size: 1rem;
    max-width: 420px;
  }

  .download-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.92rem;
  }
}

/* ====== 480px ====== */
@media (max-width: 480px) {
  .cta-footer {
    padding: 3.5rem 1.8rem;
    margin-top: 3.5rem;
  }

  .cta-footer h3 {
    font-size: 1.8rem;
  }

  .cta-footer p {
    font-size: 0.98rem;
    max-width: 380px;
  }

  .download-btn {
    padding: 0.75rem 1.4rem;
    font-size: 0.9rem;
  }
}

/* ====== 440px ====== */
@media (max-width: 440px) {
  .cta-footer {
    padding: 3rem 1.5rem;
  }

  .cta-footer h3 {
    font-size: 1.7rem;
  }

  .cta-footer p {
    font-size: 0.95rem;
    max-width: 340px;
  }

  .download-btn {
    padding: 0.7rem 1.3rem;
    font-size: 0.88rem;
  }
}

/* ====== 400px ====== */
@media (max-width: 400px) {
  .cta-footer {
    padding: 2.8rem 1.4rem;
  }

  .cta-footer h3 {
    font-size: 1.6rem;
  }

  .cta-footer p {
    font-size: 0.9rem;
  }

  .download-btn {
    padding: 0.7rem 1.2rem;
    font-size: 0.86rem;
  }
}

/* ====== 390px ====== */
@media (max-width: 390px) {
  .cta-footer {
    padding: 2.6rem 1.3rem;
  }

  .cta-footer h3 {
    font-size: 1.55rem;
  }

  .cta-footer p {
    font-size: 0.88rem;
  }

  .download-btn {
    padding: 0.65rem 1.1rem;
    font-size: 0.84rem;
  }
}

/* ====== 360px ====== */
@media (max-width: 360px) {
  .cta-footer {
    padding: 2.4rem 1.2rem;
    margin-top: 2.8rem;
    border-radius: 14px;
  }

  .cta-footer h3 {
    font-size: 1.5rem;
  }

  .cta-footer p {
    font-size: 0.86rem;
    max-width: 300px;
  }

  .download-btn {
    padding: 0.65rem 1rem;
    font-size: 0.82rem;
  }
}

/* ====== 320px ====== */
@media (max-width: 320px) {
  .cta-footer {
    padding: 2rem 1rem;
    margin-top: 2.5rem;
  }

  .cta-footer h3 {
    font-size: 1.4rem;
  }

  .cta-footer p {
    font-size: 0.8rem;
    max-width: 280px;
  }

  .download-btn {
    padding: 0.6rem 0.9rem;
    font-size: 0.8rem;
    border-radius: 18px;
  }
}

/*--------------------------------------------------------------
# nhanced CTA Footer 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
--------------------------------------------------------------*/


