/**
 * Theme Name:     TOP 100 Personalidades
 * Author:         Marketing Tech - TOTVS
 * Template:       hello-elementor
 * Text Domain:	   top-100-personalidades
 * Description:    Tema desenvolvido para uso no site TOP 100 personalidades do RH. TOTVS
 * Theme URI:      https://top100personalidadesrh.totvs.com
 * Version:        1.0
 */

.card-back {
  background: #00CFFF;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #002233;
  font-family: 'TOTVS', sans-serif !important;
}

.card-back .redes-label {
  font-weight: 600;
  margin-bottom: 14px;
  font-size: 1rem;
  color: #002233;
  font-family: 'TOTVS', sans-serif !important;
}

/* Contêiner dos ícones */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 18px;
}

/* 🔹 Círculo azul escuro + ícone azul claro */
.social-icons a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  color: #00CFFF !important;       /* 🔹 Ícone azul claro */
  font-size: 1.3rem !important;
  text-decoration: none !important;
  box-shadow: none !important;
  border: none !important;
  transition: none !important;
}

.social-icons a i {
  color: #00CFFF !important; /* Garante ícone azul claro */
  font-weight: 600 !important;
}

.participante-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 0 rgba(0, 224, 255, 0);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  transform: scale(1);
}

.participante-card:hover {
  border-color: #00e0ff;
  box-shadow: 0 0 15px rgba(0, 224, 255, 0.5);
  transform: scale(1.03);
}

.social-icons {
    display: flex
;
    justify-content: center;
    gap: 0px!important;
}

.card-front .info p {
    font-family: TOTVS ! Important;
    margin: 4px 0 0 0;
    font-size: .9rem;
    color: #555;
}

.card-front .info h3 {
    font-family: 'TOTVS' !important;
    margin: 0;
    font-size: 1rem;
    color: #001F3F;
    font-weight: 600;
}

.card-back .redes-label {
    font-family: 'TOTVS' !important;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 1rem;
}