:root {
    --contentWidth: 1143px;
}

/* Overflow hidden */
body.overflow-hidden {
    overflow: hidden;
}

body main {
    font-family: 'Open Sans', sans-serif;
}

.border-bottom-extra-sec {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
}

.border-bottom-extra-sec:after {
    content: '';
    width: 40px;
    height: 40px;
    background: #44A2FF;
    position: relative;
    top: 100%;
    z-index: -1;
    margin: 0 auto;
    display: block;
}

/* End Overflow hidden */

/* Barra Integradora - */
/* ******************************************** */

.barra-integradora {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #004a70;
    position: relative;
    z-index: 50;
}

.barra-integradora-wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
}

.barra-integradora-left,
.barra-integradora-right {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    position: relative;
    width: auto;
    height: auto;
    font-family: 'SourceSansPro';
}

.barra-integradora-left {
    justify-content: flex-start;
    margin-left: 0;
}

.barra-integradora-right {
    justify-content: flex-end;
    margin-top: 5px;
    margin-right: 0;
}

.barra-integradora-items {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.barra-integradora-item {
    position: relative;
    color: #87CDFB;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Source-Sans pro', sans-serif;
}

.barra-integradora-item:hover {
    color: #F6FBFF;
    text-decoration: none;
}

.barra-integradora-item.active {
    color: #F6FBFF;
}

.barra-integradora-left .barra-integradora-item {
    margin-right: 16px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1) {
    margin-right: 0;
}

.barra-integradora-right .barra-integradora-item {
    margin-right: 16px;
    text-transform: uppercase;
}

.barra-integradora-right .barra-integradora-item:nth-last-child(1) {
    margin-right: 0;
}

.barra-integradora-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    width: 1px;
    height: 12px;
    background-color: #87CDFB;
}

.barra-integradora-left .barra-integradora-item::after {
    right: -8px;
}

.barra-integradora-left .barra-integradora-item:nth-last-child(1)::after {
    display: none;
}

.barra-integradora-right .barra-integradora-item::after {
    left: -8px;
}

.barra-integradora-right .barra-integradora-item:nth-child(1)::after {
    display: none;
}

.transparent-header .barra-integradora {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.transparent-header .barra-integradora-item {
    color: rgba(255, 255, 255, .75);
}

.transparent-header .barra-integradora-item::after {
    background-color: rgba(255, 255, 255, .5);
}

.transparent-header .barra-integradora-item:hover {
    color: rgba(255, 255, 255, 1);
}

.transparent-header .barra-integradora-item.active {
    color: rgba(255, 255, 255, 1);
}


/* TABLET (>767px) */
@media only screen and (min-width: 767px) {
    .barra-integradora {
        height: 30px;
        position: relative;
        z-index: 100;
    }

    .barra-integradora-wrapper {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .barra-integradora-left {
        margin-left: 15px;
    }

    .barra-integradora-right {
        margin-top: 0;
        margin-right: 15px;
    }

    .barra-integradora-right .barra-integradora-item {
        text-transform: none;
    }

    .barra-integradora-item {
        font-size: 12px;
        font-weight: 400;
    }

    .barra-integradora-item::after {
        top: 0;
        width: 1px;
        height: 15px;
    }
}

/* LARGE SCREEN (>1199px) */
@media only screen and (min-width: 1199px) {
    .barra-integradora-wrapper {
        width: 1100px;
    }
}

/* Barra Integradora - Fim
/* ******************************************** */

/* rodape */
.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    height: auto;
    /* line-height: 60px; / */
    background-color: #004a70;
}

.footer-info {
    font-family: 'Source-Sans pro', sans-serif;
    font-size: 12px;
    color: #ffffff;
    line-height: 15px;
    padding-top: 10px;
    width: fit-content;
}

#direitos {
    /* height: 82px; */
    background-color: #004a70;
    padding: 10px 0;
}

#direitos>.container {
    margin: 0 auto;
}

