/* MAIS PROCURADOS */
.mais-procurados a:hover {
      text-decoration: none;
    }

    .mais-procurados img {
      width: 100%;
      border-radius: 1rem;
    }

    .mais-procurados>div>div>a:hover img,
    .mais-procurados .carousel-item>div>div>a:hover img {
      width: 100%;
    }

    .mais-procurados p {
      color: black;
      font-size: 1rem;
      margin-bottom: 0;
      margin-top: 10px;
      font-weight: normal;
	  height: 48px;
    }

    .mais-procurados>div>div>a:hover p,
    .mais-procurados .carousel-item>div>div>a:hover p {
      text-decoration-line: underline;
      text-decoration-thickness: 1px;
    }

    @media (max-width: 700px) {
      .mais-procurados p {
        font-size: 0.8rem;
		height: 38px;
      }

      .mais-procurados img {
        border-radius: 0.5rem;
      }
    }

/* VIDEOS YOUTUBE */
.videos-youtube a:hover {
    text-decoration: none;
}

.videos-youtube img {
    width: 100%;
    border-radius: 1rem;
}

.videos-youtube>div>div>a:hover img,
.videos-youtube .carousel-item>a:hover img {
    filter: brightness(0.7);
}

.icon-play {
    width: 15% !important;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.videos-youtube>div>div>a:hover .icon-play,
.videos-youtube .carousel-item>a:hover .icon-play {
    opacity: 1;
    filter: brightness(1);
}