* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  * header {
    background-image: url(../assets/header.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%; }

  * header .nav {
    display: flex;
    justify-content: end;
    align-content: center;
    margin: 0;
    padding: 1%;
    padding-right: 1%;
    float: right;
    width: 100%; }

header .logo {
  margin-left: 2%;
  margin-top: 10%;
  width: 300px;
  height: 500px; }

.logo:hover {
  transform: rotate(350deg); }

h1 {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 4rem;
  margin: auto;
  margin-right: 5%;
  padding: 0%;
  line-height: 4.5rem;
  padding-bottom: 5%; }

h2 {
  background-color: red;
  color: white;
  text-align: right;
  padding: 1%;
  margin-bottom: 5%;
  margin-left: 30%;
  justify-content: left;
  display: flex;
  font-size: 4em; }

body {
  background-color: black; }

section {
  text-align: center;
  color: white;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap; }

div img {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0%;
  font-style: italic;
  color: white;
  width: 350px;
  height: 450px;
  border-radius: 20px;
  overflow: hidden; }

h3 {
  color: #fafafa;
  font-size: 2.7em;
  padding-top: 3%;
  text-align: center; }

button {
  background-color: white;
  font-size: 30px;
  padding: 15px 100px;
  margin: 2%;
  cursor: pointer; }

.img-fin {
  background-image: url(../assets/encuentra.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 450px;
  padding: 0;
  margin-top: 10%; }

h4 {
  font-size: 4rem;
  font-family: Arial, Helvetica, sans-serif; }

.footer {
  background-color: black;
  padding-top: 10%;
  padding-bottom: 5%;
  color: white;
  display: flex;
  justify-content: center; }

h5 {
  font-size: 1em;
  line-height: 3rem;
text-align: start; }

h6 {
  font-size: 2em; }

p {
  color: white;
  text-align: center; }

.imagen-blog {
  margin-top: 5%;
  padding: 0;
  background-color: black; }

.imagen-blog img {
  margin: 10%;
  margin-top: 2%;
  padding: 0%;
  width: 80%;
  height: 50%; }

.galeria {
  display: grid;
  width: 90%;
  padding-left: 10%;
  padding-top: 5%;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: repeat(3, 250px);
  grid-template-areas: "img1 img1 img2 img2"
 "img1 img1 img3 img4"
 "img1 img1 img5 img5";
  gap: 3rem;
  justify-content: center; }

.imagen-galeria {
  width: 100%;
  height: 100%; }

.imagen-galeria img {
  width: 100%;
  height: 100%; }

.img1 {
  grid-area: img1; }

.img2 {
  grid-area: img2; }

.img3 {
  grid-area: img3; }

.img4 {
  grid-area: img4; }

.img5 {
  grid-area: img5; }

.contenedor-anuncios {
  text-align: center;
  color: white;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap; }

.iconos {
  width: 400px;
  margin: 0;
  padding-top: 5%; }

form {
  display: block;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 100%;
  font-size: 20px;
  color: black;
  background-color: white; }

fieldset {
  width: 70%;
  margin-left: 15%; }

input, textarea {
  width: 100;
  margin-bottom: 20px;
  padding: 7px;
  border-width: 2px;
  box-sizing: border-box; }

textarea {
  height: 100px;
  width: 90%;
  background-color: white; }

input {
  width: 90%;
  background-color: white; }

legend {
  font-size: 1.5em; }

@media (max-width: 1200px) {
  header .logo {
    width: 280px;
    height: 480px; }
  div img {
    margin-top: 10%; } }

@media (max-width: 992px) {
  header .logo {
    width: 250px;
    height: 450; }
  div img {
    margin-top: 10%; }
  h2 {
    font-size: 3em; } }

@media (max-width: 768px) {
  header {
    background-image: url(../assets/Untitled\ design.PNG);
  }
  .nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2%;
    margin: 0;
    width: 100%;
    font-size: 1.1em; }
  header .logo {
    width: 200px;
    height: 350px; }
  div img {
    margin-top: 15%; }
    div img h1 {
      font-size: 3rem; }
    div img h2 {
      font-size: 2.5em; } }

@media (max-width: 560px) {
  header {
    background-image: url(../assets/Untitled\ design.PNG);
  }
  header .logo {
    margin-top: 15%;
    width: 180px;
    height: 320px; }
  h1 {
    font-size: 1.8em;
    line-height: normal; }
  h2 {
    font-size: 1.8em; }
  main h3 {
    font-size: 2em; }
  .h4 {
    font-size: 1em; }
  main button {
    font-size: 20px; }
  div img {
    width: 340px;
    margin-top: 15%; }
  .galeria {
    display: grid;
    width: 90%;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(1, 20%);
    grid-template-areas: "img1 img1"
 "img2 img2"
 "img3 img3"
 "img4 img4"
 "img5 img5";
    gap: 3rem;
    justify-content: center; }
  .imagen-galeria {
    width: 100%;
    height: 100%; }
  .imagen-galeria img {
    width: 100%;
    height: 100%; }
  .img1 {
    grid-area: img1; }
  .img2 {
    grid-area: img2; }
  .img3 {
    grid-area: img3; }
  .img4 {
    grid-area: img4; }
  .img5 {
    grid-area: img5; }
  .imagen-blog img {
    margin: 10%;
    margin-top: 2%;
    padding: 0%;
    width: 80%;
    height: 50%; } }

.footer {
  margin-top: 10%; }

@media (max-width: 350px) {
  header {
    background-image: url(../assets/Untitled\ design.PNG);
  }
  header .logo {
    margin-top: 15%; }
  h1 {
    font-size: 1.8em; }
  h2 {
    font-size: 1.8em; }
  main h3 {
    font-size: 2em; }
  main button {
    font-size: 20px; }
  div img {
    width: 300px;
    margin-top: 10%; }
  .galeria {
    display: grid;
    width: 90%;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(1, 20%);
    grid-template-areas: "img1 img1"
 "img2 img2"
 "img3 img3"
 "img4 img4"
 "img5 img5";
    gap: 3rem;
    justify-content: center; }
  .imagen-galeria {
    width: 100%;
    height: 100%; }
  .imagen-galeria img {
    width: 100%;
    height: 100%; }
  .img1 {
    grid-area: img1; }
  .img2 {
    grid-area: img2; }
  .img3 {
    grid-area: img3; }
  .img4 {
    grid-area: img4; }
  .img5 {
    grid-area: img5; } }