.alinhaMedia {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alinhaEsquerda {
    text-align: right;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#direitos .alinhaMedia img {
    width: 128px;
    max-width: 190px;
}

.iconeSocial {
    color: #ffffff;
    margin-left: 15px;
}

.fa-20px {
    font-size: 20px !important;
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.footer-info:hover {
    color: white;

}

@media(max-width: 575px) {
    #direitos .alinhaMedia img {
        width: auto;
    }

    footer .alinhaMedia {
        padding: 0px 15px 10px 15px;
        text-align: center;
    }
}

/* end rodape */

@media(max-width: 768px) {
    .buscaForm.closed {
        margin-right: 0px;
    }

    .buscaForm.closed .form-control {
        width: 200px;
    }
}

.breadcrumb>li+li:before {
    content: '/' !important;
}

body,
main {
    overflow-x: hidden;
}

.font-myriad {
    font-family: 'myriad-pro', sans-serif;
}

.font-open {
    font-family: 'Open Sans', sans-serif;
}

.font-white {
    color: white !important
}

.font-black {
    color: #333333
}

.font-Fullblack {
    color: #000;
}

.font-blue {
    color: #4AE6FF
}

.font-grey {
    color: #707070
}

.font-800 {
    font-weight: 900;
}

.font-600 {
    font-weight: 600;
}

.font-400 {
    font-weight: 400;
}

.font-bold {
    font-weight: bold
}

p {
    font-size: 16px;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0
}

h2 {
    font-size: 39px;
}

@media(max-width: 768px) {
    h2 {
        font-size: 20px;
    }

    p {
        font-size: 15px;
    }
}

.header-titulo {
    font-size: 35px;
    color: #333333;
}

.secao.noticias .header-titulo {
    color: #44A2FF;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.header-subtitulo {
    color: #666666;
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 26px;
}

section {
    position: relative;
}

article {
    position: relative;
}

.bg-fundo-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.icone-contain {
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media(min-width: 1200px) {
    .container {
        max-width: 1143px;
    }
}

.texto-body-field {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

@media(max-width: 768px) {
    .header-titulo {
        font-size: 26px;
        margin-bottom: 30px;
    }
}

/* breadcrumb */
#caminhopao {
    margin: 0;
    margin-top: 30px;
    background: #E3EBF1;
    padding: 0;
    height: 40px;
    position: relative;
}

.breadcrumb {
    margin: 0;
}

.content-voltar-breadcrumb {
    position: relative;
    display: block;
}

.content-voltar-breadcrumb--voltar {
    width: 100px;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    transition: .3s ease all;
    background: #B1C1CE;
}

.content-voltar-breadcrumb--voltar:hover {
    text-decoration: none;
    color: #fff;
    background: #9aa4ab;
}

.icone-btn-voltar {
    width: 22px;
    height: 15px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/custom/ic-btn-voltar.svg);
    margin-right: 5px;
}

@media(max-width: 768px) {
    .content-voltar-breadcrumb {
        position: absolute;
        top: 0;
        left: 0;
    }

    nav[aria-label="breadcrumb"] {
        width: 100%;
        margin-left: 60px;
        float: right;
        height: 40px;
        display: flex;
        align-items: center;
        overflow: hidden;
        justify-content: flex-end;
    }

    nav[aria-label="breadcrumb"] ol {
        flex-wrap: nowrap;
    }

    nav[aria-label="breadcrumb"] ol li {
        white-space: nowrap;
    }

    .content-voltar-breadcrumb--voltar {
        width: 40px;
        overflow: hidden;
    }

    .content-voltar-breadcrumb--voltar .icone-btn-voltar {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #B1C1CE;
        background-size: 22px;
        margin-right: 0;
    }
}

/* end breadcrumb */

/* menu */
.content-menu-principal-conselhos {
    position: relative;
    height: 80px;
    display: block;
    margin-bottom: 40px;
}

.content-menu-principal-conselhos--subsite {
    position: relative;
    width: 100%;
    height: 80px;
    background: rgb(68 162 255 / 60%);
    top: -80px;
    margin-bottom: 0;
}

#menuconselhos {
    transition: .5s ease all;
    height: 80px;
    z-index: 4;
    background: #44A2FF;
}

#menuconselhos.menuconselhos--subsite {
    position: relative;
    background-color: transparent;
}

#menuconselhos.menuconselhos--subsite .container {
    position: relative;
    height: 100%;
}

#menuconselhos.menu-fixo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 60px;
    background: rgba(68, 162, 255, .95);
}

.navbar-brand-logo {
    height: 150px;
    padding: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    background: #122050;
    width: 250px;
    justify-content: center;
}

.menu-fixo .navbar-brand-logo {
    /* display: none */
    /* position: relative; */
    width: 140px;
    height: 100%;
    padding: 0 15px;
}

.menu-fixo .navbar-brand-logo img {
    width: 100px;
}

.navbar-brand-logo:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: -40px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-image: url(../img/custom/border-logo-menu.svg);
}

.menu-fixo .navbar-brand-logo:after {
    width: 20px;
    height: 20px;
    bottom: -20px;
}

.navbar-brand-logo img {
    width: 200px;
}

#menuconselhos.menuconselhos--subsite #navbarMenuconselhos {
    position: absolute;
    bottom: 0;
    right: 0;
}

#menuconselhos.menuconselhos--subsite.menu-fixo #navbarMenuconselhos {
    position: relative;
}

.content-menu-principal-conselhos .navbar-nav {
    position: relative;
    /* min-width: 820px; */
    flex-wrap: nowrap;
    height: 100%;
}

.content-menu-principal-conselhos .nav-item {
    padding: 0;
    position: relative;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
}

.content-menu-principal-conselhos .menu-fixo .nav-item {
    height: 60px;
}

.content-menu-principal-conselhos .nav-item .nav-link,
.content-menu-principal-conselhos li.nav-item:nth-child(3)>a:nth-child(1) {
    color: #fff;
    font-size: 17px;
    padding: 0 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 19px;
    position: relative;
    max-width: 170px;
}

.content-menu-principal-conselhos .nav-item .nav-link:before,
.content-menu-principal-conselhos li.nav-item:nth-child(3)>a:nth-child(1):before {
    content: '';
    width: 1px;
    height: 20px;
    background: #fff;
    right: 0;
    position: absolute;
}

.content-menu-principal-conselhos .nav-item:last-child .nav-link:before {
    display: none
}

.content-menu-principal-conselhos .nav-item .nav-link:hover {
    color: #fff;
}

.content-menu-principal-conselhos li:last-child .nav-link {
    border-right: none !important;
}

.content-menu-principal-conselhos .dropdown-toggle {
    padding-right: 30px !important;
}

.content-menu-principal-conselhos .dropdown-toggle::after {
    position: absolute;
    border: 0;
    background-image: url(../img/custom/ic-dropdown-menu.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    width: 18px;
    height: 14px;
    right: 10px;
    transform: rotateX(180deg);
}

@media(min-width: 768px) {
    .content-menu-principal-conselhos .nav-item.dropdown-content:hover .dropdown-menu {
        display: block;
    }
}

.content-menu-principal-conselhos .dropdown-menu {
    border-radius: 5px;
    background: #44A2FF;
    box-shadow: 0px 3px 15px #00000045;
    border: none;
    top: 60px;
    padding: 0;
    width: 300px;
}

.content-menu-principal-conselhos .menu-fixo .dropdown-menu {
    top: 58px;
}

.content-menu-principal-conselhos .dropdown-item {
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #4096eb;
    padding: 8px 12px;
    transition: .3s ease all;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background: #3888D6;
}

.navbar-responsivo-conselhos {
    display: none;
}

@media(max-width:1200px) {
    .navbar-brand-logo {
        width: 150px;
    }

    .navbar-brand-logo img {
        width: 80px;
    }

    .menu-fixo .navbar-brand-logo {
        position: relative;
    }
}

@media(max-width: 992px) {
    #menuconselhos .nav-item .nav-link {
        padding: 0 15px;
        font-size: 16px;
    }

    #menuconselhos.menu-fixo .container {
        max-width: 760px;
    }

    #menuconselhos.menu-fixo .navbar-nav {
        justify-content: space-between !important;
        width: 100%;
    }

    .menu-fixo .navbar-brand-logo {
        left: 0;
        position: absolute;
    }

    .navbar-brand-logo {
        height: 100%;
    }

    .navbar-brand-logo:after {
        display: none
    }

}

