body {
    background-color: white;
}

.lead, .attention-getter {
    font-family: var(--font-1);
    font-weight: 300;
    font-size: var(--text-md);
    line-height: var(--vspace-1_25);
    color: #ffffff;
}

.entry__media {
    MAX-WIDTH: 500px;
    margin-bottom: var(--vspace-2);
    margin: auto;
    padding-bottom: 5em;
}

.entry__media img{
   WIDTH: 600px;
   
    margin: auto;
}
figcaption{
    padding-top: 5%;
    list-style: none;
    display: flex;
    margin: 0;
}

figcaption  li {
    padding-left: 0;
    margin-right: 1rem;
    line-height: 1;
}

.entry__title .text-sans {
    font-weight: 600;
    font-style: normal;
    font-family: var(--font-3);
    font-size: calc(var(--entry-title-size) * var(--text-multiplier)*1.09);
}

h1{
    color: white;
      /* font-size: x-large; */
      padding-top: 1em;
      font-family: var(--font-6);
  }
  .s-header__nav a {
    text-transform: uppercase;
    display: inline-block;
    font-family: var(--font-3);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 4rem;
    color: #f9fafb;
    transition-property: color, background-color;
    letter-spacing: 0.1rem;
  }
  
  .s-header__nav a:hover {
    color: #f9fafb;
  }
  
  /* a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f9fafb;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  } */
  
  .s-header__nav ul {
    z-index: 200;
    margin: 0;
    padding: 2rem 0;
    background: #035070;
    border-radius: 0 0 4px 4px;
    transform: translate(0, 20px);
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
  }
  
  .s-header__nav ul li a {
    display: block;
    white-space: nowrap;
    padding: 0.6rem 3rem 0.6rem 2rem;
    font-family: var(--font-1);
    font-weight: 300;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.8rem;
    color: #f9fafb;
  }

  .i-redes{
    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;
  }
  
  .i-redes .fa{
    font-weight: 600;
    fill: rgb(0, 0, 0);
  }