﻿/*================Modelo servico 3================*/
.accordion .card {
    margin-top: 5px;
}

    .accordion .card:first-child {
        margin-top: 0;
    }

    .accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:last-of-type {
        border-radius: .0em;
    }

    .accordion .card:not(:first-of-type) .card-header:first-child {
        border-radius: .25rem;
    }

.accordion .card-title {
    font-size: 16px;
}

.accordion .card-header {
    padding: 0;
    border-bottom: 0;
    margin: -1px;
    border-radius: 0.0em !important
}

    .accordion .card-header a {
        display: block;
        padding: 10px 20px;
    }

    .accordion .card-header a:hover, .accordion .card-header a:focus {
        text-decoration: none;
    }

    .accordion .card-header a [class^="icon-"] {
        margin-right: 4px;
        position: relative;
        top: 1px;
    }

    .accordion .card-header a .fa, .accordion .card-header a .fas, .accordion .card-header a .far, .accordion .card-header a .fal, .accordion .card-header a .fab, .accordion .card-header a .icons {
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: -50px;
        color: var(--corPrincipal)
    }

.mb-4 {
    margin-bottom: 4.5rem
}

.accordion.accordion-sm .card-header a {
    padding: 5px 15px;
    font-size: 0.9em;
}

.accordion.accordion-sm .card-body {
    font-size: 0.9em;
}

.accordion.accordion-lg .card-header a {
    padding: 15px 15px;
    font-size: 1em;
    font-weight: 600;
}

.accordion.without-bg .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.accordion.without-borders .card {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.accordion.without-borders .card-header a {
    padding-left: 0;
    padding-right: 0;
}

.accordion.without-borders .card-body {
    padding: 0;
}


/* Featured Boxes - Style 5, 6 and 7 */
.featured-boxes-style-5 .featured-box, .featured-boxes-style-6 .featured-box, .featured-boxes-style-7 .featured-box {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0;
}

    .featured-boxes-style-5 .featured-box .box-content, .featured-boxes-style-6 .featured-box .box-content, .featured-boxes-style-7 .featured-box .box-content {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .featured-boxes-style-5 .featured-box .box-content h4, .featured-boxes-style-6 .featured-box .box-content h4, .featured-boxes-style-7 .featured-box .box-content h4 {
            color: #2e353e;
        }

    .featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured {
        display: inline-block;
        font-size: 30px;
        height: 75px;
        padding: 0;
        width: 75px;
        margin-top: 0;
        margin-bottom: 10px;
        background: #FFF;
        border: 1px solid #dfdfdf;
        color: #777;
        line-height: 80px !important;
    }

    /* Featured Boxes - Style 6 */
    .featured-boxes-style-6 .featured-box .icon-featured {
        border: 1px solid #cecece;
        color: #777;
    }

        .featured-boxes-style-6 .featured-box .icon-featured:after {
            border: 5px solid var(--corPrincipal);
            border-radius: 50%;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            content: "";
            display: block;
            height: 100%;
            left: -6px;
            padding: 1px;
            position: absolute;
            top: -6px;
            width: 100%;
        }

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured:hover {
    transform: scale(1.0) rotate(15deg);
    color: white;
    background-color: var(--corPrincipal);
    transition: all .3s
}

    /* Featured Boxes - Style 7 */
    .featured-boxes-style-7 .featured-box .icon-featured {
        border: 1px solid #dfdfdf;
        color: #777;
    }

/* Featured Boxes - Style 8 */
.featured-boxes-style-8 .featured-box .icon-featured {
    display: inline-block;
    font-size: 30px;
    height: 75px;
    padding: 0;
    width: 75px;
    margin: -15px -15px 0 0;
    background: #FFF;
    line-height: 73px;
    border: 0;
    color: #777;
}

    .featured-boxes-style-8 .featured-box .icon-featured:after {
        display: none;
    }

/* Featured Boxes */
.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px;
}

/* Effects */
.featured-box-effect-1 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-box-shadow: 0 0 0 3px #FFF;
    box-shadow: 0 0 0 3px #FFF;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.featured-box-effect-1:hover .icon-featured:after {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
}

.featured-box-effect-2 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-box-shadow: 0 0 0 3px #FFF;
    box-shadow: 0 0 0 3px #FFF;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.featured-box-effect-2:hover .icon-featured:after {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 1;
}

