@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%);
    --light-blueb: #dbeafe;

    /* 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);






            --primary-blue: #1e40af;
            --secondary-blue: #3b82f6;
            --light-blue: #60a5fa;
            --dark-blue: #1e3a8a;
            --accent-blue: #06b6d4;
            --text-dark: #1f2937;
            --text-light: #6b7280;
            --white: #ffffff;
            --gradient-1: linear-gradient(135deg, #1e40af 0%, #06b6d4 100%);
            --gradient-2: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
            --gradient-3: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);

    /* 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%);

}

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

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: "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
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Tema Alterador
--------------------------------------------------------------*/
        .controle-tema {
            position: fixed;
            top: 10rem;
            right: 2rem;
            background: var(--vidro-bg);
            color: #f8f9fa;
            backdrop-filter: blur(12px);
            border: 1px solid var(--vidro-borda);
            border-radius: 50px;
            padding: 0.8rem 1.5rem;
            cursor: pointer;
            transition: all 0.4s ease;
            z-index: 1000;
            font-weight: 600;
        }

        .controle-tema:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }
/*--------------------------------------------------------------
# Tema Alterador
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# 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%;
  }

  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/banner5.jpeg);
            background-size: cover;       /* cobre toda a área */
            background-position: center;  /* centraliza bem */
            background-repeat: no-repeat;
            background-repeat: 0;
            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
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Beneficio Start
--------------------------------------------------------------*/

 .section-benefits {
        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;
}



        /* Grid de benefícios */
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            margin-bottom: 4rem;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-10px);
            }
        }

        .section-benefits .floating {
            animation: float 3s ease-in-out infinite;
        }

        .benefit-card {

            /* background: var(--gradient-card);
            border-radius: 20px;
            padding: 3rem 2rem;
            border: 1px solid var(--light-blueb);
            transition: var(--transition-smooth);
            position: relative;
            overflow: hidden; */

            background: white;
            border-radius: 20px;
            padding: 2.5rem 2rem;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            border: 2px solid var(--light-blueb);
        }

        .benefit-card::before {

            /* content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 10px;
            background: var(--gradient-primary);
            transform: scaleX(0);
            transform-origin: left;
            transition: var(--transition-smooth); */

            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: var(--gradient-primary);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s ease;
        }

        .benefit-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15);      
        }

        .benefit-card:hover::before {
            transform: scaleX(1);
        }


        .benefit-icon {
          width: 64px;
          height: 64px;
          background: var(--azul-turquesa);
          border-radius: 16px;
          color: white;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 1.5rem;
          box-shadow: var(--shadow-primary);
        }

        .benefit-icon svg {
            width: 32px;
            height: 32px;
            fill: white;
        }

        .benefit-card:hover .benefit-icon {
        background: var(--gradient-primary);
        transform: rotate(5deg);
        }

        .benefit-title {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: var(--azul-turquesa);
        }

        .benefit-description {
            color: var(--text-muted);
            line-height: 1.6;
        }

/* ================================================================
  --------------RESPONSIVIDADE DE BENEFITS ------------------------
 ================================================================== */

/* ====== 767px (tablets e smartphones grandes) ====== */
@media (max-width: 767px) {
  .section-benefits {
    padding: 2.5rem;
    margin-top: 2.5rem;
    border-radius: 18px;
  }

  .section-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }

  .section-description {
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  }

  .benefits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
  }

  .benefit-card {
    padding: 2.2rem 1.6rem;
  }

  .benefit-icon {
    width: 58px;
    height: 58px;
  }

  .benefit-title {
    font-size: 1.3rem;
  }

  .benefit-description {
    font-size: 0.95rem;
  }
}

