
  body {
    background-image: url(/imgInfinita/Uenofondo.jpg);}
    
  .imgReal {
    background-image: url(/imgInfinita/Uenofondocolor.jpg);
  }

  
  #articulo441{
    grid-area: 1/ 15 /200/ 90;
    font-size: 0.85vw;
    font-family: "Faustina";
    color: black;
    text-indent: 0.8vw;
    column-count: 2;
    column-gap:30vw;
    text-align: justify;
    background-color:   rgba(255, 255, 255, 0.6);
    padding: 1vw;
  }
  .titular{
    grid-area:1/ 39/10/66 ;
  }
  h2{
  text-align: center;
  color: black;
  font-size: 1.5vw ;
  font-family: "Montserrat";
  }
  
  .fotoentrevista1{
    grid-area:22 / 39 ;
  }
  .fotoentrevista2{
    grid-area:60 /39;
  }
  .fotoentrevista3{
    grid-area:92 /39;
  }
  .fotoentrevista4{
    grid-area: 140/39;
  }
  
  .fotoentrevista1 img,
  .fotoentrevista2 img,
  .fotoentrevista3 img,
  .fotoentrevista4 img{
    width: 27vw;
  }

  .pie{
    grid-area: 158/39/190/66;
  }
  .pie{
    font-size: 0.8vw;
    font-family: "Faustina";
    color: black;
    font-style: italic;
    text-align: justify;
  }
  #destacado{
    grid-area:58 /52 /70/70;
    font-size: 01vw;
    font-family: "Faustina";
    color: black;
    font-weight: 600;
    font-style: italic;
    text-indent: 0.8vw;
    text-align: justify;
  }
  .color{
    background-color: rgba(163, 73, 164);
    transition-property: background-color;
    transition-duration: 4s;
    }
  
  