.featured-box-effect-3 .icon-featured:after {
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 0 10px #FFF;
    box-shadow: 0 0 0 10px #FFF;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

.featured-box-effect-3:hover .icon-featured {
    color: #FFF !important;
}

    .featured-box-effect-3:hover .icon-featured:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

.featured-box-effect-4 .icon-featured {
    -webkit-transition: -webkit-transform 0.2s, -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, transform 0.2s;
    transition: transform 0.2s, transform 0.2s, -webkit-transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.featured-box-effect-4:hover .icon-featured {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.featured-box-effect-5 .icon-featured {
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.featured-box-effect-5:hover .icon-featured {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

.featured-box-effect-6 .icon-featured:after {
    -webkit-transition: all 0.2s, -webkit-transform 0.2s;
    transition: all 0.2s, -webkit-transform 0.2s;
    transition: all 0.2s, transform 0.2s;
    transition: all 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.featured-box-effect-6:hover .box-content .icon-featured:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.featured-box-effect-7 .icon-featured:after {
    opacity: 0;
    -webkit-box-shadow: 3px 3px #d5d5d5;
    box-shadow: 3px 3px #d5d5d5;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
    left: 0;
    top: -1px;
}

.featured-box-effect-7:hover .icon-featured:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.featured-box-effect-7 .icon-featured:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.featured-box-effect-7:hover .icon-featured:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Feature Box */
.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .feature-box .feature-box-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #CCC;
        border-radius: 100%;
        color: #FFF;
        font-size: 16px;
        font-size: 1rem;
        position: relative;
        top: 7px;
        text-align: center;
        padding: 0.8em;
        height: 1px;
        min-width: 2.7em;
        min-height: 2.7em;
    }

    .feature-box .feature-box-info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-left: 15px;
    }

    .feature-box.align-items-center .feature-box-icon {
        top: 0;
    }

    /* Style 2 */
    .feature-box.feature-box-style-2 h4 {
        color: #1d2127;
    }

    .feature-box.feature-box-style-2 .feature-box-icon {
        background: transparent;
        top: -3px;
    }

        .feature-box.feature-box-style-2 .feature-box-icon .fa, .feature-box.feature-box-style-2 .feature-box-icon .fas, .feature-box.feature-box-style-2 .feature-box-icon .far, .feature-box.feature-box-style-2 .feature-box-icon .fal, .feature-box.feature-box-style-2 .feature-box-icon .fab, .feature-box.feature-box-style-2 .feature-box-icon .icons {
            font-size: 1.7em;
        }

    .feature-box.feature-box-style-2.align-items-center .feature-box-icon {
        top: 0;
    }

    /* Style 3 */
    .feature-box.feature-box-style-3 h4 {
        color: #1d2127;
    }

    .feature-box.feature-box-style-3 .feature-box-icon {
        border: 1px solid #CCC;
        background: transparent;
        line-height: 32px;
    }

        .feature-box.feature-box-style-3 .feature-box-icon .fa, .feature-box.feature-box-style-3 .feature-box-icon .fas, .feature-box.feature-box-style-3 .feature-box-icon .far, .feature-box.feature-box-style-3 .feature-box-icon .fal, .feature-box.feature-box-style-3 .feature-box-icon .fab, .feature-box.feature-box-style-3 .feature-box-icon .icons {
            color: #CCC;
        }

    /* Style 4 */
    .feature-box.feature-box-style-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .feature-box.feature-box-style-4 h4 {
            color: #1d2127;
        }

        .feature-box.feature-box-style-4 .feature-box-icon {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            background: transparent;
            padding: 0 0 19.2px 0;
            padding: 0 0 1.2rem 0;
        }

            .feature-box.feature-box-style-4 .feature-box-icon .fa, .feature-box.feature-box-style-4 .feature-box-icon .fas, .feature-box.feature-box-style-4 .feature-box-icon .far, .feature-box.feature-box-style-4 .feature-box-icon .fal, .feature-box.feature-box-style-4 .feature-box-icon .fab, .feature-box.feature-box-style-4 .feature-box-icon .icons {
                font-size: 2.35em;
                width: auto;
                height: auto;
            }

        .feature-box.feature-box-style-4 .feature-box-info {
            clear: both;
            padding-left: 0;
        }

    /* Style 5 */
    .feature-box.feature-box-style-5 h4 {
        color: #1d2127;
    }

    .feature-box.feature-box-style-5 .feature-box-icon {
        background: transparent;
        top: 0;
        padding: 1em 1.4em;
        min-width: 5em;
    }

        .feature-box.feature-box-style-5 .feature-box-icon .fa, .feature-box.feature-box-style-5 .feature-box-icon .fas, .feature-box.feature-box-style-5 .feature-box-icon .far, .feature-box.feature-box-style-5 .feature-box-icon .fal, .feature-box.feature-box-style-5 .feature-box-icon .fab, .feature-box.feature-box-style-5 .feature-box-icon .icons {
            font-size: 2.75em;
        }

    .feature-box.feature-box-style-5.align-items-center .feature-box-icon {
        top: 0;
    }

    /* Style 6 */
    .feature-box.feature-box-style-6 h4 {
        color: #1d2127;
    }

    .feature-box.feature-box-style-6 .feature-box-icon {
        border: 1px solid #cecece;
        background: transparent;
        line-height: 32px;
    }

        .feature-box.feature-box-style-6 .feature-box-icon:after {
            border: 3px solid #f4f4f4;
            border-radius: 50%;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            content: "";
            display: block;
            height: 100%;
            left: -4px;
            padding: 1px;
            position: absolute;
            top: -4px;
            width: 100%;
        }

        .feature-box.feature-box-style-6 .feature-box-icon .fa, .feature-box.feature-box-style-6 .feature-box-icon .fas, .feature-box.feature-box-style-6 .feature-box-icon .far, .feature-box.feature-box-style-6 .feature-box-icon .fal, .feature-box.feature-box-style-6 .feature-box-icon .fab, .feature-box.feature-box-style-6 .feature-box-icon .icons {
            color: #a9a9a9;
        }

    /* Reverse All Resolutions */
    .feature-box.reverse-allres {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .feature-box.reverse-allres .feature-box-info {
            padding-right: 15px;
            padding-left: 0;
        }

        .feature-box.reverse-allres.feature-box-style-4 .feature-box-icon {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .feature-box.reverse-allres.feature-box-style-4 .feature-box-info {
            padding-right: 0;
        }

/* Reverse */
@media (min-width: 992px) {
    .feature-box.reverse {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .feature-box.reverse .feature-box-info {
            padding-right: 15px;
            padding-left: 0;
        }

        .feature-box.reverse.feature-box-style-4 .feature-box-icon {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .feature-box.reverse.feature-box-style-4 .feature-box-info {
            padding-right: 0;
        }
}
/* Full Width */
.featured-boxes-full .featured-box-full {
    text-align: center;
    padding: 55px;
}

    .featured-boxes-full .featured-box-full .fa, .featured-boxes-full .featured-box-full .fas, .featured-boxes-full .featured-box-full .far, .featured-boxes-full .featured-box-full .fal, .featured-boxes-full .featured-box-full .fab, .featured-boxes-full .featured-box-full .icons, .featured-boxes-full .featured-box-full h1, .featured-boxes-full .featured-box-full h2, .featured-boxes-full .featured-box-full h3, .featured-boxes-full .featured-box-full h4, .featured-boxes-full .featured-box-full h5, .featured-boxes-full .featured-box-full h6, .featured-boxes-full .featured-box-full p, .featured-boxes-full .featured-box-full a {
        color: #FFF;
        padding: 0;
        margin: 0;
    }

    .featured-boxes-full .featured-box-full .icons, .featured-boxes-full .featured-box-full .fa, .featured-boxes-full .featured-box-full .fas, .featured-boxes-full .featured-box-full .far, .featured-boxes-full .featured-box-full .fal, .featured-boxes-full .featured-box-full .fab {
        font-size: 3.9em;
        margin-bottom: 15px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .featured-boxes-full .featured-box-full p {
        padding-top: 12px;
        opacity: 0.8;
    }

/* Icon Featured */
.icon-featured {
    display: inline-block;
    margin: 15px;
    width: 80px !important;
    height: 80px !important ;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 35px;
    line-height: 110px;
}

    .icon-featured:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

.paragrafoServicos {
    font-size: 1.2rem;
    margin-bottom: 0.5rem !important;
    color: var(--corPrincipal);
    font-weight: 700;
}

.accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:last-of-type {
    border-top: 6px solid var(--corPrincipal);
    border-radius: .6em;
}

    .accordion .card:first-of-type:hover {
        box-shadow: 0 0 10px 4px var(--corPrincipal) !important;
    }