@media(max-width: 992px) {
    .content-menu-principal-conselhos--subsite {
        height: 50px;
        top: -50px;
    }

    .content-menu-principal-conselhos .nav-item .nav-link,
    li.nav-item:nth-child(3)>a:nth-child(1) {
        border-right: none !important;
        width: auto;
        justify-content: normal;
        max-width: 330px;
        padding: 0 45px;
    }

    .content-menu-principal-conselhos .nav-item .nav-link:before,
    .content-menu-principal-conselhos li.nav-item:nth-child(3)>a:nth-child(1):before {
        display: none
    }

    #menuconselhos {
        display: none;
    }

    #navbar-responsivo-conselhos {
        transition: .5s ease all;
        height: 60px;
        position: relative;
        padding: 0 0px;
    }

    #navbar-responsivo-conselhos.menu-fixo {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #44A2FF;
        height: 60px;
    }

    #navbar-responsivo-conselhos.menu-fixo .logo-conselhos-responsivo {
        left: 15px;
    }

    #navbar-responsivo-conselhos.menu-fixo .logo-conselhos-responsivo {
        top: 10px;
    }

    #navbar-responsivo-conselhos.menu-fixo .hamburguer-menu {
        top: 10px;
    }

    #navbar-responsivo-conselhos.navbar-responsivo-conselhos--subsite {
        z-index: 4;
    }

    .navbar-responsivo-conselhos {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 50px;
        background: #44A2FF;
    }

    .content_navbar-responsivo {
        height: 100%;
        position: relative;
        z-index: 9999;
    }

    .logo-conselhos-responsivo {
        height: 50px;
        width: 150px;
        position: absolute;
    }

    .content-menu-principal-conselhos--subsite .logo-conselhos-responsivo {
        left: 55px;
    }

    .hamburguer-menu {
        display: block;
        height: 40px;
        width: 90px;
        position: absolute;
        top: 8px;
        right: 15px;
        border: none;
        background-color: transparent;
        background-image: url(../img/custom/icon-menu.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        cursor: pointer;
    }

    .hamburguer-menu:focus {
        outline: none;
    }

    .itens-menu-responsivo {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 999;
        top: 60px;
        left: 0;
        background: #44a2ff;
    }

    .itens-menu-responsivo ul {
        list-style: none;
        padding: 0;
    }

    .itens-menu-responsivo .nav-item,
    .content-menu-principal-conselhos .menu-fixo .nav-item {
        padding: 10px 0;
        display: block;
        height: auto;
        width: 100%;
    }

    .itens-menu-responsivo .nav-item.item-menu-logo {
        display: none
    }

    .nav-link {
        color: #fff !important;
        font-size: 17px;
        font-family: 'Open Sans', sans-serif;
        padding: 0 30px;
    }

    .content-menu-principal-conselhos .dropdown-menu {
        position: relative;
        top: 0;
        width: 100%;
        background: #3295f7;
        padding: 0 30px;
        box-shadow: none;
        float: inherit;
        border-radius: 0;
        padding-left: 50px;
        margin: 5px 0;
    }

    .content-menu-principal-conselhos .menu-fixo .dropdown-menu {
        top: 0;
    }

    .content-menu-principal-conselhos .dropdown-item {
        color: #fff;
        border-color: #44A2FF;
    }
}

/* end menu */

/* Sec conselhos */
.secao.conselhos {
    margin-bottom: 40px;
}

.conselhos__header-icone {
    width: 161px;
    height: 161px;
}

.secao.conselhos--subsite .conselhos__header-icone {
    width: 70px;
    height: 70px;
}

.conselhos__header-icone img {
    width: 100%;
    height: 100%;
}

.conselhos__header-titulo {
    position: relative;
    bottom: 55px;
    padding-left: 30px;
    left: -15px;
    font-weight: 300;
}

.conselhos--subsite .conselhos__header-titulo {
    bottom: 24px;
}

#sec-conselhos-setoriais .conselhos__header-titulo {
    border-color: #2AE3E4;
}

.conselhos__header-titulo b {
    font-weight: 800;
    display: block;
}

.line-bottom-header-conselhos {
    display: none;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0;
}

#sec-conselhos-tematicos .line-bottom-header-conselhos {
    background: #FA8D31;
}

#sec-conselhos-setoriais .line-bottom-header-conselhos {
    background: #2AE3E4;
}

.conselhos-content {
    justify-content: space-between;
}

.conselhos-content-col--esquerda {
    width: 290px;
    padding: 20px;
}

.conselhos-content__desc p {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
}

.conselhos-content-col--direita {
    position: relative;
    /* width: 820px; */
    background: #E9E9E9;
    border-radius: 0 10px 10px 10px;
    padding: 20px 10px;
    top: -55px;
}

.conselhos--subsite .conselhos-content-col--direita {
    top: -24px;
    width: 750px;
}

.border-left-top-box-conselhos {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    left: -65px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../img/custom/border-top-left.png');
}

.conselhos-content__box--padding {
    padding: 0 5px;
}

