
/*-----------------------------------------apresentação-------------------------------------*/
.page-node-type-quem-somos {
    .region-content {
        .youtube-container {
            display: flex;
            justify-content: center;
        }
    }
}

.path-quem-somos, .path-chefias {
    .view-content {
        max-width: 85vw;
        /*------------------------------------------- equipe ----------------------------------------*/
        .col {
            margin-bottom: 2rem;
        }

        .card {
            border: none;

            .btn {
                margin: 0;
            }

            p {
                font-size: .9rem;
            }
        }
    }

    .img-fluid {
        border: .4rem  var(--tema);
        border-style: outset;
        height: auto;
    }

    .view-grouping-header {
        color: var(--tema);
        font-size: 1.5rem;
        margin: 3rem 0 1rem 0;
    }
}

.page-node-type-quem-somos {
    .node__content {
        .field--name-field-imagem-quemsomos {
            display: flex;
            justify-content: center;
            margin-bottom: 2rem;
        }
    }
}