html {
    font-size: 100%;
}

:root {
    --blue: #144781;
    --blue-light: #6DBCE1;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    margin-top: 94px;
}

.container {
    max-width: 1215px;
}

.container-fluid {
    max-width: 1440px;
}

ul.menu-interno {
    margin-bottom: 10px;
}

    ul.menu-interno li a {
        color: #fff;
        font-size: .95rem;
        font-weight: 600;
    }

nav#menumobile {
    z-index: 1050 !important;
}

a {
    color: #144781;
}

.blue {
    color: #144781;
}

.text-white p {
    color: #fff !important;
}

.bg-primary {
    background-color: #144781 !important;
}

.green {
    color: #008641;
}

.bg-green {
    background-color: #008641 !important;
}

.bannerfull {
    margin-top: 35px;
}

h1 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

p {
    color: #828282;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}

ul.menu {
    padding-top: 20px;
}

    ul.menu li a {
        color: #333;
        font-size: 1.2rem;
        font-weight: 600;
        padding: 0 10px;
    }

ul li.nav-item a {
    font-size: 1rem;
    font-weight: 600;
}

a.navbar-brand {
    background-image: url(/Assets/v1/img/logo-vianopolis-digital.png);
    background-repeat: no-repeat;
    width: 298px;
    height: 80px;
}

ul.navbar-nav li.nav-item a i.fa {
    font-size: 38px;
}

ol.breadcrumb li a {
    font-family: "Source Sans 3", sans-serif;
    font-size: .75rem;
}

.bg-breadcrumb {
    color: var(--white);
    background-color: var(--blue-light);
}

.breadcrumb {
    padding: .75rem 0;
    background: transparent;
}

li.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    color: var(--white);
}

.breadcrumb-item.active {
    color: var(--white);
    font-size: .75rem;
    font-family: "Source Sans 3", sans-serif;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--white);
    font-size: .75rem;
    font-family: "Source Sans 3", sans-serif;
}

.btn-orcamento {
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-align: center;
    background-color: #008641;
    border-color: #008641;
    border-radius: 100px;
    padding: 10px;
    margin-top: 5px;
}

    .btn-orcamento:hover {
        color: #fff !important;
        background-color: #144781;
        border-color: #144781;
        transition: background-color 0.2s;
    }

ul.navmenu .dropdown .dropdown-menu {
    border-radius: 4px;
    box-shadow: none;
    margin-top: 0px;
}

.dropdown-menu a.dropdown-item {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    padding: 15px;
}

.dropdown-menu .dropdown-divider {
    margin: 0;
}

.dropdown-menu a.dropdown-item i.fa {
    font-size: 18px !important;
    margin-right: 5px;
}

ul.navmenu .dropdown .dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}

ul.navmenu .dropdown .dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}

ul.navmenu .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.badge-msg {
    position: absolute;
    top: 0;
    right: 20px;
}

.btn-lg {
    font-size: 1rem;
    font-weight: 500;
}

.btn-cadastre {
    color: #fff !important;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    background-color: #144781;
    border-color: #144781;
    border-radius: 100px;
    padding: 10px;
}

    .btn-cadastre:hover {
        color: #fff !important;
        background-color: #008641;
        border-color: #008641;
        transition: background-color 0.2s;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.form-control-lg {
    padding: 1.4rem 1rem;
    font-size: 1rem;
}

.custom-select-lg {
    padding-top: .5rem;
    padding-bottom: .9rem;
    font-size: 1rem;
}

.btn-primary {
    background-color: #144781;
    border-color: #144781;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        color: #fff !important;
        background-color: #008641 !important;
        border-color: #008641 !important;
        transition: background-color 0.2s;
    }

.btn-trindade {
    color: #fff !important;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    background-color: #144781;
    border-color: #144781;
    border-radius: 5px;
    padding: 10px 15px;
    min-width: 200px;
}

    .btn-trindade:hover,
    .btn-trindade:active,
    .btn-trindade.active,
    .btn-trindade:focus,
    .btn-trindade.focus {
        color: #fff;
        background-color: #008641;
        border-color: #008641;
        transition: background-color 0.2s;
    }

.btn-red {
    color: #fff;
    font-size: 21px;
    border-radius: 50rem !important;
    border: solid #ef4036;
    background-color: #ef4036;
}

    .btn-red:hover {
        color: #2D3479 !important;
        border: solid #FFC01F;
        background-color: #FFC01F;
    }

.subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: #828282;
    margin-bottom: 1rem;
}

.header {
    padding-bottom: 40px;
    background-color: #f8f9fa;
}

form.form-search, form.form-news {
    display: flex;
}

input.search {
    flex: 1;
    height: 70px;
    padding: 0 15px;
    border: 0;
    border-radius: 100px 0 0 100px;
    color: #3a3a3a;
    font-size: 1.1rem;
    border: 2px solid #ccc;
    background-color: #DCE2E5;
    border-right: 0;
}

.form-check-label {
    cursor: pointer;
}

.btn-search {
    height: 70px;
    padding: 0 50px;
    background: #008641;
    border-radius: 0px 100px 100px 0px;
    border: 0;
    color: #fff;
    font-weight: bold;
    transition: background-color 0.2s;
}

    .btn-search:hover {
        color: #fff;
        background: #144781;
        transition: background-color 0.2s;
    }

