/* Estilos específicos para a seção "Nossa Presença Global" */

/* Remover fundo verde e aplicar fundo branco */
#global.section {
  background-color: #FFFFFF !important;
  color: #6C13FB !important; /* Cor roxa para textos */
}

/* Aplicar cor roxa para todos os textos na seção */
#global h2,
#global p,
#global .stat-title,
#global .stat-number,
#global li,
#global a {
  color: #6C13FB !important;
  text-shadow: none !important;
}

/* Ajustes para elementos específicos */
#global .fade-in {
  color: #6C13FB !important;
}

#global .map-container {
  border: 2px solid #6C13FB;
}

#global .map-container div {
  background-color: rgba(108, 19, 251, 0.1) !important;
  color: #6C13FB !important;
}

/* Ajustes para os cards de estatísticas */
#global .stat-card {
  background-color: rgba(108, 19, 251, 0.05) !important;
  border: 1px solid rgba(108, 19, 251, 0.2);
}

#global .stat-number {
  color: #6C13FB !important;
  -webkit-text-fill-color: #6C13FB !important;
  font-weight: bold;
}

#global .stat-title {
  color: #6C13FB !important;
  font-weight: 600;
}

/* Garantir que ícones também sejam roxos */
#global i {
  color: #6C13FB !important;
}

/* Ajustes para links */
#global a {
  color: #6C13FB !important;
  text-decoration: underline;
}

#global a:hover {
  color: #5710C7 !important; /* Roxo mais escuro no hover */
}

/* Garantir que o título principal seja destacado */
#global h2 {
  color: #6C13FB !important;
  font-weight: bold;
  border-bottom: 3px solid #6C13FB;
  display: inline-block;
  padding-bottom: 5px;
}

/* Garantir que o subtítulo seja destacado */
#global p.fade-in:nth-of-type(1) {
  color: #6C13FB !important;
  font-weight: 500;
}
