


/***** CARDS COLLAPSE *****/
.quem-somos .container-sobre {
    max-width: 66%;
    margin: 0 auto;
}
.quem-somos .fa-angle-down {
    font-size: 4em;
}

.quem-somos .acordion {
    width: 100%;
}

.quem-somos .h1-sobre {
    display: inline-block;
    position: relative;
    font-size: 2em;
}

.quem-somos .h1-sobre::after {
    content: '';
    width: 50%;
    height: 4px;
    background: #004a8e;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.quem-somos .accordion .card-body .card-body-text {
    column-count: 2;
    column-gap: 50px;
}

.quem-somos .accordion .card-img {
    width: 100%;
    height: 500px;
}

.quem-somos .accordion .desc-img {
    font-size: .875em;
}

.quem-somos .accordion .card-img .img-fluid {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.quem-somos .accordion .card {
    border: 0;
    border-radius: 0;
}

.quem-somos .accordion .card .card-header {
    border-bottom: 0;
}

.quem-somos .accordion .card .card-body {
    background-color: rgba(0,0,0,.03);
}

.h3-title,
.h5-title {
    font-size: 1em;
}

.quem-somos .cont-info .list-name {
    list-style: none;
    padding: 0;
}

.quem-somos .cont-info li,
.quem-somos .cont-info p {
    font-size: .875em;
}

/***** PARALLAX BANNER AGUA *****/
.banner-agua {
    width: 100%;
    height: 500px;
}

.banner-agua .cont-title {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-agua .box-title {
    max-width: 600px;
    min-width: 300px;
    min-height: 200px;
    max-height: 300px;
    background: rgba(0,0,0,.5);
    border: 4px solid #fff;
    display: flex;
    align-items: center;
}

.banner-agua .font-m {
    font-size: 2.5em;
}

/***** PALAVRA DO PRESIDENTE *****/
.palavra-presidente .box-radius,
.single-palavra .box-radius {
    max-width: 200px;
    min-width: 100px;
    max-height: 200px;
    min-height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.palavra-presidente .box-radius .img-fluid,
.single-palavra .box-radius .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/***** MISSÃO / VALORES / VISÃO *****/
.missao .box-photo {
    height: 350px;
}

.missao .box-photo .img-fluid {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.missao .box-missao {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.missao .box-missao .cont-missao {
    max-width: 300px;
}

.missao .h1-missao {
    position: relative;
    display: inline-block;
}

.missao .h1-missao::after {
    content: '';
    width: 50%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%,-50%);
}

/***** NOVA SEDE *****/
.nova-sede .cont-photo-sede {
    width: 100%;
    height: 100%;
    background: url(../../assets/images/bg-plus.gif);
    background-repeat: no-repeat;
}

.nova-sede .box-photo-sede {
    max-width: 560px;
    max-height: 400px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}

.nova-sede .box-photo-sede::after {
    content: '';
    width: 50px;
    height: 50px;
    background: #004a8e;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -20px;
}

.nova-sede .box-photo-sede .img-fluid {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.nova-sede .box-photo-sede .box-photo-2 {
    width: 300px;
    height: 220px;
    border: 4px solid #004a8e;
    position: absolute;
    right: -40px;
    bottom: -70px;
}

.nova-sede .box-photo-sede .img-fluid-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


@media(max-width: 992px){
    .quem-somos .fa-angle-down {
        font-size: 23px !important;
    }

    .quem-somos .accordion .card-body .card-body-text {
        column-count: 1 !important;
    }
    .quem-somos .container-sobre{
        max-width: 90% !important;
    }

    .quem-somos .card-body {
        padding: 0 1.25rem !important;
    }

    .banner-agua {
        width: 100%;
        height: 300px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .banner-agua .cont-title {
        height: 100% !important;
    }
    
    .banner-agua .box-title {
        max-width: unset !important;
        min-width: unset !important;
        min-height: unset !important;
        max-height: unset !important;
        padding: 25px 0 !important;
    }

    .banner-agua .font-m {
        font-size: 1.5em !important;
        margin: 0 !important;
    }

    .nova-sede .box-photo-sede .box-photo-2 {
        right: -22px !important;
        bottom: -50px !important;
    }
}