.servicos {
    padding: 65px 0 0 0;
}

    .servicos h4 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .servicos .bg-lista {
        padding: 20px 10px;
        border-radius: 5px;
        background-color: #E1FAEC;
        margin-bottom: 30px;
    }

        .servicos .bg-lista:hover {
            color: #fff;
            background-color: #144781;
            transition: background-color 0.2s;
        }

        .servicos .bg-lista a {
            color: #333;
        }

            .servicos .bg-lista a:hover {
                color: #fff;
                text-decoration: none;
                transition: background-color 0.2s;
            }

                .servicos .bg-lista a:hover img {
                    -webkit-filter: invert(100%);
                    /* safari 6.0 - 9.0 */
                    filter: invert(100%);
                    text-decoration: none;
                    transition: background-color 0.2s;
                }

    .servicos .height-img {
        height: 75px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
    }

    .servicos .bg-lista img {
        max-height: 75px;
    }

    .servicos .title {
        font-size: 1rem;
        font-weight: 400;
        padding-top: 1rem;
    }

.profissional h2 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.profissional {
    padding: 85px 0 40px 0;
}

    .profissional p {
        font-size: 1.5rem;
        font-weight: 400;
    }

.etapas {
    padding: 85px 0;
}

    .etapas .number {
        font-size: 3.5rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
        background-color: #144781;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-top: -80px;
    }

.etapa {
    border-radius: 5px;
    padding: 45px 20px 20px 20px;
    background-color: #E1FAEC;
    z-index: 1 !important;
    margin-bottom: 60px;
}

    .etapa h3 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .etapa h5 {
        font-size: 1.1rem;
        font-weight: 400;
    }


.accordionListFaq {
    padding: 60px 0;
}

.accordionList .card {
    border: none;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow: hidden;
}

.accordionList .card-header {
    background: #fff;
    border: none;
    padding: 0;
}

.accordionList .btn-link {
    width: 100%;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 18px 20px;
    position: relative;
    display: block;
}

    .accordionList .btn-link:hover {
        background: #f8f9fa;
        text-decoration: none;
    }

    .accordionList .btn-link.collapsed::after {
        content: "+";
        position: absolute;
        right: 20px;
        font-size: 20px;
    }

    .accordionList .btn-link:not(.collapsed)::after {
        content: "-";
        position: absolute;
        right: 20px;
        font-size: 20px;
    }

    .accordionList .btn-link:not(.collapsed) {
        background: #f8f9fa;
        font-weight: 600;
    }

.accordionList .card-body {
    padding: 20px;
    border-top: 1px solid #eee;
    color: #555;
}


.accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: none;
}

.accordion .card {
    border: none;
}


.faq {
    padding: 85px 0;
    background-color: #F6F6F6;
}

    .faq .accordion > .card > .card-header {
        border-radius: 0;
        margin-bottom: 0px;
    }

    .faq h4 .btn-link {
        color: #333;
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
    }

        .faq h4 .btn-link:hover {
            text-decoration: none;
        }

    .faq h5 {
        color: #9C9CAA;
        font-size: 1.1rem;
        font-weight: 600;
    }

    .faq .text-faq {
        color: #333;
        font-size: 1rem;
        font-weight: 500;
    }

#accordionFAQ .card {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#accordionFAQ .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#accordionFAQ .card-header {
    padding: .75rem 0rem;
}

    #accordionFAQ .card-header h3 button {
        font-weight: bold;
    }

.depoimento {
    padding: 100px 0;
}

    .depoimento .border {
        border: solid 1px #EBEAED;
        border-radius: 5px;
        padding: 50px;
        margin-top: -90px;
    }

.depoimentos .borda {
    border-top: solid 1px #EBEAED !important;
    padding-top: 35px;
    margin-top: -90px;
}

.depoimento h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 50px;
    margin-left: 30px;
}

.depoimentos h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 50px;
}

.depoimento p, .depoimentos p {
    color: #828282;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 30px;
}

.depoimento .autor, .depoimentos .autor {
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
}

.topicos h5 {
    font-size: 1.2rem;
    line-height: 1.9rem;
}

.topicos .bg-topicos {
    padding: 20px 10px;
    border-radius: 5px;
    background-color: #E1FAEC;
    margin-bottom: 30px;
}

    .topicos .bg-topicos a {
        color: #333;
    }

    .topicos .bg-topicos .fa {
        color: #333 !important;
    }

.topicos p {
    font-size: 1rem;
    line-height: 1.7rem;
    margin-bottom: 0rem;
}

footer {
    background-color: #A7D7ED;
    padding-bottom: 35px;
    padding-top: 80px;
}

    footer a {
        color: #333;
    }

    footer .center {
        padding: 85px 0;
    }

    footer h5 {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 15px;
    }

    footer ul.list-footer {
        padding-left: 0;
        list-style: none;
    }

        footer ul.list-footer li {
            font-size: 1rem;
            line-height: 2.5rem;
        }

    footer ul li a {
        color: #333;
    }

    footer ul.social li.list-inline-item:not(:last-child) {
        margin-right: 0.8rem !important;
    }

    footer ul.social li a .fa-stack-1x {
        color: #144781 !important;
        background-color: #fff;
        height: 36px;
        width: 36px;
        border-radius: 50%;
    }

    footer ul.social li a:hover .fa-stack-1x {
        color: var(--secondary) !important;
        background-color: #fff;
        height: 36px;
        width: 36px;
        border-radius: 50%;
    }

    footer ul.social li .fa {
        color: #144781 !important;
        font-size: 24px;
        padding-top: 4px;
    }

