/****************** SECTION INSTITUCIONAL ******************/
section.institucional hr {
    background-color: #ad17096e;
    width: 5%;
    margin-bottom: 5px;
}

section.institucional h4 {
    color: #ad1709;
}

section.institucional p {
    font-size: 14px;
    /*padding: 0 0 15px 0;*/
    margin: 0;
}

/****************** SECTION MISSSAO ******************/
section.missao {
    background-color: #4b4841;
}

section.missao h5,
section.missao p,
section.missao li {
    color: #FFF;
}

section.missao p {
    font-size: 14px;
}

/****************** SECTION EMPREENDIMENTOS ******************/
section.empreendimentos {
    background-color: #fafafa;
}

section.empreendimentos hr {
    background-color: #ad17096e;
    width: 5%;
    margin-bottom: 5px;
}

section.empreendimentos h4,
section.empreendimentos span {
    color: #ad1709;
}

section.empreendimentos .card {
    border-radius: 25px;
    border-bottom: 8px solid #aba594;
    box-shadow: 10px 10px 16px #CCB;
}

section.empreendimentos .card a.btn {
    position: absolute;
    margin: auto;
    margin-left: 60px;
    bottom: -20px;
}

section.empreendimentos .card li {
    color: #000;
}

section.empreendimentos .card:hover {
    border-bottom: 8px solid #ad1709;
}

section.empreendimentos .card:hover a.btn-danger {
    background-color: #a00300;
    border-color: #a00300;
}

section.empreendimentos h4.card-title {
    color: #4b4841;
}

/****************** SECTION PARCEIROS ******************/
section.parceiros {
    background-image: url(../images/bg_parceiros.png);
    background-size: cover;
    background-repeat: no-repeat;
}

section.parceiros hr {
    background-color: #ad17096e;
    width: 5%;
    margin-bottom: 5px;
}

section.parceiros h5,
section.parceiros p {
    color: #ad1709;
}

section.parceiros p {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
    margin: 0;
}

section.parceiros .slickConvenios div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
}

section.parceiros .slickConvenios button.slick-arrow {
    background: #ededed;
    width: 35px !important;
    height: 100%;
    z-index: 998;
    transition: .5s;
}

section.parceiros .slickConvenios button.slick-arrow:hover {
    background: #a00300;
    transition: .5s;
}

section.parceiros .slickConvenios .slick-prev {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

section.parceiros .slickConvenios .slick-next {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

section.parceiros .slickConvenios .slick-prev:before,
section.parceiros .slickConvenios .slick-next:before {
    content: none;
}

/*******************************************************/
/********************* RESPONSIVO **********************/
/*******************************************************/

@media (min-width: 320px) and (max-width: 768px) {
    section.missao ul.list-inline {
         height: auto !important;
         overflow-y: auto !important;
     }

    section.empreendimentos .card a.btn {
        margin-left: 50px;
    }

    section.empreendimentos .card ul li {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

}