body {
  background-image: url(/imgInfinita/Munrosbookfondo.png);
}

.imgReal {
  background-image: url(/imgInfinita/Munrosboocolor.jpg);
}

#texto13,
#texto33{
  text-align: justify;
  text-indent: 1vw;
font-family: "Faustina";
font-style: italic;
font-size:0.83vw;
color: white;
padding: 1vw;
text-indent: 0.52vw;
animation-delay: 1s;
animation-duration: 4s;
animation-fill-mode: forwards;
}

#titular13, #titular33{
  text-align: center;
font-family: "Faustina";
font-size:1.3vw;
color: white;
  color: white;
  padding: 1vw;
  text-indent: 0.52vw;
  animation-delay: 1s;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  }

#titular13{
  grid-area: 3 / 13 / 13 / 44;
}

#texto13{
  grid-area: 14/ 13 / 98 / 44;
}

#texto13 img{
  float: left;
  padding-right: 1vw;
  padding-bottom:3vh;
  width: 30%;
  }

  .fotoSuelta23{
    grid-area:6 / 45 / 94 / 70;
  }

  .fotoSuelta23 img{
width: 21vw;  }

#pieFoto23{
  grid-area:90 / 45 / 94 / 66;
  padding: 0.5vw;
  opacity: 0.9;
  text-align: justify;
font-family: "Faustina";
font-size: 0.8vw;
}

#titular33{
  grid-area:3 / 67 /13 /96;
}
#texto33{
  grid-area:14 / 67 / 74 /96;
}

.video{
  grid-area: 76/67/100/96;
align-content: center;
font-family: "Faustina";
font-size: 0.8vw;
}

.video > p{
padding-bottom: 2vw;}

.color{
  background-color: rgba(163, 73, 164);
  transition-property: background-color;
  transition-duration: 4s;
  }