.copyright {
    padding: 20px 0 20px 0;
    font-size: .75rem;
    text-align: center;
}

ul.dados li {
    font-size: 1rem;
    line-height: 2.5rem;
}

    ul.dados li a {
        color: #333;
    }

ul.dados li {
    margin-top: 10px;
}

ul.social li a {
    color: #144781;
    font-size: 20px;
    padding: 0px 8px;
}

    ul.social li a:hover {
        color: #333;
        padding: 0px 8px;
    }

input.form-news {
    flex: 1;
    height: 50px;
    padding: 0 15px;
    border: 0;
    border-radius: 5px 0 0 5px;
    color: #3a3a3a;
    font-size: 1rem;
    border: 2px solid #ccc;
    background-color: #DCE2E5;
    border-right: 0;
}

.btn-news {
    height: 50px;
    padding: 0 15px;
    background: #144781;
    border-radius: 0px 5px 5px 0px;
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: background-color 0.2s;
}

    .btn-news:hover {
        color: #fff;
        background: #008641;
        transition: background-color 0.2s;
    }

footer .copy {
    border-top: solid 1px #e0e0e0;
    padding-top: 30px;
}

.grupo h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    border-bottom: solid 1px #dee2e6;
    text-transform: uppercase;
    margin-top: 0px;
}

    .grupo h4 a {
        color: #333;
    }

ul.lista {
    margin-bottom: 30px;
}

    ul.lista li {
        border-bottom: solid 1px #ebebeb;
        line-height: 1.5em;
    }

        ul.lista li a {
            color: #144781;
            display: block;
            font-size: 15px;
            padding: 10px 10px;
            display: block;
        }

            ul.lista li a:hover, ul.lista li a.active {
                text-decoration: none;
                background-color: #ebebeb;
            }

ul.nav-tabs li {
    background-color: #ebebeb;
}

    ul.nav-tabs li a {
        padding: 15px 10px;
        color: #333;
        text-decoration: none;
        display: block;
        border-radius: 0px;
    }

.tab-content {
    background-color: #fff !important;
    padding: 15px 0px;
}

.rating {
    border: none;
}

    .rating > [id^="star"] {
        display: none;
    }

    .rating > label:before {
        margin: 2px;
        font-size: 1.75em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }

    .rating > [id^="star"]:checked ~ label,
    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: #FFD700;
    }

        .rating > [id^="star"]:checked + label:hover,
        .rating > [id^="star"]:checked ~ label:hover,
        .rating > label:hover ~ [id^="star"]:checked ~ label,
        .rating > [id^="star"]:checked ~ label:hover ~ label {
            color: #FFED85;
        }

.reset-option {
    display: none;
}

.reset-button {
    margin: 6px 12px;
    background-color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.btn:focus {
    outline: none;
}



#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

    #progressbar li {
        list-style-type: none;
        width: 33.33%;
        float: left;
        position: relative;
        font-weight: 400
    }

    #progressbar #step1:before {
        content: "1";
    }

    #progressbar #step2:before {
        content: "2";
    }

    #progressbar #step3:before {
        content: "3";
    }

    #progressbar li:before {
        width: 40px;
        height: 40px;
        line-height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        background: #455A64;
        border-radius: 50%;
        margin: auto;
        color: #fff;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #455A64;
        position: absolute;
        left: 0;
        top: 21px;
        z-index: -1
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        left: -50%
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: absolute;
        left: 50%
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px
    }

    #progressbar li.etapaanterior:before,
    #progressbar li.etapaanterior:after {
        background: #144781;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #008641;
    }



.bordaesquerda-lg {
    border-top-left-radius: .3rem !important;
    border-bottom-left-radius: .3rem !important;
}

.bordadireita-lg {
    border-top-right-radius: .3rem !important;
    border-bottom-right-radius: .3rem !important;
}

.bordabottom-lg {
    border-bottom-left-radius: .3rem !important;
    border-bottom-right-radius: .3rem !important;
}

.bordatop-lg {
    border-top-left-radius: .3rem !important;
    border-top-right-radius: .3rem !important;
}

.borda-lg-none {
    border-radius: 0 !important;
}

.bg-pratika {
    background-color: #F2EFEB;
}

.bg-green {
    background-color: #0FC79E;
}

.blue {
    color: #2D3479;
}

.lava {
    color: #474139;
}

.title-curso {
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 25px;
}

.badge-free {
    color: #2D3479;
    font-size: 12px !important;
    font-weight: 900;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    background-color: #FFC01F;
}

.number {
    font-size: 32px;
    font-weight: 500;
}

.btn-blue {
    color: #fff;
    font-size: 21px;
    border-radius: 50rem !important;
    border: solid #2D3479;
    background-color: #2D3479;
}

    .btn-blue:hover {
        color: #2D3479 !important;
        border: solid #FFC01F;
        background-color: #FFC01F;
    }

