* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
html,
body {
    padding: 0;
    margin: 0;
    font-family: "gotham-book";
}
body {
    background: white;
}

header {
    z-index: 10;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.3) 50%, transparent);
    position: absolute;
}
#banner + .content {
    margin-top: 0px;
}
header .content {
    position: relative;
    display: flex;
    column-gap: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-bottom: 10px;
}

header .toolbar {
    background: #160B62;
    padding: 10px 0;
    border-radius: 0 0 40px 0;
}

header .toolbar > div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0;
}
header .toolbar a {
    background: #fd66a5;
    color: white;
    display: inline-block;
    border-radius: 20px;
    line-height: 26px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: 200ms;
}
header .toolbar a:hover {
filter: brightness(1.1);
}
/*header .toolbar::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: #1a1360;
}
header .toolbar::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100vw;
    height: 100%;
    background: #1a1360;
}*/

header .logo-menu::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: #160B62;
}
header .logo-menu {
    padding: 0;
}
header .logo-menu .logo {
    background: #160B62;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    padding: 0 0 10px 0;
    border-radius: 0 0 0 0;
    position: relative;
    margin-right: 150px;
}
header .logo-menu .logo::after {
    content: "";
    display: block;
    left: 100%;
    top: 0;
    width: 150px;
    height: 100%;
    border-radius: 0 0 110px 0;
    position: absolute;
    background: url(./img/curva-header.png) no-repeat left top;
    background-size: auto 100%;
}
header .logo-menu .logo > a {
    display: block;
    margin-top: -50px;
    transition: .4s;
    margin-right: -70px;
    z-index: 999
}
header .logo-menu .logo > a:hover {
    opacity: .6;
}
header .logo-menu .logo img {
    max-width: 100%;
}
header .logo-menu .logo h1 {
    display: none;
}

