
  body {
    background-image: url(/imgInfinita/Belovedfondo.png);}
    
  .imgReal {
    background-image: url(/imgInfinita/Belovedfondocolor.jpg);
  }

  #contenedorPagInf {
    margin-top: 5vh;
    margin-left: 2vw;
    display: grid;
    grid-template-columns: repeat(98, 1vw);
    grid-template-rows: repeat(200, 1vh);
  }
  
  .titular360 {
    grid-area: 1/20/10/85;
    background-color: black;
    color: white;
    font-size: 2vw;
  font-family: "Montserrat";
  text-align: center;
padding-top: 1rem; }

  .texto360 {
  grid-area: 12/20/280/85;
  padding: 1rem;
  font-size: 1.2rem;
  font-family: "Montserrat";
  font-weight: 400;
  color: black;
  text-align: left;
  line-height: 1.4rem;
  column-count: 2;
  text-indent: 1rem;
  text-align: justify;
  column-gap: 2rem;
  }