.btn-success-menu {
    color: #fff;
    font-size: 21px;
    border-radius: 50rem !important;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success-menu:hover {
        color: #fff;
        background-color: #218838;
        border-color: #218838;
    }

.btn-danger-menu {
    color: #fff;
    font-size: 21px;
    border-radius: 50rem !important;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger-menu:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

.height-user {
    height: 200px;
}

.user {
    max-width: 140px !important;
}

ul.user li a {
    color: #fff;
    text-decoration: underline;
}

h5.card-title {
    margin: 0px;
}

#accordionFAQ .card-body table {
    margin-bottom: 0;
}

.border-dashed {
    border: dashed 2px #dee2e6;
    border-radius: 5px;
    line-height: 1.6em;
    font-size: 16px;
}

.btn-concluido {
    color: #fff;
    font-size: 16px;
    padding: auto 15px;
    border-radius: 50rem !important;
    border: solid 2px #2D3479;
    background-color: #2D3479;
}

    .btn-concluido:hover {
        color: #2D3479;
        border: solid 2px #2D3479;
        background-color: #fff;
    }

ul.sidebar li.modulo {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background-color: #2D3479;
    padding: .5rem 1.25rem;
    border-radius: 5px;
}

.modulo {
    background-color: #f8f9fa;
    padding: 10px 15px;
    margin-bottom: 5px;
    border-left: 4px solid #ffc107;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.sidebar li.collapsed {
    color: #2D3479;
    background-color: #F2EFEB;
    margin-bottom: 6px;
}

ul.sidebar li.modulo:hover {
    color: #fff;
    background-color: #2D3479;
}

/*
ul.sidebar li.moduloativo {
  background-color: #0FC79E;
}*/

ul.sidebar {
    list-style: none;
    margin-left: 0px;
    width: 100%;
}

    ul.sidebar li a {
        font-size: 16px;
        font-weight: 500;
        color: #2D3479 !important;
        display: block;
        padding: .75rem .75rem;
        border-radius: 5px;
        background-color: #E7E4E1;
        border-bottom: 3px solid #fff;
    }

.sidebar li a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
}

ul.sidebar li a:hover {
    background-color: #ccc;
    text-decoration: none !important;
}

.sidebar li a:hover {
    background-color: #f8f9fa;
    border-radius: 5px;
}

ul.sidebar li.active a {
    background-color: #999 !important;
    color: #144781 !important;
    font-weight: 500 !important;
    text-decoration: none;
}

.sidebar li.active a {
    background-color: #2d3479;
    color: white !important;
    border-radius: 5px;
    padding: 8px 12px;
    display: block;
}

    .sidebar li.active a:hover {
        background-color: #1e2359;
    }

ul.sidebar li ul {
    list-style: none;
    padding-left: 0px;
}

ul.sidebar li.desafio {
    background-color: #F2EFEB;
    border-bottom: 1px solid #fff;
}

    ul.sidebar li.desafio a {
        color: #474139 !important;
    }

        ul.sidebar li.desafio a:hover {
            background-color: #F2EFEB;
        }

            ul.sidebar li.desafio a:hover span {
                text-decoration: underline;
            }

.lesson-item {
    display: flex !important;
    align-items: center;
    text-decoration: none;
    gap: 12px;
}

.text-container {
    width: 100%;
}

.btn-aula {
    color: #2D3479;
    font-size: 16px;
    padding: auto 15px;
    border-radius: 50rem !important;
    border: solid 2px #2D3479;
    background-color: #fff;
}

    .btn-aula:hover {
        color: #fff;
        border: solid 2px #2D3479;
        background-color: #2D3479;
        fill: #fff;
    }

    .btn-aula svg:hover {
        fill: #fff;
    }


.list {
    padding-right: 15px;
    padding-left: 15px;
}

.responsive button.slick-prev.slick-arrow {
    left: -10px;
    z-index: 10;
}

.responsive button.slick-next.slick-arrow {
    right: 10px;
    z-index: 10;
}

.responsive:hover .slick-prev:before, .responsive:hover .slick-next:before {
    font-size: 36px !important;
    opacity: 1;
    color: var(--primary) !important;
    font-family: 'slick';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* FIM SLIDER */

.owl-carousel .item {
    margin: 0px 10px;
}

.combos-margin h3 {
    font-size: 24px;
}

.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent !important;
}

.owl-carousel .chevron-one {
    height: 60px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 300px !important;
    color: #333;
}

.owl-carousel .fa-chevron-left.disabled,
.owl-carousel .fa-chevron-right.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .fa-chevron-left {
    left: -33px;
}

.owl-carousel .fa-chevron-right {
    right: -33px;
}

.owl-carousel .fa-chevron-left:hover {
    background-position: 0px -53px;
}

.owl-carousel .fa-chevron-right:hover {
    background-position: -32px -53px;
}

.bg-combos {
    background-color: #f5f5f5;
    margin: 120px auto;
    box-shadow: -1px 1px 5px -2px rgba(153, 153, 153, 0.75) inset;
    -webkit-box-shadow: -1px 1px 5px -2px rgba(153, 153, 153, 0.75) inset;
    -moz-box-shadow: -1px 1px 5px -2px rgba(153, 153, 153, 0.75) inset;
}

