*{
    color:  rgb(233, 232, 232);
}

main{
    background-color: rgba(0, 0, 0, 0.5);
    padding-bottom: 2%;
}

#textoGaleria {
    text-align: center;
    font-size: 20px;
    color: #90ec6e;
    padding-top: 2%;
    padding-bottom: 2%;
}

.row{
    margin-left: 2%;
    margin-right: 2%;
}

.img:hover{
    filter:grayscale(50%);
    cursor:pointer;
    transition: filter .5s;
}

.ful-img{
position:fixed;
height:100vh;
width:100%;
top:0;
left:0;
background: rgba(0,0,0,0.7);
display:none;
justify-content:center;
align-items:center;


}

.ful-img img{
    width:80%;
    max-width: 600px;
    cursor:pointer;
}

.img{
    width:400px;
    height:290px;
}

.ful-img span {
  position:absolute;
  top:5%;
  right:5%;
  font-size:30px;
  cursor:pointer;
}

.fab.bi-x-circle{
position:absolute;
top: 20px;
right:10px;
font-size: 40px;
cursor:pointer;
}

@media (max-width: 992px) {
    .col-lg-4{
        width: 70%;
    }
}

@media (max-width: 600px) {
    .col-lg-4{
        width: 100%;
    }
}