
*{
    margin: 0;
}
body {
  font-family: "Poppins", sans-serif;
  background: #e4e4e4;
  color: #0F1E48;
}

.contact-container { width: 90%; max-width: 1600px; margin: 0 auto; }

/* Header normal (não fixo) */
.contact-header {
  width: 100%;
  margin: 20px 0; /* dá um respiro de cima */
}

.contact-header-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 18px;
  border-radius: 10px;
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
}
.contact-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.contact-brand-mark {
  width: 320px; height: 60px;
  background: url("web/Logo/Agil_1.png") ;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-backlink {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px; background: #ECEFF5;
  text-decoration: none; font-weight: 600; font-size: 13px;
}
.contact-backlink-ico {
  width: 20px; height: 20px;
  background: url("web/Icones/seta\ 1.png") no-repeat center/19px;
  border-radius: 50%;
}

/* Hero */
.contact-hero { padding: 160px 0 80px; position: relative; }
.contact-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-hero-copy h1 { font-size: 40px; line-height: 1.2; color: #2d2d83;}
.contact-hero-copy p { margin-top: 20px; color: #2d2d83; font-size: 20px; }

/* Form */
.contact-form {
  background: #fff; padding: 20px; border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  display: grid; gap: 14px;
}
.contact-form label { display: grid; gap: 6px; font-size: 20px; color: #5A678C; }
.contact-form input {
  height: 45px; padding: 0 12px; border-radius: 8px;
  border: 1px solid #E5E8F0; background: #F9FAFC;
}
.contact-btn {
  background: #A3C530; color: #fff; border: none; padding: 12px;
  border-radius: 8px; font-weight: 600; cursor: pointer;
}
.contact-btn:hover { background: #8eab28; }

/* Faixa ícones */
.contact-strip { margin: 40px 0; }
.contact-strip-grid { display: grid; grid-template-columns: repeat(1, 1fr); }
.contact-tile { height: 60px; background-size: cover; background-position: center; }

/* Ajustar cada tile com sua imagem */
.contact-strip-img {
  width: 100%;
  height: 100px; /* ajuste conforme a altura real da arte */
  background: url("web/Elementos.png") no-repeat center/cover;
  border-radius: 8px; /* opcional */
}
.contact-strip {
  margin: 40px 0;
  text-align: center; /* centraliza no container */
}

.contact-strip-img {
  display: inline-block;
  max-width: 50%;
  height: auto;
}



/* Social */
.contact-social { margin: 60px 0; }
.contact-social-wrap { display: flex; align-items: center; gap: 20px; background: #2E5AAC; border-radius: 16px; padding: 20px; color: #fff; }
.contact-social-art {
  width: 180px; height: 200px;
  background: url("web/Imagens/person.png") no-repeat center/cover;
  border-radius: 12px;
}
.contact-social {
  margin: 60px 0;
  text-align: center;
}

.contact-social-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 12px; /* opcional */
}




.site-footer {
  position: relative;
  background: #0F1E48 url("web/Footer.png")  no-repeat center;
  background-size: 100% auto; /* largura 100%, altura proporcional */
  color: #fff;
  padding: 140px 7% 30px;
  overflow: hidden;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 470px;
  align-items: start;
  text-align: left;
}

.footer-col h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
    margin-top: -28px;

}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col{
    margin-top: -80px;
}
.footer-col ul li {
  margin-bottom: 8px;
}
.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.footer-col ul li a:hover {
  color: #1ED39A;
}

.footer-col p {
  margin: 6px 0;
  font-size: 15px;
}

/* Logo */
.logo-footer {
  max-width: 230px;
  margin-bottom: 20px;
  margin-top: -35px;
}

/* Redes sociais */
.footer-social a img {
  width: 32px;
  margin-right: 10px;
  transition: transform 0.2s;
}
.footer-social a img:hover {
  transform: scale(1.1);
}

/* Parte de baixo */
.footer-bottom {
  margin-top: 40px;
  text-align: center;
}
.footer-bottom img {
  max-width: 200px;
}

/* Quadrados decorativos */
.footer-deco {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 1;
}
@media (max-width: 1367px){
    body {
  font-family: "Poppins", sans-serif;
  background: #e4e4e4;
  color: #0F1E48;
}

.contact-container { width: 90%; max-width: 1200px; margin: 0 auto; }

/* Header */
/* Header normal (não fixo) */
.contact-header {
  width: 100%;
  margin: 20px 0; /* dá um respiro de cima */
}

.contact-header-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255,255,255,.85);
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid rgba(15,30,72,.08);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.contact-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.contact-brand-mark {
  width: 320px; height: 42px;
  background: url("web/Logo/Agil_1.png") ;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-backlink {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px; background: #ECEFF5;
  text-decoration: none; font-weight: 600; font-size: 13px;
}
.contact-backlink-ico {
  width: 20px; height: 20px;
  background: url("web/Icones/seta\ 1.png") no-repeat center/19px;
  border-radius: 50%;
}

/* Hero */
.contact-hero { padding: 160px 0 80px; position: relative; }
.contact-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-hero-copy h1 { font-size: 40px; line-height: 1.2; }
.contact-hero-copy p { margin-top: 20px; color: #5A678C; }

/* Form */
.contact-form {
  background: #fff; padding: 20px; border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  display: grid; gap: 14px;
}
.contact-form label { display: grid; gap: 6px; font-size: 14px; color: #5A678C; }
.contact-form input {
  height: 45px; padding: 0 12px; border-radius: 8px;
  border: 1px solid #E5E8F0; background: #F9FAFC;
}
.contact-btn {
  background: #A3C530; color: #fff; border: none; padding: 12px;
  border-radius: 8px; font-weight: 600; cursor: pointer;
}
.contact-btn:hover { background: #8eab28; }

/* Faixa ícones */
.contact-strip { margin: 40px 0; }
.contact-strip-grid { display: grid; grid-template-columns: repeat(1, 1fr); }
.contact-tile { height: 60px; background-size: cover; background-position: center; }

/* Ajustar cada tile com sua imagem */
.contact-strip-img {
  width: 100%;
  height: 100px; /* ajuste conforme a altura real da arte */
  background: url("web/Elementos.png") no-repeat center/cover;
  border-radius: 8px; /* opcional */
}
.contact-strip {
  margin: 40px 0;
  text-align: center; /* centraliza no container */
}

.contact-strip-img {
  display: inline-block;
  max-width: 50%;
  height: auto;
}



/* Social */
.contact-social { margin: 60px 0; }
.contact-social-wrap { display: flex; align-items: center; gap: 20px; background: #2E5AAC; border-radius: 16px; padding: 20px; color: #fff; }
.contact-social-art {
  width: 180px; height: 200px;
  background: url("web/Imagens/person.png") no-repeat center/cover;
  border-radius: 12px;
}
.contact-social {
  margin: 60px 0;
  text-align: center;
}

.contact-social-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 12px; /* opcional */
}
.site-footer {
  position: relative;
  background: #0F1E48 url("web/Footer.png")  no-repeat center;
  background-size: 100% auto; /* largura 100%, altura proporcional */
  color: #fff;
  padding: 135px 7% 17px;
  overflow: hidden;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 320px;
  align-items: start;
  text-align: left;
}

.footer-col h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
    margin-top: -38px;

}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col{
    margin-top: -80px;
}
.footer-col ul li {
  margin-bottom: 8px;
}
.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.footer-col ul li a:hover {
  color: #1ED39A;
}

.footer-col p {
  margin: 6px 0;
  font-size: 15px;
}

/* Logo */
.logo-footer {
  max-width: 245px;
  margin-bottom: 20px;
  margin-top: -50px;
}

/* Redes sociais */
.footer-social a img {
  width: 32px;
  margin-right: 10px;
  transition: transform 0.2s;
}
.footer-social a img:hover {
  transform: scale(1.1);
}

/* Parte de baixo */
.footer-bottom {
  margin-top: 40px;
  text-align: center;
}
.footer-bottom img {
  max-width: 200px;
}

/* Quadrados decorativos */
.footer-deco {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 1;
}
}
/* ===== Swap de imagens: web vs mobile ===== */

/* Por padrão (web): mostra web, esconde mobile */
.contact-strip-img--mob,
.contact-social-img--mob { display: none; }

/* Garantir que as <img> não recebam background acidental dessa classe genérica */
.contact-strip-img,
.contact-social-img { background: none !important; }

/* Tamanhos padrão web já são os seus atuais; só reforço: */
.contact-strip-img--web { display: inline-block; }
.contact-social-img--web { display: inline-block; }

/* ===== Mobile (≤ 768px): esconde web e mostra mobile ===== */
@media (max-width: 768px) {
  /* esconde as versões web */
  .contact-strip-img--web,
  .contact-social-img--web { display: none !important; }

  /* mostra as versões mobile */
  .contact-strip-img--mob,
  .contact-social-img--mob { display: inline-block !important; }

  /* tamanhos iguais ao mock */
  .contact-strip-img--mob {
    width: 56%;
    max-width: 420px;
    height: auto;
    border-radius: 8px;
  }
  .contact-social-img--mob {
    width: 92%;
    max-width: 420px;
    height: auto;
    border-radius: 16px;
  
  }

  /* centralização dentro do container */
  .contact-strip .contact-container,
  .contact-social .contact-container {
    display: flex;
    justify-content: center;
  }
}
/* ===== MOBILE (≤ 768px) — tela do mock ===== */
@media (max-width: 768px) {
  /* container mais estreito */
  .contact-container { width: 92%; max-width: 420px; }

  /* HEADER: só o logo central */
  .contact-header { margin: 12px 0; }
  .contact-header-grid{
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
    
  }
  .contact-brand-mark{
    width: 160px; height: 36px;
    background-size: contain; background-repeat: no-repeat;
    margin: 0 auto;
    margin-left: 40px;
  }
  .contact-backlink{ display:none; }

  /* HERO: título e subtítulo centralizados como no mock */
  .contact-hero{ padding: 24px 0 20px; }
  .contact-hero-grid{ display: block; }
  .contact-hero-copy{ text-align: center; }
  .contact-hero-copy h1{
    font-size: 24px; line-height: 1.25; color:#2D2D83;
    margin: 15px auto 10px;
  }
  .contact-hero-copy p{
    font-size:18px; line-height:1.55; color:#5A678C;
    max-width: 320px; margin: 30px auto;
  }

  /* FORM: cartão branco com cantos mais suaves, botão verde largo */
  .contact-form{
    margin: 16px auto 0;
    padding: 16px;
    border-radius: 16px;
    gap: 12px;
    max-width: 420px;
  }
  .contact-form label{ font-size:13px; gap:6px; }
  .contact-form input{
    height: 44px; border-radius: 12px;
    background:#F7F9FC; border:1px solid #E6E9F0;
  }
  .contact-btn{
    height: 46px; width: 100%;
    border-radius: 22px; font-size: 15px;
    background:#A4C400; /* tom do mock */
  }

  /* FAIXA DE ÍCONES: arte menor e central */
  .contact-strip{ margin: 30px 0; text-align:center; }
  .contact-strip .contact-container{ display:flex; justify-content:center; }
  .contact-strip-img{
    display:inline-block;
    max-width: 56%;
    height:auto; border-radius: 8px;
  }

  /* CARD DE REDES: imagem com cantos arredondados e margem */
  .contact-social{ margin: 28px 0; text-align:center; }
  .contact-social .contact-container{ display:flex; justify-content:center; }
  .contact-social-img{
    width: 92%; max-width: 420px;
    height:auto; border-radius:16px; display:inline-block; margin: 30px;
  }

  /* FOOTER: pilha, central e compacto */
  .site-footer{
    padding: 40px 6% 22px;
    background-size: 130% auto;
  }
  .footer-container{
    display:grid; grid-template-columns:1fr;
    gap: 18px; text-align:left;
  }
  .logo-footer{ max-width: 180px; margin: 0 0 12px 0; }
  .footer-col h4{ font-size:16px; margin: 0 0 10px 0; }
  .footer-col ul li a, .footer-col p{ font-size:14px; }
  .footer-bottom{ margin-top:22px; }
  .footer-bottom img{ max-width:180px; }
  .site-footer {
  position: relative;
  background: #0F1E48 url("Mobile/footer.png")  no-repeat center;
  background-size: 100% auto; /* largura 100%, altura proporcional */
  color: #fff;
  padding: 40px 7% 17px;
  overflow: hidden;
}
.footer-col{
  margin-top: 0;
}
}
/* Libera o clique no formulário do hero */
.contact-hero { position: relative; }
.contact-hero-bg {
  position: absolute; inset: 0; 
  z-index: 0; 
  pointer-events: none; /* não captura cliques */
}
.contact-form { position: relative; z-index: 2; }
 
/* container posicionável */
.social-box{ position: relative; }

/* garante que a imagem preenche e não crie gaps */
.contact-social-img{ display:block; width:100%; height:auto; border-radius:16px; }

/* hotspots invisíveis sobre a arte */
.social-hotspot{
  position:absolute;
  z-index:5;
  display:block;
  width:84px;                 /* tamanho do clique no desktop */
  height:84px;
  opacity:0;                  /* INVISÍVEL */
  background:#e33535;
  cursor:pointer;
  pointer-events:auto;
}

/* foco acessível pra quem navega por teclado */
.social-hotspot:focus{ outline:2px dashed rgba(255,255,255,.8); outline-offset:2px; }

/* --- POSIÇÃO NO DESKTOP (ajuste os % se precisar) --- */
.social-hotspot.ig{ top:59%; right:16%; transform:translateY(-45%); }
.social-hotspot.li{ top:60%; right:8%;  transform:translateY(-50%);  }

/* --- POSIÇÃO NO MOBILE (outra arte) --- */
@media (max-width:768px){
  .social-hotspot{ width:53px; height:53px; }
  /* ajuste fino conforme a arte mobile */
  .social-hotspot.ig{ top:61%; left:60%; transform:translate(-50%,-50%); right:auto; }
  .social-hotspot.li{ top:61%; left:75%; transform:translate(-50%,-50%); right:auto; }
}

/* Mostra/oculta imagens web x mobile (mantendo seu padrão) */
.contact-social-img--mob{ display:none; }
@media (max-width:768px){
  .contact-social-img--web{ display:none !important; }
  .contact-social-img--mob{ display:inline-block !important; }
}

/* DEBUG OPCIONAL: pra ver as áreas enquanto posiciona
   (adicione class="hotspot-debug" no <body> e remova depois) */
body.hotspot-debug .social-hotspot{ opacity:.25; background:rgba(255,0,0,.25); }
