* {
    margin: 0%;
    padding: 0%;
}
body {
    background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77)); 
    margin: 0% 0% 0% 0%;
    height: 100vh;
}
/*------------------------------------------------------------------*/

.titulo {
    text-align: center;
    color: azure;
    font-size: 10px;
    position: absolute;
    inset: 13% 0% 0% 0%;
    margin: 0%;
    text-shadow: white 0px 1px 12px;
}

.video {
    width: 328px;
    height: 60%;
    position: absolute;
    text-align: center;
    inset: 25% 0% 0% 0%;
    margin: auto;
}
video {
    width: 100%;
    height: 50%;
    border-radius: 5px;
}
.conteinerFotos {
    width: 80%;
    height: 25%;
    position: absolute;
    inset: 0% 0% 0% 0%;
    margin: auto;
}
.conteinerFotoI {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.conteinerFotoI h1 {
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    margin: 0% 0% 0% 0%;
}
.conteinerFotoI a:hover {
    box-shadow: 0 1px 15px white;
    animation: bottons 1s running;  
}
a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btVideos {
    width: 45%;
    height: 20%;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.7);
    background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77)); 
    cursor: pointer;
}
.btIntro{
    width: 45%;
    height: 20%;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.7);
    background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77)); 
    cursor: pointer;
}
.pasionbt {
    width: 45%;
    height: 20%;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.7);
    background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77)); 
    cursor: pointer;
}
.lpgbt {
    width: 45%;
    height: 20%;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.7);
    background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77));
    cursor: pointer;
}
.simanbt {
    width: 45%;
    height: 20%;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.7);
    background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77));
    cursor: pointer;
}
.iglesiabt {
    width: 45%;
    height: 20%;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.7);
    background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77));
    cursor: pointer;
}
.construbt {
    width: 45%;
    height: 20%;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.7);
    background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77));
    cursor: pointer;
}
@keyframes bottons {
    0% {
        scale: 100%;
    }
    50% {
        scale: 95%;
    }
    100% {
        scale: 100%;
    }
}
.galeFotoIgle{
    display: none;
    width: 100%;
    height: 73%;
    position: absolute;
    top: 20%;
}
h6{
    color: antiquewhite;
    font-size: 10px;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    margin: 0% 0% 0% 0%;
}
.contenido{
    margin: 2% 0% 0% 0%;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    flex-wrap: wrap;
    gap: 5%;
    height: 100vh; /* Asegúrate de que ocupa toda la altura de la ventana */
    text-align: center; /* Opcional: centra el texto si lo necesitas */
}
.link{
    width: 40%;
    position: relative;
    z-index: 3;
}
.galeFotoLPG{
    display: none;
    width: 100%;
    height: 73%;
    position: absolute;
    top: 20%;
}
.galeFotoSiman {
    display: none;
    width: 100%;
    height: 73%;
    position: absolute;
    top: 20%;
}
.galeFotoPasion {
    display: none;
    width: 100%;
    height: 73%;
    position: absolute;
    top: 20%;
}

button {
    display: none;
    width: 50%;
    height: 4.5%;
    color: azure;
    background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77));
    border-radius: 15px; cursor: pointer;
    position: fixed;
    text-align: center;
    font-size: 21px;
    inset: 82% 0% 0% 0%;
    margin: auto;
    z-index: 4;
    scale: 60%;
}
button:hover {
    box-shadow: 0 1px 15px white;
}
.galeVideo {
    display: none;
    width: 100%;
    height: 73%;
    position: absolute;
    top: 20%;
}
.gale3D {
    width: 100%;
    height: 73%;
    position: absolute;
    top: 20%;
}
.galeIntro {
    display: none;
    width: 100%;
    height: 73%;
    position: absolute;
    top: 20%;
}
.CVhtml {
    width: 100%;
    height: 85%;
    position: absolute;
    top: 10%;
}
.btRegresar svg {
    display: none;
    width: 40px; 
    height: 91px;
    position: absolute;
    top: -3%;
    left: 1%;
    z-index: 15;
}
.btRegresar svg:hover {
    width: 65px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0%;
    left: 0%;
    scale: 75%;
}
@media (min-width: 228px) {
    .barraMenuDown {
        width: 100%;
        height: 6%;
        position: fixed;
        background-color: black;
        left: 0%;
        bottom: 0%;
        z-index: 3;
    }
    .logo {
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed; /* Siempre visible arriba */
        top: 0;
        left: 0;
        z-index: 3; /* para que esté encima de todo */
    }

    .logo img {
        height: 60px;
        width: auto;
    }

    .contenido{
        margin: 6% 0% 0% 0%;
        display: flex;
        justify-content: center; /* Centra horizontalmente */
        align-items: center; /* Centra verticalmente */
        flex-wrap: wrap;
        gap: 5%;
        height: 100vh; /* Asegúrate de que ocupa toda la altura de la ventana */
        text-align: center; /* Opcional: centra el texto si lo necesitas */
    }
    .link{
        width: 30%;
        position: relative;
        z-index: 3;
    }
    .conteinerFotoI {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 5%;
    }
    .conteinerFotoI a:hover {
        box-shadow: 0 1px 15px white;
        animation: bottons 1s running;
    }
    .pasionbt {
        width: 45%;
        height: 30%;
        border-radius: 10px;
        border: 3px solid rgba(255, 255, 255, 0.7);
        background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77)); 
        cursor: pointer;
    }
    .lpgbt {
        width: 45%;
        height: 30%;
        border-radius: 10px;
        border: 3px solid rgba(255, 255, 255, 0.7);
        background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77));
        cursor: pointer;
    }
    .simanbt {
        width: 45%;
        height: 30%;
        border-radius: 10px;
        border: 3px solid rgba(255, 255, 255, 0.7);
        background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77));
        cursor: pointer;
    }
    .iglesiabt {
        width: 45%;
        height: 30%;
        border-radius: 10px;
        border: 3px solid rgba(255, 255, 255, 0.7);
        background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77));
        cursor: pointer;
    }
    .construbt {
        width: 45%;
        height: 30%;
        border-radius: 10px;
        border: 3px solid rgba(255, 255, 255, 0.7);
        background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77));
        cursor: pointer;
    }
    .btVideos {
        width: 45%;
        height: 40%;
        border-radius: 10px;
        border: 3px solid rgba(255, 255, 255, 0.7);
        background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77)); 
        cursor: pointer;
    }
    .btIntro{
        width: 45%;
        height: 40%;
        border-radius: 10px;
        border: 3px solid rgba(255, 255, 255, 0.7);
        background: linear-gradient(to right, rgb(1, 4, 50), rgb(40, 0, 77)); 
        cursor: pointer;
    }

    a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 1020px) {
    .logo {
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed; /* Siempre visible arriba */
        top: 0;
        left: 0;
        z-index: 4; /* para que esté encima de todo */
    }

    .logo img {
        height: 60px;
        width: auto;
    }
    .barraMenuDown {
        width: 100%;
        height: 6%;
        position: fixed;
        background-color: black;
        left: 0%;
        bottom: 0%;
        z-index: 4;
    }

}