@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-Medium.woff2') format('woff2'), url('fonts/TTCommons-Medium.woff') format('woff'), url('fonts/TTCommons-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-DemiBold.woff2') format('woff2'), url('fonts/TTCommons-DemiBold.woff') format('woff'), url('fonts/TTCommons-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-MediumItalic.woff2') format('woff2'), url('fonts/TTCommons-MediumItalic.woff') format('woff'), url('fonts/TTCommons-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-DemiBoldItalic.woff2') format('woff2'), url('fonts/TTCommons-DemiBoldItalic.woff') format('woff'), url('fonts/TTCommons-DemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-Italic.woff2') format('woff2'), url('fonts/TTCommons-Italic.woff') format('woff'), url('fonts/TTCommons-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-Medium_1.woff2') format('woff2'), url('fonts/TTCommons-Medium_1.woff') format('woff'), url('fonts/TTCommons-Medium_1.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-Regular.woff2') format('woff2'), url('fonts/TTCommons-Regular.woff') format('woff'), url('fonts/TTCommons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*Profile Pic Start*/
@media (min-width: 576px) and (max-width: 767px) {
    p#update-profile-pic-info {
        margin-top: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    p#update-profile-pic-info {
        margin-top: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    p#update-profile-pic-info {
        margin-top: 1rem;
    }
}

@media (min-width: 1200px) {
    p#update-profile-pic-info {
        margin-top: 2rem;
    }
}

body {
    font-family: 'TT Commons' !important;
}

a,
/*a:link,*/
a:active,
a:visited {
    text-decoration: none;
    color: #1E47B3;
    transition: 0.4s;
}

    a:hover {
        text-decoration: none;
        color: #2118A4;
    }

.picture-container {
    margin-top: 5px;
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
}

#change-picture {
    padding: 2.5px 10px;
    margin-bottom: 1rem;
}

#logo-ibgc {
    margin-top: 15px;
}

/*.g-recaptcha {
    transform: scale(1.1);
    transform-origin: 0 0;
}*/

.picture {
    width: 150px;
    height: 150px;
    background-color: #FFF;
    border: 4px solid #0066B3;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

    .picture:hover {
        border-color: #0066B3;
    }

.content.ct-wizard-green .picture:hover {
    border-color: #05ae0e;
}

.content.ct-wizard-blue .picture:hover {
    border-color: #3472f7;
}

.content.ct-wizard-orange .picture:hover {
    border-color: #ff9500;
}

.content.ct-wizard-red .picture:hover {
    border-color: #ff3b30;
}

.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.picture-src {
    width: auto;
    height: 142px;
}
/*Profile Pic End*/

.hideIOS {
    display: none;
}

h2 {
    font-family: 'TT Commons',sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

h3 {
    font-family: 'TT Commons',sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
}

.note-editable ol {
    font-family: 'TT Commons',sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #777;
}

.note-editable ul {
    font-family: 'TT Commons',sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #777;
}

input, select, label, textarea, select {
    font-family: 'TT Commons',sans-serif;
}

label {
    color: #777;
}

    label > span {
        color: #e90000
    }

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #555;
    border-color: #555;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    cursor: not-allowed;
}

.btn-light {
    color: #777;
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary.btn-blue {
    background-color: #1E47B3;
    border-color: #1E47B3;
    text-transform: none;
}

.btn-primary.btn-outline {
    color: #1e47b3;
    background-color: #FFFFFF;
    border-color: #b0d1ff;
    border-width: 2px;
    text-transform: none;
}

a.ibgc-nolink:not([href]) {
    font-size: 14px;
    color: #000000;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 5px;
}

.custom-checkbox label {
    color: #777;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block;
    }

.table-logado td, .table-logado th {
    text-align: center;
}

    .table-logado td:first-child, .table-logado th:first-child {
        text-align: left;
    }

.wrapper-color {
    background-color: #f4f4f4;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
}

.component-flex {
    display: flex;
}

    .component-flex img {
        max-width: 100%;
        height: auto;
    }


    .component-flex .flex {
        box-sizing: border-box;
        margin-bottom: 10px;
        width: calc(1/3*100% - (1 - 1/3)*45px);
        margin-right: 15px;
        margin-left: 15px;
    }


    .component-flex .flex-2 {
        position: relative;
        min-height: 350px;
        display: flex;
        justify-content: flex-end;
        flex: 1;
        min-width: 50%;
        overflow: hidden
    }

.flex-2 .feature-box {
    width: 100%;
    padding: 10px;
}

.component-flex > .video-vimeo-1 {
    width: 90%;
    margin-right: 0;
}

.component-flex > .video-vimeo-2 {
    width: calc(50% - (1 - 1/3)*45px);
}

.video-vimeo-1-iframe {
    /* margin-left: 35%; */
    /* width: 65% !important; */
    /* height: 65% !important; */
}

.jumbotron {
    background-color: #fff;
    border-radius: 0;
    padding: 35px 2rem;
}

.jumbotron-card1 {
    padding: 30px 2rem;
}

.jumbotron-espacamento-full {
    padding: 35px 0;
}

.jumbotron-link {
    padding: 15px 0;
    margin-bottom: 32px;
}

.jumbotron-logado {
    padding: 10px 15px;
    background-color: transparent;
}

.wrapper-padding {
    padding-bottom: 10px;
}

.inverter {
    background-color: #f4f4f4;
    border-radius: 0;
}

::-webkit-input-placeholder {
    color: #ddd;
    font-style: italic;
}

:-moz-placeholder {
    color: #ddd;
    font-style: italic;
}

/********** HEADER TOP **********/
.top-header {
    font-family: 'TT Commons',sans-serif;
    position: relative;
    background: #fff;
}

.top-header-content {
    z-index: 10;
    display: flex;
}

.top-header-back {
    z-index: 5;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    height: 270px;
}

.mainbanner-back {
    z-index: 5;
    background-image: linear-gradient(to right, rgba(0,0,0,0.3), rgba(0,0,0,0));
    position: absolute;
    left: 0;
    top: 0;
    right: 30%;
    bottom: 0;
}

.top-header .col-md-3 {
    padding-right: 0;
}

.top-header .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}

.top-header .links-menu {
    padding: 0;
    list-style: none;
    margin-top: 10px;
    float: left;
}

.links-menu-image {
    margin-top: 7px !important;
}

.top-header .links-menu a {
    text-decoration: none;
    color: #555;
    transition: 0.4s;
    margin: 2px 7px 0 7px;
    display: inline-block;
    vertical-align: text-bottom;
}

    .top-header .links-menu a:hover {
        color: #A1A1A1;
    }

.top-header .social-icons li a i {
    font-size: 10px;
    margin-left: -1px;
}

.top-header .social-icons {
    margin: 0;
}

    .top-header .social-icons a {
        transition: .3s;
        line-height: 22px;
        margin: 9px 0px;
        text-align: center;
        display: block;
        color: #1E47B3;
        padding: 5px 8px;
    }

.search-input {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .search-input .search-query {
        width: 100%;
        height: 40px;
        border-radius: 0;
        border-top: 0;
        border-bottom: 0;
        outline: none;
    }

    .search-input input {
        border-top: 0;
        border-bottom: 0;
        border-radius: 0;
        width: 100%;
        height: 50px;
        background: #fff;
        border-color: #ddd;
        color: #C3C3C3;
        padding: 0 20px;
    }

        .search-input input:focus {
            background-color: #fff !important;
            border-color: #ddd !important;
        }

    .search-input .input-group-btn {
        position: absolute;
        top: 2px;
        right: 0;
    }

    .search-input button {
        border: 0;
        background: none;
        padding: 0 15px;
        margin: 11px 0;
        position: absolute;
        right: 7px;
        color: #979797;
        cursor: unset;
        z-index: 2;
    }

    .search-input .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: none;
    }

.top-header-right {
    display: inline-flex;
}

.button-color button {
    border: 0;
    width: 25px;
    height: 25px;
    background-color: #797979;
    border-radius: 50px;
    color: #fff;
    transition: .3s;
    outline: none;
    margin: 4px 0;
}

    .button-color button:hover {
        background-color: #3B3B3B;
    }

.top-header-right img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50px;
    margin: 4px 5px 4px 0;
}

.link-cadastro {
    margin: 6px 0;
    margin-right: 14px !important;
}

.top-header-right div a {
    color: #777;
    text-decoration: none;
    transition: .3s;
    vertical-align: middle;
}

    .top-header-right div a:hover {
        color: #A1A1A1;
    }

/********** NAVBAR **********/
.navbar {
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
}

.navbar-brand img {
    width: 250px;
}

.navbar-responsive-menu {
    background-color: #1E47B3;
    padding: 10px 20px;
}

.bg-light {
    padding: .7rem 1rem;
}

.nav-item.menu-link a,
.nav-item.menu-link a:link,
.nav-item.menu-link a:visited,
.nav-item.menu-link a:active {
    color: #fff;
    transition: 0.4s;
}

.nav-item.menu-link.active a.nav-link span {
    display: inline-block;
    border-bottom: solid 3px #fff;
}

.navbar-light {
    z-index: 100;
}

    .navbar-light .navbar-nav .nav-link {
        font-family: 'TT Commons', sans-serif;
        color: #fff;
        font-weight: 500;
        transition: 0.4s;
    }

    .navbar-light .nav-item.menu-link {
        padding: 5px 0;
        font-size: 18px;
    }

        .navbar-light .nav-item.menu-link.active .nav-link {
            color: #fff;
        }

        .navbar-light .nav-item.menu-link .nav-link:focus, .navbar-light .nav-item.menu-link .nav-link:hover {
            color: #c3c3c3;
        }

a.nav-link.link-associe,
a.nav-link.link-associe,
a.nav-link.link-associe:link,
a.nav-link.link-associe:active {
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    transition: .5s;
    color: #1E47B3 !important;
    margin-left: 20px;
}

    a.nav-link.link-associe:hover {
        color: #000;
    }

.navbar-light.navbar-dark {
    background: #1E47B3 !important;
    position: relative;
}

/*********** COMPONENTE COMPARTILHAR **********/


/********** FOOTER **********/
.box-associados {
    position: relative;
    left: 27px;
}

.nb-footer {
    background: #1E47B3;
    padding: 30px 0 50px 0;
}

    .nb-footer .footer-single {
        margin-top: 30px;
    }

        .nb-footer .footer-single a {
            text-decoration: none;
            color: #fff;
        }

        .nb-footer .footer-single h2 {
            font-family: 'TT Commons',sans-serif;
            color: #fff;
            font-size: 22px;
            font-weight: normal;
            display: inline-block;
            padding-top: 2px;
            padding-bottom: 2px;
            margin-bottom: 5px;
        }

        .nb-footer .footer-single li:first-child {
            border-top: none;
        }

        .nb-footer .footer-single li a {
            font-family: 'TT Commons',sans-serif;
            color: #fff;
            display: block;
            transition: all 0.4s ease-in-out;
        }

            .nb-footer .footer-single li a:hover {
                color: #0066a6;
                color: #f6f6f6;
            }

            .nb-footer .footer-single li a i:hover {
                color: #0066a6;
            }

                .nb-footer .footer-single li a i:hover i {
                    color: #0066a6;
                }

    .nb-footer .footer-logo {
        margin: 20px 0 30px 0;
    }

        .nb-footer .footer-logo img {
            width: 180px;
            object-fit: cover;
        }

        .nb-footer .footer-logo i {
            font-size: 50px;
            color: #fff;
            padding: 5px;
        }

        .nb-footer .footer-logo p {
            color: #999;
        }

    .nb-footer .footer-project a {
        font-size: 13px;
    }

    .nb-footer .footer-project img {
        margin-bottom: 20px;
        border: 1px solid #666;
        border-radius: 6px;
        padding: 1px;
        opacity: 0.7;
        transition: all 0.4s ease-in-out;
    }

        .nb-footer .footer-project img:hover {
            opacity: 1.0;
            cursor: pointer;
        }

    .nb-footer .footer-project .footer-title {
        margin-top: 0;
    }

    .nb-footer .footer-single p {
        color: #979797;
        margin-top: 5px;
        line-height: 22px;
    }