header nav {
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
header nav .icon-menu {
    display: none;
}
header nav img {
}
header nav ul {
    display: flex;
    column-gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
}
header nav > ul > li {
    position: relative;
}
header nav > ul > li.submenu {
    padding: 20px 10px;
}
header nav > ul > li.submenu:active,
header nav > ul > li.submenu:hover {
    /*background: rgba(26, 19, 96, .5);*/
}
header nav > ul > li.submenu > a::after {
        margin-left: 10px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    /* border-left: 8px solid transparent; */
    /* border-right: 8px solid transparent; */
    /* border-top: 12px solid white; */
    background: url(./img/stat_1.svg) no-repeat center center;
    background-size: contain;
}
header nav > ul > li.submenu > ul {
    display: none;
    position: absolute;
    top: 100%;
    background-color: white;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
header nav > ul > li.submenu:hover > ul,
header nav > ul > li.submenu:active > ul {
    display: block;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    /*background: rgba(26, 19, 96, .5);*/
    left: 0;
}

header nav > ul > li.submenu:hover > a::after,
header nav > ul > li.submenu:active > a::after {
    transform: rotate(180deg);
}
header nav > ul > li.submenu > ul a {
    color: #4d4d4d;
    padding: 15px;
    line-height: 30px;
    transition: 200ms;
}
header nav > ul > li.submenu > ul a:hover {
    background: #1a1360;
    color: white;
}
header nav > ul > li a {
    color: white;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    font-family: Cocogoose Pro Semilight;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
}
header nav ul li.item-mobile {
    display: none;
}
@media (max-width: 779px) {
    header .toolbar {
        padding: 5px 10px !important;
        border-radius: 0;
        display: none;
    }
    
    header .toolbar::before,
    header .toolbar::after,
    header .logo-menu::after,
    header .logo-menu::after {
        display: none;
    }
    header nav{
        justify-content: flex-end;
    }
    header .logo-menu {
        background: #160B62;
    }
    header .logo-menu .logo::after {
        display: none;
    }
    header .logo-menu .logo {
        padding: 10px;
        border-radius: 0;
    }
    header .logo-menu .logo > a {
        margin-top: 0;
        margin-right: 0;
    }
    header nav > ul > li.submenu > ul {
        position: relative;
        padding: 0;
        width: 100%;
        background: none;
    }
    header {
        z-index: 999;
    }
    header .logo img {
        height: 28px;
        padding: 0;
    }
    header nav .icon-menu {
        padding: 10px;
        align-items: center;
        justify-content: center;
        width: auto;
        color: white;
        justify-content: flex-end;
    display: flex;
    }
    header nav .icon-menu.close-menu-btn {
        /*display: none;*/
        z-index: 9;
    }
    header nav .icon-menu.menu-btn {
        display: flex;
    }
    
    header nav.open ul {
        right: 0;
        display: block;
    }
    header nav ul {
        display: block !important;
        right: -100%;
        top: 0;
        padding: 50px 0 20px 0;
        width: 90%;
        background: white;
        position: fixed;
        top: 0;
        bottom: 0;
    }
    header nav ul li a {
        text-transform: initial;
        padding: 10px 5px;
        width: 100%;
        display: block;
        font-size: 16px;
        color: black;
    }
    header nav > ul > li.submenu > ul a {
        padding: 0 20px;
    }
    header nav > ul > li.submenu {
        padding: 0;
    }
    header nav.open ul li.item-mobile {
        display: block;
    }
    header nav.open .icon-menu.close-menu-btn {
        display: flex;
    }
    header nav.open .icon-menu.menu-btn {
        display: none;
    }
    header nav ul {
        display: none;
    }
}
#banner {
    height: 600px;
    position: relative;
    width: 100%;
    background: url("../assets/img/banner.png") black no-repeat center center;
    background-size: cover;
    align-items: flex-end;
    justify-content: flex-start;
    display: flex;
}
/*#banner::before { content: ""; display: block; padding-bottom: 46%; }*/
/*#banner.small::before {  padding-bottom: 31%; }*/
#banner video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
@media (max-width: 1279px) {
    #banner::before {
        padding-bottom: 75%;
    }
    #banner.small::before {
        padding-bottom: 50%;
    }
    header nav ul {
        column-gap: 20px;
        padding: 10px;
    }
    header nav > ul > li a {
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        font-family: gotham-book;
        font-weight: bold;
    }
}
@media (max-width: 779px) {
    /*#banner::before {  padding-bottom: 160%; }
    #banner.small::before {  padding-bottom: 93%; }*/
}
/*#banner::after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}*/
/*#banner > div .content {  padding: 50px 30px; width: 100%; z-index: 10;     height: calc(100% - 80px); pointer-events: none; 
    align-items: center;
    display: flex; }*/
#banner > div {
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    position: absolute;
}
#banner > div.texto {
    display: flex;
    align-items: center;
    z-index: 9;
}
#banner .content h2 {
    color: white;
    max-width: 60%;
    margin: 0;
    font-size: 50px;
    font-family: Cocogoose Pro Semilight;
}
@media (max-width: 779px) {
    #banner {
        position: relative;
    }
    /*#banner::after { left: 0; right: 0; top: 0; bottom: 0; display: block; content: ""; position: absolute; background: rgba(0,0,0,.5); }*/
    #banner .content {
        padding-bottom: 30px;
        z-index: 9;
    }
    #banner .content h2 {
        max-width: 100%;
        font-size: 40px;
        line-height: 44px;
    }
}

