body{
  
    font-family: "Gill Sans Nova",sans-serif;
        background: #f5f5f5;
}
.titulo{
    color:white;
    text-align: center;
}
.modal__img{
        width: 400px;
}
.contenedor-galeria{
    display:   flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1000px;
    margin:auto;
}
.galeria__img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    /* filter: brightness(70%); */
    /* animation: escalar 1.5s infinite alternate; */
}
.ojo{
    width:30px;
}
.hov{
    width: 100%;
    margin: 15px 0px;
    color:#00bae7;
    font-size: 15px;
    font-weight: bold;
}
.hov:hover {
    width: 100%;
    height: 51px;
    color: white;
    margin: 0px;
    padding: 10px 0px;
    background: #00bae7;
    font-size: 15px;
    font-weight: bold;
}
@keyframes escalar{
    to{
        transform:scale(1);
    }
    from{
        transform:scale(1.05);
    }
}
.galeria__img:hover{
    filter: brightness(100%);
}
@media screen and (min-device-width: 650px) and (max-device-width: 768px) {
.galeria__img {
    width: 325px;
    height: 325px;
    margin-bottom: 30px;
    object-fit: cover;
   /* filter: brightness(70%);*/
    animation: escalar 1.5s infinite alternate;
}
.hov:hover {
    width: 100%;
    height: 51px;
    color: white;
    margin: 0px;
    padding: 10px 0px;
    background: #00bae7;
    font-size: 15px;
    font-weight: bold;
}
}
@media (min-width: 600px) and (max-width: 650px) {
.galeria__img {
    width: 360px;
    height: 250px;
    margin-bottom: 30px;
    object-fit: cover;
   /* filter: brightness(70%);*/
    /* animation: escalar 1.5s infinite alternate; */
}

.hov:hover {
    width: 100%;
    height: 51px;
    color: white;
    margin: 0px;
    padding: 10px 0px;
    background: #00bae7;
    font-size: 15px;
    font-weight: bold;
}
}
@media (min-width: 500px) and (max-width: 550px) {
.galeria__img {
    width: 460px;
    height: 250px;
    margin-bottom: 30px;
    object-fit: cover;
    /* filter: brightness(70%);*/
    /* animation: escalar 1.5s infinite alternate; */
}
.hov:hover {
    width: 100%;
    height: 51px;
    color: white;
    margin: 0px;
    padding: 10px 0px;
    background: #00bae7;
    font-size: 15px;
    font-weight: bold;
}
}
@media (min-width: 400px) and (max-width: 500px) {
.galeria__img {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
    object-fit: cover;
  /* filter: brightness(70%);*/
    /* animation: escalar 1.5s infinite alternate; */
}

.hov:hover {
    width: 100%;
    height: 51px;
    color: white;
    margin: 0px;
    padding: 10px 0px;
    background: #00bae7;
    font-size: 15px;
    font-weight: bold;
}
 .galeria__item {
    width: 100%;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}
}