@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
}

p,
a {
  font-size: 1em;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(35, 41, 49, 1);
}

body {
  width: 100%;
  max-width: 1920px;
  
  overflow: hidden;

  font-family: 'Lato', sans-serif;
  display: block;
  background-image: url(../img/fondo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
figure{
    width: 45%;
    height: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
figure img{
    width: 100%;
    
}