/*body {
  background-color: #feff99;
}*/

h2 {
  color: green;
}

.blue {
  color: rgb(29, 3, 132);
}


h4 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.25em;
  color: rgb(215, 26, 26);
}

a {
  color: green;
}

.redonda {
  border-radius: 50%;
  width: 25vw;
}

.social {
  width: 5vw;
}

.texto-normal {
  font-size:1em; 
  font-family: 'Times New Roman', Times, serif;
}

.texto-mas-amplio {
  font-size: 1.2em;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-chico {
  list-style-image: url(imagenes/logo_casa_letra_chico.png);
}

.ancho-ajustado {
  max-width: 80vw;
}