/* Paróquias Page Styles */

.paroquiaSeloHero {
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f7f5;
}

.paroquiaSeloHero img {
  max-width: 150px;
  height: auto;
}

.paroquiaHero {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

.paroquiaHero img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.paroquiaSection {
  width: 100%;
  padding: 3rem 0 4rem;
  background: #f8f7f5;
}

.paroquiaContainer {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.paroquiaHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(197, 165, 114, 0.3);
}

.paroquiaTitle h1 {
  color: #3D2B1F;
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.paroquiaTitle h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #C5A572, #8B1A1A);
  margin-top: 0.75rem;
  border-radius: 2px;
}

.paroquiaSubtitle {
  color: #C5A572;
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 1rem;
}

.paroquiaSelo {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}

.paroquiaSelo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.paroquiaHeaderCentered {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(197, 165, 114, 0.3);
}

.paroquiaHeaderCentered h1 {
  color: #3D2B1F;
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.paroquiaHeaderCentered h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #C5A572, #8B1A1A);
  margin: 0.75rem auto 0;
  border-radius: 2px;
}

.paroquiaHeaderCentered .paroquiaSubtitle {
  color: #C5A572;
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 1rem;
}

.paroquiaImageCentered {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 2rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.paroquiaImageCentered img {
  width: 100%;
  height: auto;
  display: block;
}

.paroquiaContent {
  margin-bottom: 2.5rem;
}

.paroquiaContent p {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 1.25rem;
}

.paroquiaContent p:last-child {
  margin-bottom: 0;
}

.paroquiaQuote {
  background: linear-gradient(135deg, rgba(197, 165, 114, 0.1) 0%, rgba(139, 26, 26, 0.05) 100%);
  border-left: 4px solid #C5A572;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-radius: 0 1rem 1rem 0;
}

.paroquiaQuote p {
  color: #3D2B1F;
  font-style: italic;
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
}

.paroquiaAddress {
  text-align: center;
  color: #3D2B1F;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 2rem 0;
  padding: 1rem;
  background: rgba(197, 165, 114, 0.1);
  border-radius: 0.5rem;
}

.paroquiaSchedule {
  text-align: center;
  margin: 2rem 0;
}

.paroquiaSchedule h4 {
  color: #C5A572;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}

.paroquiaInfo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.infoCard {
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(197, 165, 114, 0.15);
}

.infoCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.infoIcon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(135deg, #C5A572 0%, #a88a5a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.infoIcon i {
  font-size: 1.25rem;
  color: white;
}

.infoText h3 {
  color: #3D2B1F;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.infoText p {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}

.paroquiaContact {
  background: linear-gradient(135deg, #3D2B1F 0%, #24231f 100%);
  border-radius: 1.5rem;
  padding: 2.5rem;
  text-align: center;
}

.paroquiaContact h3 {
  color: #C5A572;
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.paroquiaContact > p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.paroquiaContact .contactEmail {
  color: #C5A572;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: block;
}

.paroquiaContact .contactEmail a {
  color: #C5A572;
  text-decoration: none;
}

.paroquiaContact .contactEmail a:hover {
  text-decoration: underline;
}

.paroquiaContact .btnWhatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #25D366;
  color: white;
  padding: 1rem 2rem;
  border-radius: 3rem;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.paroquiaContact .btnWhatsapp:hover {
  background: #1da851;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.paroquiaContact .btnWhatsapp i {
  font-size: 1.25rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .paroquiaHero {
    max-height: 300px;
  }

  .paroquiaSection {
    padding: 2rem 0 3rem;
  }

  .paroquiaContainer {
    padding: 0 1rem;
  }

  .paroquiaHeader {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .paroquiaTitle h1 {
    font-size: 2rem;
  }

  .paroquiaTitle h1::after {
    margin: 0.75rem auto 0;
  }

  .paroquiaSelo {
    width: 100px;
    height: 100px;
  }

  .paroquiaContent p {
    font-size: 1rem;
  }

  .paroquiaInfo {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .paroquiaContact {
    padding: 2rem 1.5rem;
  }

  .paroquiaContact h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .paroquiaTitle h1 {
    font-size: 1.75rem;
  }

  .paroquiaSubtitle {
    font-size: 1rem;
  }

  .paroquiaSelo {
    width: 80px;
    height: 80px;
  }

  .infoCard {
    padding: 1.25rem;
  }

  .infoIcon {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }

  .infoIcon i {
    font-size: 1.1rem;
  }

  .paroquiaContact .btnWhatsapp {
    padding: 0.85rem 1.5rem;
    font-size: 0.95rem;
  }
}
