*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

.galeria{
    font-family: Arial, Helvetica, sans-serif;
        text-align: center!important;
}

.galeria h2{
    text-align: center;
    font-size:2.7rem;
    font-weight:700;
    font-weight: bold;
}

.linea{
    margin-bottom: 8.5px;
}

.contenedor-imagenes{
    display:flex;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
}

.contenedor-imagenes .imagen{
    width: 100%;
    position: relative;
    margin-bottom:5px;
    
}
.imagen img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
