

body{
  background-color: #3f94c4;
}

.embed-container { position: relative; padding-bottom:56.25%; height:0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

#embedCategoryLink a {
  color: #3f94c4 !important;
  text-decoration: underline;
}
.lead{
  text-align: left;
}
.entry__title {
  font-size: calc(8rem * var(--text-multiplier));
}


.spa {
  align-content: space-around;
  display: grid;
}

figcaption{
  font-family: var(--font-1);
  font-weight: 400;
  font-size: var(--text-sm);
  line-height: var(--vspace-0_75);
  font-style: normal;
  color: rgb(0, 0, 0);
  text-align: left;
}

.hashtag{
  font-weight: 600;
}

blockquote cite, blockquote cite a, blockquote cite a:visited {
  color: #ffffff;
  border: none;
  font-size: var(--base-font-size);
}

blockquote {
  margin: 0 0 var(--vspace-1) 0;
  padding: var(--vspace-1) var(--vspace-1_5);
  border-left: 2px solid #dd614a;
  position: relative;
}

blockquote cite:before {
  content: "\2014 \0020";
}

#ficha-obra{
  margin: 0 0 var(--vspace-1) 0 !important;
  padding: var(--vspace-1) var(--vspace-1_5) !important;
  border-left: 2px solid #dd614a !important;
  position: relative !important;
}
#ficha-obra cite{
 color: #ffffff; 
 border: none; 
 font-size: var(--base-font-size);
}
