.elementor-2040 .elementor-element.elementor-element-4378bc1d{--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;}@media(max-width:767px){.elementor-2040 .elementor-element.elementor-element-4378bc1d{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-2040 .elementor-element.elementor-element-dcf4d43{width:var( --container-widget-width, 0% );max-width:0%;--container-widget-width:0%;--container-widget-flex-grow:0;}}/* Start custom CSS *//* - Botões do Bloco 2 - */
.btnsm2 svg {
    width: 25px !important;
    height: 25px !important;
    transition: 250ms !important;
    color: #5AB0A0;
}

.btnsm2 svg {
    color: #E0E0E1 !important;
}

.btnsm2:hover svg {
    color: #64C3B1 !important;
}

.btnsm2 .elementor-button-content-wrapper {
    transition: 200ms !important;
}

@media only screen and (max-width:767px){
    .btnsm2 a{
        text-align: left !important;
    }
    
    .btnsm2 svg {
        color: #64C3B1 !important;
    }
    
    .btnsm2 .elementor-button-content-wrapper {
        display: flex;
        justify-content: space-between !important;
    }
}

.btnsm2:hover .elementor-button-content-wrapper {
    gap: 14px !important;
}


/* - Botões saiba mais - */
.btnsaibamais li {
    flex-direction: row-reverse;
    gap: 12px;
    transition: 250ms !important;
}

.btnsaibamais svg {
    width: 25px !important;
    height: 25px !important;
    transition: 250ms !important;
    margin-top: -2px !important;
    color: #5AB0A0;
}

.btnsaibamais:hover li {
    gap: 15px !important;
}

.btnsaibamais:hover svg{
    color: #3C756A !important;
}

/* Limita o tamanho do título */
.titulopost {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-break: break-word !important;
}

/* Limita o tamanho da descrição */
.resumopost {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-break: break-word !important;
}/* End custom CSS */