.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: " ";
}

/*page header*/
.container-kw-full.head-colaboradores {
    min-height: 420px;
    display: table;
    text-align: center;
    background-size: cover;
}

.container-kw-full {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.titulo-colaboradores {
    color: #fff;
    display: table-cell;
    font-size: 5rem;
    vertical-align: bottom;
    font-weight: 300;
    padding-bottom: 5%;
}

@media (max-width: 786px) {
    .titulo-colaboradores {
        font-size: 4rem !important;
    }
}

/*team Featured*/

.container-kw {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1300px;
}

@media (max-width: 1400px) {
    .container-kw-xl {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1300px;
    }
}

@media (min-width: 1400px) {
    .container-kw-xl {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1300px;
    }
}


.container-kw.no-bottom {
    padding-bottom: 0px !important;
}

@media (min-width: 960px) {
    .container-kw {
        padding-bottom: 55px;
    }
}

@media (max-width: 960px) {
    .container-kw {
        padding-bottom: 15px;
    }
}

.container-kw:before,
.container-kw:after {
    content: " ";
    display: table;
}

.imagem {
    text-align: left;
    padding-bottom: 20px;
}

.destaque {
    display: flex;
    flex-wrap: wrap;
    padding-top: 55px;
    padding-bottom: 10px;
}


@media (max-width: 786px) {
    .imagem img {
        width: 100%;
        height: auto;
    }
}

.imagem img {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    height: auto;
    width: 100%;
}

.texto {
    width: 100%;
    height: 100%;
    min-height: 175px;
    padding-left: 15px;

}

.mensagem {
    color: #666;
    font-weight: 400;
    font-size: 1.1rem;
    text-align: justify;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .mensagem {
        font-size: 0.95rem;
    }
}
@media (max-width: 767px) {
    .mensagem {
        font-size: 1.2rem;
    }
}
@media (max-width: 768px) {
    .mensagem {
        padding-top: 2rem;
    }
}

@media (min-width: 1024px) {
    .mensagem {
        font-size: 1.3rem;
    }
}
@media (min-width: 1300px) {
    .mensagem {
        font-size: 1.4rem;
    }
}

.texto .identificacao {
    bottom: 0px;
    padding: 5px 5px 20px 5px;
    font-weight: 500;
    font-size: 1.3em;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #005487;
}

@media (min-width: 786px) {
    .texto .identificacao {
        display: flex;
        position: absolute;
    }
}

@media (max-width: 786px) {
    .texto .identificacao {
        position: relative;
        display: inline;
    }
}

/* Team elements*/
.team-item-container {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}

/*
@media (max-width: 480px) {
    .team-item-container {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .team-item-container {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .team-item-container {
        width: 33.33%;
    }
}*/
@media (min-width: 768px) {
    .grid-linhas {
        margin-bottom: 40px;
    }
    .container-limit{
        max-width: 1300px;
    }
}

.team-item {
    opacity: 1;
    -webkit-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
    overflow: hidden;
    margin-bottom: 0 !important;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 980px) {
    .team-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
        width: 100%;
    }
}

