@charset "UTF-8";
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: "Oxygen", "Raleway", sans-serif;
  color: #202020;
  overflow-x: hidden;
  background-image: linear-gradient(45deg, #ebebeb 0%, #ffffff 48%, #f8f8f8 100%);
}

/* Estilos para el botón */
.wpp-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  padding: 15px;
  cursor: pointer;
  z-index: 1000;
}
.wpp-button i {
  font-size: 2rem;
  color: #202020;
  padding: 8px;
  background-color: #fdfdfd;
  border-radius: 200px 200px 200px 70px;
}
.wpp-button i:hover {
  background-color: #25d366;
  color: #fdfdfd;
}

.footer {
  height: 25rem;
  align-content: center;
  overflow: hidden;
  border-top: solid 2px #dbdbdb;
}
.footer .footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding: 0 10%;
}
.footer .footer-content .foot-logo {
  width: 15rem;
}
.footer .footer-content .footer-bloq1 {
  display: flex;
  flex-direction: column;
  width: 20rem;
}
.footer .footer-content .footer-bloq1 a {
  padding: 10px;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
.footer .footer-content .footer-bloq1 a:hover {
  color: #72c5e5;
}
.footer .footer-content .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-content .footer-menu li {
  padding-top: 10px;
}
.footer .footer-content .footer-menu li a {
  text-decoration: none;
  font-size: 1.25rem;
  color: inherit;
}
.footer .footer-content .footer-menu li a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.footer .footer-content .footer-social {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-content .footer-social li {
  padding-top: 10px;
  padding-right: 20px;
}
.footer .footer-content .footer-social li a {
  color: inherit;
  font-size: 35px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.footer .footer-content .footer-social li a i {
  transition: transform 0.3s ease, color 0.3s ease;
}
.footer .footer-content .footer-social li a:hover i {
  transform: translateY(-3px);
  color: #72c5e5;
}
.footer .footer-copy {
  padding-top: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer .footer-content .foot-logo {
    width: 10rem;
  }
  .footer .footer-content .footer-bloq1 a {
    font-size: 0.9rem;
  }
  .footer .footer-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-bloq2 {
    display: none;
  }
  .footer .footer-content .footer-social li a {
    font-size: 1.5rem;
  }
  .footer-copy {
    font-size: 0.8rem;
  }
}
header {
  position: relative;
  overflow: hidden;
}
header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1002;
  color: #fdfdfd;
  padding: 1rem 15%;
  transition: background-color 0.5s, color 0.5s, top 0.5s ease-in-out;
}
header .navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  color: #202020;
}
header .navbar .logo {
  filter: drop-shadow(3px 4px 4px rgb(255, 255, 255));
  width: 15rem;
}
header .navbar .menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
header .navbar .menu li {
  margin-left: 20px;
  padding: 0.3rem;
}
header .navbar .menu li a {
  text-decoration: none;
  color: inherit;
  position: relative;
  font-size: 20px;
}
header .navbar .menu li a::after {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 0;
  background-color: #72c5e5;
  bottom: 0;
  left: 50%;
  transition: width 0.4s ease, left 0.4s ease;
}
header .navbar .menu li a:hover {
  color: #72c5e5;
}
header .navbar .menu li a:hover::after {
  width: 100%;
  left: 0;
}

.head-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45rem;
  z-index: 1001;
  animation: zoomInOut 6s ease-in-out infinite;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
/* background */
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
.background {
  position: relative;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #72c5e5;
  overflow: hidden;
}

.ball {
  position: absolute;
  width: 30vmin;
  height: 30vmin;
  border-radius: 50%;
  backface-visibility: hidden;
  animation: move linear infinite;
}

.ball:nth-child(odd) {
  color: #5ea2bd;
}

.ball:nth-child(even) {
  color: #aedcee;
}

/* Using a custom attribute for variability */
.ball:nth-child(1) {
  top: 77%;
  left: 88%;
  animation-duration: 40s;
  animation-delay: -3s;
  transform-origin: 16vw -2vh;
  box-shadow: 40vmin 0 5.7030763685vmin currentColor;
}

.ball:nth-child(2) {
  top: 42%;
  left: 2%;
  animation-duration: 53s;
  animation-delay: -29s;
  transform-origin: -19vw 21vh;
  box-shadow: -40vmin 0 5.1759462152vmin currentColor;
}

.ball:nth-child(3) {
  top: 28%;
  left: 18%;
  animation-duration: 49s;
  animation-delay: -8s;
  transform-origin: -22vw 3vh;
  box-shadow: 40vmin 0 5.2481790473vmin currentColor;
}

.ball:nth-child(4) {
  top: 50%;
  left: 79%;
  animation-duration: 26s;
  animation-delay: -21s;
  transform-origin: -17vw -6vh;
  box-shadow: 40vmin 0 5.2797496322vmin currentColor;
}

.ball:nth-child(5) {
  top: 46%;
  left: 15%;
  animation-duration: 36s;
  animation-delay: -40s;
  transform-origin: 4vw 0vh;
  box-shadow: -40vmin 0 5.9643094661vmin currentColor;
}

.ball:nth-child(6) {
  top: 77%;
  left: 16%;
  animation-duration: 31s;
  animation-delay: -10s;
  transform-origin: 18vw 4vh;
  box-shadow: 40vmin 0 5.1784836534vmin currentColor;
}

.ball:nth-child(7) {
  top: 22%;
  left: 17%;
  animation-duration: 55s;
  animation-delay: -6s;
  transform-origin: 1vw -23vh;
  box-shadow: -40vmin 0 5.7030267944vmin currentColor;
}

.ball:nth-child(8) {
  top: 41%;
  left: 47%;
  animation-duration: 43s;
  animation-delay: -28s;
  transform-origin: 25vw -3vh;
  box-shadow: 40vmin 0 5.1962659057vmin currentColor;
}

#togglerLable,
#toggleChecker {
  display: none;
}

