  @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;1,700&display=swap');

body , p , h1 , h2 ,h3 ,h4 , h5 , h6  {
  font-family: Merriweather;
  text-decoration: none; 
}

u , a {
  text-decoration: none; 
}
.foto-portada{
    width: 100%;
    position: relative;
}

.foto-titulo{
  position: absolute;
  bottom: 40px;
  left: 0;
  font-size: calc(18px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  color: rgba(242, 242, 242);
  text-decoration: none;
  text-shadow: 2px 2px black;
  font-weight: 900;
}

.cabecera-autor-frase {
  border: 2px solid #22262a; 
  border-style: none none solid solid; 
  border-radius: 0 0 0 15px; 
  color: #22262a; 
  padding-left: 20px;
  text-align: center;
}
.cabecera-autor-autor {
  padding-top: 10px; 
  text-align: center; 
}

p , li , ol , ul {
  font-size: clamp(1.3rem, 5vw, 1.3rem); 
  
}

figure {
  
  padding-top: 20px;
  padding-bottom: 20px;
  
}

figcaption {
  font-size: 1rem;
  color: #000000;
  font-stretch:expanded;
  font-weight: bold;
}

.centrado {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  margin-top: 25px; 
  margin-bottom: 25px;
}

.enlace {
  text-decoration: underline wavy blue;
  }

.frase-titular{
  font-size: calc(18px + (26 - 12) * ((100vw - 300px) / (1600 - 300)));
  color: var(--success);
  text-decoration: none;
  text-shadow: 1px 1px blue;
  font-weight: 400;
}

.navbar-brand {
  min-height: 120px;
  
}

footer div.mod-footer {
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  footer div.mod-footer {
    flex-direction: row;
  }
}

caption-side: top;

a {
  text-decoration: none;
}

