
/*Galeria*/

#proGale {
    background-color: rgb(232 232 232);
    padding-bottom: 3vw;
}
#proGale h1 {
    color: rgb(15 34 57);
    padding-top: 6vh;
    padding-bottom: 5vh;
    text-align: center;
    font-size: calc(2rem + 2vw);
    font-weight: 700;
}
.textGal {
    font-size: calc(.8rem + .8vw);
    text-align: center;
    line-height: normal;
    opacity: .8;
}
#prev, #next {
    color: black;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 3vw;
    line-height: normal;
    cursor: pointer;
}
.max100 {
    max-width: 100%;
}