#galeria3{
    width: 35vw; height: 140px;
    position: absolute;
    overflow: hidden;
    left: 5%;
    display: flex;
    justify-content: space-between;
/*     outline: 1px solid white;
    outline-offset: -10px; */
}
#galeria3::before{
    top: 15%;
    position: absolute;
    width: 100%; height: 70%;
    content: " ";
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    
}
.galeriaMarco{
    cursor: pointer;
        list-style: none;
        height: 180px;
        display: flex;
        justify-content: space-between;
        color: white;
        align-items: flex-end;
        filter: saturate(0);
        transition: all 0.2s ease-out;
        background-size: cover;
}
#pantallaCarga{
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    justify-content: center;
    align-items: center;
    left: 0; top: 0;
    width: 100%; height: auto;
    z-index: 50;
}
#bannerCabecera{
    width: 100%; height: 100%;
    background-image: url("assets/parallax/animacionBanner.jpg.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    color: white;
    gap: 16px;
}
#divGridVisor{
    position: relative;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
}
#visorContenido{
   position: absolute;
   width: max-content;
   display: flex;
   align-items: center;
}
#maxMiniatura{
    pointer-events: none;
    background-size: cover;
    background-position: center center;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
#blurMiniatura{
    display: none;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.292);
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);
    transition: all 0.2s ease-out;
}
.textoParrafo{
    position: absolute;
    width: 40vw; right: 0;
    display: flex;
    margin-top: 20px;
    text-align: justify;
    text-justify:distribute;
    text-align: center;
    color: white;
    height: auto;
}
.ytPlayer{
    width: 35%;
    position: absolute;
    height: 30vh;
    left: 5%;
    top: 50px;
    z-index: 50;
    border: 4px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0px 40px 80px -20px;
}
#ytJugar{
    cursor: pointer;
    position: absolute;
    backdrop-filter: blur(4px);
    background-color: rgba(210, 105, 30, 0.541);
    color: white;
    font-size: 1.5rem;
    font-weight: 300;
    z-index: 51;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}
#descripcion{
     width: 35%;   
     height: auto;
     position: absolute;
     top: 55%;
     left: 5%;
     flex-direction: column;
     z-index: 550;
 }
.textoYt{
    position: absolute;
    width: 40vw; right: 0;
    text-justify:distribute;
    text-align: left;
    color: aqua;
    height: auto;
}

.flecha{
    cursor: pointer;
    background-size: cover;
    width: 30px; height: 100%;
    position: absolute;
    z-index: 10;
}
.pantallaCargaGrande{
    position: fixed;
width: 98%;
height: 98%;
top: 1%;
left: 1%;
z-index: 9000;
border-radius: 20px;
box-shadow: black 0px 0px 20px 20px;
overflow: hidden;
}

@media screen and (max-aspect-ratio: 1/1) {

    .ytPlayer{
        position: absolute;
        height: 30vh;
        width: 100vw;
        left: 0%;
        top: 0;
        z-index: 50;
        border: none;
        border-radius: 10px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        box-shadow: 0px 40px 80px -20px;
    }
    #galeria3{
        width: 100vw; height: 200px;
        position: absolute;
        overflow: hidden;
        left: 0%;
        top: 30%;
        transform: translateZ(0px) translateY(0px);
        display: flex;
        justify-content: space-between;
    }
    #descripcion{
        width: 95%;   
        height: auto;
        position: absolute;
        top: 50%;
        left: 5%;
        flex-direction: column;
        z-index: 550;
    }
}
@media (max-height: 1080px) {
    #descripcion{
        top: 55%;
    }
}
#flecha1{left: 0px; background: url("assets/flechaI.png"); background-repeat: no-repeat;    background-position: center center; }
#flecha2{right: 0px; background: url("assets/flechaD.png");background-repeat: no-repeat;    background-position: center center;}