.cont-gal {
    padding: 20px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    background: #d0e1e9;
    margin-top: 60px;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}

.gal-item {
    /* min-width: 400px; */
    background: #eff5f6;
    box-sizing: border-box;
    padding: 15px;
    flex: 1 1 15rem;
    min-height: 30vh;
    /*max-height: calc(50vh - 0.5rem);*/
    min-width: 24vw;
    max-width: calc(62vw - -5.5rem);
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(125, 151, 163, 0.15));
}


.gal-titulo{
    font-family:'D-Din-Bold';
    color:#23B7FC;
    letter-spacing:2px;
    font-size:1.4rem;
}

.gal-subtitulo {
    color: #51575E;
    font-family: 'Nunito';
    font-size: 0.8rem;
    text-align: left;
    margin-bottom:20px;

}

.gal-img-cont{
    width:100%;
    overflow:hidden;
    padding:0;
    margin:0;
}

.gal-img-cont img{
    width:100%;
}

.modal{
    display:none;
    background:black;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin-top:60px;
    box-sizing:border-box;
    padding:20px;
}

.modal img{
    width:100%;
}

.gal-links {
    display: flex;
    flex-direction: row;
    height: 27px;
    justify-content: flex-end;
    column-gap: 31px;
    margin-top: 30px;
}

.gal-links img{
    cursor:pointer;
}























