body {
 
    background-color: black;
    color: white;
    font-family: 'Roboto', serif;
  }
  .fotos img {
    transition: transform 0.3s ease;
    margin: 5px;
  }
  h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 800;
  }
  
.resum{
  text-align: center;
  margin-bottom: 20px;
}
  .fotos img:hover {
    transform: scale(1.1);
  }
  img {
    height: auto;
    max-width: 100%;
  }
  
  img.logo {
    height: auto;
    max-width: 50%;
    margin-bottom: 70px;
  
  }
  .redes{
    margin-right: 10px;;
  }
  .iconos {
    text-align: right;
    color: rgb(255, 255, 255);
    margin-top: 15px;
    margin-bottom: 20px;
  }
  
  .iconos a {
    text-decoration: none;
    color: rgb(255, 254, 254);
    text-align: right;
  }
  
.peu {
    text-align: center;
    margin-top: 110px;
    margin-bottom: 20px;
  }


  /* ESTILOS MOVIL */
  @media (max-width: 1024px) {

    img.logo {
        height: auto;
        max-width: 100%;
        margin-bottom: 30px;
      
      }
    /* footer */
    .iconos {
      text-align: center;
      color: rgb(255, 255, 255);
      margin-top: 15px;
      margin-bottom: 20px;
    }
    
  
    a {
      text-decoration: none;
      color: rgb(255, 255, 255);
    }
    /* fin footer */
  }
  