.conselhos-content__box {
    margin: 5px 0;
    /* width: 190px; */
    height: 85px;
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
    transition: .3s ease all;
}

.conselhos--subsite .conselhos-content__box {
    height: 40px;
    width: 350px;
}

.conselhos-content__box:hover {
    background: #f6f6f6;
}

.conselho-content__box--border {
    width: 6px;
    height: 25px;
    left: 0;
    position: absolute;
}

.conselho-content__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 10px 10px 10px 20px;
    text-align: center;
}

.conselho-content__link:hover {
    text-decoration: none;
    color: #666666
}

@media(max-width: 1200px) {
    .conselhos-content-col--direita {
        padding: 20px 5px;
    }
}

@media(max-width: 992px) {
    .conselhos__header-icone {
        width: 82px;
        height: 82px;
        margin-bottom: 8px;
    }

    .secao.conselhos .container .conselhos__header {
        overflow: hidden;
    }

    .conselhos__header-titulo {
        /* bottom: -8px; */
        border-bottom: 0;
        font-size: 30px;
        bottom: 0;
        margin-bottom: 0;
    }

    .line-bottom-header-conselhos {
        bottom: 36px;
        opacity: 1;
        width: 1000px;
    }

    .conselhos-content-col--esquerda {
        width: 100%;
        padding-left: 0;
    }

    .conselhos-content-col--direita,
    .conselhos--subsite .conselhos-content-col--direita {
        top: 0;
        margin-top: 15px;
        border-radius: 0;
    }

    .border-left-top-box-conselhos {
        left: auto;
        right: 0;
        top: -65px;
        transform: rotateZ(90deg);
    }

    .conselhos-content__box {
        height: auto;
    }

    .conselho-content__link {
        position: relative;
    }
}

/* end Sec conselhos */


/* Rodape */
.rodape-conselhos {
    width: 100%;
    /* height: 285px; */
    background: #122050;
    border-bottom: 10px solid #44A2FF;
}

.rodape-conselhos__content {
    height: 150px;
    position: relative;
}

.rodape-conselhos__content:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #122050;
    transform: rotate(45deg);
    top: -20px;
    z-index: -1;
}

.rodape-conselhos__logo-fiep {
    width: auto;
    height: 30px;
    margin-right: 40px;
}

.rodape-conselhos__logo-fiep img {
    width: 180px;
}

.rodape-conselhos__logo-conselhos {
    width: 210px;
    height: auto;
    margin: 0 60px;
}

.rodape-conselhos__logo-conselhos img {
    width: 100%;
}

.rodape-conselhos-link {
    width: 210px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 25px;
    transition: .3s ease all;
}

.rodape-conselhos-link:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, .1);
}

.rodape-conselhos-link:before {
    content: '';
    width: 16px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/custom/ic-email.svg);
    margin-right: 10px;
}

@media(max-width: 768px) {
    .rodape-conselhos__content {
        height: 250px;
        padding: 40px 0;
    }

    .rodape-conselhos__logo-fiep {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .rodape-conselhos__logo-conselhos {
        width: 100%;
        text-align: center;
        height: auto;
    }

    .rodape-conselhos__logo-conselhos img {
        width: 165px;
        height: auto;
    }

    .rodape-conselhos-link {
        margin-top: 30px;
    }
}

/* end Rodape */


/* modal  */
.modal-content {
    display: none;
    background: rgba(0, 29, 54, .9);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999;
    overflow-y: hidden;
}

.modal-content .modal-conteudo {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    height: 100%;
}

.modal-content .modal-conteudo {
    height: auto;
    max-width: 900px;
    width: 100%;
    height: auto;
    border: none;
    box-shadow: 0px 9px 26px #00011E6B;
}

.modal-content .modal-content-evento {
    width: 650px;
    border-radius: 0 0 5px 5px;
    /* overflow: hidden; */
}

.modal-content .modal-conteudo .btn-fechar-modal {
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    top: -50px;
    cursor: pointer;
    background: no-repeat;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content .modal-conteudo .btn-fechar-modal svg {
    display: block;
    width: 25px;
    height: 25px;
}

.modal-content .modal-conteudo iframe {
    width: 100%;
    height: 100%;
}

@media(max-width: 992px) {
    .modal-content .modal-conteudo {
        max-width: 95%;
        margin: 0 auto;
        top: 80px;
    }

    .modal-content .modal-conteudo .btn-fechar-modal {
        right: 2.5%;
    }
}

@media(max-width: 550px) {
    .modal-content .modal-conteudo {
        height: 360px;
    }
}

.conselho-modal-evento {
    position: relative;
    width: 660px;
}

.conselho-modal-evento__scroll {
    height: 520px;
    overflow-y: scroll;
    position: relative;
    background: #fff;
}

.conselho-modal-evento__scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 29, 54, 1);
    background-color: #F5F5F5;
}

.conselho-modal-evento__scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.conselho-modal-evento__scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 29, 54, 1);
    border: 0px;
}

.conselho-modal-evento__picture {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.conselho-modal-evento__picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conselho-modal-evento__header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 25px 40px 25px 10px;
    width: 100%;
}

.conselho-modal-evento__date {
    display: flex;
    flex-flow: row nowrap;
    color: #001D36;
    font-size: 27px;
    line-height: 27px;
    text-transform: uppercase;
}

.conselho-modal-evento__date div {
    display: flex;
    flex-flow: column nowrap;
}

.conselho-modal-evento__date b {
    /* margin-left: 5px; */
    font-size: 26px;
}

.conselho-modal-evento__date span {
    /* margin-top: -5px; */
    /* margin-left: 5px; */
    font-size: 26px;
    display: block;
    margin-right: 5px;
}

.conselho-modal-evento__date div span {
    font-size: 13px;
    margin-right: 0;
    line-height: 13px;
}

