section .carousel .carousel-inner .carousel-caption h1 {
    font-size: 60px;
    font-family: 'Montserrat-semibold', sans-serif;
    padding-bottom: 8%;
}
section.institucional h2 {
    color: #004383;
    font-family: 'Montserrat-semibold', sans-serif;
    font-size: 26px;
}
section.institucional h2 img {
    padding: 0 15px;
}
section.institucional p {
    font-family: 'Montserrat-semibold', sans-serif;
    font-size: 16px;
    text-align: justify;
}
/* SOBRE */
section.sobre .card {
    background-color: #fff;
    border: 5px solid #93ae23;
    margin: 0 auto;
    padding: 10px;
    width: 317px;
    height: 317px;
    position: relative
}
section.sobre .card .card-body {
    background-color: #004383;
    padding-top: 39px;
}
section.sobre .card .card-body h3 {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
section.sobre .card .card-body h3.title-3 {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 25px;
    color: #fff;
}
section.sobre .card .card-body p {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
section.sobre .card .card-body.visao p{
    top: 45%;
}
section.sobre .card .card-body.negocios p{
    top: 42%;
}
section.sobre .card .card-body.missao p{
    top: 58%;
}
/* MEDIA  */
/* SOBRE */
@media (max-width: 1399.98px) {
    section.sobre .card {
        padding: 10px;
        width: 342px;
        height: 342px;
    }
    section.sobre .card .card-body p {
        font-size: 13px;
        padding: 8px 14px 0;
        width: 95%;
    }
}
@media (max-width: 1199.98px) {
    section.sobre .card {
        padding: 10px;
        width: 298px;
        height: 298px;
    }
    section.sobre .card .card-body h3{

    }
    /* section.sobre .card .card-body h3.title-3 {
        padding-top: 0px;
    }
    section.sobre .card .card-body p.title-3 {
        font-size: 11px;
        padding-top: 33px;
    } */
}
@media (max-width: 991.98px) {
    /* Sobre */
    section.sobre .card {
        padding: 5px;
       /*  width: 276px;
        height: 276px; */
    }
    section.sobre .card .card-body {
        padding-top: 0px;
        padding: 0 0
    }
    section .sobre .card .card-body h3 {
        font-size: 20px;
    }
    section.sobre .card .card-body h3.title-1 {
        font-size: 25px;
        top: 31%;
        left: 50%;
        margin-right: -50%;
    }
    section.sobre .card .card-body h3.title-3 {
        padding-top: 28px;
    }
    section.institucional p {
        font-size: 16px;
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    section .carousel .carousel-inner .carousel-caption {
        bottom: 0;
    }
    /* SOBRE */
    section .carousel .carousel-inner .carousel-caption h1 {
        font-size: 40px;
        padding-bottom: 7%;
    }
    section.sobre .card {
        margin-left: auto;
        margin-right: auto;
    }
    section.institucional h2,
    section.institucional p{
    }
    section.institucional h2 img {
        padding: 0 0 10px 0;
        width: 100%!important;
    }
}
@media (max-width: 575.98px) {
    section .carousel .carousel-inner .carousel-caption h1 {
        font-size: 30px;
        padding-bottom: 0%;
    }
}