.nb-copyright {
    background: #2118A4;
    padding: 15px 0;
}

    .nb-copyright .copyrt a {
        display: block;
        text-decoration: none;
        text-align: center;
        color: #fff;
        transition: 0.4s;
    }

        .nb-copyright .copyrt a:hover {
            color: #0066a6;
        }

.footer-info div {
    font-family: 'TT Commons',sans-serif;
    color: #fff;
    display: flex;
}

    .footer-info div i {
        margin-right: 5px;
    }

.footer-single .social-icons {
    margin: 10px 0 0 0;
    float: left;
    padding: 0;
}

    .footer-single .social-icons i {
        margin-right: 0;
        color: #1E47B3;
    }

    .footer-single .social-icons a {
        padding-top: 7px;
    }

        .footer-single .social-icons a:hover i {
            color: #fff !important;
        }

    .footer-single .social-icons li {
        float: left;
        list-style: outside none none;
        margin-right: 10px;
    }

        .footer-single .social-icons li a {
            transition: .3s;
            width: 30px;
            height: 30px;
            line-height: 15px;
            background-color: #fff;
            text-align: center;
            display: block;
            color: #1E47B3;
            border-radius: 50px;
        }

            .footer-single .social-icons li a:hover {
                background-color: #3B3B3B;
                color: #fff !important;
            }

.footer-idiomas a {
    color: #9d9d9d;
    transition: 0.4s;
}

    .footer-idiomas a:hover {
        color: #0066a6;
    }

.component-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.regiao span {
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
}

.localidade span {
    margin-left: 10px;
}


/********** COMPONENTE TEXTO **********/
.title-wrapper {
    margin-bottom: 25px;
}

.title-wrapper-padding {
    margin-bottom: 0px;
    padding: 0px 15%;
}


.title-wrapper div {
    font-family: 'TT Commons',sans-serif;
    font-size: 21px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 1.3em !important;
}


.title-wrapper p {
    font-size: 21px;
    line-height: 1.2em;
}

.title h1 {
    font-family: 'TT Commons',sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

    .title h1.sub {
        font-family: 'TT Commons',sans-serif;
        font-size: 19px;
        font-weight: 400;
        /*font-style: italic;*/
        text-align: center;
        line-height: 1.5;
        display: block;
    }



.line-h1:last-child:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 50px;
}

.center .line-h1:last-child:after, .line-h1.center:last-child:after {
    margin: 15px 0;
}

.line-h2 {
    font-weight: bold;
    font-size: 35px !important;
    line-height: 1;
}

    .line-h2.center {
        text-align: center;
    }

.text-2-container {
    padding: 0px 30px;
    margin-top: 50px;
    font-family: 'TT Commons',sans-serif !important;
}

    .text-2-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .text-2-container li {
        padding-left: 1em;
        text-indent: -.7em;
    }


        .text-2-container li::before {
            background-color: #1E47B3;
            border-radius: 50%;
            content: "";
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 2px;
            height: 7px;
            width: 7px;
        }


.title h2.sub {
    font-family: 'TT Commons',sans-serif;
    font-size: 19px;
    font-weight: 400;
    /*font-style: italic;*/
    text-align: center;
    line-height: 1.5;
    display: block;
}

.line-h2:last-child:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 50px;
}

.center .line-h2:last-child:after, .line-h1.center:last-child:after {
    margin: 20px 0;
}


.title-flex {
    font-size: 1em;
}

    .title-flex h2:last-child {
        margin-bottom: 0;
        display: inline-block;
        padding-bottom: 5px;
    }

.cards a,
.cards a:link,
.cards a:active,
.cards a:visited {
    font-size: 24px;
}

.title-flex h2 {
    font-family: 'TT Commons',sans-serif;
    font-size: 27px;
    line-height: 25px;
    font-weight: 400;
}

    .title-flex h2.subtitle {
        font-family: 'TT Commons',sans-serif;
        font-weight: 400;
        font-size: 24px;
        text-transform: unset;
        margin-top: 0;
    }

.no-italico {
    font-style: normal !important;
}

.texto-p {
    font-size: 21px !important;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 1em !important;
}

/********** COMPONENTE IMAGEM **********/
.media-box {
    overflow: hidden;
    cursor: pointer;
}

    .media-box img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: all 0.6s;
    }

    .media-box.img-box-one img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .media-box.img-box-two img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .media-box.img-box-three img {
        position: relative;
        display: block;
        width: 100%;
        height: 200px;
        object-fit: cover;
    }


.feature-box .img {
    width: 100%;
    height: auto;
}

.feature-box .media-box {
    margin: 0;
}

.media-box:hover .card-icons {
    transform: scale(1.2);
}

