header .box .menu > ul > li.ativo::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fbb613;
}

.containerdepartamento {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 15px 15px 0 0;
    padding: 25px 25px 0;
    min-height: 400px;
}

.fundo header .centro .menu > ul > li:nth-child(3) {
    background: #fbb613;
    color: #fff;
}

.cont-paginas .texto {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.cont-paginas .texto > h1 {
    color: rgb(77, 77, 76);
    font-size: 1.857rem;
    margin-bottom: 8px;
}

.cont-paginas .texto ul.unidades {
    padding-left: 0;
    margin-top: 20px;
    display: block;
}

.cont-paginas .texto ul {
    width: 100%;
    float: left;
    padding-left: 30px;
    display: none;
}

.cont-paginas .texto ul.ativo {
    display: block;
}

.cont-paginas .texto ul li {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.cont-paginas .texto ul li section {
    width: 100%;
    background-color: rgb(253, 253, 253);
    float: left;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, .01), 0 15px 32px 0 rgba(0, 0, 0, .06);
    border: 1px solid rgb(236, 236, 236);
}

.cont-paginas .texto ul li section .img {
    width: 200px;
    height: 245px;
    float: left;
    overflow: hidden;
    display: none;
}

.cont-paginas .texto ul li section .img.ativo {
    display: block;
}

.cont-paginas .texto ul li section .informacoes {
    width: calc(100% - 200px);
    padding-left: 15px;
    float: left;
    display: flex;
    flex-direction: column;
}

.cont-paginas .texto ul li section .informacoes.full {
    width: 100%;
}

.cont-paginas .texto ul li section .informacoes h3.nome {
    width: 100%;
    font-size: 1.5rem;
    color: RGB(77, 77, 76);
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(236, 236, 236);
    margin-bottom: 15px;
    word-wrap: break-word;
}

.cont-paginas .texto ul li section .informacoes p {
    width: 100%;
    color: RGB(77, 77, 76);
    margin-bottom: 5px;
    word-wrap: break-word;
    font-size: 1.143rem;
}

.cont-paginas .texto ul li section .btns {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.cont-paginas .texto ul li section .btns button {
    padding: 6px 20px;
    float: left;
    font-family: 'Roboto Condensed', sans-serif !important;
    color: rgb(77, 77, 76);
    background: #ffcc29;
    border: 1px solid transparent;
    margin-right: 14px;
    font-size: 1rem;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    vertical-align: center;
    text-transform: uppercase;
}

.cont-paginas .texto ul li section .btns button.btn_subordinados {
    display: none;
}

.cont-paginas .texto ul li section .btns button.btn_subordinados.show {
    display: block;
}

.cont-paginas .texto ul li section .btns button:hover {
    background: transparent;
    border-color: #ffcc29;
    color: rgb(77, 77, 76);
    transition: 0.3s;
}

.cont-paginas .texto ul li section .btns button:active {

    border-color: #ffcc29;
    color: rgb(77, 77, 76);
    transition: 0.3s;
}

.cont-paginas .texto ul li section .btns button.ativo {
    border-color: #ffcc29;
    color: rgb(77, 77, 76);
    background: transparent;
    transition: 0.3s;
}

.cont-paginas .texto ul li article {
    width: 100%;
    float: left;
    margin-top: 30px;
    font-size: 1.143rem;
}

.cont-paginas .texto ul li article * {
    font-size: 1.143rem !important;
}

.cont-paginas .texto ul li article p.title {
    color: rgb(77, 77, 76);
    font-size: 1.357rem;
    font-weight: bold;
    margin-bottom: 15px;
}

/**
   ================ CSS ERRO ===============
 */
.cont-paginas .texto h3.error {
    width: 100%;
    float: left;
    margin-top: 30px;
    color: rgb(77, 77, 76);
}

/*
  ============== MOBILE =================
*/
@media all and (max-width: 670px) {

    .cont-paginas .texto ul {
        padding-left: 15px;
    }

    .cont-paginas .texto ul li section .img {
        width: 330px;
        height: 340px;
        float: none;
        margin: 0 auto;
    }

    .cont-paginas .texto ul li section .informacoes {
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }

    .cont-paginas .texto ul li section .btns {
        display: flex;
        justify-content: center;
    }
}

@media all and (max-width: 570px) {
    .cont-paginas .texto ul li section .btns {
        flex-direction: column;
    }

    .cont-paginas .texto ul li section .btns button {
        width: 100%;
    }

    .cont-paginas .texto ul li section .btns button:last-child {
        margin-top: 15px;
    }
}

@media all and (max-width: 430px) {

    .cont-paginas .texto ul li section .img {
        width: 100%;
        height: 75vw;
    }

    .cont-paginas .texto ul li section .informacoes h3.nome {
        font-size: 16px;
    }

    .cont-paginas .texto ul li section .informacoes p {
        font-size: 14px;
    }
}