.combos {
    background-color: #fff;
    margin: 50px auto;
    max-width: 330px;
    border-radius: 5px;
    padding: 5px 0px 30px 0px;
    -webkit-box-shadow: 0px 4px 20px -5px rgba(153, 153, 153, 0.75);
    -moz-box-shadow: 0px 4px 20px -5px rgba(153, 153, 153, 0.75);
    box-shadow: 0px 4px 20px -5px rgba(153, 153, 153, 0.75);
}

    .combos .btn,
    .contato .btn {
        border: solid 2px #144781;
        color: #fff;
        background-color: #144781;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 8px 15px;
    }

        .combos .btn:hover,
        .contato .btn:hover {
            border: solid 2px #144781;
            color: #144781;
            background-color: #fff;
            font-weight: 600;
        }

    .combos h3 {
        font-size: 24px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .combos p {
        font-size: 14px;
        line-height: 18px;
        color: #999;
    }

    .combos ul li {
        font-weight: 400;
        line-height: 2.1em;
        font-size: 12px;
    }

.combos-margin {
    margin: 10px 20px 25px 20px;
}

    .combos-margin small {
        text-transform: uppercase;
        text-align: center !important;
        font-weight: 600;
        font-size: 11px;
        color: #999;
    }

.btn-whatsapp {
    color: #fff !important;
    background-color: #04D361;
    border-color: #04D361;
    border-radius: 100px;
    padding: 5px 10px;
}

    .btn-whatsapp:hover {
        color: #fff;
        background-color: #022C99;
        text-decoration: none;
    }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 100%;
    top: 50%;
    display: none;
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    border: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    opacity: 0.8;
    box-shadow: 0 0px 0.3125rem rgba(0, 0, 0, 0.19);
    z-index: 2;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
    display: block;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #fff;
    color: #333;
    opacity: 1;
    box-shadow: 0 0px 0.9375rem rgba(0, 0, 0, 0.19);
}

.owl-carousel .owl-nav button.owl-prev {
    left: -2%;
    transform: translate(0%, -50%);
}

.owl-carousel .owl-nav button.owl-next {
    right: -2%;
    transform: translate(0%, -50%);
}



.title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    padding-top: 10px;
    min-height: 140px;
}

.progress-bar {
    transition: width 1.5s ease-out;
}

/* permite animar a variável */
@property --progress {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

.progresscircle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    --progress: 0;
    background: conic-gradient( #28a745 calc(var(--progress) * 1%), #eee 0 );
    display: flex;
    align-items: center;
    justify-content: center;
    animation: progressAnimation 1.5s ease-out forwards;
}

/* animação suave */
@keyframes progressAnimation {
    from {
        --progress: 0;
    }

    to {
        --progress: var(--value);
    }
}

/* círculo interno */
.progresscircle::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    background: #fff;
    border-radius: 50%;
}

/* texto */
.progress-value {
    position: relative;
    z-index: 1;
}

/*.progresscircle {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

    .progresscircle::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 6px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progresscircle > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progresscircle .progress-left {
        left: 0;
    }

    .progresscircle .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 6px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progresscircle .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progresscircle .progress-right {
        right: 0;
    }

        .progresscircle .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progresscircle .progress-value {
        position: absolute;
        top: 0;
        left: 0;
    }*/

#accordionFAQ .card-header h4 button {
    color: #333;
    font-weight: bold;
}

#accordionFAQ .card-header {
    padding: 0.75rem 0rem;
}

#accordionFAQ .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#accordionFAQ .card {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    margin-bottom: 5px;
}

#accordionFAQ .card-body p {
    color: #333;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}



