
  body {
    background-image: url(/imgInfinita/Catskillsfondo.png);
  }
  .imgReal {
    background-image: url(/imgInfinita/Catskillsfondocolor.jpg);
  }

#contenedorPagInf {
  margin-top: 5vh;
  margin-left: 2vw;
  display: grid;
  grid-template-columns: repeat(98, 1vw);
  grid-template-rows: repeat(96, 1vh);
}

#video{
  grid-area: 3/62/44/96;
  text-align: center;
}

#titular201 {
  grid-area: 1/16/12/60;
  color: transparent;
  padding-top: 1vh;
  font-size: 1.8vw;
  font-family: "Montserrat";
  text-align: center;
  padding-left: 2vw;
  animation-name: ctexto;
  animation-delay: 400ms;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  transition: 200ms;
}

.colorTexto{
  animation-delay: 400ms;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  transition: 200ms;
}

#texto201 {
  grid-area: 12/16/96/60;
font-size: 1vw;
font-family: "Rose";
text-align: left;
line-height: 2.2vh;
text-indent: 1vw;
}
.foto2{
  grid-area: 52/62/98/96;
background-image: url(./imgInfinita/Catskill2.jpg);
background-repeat: no-repeat;
background-size:cover;
}
.piefoto{
  grid-area: 98/62/100/96;
  text-align: center;
}

@keyframes ctexto {
  0% {
    color: black;
  }
  100% {
    color: white;
    background-color: black;
  }

}

@media only screen and (max-height: 800px) {
 #textoBio{
line-height: 1.2vw;}
  }
  
  
@media only screen and (max-height: 650px) {

  #pieFoto201{
    grid-area:60/40/62/96;
  }
}