.elementor-54482 .elementor-element.elementor-element-16c0ee9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-54482 .elementor-element.elementor-element-7f313c9{text-align:center;}.elementor-54482 .elementor-element.elementor-element-7f313c9 img{width:100%;height:215px;object-fit:cover;object-position:center center;}.elementor-54482 .elementor-element.elementor-element-8a2e175{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 60px;--row-gap:0px;--column-gap:60px;--padding-top:50px;--padding-bottom:90px;--padding-left:012px;--padding-right:012px;}.elementor-54482 .elementor-element.elementor-element-15c78f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-54482 .elementor-element.elementor-element-0733d86 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-54482 .elementor-element.elementor-element-0733d86{text-align:center;}.elementor-54482 .elementor-element.elementor-element-0733d86 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:40px;font-weight:600;}@media(max-width:1024px){.elementor-54482 .elementor-element.elementor-element-0733d86 .elementor-heading-title{font-size:30px;}}@media(min-width:768px){.elementor-54482 .elementor-element.elementor-element-16c0ee9{--content-width:100%;}.elementor-54482 .elementor-element.elementor-element-15c78f5{--width:100%;}}@media(max-width:767px){.elementor-54482 .elementor-element.elementor-element-7f313c9 img{height:130px;}.elementor-54482 .elementor-element.elementor-element-8a2e175{--padding-top:060px;--padding-bottom:60px;--padding-left:012px;--padding-right:012px;}.elementor-54482 .elementor-element.elementor-element-0733d86{text-align:center;}.elementor-54482 .elementor-element.elementor-element-0733d86 .elementor-heading-title{font-size:26px;}}/* Start custom CSS */.conselho-lista {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: column;
    gap: 15px;
}

.conselho-item {
    background: #ffffff;
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 12px;
    border: 2px solid var(--e-global-color-7199e26);
}

.conselho-thumbnail {
    width: 100%; 
}

.conselho-thumbnail img {
    height: 200px !important;
    object-fit: contain;
}

.conselho-descricao {
    display: block;
    height: calc(100% - 200px);
    align-content: end;
}

.container-titulo {
    min-height: 40px;
}

.conselho-titulo {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-align: center;
}

.btn-detalhes-conselho {
    display: block;
    width: 200px !important;
    height: 35px !important;
    margin: auto;
}

@media (max-width: 767px) {
    .conselho-lista { 
        grid-template-columns: repeat(1, 1fr);
    }
    
    .conselho-thumbnail img {
        object-fit: contain;
    }
    
    .conselho-descricao {
        display: block;
        margin-top: 5px;
        padding-bottom: 5px; 
    }
    
    .conselho-titulo {
        text-align: center;
    }
    
}/* End custom CSS */