@media (max-width: 767px) {
    body {
        margin-top: 95px;
    }

    html {
        font-size: 85%;
    }

    a.navbar-brand {
        background-image: none;
    }

    .title {
        min-height: 120px !important;
    }

    .bannerfull {
        margin-top: 0px;
    }

    h1 {
        font-size: 2.35rem;
        margin-top: 15px;
    }

    .user {
        max-width: 64px !important;
    }

    .data {
        font-size: 20px !important;
    }

    .title-curso {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .media ul.list-inline {
        display: inline !important;
    }

    .media ul li.list-inline-item {
        display: inline-block !important;
    }

    .height-user {
        height: auto;
        min-height: 100px;
    }

    .btn-entrar {
        color: #fff !important;
        font-size: 1rem;
        font-weight: 500;
        text-align: center;
        color: #6c757d !important;
        border-color: #6c757d;
        border-radius: 100px;
        padding: 10px;
        margin-bottom: 15px;
    }

        .btn-entrar:hover {
            color: #fff !important;
            background-color: #6c757d;
            border-color: #6c757d;
            transition: background-color 0.2s;
        }

    ul.menu li.nav-item {
        border-bottom: solid 1px #ccc;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    input.search {
        border-radius: 5px 0 0 5px;
    }

    .btn-search {
        padding: 0 15px;
        border-radius: 0px 5px 5px 0px;
    }

    .servicos {
        padding: 40px 0 0 0;
    }

    .profissional {
        padding: 40px 0 40px 0;
    }

    .etapas {
        padding: 60px 0;
    }

    .faq {
        padding: 40px 0;
    }

        .faq h5 {
            margin-top: 45px;
        }

        .faq .btn-faq {
            text-align: center;
        }

    .depoimento {
        padding: 40px 0;
    }

        .depoimento .border {
            padding: 15px;
        }

        .depoimento h3 {
            margin-left: 15px;
        }

        .depoimento img, .depoimentos img {
            width: 30%;
        }

        .depoimento .autor {
            margin-top: 15px;
        }

    footer {
        text-align: center;
    }

        footer .center {
            padding: 45px 0 30px 0;
        }

        footer .copy .text-right {
            text-align: center !important;
            margin-bottom: 30px;
        }

    input.news {
        border-radius: 5px 0 0 5px;
    }

    .btn-news {
        border-radius: 0px 5px 5px 0px;
    }

    ul.social {
        margin-top: 15px;
        text-align: center;
    }

        ul.social li a {
            font-size: 24px;
        }

    .btn-whatsapp {
        color: #fff !important;
        background-color: #008641;
        border-color: #008641;
        border-radius: 100px;
        padding: 5px 10px;
    }

        .btn-whatsapp:hover {
            color: #fff;
            background-color: #144781;
            text-decoration: none;
        }

    ul.dados {
        text-align: center;
    }
}

.floating-share {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
    padding: 5px 5px 5px 50px;
}

    .floating-share h6 {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-size: 12px;
        margin-bottom: 10px;
        text-align: center;
        color: #444;
    }

    .floating-share ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .floating-share li {
        margin: 10px 0;
    }

    .floating-share a {
        display: flex;
        background-color: var(--primary);
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 21px;
        transition: background 0.3s;
        flex-direction: column;
        justify-content: center;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

        .floating-share a:hover {
            text-decoration: none;
            background-color: var(--secondary);
        }


@media (max-width: 767px) {

    .floating-share {
        position: fixed;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 999;
        padding: 5px 5px 5px 15px;
    }

    footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer-contact {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    ul.list-social {
        padding-left: 0px;
        text-align: center;
    }

    .copyright {
        padding: 20px 0 0px 0;
        font-size: .65rem;
    }
}



#accordionModulos button {
    color: #fff;
    background-color: #2D3479;
}

    #accordionModulos button:hover {
        color: #fff !important;
        background-color: #2D3479 !important;
    }

.text-card {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
}

#accordionModulos button .text-card p {
    color: #fff;
}

#accordionModulos button:hover p, #accordionModulos button:hover .text-card p {
    color: #fff;
}

#accordionModulos button.collapsed {
    color: #2D3479;
    background-color: #F2EFEB;
}

    #accordionModulos button.collapsed p {
        color: #2D3479;
    }

#accordionFAQ .card-header {
    padding: 0rem 0rem;
}

#accordionFAQ .card-body {
    font-size: 21px;
    line-height: 1.5rem;
    font-weight: 300;
    padding: 0rem 1.5rem;
    margin: 15px 0 25px 0;
}

.texto-body {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

h2 button.btn.collapsed {
    color: #2D3479;
    background-color: #F2EFEB;
    font-size: 24px;
    line-height: 1.8rem;
    font-weight: 700;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

h2 button.btn {
    line-height: auto;
    color: #fff;
    background-color: #2D3479;
    font-size: 24px;
    line-height: 1.8rem;
    font-weight: 700;
    border-radius: 5px;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

    h2 button.btn:hover {
        color: #fff;
        background-color: #2D3479;
    }

.class-number {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: 1.2;
}

#accordionFAQ .card-header {
    padding: 0rem 0rem;
}

.card-content {
    min-height: 303px;
}

#accordionFAQ .card-header:hover, #accordionFAQ .card-header:active {
    text-decoration: none;
}

#accordionFAQ .card {
    border: 0px;
}

ul.list-user-account {
    padding-left: 0;
    list-style: none;
}

    ul.list-user-account li a {
        color: #fff;
    }

    ul.list-user-account li:not(:last-child) {
        margin-right: .5rem;
    }

    ul.list-user-account li {
        display: inline-block;
    }

.favorito-icon {
    cursor: pointer;
    transition: opacity 0.2s ease;
    vertical-align: middle;
}

    .favorito-icon:hover {
        opacity: 0.8;
    }

ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 40px;
}

    ul.timeline:before {
        content: ' ';
        background: #c7c7c7;
        display: inline-block;
        position: absolute;
        left: 28px;
        width: 1px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: #2D3479;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #2D3479;
            left: 23px;
            width: 11px;
            height: 11px;
            z-index: 400;
        }


/* BLOG */

.box-fotos {
    margin-top: -50px;
}

.multiple-items button.slick-prev.slick-arrow {
    left: -10px;
    z-index: 10;
}

.multiple-items button.slick-next.slick-arrow {
    right: 10px;
    z-index: 10;
}

.multiple-items:hover .slick-prev:before, .multiple-items:hover .slick-next:before {
    font-size: 36px !important;
    opacity: 1;
    color: var(--secondary) !important;
    font-family: 'slick';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog h1 {
    color: #144781;
}

.subtitle {
    color: #144781;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.blog .img {
    display: block;
    overflow: hidden;
    border-radius: .3rem;
}

.blog a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin: 0;
    max-height: 295px;
}

