.top-title{
    background-color: #009ccb;
    color: #fff;
    padding: 40px 0;
}
h1{
    font-size: 2em;
    font-weight: normal;
}
h2{
    font-size: 2.5em;
    font-weight: bold;
}
h3{
    font-size: 1.4em;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
}
    h3::after{
        position: absolute;
        content: "";
        background: #549bc8;
        width: 45px;
        height: 2px;
        left: 0;
        bottom: 0;
    }
.content strong{
    color: #009ccb;
}
.content p{
    line-height: 1.7em;
}
.breadcrumb strong{
    color: #92dfff;
    font-weight: normal;
}
.img-half-text > div{
    max-height: 380px;
}
.img-half-text img{
    height: 100%;
}
.desc{
    background-color: #5b6a77;
    color: #fff;
    padding: 20px 80px;
}
.desc p{
    font-size: 1.5em;
    width: 100%;
    font-weight: 300;
}
.desc p strong{
    font-weight: 300;
    font-size: 1.5em;
    display: block;
    margin-bottom: 25px;
}
.list-content{
    padding: 45px 0;
}

/* História */
.hist-label{
    font-size: 1.2em;
    padding: 25px 30px 0;
}
.hist-label::before, .hist-label::after{
    content: "";
    display: block;
    background: #606a76;
    height: 2px;
    width: 120px;
    margin: 18px auto;
}
/* End História */

/* Missão Visão Valores */
.mis-vis-val div{
    padding: 0 0 30px 80px;
    background: no-repeat left top;
    background-size: 50px 50px;
}
.mis-vis-val .missao{
    background-image: url('../images/missao.png');
}
.mis-vis-val .visao{
    background-image: url('../images/visao.png');
}
.mis-vis-val .valores{
    background-image: url('../images/valores.png');
}
.mis-vis-val p{
    margin-bottom: 10px;
}
/* End Missão Visão Valores */
/* Convênios */
.convenios img{
    max-width: 300px;
    height: 100%;
    margin: 25px 0;
}
/* End Convênios */

/* Transparência */
.show-dir, .file{
    display: block;
    padding: 17px 23px;
}
.show-dir{
    background: url('../images/right-icon.png') no-repeat left center;
}
.show-dir.active{
    border-bottom: 1px #ebeced solid;
}
.file{
    background: url('../images/icon-file.png') no-repeat left center;
}
.dir{
    margin-left: 25px;
    height: 0;
    overflow: hidden;
}
.show-dir.active ~ .dir{
    height: auto;
}
/* End Transparência */
@media (max-width: 992px) {
    .desc{
        padding: 20px 30px;
    }

    .img-half-text > div{
        max-height: 320px;
    }

    h2{
        font-size: 2em;
    }
    .desc p {
        font-size: 1.15em;
    }
}
@media (max-width: 768px) {
    .img-half-text .img > picture img{
        display: block;
    }
    
    .desc{
        padding: 15px;
        text-align: center;
    }
    
    .desc p strong{
        margin-bottom: 10px;
    }
    .convenios img{
        margin: 20px auto;
    }
    .top-title {
        padding: 25px 0;
    }
    h1{
        font-size: 1.6em;
    }
}