.team-block {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.team-block a {
    color: #005487;
    text-decoration: none;
}

.team-block img {
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    position: relative;
    display: block;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    width: 100%;
    max-width: 100%;
    height: auto;
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-transform: none;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 2em;
    color: #fff;
    vertical-align: baseline;
}

.team-overlay .description {
    padding-top: 10px;
    /*background: #34393d7a;*/
    background-color: rgba(0, 0, 0, 0.40);
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.team-overlay .description.colaboradores {
    height: 60px;
    text-transform: uppercase;
    margin: 0;
}

.team-overlay .description.funcoes {
    background: transparent;
    font-size: 0.7em;
    line-height: 1rem !important;
    height: 15px !important;
    bottom: 5px;
    font-weight: 300;
}

.team-overlay p {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    width: 100%;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    margin-bottom: 0px;
    -webkit-transition: opacity .65s, -webkit-transform .65s;
    transition: opacity .65s, -webkit-transform .65s;
    -o-transition: opacity .65s, transform .65s;
    transition: opacity .65s, transform .65s;
    transition: opacity .65s, transform .65s, -webkit-transform .65s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1.2rem;
    margin: 0 0 15px 0;
    display: block;
    margin-block-start: 1rem;
    margin-block-end: 1rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

@media only screen and (max-width: 640px) {
    .team-overlay p {
        padding: 15px !important;
    }
}

@media only screen and (min-width: 981px) {
    .team-overlay .description.colaboradores {
        font-size: 1.1rem;
        font-weight: 300;
    }
}

@media only screen and (max-width: 981px) {
    .team-overlay .description.colaboradores {
        font-size: 0.9rem;
        font-weight: 300;
        line-height: 1.3rem;
        padding-bottom: 0.2rem;
    }
}

.team-block:hover img {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.team-block:hover p {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* Single-Team*/
.content-area {
    padding: 85px 0 35px 0;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #fff;
}

.arrow-left-kw {
    float: left;
    width: 100%;
    text-align: left;
}

.btn.btn-team {
    background: #fff !important;
    border-color: #ccc !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    font-weight: 600 !important;
    border: 2px solid transparent !important;
    padding: 11px 17px !important;
    font-size: 13px !important;
    line-height: 13px !important;
    background: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-transition: all 0.1s ease !important;
    transition: all 0.1s ease !important;
    -webkit-transition: all 0.1s ease ease-in-out 0.2s !important;
    color: #333 !important;
}

.btn:hover,
.btn:focus {
    color: #005487 !important;
    border-color: #005487 !important;
}

.team-img {
    max-width: 100%;
    height: auto;
    width: 100%;
    padding-bottom: 8px;
}

.team-element-name{
    color: #005487;
    font-size: 2.5rem;
    font-weight: 500;
}
@media only screen and (min-width: 1400px) {
    .team-element-name{

        font-size: 4rem;

    }
}



.bio ul {
    list-style-type: none;
    font-size: 11px;
    color: #005487;
    font-weight: 300;
    text-transform: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: contents;
}

.bio ul li {
    margin-bottom: 10px;
}

.datashet-header {
    font-size: 16px;
    color: #005487;
    font-weight: 700;
    text-transform: none;
}

.datashet-title {
    font-size: 12px;
    color: #005487;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    text-transform: none;
}

.datashet-description {
    font-size: 11px;
    color: #005487;
    font-weight: 300;
    text-transform: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.datashet-hr {
    border-top: 1px solid #005487;
    margin-top: 10px;
    margin-bottom: 10px;
}

.datashet-title {
    font-size: 12px;
    color: #005487;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    text-transform: none;
}

.team-element-function {
    font-weight: 400;
    text-align: left;
    font-size: 1.5rem;
    font-style: italic;
    color: #666;
    margin-bottom: 0px;
}



@media only screen and (max-width: 720px) {


    .bio {
        padding-bottom: 1rem;
    }
}



/*About us page */
.section-kw {
    padding: 2.2rem 1rem;
}

.kw-text-module {
    width: 100%;
    padding: 0 10%;
}
.row.blurb{
    padding: 3rem 0;
}

.kw-text-module p {
    text-align: center;
    line-height: 2.2rem;
    font-size: 1.5rem;
    color: #34393d;
    margin: 0 0 15px 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 300;
    padding: 0 2rem;
    width: 100%;
}

.kw-text-module .destaque {
    text-align: center;
    color: #005487;
    margin: 2rem 0 1rem 0;
    display: block;
    font-weight: 300;
    font-size: 2.3rem;
    text-transform: uppercase;
}

.blurb-icon-area {
    text-align: center;
}

.circle-icon {
    border-radius: 50%;
    border: 3px solid;
    color: #005487;
    background-color: #ffffff;
    border-color: #e5e5e5;
    display: inline-block;
    padding: 2rem;
    font-size: 12px;
}

.blurb-header {
    font-weight: 300;
    font-size: 1.7rem;
    color: #005487;
    text-align: center;
    text-transform: uppercase;
}

.blurb-description-container {
    padding: 2rem 3rem;
}

@media only screen and (max-width: 1140px){
    .blurb-description-container {
        padding: 2rem 1rem;
    }
}

.blurb-description p {
    color: #666;
    margin: 0 0 15px 0;
    display: block;
    margin-block-start: 1rem;
    margin-block-end: 1rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.75rem;
    text-align: center;
    font-weight: 300;
    font-size: 1.1rem;
}

.blurb-description.strong p {
    font-weight: 300;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.principle-section {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 3rem 1rem 1rem;
}

@media only screen and (min-width: 1140px) {
    .piramide{
        margin: 2.5rem 0;
    }
}

@media only screen and (max-width: 768px) {
    .piramide{
        margin: 0;
    }
}
.kw-module-text {
    padding-top: 3rem;
}
/*
.kw-module-text-inner {
    color: #005487;
    text-align: center;
    font-weight: 300;
    font-size: 2.2rem;
}*/

.kw-module-text-inner{
    text-align: center;
    line-height: 2.2rem;
    font-size: 1.5rem;
    color: #34393d;
    margin: 0 0 15px 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 300;
    padding: 0 2rem;
    width: 100%;
}

.noborder-icon {
    color: #005487;
    background-color: #ffffff00;
    display: inline-block;
    padding: 1rem;
}

.principle-section [class*="col-"] {
    padding: 0 1.2rem;

}

.principle-section .blurb-description-container {
    padding-top: 0;
    font-size: 1.15rem;
    font-weight: 300;
}


.kw-collapse-list {
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    border: 1px solid #005487;
    padding: 1rem 0.2rem;
    margin: 0 3rem;
    background-color: #fff;
}

.kw-collapse-list ul {
    padding: 0.5rem 0.5rem 0rem 2rem;
    line-height: 1.8rem;
    list-style-type: disc;
    font-size: 1rem;
    margin-bottom: 0;
}

.kw-collapse-list a:hover {
    color: #005487;
    text-decoration: none;
}

.kw-collapse-list-title {
    font-weight: 300;
    font-size: 1.2rem;
    text-align: left;
    color: #005487;
    margin: 0;
    padding-left: 1rem;
    text-transform: uppercase;
}

.kw-collapse-list-title svg {
    float: right;
    margin-right: 1rem;
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.kw-collapse-list-title:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0fe";
    float: right;
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

a[aria-expanded="true"] h5::after {
    content: "\f146";
}


.kw-collapse-list-content {
    background-color: transparent;
    font-weight: 300;
    color: #686868 !important;
    line-height: 1.8em;
    text-align: left;
}

.kw-collapse-list-content strong {
    font-weight: 600;
}

.kw-collapse-list-content.show {
    background-color: #fff;
}

section.services{
    padding-top: 40px;

}

.colab-desc p{
    font-weight:300;
}

.arrow-left-kw {
    float: left;
    width: 100%;
    text-align: left;
}

.arrow-left-kw a {
    text-transform: uppercase;
    font-weight: 300;
}

.arrow-left-kw a.btn {
    display: inline-block;
    font-weight: 300 !important;
    border: #666 1px solid !important;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.arrow-left-kw .btn:hover,
.arrow-left-kw .btn:focus {
    color: #005487 !important;
    border-color: #005487 !important;
    background-color: #fff;
}