.blog a .img-destaque img {
    max-height: 600px !important;
}

.blog a:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    border-radius: .3rem;
}

.blog-destaque {
    padding: 20px 15px 15px 15px;
    color: #ffffff;
    background-color: #144781;
    margin-top: -5px;
    border-radius: 0 0 16px 16px;
}

    .blog-destaque:hover {
        color: #ffffff;
        background-color: var(--secondary);
        border-bottom: none;
        transition: all 0.3s ease;
    }

    .blog-destaque h3 {
        font-family: "Source Sans 3", sans-serif !important;
        font-optical-sizing: auto;
        font-size: 1.2rem;
        font-weight: 600;
        font-style: normal;
        line-height: 1.3em;
        color: #ffffff;
    }

    .blog-destaque .link-read {
        display: inline-flex;
        font-size: .9rem;
        font-weight: 400;
        line-height: 140%;
        color: #fff !important;
        text-transform: uppercase;
        border-bottom: none !important;
        transition: all 0.3s ease;
    }

.blog-desc {
    padding: 15px 0px 75px 0px;
}

.blog-desc-in {
    padding: 15px 0px 15px 0px !important;
}

.blog-desc h3 {
    font-family: "Source Sans 3", sans-serif !important;
    font-optical-sizing: auto;
    color: #333333;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4em;
}

.blog a:hover {
    text-decoration: none;
}

.blog a img-destaque img {
    border-radius: 0 0 .3rem .3rem !important;
}

.blog .link-read {
    display: inline-flex;
    font-size: .9rem;
    font-weight: 400;
    line-height: 140%;
    color: var(--primary);
    text-transform: uppercase;
    border-bottom: 1px solid var(--primary);
}

    .blog .link-read:hover {
        color: var(--secondary);
        border-bottom: none;
    }




.slider-home .link-read {
    display: inline-flex;
    font-size: .9rem;
    font-weight: 400;
    line-height: 140%;
    color: var(--primary);
    text-transform: uppercase;
    border-bottom: 1px solid var(--primary);
}

    .slider-home .link-read:hover {
        color: var(--secondary);
        border-bottom: none;
    }







.badge {
    font-weight: 500;
}

.badge-cat {
    color: var(--secondary);
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border: solid 1px var(--secondary);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .badge-cat:hover {
        color: var(--secondary);
        text-decoration: none;
        border: solid 1px var(--secondary);
    }

.share h6 {
    font-size: .85rem;
    font-weight: 600;
    color: var(--secondary);
}

.share ul {
    padding-left: 0px !important;
    margin-top: 15px;
    margin-bottom: 30px;
}

    .share ul li {
        list-style: none;
        display: inline-block;
    }

        .share ul li a {
            padding: 5px 15px;
            border-right: solid 1px #ebebeb;
            color: var(--secondary);
        }

            .share ul li a:hover {
                color: var(--lighter);
            }

            .share ul li a .fa {
                font-size: 1rem;
            }



/*h2.blog-post-title {
    font-family: "Source Sans 3", sans-serif !important;
    font-size: 1.6rem;
    line-height: 1.8rem;
}*/

.blog-post {
    font-family: "Source Sans 3", sans-serif !important;
}

    .blog-post p, .blog-post span {
        font-size: 1rem !important;
        line-height: 1.6rem;
        font-weight: 400;
        font-style: normal;
    }

        .blog-post p b {
            font-weight: 600;
        }

    .blog-post h3 {
        font-size: 1.3rem;
    }

.blog-main ul li {
    font-size: 1rem !important;
    line-height: 2rem;
    font-weight: 400;
    font-style: normal;
}


.blog a .cat span {
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
    color: #837D65;
}

    .blog a .cat span + span {
        margin-left: 10px;
    }

.blog-sidebar {
    margin-top: 40px;
}

    .blog-sidebar h6 {
        font-weight: 600;
        padding-left: 10px;
    }

    .blog-sidebar ol.list-blog {
        margin-bottom: 0px;
    }

        .blog-sidebar ol.list-blog li {
            font-size: 1.1rem;
            font-weight: 500;
            border-bottom: dotted 1px #837D65;
        }

            .blog-sidebar ol.list-blog li:last-child {
                border-bottom: 0;
            }

            .blog-sidebar ol.list-blog li a {
                color: #0e76e0;
                display: block;
                padding: 15px 10px;
            }

                .blog-sidebar ol.list-blog li a:hover {
                    color: #837D65;
                    text-decoration: none;
                }

a.btn-all {
    color: #666666;
    font-size: 1rem;
    font-weight: 500;
    border: solid 1px #666666;
    padding: 10px 20px;
    transition: .3s;
}

.btn-all:hover {
    color: #837D65;
    border: solid 1px #837D65;
}

.blog a:hover {
    text-decoration: none;
}

/* BLOG */



/* SLIDER */

.slider-home .img {
    display: block;
    overflow: hidden;
    border-radius: .3rem;
}

.slider-home a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin: 0;
}

.slider-home a:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.slider-home a h4 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    line-height: 1.4em;
    transition: .2s;
    text-align: left;
    margin-top: 1rem;
}

