@import url('conformidade.css');
.body-conformidade {
    opacity: 1;
    height: 100%;
    padding-top: 83px;
    margin-bottom: 5em;
    min-height: calc(100vh);
}

@media(max-width:960px) {
    .body-conformidade {
        opacity: 1;
        height: 100%;
    }
}

.body-conformidade:first-child {
    padding-top: 83px;
}

.titulo-conformidade {
    margin-bottom: 2em;
    text-align: left;
    font: normal normal bold 39px/52px Segoe UI;
    letter-spacing: 0px;
    color: #1885A2;
    opacity: 1;
}

.page-template-template-conformidade .accordion-item {
    border: 1px solid #0091D9 !important;
    margin-bottom: 10px;
    border-radius: 10px !important;
    overflow: hidden;
}

    .page-template-template-conformidade .accordion-item h2 .accordion-button {
        font-size: 2.5rem;
        color: #0091D9;
        font-weight: bold;
        padding: 30px 40px 30px 90px;
    }

.page-template-template-conformidade .accordion-button::after {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    content: "";
    background: url("../images/expand.png") center no-repeat;
    background-size: 55% !important;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.page-template-template-conformidade .accordion-button:not(.collapsed)::after {
    background: url("../images/retract.png") center no-repeat;
    transform: translateY(-50%);
}

.page-template-template-conformidade .accordion-button:hover,
.page-template-template-conformidade .accordion-button:active,
.page-template-template-conformidade .accordion-button:focus {
    background: #e5f4fb;
}

.page-template-template-conformidade .accordion-body {
    background-color: #e5f4fb;
    color: #001445;
    padding: 0 40px 30px;
    font: normal normal 600 15px / 23px Segoe UI;
    letter-spacing: 0px;
    color: #434343;
}

    .page-template-template-conformidade .accordion-body .row .row > * {
        padding: 0;
    }

    .page-template-template-conformidade .accordion-body ul {
        margin: 0 0 1rem 1rem;
    }

        .page-template-template-conformidade .accordion-body ul ul {
            margin: 0 0 0 1rem;
        }

    .page-template-template-conformidade .accordion-body .sbtn {
        margin-bottom: 1rem;
    }

    .page-template-template-conformidade .accordion-body p a,
    .page-template-template-conformidade .accordion-body ul a {
        font-weight: bold;
        text-decoration: underline;
    }

.page-template-template-conformidade .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: #e5f4fb;
    box-shadow: none;
}

#conformidade1 .images img {
    display: block;
    margin: 0 auto 40px;
}

#conformidade1 .logo-link {
    display: block;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #conformidade1 .logo-link img {
        display: block;
        max-width: 105px;
        max-height: 40px;
        margin: 10px auto;
    }

#conformidade1 .col-lg:nth-of-type(1) .logo-link {
    background: #fff;
}

#conformidade1 .col-lg:nth-of-type(2) .logo-link {
    background: #E76C0A;
}

#conformidade1 .col-lg:nth-of-type(3) .logo-link {
    background: #DB0D15;
}

#conformidade1 .col-lg:nth-of-type(4) .logo-link {
    background: #064985;
}

#conformidade1 .col-lg:nth-of-type(5) .logo-link {
    background: #00324B;
}

#conformidade1 .col-lg:nth-of-type(6) .logo-link {
    background: #FBCE00;
}

#conformidade1 .col-lg:nth-of-type(7) .logo-link {
    background: #58595B;
}

#conformidade4 .row {
    border-bottom: 1px solid #0091D9;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    #conformidade4 .row .row,
    #conformidade4 .row:last-of-type {
        border: none;
        padding: 0;
        margin: 0;
    }

#conformidade4 .sbtn {
    word-break: break-all;
}

.page-template-template-conformidade .accordion-body .phone-link::before {
    margin: 0 8px 0 0;
}

.page-template-template-conformidade .accordion-body .phone-link {
    display: inline-block;
    margin: 0 16px 1rem 0;
}
.sbtn, .sbtn:link, button, .wpcf7-submit {
    display: inline-block;
    background: #0091D9;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    border: none;
    text-align: center;
}

.sbtn-i, .sbtn-i:link {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.sbtn:hover, .sbtn:active, .sbtn:focus,
button:hover, button:active, button:focus,
.wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus {
    background: #001445;
    color: #fff;
    text-decoration: none;
}

.sbtn-i:hover, .sbtn-i:active, .sbtn-i:focus {
    border: 1px solid #fff;
    background: #fff;
    color: #001445;
}

.phone-link::before {
    content: "";
    width: 18px;
    height: 15px;
    display: inline-block;
    background: url("../images/phone-icon-blue.png") bottom center no-repeat;
    background-size: contain;
    margin: 0 8px 0 16px;
}