/* ====== 580px ====== */
@media (max-width: 580px) {
  .section-benefits {
    padding: 2.3rem 2rem;
    margin-top: 2.3rem;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .benefit-card {
    padding: 2rem 1.5rem;
  }

  .benefit-title {
    font-size: 1.25rem;
  }

  .benefit-description {
    font-size: 0.93rem;
  }
}

/* ====== 560px ====== */
@media (max-width: 560px) {
  .section-benefits {
    padding: 2.1rem 1.8rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .benefit-icon {
    width: 54px;
    height: 54px;
  }

  .benefit-card {
    padding: 1.8rem 1.3rem;
  }

  .benefit-title {
    font-size: 1.2rem;
  }
}

/* ====== 520px ====== */
@media (max-width: 520px) {
  .section-benefits {
    padding: 2rem 1.5rem;
  }

  .benefits-grid {
    gap: 1.5rem;
  }

  .benefit-card {
    padding: 1.7rem 1.2rem;
    border-radius: 16px;
  }

  .benefit-title {
    font-size: 1.15rem;
  }

  .benefit-description {
    font-size: 0.9rem;
  }
}

/* ====== 480px ====== */
@media (max-width: 480px) {
  .section-benefits {
    padding: 1.8rem 1.2rem;
    margin-top: 2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .section-description {
    font-size: 0.9rem;
  }

  .benefits-grid {
    gap: 1.4rem;
  }

  .benefit-card {
    padding: 1.5rem 1.1rem;
  }

  .benefit-icon {
    width: 50px;
    height: 50px;
  }

  .benefit-title {
    font-size: 1.1rem;
  }

  .benefit-description {
    font-size: 0.88rem;
  }
  
  .benefit-card {
    padding: 2.3rem 1.9rem;
  }
}

/* ====== 440px ====== */
@media (max-width: 440px) {
  .section-benefits {
    padding: 1.6rem 1rem;
  }

  .section-title {
    font-size: 1.7rem;
  }

  .benefit-card {
    padding: 1.4rem 1rem;
  }

  .benefit-title {
    font-size: 1.05rem;
  }

  .benefit-description {
    font-size: 0.86rem;
  }

  .benefit-card {
    padding: 2.3rem 1.9rem;
  }
}

/* ====== 400px ====== */
@media (max-width: 400px) {
  .section-benefits {
    padding: 1.4rem 0.9rem;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .section-description {
    font-size: 0.85rem;
  }

  .benefit-icon {
    width: 46px;
    height: 46px;
  }

  .benefit-title {
    font-size: 1rem;
  }

  .benefit-description {
    font-size: 0.84rem;
  }

  .benefit-card {
    padding: 2.3rem 1.9rem;
  }

}

/* ====== 390px ====== */
@media (max-width: 390px) {
  .section-benefits {
    padding: 1.3rem 0.8rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .section-description {
    font-size: 0.82rem;
  }

  .benefit-card {
    padding: 2.3rem 1.9rem;
  }

  .benefit-icon {
    width: 44px;
    height: 44px;
  }

  .benefit-title {
    font-size: 1.1rem;
    margin-bottom: 0.95rem;
  }

  .benefit-description {
    font-size: 0.82rem;
  }
}

/* ====== 360px ====== */
@media (max-width: 360px) {
  .section-benefits {
    padding: 1.2rem 0.8rem;
    margin-top: 1.8rem;
  }

  .section-title {
    font-size: 1.45rem;
  }

  .benefit-card {
    padding: 1.2rem 0.8rem;
    border-radius: 14px;
  }

  .benefit-icon {
    width: 42px;
    height: 42px;
  }

  .benefit-title {
    font-size: 0.9rem;
  }

  .benefit-description {
    font-size: 0.8rem;
  }
}

/* ====== 320px ====== */
@media (max-width: 320px) {
  .section-benefits {
    padding: 1rem 0.7rem;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .section-description {
    font-size: 0.78rem;
  }

  .benefit-icon {
    width: 40px;
    height: 40px;
  }

  .benefit-card {
    padding: 1rem 0.7rem;
  }

  .benefit-title {
    font-size: 0.88rem;
  }

  .benefit-description {
    font-size: 0.78rem;
  }
}

/*--------------------------------------------------------------
# Beneficio End
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Requisitos Start
--------------------------------------------------------------*/

.section-requirements {
        background: var(--gray-light);
        padding: 3rem;
        border-radius: 20px;
        margin-top: 3rem;
}



 /* Seção de requisitos */
        .requirements {
            /* background: var(--azul-marinho);
            background: linear-gradient(135deg, #2545d3 0%, #128c7e 100%);
            color: white;
            border-radius: 24px;
            padding: 4rem 3rem;
            position: relative;
            overflow: hidden; */
            background: linear-gradient(135deg, #0b6a79 10%, #128c7e 100%);
            border-radius: 20px;
            padding: 3rem;
            text-align: center;
            margin: 4rem 0;
            position: relative;
            overflow: hidden;
          color: var(--white);
        }

        .requirements::before {
            /* content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, var(--azul-turquesa) 10%, transparent 70%);
            animation: rotate 30s linear infinite;
            background: radial-gradient(circle, var(--azul-turquesa) 10%, transparent 70%);
            animation: pulse 3s ease-in-out infinite; */
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, var(--azul-turquesa) 10%, transparent 70%);
            animation: pulse 3s ease-in-out infinite;
       
          }

        /* @keyframes rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        } */

        .requirements-content {
            position: relative;
            z-index: 2;
        }

        .requirements-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            margin-top: 3rem;
        }

        .requirement-item {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            padding: 1.5rem;
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            gap: 1rem;
            transition: all 0.3s ease;
        }

        .requirement-item:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }

        .requirement-check {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .requirement-check svg {
            width: 20px;
            height: 20px;
            fill: white;
        }

        .requirement-text {
            font-weight: 500;
        }


/* ================================================================
  --------------RESPONSIVIDADE DE REQUIREMENTS --------------------
 ================================================================== */
/* ====== 767px ====== */
@media (max-width: 767px) {
  .section-requirements {
    padding: 2.5rem;
    border-radius: 18px;
    margin-top: 2.5rem;
  }

  .requirements {
    padding: 2.5rem 2rem;
    border-radius: 18px;
  }

  .requirements-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem;
  }

  .requirement-item {
    padding: 1.4rem;
  }

  .requirement-check {
    width: 38px;
    height: 38px;
  }

  .requirement-text {
    font-size: 1rem;
  }
}

/* ====== 580px ====== */
@media (max-width: 580px) {
  .section-requirements {
    padding: 2.3rem 1.8rem;
  }

  .requirements {
    padding: 2.2rem 1.7rem;
  }

  .requirements-grid {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .requirement-item {
    padding: 1.3rem;
    border-radius: 15px;
  }

  .requirement-check {
    width: 36px;
    height: 36px;
  }

  .requirement-text {
    font-size: 0.98rem;
  }
}

/* ====== 560px ====== */
@media (max-width: 560px) {
  .section-requirements {
    padding: 2rem 1.6rem;
  }

  .requirements {
    padding: 2rem 1.5rem;
  }

  .requirement-item {
    padding: 1.2rem;
    gap: 0.9rem;
  }

  .requirement-check {
    width: 34px;
    height: 34px;
  }

  .requirement-text {
    font-size: 0.95rem;
  }
}

/* ====== 520px ====== */
@media (max-width: 520px) {
  .section-requirements {
    padding: 1.8rem 1.4rem;
  }

  .requirements {
    padding: 1.8rem 1.4rem;
  }

  .requirements-grid {
    gap: 1.2rem;
  }

  .requirement-item {
    padding: 1.1rem;
    border-radius: 14px;
  }

  .requirement-check {
    width: 32px;
    height: 32px;
  }

  .requirement-text {
    font-size: 0.92rem;
  }
}

/* ====== 480px ====== */
@media (max-width: 480px) {
  .section-requirements {
    padding: 1.6rem 1.2rem;
  }

  .requirements {
    padding: 1.6rem 1.2rem;
    margin: 3rem 0;
  }

  .requirements-grid {
    gap: 1.1rem;
  }

  .requirement-item {
    padding: 1rem;
    flex-direction: row;
  }

  .requirement-check {
    width: 30px;
    height: 30px;
  }

  .requirement-check svg {
    width: 16px;
    height: 16px;
  }

  .requirement-text {
    font-size: 0.9rem;
  }
}

/* ====== 440px ====== */
@media (max-width: 440px) {
  .section-requirements {
    padding: 1.5rem 1rem;
  }

  .requirements {
    padding: 1.5rem 1rem;
  }

  .requirement-item {
    padding: 0.95rem;
  }

  .requirement-check {
    width: 28px;
    height: 28px;
  }

  .requirement-text {
    font-size: 0.88rem;
  }
}

/* ====== 400px ====== */
@media (max-width: 400px) {
  .section-requirements {
    padding: 1.3rem 0.9rem;
  }

  .requirements {
    padding: 1.3rem 0.9rem;
  }

  .requirement-item {
    padding: 0.9rem;
    gap: 0.8rem;
  }

  .requirement-check {
    width: 26px;
    height: 26px;
  }

  .requirement-text {
    font-size: 0.85rem;
  }
}

/* ====== 390px ====== */
@media (max-width: 390px) {
  .section-requirements {
    padding: 1.2rem 0.8rem;
  }

  .requirements {
    padding: 1.2rem 0.8rem;
  }

  .requirement-item {
    padding: 0.85rem;
  }

  .requirement-check {
    width: 25px;
    height: 25px;
  }

  .requirement-check svg {
    width: 15px;
    height: 15px;
  }

  .requirement-text {
    font-size: 0.83rem;
  }
}

/* ====== 360px ====== */
@media (max-width: 360px) {
  .section-requirements {
    padding: 1rem 0.7rem;
  }

  .requirements {
    padding: 1rem 0.7rem;
  }

  .requirement-item {
    padding: 0.8rem;
    border-radius: 12px;
  }

  .requirement-check {
    width: 24px;
    height: 24px;
  }

  .requirement-text {
    font-size: 0.8rem;
  }
}

/* ====== 320px ====== */
@media (max-width: 320px) {
  .section-requirements {
    padding: 0.9rem 0.6rem;
  }

  .requirements {
    padding: 0.9rem 0.6rem;
  }

  .requirements-grid {
    gap: 1rem;
  }

  .requirement-item {
    padding: 0.75rem;
  }

  .requirement-check {
    width: 22px;
    height: 22px;
  }

  .requirement-check svg {
    width: 14px;
    height: 14px;
  }

  .requirement-text {
    font-size: 0.78rem;
  }
}

/*--------------------------------------------------------------
# Requisitos End
--------------------------------------------------------------*/








/*--------------------------------------------------------------
# Formuaire Start
--------------------------------------------------------------*
        /* Formulário */
     


.contact-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);
}

.contact-grid {
    display: grid;
    grid-template-columns: 15fr 1.2fr;
    gap: 8rem;
    align-items: start;
}

/* Contact Info */
.contact-info {
    position: sticky;
    top: 120px;
}

.info-header {
    margin-bottom: 2rem;
}

.info-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.5rem;
}



.info-header p {
    color: var(--text-muted);
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.contact-method {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--surface-alt);
    border-radius: 16px;
    border: 1px solid var(--border);
    transition: var(--transition-smooth);
}

.contact-method:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.method-icon {
    width: 48px;
    height: 48px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.method-icon i {
    width: 20px;
    height: 20px;
    color: white;
}

.method-details h4 {
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.25rem;
}

.method-details p {
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.25rem;
}

.method-details span {
    font-size: 0.85rem;
    color: var(--text-muted);
}



/* Contact Form */
.form-wrapper {
    background: var(--gradient-card);
    position: relative;
    left: 7rem;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-light);
}

.form-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.form-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.5rem;
}

.form-header p {
    color: var(--text-muted);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form .form-header {
  background: var(--gray-light);
  border-radius: 15px;
  margin-top: 5px;
  padding: 15px;
}

.form-header h3{
    color: var(--accent);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.input-group {
    display: flex;
    flex-direction: column;
}



.full-width {
    grid-column: 1 / -1;
}

.input-wrapper,
.select-wrapper,
.textarea-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 16px;
    width: 20px;
    height: 20px;
    color: var(--text-muted);
    z-index: 2;
    transition: var(--transition-fast);
}

.input-wrapper input,
.select-wrapper select,
.textarea-wrapper textarea {
    width: 100%;
    padding: 16px 16px 16px 48px;
    border: 2px solid var(--border);
    border-radius: 12px;
    font-size: 1rem;
    background: var(--surface);
    color: var(--text);
    transition: var(--transition-fast);
    font-family: inherit;
}

.input-wrapper label,
.select-wrapper label,
.textarea-wrapper label {
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 1rem;
    pointer-events: none;
    transition: var(--transition-fast);
    background: var(--surface);
    padding: 0 4px;
}

.textarea-wrapper label {
    top: 24px;
    transform: none;
}

.input-wrapper input:focus,
.input-wrapper input:not(:placeholder-shown),
.select-wrapper select:focus,
.select-wrapper select:not([value=""]),
.textarea-wrapper textarea:focus,
.textarea-wrapper textarea:not(:placeholder-shown) {
    border-color: var(--azul-turquesa);
    outline: none;
    box-shadow: 0 0 0 3px hsla(215, 85%, 30%, 0.1);
}

.input-wrapper input:focus + label,
.input-wrapper input:not(:placeholder-shown) + label,
.select-wrapper select:focus + label,
.select-wrapper select:not([value=""]) + label,
.textarea-wrapper textarea:focus + label,
.textarea-wrapper textarea:not(:placeholder-shown) + label {
    top: -8px;
    left: 44px;
    font-size: 0.85rem;
    color: var(--accent);
    font-weight: 500;
}

.input-wrapper input:focus ~ .input-icon,
.select-wrapper select:focus ~ .input-icon,
.textarea-wrapper textarea:focus ~ .input-icon {
    color: var(--accent);
}

.textarea-wrapper textarea {
    resize: vertical;
    min-height: 120px;
    padding-top: 24px;
    color: var(--text-muted);
}




        .file-upload {
            position: relative;
            border: 2px dashed var(--light-blue);
            border-radius: 12px;
            padding: 2rem;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .file-upload:hover {
            border-color: var(--accent);
            /* background: var(--accent); */
        }

        .file-upload input {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            cursor: pointer;
        }

        .file-upload-icon {
            font-size: 2.5rem;
            color: var(--accent);
            margin-bottom: 1rem;
        }

        .file-upload-text {
            color: var(--gray);
        }

        .file-upload-text span {
            color: var(--accent);
            font-weight: 600;
        }

.form-footer {

            text-align: center;
            margin-top: 2rem;
            color: var(--gray);
            font-size: 0.9rem;
    gap: 1.5rem;
    flex-direction: column;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid var(--border);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-fast);
    position: relative;
}

.checkbox-wrapper input[type="checkbox"]:checked + .checkbox-custom {
    background: var(--gradient-primary);
    border-color: var(--primary);
}

.checkbox-wrapper input[type="checkbox"]:checked + .checkbox-custom::after {
    content: '✓';
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.checkbox-wrapper a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.checkbox-wrapper a:hover {
    text-decoration: underline;
}



        .submit-btn {
            background: var(--gradient-primary);
            color: var(--white);
            padding: 1.3rem 2.5rem;
            border: none;
            border-radius: 50px;
            font-size: 1.2rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            position: relative;
            overflow: hidden;
            margin-bottom: 2rem;
        }

        .submit-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;
        }

        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
        }

        .submit-btn:hover::before {
            left: 100%;
        }

        .submit-btn:disabled {
            opacity: 0.7;
            cursor: not-allowed;
            transform: none;
        }


        
        .loading-spinner {
            display: none;
            width: 20px;
            height: 20px;
            border: 2px solid transparent;
            border-top: 2px solid var(--white);
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

.btn-submit.loading .btn-text,
.btn-submit.loading .btn-icon {
    display: none;
}

.btn-submit.loading .btn-loader {
    display: block;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


/* ================================================================
  ----------------------RESPONSIVIDADE ----------------------------
 ================================================================== */
/* ====== 767px ====== */
@media (max-width: 767px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact-info {
    position: static;
    text-align: center;
  }

  .form-wrapper {
    left: 0;
    padding: 2rem;
  }

  .form-header h3 {
    font-size: 1.5rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .submit-btn {
    width: 100%;
  }
}

/* ====== 580px ====== */
@media (max-width: 580px) {
  .contact-section {
    padding: 2rem;
    border-radius: 16px;
  }

  .contact-method {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .method-icon {
    width: 42px;
    height: 42px;
  }

  .form-wrapper {
    padding: 1.8rem;
  }
}

/* ====== 560px ====== */
@media (max-width: 560px) {
  .contact-section {
    padding: 1.8rem;
  }

  .form-header h3 {
    font-size: 1.4rem;
  }

  .contact-form {
    gap: 1.2rem;
  }
}

/* ====== 520px ====== */
@media (max-width: 520px) {
  .contact-section {
    padding: 1.5rem;
  }

  .form-wrapper {
    border-radius: 18px;
    padding: 1.6rem;
  }

  .input-wrapper input,
  .select-wrapper select,
  .textarea-wrapper textarea {
    padding: 14px 14px 14px 44px;
    font-size: 0.95rem;
  }

  .submit-btn {
    padding: 1.1rem 2rem;
    font-size: 1rem;
  }
}

/* ====== 480px ====== */
@media (max-width: 480px) {
  .section-container {
    padding: 0 1rem;
  }

  .contact-section {
    padding: 1.5rem 1rem;
  }

  .contact-methods {
    gap: 1rem;
  }

  .form-wrapper {
    padding: 1.5rem;
  }

  .form-header h3 {
    font-size: 1.3rem;
  }

.input-wrapper input:focus + label,
.input-wrapper input:not(:placeholder-shown) + label,
.select-wrapper select:focus + label,
.select-wrapper select:not([value=""]) + label,
.textarea-wrapper textarea:focus + label,
.textarea-wrapper textarea:not(:placeholder-shown) + label {
    top: -8px;
    left: 44px;
    font-size: 0.6rem;
    color: var(--accent);
    font-weight: 500;
}
}

/* ====== 440px ====== */
@media (max-width: 440px) {
  .contact-section {
    padding: 1.2rem;
  }

  .form-wrapper {
    padding: 1.3rem;
  }

  .submit-btn {
    font-size: 0.95rem;
    padding: 1rem 1.8rem;
  }

.input-wrapper input:focus + label,
.input-wrapper input:not(:placeholder-shown) + label,
.select-wrapper select:focus + label,
.select-wrapper select:not([value=""]) + label,
.textarea-wrapper textarea:focus + label,
.textarea-wrapper textarea:not(:placeholder-shown) + label {
    top: -8px;
    left: 44px;
    font-size: 0.58rem;
    color: var(--accent);
    font-weight: 500;
}

}

/* ====== 400px ====== */
@media (max-width: 400px) {
  .contact-section {
    padding: 1rem;
  }

  .form-wrapper {
    padding: 1.2rem;
  }

  .form-header h3 {
    font-size: 1.2rem;
  }

  .method-details h4 {
    font-size: 1rem;
  }

  .method-details p {
    font-size: 0.9rem;
  }

.input-wrapper input:focus + label,
.input-wrapper input:not(:placeholder-shown) + label,
.select-wrapper select:focus + label,
.select-wrapper select:not([value=""]) + label,
.textarea-wrapper textarea:focus + label,
.textarea-wrapper textarea:not(:placeholder-shown) + label {
    top: -8px;
    left: 44px;
    font-size: 0.55rem;
    color: var(--accent);
    font-weight: 500;
}
}

/* ====== 390px ====== */
@media (max-width: 390px) {
  .contact-section {
    padding: 0.9rem;
  }

  .form-header p{
    font-size: 12px;
  }

  .form-wrapper {
    padding: 1rem;
    border-radius: 14px;
  }

.input-wrapper input:focus + label,
.input-wrapper input:not(:placeholder-shown) + label,
.select-wrapper select:focus + label,
.select-wrapper select:not([value=""]) + label,
.textarea-wrapper textarea:focus + label,
.textarea-wrapper textarea:not(:placeholder-shown) + label {
    top: -8px;
    left: 44px;
    font-size: 0.5rem;
    color: var(--accent);
    font-weight: 500;
}

  .submit-btn {
    font-size: 0.64rem;
    width: 11rem;
  }
}



/* ====== 360px ====== */
@media (max-width: 360px) {
  .form-wrapper {
    padding: 0.9rem;
  }

  .form-header h3 {
    font-size: 1.1rem;
  }

  .contact-form {
    gap: 1rem;
  }

  .input-wrapper input,
  .select-wrapper select,
  .textarea-wrapper textarea {
    padding: 12px 12px 12px 40px;
    font-size: 0.9rem;
  }
}

/* ====== 320px ====== */
@media (max-width: 320px) {
  .contact-section {
    padding: 0.8rem;
  }

  .form-wrapper {
    padding: 0.8rem;
  }

  .form-header h3 {
    font-size: 1rem;
  }

  .submit-btn {
    padding: 0.9rem 1.6rem;
    font-size: 0.85rem;
  }

  .method-details h4,
  .method-details p {
    font-size: 0.85rem;
  }
}


/*--------------------------------------------------------------
# Formuaire 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
--------------------------------------------------------------*/
