@charset "UTF-8";

.wp-block-cover {
  margin-bottom: 25px
}

.wp-block-image figcaption {
  position: relative;
  background-color: #f5d2b7;
  top: auto;
  bottom: 0;
  left: 0;
  color: #000;
  font-size: .82rem;
  padding: 2px 5px;
  display: block;
  width: 100%;
  margin: 0 !important
}

.wp-block-gallery {
  background-color: #f5d2b7 !important;
  padding: 7px !important;
  display: flex !important;
  flex-wrap: wrap !important;
}

.wp-block-image {
  padding: .2rem;
}

.blocks-gallery-caption {
  color: #111;
  text-align: left !important;
  font-size: .82rem !important
}

.blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 5px !important;
  position: relative;
  width: calc(50% - 1em);
}

.blocks-gallery-item:last-child {
  margin-bottom: 0 !important;
}

.wp-block-embed iframe {
  width: 80%;
  aspect-ratio: 16 / 9;
  height: 100%;
  margin-left: 10%;
  margin-right: 10%;
}

.conteudo blockquote {
  font-family: "Archivo Narrow";
  font-weight: 400;
  color: #333;
  background-color: #f5d2b7;
  border-radius: 1rem;
  font-size: 1.2rem;
  display: block;
  text-align: right;
  padding: 15px 30px;
  margin: 0 5px 30px 0
}

.conteudo blockquote p {
  margin: 0
}

.conteudo blockquote p::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: .8rem;
  padding-right: 7px;
  content: "\f10d"
}

.conteudo blockquote p::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: .8rem;
  padding-left: 7px;
  content: "\f10e"
}

.conteudo blockquote cite {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-size: .8rem;
  margin-top: 15px;
  display: block
}

.conteudo blockquote cite::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: .8rem;
  padding-right: 7px;
  content: "\f86c"
}