.overlay-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 1;
}

.image-title {
  position: absolute;
  bottom: 20px;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  text-align: left;
  border-radius: 5px;
  font-size: medium;
  font-weight: bold;
}

.carousel-main a:link {
  text-decoration: none;
}

.eas-post-ads {
  width: auto;
}

.eas-post-page {
  width: auto;
  background: var(--bs-tertiary-bg);
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
  padding-top: 2%;
}

@media (max-width: 360px) {
  .eas-post-page {
    margin-right: 5%;
    margin-left: 5%;
  }
}

@media (max-width: 360px) {
  .eas-post-image-left {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
  }

  .eas-summary-image {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    box-shadow: 0px 0px 11px 1px;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .eas-post-page {
    margin-right: 10%;
    margin-left: 10%;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .eas-post-image-left {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
  }

  .eas-summary-image {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    box-shadow: 0px 0px 11px 1px;
  }
}

@media (min-width: 1024px) {
  .eas-post-page {
    margin-right: 22%;
    margin-left: 22%;
  }

}

@media (min-width: 1024px) {
  .eas-post-image-left {
    float: left;
    margin: 0 20px 20px -40px;
    padding: 5px;
    max-width: 300px;
    height: auto;
    overflow: hidden;
    position: relative;
  }

  .eas-summary-image {
    float: right;
    margin: 0 -40px 20px 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 11px 1px;
  }

}

.eas-post-category p {
  font-size: small;
  margin-bottom: 2%;
}

.eas-post-title h1 {
  font-size: xx-large;
  font-family: Lora, serif;
  font-weight: bold;
  margin-bottom: 2%;
}

.eas-post-summary p {
  font-family: Lora, serif;
  font-size: large;
  font-weight: bold;
  margin-bottom: 2%;
}

.eas-post-info p {
  font-size: small;
  margin-bottom: 2%;
}

.eas-post-content p,
.eas-post-content ul {
  font-size: large;
  margin-bottom: 25px;
  line-height: 32px;
}

.eas-post-content h2,
.eas-post-content h3,
.eas-post-content h4 {
  font-size: large;
  line-height: 32px;
  font-weight: bold;
  line-height: 32px;
}

.eas-page-content p,
.eas-page-content ul {
  font-size: small;
  margin-bottom: 25px;

}

.eas-page-content h3,
.eas-page-content h4 {
  font-size: medium;
  line-height: 32px;
  font-weight: bold;
}

.eas-image-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.eas-image-container img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  filter: brightness(28%);
}

.eas-title h4 {
  color: var(--bs-primary-text-emphasis);
}

.list-title h1,
.list-title a {
  font-size: large;
  font-weight: bold;
  text-decoration: none;
  color: var(--bs-primary-text-emphasis);
  margin-bottom: 1px;
}


.list-title h2,
.list-title a {
  font-size: large;
  font-weight: bold;
  text-decoration: none;
  color: var(--bs-primary-text-emphasis);
  margin-bottom: 1px;
}

.list-title h3,
.list-title a {
  font-size: large;
  font-weight: bold;
  text-decoration: none;
  color: var(--bs-primary-text-emphasis);
  margin-bottom: 1px;
}

.list-category {
  margin-bottom: 3px;
}

.list-excerpt,
.list-excerpt a {
  font-size: medium;
  text-decoration: none;
  color: black;

}

.list-excerpt-min {
  font-size: small;
  text-decoration: none;
  color: black;
}


.list-excerpt-min a {
  font-size: small;
  text-decoration: underline;
  color: black;
  font-weight: bold;;

}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.excerpt-frase p,
.excerpt-frase a:link,
.excerpt-frase a:hover,
.excerpt-frase a:active,
.excerpt-frase a:visited {
  font-family: 'Lora', serif;
  /* Adicionado aspas e especificado uma fonte de fallback */
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
  color: black;
  text-decoration: none;
}
