/*      GALERIA       */
     .Galeria{
    margin:0;
    
    padding:0;
    position:relative;
    display: flex;
    height: 70vh;
    
    max-height: 450px;
    
    width:94vw;
     margin-left:3vw;
    justify-content: center;
        align-items: center;

}
.imagen{
        position:relative;
        display:block;
        max-height:100%;
        max-width: 100%;
 
    }
.botonIZQ,.botonDER{
    border: 0ch;
    background: none;
    height: 200px;
    width: 100px;
    color:white;
    text-shadow: 2px 2px black;
    font-size: larger;
}
.botonDER:hover,.botonIZQ:hover{
    background-color: grey;
    opacity: 50%;
}

.botonIZQ{
    position:absolute;
    
    left: 20%;
    top:50%;
    transform: translateY(-50%);

}
.botonDER{
    position:absolute;
    right:20%;
    top:50%;
    transform: translateY(-50%);

}
/*   fin Galeria*/



@media screen and (max-width: 800px) {
    

    /*     Galeria responsive*/
    .botonDER{
        right: 0%;
    }
    .botonIZQ{
        left:0%;
    }
    /*      Fin Galeria responsive*/


}