.content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    position: relative;
}
.content .area {
    padding: 20px 0;
    clear: both;
}
.content .area .body {
    padding: 20px 0;
}
.content .picture {
    background: no-repeat center center;
    background-size: cover;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.content .picture::before {
    padding-bottom: 24%;
    content: "";
    display: block;
}
@media (max-width: 1279px) {
    .content {
        padding: 10px 10px 0 10px;
    }
    .content .picture {
        width: 100%;
        margin: 0;
    }
    .content .picture::before {
        padding-bottom: 38% !important;
    }
}
@media (max-width: 779px) {
    .content .picture::before {
        padding-bottom: 80% !important;
    }
}
.content .area .picture::before {
    padding-bottom: 24%;
}
.content h2 {
    color: #4D4D4D;
    margin-top: 0;
    font-size: 32px;
    font-weight: bold;
    font-weight: normal;
    font-family: "Cocogoose Pro Regular";
    margin-bottom: 20px;
}
.content h2.big {
    font-size: 42px;
    font-weight: normal;
}
.content h3 {
    font-weight: normal;
}
.content img {
    max-width: 100%;
}
.content p {
    font-size: 16px;
    font-family: "Gotham-book";
    color: #4D4D4D;
    line-height: 20px;
    margin: 10px 0;
}
.content p a {
    color: #1a1360;
    font-weight: bold;
}

.content figure {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
}
.content figure figcaption {
    font-size: 16px;
    color: #1a1360;
}
.content .btn-azul {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: #1a1360;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    line-height: 30px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    transition: 200ms;
    font-size: 16px;
    font-family: 'gotham-book';
}
.content .btn-azul:hover {
    color: #1a1360;
    background: #d3d3d3;
}
.img-text {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.fade {
    opacity: 0;
    transition: 1000ms;
}
.fade-complete {
    opacity: 1;
}
@media (max-width: 1279px) {
    .content h2.big {
        font-size: 34px;
    }
}
@media (max-width: 779px) {
    .content h2.big {
        font-size: 30px;
    }
    .content h3 {
        font-size: 28px;
    }
    .content .area img {
        margin-left: -10px;
        margin-right: -10px;
        max-width: initial;
        width: calc(100% + 20px);
    }
    .content .area .body {
        padding: 20px 0;
    }
    .content h2 {
        font-size: 34px;
    }
    .content .image-floated {
        clear: none;
        float: none;
        width: 100%;
    }
    .content p {
        font-size: 14px;
        line-height: 20px;
    }
    .content .btn-azul {
        font-size: 16px;
        line-height: 20px;
    }
    .img-text {
        flex-direction: column;
    }
}
.barra {
    width: 50px;
    height: 1px;
    background: white;
    margin: 20px 0;
}
@media (max-width: 779px) {
}
.slides img {
    width: 100%;
}
.slides .slick-next {
    right: 5px;
    z-index: 9999;
}
.slides .slick-prev {
    left: 5px;
    z-index: 9999;
}
.slides .slick-slide {
    margin: 0 15px;
}
.slides .slick-list {
    margin: 0 -15px;
}
@media (max-width: 779px) {
    .slides .slick-slide {
        margin: 0;
    }
    .slides .slick-list {
        margin: 0;
    }
}
.home + footer {
    margin-top: 0;
}
footer {
    background: #1a1360;
    color: white;
    padding: 30px 0;
    margin-top: 30px;
}
footer .links {
    margin-top: 10px;
    margin-bottom: 10px;;
}
footer .links  a{
    margin: 0;
    color: white;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    font-family: 'Cocogoose Pro Semilight';
    border: 1px solid white;
    border-radius: 20px;
    padding: 5px 10px;
    text-decoration: none;
}
footer .redes-sociais {
    margin-top: 50px;
    padding-bottom: 0;
}
footer .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
}
footer .content p {
    color: white;
    margin: 5px 0;
}
footer .content p a {
    color: white;
    text-decoration: none;
    font-weight: normal;
}
@media (max-width: 779px) {
    footer .logo img {
        width: 130px;
    }
    footer .barra {
        width: 35px;
    }
    footer {
        padding: 20px;
    }
    footer .content {
        padding: 10px 0;
    }
    footer .content p {
        margin: 5px 0;
        font-size: 14px;
        line-height: 20px;
    }
}
.numeros-area {
    margin: 70px 0 30px 0;
}
.numeros {
    display: flex;
    column-gap: 40px;
    row-gap: 10px;
    width: 100%;
    max-width: 100%;
    margin: 30px auto 40px 0;
}
.numeros > div {
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    column-gap: 10px;
    flex: 1;
    align-items: flex-start;
    background: #E6E6E6;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 10px;
    flex: 1;
    display: flex;
    flex-direction: row;
    row-gap: 30px;
    z-index: 9;
}
.numeros > div > div {
    display: flex;
    column-gap: 11px;
    width: 100%;
}
.numeros > div > div > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    row-gap: 20px;
    position: relative;
    min-height: 100px;
}
.numeros > div > div > div::after {
    width: 1px;
    top: 0;
    height: 100px;
    background-color: #4D4D4D;
    position: absolute;
    right: -6px;
    display: block;
    content:"";
}
.numeros > div > div > div:last-child::after {
    display: none;
}   

