/* A galeria mantém as seis fotos em duas fileiras no desktop. */
.gallery{grid-template-columns:repeat(3,1fr)}.gallery a:first-child{grid-row:auto}.gallery a:last-child{grid-column:auto}.gallery img,.gallery a:first-child img,.gallery a:last-child img{height:260px;min-height:0}.floating svg{width:23px;height:23px;vertical-align:middle;margin-right:8px}.card .icon svg{width:29px;height:29px;stroke:var(--green)}@media(max-width:1000px){.gallery{grid-template-columns:repeat(2,1fr)}.gallery a:first-child{grid-column:auto}.gallery img,.gallery a:first-child img,.gallery a:last-child img{height:230px}}@media(max-width:720px){.gallery img,.gallery a:first-child img,.gallery a:last-child img{height:145px}.floating svg{width:20px;height:20px}}
