.custom-p {
  color: #000000; /* Colores */
  text-align: center;
}

/* Cambiar la fuente de los textos en las tarjetas */
.card-body {
  font-family: 'Georgia', sans-serif;  
}

/* Cambiar texto del h2 titulos */
.card-body h2 {
  font-family: 'Arial', sans-serif;  
  font-weight: bold;
}

.cardIcon {
  font-size: 32px;  /* Tamaño base, si no se usa fa-xl */
  margin-bottom: 5px;
  color: #333;  /* Color por defecto de los iconos */
}

/* Cambiar el color del icono  cuando se pasa el cursor */
.card:hover .cardIcon {
  color: #ffffff;
}

/* Cambiar el color del texto dentro del card a blanco cuando se pasa el cursor */
.card:hover .card-title {
  color: #ffffff;  
}

/* Colores por red social solo al pasar el cursor */
.card.facebook:hover {
  background-color: #1877f2;
}

.card.instagram:hover {
  background: linear-gradient(45deg, #f09433, #d66136, #dc2743, #cc2366, #bc1888);
}

.card.twitter:hover {
  background-color: #000000; /* Twitter X */
}

.card.github:hover {
  background-color: #181717; /* GitHub */
}

.card.youtube:hover {
  background-color: #FF0000; /* YouTube */
}

.card.discord:hover {
  background-color: #5865f2;
}

.card.linkedin:hover {
  background-color: #0077b5;
}

.card.telegram:hover {
  background-color: #0088cc;
}

.card.meetup:hover {
  background-color: #ED1C40;
}

.card.whatsapp:hover  {
  background-color: #148073;  
}

/* SPONSORS */
.sponsors-hero {
  background: #f7f9fc;
  border-bottom: 1px solid #e5e7eb;
  padding: 5rem 0;
}

.sponsors-hero-content {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}

.sponsors-kicker {
  color: #1f5fbf;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.sponsors-hero h1 {
  color: #111827;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.sponsors-hero p {
  color: #374151;
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0 auto 1.75rem;
  max-width: 760px;
}

.sponsors-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.sponsors-hero-actions .btn,
.sponsor-cta-card .btn {
  border-radius: 6px;
  font-weight: 800;
  white-space: normal;
}

.sponsors-primary {
  background-color: #1f5fbf;
  border-color: #1f5fbf;
}

.sponsors-primary:hover,
.sponsors-primary:focus {
  background-color: #174b99;
  border-color: #174b99;
}

.sponsor-benefits-section,
.current-sponsors-section {
  background: #ffffff;
  padding: 4.5rem 0;
}

.sponsor-opportunities-section,
.sponsor-cta-section,
.sponsor-kit-section {
  background: #f7f9fc;
  padding: 4.5rem 0;
}

.community-merch-section {
  background: #ffffff;
  padding: 4.5rem 0;
}

.merch-page-hero {
  border-bottom: 1px solid #e5e7eb;
  padding: 5rem 0;
}

.merch-impact-section {
  background: #f7f9fc;
  padding: 4.5rem 0;
}

.sponsor-section-header {
  margin: 0 auto 2rem;
  max-width: 820px;
  text-align: center;
}

.sponsor-section-header h2 {
  color: #111827;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.sponsor-section-header p {
  color: #374151;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.sponsor-benefits-grid,
.sponsor-opportunities-grid {
  display: grid;
  gap: 1rem;
}

.sponsor-benefits-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sponsor-opportunities-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sponsor-benefit-card,
.sponsor-opportunity-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
}

.sponsor-benefit-card i {
  color: #ffd43b;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.sponsor-benefit-card h3,
.sponsor-opportunity-card h3 {
  color: #111827;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.sponsor-benefit-card p,
.sponsor-opportunity-card p {
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0;
}

.community-merch-layout {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.community-merch-copy h2 {
  color: #111827;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.community-merch-copy h1 {
  color: #111827;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.community-merch-copy p {
  color: #374151;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.community-merch-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.community-merch-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
}

.community-merch-card i {
  color: #ffd43b;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.community-merch-card h3 {
  color: #111827;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.community-merch-card p {
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0;
}

.sponsor-logo-grid {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-items: center;
}

.sponsor-image {
  max-width: 230px;  /* Tamaño máximo de las imágenes */
  width: 100%;
  height: auto;
  margin: 0.5rem;
  transition: transform 0.3s ease;
}

.sponsor-image:hover {
  transform: scale(1.1);  /* Efecto al pasar el cursor en la imagen */
}

.sponsor-kit-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sponsor-kit-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
}

.sponsor-kit-featured {
  border-color: #1f5fbf;
  box-shadow: 0 16px 38px rgba(31, 95, 191, 0.14);
}

.sponsor-kit-tier {
  color: #1f5fbf;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.sponsor-kit-card h3 {
  color: #111827;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.sponsor-kit-card ul {
  color: #4b5563;
  line-height: 1.65;
  margin: 0;
  padding-left: 1.1rem;
}

.sponsor-kit-card li + li {
  margin-top: 0.5rem;
}

.sponsor-kit-deliverables {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-top: 1rem;
  padding: 1.5rem;
  text-align: center;
}

.sponsor-kit-deliverables h3 {
  color: #111827;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.sponsor-kit-deliverables-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.sponsor-kit-deliverables-grid span {
  background: #eef4ff;
  border: 1px solid #d6e4ff;
  border-radius: 999px;
  color: #174b99;
  font-weight: 800;
  padding: 0.55rem 0.85rem;
}

.sponsor-cta-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 2rem;
}

.sponsor-cta-card h2 {
  color: #111827;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.sponsor-cta-card p {
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 720px;
}

/* Responsividad para móviles */
@media (max-width: 1024px) {
  .sponsor-benefits-grid,
  .sponsor-opportunities-grid,
  .sponsor-logo-grid,
  .sponsor-kit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sponsor-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .sponsors-hero,
  .sponsor-benefits-section,
  .sponsor-opportunities-section,
  .current-sponsors-section,
  .sponsor-cta-section,
  .community-merch-section,
  .merch-impact-section,
  .sponsor-kit-section {
    padding: 3rem 0;
  }

  .sponsors-hero h1 {
    font-size: 2.2rem;
  }

  .sponsor-section-header h2 {
    font-size: 2rem;
  }

  .community-merch-copy h1 {
    font-size: 2.2rem;
  }

  .sponsors-hero p,
  .sponsor-section-header p,
  .community-merch-copy p {
    font-size: 1rem;
  }

  .sponsor-image {
    max-width: 120px;  /* Tamaño máximo de las imágenes en móviles */
  }

  .community-merch-layout,
  .community-merch-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .sponsors-hero-actions .btn,
  .sponsor-cta-card .btn {
    width: 100%;
  }

  .sponsor-benefits-grid,
  .sponsor-opportunities-grid,
  .sponsor-logo-grid,
  .community-merch-layout,
  .community-merch-grid,
  .sponsor-kit-grid {
    grid-template-columns: 1fr;
  }

  .sponsor-cta-card {
    padding: 1.5rem;
  }
}

/* VOLUNTEER FORM */
.volunteer-form-hero {
  background: linear-gradient(135deg, #1f5fbf 0%, #1a4a99 100%);
  padding: 4rem 0;
}

.volunteer-form-hero-content {
  color: #ffffff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.volunteer-form-hero-content h1 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.volunteer-form-hero-content p {
  color: #e0e7ff;
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0;
}

.volunteer-form-section {
  padding: 4rem 0;
  background: #f9fafb;
}

.volunteer-form-container {
  max-width: 700px;
  margin: 0 auto;
}

.volunteer-form {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  padding: 2.5rem;
}

.form-section {
  margin-bottom: 2rem;
}

.form-section h3 {
  color: #111827;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #eef4ff;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  color: #374151;
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.form-label .text-danger {
  color: #ef4444;
}

.form-control,
.form-select {
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #111827;
  font-size: 0.95rem;
  padding: 0.75rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}

.form-control:focus,
.form-select:focus {
  border-color: #1f5fbf;
  box-shadow: 0 0 0 3px rgba(31, 95, 191, 0.1);
  outline: none;
}

.form-control::placeholder {
  color: #9ca3af;
}

.interests-group {
  display: grid;
  gap: 0.75rem;
}

.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.form-check-input {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  cursor: pointer;
  height: 20px;
  margin-right: 0.75rem;
  margin-top: 0;
  width: 20px;
}

.form-check-input:checked {
  background-color: #1f5fbf;
  border-color: #1f5fbf;
}

.form-check-label {
  color: #374151;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 0;
}

.form-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}

.form-actions .btn {
  flex: 1;
}

.form-info-box {
  background: #eef4ff;
  border: 1px solid #d6e4ff;
  border-radius: 8px;
  color: #111827;
  margin-top: 2rem;
  padding: 1.25rem;
  text-align: center;
}

.form-info-box i {
  color: #1f5fbf;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.form-info-box a {
  color: #1f5fbf;
  font-weight: 600;
  text-decoration: underline;
}

.form-info-box a:hover {
  color: #1a4a99;
}

.alert {
  margin-bottom: 1.5rem;
}

.alert-success {
  background-color: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 6px;
  color: #065f46;
  padding: 1rem;
}

.alert-success i {
  color: #059669;
}

/* Responsividad */
@media (max-width: 768px) {
  .volunteer-form-hero-content h1 {
    font-size: 1.8rem;
  }

  .volunteer-form {
    padding: 1.5rem;
  }

  .form-actions {
    flex-direction: column;
  }

  .form-actions .btn {
    width: 100%;
  }

  .volunteer-form-section {
    padding: 2rem 0;
  }
}

@media (max-width: 480px) {
  .volunteer-form-hero {
    padding: 2rem 0;
  }

  .volunteer-form-hero-content h1 {
    font-size: 1.5rem;
  }

  .volunteer-form-hero-content p {
    font-size: 1rem;
  }

  .form-section h3 {
    font-size: 1.1rem;
  }

  .volunteer-form {
    padding: 1rem;
    border-radius: 8px;
  }
}