.numeros > div h3 {
    width: 100%;
    color: #4D4D4D;
    margin: 0;
    font-size: 28px;
    font-family: 'Cocogoose Pro Regular';
    width: 100%;
}

.numeros > div strong {
    font-size: 26px;
    color: #4D4D4D;
    font-family: gotham-bold;
    line-height: 26px;
}

.numeros > div span {
    font-size: 14px;
    color: #4D4D4D;
    font-family: 'Cocogoose Pro Semilight';
}

.numeros > div .logo img {
    width: 200px;
}

.numeros > div .logo {
	display: flex;
	justify-content: center;
	align-items: center; 
}

@media (max-width: 779px) {
    .numeros > div h3 {
        font-size: 28px;
    }
    .numeros {
        flex-direction: column;
        row-gap: 50px;
    }
    .numeros > div {
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }
    .numeros > div strong {
        font-size: 28px;
        line-height: 32px;
    }
    .numeros > div > div.metro {
        flex-direction: column;
        row-gap: 11px;
    }
    .numeros > div > div.metro > div::after {
        left: 10px;
        height: 1px;
        width: calc(100% - 20px);
        bottom: -5px;
        top: auto;
    }
    .numeros > div > div.metro > div {
        align-items: center;
        justify-content: center;
        padding: 10px;
        row-gap: 10px;
    }
}
.redes-sociais img {
    width: 20px;
}
.foto-presidente {
    width: 360px;
    max-width: 50%;
}
@media (max-width: 779px) {
    .foto-presidente {
        max-width: auto;
        width: 100%;
    }
}
.noticia-home {
    margin-bottom: 50px;
}
.noticia-home > h2 {
    font-size: 20px;
}
.noticia-home > div {
    display: flex;
}
.noticia-home > div > div:first-child {
    width: 200px;
}
.noticia-home > div > div:first-child img {
    width: 100%;
}
.noticia-home > div > div:last-child {
    padding: 30px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}
.noticia-home > div > div:last-child p {
    margin: 0;
}
.home-noticias {
    margin: 0;
    padding: 0;
    list-style: none;
}
.home-noticias a {
    display: flex;
    column-gap: 10px;
    text-decoration: none;
    margin-bottom: 20px;
}
.home-noticias a:last-child {
    margin-bottom: 0;
}
.home-noticias a .data {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.home-noticias a .data strong {
    color: #1A1360;
    font-size: 24px;
}
.home-noticias a .data span {
    color: #FD66A5;
    font-size: 16px;
    font-weight: bold;
}
.home-noticias a .texto {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.home-noticias a p {
    font-size: 14px !important;
    color: #1A1360 !important;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-noticias a strong {
    font-size: 14px !important;
    color: #1A1360 !important;
}
.colunas-home {
    display: flex;
    position: relative;
}
.colunas-home .item {
    height: 460px;
    flex: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.colunas-home .item:hover {
    
}

.colunas-home .item > div {
    width: 100%;
    z-index: 10;
    position: relative;
    padding: 60px 40px;
}
.colunas-home .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.3), rgba(20, 20, 20, 0.9));
    pointer-events: none;
    z-index: 1;
    transition: 0.6s;
}
.colunas-home .item:hover::before {
    background: linear-gradient(180deg, rgba(26, 19, 96, 0.2), rgba(26, 19, 96, 0.9));
}

