/* ========================= */
/* HEADER - IMAGEM DE FUNDO  */
/* ========================= */
.hero-header {
    background-image: url("https://picsum.photos/1600/700?12");
    background-size: cover;
    background-position: center;
    height: 500px;
}


/* ========================= */
/* CÍRCULOS GRANDES          */
/* ========================= */
.img-circle-big {
    width: 350px;
    height: 350px;
    object-fit: cover;
}


/* ========================= */
/* SECTION 3 - IMAGEM FULL   */
/* ========================= */
.section-img-full {
    background-image: url("https://picsum.photos/1600/700?13");
    background-size: cover;
    background-position: center;
    height: 350px;
}


/* ========================= */
/* GALERIA - TODAS TELAS     */
/* ========================= */
.gallery-grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cinza{
    color: #ababac;
}


/* ========================= */
/* FOOTER                    */
/* ========================= */
.footer-custom {
    background-color: #2d333b;
}
.texto{
    text-align: justify;
}