.thumbnail {
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2rem;
  overflow-x: hidden;
}

.banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.title-banner {
  font-size: 3rem;
  margin-bottom: 0.6rem;
  text-shadow: -3px 0px 2px rgba(0, 0, 0, 0.1), -4px 4px 6px rgba(0, 0, 0, 0.25),
    0px -1px 6px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);

  font-family: "coolvetica", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #f2c641;
}

.side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 2rem;
}

.container-text {
  display: flex;
  flex-direction: column;
  gap: 0.3;
  align-items: center;
}

.img-renata {
  width: 100%;
  height: 100%;
  max-width: 431px;
}

.img-enriqueca {
  width: 100%;
  height: 100%;
  max-width: 400px;
}

.card-presentation {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
  gap: 1rem;

  align-items: flex-start;

  width: 100%;
  max-width: 900px;

  border-radius: 0rem 2rem 2rem 2rem;
  border: 1px solid #ffffff58;
  background: radial-gradient(
    396.95% 177.76% at -12.75% -15.81%,
    rgba(255, 255, 255, 0.6) 2.78%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(10px);
}

.card-presentation ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.card-presentation li {
  letter-spacing: 0.1rem;
}

/* Mobile */
@media (max-width: 960px) {
}

@media (max-width: 760px) {
  .thumbnail {
    gap: -6rem;
  }
  .banner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .side-right {
    margin-bottom: 2rem;
  }
  .img-renata {
    width: 100%;
    max-width: 431px;
  }
}

.bg-thumb {
  display: flex;

  background: linear-gradient(
    180deg,
    #d9d9d9 92.86%,
    rgba(217, 217, 217, 0) 100%
  );
}
