@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';
}

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;
}

.picture {
    width: 150px;
    height: 150px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

    .picture:hover {
        border-color: #2ca8ff;
    }

.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;
}

.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;
    flex-wrap: wrap
}

    .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;
}

.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: 200px;
        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: 300px;
    object-fit: cover;
}

.media-box.img-box-three img {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.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;
}

/********** 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
}

    .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;
}



.categoria-vermelha {
    background: #C54F34;
}

.categoria-verde {
    background: #6C894F;
}

.categoria-amarela {
    background: #D4892A;
}

.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: 9;
    -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: #0066a6;
    font-style: italic;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 13px;
    bottom:20px;
    position:absolute;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.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-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;
        text-transform: uppercase;
    }

.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;
}

.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: #066d6f;
    padding: 4px 20px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 10px;
    transition: 0.4s;
}

    .feature-course a:hover {
        background: #055455
    }

    .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;
    }

/*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-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;
        }

    .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{
        -webkit-line-clamp:8;
        position:initial;
        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;
    }

}
