@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-size: 62.5%;
  font-family: "Poppins", serif;
  background-color: #0b0b0b;
}

.logotipo__home {
  width: 10rem;
  filter: invert();
}

a {
  font-size: 1.8rem;
  font-family: "Poppins", serif;
  text-decoration: none;
  color: white;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.menu__wrapper__home {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  gap: 4rem;
}

.portfolio__wrapper {
  width: 100%;
  margin: auto;
  padding-bottom: 5rem;
}

.fotos__content {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fotos__content img {
  width: 50rem;
  height: auto;
  display: block;
  border: 0.6rem solid #0b0b0b;
  transition: filter 0.3s ease, transform 0.2s ease;
  aspect-ratio: 16 / 9;
}

.fotos__content img:hover {
  filter: grayscale(1);
}

@media (min-width: 1440px) and (max-width: 1528px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body,
  html {
    font-size: 62.5%;
    font-family: "Poppins", serif;
    background-color: #0b0b0b;
  }
  
  .logotipo__home {
    width: 10rem;
    filter: invert();
  }
  
  a {
    font-size: 1.8rem;
    font-family: "Poppins", serif;
    text-decoration: none;
    color: white;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
  
  .menu__wrapper__home {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    gap: 4rem;
  }
  
  .portfolio__wrapper {
    width: 100%;
    margin: auto;
    padding-bottom: 5rem;
  }
  
  .fotos__content {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .fotos__content img {
    width: 50rem;
    height: auto;
    display: block;
    border: 0.6rem solid #0b0b0b;
    transition: filter 0.3s ease, transform 0.2s ease;
    aspect-ratio: 16 / 9;
  }
  
  .fotos__content img:hover {
    filter: grayscale(1);
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body,
  html {
    font-size: 62.5%;
    font-family: "Poppins", serif;
    background-color: #0b0b0b;
  }
  
  .logotipo__home {
    width: 10rem;
    filter: invert();
  }
  
  a {
    font-size: 1.8rem;
    font-family: "Poppins", serif;
    text-decoration: none;
    color: white;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
  
  .menu__wrapper__home {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    gap: 4rem;
  }
  
  .portfolio__wrapper {
    width: 100%;
    margin: auto;
    padding-bottom: 5rem;
  }
  
  .fotos__content {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .fotos__content img {
    width: 50rem;
    height: auto;
    display: block;
    border: 0.6rem solid #0b0b0b;
    transition: filter 0.3s ease, transform 0.2s ease;
    aspect-ratio: 16 / 9;
  }
  
  .fotos__content img:hover {
    filter: grayscale(1);
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body,
  html {
    font-size: 62.5%;
    font-family: "Poppins", serif;
    background-color: #0b0b0b;
  }
  
  .logotipo__home {
    width: 10rem;
    filter: invert();
  }
  
  a {
    font-size: 1.8rem;
    font-family: "Poppins", serif;
    text-decoration: none;
    color: white;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
  
  .menu__wrapper__home {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    gap: 4rem;
  }
  
  .portfolio__wrapper {
    width: 100%;
    margin: auto;
    padding-bottom: 5rem;
  }
  
  .fotos__content {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .fotos__content img {
    width: 50rem;
    height: auto;
    display: block;
    border: 0.6rem solid #0b0b0b;
    transition: filter 0.3s ease, transform 0.2s ease;
    aspect-ratio: 16 / 9;
  }
  
  .fotos__content img:hover {
    filter: grayscale(1);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body,
  html {
    font-size: 62.5%;
    font-family: "Poppins", serif;
    background-color: #0b0b0b;
  }
  
  .logotipo__home {
    width: 10rem;
    filter: invert();
  }
  
  a {
    font-size: 1.8rem;
    font-family: "Poppins", serif;
    text-decoration: none;
    color: white;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
  
  .menu__wrapper__home {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    gap: 4rem;
  }
  
  .portfolio__wrapper {
    width: 100%;
    margin: auto;
    padding-bottom: 5rem;
  }
  
  .fotos__content {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .fotos__content img {
    width: 50rem;
    height: auto;
    display: block;
    border: 0.6rem solid #0b0b0b;
    transition: filter 0.3s ease, transform 0.2s ease;
    aspect-ratio: 16 / 9;
  }
  
  .fotos__content img:hover {
    filter: grayscale(1);
  }
}

@media (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body,
  html {
    font-size: 62.5%;
    font-family: "Poppins", serif;
    background-color: #0b0b0b;
  }
  
  .logotipo__home {
    width: 10rem;
    filter: invert();
  }
  
  a {
    font-size: 1.8rem;
    font-family: "Poppins", serif;
    text-decoration: none;
    color: white;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
  
  .menu__wrapper__home {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    gap: 4rem;
  }
  
  .portfolio__wrapper {
    width: 100%;
    margin: auto;
    padding-bottom: 5rem;
  }
  
  .fotos__content {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .fotos__content img {
    width: 100%;
    height: auto;
    display: block;
    border: 0.6rem solid #0b0b0b;
    transition: filter 0.3s ease, transform 0.2s ease;
    aspect-ratio: 16 / 9;
  }
  
  .fotos__content img:hover {
    filter: grayscale(1);
  }
}