@media (max-width: 768px) {
  .head-logo {
    width: 20rem;
  }
  header .navbar .logo {
    width: 10rem;
  }
  #menu {
    display: none;
  }
  #togglerLable,
  #toggleChecker {
    display: block;
  }
  .checkboxtoggler {
    width: 2em;
    display: flex;
    flex-direction: column;
    gap: 0.7em;
    cursor: pointer;
  }
  .line-1 {
    background: #202020;
    height: 0.2em;
    transition-duration: 500ms;
  }
  .line-2 {
    background: #202020;
    height: 0.2em;
    transition-duration: 500ms;
  }
  .line-3 {
    background: #202020;
    height: 0.2em;
    transition-duration: 500ms;
  }
  #toggleChecker {
    height: 3em;
    width: 100%;
    display: none;
  }
  #toggleChecker:checked + #togglerLable .checkboxtoggler .line-1 {
    -webkit-transform: rotate(45deg) translateY(0.7em) translateX(0.7em);
    -ms-transform: rotate(45deg) translateY(0.7em) translateX(0.7em);
    transform: rotate(45deg) translateY(0.7em) translateX(0.7em);
  }
  #toggleChecker:checked + #togglerLable .checkboxtoggler .line-2 {
    -webkit-transform: rotate(-45deg) translateY(0em) translateX(0.1em);
    -ms-transform: rotate(-45deg) translateY(0em) translateX(0.1em);
    transform: rotate(-45deg) translateY(0em) translateX(0.1em);
  }
  #toggleChecker:checked + #togglerLable .checkboxtoggler .line-3 {
    transform: scaleX(0);
    transform-origin: left;
  }
  .menu {
    display: none;
  }
  .menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: rgba(253, 253, 253, 0.7);
    flex-direction: column;
    width: 100%;
    display: none;
    padding: 1rem;
  }
  #toggleChecker:checked ~ .menu {
    display: flex;
  }
  .checkboxtoggler {
    display: flex;
  }
}
.reuniones-container {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
}
.reuniones-container .reuniones-button {
  background-color: #72c5e5;
  color: #fdfdfd;
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  writing-mode: vertical-rl;
}
.reuniones-container .reuniones-button:hover {
  background-color: darken #72c5e5, 10%;
}
.reuniones-container .reuniones-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: -400px;
  transform: translateY(-50%);
  width: 400px;
  background: linear-gradient(30deg, rgb(114, 197, 229) 0%, rgb(52, 163, 207) 100%);
  background: rgba(114, 197, 229, 0.54);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.2px);
  -webkit-backdrop-filter: blur(6.2px);
  border: 1px solid rgba(114, 197, 229, 0.41);
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.reuniones-container .reuniones-panel.active {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
.reuniones-container .reuniones-panel h3 {
  font-size: 1.5rem;
  color: #fdfdfd;
  margin-bottom: 10px;
}
.reuniones-container .reuniones-panel ul {
  list-style: none;
}
.reuniones-container .reuniones-panel ul li {
  font-size: 1.1rem;
  margin-bottom: 8px;
  padding-bottom: 1rem;
  color: #fdfdfd;
  font-weight: 600;
  transition: transform 0.3s ease-in;
}
.reuniones-container .reuniones-panel ul li span {
  background-color: #fdfdfd;
  border-radius: 20px 0 0 20px;
  padding: 0.5rem 1rem;
  color: #72c5e5;
}
.reuniones-container .reuniones-panel ul li:hover {
  transform: scale(1.05);
}
.reuniones-container .reuniones-panel img {
  width: 7rem;
  margin: 1rem;
}
.reuniones-container .reuniones-panel .reu-live {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fdfdfd;
  padding: 1rem;
  border-radius: 20px;
}
.reuniones-container .reuniones-panel .reu-live h4 {
  margin-bottom: 0.5rem;
}
.reuniones-container .reuniones-panel .reu-live h5 {
  color: red;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.reuniones-container .reuniones-panel .reu-live h5 i {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}

.nosotros {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nosotros-content {
  text-align: center;
  padding: 2rem;
}
.nosotros-content .titulo {
  margin-bottom: 2rem;
}
.nosotros-content .titulo h2 {
  font-size: 2rem;
}
.nosotros-content .titulo p {
  font-size: 1.5rem;
}
.nosotros-content .iconos {
  display: flex;
}
.nosotros-content .iconos .ico-form {
  padding: 1rem;
  font-size: 1.2rem;
}
.nosotros-content .iconos .ico-form i {
  font-size: 3rem;
  padding-bottom: 1rem;
}

.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.slide-text {
  position: absolute;
  bottom: 50px;
  left: 50px;
  color: #fdfdfd;
  font-size: 2.5rem;
  text-shadow: 0 2px 10px black;
}

.nosotros-description {
  padding: 3rem;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  font-size: 2rem;
}
.nosotros-description i {
  font-size: 3.5rem;
  padding-bottom: 1rem;
}

.dono {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to bottom, #72c5e5 0%, #ffffff 100%);
}
.dono i {
  font-size: 3rem;
  padding-bottom: 1rem;
}
.dono button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 1rem;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  width: 180px;
}
.dono button i {
  font-size: 1rem;
  padding: 0;
}
.dono .dono-text {
  text-align: center;
}
.dono .dono-text p {
  font-size: 1.5rem;
}
.dono .dono-logo {
  display: flex;
  align-items: center;
}
.dono .dono-logo img {
  width: 20rem;
}

@media (max-width: 768px) {
  .slide-text {
    font-size: 1.5rem;
  }
  .nosotros-description {
    font-size: 1.5rem;
  }
  .dono .dono-logo {
    flex-direction: column;
  }
  .dono .dono-logo img {
    width: 12rem;
  }
  .nosotros {
    height: 100%;
  }
  .nosotros-content .titulo h2 {
    font-size: 1.2rem;
  }
  .nosotros-content .titulo p {
    font-size: 1rem;
  }
  .nosotros-content .iconos {
    flex-direction: column;
  }
  .nosotros-content .iconos .ico-form i {
    font-size: 2rem;
  }
}
.facebook {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

section .wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #72c5e5;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

section .wave span {
  content: "";
  position: absolute;
  width: 325vh;
  height: 325vh;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  background: #fdfdfd;
}

.content {
  position: relative;
  z-index: 1;
  font-size: 4em;
  letter-spacing: 2px;
  color: #fdfdfd;
}

section .wave span:nth-child(1) {
  border-radius: 45%;
  background: rgb(238, 238, 238);
  animation: animate 5s linear infinite;
}

section .wave span:nth-child(2) {
  border-radius: 40%;
  background: rgba(206, 206, 206, 0.514);
  animation: animate 10s linear infinite;
}

section .wave span:nth-child(3) {
  border-radius: 42.5%;
  background: rgba(240, 240, 240, 0.5);
  animation: animate 15s linear infinite;
}

@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}

h2 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-left: 1rem;
}

.facebook-title {
  color: #1877f2;
  font-size: 1.5rem;
}

.social-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .social-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.social-section {
  width: 100%;
}

/* Estilos para Facebook Live */
.facebook-live-container {
  background-color: #fdfdfd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.fb-video {
  width: 100%;
  min-height: 300px;
  background-color: #fdfdfd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-fallback {
  padding: 20px;
  text-align: center;
  color: #202020;
  font-size: 2.5rem;
}
.fb-fallback p span {
  background-color: #1877f2;
  color: #fdfdfd;
  padding: 0.5rem 1.2rem;
  border-radius: 26px;
  font-size: 2rem;
  font-weight: 600;
}

.facebook-info {
  padding: 15px;
  background-color: #dbdbdb;
  font-size: 14px;
  color: #666;
}

.facebook-info a {
  color: #1877f2;
  text-decoration: none;
}

.facebook-info a:hover {
  text-decoration: underline;
}

.instag {
  padding: 2rem;
  height: 100%;
}

@media (max-width: 768px) {
  .fb-fallback p span {
    font-size: 1rem;
  }
  .fb-fallback {
    font-size: 1.5rem;
  }
}
.ministries {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.ministries::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.ministry.card {
  height: 100vh;
  scroll-snap-align: start;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ministry {
  position: relative;
  overflow: hidden;
}

.back-mins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* para cubrir todo el fondo sin deformarse */
  z-index: 0; /* para que quede detrás */
  filter: blur(4px);
}

.card-content {
  position: relative;
  z-index: 1;
  padding-right: 10%;
  padding-left: 10%;
  color: #fdfdfd;
}
.card-content img {
  width: 30rem;
}
.card-content h2 {
  font-size: 2.5rem;
  padding-left: 2rem;
}
.card-content p {
  padding: 2rem;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .card-content img {
    width: 15rem;
  }
  .card-content h2 {
    font-size: 1.5rem;
  }
  .card-content p {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=main.css.map */