.conselho-modal-evento__title {
    max-width: 100%;
    margin: 0;
    /* margin-left: 35px; */
    color: #001D36;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}

.conselho-modal-evento__ticket {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
}

.conselho-modal-evento__ticket-dots {
    position: absolute;
    left: -20px;
    height: 65px;
}

.conselho-modal-evento__ticket-dots img {
    display: block;
    height: 100%;
}

.conselho-modal-evento__ticket-icon {
    height: 17px;
}

.conselho-modal-evento__ticket-icon img {
    display: block;
    height: 100%;
}

.conselho-modal-evento__ticket-info {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 10px;
}

.conselho-modal-evento__ticket-label {
    margin: 0;
    color: #001D36;
    font-size: 12px;
}

.conselho-modal-evento__ticket-value {
    margin: 0;
    color: #001D36;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    width: 180px;
    margin-right: 70px;
}

.conselho-modal-evento__ticket-value label {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.conselho-modal-evento__row {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    width: 495px;
    margin-left: 130px;
}

.conselho-modal-evento__header .conselho-modal-evento__row {
    margin-left: 35px;
    width: 100%;
    flex-flow: column wrap;
}

.conselho-modal-evento__row--intro-investimento {
    margin-left: 0px;
    margin-bottom: 10px;
}

.conselho-modal-evento__row--investimento {
    margin-left: 0;
    margin-bottom: 25px;
    width: 100%;
    justify-content: normal;
}

.conselho-modal-evento__row-dots {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
}

.conselho-modal-evento__row-dots img {
    display: block;
    width: 100%;
}

.conselho-modal-evento__info {
    display: flex;
    flex-flow: column nowrap;
    padding-right: 40px;
    min-width: 150px;
}

.conselho-modal-evento__info-label {
    margin: 0;
    color: #001D36;
    font-size: 12px;
}

.conselho-modal-evento__info-row {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin-top: 2px;
}

.conselho-modal-evento__info-icon {
    height: 15px;
}

.conselho-modal-evento__info-icon img {
    display: block;
    height: 100%;
}

.conselho-modal-evento__info-value {
    margin: 0;
    margin-left: 4px;
    color: #001D36;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.conselho-modal-evento__text {
    max-width: 455px;
    padding: 15px 0 15px 0;
    color: #001D36;
    font-size: 14px;
    line-height: 25px;
}

.conselho-modal-evento__action {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: #FFF;
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.conselho-modal-evento__action a {
    width: 280px;
    background: #44A2FF;
    border-radius: 24px;
    text-align: center;
    padding: 6px;
    font-size: 18px;
    transition: .3s ease all
}

.conselho-modal-evento__action a:hover {
    text-decoration: none;
    background: #2e8ae5;
}

.conselho-modal-evento__action-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.conselho-modal-evento__action img {
    display: block;
    width: 100%;
}

@media(max-width: 768px) {
    .conselho-modal-evento__scroll {
        height: 480px;
    }

    .conselho-modal-evento__row {
        width: calc(100% - 60px);
        flex-flow: row wrap;
        margin-left: 0;
        margin: 0 30px;
    }

    .conselho-modal-evento__header {
        width: calc(100% - 60px);
        padding: 25px 0px 25px 0px;
        margin: 0 auto;
    }

    .conselho-modal-evento__row--investimento {
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
    }

    .conselho-modal-evento__row--intro-investimento {
        margin: 0;
        margin-bottom: 5px;
    }

    .conselho-modal-evento__ticket-info {
        margin-left: 0
    }

    .conselho-modal-evento__info {
        width: 100%;
        margin-bottom: 10px;
    }

    .conselho-modal-evento__text {
        max-width: 100%;
    }
}

/* end modal  */

/* banner subsite */
.banner-introducao-subsite {
    width: 100%;
    height: 150px;
}

.bg-fundo__banner-introducao-subsite .bg-fundo-cover {
    background-position: top center;
}

/* end banner subsite */

/* numbers list */
.funcoesListagemTematicos {
    margin-bottom: 50px;
}

.funcoesListagemTematicos .pagination {
    align-items: center;
}

.funcoesListagemTematicos .pagination .page-link.primeira,
.funcoesListagemTematicos .pagination .page-link.ultima {
    /* display: none */
    color: #282A36;
    background: none;
    font-size: 16px;
}

.funcoesListagemTematicos .pagination li.active {
    border-bottom: 1px solid #c6c6c6;
}

.funcoesListagemTematicos .pagination li {
    margin: 0 10px;
}

.funcoesListagemTematicos .pagination .page-link {
    background: none;
    color: #282A36;
    padding: 5px 0;
    text-align: center;
}

.funcoesListagemTematicos .pagination li.active .page-link {
    color: #00C1CA;
    width: 15px;
}

.funcoesListagemTematicos .pagination .page-link.back,
.funcoesListagemTematicos .pagination .page-link.forward {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 25px;
    margin: 0 10px;
    color: #00C1CA;
    font-weight: 800;
    padding: 0.5rem 0.75rem;
    width: 40px;
    height: 40px;
}

/* end numbers list */

/* Agenda */
.secao.eventos {
    background: #F2F3F6;
    padding: 60px 0;
}

.eventos__header h2 {
    color: #0068AF;
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.conselho-evento-card-content {
    padding: 0 10px;
    width: 280px;
    margin-bottom: 40px;
}

.conselho-evento-card {
    /* border-radius: 10px; */
    box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 350px;
    position: relative;
    cursor: pointer;
    transition: .3s ease all;
    display: block;
    background: #fff;
}

.secao.noticias .conselho-evento-card {
    height: 280px;
}

.conselho-evento-card:hover {
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.conselho-evento-card__picture {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 140px;
}

.conselho-evento-card__picture img {
    width: 100%;
}

.conselho-evento-card__row {
    display: flex;
    flex-flow: row nowrap;
    padding: 15px;
}

.secao.noticias .conselho-evento-card__row {
    padding: 10px 10px 0px 10px;
}

.conselho-evento-card__date {
    display: flex;
    flex-flow: column nowrap;
    color: #001D36;
    font-size: 15px;
    text-transform: uppercase;
    flex-shrink: 0;
    line-height: 15px;
    top: 4px;
    position: relative;
}

.conselho-evento-card__date .date-day {
    display: block;
    border-left: 5px solid #44A2FF;
    padding-left: 8px;
}

.conselho-evento-card__date b {}

.conselho-evento-card__info {
    margin-left: 15px;
}

.secao.noticias .conselho-evento-card__info {
    margin-left: 0;
}

.conselho-evento-card__info:after {
    content: '';
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 90%, #FFFFFF 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.secao.noticias .conselho-evento-card__info:after {
    height: 30px;
}

.conselho-evento-card__title {
    margin: 0;
    color: #001D36;
    font-size: 15px;
    font-weight: 600;
}

.conselho-evento-card__date .conselho-evento-card__title {
    padding-left: 5px;
    border-left: 5px solid #44A2FF;
}

.conselho-evento-card__description {
    margin: 0;
    margin-top: 10px;
    color: #5E6A75;
    font-size: 14px;
}

.conselho-evento-card__more {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}

.conselho-evento-card__more:before {
    content: '';
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 90%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    top: -35px;
}

.navigator-slick {
    position: relative;
    margin: 10px auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seta_esquerda {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: #E9E9E9;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    right: 0;
}

.seta_esquerda img {
    width: 10px;
    height: 15px;
}

.seta_direita {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: #E9E9E9;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    right: 0;
}

.seta_direita img {
    width: 10px;
    height: 15px;
}

.navigator-slick .slick-dots {
    position: relative;
    width: auto;
    margin: 0 10px;
    bottom: 0;
    display: flex !important;
    align-items: center;
}

.navigator-slick .slick-dots li {
    height: 8px;
    border-radius: 5px;
    background: #fff;
}

.navigator-slick .slick-dots li button:nth-child(1) {
    height: 8px;
    border-radius: 5px;
    padding: 0;
}

.navigator-slick .slick-dots li button:nth-child(2) {
    display: none;
}

.navigator-slick .slick-dots .slick-active button:nth-child(1) {
    background: #44A2FF
}

.slick-dots li button:before {
    display: none
}

.conselho-eventos__footer {
    text-align: right;
}

.conselho-eventos__line {
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    background: rgba(0, 0, 0, .2);
}

.btn__ver-todos {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 15px;
    margin-right: 10px;
    justify-content: flex-end;
}

.btn__ver-todos .svg {
    display: block;
    position: relative;
    margin-left: 10px;
}

.btn__ver-todos svg {
    width: 12px;
    height: 12px;
}

/* end agenda */

.hidden {
    display: none !important;
}


/* secao--noticias - in?cio
/* ********************************* */

.secao--noticias {}

.secao--noticias .secao__title {
    margin: 0 auto;
    color: #0068AF;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .secao--noticias .conselhos__header-titulo {
        font-size: 28px;
    }
}

@media screen and (min-width: 1024px) {
    .secao--noticias .secao__title {
        margin-left: 35px;
        text-align: left;
    }
}

@media screen and (min-width: 1300px) {
    .secao--noticias .secao__title {
        margin-left: 0;
    }
}

/* secao--noticias - fim
/* ********************************* */


/* lista-noticias - in?cio
/* ********************************* */

.lista-noticias {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    justify-items: center;
    width: 100%;
    padding: 0 0 80px 0;
}

.lista-noticias .newscard {}

@media screen and (min-width: 768px) {
    .lista-noticias {
        padding-top: 10px;
        grid-template-columns: auto auto;
    }
}

@media screen and (min-width: 1024px) {
    .lista-noticias {
        padding-top: 30px;
        grid-template-columns: auto auto auto;
    }
}

@media screen and (min-width: 1300px) {
    .lista-noticias {
        padding-top: 40px;
        grid-template-columns: auto auto auto;
    }
}

/* lista-noticias - fim
/* ********************************* */


/* newscard - in?cio
/* ********************************* */

.newscard {
    cursor: pointer;
    display: block;
    position: relative;
    width: 275px;
    height: 350px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, 0.1);
    transition: .3s ease all;
    text-decoration: none;
}

.newscard:focus,
.newscard:hover {
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.newscard__picture {
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.newscard__picture img {
    width: 100%;
}

.newscard__info {
    display: flex;
    flex-flow: column nowrap;
    padding: 15px;
}

.newscard__info:after {
    content: '';
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 90%, #FFFFFF 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.newscard__tag {
    align-self: flex-start;
    padding: 2px 6px;
    margin: 0;
    border-radius: 2px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.newscard__date {
    margin: 0;
    margin-top: 8px;
    color: #001D36;
    font-size: 13px;
    font-weight: 400;
}

.newscard__title {
    margin: 0;
    margin-top: 8px;
    color: #001D36;
    font-size: 15px;
    font-weight: 600;
}

.newscard__description {
    margin: 0;
    margin-top: 8px;
    color: #5E6A75;
    font-size: 14px;
}


/* Conselhos Tem�ticos */

.newscard__tag[data-tag="assuntos-tributarios"] {
    color: #670050;
    border-color: #670050;
}

.newscard__tag[data-tag="biotecnologia"] {
    color: #ffeca3;
    border-color: #ffeca3;
}

.newscard__tag[data-tag="comdefesa"] {
    color: #910957;
    border-color: #910957;
}

.newscard__tag[data-tag="energia"] {
    color: #AB2B4E;
    border-color: #AB2B4E;
}

.newscard__tag[data-tag="infraestrutura"] {
    color: #C54D44;
    border-color: #C54D44;
}

.newscard__tag[data-tag="meio-ambiente-e-sustentabilidade"] {
    color: #FA8D32;
    border-color: #FA8D32;
}

.newscard__tag[data-tag="micro-pequena-e-media-industria"] {
    color: #FA8D32;
    border-color: #FA8D32;
}

.newscard__tag[data-tag="negocios-internacionais"] {
    color: #FDC042;
    border-color: #FDC042;
}

.newscard__tag[data-tag="politica-industrial"] {
    color: #FED849;
    border-color: #FED849;
}

.newscard__tag[data-tag="relacoes-do-trabalho"] {
    color: #FFF152;
    border-color: #FFF152;
}

.newscard__tag[data-tag="telecomunicacoes"] {
    color: #E06C3B;
    border-color: #E06C3B;
}

.newscard__tag[data-tag="responsabilidade-social"] {
    color: #FFF152;
    border-color: #FFF152;
}



/* Conselhos Setoriais */

.newscard__tag[data-tag="Alimentos"] {
    color: #235FA3;
    border-color: #235FA3;
}

.newscard__tag[data-tag="Automotivo"] {
    color: #258BB9;
    border-color: #258BB9;
}

.newscard__tag[data-tag="Metalmecanico"] {
    color: #258BB9;
    border-color: #258BB9;
}

.newscard__tag[data-tag="Constru��o Civil"] {
    color: #28B7CF;
    border-color: #28B7CF;
}

.newscard__tag[data-tag="Madeira"] {
    color: #2AE3E4;
    border-color: #2AE3E4;
}

.newscard__tag[data-tag="Mineral"] {
    color: #58E9EA;
    border-color: #58E9EA;
}

.newscard__tag[data-tag="Moveleira"] {
    color: #85EFEF;
    border-color: #85EFEF;
}

.newscard__tag[data-tag="Vestu�rio"] {
    color: #B3F6F6;
    border-color: #B3F6F6;
}

/* newscard - fim
/* ********************************* */


/* news - in?cio
/* ******************************************** */

.news {
    width: 100%;
}

.news__header {
    position: relative;
}

.news__header::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(var(--contentWidth) + ((100% - var(--contentWidth)) / 2));
    height: 80px;
    border-bottom-left-radius: 30px;
    background-color: #44A2FF;
    opacity: 0.6;
    z-index: -1;
}

.news__header .news__wrapper {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    padding: 25px 0;
    max-width: var(--contentWidth);
    margin: 0 auto;
}

.news__picture {
    width: 100%;
    height: 225px;
    flex-shrink: 0;
}

.news__picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__titles {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    padding: 0;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 20px;
}

.news__tag {
    align-self: flex-start;
    padding: 4px 8px;
    background-color: #44A2FF;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.news__title {
    max-width: 515px;
    margin: 0;
    margin-top: 10px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.news__description {
    max-width: 490px;
    margin: 0;
    margin-top: 15px;
    color: #000;
    font-size: 15px;
    line-height: 21px;
}

.news__date {
    margin: 0;
    margin-top: 10px;
    color: #000;
    font-size: 12px;
}

.news__content {
    position: relative;
    width: 100%;
}

.news__text {
    position: relative;
    width: 100%;
}

.news__text .news__wrapper {
    padding: 0 0 75px 0;
    margin-left: 30px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 28px;
}

.news__text .news__wrapper * {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.news__text .news__wrapper img {
    margin-bottom: 30px;
}

.news__text .news__wrapper div,
.news__text .news__wrapper p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.news__text h2:first-child,
.news__text p:first-child {
    margin-top: 0;
}

.news__text h2 {
    margin: 35px 0 15px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.news__text a {
    color: #44A2FF;
}


/* Conselhos Tem?ticos */

.news__tag[data-tag="assuntos-tributarios"] {
    background-color: #670050;
}

.news__tag[data-tag="biotecnologia"] {
    background-color: #ffeca3;
    color: #000000;
}

.news__tag[data-tag="comdefesa"] {
    background-color: #910957;
}

.news__tag[data-tag="energia"] {
    background-color: #AB2B4E;
}

.news__tag[data-tag="infraestrutura"] {
    background-color: #C54D44;
}

.news__tag[data-tag="meio-ambiente-e-sustentabilidade"] {
    background-color: #FA8D32;
}

.news__tag[data-tag="micro-pequena-e-media-industria"] {
    background-color: #FA8D32;
}

.news__tag[data-tag="negocios-internacionais"] {
    background-color: #FDC042;
}

.news__tag[data-tag="politica-industrial"] {
    background-color: #FED849;
    color: #000000;
}

.news__tag[data-tag="relacoes-do-trabalho"] {
    background-color: #FFF152;
    color: #000000;
}

.news__tag[data-tag="telecomunicacoes"] {
    background-color: #E06C3B;
}


/* Conselhos Setoriais */

.news__tag[data-tag="Alimentos"] {
    background-color: #235FA3;
}

.news__tag[data-tag="Automotivo"] {
    background-color: #258BB9;
}

.news__tag[data-tag="Metalmecanico"] {
    background-color: #258BB9;
}

.news__tag[data-tag="Constru��o Civil"] {
    background-color: #28B7CF;
}

.news__tag[data-tag="Madeira"] {
    background-color: #2AE3E4;
}

.news__tag[data-tag="Mineral"] {
    background-color: #58E9EA;
}

.news__tag[data-tag="Moveleira"] {
    background-color: #85EFEF;
    color: #000000;
}

.news__tag[data-tag="Vestu�rio"] {
    background-color: #B3F6F6;
    color: #000000;
}

@media screen and (min-width: 425px) {
    .news__title {
        font-size: 26px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .news__header {
        margin-top: -25px;
    }

    .news__header .news__wrapper {
        flex-flow: row nowrap;
        padding: 35px 0;
    }

    .news__picture {
        width: 572px;
        height: 370px;
    }

    .news__titles {
        margin-top: 75px;
        margin-left: 40px;
        margin-right: 0;
    }

    .news__title {
        font-size: 30px;
        line-height: 38px;
    }

    .news__description {
        font-size: 16px;
        line-height: 22px;
    }

    .news__text .news__wrapper {
        padding: 50px 0 75px 0;
        margin: 0;
    }
}

/* news - fim
/* ******************************************** */


/* page - in?cio
/* ******************************************** */

.page {
    width: 100%;
}

.page__header {
    position: relative;
}

.page__header::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(var(--contentWidth) + ((100% - var(--contentWidth)) / 2));
    height: 80px;
    border-bottom-left-radius: 30px;
    background-color: #44A2FF;
    opacity: 0.6;
    z-index: -1;
}

.page__header .page__wrapper {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    padding: 25px 0;
    width: 100%;
    max-width: var(--contentWidth);
    margin: 0 auto;
}

.page__picture {
    width: 100%;
    height: 225px;
    flex-shrink: 0;
}

.page__picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page__titles {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    padding: 0;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 20px;
}

.page__tag {
    align-self: flex-start;
    padding: 4px 8px;
    background-color: #44A2FF;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.page__title {
    max-width: 750px;
    margin: 0;
    margin-top: 30px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.page__description {
    max-width: 600px;
    margin: 0;
    margin-top: 15px;
    color: #000;
    font-size: 15px;
    line-height: 21px;
}

.page__date {
    margin: 0;
    margin-top: 10px;
    color: #000;
    font-size: 12px;
}

.page__content {
    position: relative;
    width: 100%;
}

.page__text {
    position: relative;
    width: 100%;
}

.page__text .page__wrapper {
    padding: 0 0 75px 0;
    margin-left: 30px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 28px;
}

.page__text .page__wrapper * {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.page__text .page__wrapper img {
    margin-bottom: 30px;
}

.page__text .page__wrapper div,
.page__text .page__wrapper p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.page__text h2:first-child,
.page__text p:first-child {
    margin-top: 0;
}

.page__text h2 {
    margin: 35px 0 15px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.page__text a {
    color: #44A2FF;
}

@media screen and (min-width: 425px) {
    .page__title {
        font-size: 26px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .page__header {
        margin-top: -25px;
    }

    .page__header .page__wrapper {
        flex-flow: row nowrap;
        padding: 35px 0;
    }

    .page__picture {
        width: 572px;
        height: 370px;
    }

    .page__titles {
        margin-top: 75px;
        margin-left: 40px;
        margin-right: 0;
    }

    .page__title {
        margin-top: 10px;
        font-size: 30px;
        line-height: 38px;
    }

    .page__description {
        font-size: 16px;
        line-height: 22px;
    }

    .page__text .page__wrapper {
        padding: 50px 0 75px 30px;
        width: 100%;
        max-width: var(--contentWidth);
        margin: 0 auto;
    }

    .page__text .page__wrapper * {
        margin-left: initial;
        margin-right: initial;
    }
}

/* page - fim
/* ******************************************** */


/* noticias - in?cio
/* ********************************* */

.secao.noticias {
    background: #F2F3F6;
    padding: 60px 0;
}

.noticias__header h2 {
    color: #0068AF;
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.secao.noticias .header-titulo {
    text-transform: none;
}

.conselho-noticias__list .slick-list {
    padding-bottom: 30px;
}

.conselho-noticias__list .newscard {
    box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 5%);
}

.conselho-noticias__footer {
    text-align: right;
}

.conselho-noticias__line {
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    background: rgba(0, 0, 0, .2);
}

/* noticias - fim
/* ********************************* */


/* conselhos__header - in?cio
/* ********************************* */

.conselhos__header {}

.conselhos__header-icone {
    min-width: 161px;
    min-height: 161px;
}

.conselhos__header-icone--bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.conselhos__header-icone--bg.conselho-tematico {
    background-image: url('../img/custom/icon-cta-conselho-tematico-2.svg');
}

.conselhos__header-icone--bg.conselho-setorial {
    background-image: url('../img/custom/icon-cta-conselho-setorial-2.svg');
}

.conselhos__header-titulo {
    border-bottom: 0;
    color: #EBB900;
    font-weight: 700;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.conselhos__header-titulo.conselho-setorial {
    color: #44A2FF;
}

.conselhos__header-titulo.conselho-tematico .line-bottom-header-conselhos {
    background: #FA8D31;
}

.conselhos__header-titulo.conselho-setorial .line-bottom-header-conselhos {
    background: #2AE3E4;
}

@media (max-width: 992px) {
    .conselhos__header {
        padding: 0
    }

    .conselhos__header-icone {
        min-width: 100px;
        min-height: 100%;
    }

    .conselhos__header-titulo {
        bottom: 39px;
        font-size: 26px;
        line-height: 26px;
    }

    .conselhos__header-titulo.conselho-setorial {
        border-color: #2ae3e4;
    }
}

@media (max-width: 768px) {
    .conselhos__header-icone {
        min-width: 60px;
    }

    .conselhos__header-titulo {
        bottom: 42px;
        font-size: 22px;
        line-height: 24px;
    }
}

/* conselhos__header - fim
/* ********************************* */

/* Entrega de valor */
.secao.entrega-valor {
    /* background: #F2F3F6; */
    padding: 60px 0;
}

.entrega-valor__header h2 {
    color: #0068AF;
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.entrega-valor-content{
    max-width: 100%;
    text-align: center;
}
.entrega-valor-content video,
.entrega-valor-content iframe{
    max-width: 768px;
    width: 100%;
    height: auto;
    margin: 0 auto; 
}


#sec-conselhos-setoriais .conselhos__header-titulo {
    color: #44A2FF;
  }