#paginaSinglePortfolio {
    float: left;
    width: 100%;
    padding: 40px 0;
}

/* Bloco Inicial */

.blocoInicial {
    float: left;
    width: 100%;
    padding-bottom: 100px;
    background: url('https://etpprojetos.com.br/wp-content/uploads/2021/11/bg-logos.png') center bottom repeat-x;
}

/* Galeria */

.galeriaPortfolio {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
    background: #F2F2F2;
    margin: 50px 0 0 0;
}

.galeriaPortfolio figure {
    margin-bottom: 30px;
}

/* Vídeo */

.boxVideo {
    float: left;
    width: 100%;
    padding: 25px 0;
}

.boxVideo .container {
    display: flex;
    align-items: center;
    justify-content: center;
}