body {
  --base-color: #112e40;
  --base-cinza: #f7f7f7;
  --base-cinza-alt: #f5f5f5;
  --base-branco: #ffffff;
  --base-preto: #000000;
  --base-inline: #ccd8e1;
  --base-outline: #6859e0;
  --font-base: "Poppins";
}

.category {
  font-family: var(--font-base);
  font-size: .9rem;
}

.post_meta {
  font-family: var(--font-base);
  font-size: .9rem;
}

.table>:not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background: none;
  border: solid 1px var(--base-inline);
  box-shadow: none;
}

.row-table {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 600;
  border-bottom: solid 3px var(--base-outline);
  display: flex;
  min-width: 1000px;
}

.row-table-body {
  padding: 5px 0;
  display: flex;
}

.img-fancybox {
  cursor: pointer;
}

.internas {
  font-family: var(--font-base);
  font-size: 1.2rem;
  line-height: 1.8em;
}

.internas .h1 {
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: var(--font-base);
}

.internas .assina {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 10px;
}

.internas .legendas {
  font-size: .85rem;
}

.internas :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 50px;
}

.internas a {
  text-decoration: none;
  color: var(--base-color);
  font-weight: 700;
}

.internas a:hover {
  text-decoration: underline;
  color: var(--base-color);
  font-weight: 700;
}

.internas .tags p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.internas .tags a {
  background: var(--base-color);
  color: var(--base-branco);
  display: inline-block;
  padding: 0px 10px;
  margin-right: 2px;
  border-radius: 3rem;
  font-size: 12px;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--font-base);
}

.internas .compartilhe {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .3rem;
}

.internas .compartilhe a {
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.internas .compartilhe a:hover {
  text-decoration: none !important;
}

.internas .galeria {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.internas .page-numbers {
  font-size: .8rem;
  border: solid 1px var(--base-color);
  width: 35px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.internas .page-numbers.current {
  background-color: var(--base-color);
  color: var(--base-branco);
}

/* Gutemberg layout fix */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-image {
  padding: .2rem;
}

:where(.wp-block-file) {
  margin-bottom: 1.5em;
  width: 100%;
}

.wp-block-file a {
  display: none;
}

.wp-block-file__embed {
  width: 100% !important;
  height: 700px !important;
  display: block !important;
}

figcaption.wp-element-caption {
  margin: 0 !important;
  color: var(--base-outline);
  font-size: .9rem;
  padding: 0 !important;
  text-align: center !important;
  line-height: initial;
}

.wp-block-video video {
  max-width: 100%;
}

.wp-block-cover img,
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-block-gallery .wp-block-image figcaption {
  margin: 0 auto 2px 4px !important;
  width: calc(100% - 8px) !important;
}

.wp-block-embed__wrapper {
  position: relative;
  text-align: center;
}

.wp-block-quote {
  font-weight: 400;
  color: #333;
  background-color: #e9e9e9;
  border: none;
  border-radius: 1rem;
  display: block;
  text-align: right;
  padding: 15px 30px;
  margin: 0 5px 30px 0;
}

.wp-block-quote p {
  margin: 0;
}

.wp-block-quote p::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: .8rem;
  padding-right: 7px;
  content: "\f10d";
}

.wp-block-quote P::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: .8rem;
  padding-left: 7px;
  content: "\f10e";
}

.wp-block-quote cite {
  font-style: italic;
  font-weight: 400;
  font-size: .8rem;
  margin-top: 15px;
  display: block;
}

.wp-block-quote cite::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: .8rem;
  padding-right: 7px;
  content: "\f86c";
}

/* Gutemberg layout fix */