html{

  touch-action: pan-y; 
  -ms-touch-action: none;
  -webkit-touch-callout: none; 
  -webkit-text-size-adjust: none; 
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none; 
   text-size-adjust: none;
   zoom: 1; 
}



body, html {
  margin: 0;
  padding: 0;
  width: 1080px;
  height: 1920px;
  font-family: helvetica ;
  zoom: 1; 
  overflow: hidden;
  background-color: black;
 
}
.web{
  display: inline-block;
  justify-content: center;
  align-items: center;

}

iframe {
  width: 1050px;
  height: 1795px;
  border: none;

}

footer {
  background-color:black;
  height: 130px;
  color:white;
}

.pie{
  display:grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.logo{
  grid-row-start:1 ;
  grid-column-start: 1;
  grid-row-end:1;
  grid-column-end: 2;
  justify-content: center;
  padding:1.5rem; 
}
.home{
  grid-row-start:1 ;
  grid-column-start: 2;
  grid-row-end:1;
  grid-column-end: 3;
  padding:3rem;
  height:2vh; 
}

.cajaLogo{
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.cajaCasa{
  display: flex;   
  align-content: center;
  justify-content: center;
  align-items: center;
}



.caja3{


}



/*--Botón Casita del footer--*/
.home span{
  color: rgb(243, 241, 240);
  font-size: 2.5rem;
  border-radius: 5rem;
  border: .35rem solid rgb(243, 241, 240);
  padding: 1rem;
}

.home span:hover{
   color: rgb(243,241,240,.5);
   transform:scale(1.4);
   border: .15rem solid rgb(243, 240, 240,.5);

}



