

.galeria_proyectos{
    margin-top: 20%;
}

h2{
    text-align: center;
    font-size: 35px;
    margin-top: 50px;
    text-transform: uppercase;
   
}

.containerGallery{
    width: 100%;
    /* max-height: 50vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding:  5px 8%;
    /* border: 3px solid red; */
 
   
    

}


.gallery{
    /* border: 4px solid greenyellow;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid--gap:30px */

    width: 100%;
    margin: 50px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 30px;
}

.gallery img{
    width: 100%;
    height: 300px;
    object-fit: cover;
   
}

.imgGalleryA{
    width: 100%;
    /* border:  3px solid gold; */
}