/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #030000;
  line-height: 1.6;
}

/* Sección principal */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 4rem 8%;
  align-items: center;
}

/* Texto */
.hero-texto h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.hero-texto p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #000000;
}

/* Botón */
.btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.btn:hover {
  background-color: #f1c40f;
  color: #000;
}

/* Imágenes */
.hero-imagenes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.hero-imagenes img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.titulo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin: 20px 0;
  color: #222;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
}

.links {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.links a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #0056b3;
  font-weight: bold;
  transition: color 0.3s;
}

.links a:hover {
  color: #ff0000;
}
.footer {
  background: #000000;
  color: #ffffff;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
}

.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.footer-section h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-section p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.btn-ofrenda {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background: #eeff00;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s;
}

.btn-ofrenda:hover {
  background: #000000;
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 0.85rem;
  border-top: 1px solid rgba(255,255,255,0.4);
  padding-top: 15px;
}

/* BOTÓN WHATSAPP */
.whatsapp-float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  z-index: 1000;
  transition: transform 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
}
.info-box {
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  color: #444;
}

.info-box h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.info-box p {
  margin: 5px 0;
  font-size: 1rem;
}

.info-box a {
  color: #0077cc;
  text-decoration: none;
  font-weight: bold;
}

.info-box a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 480px) {
  .info-box {
    padding: 15px;
    font-size: 0.95rem;
  }
  .info-box h3 {
    font-size: 1rem;
  }
}
.info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px auto;
  max-width: 1200px;
}

.info-box {
  flex: 1 1 300px;
  max-width: 500px;
  text-align: center;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  color: #444;
}

.info-box h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.info-box p {
  margin: 6px 0;
  font-size: 1rem;
}

.info-box a {
  color: #0077cc;
  text-decoration: none;
  font-weight: bold;
}

.info-box a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .info-container {
    flex-direction: column;
    align-items: center;
  }
  .info-box {
    width: 90%;
  }
}
.info-box {
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  background: #000000;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  color: #444;
}

.info-box h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 15px 0 8px;
  color: #333;
}

.info-box p {
  margin: 5px 0;
  font-size: 1rem;
}

.info-box a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.info-box a:hover {
  text-decoration: underline;
}

.info-box hr {
  margin: 20px auto;
  border: none;
  border-top: 1px solid #000000;
  width: 80%;
}

/* Responsive */
@media (max-width: 480px) {
  .info-box {
    padding: 15px;
    font-size: 0.95rem;
  }
  .info-box h3 {
    font-size: 1rem;
  }
}
.info-box {
  background: #fffb0000;
  padding: 20px;
  margin: 15px 0;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
}

.info-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.info-box p {
  font-size: 15px;
  margin: 8px 0;
}

.btn-wsp {
  display: inline-block;
  background: #ffe600; /* Amarillo tipo Ofrendar */
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-wsp:hover {
  background: #faf8f8;
}