.colunas-home .item img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
    
}
.colunas-home .item:hover img {
    transform: scale(1.1);
}

.colunas-home .item > div h1 {
    color: white;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    font-family: 'Cocogoose Pro Regular';
}
.colunas-home .item > div strong {
    color: white;
    margin-top: 10px;
    font-weight: normal;
}
.colunas-home .item > div p {
}
.colunas-home .item > div .btns {
    display: flex;
    column-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 5px;
    margin-top: 10px;
    flex-direction: column;
}
.colunas-home .item > div .btns a {
    margin: 0;
    color: white;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    font-family: 'Cocogoose Pro Semilight';
    border: 1px solid white;
    border-radius: 20px;
    padding: 5px 10px;
    text-decoration: none;
}


@media (max-width: 1279px) {
    .colunas-home .item > div .btns {
        justify-content: flex-start;
        row-gap: 10px;
    }
    .colunas-home .item > div h1 {
        font-size: 22px;

    }
    .colunas-home {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .colunas-home .item > div {
        padding: 30px;
    }
    .colunas-home .item {
        flex: auto;
        width: 50%;
    }
    .colunas-home .item > div {
        width: 100%;
    }
    .colunas-home .item .img img {
        width: calc(100% + 40px);
        margin-left: -20px;
        max-width: none;
    }
}

@media (max-width: 779px) {
    .colunas-home {
        flex-direction: column;
    }
    .colunas-home .item {
        flex: auto;
        width: 100%;
    }
    .noticia-home > div {
        flex-direction: column;
    }
    .noticia-home > div > div:first-child {
        width: 100%;
    }
    .noticia-home > div > div:last-child {
        padding: 20px 0;
    }
}
.noticia-destaque {
}
.noticia-destaque .noticia .texto-completo {
    display: block !important;
}
.noticia-destaque .noticia .texto-introducao {
    display: none !important;
}
.noticia {
}
.noticia .cabecalho {
    display: flex;
    column-gap: 30px;
    row-gap: 20px;
}
.noticia .cabecalho .img {
    width: 30%;
}
.noticia .cabecalho .img img {
    width: 100%;
}
.noticia .cabecalho .dados {
    flex: 1;
}
.noticia .cabecalho .dados .data {
    color: grey;
    font-size: 14px;
}
.noticia .cabecalho .dados h1 {
    font-size: 24px;
    font-weight: 300;
}
.noticia .corpo {
    margin-top: 30px;
}
.lista-noticias {
    margin-top: 50px;
}
.home-cards-acoes {
    background: url(./img/home-card-acoes-bg-2.png) no-repeat center center;
    background-size: cover;
}
.home-cards-acoes .content {
    padding: 0;
}
.home-cards-acoes .box-cards {
    display: flex;
    row-gap: 50px;
    padding: 0 0 50px 0;
    column-gap: 50px;
    margin-top: -40px;
}
.home-cards-acoes .box-cards > div {
    background: white;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    padding: 35px;
    border-radius: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    transition: .4s;
    z-index: 9;
    opacity: 0;
}
.home-cards-acoes .box-cards > div.visible {
    opacity: 1;
}
.home-cards-acoes .box-cards > div:hover {
    transform: translateY(-10px);
}
.home-cards-acoes .box-cards > div h2 {
    color: #1A1360;
    font-size: 18px;
    display: flex;
    column-gap: 25px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    font-family: Gotham-book;
}
.home-cards-acoes .box-cards > div p {
    color: #1A1360;
    font-size: 18px;;
}
.home-cards-acoes .box-cards > div a.btn {
    background: #1A1360;
    color: white;
    font-family: 'gotham-book';
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    line-height: 24px;
    text-decoration: none;
    width: 100%;
    transition: .6s;
}
.home-texto {
	padding-top: 50px;
    padding-bottom: 70px;
}
.home-texto h2 {
    text-transform: uppercase;
}
.home-texto p {
    color: #1A1360;
    margin: 0;
    line-height: 24px;
}
.home-cards-acoes .box-cards > div a.btn:hover {
    background: #083A81;
}

.home-cards-acoes .box-cards > div {
    background: #E6E6E6;
}
.home-cards-acoes .box-cards img {
    max-width: 56px;;
}

@media(max-width: 992px) {
    .home-cards-acoes {
        background: url(./img/home-card-acoes-bg-mobile.png) no-repeat center center;
        background-size: cover;
        margin-top: 0px;
    }
    .home-cards-acoes .content {
        padding: 10px;
    }
    .home-cards-acoes .box-cards {
        flex-direction: column;
        margin: 0;
        padding: 0;
        row-gap: 40px;
        margin-bottom: 40px;;
    }
}
.lista-noticias > div {
    display: flex;
    column-gap: 10px;
    justify-content: flex-start;
}
.lista-noticias > div {
    column-gap: 5%;
}
.lista-noticias > div .noticia {
    width: 30%;
    border: 1px solid #ccc;
}
.lista-noticias > div .noticia a {
}
.lista-noticias > div .noticia .cabecalho {
    flex-direction: column;
}
.lista-noticias > div .noticia .cabecalho h1 {
    font-size: 20px;
}
.lista-noticias > div .noticia .cabecalho .img {
    width: 100%;
}
.lista-noticias > div .noticia .cabecalho .dados {
    padding: 0 20px;
}
.lista-noticias > div .noticia .corpo {
    padding: 0 20px 20px 20px;
    margin-top: 0;
}
.lista-noticias > div .noticia .corpo p {
    font-size: 15px;
}

.lista-noticias > div .noticia .texto-completo {
    display: none !important;
}
.lista-noticias > div .noticia .texto-introducao {
    display: block !important;
    padding-bottom: 0;
}

@media (max-width: 1279px) {
    .noticia-destaque {
        margin-top: 0;
    }
    .noticia .cabecalho .img {
        width: 40%;
    }

    .lista-noticias > div {
    }
    .lista-noticias > div .noticia {
        width: calc(50% - 2.5%);
    }
    .lista-noticias > div {
        column-gap: 5%;
    }
    .lista-noticias > div .noticia:nth-child(3) {
        display: none;
    }
}

@media (max-width: 779px) {
    .noticia .cabecalho .dados h1 {
        font-size: 18px;
    }
    .noticia .cabecalho {
        flex-direction: column;
    }
    .noticia .cabecalho .img {
        width: 100%;
    }
    .lista-noticias > div {
        flex-direction: column;
        row-gap: 30px;
    }
    .lista-noticias > div .noticia {
        width: 100%;
    }
    .lista-noticias > div .noticia:nth-child(3) {
        display: block;
    }
}
/*div#banner::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    z-index: 1;
}*/

#banner.pagina-home {
    background-image: url("./img/banner-pagina-home-g.png");
    background-image: none;
    background-color: black;
}

#banner.pagina-empresa {
    background-image: url("./img/banner-pagina-home-g.png");
    background-image: none;
    background-color: black;
}
#banner.pagina-noticias {
    background-image: url("./img/banner-noticias.jpg");
}
#banner.pagina-esg {
    background-image: url("./img/banner-esg2.jpg");
}

.esg-presidente {
    display: flex;
    column-gap: 30px;
    row-gap: 20px;
}
.esg-presidente > div:first-child {
    width: 30%;
}
.esg-presidente > div:last-child {
    flex: 1;
}

@media(max-width: 992px) {
   .esg-presidente {
        flex-direction: column;
    }
    .esg-presidente > div:first-child {
        width: 100%;
    }
}
