@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Qwigley&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0px;
    background-color: #04131f;
  }

.navbar {
    background-color:#04131f;
}

main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.carousel  {
    display: block;
    min-width: 100%;
}

.banner {
    height: 550px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner1 {
    background-image: url(/assets/img/banner-1.jpg);
}

#banner2 {
    background-image: url(/assets/img/banner-2.jpg);
}

#banner3 {
    background-image: url(/assets/img/banner-3.jpg);
}

.bienvenidos {
    background-color:#04131f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgb(255, 255, 255);
    width: 100%;
    gap: 0 15px;
}

.divBienvenidosTitulo {
    height: 140px;
    width: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
}

.divBienvenidosTitulo .fondo-velo {
    height: 100%;
    width: 100%;
    background-image: url(/assets/img/corona-velo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.div-transparencia-velo{
    width: 100%;
    height: 140px;
    background-color: rgba(0, 0, 0, 0.30);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.divBienvenidosTitulo .fondo-velo h1 {
    font-size: 2rem;
    font-weight:lighter;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 0 30px rgb(0, 0, 0);
}



.divBienvenidosTitulo .fondo-velo .bienvenidos-titulo-p {
    font-size: 26px;
    font-family: "Dancing Script", cursive;
    text-align: center;
    color:#ffffff;
    text-shadow: 0 0 30px rgb(0, 0, 0);
    margin: 0;
}


.puertas {
    min-height: 450px;
    background-image: url(/assets/img/puertas-abriendo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.puertas-fondo-negro {
    width: 100vw;
    min-height:200px;
    background-color: rgba(4, 19, 31, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.divPuertas {
    background-color: #cbccce;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#tituloDecreto {
    font-size: 1.5rem;
    margin: 0;
    padding: 30px 0 0 0;
    color: #e6e4e4;
    font-family: "Outfit", sans-serif;
}

.tituloPuertas {
    color:#d1a721;
    font-weight: 500;
    padding: 0;
    margin:0;
    font-size: 1.5rem;
    text-align: center;
}

.puertas p {
    width: 80%;
    font-size: 20px;
    padding:  40px 0;
    text-align: center;
    margin: 0 auto;
    font-weight: 200;

}
/* DOMINGOS -LIVE */

#mensaje-domingo{
    display: none;
    width: 100%;
}

.divDomingosLive{
    display: flex;
    background-color: #d1a721;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 90px;
}

a {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    color: #ffffff;
}

.sectionNosotros {
    background-image: url(/assets/img/personas-fondo.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height:500px;
}

.bgNosotros {
    width: 100%;
    min-height:600px;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    padding: 40px 0;
}


.sectionPastores {
    width: 100%;
    min-height:500px;
    padding: 40px 0;
    display: flex;
    background-color:#04131f;
}

.divPastores {
    font-family: "Roboto", sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.divPastores  p {
    text-align: justify;
    font-size: 18px;
    color: aliceblue
}


#nombresPastores{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h2 {
    text-align: center;
    font-size: 2rem;
    margin: 0;
    padding: 40px 0;
    color: rgb(255, 255, 255);
    color: #d1a721;
    text-shadow: 0 0 40px rgb(0, 0, 0);
}

 .nosotros-parrafo {
    font-size: 18px;
    text-align: justify;
    width: 60%;
    color: aliceblue;
}

/* actividades */
.sectionActividades {
    width: 100%;
    min-height:900px;
    background-image: url(/assets/img/fondo-techo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fondoIglesia {
    margin: 0;
    width: 100%;
    min-height:900px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    text-align: justify;
    flex-wrap: wrap;
    gap: 10px;
}

.divContainerActividades{
    display: flex;
    gap:25px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.divContainerActividades h3 {
    color: #cbccce;
    font-size: 24px;
}

.divActividad {
    background-color:#04131f;
    color: #a5a7a9;
    width: 360px;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.divActividad p {
    padding: 30px;
}

.sectionActividades img {
    width: 300px;
    height: 200px;
    border-radius: 10px;
}

/* videos */
.sectionVideo {
    background-color:#04131f;
    width: 100%;
    min-height:750px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(255, 255, 255);
    padding: 40px 0;
}

.divVideoButton {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.divContainerVideos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
    margin: 0 auto;
}

/* .video {
    width: 560px;
    height: 315px;
} */

.video-captura{
    width: 100%;
    margin: 0 auto;
}

.divButton  {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100px;
}

/* galeria */
.sectionGaleria{
    background-image: url(/assets/img/fondo-shutter.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.divGaleria {
    background-color: rgba(4, 19, 31, 0.6);
    min-height:900px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
}

.divGaleria img {
  width: 300px;
  height: 200px;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.2s;
  margin: 10px;
}


.divGaleria img:hover {
  transform: scale(1.05);
}

/* Estilo del visor (lightbox) */
.lightbox {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox img {
  width: 60%;
  height: auto;
  border-radius: 10px;
}

/* ubicación */

.ubicacion {
    background-color: #04131f;
    width: 100%;
    min-height:550px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(255, 255, 255);
    padding: 40px 0;
}

.ubicacion-mapa {
    width: 550px;
    height:300px;
}

.div-ubicacion-direccion {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px ;
    border-radius: 8px;
}

.divDireccion {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.divDireccion p {
    font-size: 20px;
}

.divHorarios{
    text-align: center;
}

.divHorarios h4 {
    padding: 20px 0 0 0;
    font-size: 1.5rem;
    font-weight: 700;

}
.divHorarios p {
    margin: 0;
}

footer {
    background-color: #022037;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: #d0d2d4;
    text-align: center;
}

footer .footerCasa {
    font-size: 14px;
    color: #ffffff;
}

footer .developer {
 color: rgb(45, 131, 131);
 font-size: 12px;
 width: 100%;
 height: 30px;
 line-height: 30px;
}

footer p {
    margin: 0;
}

strong {
    color: #ffffff;
}

#btnArriba {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    background-color: #ff9800;
    color: white;
    border: none;
    padding: 12px 16px;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    display: none; /* Oculto por defecto */
    transition: background-color 0.3s ease;
  }

  #btnArriba:hover {
    background-color: #e68900;
  }


  td {
   padding-left: 15px;
  }

@media (max-width: 576px) {
    .navbar-collapse {
        text-align: center;
      }

      .navbar-nav {
        flex-direction: column;
        align-items: center;
      }

      .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
      }

      .divBienvenidosTitulo {
        height: 100px;
    }

      .divBienvenidosTitulo .fondo-velo h1 {
        font-size: 20px;
    }

    .divBienvenidosTitulo .fondo-velo .bienvenidos-titulo-p {
        font-size: 18px;
        font-weight: bold;
    }

    .puertas-fondo-negro {
        min-height:300px;
    }

    #tituloDecreto {
        font-size: 20px;
    }

    .tituloPuertas {
        font-size: 14px;
    }

    .puertas p {
        font-size: 15px;
    }


    .banner {
        height: 350px;
    }

    #banner1 {
        background-image: url(/assets/img/400x400-72px-banner1.jpg);
    }

    #banner2 {
        background-image: url(/assets/img/400x400-72px-banner2.jpg);
    }

    #banner3 {
        background-image: url(/assets/img/400x400-72px-banner3.jpg);
    }

    .nosotros-parrafo {
        font-size: 16px;
        width: 80%;
    }

    .divPastores  p {
        text-align: justify;
        font-size: 16px;
    }

    .divContainerVideos {
        width: 90%;
    }

    .sectionVideo iframe {
        max-width: 380px;
    }

    .lightbox img {
        width: 90%;
      }

    .ubicacion-mapa {
        width: 350px;
        height: 300px;
    }

    .div-ubicacion-direccion {
        flex-direction: column;
    }

    .divPastores{
        padding: 0 20px;
    }

}

@media (min-width: 577px) and (max-width: 1200px) {
    .bienvenidos h1{
            font-size: 30px;
        }

    .banner {
            height: 400px;
    }
    #banner1 {
            background-image: url(/assets/img/800x400-banner1.jpg);
    }

    #banner2 {
            background-image: url(/assets/img/800x400-banner2.jpg);
    }

     #banner3 {
            background-image: url(/assets/img/800x400-banner3.jpg);
    }

    .divPastores  p {
    text-align: justify;
    font-size: 18px;
    color: aliceblue;
    }


    /* #idPastoresFotos{
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    } */
    .divContainerVideos {
        width: 90%;
    }

    .tituloPuertas {
        font-size: 20px;
    }

   

    .puertas p {
        font-size: 18px;
    }
}



