* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --bg: #A3BCB6;    
  --ice: #D9EEF2;     
  --teal: #008EAA;    
}

body { font-family: var(--font-roboto, system-ui, Arial, sans-serif); color: var(--teal); }

.tudo{
  width: 100%;
  min-height: 100dvh;           
  background: var(--bg);
}

header{
  background: var(--ice);
  display: flex;
  flex-direction: column;        
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
}

.tt{ height: 60px; max-width: 100%; }

.fc{
  display: flex;
  flex-direction: column;        
  align-items: center;
  gap: 8px;
  width: 100%;
}


.fc a,
.cnt,.hm,.qm,.pr,.pd,.ct,.cd {
  text-decoration: none;
  font-family: "Questrial", sans-serif;
  color: var(--teal);
  display: inline-block;
  margin: 0;                    
}

.dp{                               
  font-weight: 500;
  text-transform: uppercase;
  color: var(--teal);
  font-size: clamp(24px, 8vw, 40px);
  margin: 24px 16px 8px;
  text-align: center;
}

.oq{                            
  font-weight: 500;
  text-transform: uppercase;
  color: var(--teal);
  font-size: clamp(12px, 3.8vw, 16px);
  margin: 0 16px 16px;
  text-align: center;
}

.psq{                             
  width: 100%;
  max-width: 480px;
  height: 44px;
  border-radius: 20px;
  border: 0;
  background: var(--teal);
  color: var(--ice);
  padding: 0 16px;
  margin: 8px auto 16px;
  display: block;
}


.depoimento, .jp, .la{
  width: 100%;
  max-width: 1100px;             
  background: var(--ice);
  margin: 12px auto;             
  padding: 16px;
  border-radius: 12px;
  display: flex;                 
  align-items: center;
  gap: 16px;
}


.ml, .cr, .mh{
  width: clamp(56px, 16vw, 96px);
  height: clamp(56px, 16vw, 96px);
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  margin: 0;                     
}


.cp, .st, .ex, .nt{
  margin: 0;
  font-size: clamp(14px, 4.2vw, 20px);
  line-height: 1.45;
  color: var(--teal);
}


.depoimento > *, .jp > *, .la > * { min-width: 0; }


.prd{
  font-weight: 500;
  text-transform: uppercase;
  color: var(--teal);
  font-size: clamp(24px, 7vw, 40px);
  margin: 32px 16px 8px;
  text-align: center;
}

.gr{
  color: var(--teal);
  font-size: clamp(14px, 4vw, 20px);
  margin: 8px 16px 0;
  text-align: center;
}


.p1, .p2{
  width: 100%;                   
  min-height: 140px;
  background: var(--ice);
  margin: 12px auto;
  border-radius: 12px;
  padding: 16px;
  display: inline-block;         
  vertical-align: top;
 
}

.btnp{
  background: var(--ice);
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 500;
  color: var(--teal);
  display: block;
  margin: 16px auto;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;    
}


.rd{
  background: var(--ice);
  width: 100%;
  padding: 24px 16px;
  margin-top: 32px;
}

.tt1{ width: 250px; max-width: 100%; margin: 16px 0; }

.links{
  font-size: clamp(16px, 3.5vw, 20px);
  color: var(--teal);
  text-align: center;
  margin: 8px 0 16px;
}

.bt{ text-decoration: none; color: var(--teal); }

#Formulario_rodape{
  margin-top: 8px;
  display: flex;                
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

#email_rodape {
  flex: 1 1 260px;               
  height: 44px;
  padding: 10px 14px;
  border: 0;
  border-radius: 6px;
  color: var(--ice);
  background: var(--teal);
}

#Botao_envio {
  height: 44px;
  padding: 0 16px;
  background: var(--bg);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.ct{                               
  position: static;                 
  color: var(--teal);
  text-align: center;
  margin-top: 8px;
}


@media (min-width: 550px) and (max-width: 1100px) {
  header{
    flex-direction: row;           
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
  }

  .fc{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 20px;
    width: auto;
  }

  .dp, .prd { font-size: clamp(28px, 5vw, 44px); text-align: center; }
  .oq { font-size: clamp(13px, 2.6vw, 18px); }

  .depoimento, .jp, .la{ padding: 18px; }
  .ml, .cr, .mh{ width: clamp(72px, 10vw, 92px); height: clamp(72px, 10vw, 92px); }
  .cp, .st, .ex, .nt{ font-size: clamp(15px, 2.5vw, 18px); }

 
  .p1, .p2{
    width: 48%;
    margin: 1%;
  }

  #Formulario_rodape{ justify-content: center; }
}


@media (min-width: 1101px) {
  header{ padding: 16px 48px; }
  .fc{ gap: 24px; }

  .dp, .prd { font-size: clamp(36px, 4vw, 56px); }
  .oq { font-size: clamp(14px, 1.6vw, 20px); }

  .depoimento, .jp, .la{ padding: 20px; }

  .p1, .p2{ width: 18%; margin: 1%; }

  #Formulario_rodape{ justify-content: flex-start; }
}
.s24{
  width: 50%;
  margin-left: 20%;
  text-decoration: none;
  color: #008EAA;
}
.pç{
  font-size: x-large;
  font-weight: 500;
}

