#block-mahi-facelift-views-block-home-noticias-e-destaques-block-1 {
  /* max-width: 1100px; */
  /* margin: auto; */
  background: rgba(255, 255, 255, 0.4);
  /* padding-bottom: 100px; */
}

#block-mahi-facelift-views-block-home-noticias-e-destaques-block-1 h2,
#block-mahi-facelift-views-block-home-noticias-e-destaques-block-1 .block-content {
  max-width: 1100px;
  margin: auto;
  /* background: rgba(255, 255, 255, 0.4); */
}

.noticias-home {
  margin: 0;
}

.noticias-home .li-carousel-destaques {
  display: flex;
  list-style: none;
  padding: 0;
}

@media only screen and (min-width: 767px) {


  .noticias-home .li-carousel-destaques li {
    width: 32%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(247, 247, 247, 1);
    border-radius: 20px;
    margin-right: 2.33%;
    height: 450px;
    transition: all .3s ease-in;
  }

  .noticias-home .li-carousel-destaques li:last-child {
    margin-right: 0;
  }
}

.noticias-home .views-field-field-image {
  overflow: hidden;
  height: auto;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  min-height: 260px;
}

.noticias-home .views-field-field-image img {
  width: 100%;
  border-radius: 0;
}

.noticias-home .views-field-title span {
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px !important;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--verde-facelift-2) !important;
}

.noticias-home .views-field-field-link {
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: 100%;
}

.noticias-home .views-field-field-link a {
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  bottom: auto;
  height: auto;
  position: relative;
  text-indent: initial;
  padding: 10px;
  border-radius: 20px;
  padding-left: 0;
  transition: all .3s ease-in;
}

.noticias-home .views-field-field-link a span {
  font-family: monospace;
  transition: all .3s ease-in;
}

.noticias-home .views-field-field-tags {
  opacity: 1;
  border-radius: 50px;
  border-width: 1px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid var(--verde-facelift-3);
  width: 168px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  margin-top: -13px;
  z-index: 2;
  position: relative;
}

.noticias-home .views-field-field-tags .field-content {
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  leading-trim: NONE;
  /* line-height: 100%; */
  letter-spacing: 20%;
  text-transform: uppercase;
  color: rgba(3, 57, 54, 1);
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 20px;
}



.noticias-home .li-carousel-destaques li:hover img {
  transform: scale(1.1);
}

.noticias-home .li-carousel-destaques li:hover {
  background-color: var(--verde-facelift-1);
  border: 1px solid rgb(197 197 197);
}

.noticias-home .li-carousel-destaques li:hover a {
  background: white;
  padding-left: 20px;
  padding-right: 30px;
  font-weight: 700;
}

.noticias-home .li-carousel-destaques li:hover a span {
  font-family: Raleway;
}

.button-noticias {
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}






/* --------------------------- MEDIA QUERY ------------------------------------- */



@media only screen and (max-width: 767px) {


  .noticias-home {
    margin: 0;
    max-width: 90%;
    margin: auto;
  }

  .button-noticias {
    padding: 20px;
  }


  .noticias-home .li-carousel-destaques .slick-list .slick-track .slick-slide {
    width: 30% !important;
    margin: 0 2%;
    height: auto;
    padding-bottom: 40px;
    margin-bottom: 2%;
  }

  .noticias-home .li-carousel-destaques .slick-list .slick-track .slick-current {
    width: 30% !important;
    margin: 0;
    margin-bottom: 2%;
  }



  .noticias-home .views-field-field-link {
    position: relative;
    width: 100%;
    display: flex;
    left: 0;
    top: 0;
    padding: 0 20px;
  }

  .noticias-home .views-field-field-link .field-content {
    width: 100%;
  }

  .noticias-home .li-carousel-destaques .slick-list li:hover a {
    background: white;
    padding-left: 20px;
    padding-right: 30px;
    font-weight: 700;
    background: var(--verde-nobre);
    border-color: var(--verde-nobre);
    color: white;
  }

  .noticias-home .slick-list .views-field-field-link a {
    width: 100%;
    display: flex;
    background: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px;
    /* padding: 20px 0; */
    color: var(--verde-nobre);
    font-weight: 700;
  }

  .noticias-home .views-field-field-link a span {
    display: none;
  }

  .noticias-home .slick-dots {
    display: flex !important;
    justify-content: center;
    /* top: 5px; */
    bottom: -32px
  }

  .noticias-home .slick-dots li.slick-active button {
    border: none;
  }


  .noticias-home .slick-dots li.slick-active button:before {
    /* opacity: .75; */
    color: black;
    color: transparent;
    opacity: 1;
    background: var(--verde-nobre);
    /* width: 14px; */
    /* height: 14px; */
  }



  .noticias-home .slick-dots li button::before {
    font-size: 12px;
    font-size: 0.75rem;
    /* color: white; */
    background: none;
    width: 100%;
    height: 100%;
    display: flex;
    background: white;
    color: transparent;
    filter: none;
    opacity: 1;
  }

  .noticias-home .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: solid 1px var(--verde-nobre);
    border-radius: 100%;
    filter: none;
    opacity: 1;
    width: 14px;
    height: 14px;
  }

  .button-noticias .button-format-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 12px;
  }

  .noticias-home .li-carousel-destaques .slick-dots li:hover {
    background-color: unset;
    border: none;
  }

  .noticias-home .views-field-field-image {
    min-height: auto;
  }

}