.feature-box h3 {
    font-family: 'TT Commons',sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.feature-box span.subtitle {
    font-family: 'TT Commons',sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    display: block;
    margin-top: 5px;
    color: #666;
}

.feature-box p {
    margin: 8px 0 0;
}

.feature-box-2 {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
    position: absolute
}

.flex-2:hover .feature-box-2 {
    transform: scale(1.1);
}

.feature-box-2 img:hover {
    transform: scale(1);
}

.feature-box-2-area {
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 1;
    cursor: pointer
}

.feature-box-2-area, a.feature-box-2-area, a.feature-box-2-area:link, a.feature-box-2-area:visited {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px;
    justify-content: flex-end;
}

.flex-2:nth-child(even) .feature-box-2-area .feature-artigo-title,
.flex-2:nth-child(even) .feature-box-2-area span,
.flex-2:nth-child(even) .feature-box-2-area p {
    text-align: left;
    align-self: auto;
}

.flex-2:nth-child(even) .feature-box-2-area .feature-artigo-title {
    padding-left: initial;
}

    .flex-2:nth-child(even) .feature-box-2-area .feature-artigo-title h2 {
        text-align: left;
        padding-left: 0px;
        padding-right: 20%;
    }

.center-mais {
    text-align: center;
}

.feature-artigo-title {
    align-self: flex-end;
    z-index: 10;
}

    .feature-artigo-title .subtitle {
        text-align: right;
        display: block;
        margin-bottom: 10px;
    }


    .feature-artigo-title h2 {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        text-align: right;
        padding-left: 20%;
        padding-left: 20%;
        min-height: 50px;
    }

.fbox-desc {
    padding: 20px 15px;
    color: #000;
}

    .fbox-desc.box-artigo {
        padding: 20px 0;
    }

        .fbox-desc.box-artigo h2 {
            font-size: 24px;
        }

    .fbox-desc h2 {
        font-size: 27px;
    }

    .fbox-desc.titulo-testemunho h2 {
        color: #1E47B3;
        font-weight: 700;
        margin-bottom: 0;
    }

    .fbox-desc.titulo-testemunho p {
        font-size: 16px;
        color: #212529;
    }

    .fbox-desc a {
        font-family: 'TT Commons',sans-serif;
        text-decoration: none;
        font-size: 21px;
        vertical-align: middle;
        color: #002c62;
        display: block;
        transition: 0.4s;
        font-weight: 400;
        padding: 15px 0;
    }

        .fbox-desc a:hover {
            color: #119af1;
        }

    .fbox-desc p {
        font-size: 21px;
        color: #000;
        line-height: 1em;
    }

.component-flex-img {
    display: flex;
    flex-wrap: wrap
}

    .component-flex-img .flex {
        flex: 1;
        box-sizing: border-box;
        margin: 15px;
        overflow: hidden;
        box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
        border-radius: 15px;
    }

/********** COMPONENTE IMAGEM 6 **********/
.imagem-card {
    max-width: 340px;
    min-width: 340px;
}

.component-flex-img-6 {
    justify-content: center;
}

/********** COMPONENTE IMAGEM COM BANNER **********/
.bg-simples-imagem {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    margin: 20px auto;
    width: 100%;
    display: table;
    vertical-align: middle;
    position: relative;
    background-position: center center;
}

    .bg-simples-imagem::before {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        height: 350px;
    }

    .bg-simples-imagem .banner-dois-titulo {
        font-family: 'TT Commons',sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: left;
        line-height: 1;
        color: #fff;
        margin: auto;
        position: relative;
    }

    .bg-simples-imagem .banner-dois-sub {
        font-family: 'TT Commons',sans-serif;
        font-size: 45px;
        font-weight: 400;
        text-align: left;
        line-height: 1;
        color: #fff;
        margin: auto;
        position: relative;
    }

.banner-texto {
    margin-top: 6%;
}

.component-flex-img-banner {
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
    width: 100%;
    text-align: left;
    transform: translate(0, -120px);
    -moz-transform: translate(0, -120px);
    -o-transform: translate(0, -120px);
    -webkit-transform: translate(0, -120px);
    justify-content: center;
}

    .component-flex-img-banner .flex {
        flex: 1;
        box-sizing: border-box;
        margin: 0 15px;
        overflow: hidden;
        box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
        border-radius: 15px;
        z-index: 99;
        background: #fff;
        max-width: 350px;
    }
/********** COMPONENTE LINK **********/
.link {
    background: #129EA8;
    padding: 16px;
    border-radius: 15px;
    -webkit-box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
}

    .link a {
        display: block;
        font-family: 'TT Commons',sans-serif;
        font-weight: 400;
        font-size: 35px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        transition: 0.4s;
    }

        .link a:hover {
            color: #B8C4CC;
        }

.link-associe {
    font-weight: 700;
}

.link-escuro {
    background: #045557;
}

.link-Claro {
    display: block;
    font-family: 'TT Commons',sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.4s;
}

/********** COMPONENTE MAPA **********/
.jumbotron-full iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

/*COMPONENTE BANNER SIMPLES*/
.bg-simples {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    margin: 0 auto;
    width: 100%;
    display: table;
    vertical-align: middle;
    position: relative;
    background-position: center center;
}

    .bg-simples::before {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .bg-simples .bg-body {
        display: table-cell;
        vertical-align: middle;
        z-index: 9999;
    }

    .bg-simples h2 {
        font-family: 'TT Commons',sans-serif;
        font-size: 70px;
        font-weight: 400;
        text-align: left;
        line-height: 1;
        color: #fff;
        margin: auto;
        position: relative;
    }

    .bg-simples h1 {
        font-family: 'TT Commons',sans-serif;
        font-size: 45px;
        font-weight: 400;
        text-align: left;
        line-height: 1;
        color: #fff;
        margin: auto;
        position: relative;
    }

    /*COMPONENTE BANNER SIMPLES COM MALHA*/
    .bg-simples.text-center.banner-malha-esquerda:after {
        content: url(../../images/malha.png);
        position: absolute;
        z-index: 999;
        left: 0;
        bottom: -7px;
    }

    .bg-simples.text-center.banner-malha-direita:after {
        content: url(../../images/malha-direita.png);
        position: absolute;
        z-index: 999;
        right: 0px;
        bottom: -7px;
        display: flex;
        justify-content: flex-end;
    }


/*COMPONENTE BANNER 2*/
.banner-dois {
    text-align: center;
}

h1.banner-dois-sub {
    font-size: 35px !important;
    text-align: center !important;
    font-weight: 400;
    margin-bottom: 5px;
}

h2.banner-dois-titulo {
    text-align: center !important;
}
/*COMPONENTE BANNER COMPLETO*/
.bg-completo {
    position: relative;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    margin: 0 auto;
    width: 100%;
    display: table;
    vertical-align: middle;
}

    .bg-completo::before {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .bg-completo .bg-body {
        display: table-cell;
        vertical-align: middle;
    }

    .bg-completo h2 {
        font-family: 'TT Commons',sans-serif;
        font-size: 70px;
        font-weight: 400;
        line-height: 1;
        color: #fff;
        margin: auto;
        position: relative;
        margin-bottom: 8px;
    }

    .bg-completo p {
        font-family: 'TT Commons',sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 2;
        color: #ffffff;
        padding-bottom: 0px;
        position: relative;
    }

    .bg-completo a {
        font-family: 'TT Commons',sans-serif;
        font-size: 16px;
        text-decoration: none;
        color: #555;
        padding: 10px 40px;
        background: #fff;
        border-radius: 50px;
        position: relative;
        transition: 0.4s;
        font-weight: 400;
    }

        .bg-completo a:hover {
            background: #1a1a1a;
            color: #fff;
        }

/*COMPONENTE BANNER CARROSEL*/
.carousel-indicators {
    bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-inner {
    height: 800px;
}

.carousel-item {
    min-height: 570px;
    height: 100%;
    width: 100%;
}

    .carousel-item img {
        position: relative;
        top: 0;
        left: 0;
        min-width: 100%;
        object-fit: cover;
        display: table;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

.carousel-caption {
    display: table;
    vertical-align: middle;
    text-align: left;
    top: 340px;
}

    .carousel-caption h3 {
        font-family: 'TT Commons',sans-serif;
        font-size: 70px;
        font-weight: 300;
        line-height: 1;
        color: #fff;
        font-style: normal;
    }

    .carousel-caption p {
        font-family: 'TT Commons',sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 2;
        color: #ffffff;
    }

    .carousel-caption a {
        font-family: 'TT Commons',sans-serif;
        font-size: 16px;
        text-decoration: none;
        color: #555;
        padding: 10px 40px;
        background: red;
        border-radius: 50px;
        transition: 0.4s;
        font-weight: 400;
    }

        .carousel-caption a:hover {
            background: #1a1a1a;
            color: #fff;
        }

    .carousel-caption h3:first-child {
        animation-delay: 1s;
    }

    .carousel-caption p:nth-child(2) {
        animation-delay: 2s;
    }

    .carousel-caption a {
        animation-delay: 3s;
    }

/*COMPONENTE BANNER CARROSSEL COM MALHA*/
.banner-malha-esquerda:after {
    content: url(../../images/malha.png);
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: -7px;
}

.banner-malha-direita:after {
    content: url(../../images/malha-direita.png);
    position: absolute;
    z-index: 999;
    right: 0px;
    bottom: -7px;
    display: flex;
    justify-content: flex-end;
}

/*COMPONENTE LOGOTIPOS*/
.clients-box img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.component-flex-clients {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.component-flex-clients-3 {
    justify-content: center !important;
    overflow: hidden;
}





.component-flex-clients-3-area {
    overflow-x: hidden;
    white-space: nowrap;
    overflow-y: hidden
}

.component-flex-clients .flex-clients {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    transition: 0.4s;
    box-sizing: border-box;
    margin-bottom: 15px;
    width: calc(1/6*100% - (1 - 1/6)*18px);
    margin-right: 15px;
}

.component-flex-clients .flex-clients-2 {
    border: none;
    background: #fff;
    border-radius: 15px;
    padding: 5px;
    transition: 0.4s;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 3px 5px 1px rgba(0,0,0,0.42);
    box-shadow: 2px 3px 5px 1px rgba(0,0,0,0.42);
    margin-bottom: 20px;
    width: calc(1/3*100% - 25px);
    margin-right: auto;
    min-width: 80px;
}

.component-flex-clients .flex-clients-3 {
    border: none;
    border-radius: 10px !important;
    padding: 15px;
    display: table-cell
}

    .component-flex-clients .flex-clients-3 img {
        border-radius: 10px !important;
        width: 220px;
        height: 320px
    }

.component-flex-clients .flex-clients:hover {
    transform: scale(1.1);
}

.component-flex-clients .flex-clients-3:hover {
    transform: none;
}

.jumbotron.wrapper-color.container-logotipo-3 {
    padding: 35px 0;
    text-align: center;
}

p.paragrafo-logotipo-3 {
    padding: 0 2em;
}

/*COMPONENTE VIDEO VIMEO*/
.component-flex-video {
    justify-content: center !important;
}

.video-vimeo {
    padding: 56.25% 0 0 0;
    position: relative;
}

    .video-vimeo iframe {
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*COMPONENTE PERGUNTAS*/

.componente-perguntas {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

a.button-perfil.perguntas-titulo[aria-expanded="false"] {
    color: #A1A1A1;
}

a.button-perfil.perguntas-titulo[aria-expanded="true"] {
    color: #212529;
}


.perguntas-dropdown {
    padding-right: 20px;
}

h1.line-h1.perguntas-titulo-principal {
    text-align: initial;
    line-height: 1.1;
}

/*COMPONENTE PERFIL*/
.perfil {
    margin: 30px 0;
}

    .perfil div img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        margin-right: 10px;
        border-radius: 20px;
        margin: 20px 0;
    }

.perfil-nome {
    margin-top: 80px;
}

    .perfil-nome h2 {
        font-weight: bold;
    }

    .perfil-nome .perguntas-dropdown {
        padding-top: 10px;
    }

.card.card-body {
    position: relative;
    background: #fcfcfc;
    border: 1px solid #e3e3e3;
    margin: 15px 0;
    padding: 1.25rem;
    font-family: 'TT Commons',sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #777;
}

    .card.card-body::before {
        content: '';
        display: block;
        width: 24px;
        height: 12px;
        position: absolute;
        top: -1px;
        left: 40px;
        margin-left: -12px;
        border-top: 14px solid #002c62;
        border-bottom: 0px solid transparent;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }

/*COMPONENTE TITULO DO BLOG*/
.wrapper-blog {
    padding: 0 10rem;
}

.title-blog {
    padding: 80px 0 0 0;
}

    .title-blog h2 {
        font-family: 'TT Commons',sans-serif;
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
        color: #333;
    }

    /*COMPONENTE TEXTO DO BLOG*/

    .title-blog p {
        font-family: 'TT Commons',sans-serif;
        font-size: 25px;
        font-weight: 400;
        font-style: italic;
        text-align: center;
        line-height: 1.5;
        display: block;
        color: #666;
    }

.text-blog {
    font-size: 21px;
    line-height: 1.2em;
    padding: 0 0 80px 0;
}

/*COMPONENTE ICONE*/
.icon-box {
    text-align: left;
    border-radius: 15px;
}

    .icon-box img {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
        border-radius: 15px 15px 0 0;
        margin: 0 auto;
    }

/*COMPONENTE TESTEMUNHO*/
.titulo-testemunho span.subtitle {
    margin-top: 0;
    color: #212529;
    font-style: normal;
    font-size: 18px;
}

.line {
    border-bottom: 1px solid #c2c2c2;
    margin: 5px 0;
}

.desc {
    font-family: 'TT Commons',sans-serif;
    font-weight: 400;
    color: #555;
    margin: 10px 0;
}

.cards p {
    font-size: 14px;
    line-height: 1em;
    color: #000;
}

.cards a {
    font-size: 21px;
}

.cards2 {
    display: flex;
    flex-flow: row;
}

.card2-overlay {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute
}

.card2, a.card2, a.card2:link, a.card2:visited {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px;
    justify-content: flex-end;
}

.card2 {
    width: 100%;
    height: 100%;
    padding: 30px;
}

.image-area {
    overflow: hidden;
    position: relative;
    min-height: 500px;
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.image-area-body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
    position: absolute
}

.image-area:hover .image-area-body {
    transform: scale(1.1);
}

.image-area:nth-child(even) .card2-title,
.image-area:nth-child(even) .card2-text,
.image-area:nth-child(even) .card2-subtitle {
    text-align: left;
    align-self: auto;
}

.image-area:nth-child(even) .card2-text {
    padding-right: 40%;
    padding-left: initial;
}

.image-area:nth-child(even) .card2-title h2 {
    text-align: left;
}

.card2-title {
    align-self: flex-end;
    z-index: 10;
}

    .card2-title h2 {
        color: #fff;
        font-size: 45px;
        font-weight: 400;
        line-height: 1.1em;
        text-align: right;
    }

.card2-text {
    font-size: 21px;
    align-self: flex-end;
    color: #fff;
    padding-left: 40%;
    text-align: right;
    z-index: 10;
    line-height: 1.2em;
    min-height: 100px;
}

.card2-subtitle {
    font-size: 21px;
    align-self: flex-end;
    color: #fff;
    z-index: 10;
    margin-bottom: 15px;
}

.card2-image {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

/*COMPONENTE CARD COM TITULO E SUBTITULO*/

.cards-com-titulo.row {
    margin: 40px 0 !important;
}


.cards-com-titulo img {
    object-fit: cover;
    width: 100%;
}

.titulo-componente-card h2 {
    font-size: 35px;
    padding-bottom: 10px !important;
}

.titulo-componente-card p {
    font-size: 19px;
    line-height: 1.2;
}

.titulo-componente-card a {
    font-size: 21px !important;
}

.title-wrapper div {
    margin-left: 0;
    margin-right: 0;
}
/*COMPONENTE CARD*/
.cards img {
    width: 100%;
    object-fit: cover;
    margin-right: 10px;
}

/*COMPONENTE COMENTARIO*/
.text-comentario p {
    font-style: italic;
    font-size: 17px;
    border-left: 5px solid #002c62;
    padding: 10px 25px;
    margin: 0;
}

/*COMPONENTE COMENTARIOS*/

.owl-buttons {
    display: none;
}

.owl-carousel:hover .owl-buttons {
    display: none;
}

.owl-item {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    padding-left: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    padding-right: 20px;
}


.flex-comentario {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #EBF4FF;
    padding: 30px 0;
    margin: 30px 0;
}

.flex-comentarios-linha {
    overflow-x: hidden;
    white-space: nowrap;
    overflow-y: hidden;
}

    .flex-comentarios-linha .item-comentarios-1 {
        padding: 5px;
        transition: 0.4s;
        box-sizing: border-box;
        margin-bottom: 15px;
        margin-right: 15px;
    }

.flex-comentario .item-comentario {
    border: none;
    border-radius: 10px !important;
    display: table-cell;
}

.conteudo-comentarios {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.texto-comentarios {
    white-space: initial;
}

    .texto-comentarios p {
        font-size: 20px;
    }
/*COMPONENTE COMPARTILHAR*/
.share-box {
    padding: 15px;
    border: 1px solid #ddd;
}

.post_share_container {
    max-width: 640px;
    overflow: hidden;
    margin: 0 auto;
    height: 29px;
}

.share_item.share_title {
    font-family: 'TT Commons',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    float: left;
    display: block;
    position: relative;
    margin: 3px 0;
}

    .share_item.share_title:before {
        content: "";
        background-color: #002c62;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        right: -28px;
        top: 50%;
        margin-top: -3px;
        z-index: 1;
        position: absolute;
    }

    .share_item.share_title:after {
        content: "";
        width: 700px;
        height: 1px;
        top: 50%;
        right: -727px;
        position: absolute;
        background-color: #c2c2c2;
        z-index: 0;
    }

.post_share_icons_wrapper {
    float: right;
    background-color: #fff;
    position: relative;
}

    .post_share_icons_wrapper span {
        margin-left: 10px;
    }




/*COMPONENTE NOMES*/
.filter {
    margin-bottom: 0.4rem;
    padding-right: 15px;
}

.filterable {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .filterable .potential {
        font-weight: 600;
        color: #0066a6;
    }

    .filterable li {
        list-style: none;
        width: auto;
    }

    .filterable label {
        font-family: 'TT Commons', sans-serif;
        font-weight: 500;
        cursor: pointer;
        width: 100%;
        margin: 5px 0;
        background-color: #fff;
        border: 1px solid #c6c6c6;
        color: #333;
        padding: 10px;
        border-radius: 4px;
        font-size: 16px;
        padding-right: 5px;
        height: 45px;
    }

        .filterable label::before {
            content: ""
        }

    .filterable label {
        position: relative;
    }



        .filterable label span {
            margin: 0 20px;
            color: #555;
        }


@media (min-width:1920px) {

    .filterable label span {
        /*margin: 0px 27px 4px 34px;*/
        margin: 0 20px;
        color: #555;
    }

    .filterable li {
        list-style: none;
        width: 50px;
    }
}



.filterable label::before {
    content: "";
    width: 55px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    border-top: 0 solid transparent;
    border-bottom: 43px solid transparent;
    border-left: 43px solid #002c62;
}

.filterable label::after {
    content: "\f067";
    width: 55px;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 8px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 9px;
}

.filterable .expanded::after {
    content: "\f068";
    font-family: FontAwesome;
}

.filterable ul {
    display: none;
    padding: 0;
    position: relative;
}

    .filterable ul::before {
        content: "";
        width: 5px;
        height: 60px;
        background: #002c62;
        position: absolute;
        top: 7px;
        left: 0;
    }

.filterable li ul li {
    font-family: 'TT Commons', sans-serif;
    color: #777;
    font-size: 15px;
    margin: 0 20px;
    line-height: 1.8;
    font-weight: 400;
}

/*COMPONENTE DETALHE DO BLOG*/
.info-artigo {
    margin: 0;
    list-style: none;
    padding: 0;
}

    .info-artigo li {
        float: left;
        font-size: 15px;
        line-height: 14px;
        margin: 0 10px 0 0;
        color: #999;
        font-family: 'TT Commons', sans-serif;
    }

        .info-artigo li:before {
            content: '/';
            display: inline-block;
            margin-right: 10px;
            opacity: .5
        }

        .info-artigo li i {
            position: relative;
            top: 1px;
            margin-right: 3px
        }

.tag {
    display: flex;
    flex-wrap: wrap;
}

    .tag a {
        flex: 0 15%;
        margin-right: 4px;
        margin: 15px 10px 0 0;
        padding: 4px 20px;
        border: 1px solid #e5e5e5;
        font-size: 13px !important;
        color: #666;
        border-radius: 4px;
        transition: 0.4s;
        text-align: center;
    }

        .tag a:hover {
            border: 1px solid #0066a6;
            color: #0066a6;
        }

/*COMPONENTE LISTA DE CURSOS*/
.lista-curso {
    height: 350px;
    border-radius: 20px;
    -webkit-box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    display: flex;
    margin-bottom: 25px;
}

    .lista-curso.curso-encerrado .inscricao {
        background: #E5E5E5;
        color: #454545;
    }

    .lista-curso.curso-encerrado img {
        filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }

    .lista-curso.curso-encerrado .cursos-overlay {
        background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
        z-index: 1;
    }

.cursos-overlay {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute;
}


.image-list {
    padding: 0;
}

.discription-list {
    width: 50%;
    display: flex;
    height: 100%;
    position: relative;
    margin-left: 0px;
    padding: 30px;
}

.image-list .blog-date {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    padding: 20px 30px;
    text-align: left;
    z-index: 1;
}

.image-list .blog-date-categoria {
    padding: 7px 15px;
    border-radius: 15px;
    color: #fff;
    margin-top: 20px;
}

.image-list .blog-date-categoria {
    padding: 7px 15px;
    border-radius: 15px;
    background: #dc3545;
    color: #fff;
    margin-top: 20px;
}

.image-list .blog-date-categoria-verde {
    padding: 7px 15px;
    border-radius: 15px;
    background: #6C894F;
    color: #fff;
    margin-top: 20px;
}

.image-list .blog-date-categoria-amarela {
    padding: 7px 15px;
    border-radius: 15px;
    background: #D4892A;
    color: #fff;
    margin-top: 20px;
}

.image-list .blog-date-categoria-vermelha {
    padding: 7px 15px;
    border-radius: 15px;
    background: #C54F34;
    color: #fff;
    margin-top: 20px;
}

.image-list .blog-date-categoria-roxo {
    padding: 7px 15px;
    border-radius: 15px;
    background: #993399;
    color: #fff;
    margin-top: 20px;
}


.categoria-vermelha {
    background: #C54F34;
}

.categoria-verde {
    background: #6C894F;
}

.categoria-amarela {
    background: #D4892A;
}

.categoria-roxo {
    background: #993399;
}

.image-list .blog-date-local {
    padding: 7px 15px;
    border-radius: 15px;
    background: #fff;
    color: #000;
    margin-top: 20px;
    margin-right: 10px;
}

.image-list .text-title-area {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px 30px;
    text-align: left;
    width: 80%;
    height: 35%;
    z-index: 1;
}

    .image-list .text-title-area h2 {
        font-size: 25px !important;
    }

.image-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-list {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    text-align: left;
    width: 20%;
    height: 35%;
    z-index: 2;
}

.discription-list h3 {
    font-style: normal;
    margin-bottom: 15px;
}

.discription-list p {
    bottom: 60px;
    position: absolute;
    max-width: 90%;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

.discription-list h3 span {
    font-style: italic;
    margin-right: 20px;
}

.count-list {
    display: flex;
}

.info-list {
    width: 100%;
    max-width: 100px;
}

    .info-list p {
        font-family: 'TT Commons',sans-serif;
        font-size: 18px;
        font-weight: 500;
        align-self: center;
        margin: 0 !important;
        text-align: center;
        background: #FFFFFF;
        color: #000;
        padding: 10px;
        border-radius: 35px;
    }

        .info-list p span {
            font-size: 13px;
            display: block;
            margin-top: -5px;
        }

.inscricao {
    text-align: center;
    color: #fff;
    background: #3F9C55;
    font-style: italic;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 15px;
    bottom: 20px;
    position: absolute;
    min-width: 172px;
    font-weight: 500;
}

.inscricao-aberta {
    text-align: center;
    color: #fff;
    background: #3F9C55;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 15px;
    bottom: 20px;
    position: absolute;
    min-width: 172px;
    font-weight: 500;
}

.inscricao-encerrada {
    text-align: center;
    color: #1e47b3;
    background: #FFFFFF;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 15px;
    border: 2px solid #b0d1ff;
    min-width: 166px;
    font-weight: 500;
}

.ibgc-flex-horizontal {
    display: flex;
    align-items: center;
}

.ibgc-bottom {
    bottom: 10px;
    position: absolute;
    width: 90%;
    max-width: 90%;
}

.ibgc-inscricao-encerrada {
    /*position: relative;*/
    /*top: -20px;*/
    display: flex;
    margin-bottom: 20px;
}

.inscricao-espera {
    text-align: center;
    color: #fff;
    background: #D79422;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 15px;
    bottom: 20px;
    position: absolute;
    min-width: 172px;
    font-weight: 500;
}

.ibgc-bottom .btn-registre button {
    margin: 0 10px;
}

.date-list {
    font-family: 'TT Commons',sans-serif;
}

    .date-list i {
        background-color: #002c62;
        border-radius: 100px;
        color: #fff;
        margin-right: 5px;
        height: 29px;
        width: 29px;
        vertical-align: middle;
        text-align: center;
        line-height: 29px;
    }

.custom-search-inputAssociado {
    background-color: #fff;
    height: 40px;
    background: #fff;
    border: 1px solid #cccccc;
}

.custom-search-SemBorda {
    border: none;
}

.custom-search-input {
    border-radius: 4px;
    background-color: #fff;
    height: 38px;
    border-radius: 15px;
    background: #E5E5E5;
}

    .custom-search-input input {
        border: 0;
        box-shadow: none;
        height: 35px;
        background: #E5E5E5;
    }

        .custom-search-input input:focus {
            background: #ccc;
        }

    .custom-search-input .search-icon {
        background: none;
        position: absolute;
        box-shadow: none;
        border: 0;
        color: #666666;
        padding: 0 8px 0 10px;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        z-index: 9;
    }

        .custom-search-input .search-icon:hover {
            border: 0;
            box-shadow: none;
        }

    .custom-search-input i {
        font-size: 15px;
        color: #bbb;
    }

.input-ibgc .btn {
    border: none !important;
}

.input-ibgc .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    border-radius: 15px !important;
    color: #454545 !important;
}

.filter-option {
    border-radius: 15px;
    background: #E5E5E5;
}

.bootstrap-select > .dropdown-toggle {
    border: none;
}
/*Para retirar borda do dropdown*/

.pagination-geral {
    margin: 50px auto 0;
    display: table;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 50% !important;
    margin: 0 8px;
    background: #ddd;
    height: 30px;
    width: 30px !important;
    display: block;
    color: #555;
    text-align: center;
    line-height: 31px;
    transition: 0.4s;
}

    .pagination > li > a i {
        border-radius: 50% !important;
        background: #ddd;
        height: 30px;
        width: 30px;
        display: block;
        color: #555;
        text-align: center;
        line-height: 31px;
        transition: 0.4s;
    }

.pagination > li > :hover {
    background: #777;
    color: #ddd;
}

.pagination > li.active > a, .pagination > li > span {
    background: #066d6f;
    color: #fff;
}

    .pagination > li.active > a:hover {
        background: #055455;
    }

.pagination > li.icon-page > a, .pagination > li > span {
    background: transparent;
    width: 10px;
}

.link-width {
    height: 100%;
}

.edicao-curso-height {
    padding-bottom: 0px;
    padding-top: 10px;
}

.lista-edicao-curso-margin {
    margin-top: 15px;
}

/*COMPONENTE LISTA ARTIGO*/
.box-artigo span {
    font-style: normal !important;
}

    .box-artigo span i {
        color: #666;
        font-size: 16px;
    }

.container-titulo {
    padding: 0 15%;
    text-align: center;
}

/*COMPONENTE RESULTADO PESQUISA*/
.box-result {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

    .box-result h2 {
        color: #002c62;
    }

.container-pesquisa-google {
    /*margin-top:80px;*/
}
/*COMPONENTE DETALHE CURSO*/
.subject-detail-card {
    margin-top: 0;
}

.image-block-content .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    background-color: #002d62;
    margin-right: 15px;
}

    .image-block-content .feature-icon i {
        line-height: 60px;
        color: #fff;
        display: inline-block;
        text-align: center;
    }

.feature-content h2 {
    color: #002d62;
    font-weight: 400;
    margin-left: 73px;
    margin: 0;
}

.feature-content p {
    font-family: 'TT Commons',sans-serif;
    margin-left: 74px;
    font-weight: 600;
    color: #333;
}

.feature-content.det-curso p {
    font-weight: 400;
    color: #555;
}

.image-block-content .feature-icon p {
    font-family: 'TT Commons',sans-serif;
    color: #fff;
    text-align: center;
    margin: 0;
    align-self: center;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    line-height: 16px;
    margin-bottom: 0 !important;
}

    .image-block-content .feature-icon p span {
        font-size: 11px;
    }

.icon-text {
    display: flex !important;
    justify-content: center;
}

/*COMPONENTE DETALHE DO EVENTO*/
.first-colum {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

    .first-colum:last-child {
        padding: 20px 0;
        border-bottom: 0;
    }

.second-colum {
    padding: 25px 0;
}

.feature-text p {
    font-family: 'TT Commons',sans-serif;
    margin: 0;
    color: #555;
}

    .feature-text p span {
        font-weight: 600;
        color: #333;
    }

.coluns {
    display: flex;
}

    .coluns .image-block-content {
        align-self: center;
    }

.feature-text a {
    text-align: center;
    background: #066d6f;
    color: #fff;
    padding: 8px 30px;
    border-radius: 100px;
    transition: 0.4s;
}

    .feature-text a:hover {
        background: #055455;
    }

.feature-content ul li {
    list-style: none;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    font-weight: 600;
}

/*COMPONENTE EDICAO CURSO*/

.feature-course.subscription {
    text-align: center;
}

.feature-course h2 {
    font-size: 15px;
    color: #002d62;
    font-weight: 400;
    margin-left: 73px;
    text-transform: unset;
}

.feature-course h3 {
    color: #777;
    font-weight: 400;
    text-transform: unset;
    font-style: normal;
}

.course-text {
    color: #555 !important;
    font-weight: 600;
    list-style: none;
    padding: 0 0 0 75px;
    font-family: 'TT Commons',sans-serif;
    font-size: 13px;
}

.edit-course p {
    margin-bottom: 0;
    padding-left: 75px;
}

.feature-course p {
    font-family: 'TT Commons',sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #555;
}

    .feature-course p span {
        color: #002c62;
    }

.feature-course a {
    font-size: 15px;
    color: #fff;
    background: #3F9C55;
    padding: 6px 20px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 10px;
    transition: 0.4s;
    display: inline-flex;
    min-width: 172px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.feature-course-espera a {
    font-size: 15px;
    color: #fff;
    background: #D79422;
    padding: 6px 20px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 10px;
    transition: 0.4s;
    display: inline-flex;
    min-width: 172px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.feature-course-encerrada button {
    color: #1e47b3;
    font-size: 15px;
    background: white;
    padding: 6px 20px;
    border-radius: 100px;
    text-align: center;
    transition: 0.4s;
    border: 2px solid #b0d1ff;
    display: inline-flex;
    min-width: 172px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    outline: none;
    font-weight: 500;
}

.btn-registre button {
    color: #000000 !important;
    border: none !important;
    background-color: transparent !important;
    font-weight: 500;
    margin-top: 10px;
    outline: 0px;
    outline-offset: 0px;
    text-align: center;
    /*min-width: 150px;*/
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
}

.feature-course a:hover {
    background: #3F9C55;
}

.ibgc-center {
    text-align: center !important;
}

/*.feature-course a ~ .subs-link {
        text-align: center !important;
        font-style: italic;
        color: #777 !important;
        font-size: 13px !important;
        font-weight: normal !important;
        margin-left: initial;
        margin-top: 10px;
        background: transparent;
        padding: 0;
        text-transform: unset;
        display: block;
        transition: 0.4s;
    }*/

/*COMPONENTE FORM LOGIN*/
.border-form {
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px;
}

    .border-form.active {
        border-bottom: 2px solid #002d62;
    }

        .border-form.active a {
            font-weight: 500;
            color: #002d62 !important;
        }

.panel-login > .panel-heading a {
    display: block;
    font-family: 'TT Commons', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #777;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.forgot-password {
    text-decoration: none;
    color: #777;
    transition: 0.4s;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: none;
        color: #002d62;
    }

/*INSCRIÇÃO V2.0*/
.v2-inscricao {
    background-color: #ebf4ff;
}

    .v2-inscricao LABEL.chk {
        color: #1E47B3;
        font-weight: bold;
        cursor: pointer;
    }

    .v2-inscricao LABEL.chk {
        color: #1E47B3;
        font-weight: bold;
        cursor: pointer;
    }

    .v2-inscricao IMG.head {
        max-width: 100%;
        width: 350px;
    }

    .v2-inscricao .bg-simples {
        background-color: #1e47b3;
        max-height: 85px;
    }

    .v2-inscricao .title {
        font-size: 1.1rem;
        background-color: #ebf4ff;
    }

        .v2-inscricao .title H1 {
            text-align: left;
            font-size: 25px;
        }

    .v2-inscricao .btn {
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff;
    }

    .v2-inscricao TEXTAREA {
        resize: none;
    }

    .v2-inscricao LABEL.head {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .v2-inscricao LABEL#curriculo_counter {
        font-size: 1rem;
        font-weight: normal;
        color: #ccc;
    }

    /*.v2-inscricao LABEL.form-check-label {
        font-size: 1.1rem;
        margin-top: 2px;
        font-weight: normal;
        margin-left: 25px;
    }*/

    /*.v2-inscricao LABEL.form-check-label INPUT[type=RADIO] {
            float: left;
            top: 47px;
        }*/

    .v2-inscricao INPUT[type=RADIO] {
        transform: scale(1.3);
    }

    .v2-inscricao A {
        text-decoration: underline;
    }

    .v2-inscricao .borda {
        border: solid 2px #eee;
        border-radius: 10px
    }

    .v2-inscricao .tri-state {
        display: flex;
        margin-top: 6px;
    }

        .v2-inscricao .tri-state .toggle {
            display: flex;
            justify-content: center;
            border: 1px solid #e6e6e6;
            border-radius: 50px;
            height: 19px;
            margin-right: 10px;
            top: 2px;
            min-width: 38px;
        }

    .v2-inscricao INPUT[type=RADIO].rodBtn {
        height: 17px;
        width: 14px;
        appearance: none;
        background-color: #e6e6e6;
        border-radius: 50%;
        opacity: 0;
        transform: scaleX(1.4) !important;
    }

        .v2-inscricao INPUT[type=RADIO].rodBtn:hover {
            cursor: pointer;
        }

    .v2-inscricao INPUT[type=RADIO]#cursoLGPD_No, .v2-inscricao INPUT[type=RADIO]#eventoLGPD_No {
        background-color: #A91010;
    }

    .v2-inscricao INPUT[type=RADIO]#cursoLGPD_None, .v2-inscricao INPUT[type=RADIO]#eventoLGPD_None {
        opacity: 1;
    }

    .v2-inscricao INPUT[type=RADIO]#cursoLGPD_Yes, .v2-inscricao INPUT[type=RADIO]#eventoLGPD_Yes {
        background-color: #109EA8;
    }

.btn-finalizarinscricao_v2 {
    background-color: #393DAF;
    border-radius: 50px;
    color: #fff !important;
}

/*LOGIN V2.0*/
.v2-login H1 {
    font-size: 1.6rem;
}

.v2-login .bg-simples {
    min-height: 600px;
}

.v2-login .btn {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.v2-login .invalid-feedback {
    font-size: 1.2rem;
    display: none !important;
}

.btn-login_v2 {
    background-color: #129da8;
}

.btn-register_v2 {
    background-color: #aa469a;
}

.forgot-password_v2 {
    font-size: 1.2rem;
    text-decoration: underline;
    color: #ccc;
    transition: 0.4s;
}

    .forgot-password_v2:hover,
    .forgot-password_v2:focus {
        text-decoration: underline;
        color: #fff;
    }

/*COMPONENTE FORM PESSOA FISICA*/
.stepwizard-row {
    display: flex;
}

.step-form {
    flex: 1;
    text-align: center;
    background: #ddd;
    margin: 0 5px;
    border-radius: 4px;
    padding: 10px;
    height: auto;
}

    .step-form.active {
        background: #002d62;
    }


.stepwizard {
    display: table;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-step {
    flex: 1;
    text-align: center;
    margin: 0 5px;
    border-radius: 4px;
    padding: 10px;
    height: auto;
    font-weight: 600;
}

.step-form.active .stepwizard-step span {
    color: #fff;
    font-size: 17px;
}

.step-form.active .stepwizard-step p {
    color: #fff;
}

.stepwizard-step span {
    font-family: 'TT Commons',sans-serif;
    color: #555;
    font-size: 17px;
    font-weight: 600;
}

.stepwizard-step p {
    font-family: 'TT Commons',sans-serif;
    color: #555;
    font-size: 13px;
    margin: 0;
}

.title-form {
    font-family: 'TT Commons',sans-serif;
    border-bottom: 1px solid #ddd;
    margin: 15px 0 20px;
    font-size: 18px;
    color: #555;
    font-weight: 500;
}

    .title-form p {
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 500;
    }

.nextBtn {
    /* margin-top: 40px; */
}

.table .thead-dark th {
    color: #777;
    background-color: #ddd;
    border-color: #ddd;
}

.termo-conduta {
    padding: 20px;
    height: 200px;
    background-color: #fff;
    overflow: auto;
    overflow-x: hidden;
    margin: 20px 0;
    border: 1px solid #ddd;
}

.box-termo .form-check {
    background: #eee;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px 15px;
    width: 100%;
    top: -20px;
    position: relative;
    vertical-align: middle;
    height: 45px;
}

.form-check label {
    color: #777;
}

.termo-conduta p {
    color: #777;
}

.table-formacao {
    margin: 15px 0;
}

.empresa-pf {
    flex: 1 1 0%;
}

.isento {
    top: 50%;
    transform: translateY(-50%);
}

/*COMPONENTE 404/ERRO*/
.not-page div i {
    color: #ff8a00;
}

.not-page h1 {
    font-family: 'TT Commons',sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 40px;
    margin-top: 20px;
}

.not-page p {
    font-family: 'TT Commons',sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 15px;
    margin: 15px 0;
}

/*COMPONENTE IDIOMA RODAPE*/
.linguagem-list {
    background: transparent;
    color: #fff;
    margin-top: 10px;
    border-color: transparent;
}

/*AREA LOGADA / COMPONENTE PERFIL*/
.area-logada .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.image-perfil {
    position: relative;
    text-align: center;
}

    .image-perfil img {
        width: 120px;
        height: 120px;
        border-radius: 100px;
        object-fit: cover;
    }

.icon-ibgc img {
    width: 157px;
    object-fit: contain;
    height: 120px;
}

.perfil-geral p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #002c62;
}

.logotipo {
    text-align: center;
    margin-top: 32px;
    position: relative;
    border: 0;
    padding: 0;
}

    .logotipo > * {
        background-color: #fff;
        display: inline-block;
        margin: 0;
        padding: 0 25px;
        position: relative;
    }

    .logotipo:before {
        border: 0;
        border-top: medium double #002c62;
        width: 100%;
        clear: both;
        position: absolute;
        left: 0;
        top: 50%;
        content: '\0020';
    }

    .logotipo h2 {
        color: #002c62;
    }

    .logotipo h3 {
        font-weight: 400;
    }

.desc-logado {
    margin: 10px 0 30px;
    position: relative;
    border: 0;
    padding: 0;
}

    .desc-logado > * {
        background-color: #fff;
        display: inline-block;
        margin: 0;
        padding: 0 25px 0 0;
        position: relative;
    }

    .desc-logado:before {
        border: 0;
        border-top: 1px solid #666;
        width: 100%;
        clear: both;
        position: absolute;
        left: 0;
        top: 50%;
        content: '\0020';
    }

    .desc-logado h3 {
        font-weight: 600;
        font-style: normal;
        color: #666666;
    }

/*COMPONENTE LINHA DO TEMPO PF E PJ/ DADOS BASICOS*/
.dados-basicos p {
    font-family: 'TT Commons',sans-serif;
    color: #555;
}

.dados-basicos b {
    font-weight: 500;
    color: #002c62;
}

.jumbotron-progress {
    margin: 20px 0 20px 0;
}

ul.progress-bar-steps {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.progress-bar-steps {
    list-style: none;
    overflow: hidden;
    font-size: 13px;
    display: flex;
    counter-reset: li;
    font-weight: 600;
}

    .progress-bar-steps .current {
        background: #066d6f;
        color: #fff;
    }

        .progress-bar-steps .current:after {
            border-left: 30px solid #066d6f;
        }

.text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: TT Commons;
}

.dados-pj {
    margin-bottom: 20px;
    margin-top: -10px;
}

.step {
    display: table;
    flex: 2;
    background: #ccc;
    color: #666;
    width: 100%;
    position: relative;
    cursor: default;
    list-style-image: none;
    list-style-type: none;
    padding: 10px 0 10px 50px;
    text-align: left;
    height: 70px;
}

    .step:first-child {
        padding: 20px 0 20px 15px;
        border-radius: 4px 0 0 4px;
    }

    .step:last-child {
        border-radius: 0 4px 4px 0;
    }

    .step:after {
        border-bottom: 50px solid transparent;
        border-top: 50px solid transparent;
        content: " ";
        display: block;
        height: 0;
        left: 100%;
        margin-top: -50px;
        position: absolute;
        top: 50%;
        width: 0;
        border-left: 30px solid #ccc;
        z-index: 2;
    }

    .step:last-child:after {
        border-bottom: 50px solid transparent;
        border-top: 50px solid transparent;
        content: " ";
        display: block;
        height: 0;
        left: 100%;
        margin-top: -50px;
        position: absolute;
        top: 50%;
        width: 0;
        border-left: 30px solid transparent;
        z-index: 2;
    }

    .step:before {
        border-bottom: 50px solid transparent;
        border-top: 50px solid transparent;
        content: " ";
        display: block;
        height: 0;
        left: 100%;
        margin-top: -50px;
        position: absolute;
        top: 50%;
        width: 0;
        border-left: 30px solid #fff;
        z-index: 1;
        margin-left: 5px;
    }

/*COMPONENTE HISTORICO DE CURSO/EVENTO E GOVERNANCA IBGC*/
.table {
    border: none;
}

.table-definition thead th:first-child {
    pointer-events: none;
    background: white;
    border: none;
}

.table td {
    vertical-align: middle;
    white-space: normal;
}

.table thead {
    white-space: nowrap;
}

.page-item > * {
    border: none;
}

.pagination-geral-login {
    margin: 20px auto 0;
    display: table;
    float: right;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #666;
}

.table-resizable.resizing, .table-resizable th::before {
    cursor: col-resize;
    user-select: none;
}

.table-resizable th {
    position: relative;
}

    .table-resizable th::before {
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 1em;
    }

    .table-resizable th:last-of-type::before {
        display: none;
    }

.table-resizable td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-logado {
    padding: 15px;
    background: #ccc;
    border-radius: 2px;
}

    .text-logado p {
        margin: 0;
        text-align: center;
        color: #666;
    }

.link-width {
    height: 100%;
}

.edicao-curso-height {
    padding-bottom: 0px;
    padding-top: 10px;
}

.lista-edicao-curso-margin {
    margin-top: 15px;
}



/*ALERT*/
.alert-ibgc {
    text-align: center;
    background-color: #066d6f;
    color: #fff;
}

@media only screen and (max-width: 1600px) {
    .card2, a.card2, a.card2:link, a.card2:visited {
        min-height: 450px;
    }
}

/*MEDIA QUERY*/
@media only screen and (max-width: 1200px) {
    a.nav-link.link-associe,
    a.nav-link.link-associe,
    a.nav-link.link-associe:link,
    a.nav-link.link-associe:active {
        margin-left: 0;
        padding: 10px 0;
        color: #fff !important;
        background-color: initial;
    }

    .wrapper-blog {
        padding: 10px 2rem;
    }

    .perfil .float-left {
        text-align: center;
    }

    .cards img {
        margin-bottom: 15px;
    }

    .discription-list h2 {
        margin-top: 15px;
    }

    .feature-text p span {
        margin: 10px 0;
    }

    .col {
        padding-right: 0;
        padding-left: 0;
    }

    .search-input {
        margin: 0;
        padding: 0;
        position: relative;
        left: 0;
        width: 100%;
    }

    .coluns {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .coluns-icon {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .feature-text {
        margin-top: 10px;
    }

    .edit-valor {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .button-color {
        position: absolute;
        top: 4px;
    }

    .step {
        display: table;
        background: #ccc;
        color: #666;
        width: 100%;
        position: relative;
        cursor: default;
        list-style-image: none;
        list-style-type: none;
        height: 75px;
    }

    .card2, a.card2, a.card2:link, a.card2:visited {
        min-height: 300px;
    }


        .card2:nth-child(even) .card2-text {
            padding-right: 20%;
        }

    .card2-text {
        padding-left: 20%;
    }

    .flex-2, a.flex-2, a.flex-2:link, a.flex-2:visited {
        min-height: 300px;
    }


        .flex-2:nth-child(even) .feature-box-2-area .feature-artigo-title {
            padding-right: 10%;
        }

    .feature-artigo-title {
        padding-left: 10%;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }
}

@media only screen and (max-width: 992px) {
    .top-header .container {
        max-width: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding: 2px 0;
    }

    .component-flex .flex {
        width: calc(1/1*100% - (1 - 1/1)*30px);
        margin-right: 0;
    }

    .component-flex {
        flex-wrap: wrap;
    }

    .component-flex-img .flex {
        flex: 1 100%;
        margin-right: 0;
    }

    .bg-completo h2 {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .bg-completo p {
        display: none;
    }

    .bg-simples h2 {
        font-size: 25px;
        line-height: 1;
    }

    .bg-simples p {
        display: none;
    }

    .bg-completo a {
        font-family: 'TT Commons',sans-serif;
        font-size: 16px;
        text-decoration: none;
        color: #555;
        padding: 5px 30px;
        background: #fff;
        border-radius: 50px;
        position: relative;
        transition: 0.4s;
    }

    .bg-completo {
        position: relative;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        height: 400px;
        margin: 0 auto;
        width: 100%;
        display: table;
        vertical-align: middle;
    }

    .carousel-inner {
        height: 400px
    }

    .carousel-item {
        min-height: 400px;
    }

        .carousel-item > img {
            height: 400px;
        }

    .carousel-caption {
        top: 140px;
    }

        .carousel-caption h3 {
            font-size: 42px;
        }

        .carousel-caption a {
            font-family: 'TT Commons',sans-serif;
            font-size: 16px;
            text-decoration: none;
            color: #555;
            padding: 5px 30px;
            background: #fff;
            border-radius: 50px;
            transition: 0.4s;
        }

    .component-flex-clients .flex-clients {
        /*border: 1px solid #ddd;*/
        border-radius: 4px;
        padding: 5px;
        transition: 0.4s;
        width: calc(1/3*100% - (1 - 1/3)* 23px);
    }

    .wrapper-blog {
        padding: 10px 1rem;
    }

    .cards img {
        margin-bottom: 15px;
    }

    .link a {
        font-size: 17px;
    }

    .title-blog h2 {
        font-family: 'TT Commons',sans-serif;
        font-size: 28px;
        font-weight: 400;
        text-align: center;
        line-height: 1.5;
        color: #333;
    }

    .title-blog p {
        font-family: 'TT Commons',sans-serif;
        font-size: 20px;
        font-weight: 300;
        font-style: italic;
        text-align: center;
        line-height: 1.5;
        display: block;
        color: #666 !important;
    }

    .text-blog p {
        color: #777 !important;
    }

    .text-blog span {
        color: #777 !important;
    }

    .text-blog div {
        color: #777 !important;
    }

    .text-blog ul {
        color: #777 !important;
    }

    .button-color {
        position: absolute;
        top: 4px;
        right: 10px;
    }

    .progress-bar-steps {
        list-style: none;
        overflow: hidden;
        display: block;
        counter-reset: li;
    }

    .step {
        display: table;
        background: #ccc;
        color: #666;
        width: 100%;
        position: relative;
        cursor: default;
        list-style-image: none;
        list-style-type: none;
        height: 45px;
        border-bottom: 1px solid #aaa;
    }

        .step:first-child {
            padding: 0 50px;
            border-radius: 0;
        }

        .step:last-child {
            border-radius: 0;
        }

    .media-box img {
        height: auto;
    }

    .media-box.img-box-one img {
        height: auto;
    }

    .media-box.img-box-two img {
        height: auto;
    }

    .media-box.img-box-three img {
        height: auto;
    }

    .stepwizard-row {
        display: flex;
        flex-wrap: wrap;
    }

    .step-form {
        flex: 0 100%;
        text-align: center;
        background: #ddd;
        margin: 5px 5px;
        border-radius: 4px;
        padding: 10px;
        height: auto;
    }

    .step {
        padding: 0;
    }

    .text {
        text-align: center !important;
    }

    .btn.pull-right {
        float: none;
    }

    .card2:nth-child(even) .card2-text {
        padding-right: 0;
    }

    .card2-text {
        padding-left: 0;
    }
}

@media only screen and (max-width: 770px) {

    .bg-simples {
        height: 400px;
    }

    .titulo-componente-card {
        margin-top: 20px;
    }

    .container-titulo {
        padding: 0 0;
        text-align: center;
    }

    .title-wrapper p {
        font-size: 18px;
        line-height: 1.2em;
    }

    .cards2 {
        flex-direction: column;
    }

    .flex-2, a.flex-2, a.flex-2:link, a.flex-2:visited {
        min-width: 100%;
    }


    .component-flex-clients .flex-clients {
        /*border: 1px solid #ddd;*/
        border-radius: 4px;
        padding: 5px;
        transition: 0.4s;
        width: calc(1/2*100% - (1 - 1/2)* 30px);
        margin-right: 15px;
    }

    .date-list {
        margin-top: 15px;
    }

    .stepwizard-row {
        display: flex;
        flex-wrap: wrap;
    }

    .carousel-caption {
        top: 35%;
    }

        .carousel-caption h3 {
            font-size: 30px;
            line-height: 1;
        }

        .carousel-caption p {
            font-size: 15px;
            line-height: 1;
        }

    .step-form {
        flex: 0 100%;
        text-align: center;
        background: #ddd;
        margin: 5px 5px;
        border-radius: 4px;
        padding: 10px;
        height: auto;
    }

    .progress-bar-steps {
        list-style: none;
        overflow: hidden;
        display: block;
        counter-reset: li;
    }

    .step {
        display: table;
        background: #ccc;
        color: #666;
        width: 100%;
        position: relative;
        cursor: default;
        list-style-image: none;
        list-style-type: none;
        height: 45px;
        border-bottom: 1px solid #aaa;
    }

        .step:first-child {
            padding: 0 50px;
            border-radius: 0;
        }

        .step:last-child {
            border-radius: 0;
        }

    .perfil-geral {
        text-align: center;
    }

    .image-perfil img {
        margin-bottom: 15px;
    }

    .perfil-geral .icon-ibgc {
        float: none;
        display: none;
    }

    .logotipo:before {
        border: 0;
        border-top: medium double transparent;
        width: 100%;
        clear: both;
        position: absolute;
        left: 0;
        top: 50%;
        content: '\0020';
    }

    .info-artigo li {
        font-family: 'TT Commons', sans-serif;
        float: none;
        font-size: 15px;
        margin: 10px 0 0 0;
        color: #999;
    }

    /* ======== Componete perfil 9 ============*/
    .perfil-nome {
        margin-top: 20px;
    }

    /* ======== Componete Banner 2 MOBILE ============*/

    h2.banner-dois-titulo {
        text-align: center !important;
        font-size: 45px !important;
    }

    h1.banner-dois-sub {
        font-size: 25px !important;
    }

    /* ======== Componete LISTA CURSOS MOBILE ============*/
    .lista-curso {
        display: grid;
        min-height: 600px;
    }

    .image-list {
        min-width: 100%;
        min-height: 250px;
    }

        .image-list .blog-date {
            padding: 10px 10px;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-end;
        }

        .image-list .blog-date-local {
            padding: 4px 15px;
            margin-top: 0;
        }

        .image-list .blog-date-categoria {
            padding: 4px 15px;
            margin-top: 10px;
        }

        .image-list .blog-date-categoria {
            padding: 4px 15px;
            margin-top: 10px;
        }

        .image-list .blog-date-categoria-verde {
            padding: 4px 15px;
            margin-top: 10px;
        }

        .image-list .blog-date-categoria-amarela {
            padding: 4px 15px;
            margin-top: 10px;
        }

        .image-list .blog-date-categoria-roxo {
            padding: 4px 15px;
            margin-top: 10px;
        }

    .discription-list {
        min-width: 100%;
        min-height: 250px;
        padding: 20px 10px
    }

    .image-list .text-title-area {
        height: 40%;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 70%;
    }

        .image-list .text-title-area h2 {
            font-size: 22px !important;
        }


    .info-list {
        padding: 10px;
        min-width: 80px;
        max-width: 80px;
    }

        .info-list p {
            font-size: 18px;
        }

    .discription-list p {
        bottom: auto;
        -webkit-line-clamp: 7;
        font-size: 14px;
    }

    /********** COMPONENTE IMAGEM 6 MOBILE **********/
    .imagem-card {
        max-width: 340px;
        min-width: 100%;
    }

    /* ======== Componete IMAGEM COM BANNER MOBILE ============*/
    .component-flex-img-banner .flex {
        margin: 0;
        margin-bottom: 30px;
        flex: auto;
        margin: 5px 5px 30px 5px;
        width: 100%;
    }

    .bg-simples-imagem .banner-dois-titulo {
        font-size: 45px;
        line-height: 1;
        color: #fff;
        margin-top: 53px;
        position: relative;
    }

    /*COMPONENTE BANNER SIMPLES COM MALHA MOBILE*/
    .bg-simples.text-center.banner-malha-esquerda:after {
        content: url(../../images/malha-menor.png);
        position: absolute;
        z-index: 999;
        left: 0;
        bottom: -7px;
        display: flex;
        justify-content: flex-start;
    }

    .bg-simples.text-center.banner-malha-direita:after {
        content: url(../../images/malha-direita-menor.png);
        position: absolute;
        z-index: 999;
        right: 0px;
        bottom: -7px;
        display: flex;
        justify-content: flex-end;
    }

    /*COMPONENTE BANNER CARROSSEL COM MALHA MOBILE*/
    .banner-malha-esquerda:after {
        content: url(../../images/malha-menor.png);
        position: absolute;
        z-index: 999;
        left: 0;
        bottom: -7px;
        display: flex;
        justify-content: flex-start;
    }

    .banner-malha-direita:after {
        content: url(../../images/malha-direita-menor.png);
        position: absolute;
        z-index: 999;
        right: 0px;
        bottom: -7px;
        display: flex;
        justify-content: flex-end;
    }

    /*COMPONENTE CARD COM TITULO E SUBTITULO MOBILE*/

    .cards-com-titulo.row div {
        padding: 0;
    }
}

.disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

.center-search {
    position: absolute;
    top: 8px;
    right: 14px;
}

.contrato_professor {
    display: flex;
}

.div_contrato_professor {
    margin-left: auto;
}

.aceite_contrato_vigencia, .aceite_contrato_vigencia > a {
    background-color: #1D6E6F;
    padding: 10px;
    color: #FFFFFF;
}

i#informacaoArquivo {
    color: #055455;
}

.nlci-style__item___3VJlr {
    margin: 0;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 30px 0;
    border-bottom: 1px rgb(168, 168, 168) solid;
    cursor: pointer
}

    .nlci-style__item___3VJlr:hover {
        background: rgba(0,0,0,.02)
    }

        .nlci-style__item___3VJlr:hover a {
            text-decoration: underline
        }

    .nlci-style__item___3VJlr h3 {
        font-size: 24px;
        margin: 0 0 5px
    }

        .nlci-style__item___3VJlr h3, .nlci-style__item___3VJlr h3 a, .nlci-style__item___3VJlr h3 a:visited {
            color: rgb(0, 0, 0)
        }

.nlci-style__media___Faf58 {
    background: transparent;
    margin-right: 15px
}

.nlci-style__placeholder___2G9Y8, .nlci-style__thumbnail___1HO1F {
    width: 65px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    display: block;
    border-radius: 20px;
}

@media only screen and (min-width:768px) {
    .nlci-style__placeholder___2G9Y8, .nlci-style__thumbnail___1HO1F {
        width: 125px;
        height: 165px;
        line-height: 185px
    }
}

.nlci-style__placeholder___2G9Y8 > .fa {
    color: rgb(255, 255, 255);
    font-size: 25px
}

@media only screen and (min-width:768px) {
    .nlci-style__placeholder___2G9Y8 > .fa {
        font-size: 50px;
        color: rgb(255, 255, 255)
    }
}

.nlci-style__info___2lSnx {
    width: calc(100% - 140px);
}

.nlci-style__summary___3fjxn {
    margin: 10px 0;
    width: 100%
}

.nlci-style__prop___1xYYZ, .nlci-style__topic___3uP1X {
    font-size: 15px;
    line-height: 1.5;
    display: inline-block;
    font-weight: 700
}

.nlci-style__infobar___14ZDl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    color: black;
}

    .nlci-style__infobar___14ZDl > div {
        background: rgb(240, 240, 240);
        padding: 5px 10px;
        border-right: 1px rgb(255, 255, 255) solid
    }

        .nlci-style__infobar___14ZDl > div:first-child {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px
        }

        .nlci-style__infobar___14ZDl > div:last-child {
            border-right: 0;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px
        }

.nlci-style__label___1Li52 {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    opacity: .75
}

.nlci-style__header___2XyR8 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 45px 0 0
}

.nlci-style__container___2Bb9o, .nlci-style__container___2Bb9o * {
    box-sizing: border-box
}

    .nlci-style__container___2Bb9o h1 {
        color: rgb(0, 0, 0);
        font-size: 38px;
        margin: 0 0 20px;
        line-height: 1.2
    }

.nlci-style__media___1VwRi {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media only screen and (min-width:768px) {
    .nlci-style__media___1VwRi {
        padding: 30px;
        width: 30%;
        background: rgba(0,0,0,.05)
    }
}

.nlci-style__placeholder___Aus0l, .nlci-style__thumbnail___3M4-o {
    margin-right: 15px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 120px;
    display: block;
    width: 100px;
    min-height: 120px
}

@media only screen and (min-width:768px) {
    .nlci-style__placeholder___Aus0l, .nlci-style__thumbnail___3M4-o {
        width: 100%;
        height: auto;
        line-height: 185px
    }
}

.nlci-style__placeholder___Aus0l > .fa {
    color: rgb(255, 255, 255);
    font-size: 25px
}

@media only screen and (min-width:768px) {
    .nlci-style__placeholder___Aus0l > .fa {
        font-size: 50px;
        color: rgb(255, 255, 255)
    }
}

.nlci-style__info___1iqBA {
    padding-top: 0;
    width: 70%
}

.nlci-style__video___2l2Oe {
    position: relative;
    padding-bottom: 51.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 30px
}

    .nlci-style__video___2l2Oe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 30px);
        height: 100%;
        background: #eee
    }

.nlci-style__info___1iqBA h3 {
    margin: 16px 0;
    margin: 1rem 0;
    position: relative;
    font-size: 27px;
    color: rgb(168, 168, 168)
}

    .nlci-style__info___1iqBA h3:before {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 20px;
        background: rgb(240, 240, 240);
        z-index: -1
    }

    .nlci-style__info___1iqBA h3 span {
        background: #fff;
        display: inline-block;
        padding-right: 16px;
        padding-right: 1rem
    }

.nlci-style__container___2Bb9o b {
    font-family: 'TT Commons',sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    border-radius: 5px;
}

.nlci-style__summary___XU5jI {
    margin: 10px 30px 30px 0
}

.nlci-style__prop___17k1Q, .nlci-style__topic___6ppM3 {
    font-size: 15px;
    line-height: 1.5;
    display: inline-block;
    font-weight: 700
}

.nlci-style__infobar___17Gtx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

    .nlci-style__infobar___17Gtx > div {
        background: rgb(240, 240, 240);
        padding: 5px 10px;
        border-right: 1px rgb(255, 255, 255) solid
    }

        .nlci-style__infobar___17Gtx > div:first-child {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px
        }

        .nlci-style__infobar___17Gtx > div:last-child {
            border-right: 0;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px
        }

.nlci-style__label___DBd-l {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 11px;
    opacity: .75
}

.nlci-style__header___3POL_ {
    width: 100%;
    margin: 15px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap
}

@media only screen and (min-width:768px) {
    .nlci-style__header___3POL_ {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.nlci-style__property___ijZ4y {
    font-size: 16px;
    margin: 5px 0 15px;
    line-height: 1.8em
}

    .nlci-style__property___ijZ4y b, .nlci-style__property___ijZ4y span {
        display: block
    }

        .nlci-style__property___ijZ4y span span {
            display: inline-block
        }

.nlci-style__download___13Bwa {
    word-break: break-all;
    font-weight: 700;
    display: block
}

.nlci-style__actions___4c12q button, .nlci-style__download__button___1O0b1 {
    background: #1E47B3;
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    display: block;
    margin-left: 0;
    padding: 10px 0;
    cursor: pointer;
    font: 700 18px/23px "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}

    .nlci-style__actions___4c12q button:hover, .nlci-style__download__button___1O0b1:hover {
        background: rgb(0, 0, 0)
    }

a.nlci-style__download__button___1O0b1 {
    background: #00b100;
    display: inline-block;
    margin-bottom: 5px
}

    a.nlci-style__download__button___1O0b1:visited {
        color: #fff
    }

.nlci-style__download__info___2n_QG {
    font-size: 14px
}

.nlci-style__disclaimer___2tyTP {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px rgb(240, 240, 240) solid
}

    .nlci-style__disclaimer___2tyTP p {
        font-size: 16px;
        line-height: 1.2;
        opacity: .5
    }

.nlci-style__field___285mQ {
    margin-bottom: 15px
}

    .nlci-style__field___285mQ input {
        width: 100%;
        font-size: 15px;
        padding: 5px;
        margin-top: 5px;
        border: 1px solid #ddd
    }

        .nlci-style__field___285mQ input.nlci-style__invalid___3npqY {
            border-color: red;
            background: rgba(255,0,0,.1)
        }

    .nlci-style__field___285mQ label {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        color: #000;
        font-weight: 700
    }

        .nlci-style__field___285mQ label b {
            color: red
        }

.nlci-style__actions___4c12q {
    text-align: center
}

    .nlci-style__actions___4c12q span {
        margin-top: 5px;
        display: inline-block;
        font-size: 14px;
        cursor: pointer;
        border-bottom: 1px solid #aaa
    }

        .nlci-style__actions___4c12q span:hover {
            color: #1E47B3
        }

    .nlci-style__actions___4c12q button {
        margin-top: 30px
    }

.nlci-style__terms___2uKjF {
    margin-top: 20px;
    font-size: 12px;
    display: block;
    text-align: center;
    text-decoration: underline
}

.nlci-style__foreigner___3jJwL {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

.nlci-style__designer___hPSN7 {
    background: rgb(255, 255, 255);
    color: #000
}

.nlci-style__section___3Y4Eq {
    margin-bottom: 10px;
    float: left;
    width: 50%;
    min-width: 250px
}

.nlci-style__clear___1SrVD {
    clear: both;
    float: none;
    width: 100%
}

.nlci-style__label___1X_1f {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Calibri,sans-serif;
    font-weight: 500
}

.nlci-style__section___3Y4Eq input[type=text] {
    padding: 2px;
    font-size: 12px;
    width: calc(100% - 100px)
}

.nlci-style__field___35CGK[id$=selected_image] ~ button {
    padding: 2px 3px 3px;
    margin: 0
}

.nlci-style__section___3Y4Eq:last-child {
    margin-bottom: 0
}

.nlci-widget-container .nlci-style__designer___hPSN7 {
    margin: 0 -10px 20px
}

.nlci-style__tabs___pE-5B {
    border-bottom: 2px #1E47B3 solid;
    text-align: right
}

    .nlci-style__tabs___pE-5B > a {
        padding: 5px 10px;
        display: inline-block;
        font-size: 11px;
        text-transform: uppercase;
        color: #1E47B3
    }

.nlci-style__container___1C28Y {
    display: none;
    border-bottom: 2px #1E47B3 solid;
    padding: 20px;
    background: rgba(0, 45, 98,.075)
}

.nlci-style__open___1FyTp {
    display: block
}

.nlci-style__reset___1TID1 {
    clear: both;
    text-align: right
}

    .nlci-style__reset___1TID1 a {
        color: red;
        font-size: 13px
    }

    .nlci-style__reset___1TID1 i {
        margin-right: 5px
    }

@media (max-width: 768px) {
    .nlci-style__container___2g_Xn h1 {
        font: normal normal 600 50px/45px TT Commons, Arial, sans-serif;
    }
}

.referencias-portal-conhecimento {
    font-size: 30px;
    margin-top: 30px;
}

.ver-mais {
    color: #fff;
}

#link-portal-conhecimento {
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
}

    #link-portal-conhecimento:hover {
        cursor: pointer;
    }

.item-title {
    font-size: 18px;
    color: black;
    font-family: 'TT Commons',sans-serif;
    font-weight: 500;
    font-style: italic;
}

    .item-title:hover {
        text-decoration: underline;
    }


.tema {
    width: 140px;
}

.tipo-material {
    width: 100px;
}

.ano {
    width: 50px;
}

.edicao {
    width: 70px;
}


.nlci-style__prop___1xYYZ {
    font-size: 12px;
}

.nlci-style__topic___3uP1X {
    font-size: 12px;
}

#searchPortalConhecimento {
    float: left;
    margin-left: 330px;
    width: 665px;
}

.nlci-style__thumbnail___1HO1F {
    height: 100px;
    width: 72px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 19px;
    top: 2px;
    margin-right: 4px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 1px #e6e6e6;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 0px;
        bottom: 0px;
        -webkit-transition: .4s;
        transition: .4s;
        background-color: #e6e6e6;
    }

input:checked + .slider {
    background-color: #fff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #fff;
}

input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

.ibgc-main-modal .btn-primary {
    text-transform: none !important;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

input:checked + .slider.round:before {
    background-color: #109EA8;
}

.banner-area-logada {
    background-color: #1e47b3;
    max-height: 85px;
}

.navbar-area-logada {
    margin: 0px;
}

.dados-usuario {
    display: inline-block;
}

.div-form {
    margin-top: 5px;
}

.ibgc-cadastro .switch-toggle {
    width: 10em;
    height: 2em;
    align-content: center;
    float: initial;
    background: #D8D9DB;
    position: relative;
    display: inline-flex;
    padding: 0 !important;
    color: #000000;
}

    .ibgc-cadastro .switch-toggle input + label {
        position: relative;
        z-index: 2;
        display: block;
        float: left;
        padding: 0 0.5em;
        margin: 0;
        text-align: center;
        cursor: pointer;
        width: 80px;
        border: 1px solid #808080;
        border-radius: 0;
    }

    .ibgc-cadastro .switch-toggle a {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        z-index: 1;
        width: 10px;
        height: 100%;
        opacity: 0;
    }

    .ibgc-cadastro .switch-toggle input {
        position: absolute;
        left: 5em;
        opacity: 0;
    }

    .ibgc-cadastro .switch-toggle label, .ibgc-cadastro .switch-toggle > span {
        line-height: 2em;
        vertical-align: middle;
    }

    .ibgc-cadastro .switch-toggle input:hover.toggle-yes ~ label.toggle-yes {
        width: 5em;
        background-color: #28a745;
        color: #fff;
    }

    .ibgc-cadastro .switch-toggle input:hover.toggle-no ~ label.toggle-no {
        background-color: #dc3545;
        width: 5em;
        color: #fff;
    }

    .ibgc-cadastro .switch-toggle input:checked.toggle-no ~ label.toggle-no {
        background-color: #dc3545;
        width: 5em;
        box-sizing: border-box;
        color: #fff;
        border: 1px solid #ff0000;
    }

    .ibgc-cadastro .switch-toggle input:checked.toggle-yes ~ label.toggle-yes {
        background-color: #28a745;
        width: 5em;
        color: #fff;
        box-sizing: border-box;
        border: 1px solid #00ff72;
        vertical-align: middle;
        margin: 0;
    }

.tooltip-inner .fa-close {
    font: normal normal normal 14px / 1 FontAwesome;
    color: red;
}

.tooltip-inner .fa-check {
    font: normal normal normal 14px / 1 FontAwesome;
    color: green;
}

@media only screen and (max-width: 480px) {
    .url-qr-code {
        width: 200px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 481px) {
    .url-qr-code {
        display: none;
    }
}

/*****COMPONENTE SCROLL******/
.text-position {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    display: flex;
}

.text-center {
    text-align: center !important;
    justify-content: center;
    /* font-size: 1vw;*/
}
/****FIM COMPONENTE SCROLL*******/

#buscaItemPj {
    height: auto !important;
}

.icon-pesquisa-nomesAssociadosPj {
    padding-top: .375rem !important;
}

/****** MODAL NOVIDADES ******/
.ibgc-main-modal .modal-content {
    background-color: #E5E5E5;
    border: 0;
    border-radius: 30px;
    max-width: 95%;
    margin: auto;
}

.ibgc-main-modal .modal-header {
    padding: 40px;
    padding-bottom: 0;
    border: 0;
}

.ibgc-main-modal .modal-title {
    font-size: 47px;
    line-height: 0.9;
}

.ibgc-main-modal .modal-header .close {
    font-size: 70px;
    font-weight: 100;
    color: #C6C6C6;
    padding: 0 3px;
    margin: 0;
    outline: none;
    line-height: 30px;
}

.ibgc-main-modal .modal-body {
    padding: 40px;
}

    .ibgc-main-modal .modal-body p {
        font-size: 28px;
        font-family: 'TT Commons' !important;
        line-height: 0.9;
    }

    .ibgc-main-modal .modal-body label {
        /*display: inline-flex;*/
        font-size: 13pt;
        align-items: center;
    }

    .ibgc-main-modal .modal-body input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        vertical-align: middle;
    }


@media (max-width: 768px) {

    .ibgc-main-modal .modal-body {
        padding: 25px;
    }
}


.ibgc-main-modal .modal-footer {
    border: 0;
    padding: 0 40px 40px 40px;
    flex-direction: column;
    align-items: flex-end;
}

    .ibgc-main-modal .modal-footer .ibgc-btn-primary {
        width: 100%;
    }

    .ibgc-main-modal .modal-footer span {
        width: 100%;
        font-size: 18pt;
        margin-top: 15px;
        margin-left: 0;
        text-align: center;
    }

.ibgc-form-control {
    width: 100% !important;
    height: auto !important;
    border: 1px solid #F9F9F9 !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;
    font-size: 14pt !important;
    outline: none !important;
    transition: .5s !important;
}

    .ibgc-form-control:hover {
        border-color: #80bdff;
    }

    .ibgc-form-control:focus {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgb(0 123 255 / 25%);
    }

    .ibgc-form-control::placeholder {
        font-weight: 500;
        color: #ACACAC;
        font-style: normal;
    }

.ibgc-btn-primary {
    font-size: 18px !important;
    background-color: #3f9c55 !important;
    border: 1px solid #A4C3AA !important;
    border-radius: 10px !important;
    min-height: 45px !important;
    text-transform: none !important;
}

    .ibgc-btn-primary:hover, .ibgc-btn-primary:focus {
        background-color: #2D713D !important;
        border: 1px solid #637566 !important;
        box-shadow: none !important;
    }

    .ibgc-btn-primary.btn-primary:not(:disabled):not(.disabled):active:focus {
        background-color: #2D713D !important;
        border: 1px solid #637566 !important;
        box-shadow: 0 0 0 .2rem rgb(45 113 61 / .5) !important;
    }

    .ibgc-btn-primary.btn-primary:not(:disabled):not(.disabled):active {
        background-color: #2D713D !important;
        border: 1px solid #637566 !important;
    }

.ibgc-btn-secondary {
    font-size: 18px;
    background-color: #1E47B3;
    border-color: #6E7DC0;
    border-radius: 100px;
    padding: 5px 39px;
    transition: 0.4s;
    text-transform: none;
}

    .ibgc-btn-secondary:hover, .ibgc-btn-secondary:focus {
        background-color: #173788;
        border: 1px solid #556195;
        box-shadow: none;
    }

    .ibgc-btn-secondary.btn-secondary:not(:disabled):not(.disabled):active:focus {
        background-color: #173788;
        border: 1px solid #556195;
        box-shadow: 0 0 0 .2rem rgb(23 55 136 / 50%);
    }

    .ibgc-btn-secondary.btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #173788;
        border: 1px solid #556195;
    }

.ibgc-main-modal .messages {
    color: #004085;
    background-color: #cce5ff;
    border: 1px solid #b8daff;
    padding: .75rem 1.25rem;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .ibgc-main-modal .messages.hide {
        display: none;
    }

.ibgc-main-modal a {
    color: #000000;
    transition: .5s;
    font-weight: 600;
}

    .ibgc-main-modal a:hover {
        color: #3f9c55;
    }

.ibgc-main-modal .forgot-password_v2 {
    font-size: 15pt;
}

.text-validation {
    color: #f10000;
}

#listaEsperaModal h5,
#ibgc-notificacao h5,
#obrigado h5,
#modal-analise-pre-requisitos h5 {
    font-size: 38px;
    font-family: 'TT Commons' !important;
}

#listaEsperaModal .modal-body p,
#ibgc-notificacao .modal-body p,
#obrigado .modal-body p,
#modal-analise-pre-requisitos modal-body p {
    font-size: 28px;
    font-family: 'TT Commons' !important;
}

#listaEsperaModal button,
#ibgc-notificacao button,
#obrigado button,
#modal-analise-pre-requisitos button {
    font-family: 'TT Commons' !important;
    width: 200px;
    font-size: 24px;
    height: 50px;
    font-weight: 600;
}

@media (min-width: 576px) {
    .ibgd-modal-lg {
        max-width: 850px;
    }
}


.progress-timer {
    height: 4px;
    background-color: #e9ecef;
    margin-top: 8px;
}

    .progress-timer .progress-bar {
        width: 100%;
        background-color: #28a745;
        animation: countdown 20s linear forwards;
        /* 20s de duração, linear, e 'forwards' mantém a barra em 0% ao final */
    }

@keyframes countdown {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

.has-error {
    border: 2px solid #dc3545; /* cor vermelha */
    padding: 5px; /* ajuste a gosto */
    border-radius: 4px;
    background-color: #f8d7da; /* tom de vermelho claro */
}

.rc-anchor-pt {
    text-align: unset !important;
}


@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

svg {
    transform-origin: center;
}

.wrapper-btn-compromisso {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 4px;
}

.btn-aceitar-compromisso, .btn-recusar-compromisso {
    background-color: white;
    border-radius: 12px;
    padding: 4px 16px;
}

    .btn-recusar-compromisso:hover {
        cursor: pointer;
        opacity: 0.9;
        color: white;
        background-color: red;
    }

    .btn-aceitar-compromisso:hover {
        cursor: pointer;
        opacity: 0.9;
        color: white;
        background-color: green;
    }

.btn-aceitar-compromisso {
    border: 1px solid green;
    color: green;
}

.btn-recusar-compromisso {
    border: 1px solid red;
    color: red;
}

.accordion {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-header {
    background-color: #f0f0f0;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
}

.accordion-content {
    display: none;
    padding: 10px;
    background-color: #fff;
}

.accordion.open .accordion-content {
    display: block;
}

.accordion table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.accordion th, .accordion td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.accordion table th,
.accordion table td {
    max-width: 240px; /* 1. largura máx. */
    word-break: break-word; /* 2. quebra em qualquer ponto */
    white-space: normal;
    vertical-align: top;
}

/* empilhar botões */
.curador-btns {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
/* estilo dos botões */
.btn-curador {
    padding: 4px 8px;
    border: none;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.btn-green {
    background: #3f9c55;
}

.btn-red {
    background: #bb2e3a;
}

.btn-blue {
    background: #1e47b3;
}

#wrapper-icones {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin-top: 24px;
}

.card-area-catalogo-servico{
    width: 400px;
}

.card-area-catalogo-servico img {
    max-width: 100%;
}

@media only screen and (max-width: 992px) {
    #wrapper-icones {
        flex-wrap: wrap;
    }
}
