.elementor-41 .elementor-element.elementor-element-8fd2e58{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-41 .elementor-element.elementor-element-9f5cc01{width:100%;max-width:100%;}.elementor-41 .elementor-element.elementor-element-6c248dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-41 .elementor-element.elementor-element-6bd9c3c{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--align-items:center;--background-transition:0.3s;}.elementor-41 .elementor-element.elementor-element-6bd9c3c:not(.elementor-motion-effects-element-type-background), .elementor-41 .elementor-element.elementor-element-6bd9c3c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E6E6E6;}.elementor-41 .elementor-element.elementor-element-6bd9c3c, .elementor-41 .elementor-element.elementor-element-6bd9c3c::before{--border-transition:0.3s;}.elementor-41 .elementor-element.elementor-element-db53802{--display:flex;--background-transition:0.3s;}.elementor-41 .elementor-element.elementor-element-db53802:not(.elementor-motion-effects-element-type-background), .elementor-41 .elementor-element.elementor-element-db53802 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-41 .elementor-element.elementor-element-db53802, .elementor-41 .elementor-element.elementor-element-db53802::before{--border-transition:0.3s;}.elementor-41 .elementor-element.elementor-element-db53802.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-41 .elementor-element.elementor-element-1869755{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--justify-content:center;--background-transition:0.3s;}.elementor-41 .elementor-element.elementor-element-45cae70{width:var( --container-widget-width, 48.711% );max-width:48.711%;--container-widget-width:48.711%;--container-widget-flex-grow:0;}.elementor-41 .elementor-element.elementor-element-45cae70.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-41 .elementor-element.elementor-element-8fd2e58{--width:100%;}.elementor-41 .elementor-element.elementor-element-db53802{--width:78%;}}/* Start custom CSS */a {
    text-decoration: none !important;
  }

  .news-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(230, 230, 230);
    width: 100%;
    padding: 30px 0;
  }

  .news-area {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1280px;
    width: 100%;
    flex-wrap: wrap;
  }

  .news-box:hover .news-title {
    text-decoration: underline;
    color: #4D4649 !important;
  }

  .news-box {
    display:flex;
    width: 60%;
    background-color: white;
  }

  .news-content {
    padding: 8px 30px;
    display: flex;
    flex-direction: column;
  }

  .news-title {
    margin-top: -10px;
  }

  .news-title h5 {
    font-weight: bold;
    color: #4D4649 !important;
  }

  .news-title h6 {
    font-weight: bold;
    margin-top: -10px;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
    color: #4D4649 !important;
  }


  .news-text p {
    font-size: 16px;
    line-height: 18px;
  }

  .news-button {
    width: 110px;
  }

  .news-button a {
    color: black;
  }

  .news-button a::after {
    content: '';
    display: block;
    width: 110px;
    height: 5px;
    background: #166b80;
    transition: all 0.5s;
    margin-left: auto;
    font-weight: 900;
  }

  .news-button:hover a::after {
    width: 0px;
    cursor: pointer;
  }

  .news-box .aside-image-area {
    width: 100%;
    overflow: hidden;
   min-height: 200px;
  }

  .news-box .aside-image {
    width: 100%;
    transition: transform 1s;
    height: 200px;
    object-fit: fill;
  }

  .news-box:hover .aside-image {
    transform: scale(1.2);
  }

  .mais-noticias {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(230, 230, 230);
    padding-bottom: 20px;
}
  .mais-noticias a {
    background: #166b80;
    color: white;
    border-radius: 5px;
    padding: 0 50px;
}

  .mais-noticias a:hover {
    filter: brightness(1.2);
}

  .noticia-titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(230, 230, 230);
    padding: 10px 0;
}

  .noticia-titulo p {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: black;
}
  .legend{
    max-width: 52%;
    font-size: 13px;
    color: black;
    font-style: italic;
    line-height: normal;
    margin-left: -48px;
}
.image {
    width: 270px;
margin-top:35px;
}/* End custom CSS */