header .cont .conteudo .menu-busca menu > ul > li:nth-child(3) {
    color: #8BD033;
}
.container-infos {
    width: 100%;
    padding: 60px 0;
}

.container-infos .content {
    float: left;
    width: calc(100% - 325px);
}

.container-infos .content h1 {
    color: #7F8487;
    margin-bottom: 10px;
    font-size: 1.857rem;
    float: left;
    width: 100%;
}

/**
    =========CSS DA LISTAGEM DE TODOS==============
 */

.container-infos .content ul.unidades {
    padding-left: 0;
    margin-top: 20px;
    display: block;
}

.container-infos .content ul {
    width: 100%;
    float: left;
    padding-left: 30px;
    display: none;
}

.container-infos .content ul.ativo {
    display: block;
}

.container-infos .content ul li {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.container-infos .content 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);
}

.container-infos .content ul li section .img {
    width: 200px;
    height: 245px;
    float: left;
    overflow: hidden;
    display: none;
}

.container-infos .content ul li section .img.ativo {
    display: block;
}

.container-infos .content ul li section .informacoes {
    width: calc(100% - 200px);
    padding-left: 15px;
    float: left;
    display: flex;
    flex-direction: column;
}

.container-infos .content ul li section .informacoes.full {
    width: 100%;
}

.container-infos .content ul li section .informacoes h3.nome {
    width: 100%;
    font-size: 1.5rem;
    color: #7F8487;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(236, 236, 236);
    margin-bottom: 15px;
    word-wrap: break-word;
}

.container-infos .content ul li section .informacoes p {
    width: 100%;
    color: #7F8487;
    margin-bottom: 8px;
    word-wrap: break-word;
    font-size: 1.143rem;
}

.container-infos .content ul li section .btns {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.container-infos .content ul li section .btns button {
    float: left;
    color: #fff;
    background: #138034;
    border: 1px solid transparent;
    margin-right: 14px;
    font-size: 0.7857rem;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    vertical-align: center;
    text-transform: uppercase;
    padding: 8px 23px;
}

.container-infos .content ul li section .btns button.btn_subordinados {
    display: none;
}

.container-infos .content ul li section .btns button.btn_subordinados.show {
    display: block;
}

.container-infos .content ul li section .btns button:hover {
    background: transparent;
    border-color: #138034;
    color: #138034;
    transition: 0.3s;
}

.container-infos .content ul li section .btns button:active {
    border-color: #138034;
    color: #138034;
    transition: 0.3s;
}

.container-infos .content ul li section .btns button.ativo {
    border-color: #138034;
    color: #138034;
    background: transparent;
    transition: 0.3s;
}

.container-infos .content > article {
    width: 100%;
    float: left;
    margin-top: 30px;
    color: #7F8487;
}

.container-infos .content > article p.title {
    width: 100%;
    font-size: 1.5rem;
    color: #7F8487;
    padding-bottom: 10px;
    margin-bottom: 15px;
    word-wrap: break-word;
    font-weight: bold;
}

.container-infos .content > article *:not(a) {
    font-size: 1.143rem !important;
}


.container-infos nav {
    float: right;
    width: 300px;
    border-radius: 0 0 3px 3px;
}

.container-infos nav .title {
    float: right;
    width: 100%;
    background: #138034;
    color: #FFFFFF;
    font-size: 1.071rem;
    text-align: left;
    padding: 20px;
    border-radius: 3px 3px 0 0;
}

.container-infos nav ul {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
}

.container-infos nav ul li {
    float: left;
    width: 100%;
    border-left: 5px solid transparent;
    color: #84b5ff;
    border-bottom: 1px solid #d9e0e5;
    font-size: 1rem;
}

.container-infos nav ul li a {
    float: left;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.container-infos nav ul > p {
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-left: 5px solid transparent;
    color: #84b5ff;
    border-bottom: 1px solid #d9e0e5;
}

.container-infos nav ul li:hover,
.container-infos nav ul .selected {
    border-left-color: RGBa(14, 60, 117, 0.6);
    color: RGB(14, 60, 117);
}

/**
   ================ CSS ERRO ===============
 */
.container-infos .content h3.error {
    width: 100%;
    float: left;
    margin-top: 30px;
    color: RGB(77, 77, 76);
}

/*
  ============== MOBILE =================
*/

@media screen and (max-width: 1150px) {
    .container-infos {
        padding: 60px 15px;
    }
}

@media screen and (max-width: 999px) {
    header .cont .conteudo .menu-busca menu > ul > li:nth-child(3) {
        color: #fff;
    }
    header .slider {
        display: none;
    }

    header {
        height: 110px !important;
    }

    header .cont {
        background: #138034 !important;
    }

    header .cont .bottom {
        display: none !important;
    }

    .container-infos {
        width: inherit;
        margin: 0 auto 25px;
        padding: 20px 15px;
    }

    .container-infos .content {
        float: left;
        width: inherit;
    }

    .container-infos .content h1 {
        color: RGB(77, 77, 76);
        margin-bottom: 10px;
        font-size: 26px;
        float: left;
        width: 100%;
    }

    .container-infos nav {
        float: right;
        width: 100%;
        margin-top: 20px;
        border: 1px solid #d9e0e5;
        border-radius: 0 0 3px 3px;
    }

    .container-infos nav .title {
        float: right;
        width: 100%;
        background: #138034;
        color: #FFFFFF;
        font-size: 15px;
        text-align: left;
        padding: 20px;
        border-radius: 3px 3px 0 0;
    }

    .container-infos nav ul {
        float: left;
        width: 100%;
    }

    .container-infos nav ul li {
        float: left;
        width: 100%;
        border-left: 5px solid transparent;
        color: #84b5ff;
        border-bottom: 1px solid #d9e0e5;
    }

    .container-infos nav ul li a {
        float: left;
        width: 100%;
        height: 100%;
        padding: 20px;
    }

    .container-infos nav ul li:hover {
        border-left-color: RGBa(14, 60, 117, 0.6);
        color: RGB(14, 60, 117);
    }
}


@media all and (max-width: 670px) {

    .container-infos .content ul {
        padding-left: 15px;
    }

    .container-infos .content ul li section {
        padding: 20px 15px;
    }

    .container-infos .content ul li section .img {
        width: 330px;
        height: 340px;
        float: none;
        margin: 0 auto;
    }

    .container-infos .content ul li section .informacoes {
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
        padding-left: 0;
    }

    .container-infos .content ul li section .btns {
        display: flex;
        justify-content: center;
    }
}

@media all and (max-width: 570px) {
    .container-infos .content ul li section .btns {
        flex-direction: column;
    }

    .container-infos .content ul li section .btns button {
        width: 100%;
    }

    .container-infos .content ul li section .btns button:last-child {
        margin-top: 15px;
    }
}

@media all and (max-width: 430px) {

    .container-infos .content ul li section .img {
        width: 100%;
        height: 75vw;
    }

    .container-infos .content ul li section .informacoes h3.nome {
        font-size: 16px;
    }

    .container-infos .content ul li section .informacoes p {
        font-size: 1rem;
    }
}