.slider-home a p {
    font-family: "Source Sans 3", sans-serif !important;
    font-optical-sizing: auto;
    color: #666666;
    font-size: .9rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
}

.slider-home a:hover {
    text-decoration: none;
}

.slider {
    background: linear-gradient(180deg, rgba(0, 80, 195, 0.05) 0%, rgba(0, 80, 195, 0.05) 100%);
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

    .slider .img {
        display: block;
        overflow: hidden;
        border-radius: .3rem;
    }

    .slider a img {
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        margin: 0;
        max-height: 295px;
    }

    .slider a:hover img {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
    }

.slider-desc a p {
    padding: 15px 0px 75px 0px;
}

.slider-desc-in {
    padding: 15px 0px 15px 0px !important;
}

.slider h3 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.slider a h4 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    line-height: 1.4em;
    transition: .2s;
    text-align: left;
}

a .slider-desc p {
    font-family: "Source Sans 3", sans-serif !important;
    font-optical-sizing: auto;
    color: #666666;
    font-size: .9rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
}

.slider a:hover {
    text-decoration: none;
}

.slider-desc .link-read {
    display: inline-flex;
    font-size: .9rem;
    font-weight: 400;
    line-height: 140%;
    color: var(--primary);
    text-transform: uppercase;
    border-bottom: 1px solid var(--primary);
}

    .slider-desc .link-read:hover {
        color: var(--secondary);
        border-bottom: none;
    }

.link-read .fa {
    margin-top: 4px;
    margin-right: 4px;
}

.responsive button.slick-prev.slick-arrow {
    left: -10px;
    z-index: 10;
}

.responsive button.slick-next.slick-arrow {
    right: 10px;
    z-index: 10;
}

.responsive:hover .slick-prev:before, .responsive:hover .slick-next:before {
    font-size: 36px !important;
    opacity: 1;
    color: var(--primary) !important;
    font-family: 'slick';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* FIM SLIDER */





a.mais {
    color: #fff;
    font-size: 1rem;
    line-height: 2.4em;
    font-weight: 600;
    text-align: center;
    border: solid 2px var(--secondary);
    border-radius: 25px;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--secondary);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease;
}

    a.mais:hover {
        color: #fff;
        border: solid 2px #144781;
        text-decoration: none;
        background-color: #144781;
        transition: all 0.3s ease;
    }




.testimonial-box {
    border-radius: 16px;
    max-width: 530px;
    margin: 45px auto;
    padding: 30px 25px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #ffffff;
}

.testimonial-autor,
.testimonial-autor a {
    color: #242424;
    font-size: .9rem;
    font-weight: 500;
    margin-top: 15px;
}

.testimonial-empresa {
    color: #999999;
    font-size: .85rem;
    font-weight: 400;
}

.quote {
    margin-left: -80px;
    width: 60px;
}


/* Depoimentos */

.bg-testimonial {
    background-image: linear-gradient(120deg, rgb(248, 249, 250) 0%, rgb(254, 254, 254) 70%);
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

    .gtco-testimonials .card {
        background: #ffffff;
        box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05) !important;
        margin: 0 20px 40px 100px;
        padding: 0 10px;
        border-radius: 16px;
        border: 0;
        min-height: 220px;
    }

    .gtco-testimonials .active {
        opacity: 0.5;
        transition: all 0.3s;
    }

    .gtco-testimonials .center {
        opacity: 1;
    }

    /* important for sizing */

    .gtco-testimonials .card .media {
        padding: 20px 0 20px 20px !important
    }

    p i,
    .gtco-testimonials .card .media-body p {
        color: #000;
        font-family: 'Lora', serif !important;
        font-size: 1.1rem !important;
        font-weight: 400;
        font-style: italic !important;
        line-height: 1.5em;
        padding-bottom: 0;
    }

p i {
    color: #222;
}

.fa-star {
    color: #FEC42D;
    font-size: .9rem;
}

.coluna-imagem img {
    position: relative;
    z-index: 1;
}

/* Fim Depoimentos */






/* FAQ */
.faq h5 {
    color: var(--blue);
    font-size: 1.1rem;
    font-weight: 600;
}

.faq-about {
    padding: 60px 0;
    background-color: #F2F6FC;
}

.faq h4 .btn-link {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--blue);
    line-height: 140%;
    transition: .2s;
    text-align: left;
}

.faq-response {
    padding: 1.25rem 2rem;
    font-size: 1.0rem;
    font-weight: 400;
    color: #232333;
    line-height: 170%;
}

    .faq-response p {
        font-size: 1.0rem;
        font-weight: 400;
        color: #232333;
        line-height: 170%;
    }

.faq .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: 0px;
}

.faq .card-header {
    background-color: #F2F6FC;
}

.faq .text-faq {
    color: #333;
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 991px) {

    .navbar-nav a.nav-link {
        border-bottom: dotted 1px #ebebeb;
    }

    .navbar-nav .nav-item .btn {
        display: block;
    }

    .navbar-nav a.nav-link {
        color: #212529 !important;
        font-size: 1rem;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 6px;
    }

        .navbar-nav a.nav-link:hover,
        .navbar-nav a.nav-link:active {
            color: var(--blue) !important;
        }
}