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

body {
  font-family: Roboto, sans-serif;
}

.top-banner {
  background-color: #222222;
  color: white;
  display: flex;
  padding: 8px 90px;
  justify-content: space-between;
  align-items: center;
}

.top-banner form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#moneda,
#idioma {
  background-color: #222222;
  color: white;
  border-style: none;
}

header nav {
  background-color: #f0a83e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  flex-direction: column;
}

header ul,
i,
span,
a {
  color: white;
  list-style: none;
  text-decoration: none;
}

h2 {
  color: #3c2313;
}

header nav img {
  width: 15.68px;
}

header ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.banner {
  background-image: url(../img/background.png);
  background-position: center;
  background-size: cover;
  height: 409px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  text-align: center;
}

.banner h2 {
  background-color: white;
  border-radius: 5px;
  color: #3c2313;
  font-weight: 400;
  padding: 10px;
}

.banner p {
  color: #3c2313;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

.banner a {
  background-color: #f0a83e;
  color: white;
  padding: 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

section i {
  color: #f0a83e;
  font-size: 67px;
}

section h1 {
  color: #3c2313;
  font-weight: 700;
  margin-top: 20px;
}

section p {
  color: #666666;
  margin-top: 20px;
}

section div {
  display: flex;
  margin-top: 50px;
  gap: 30px;
  flex-direction: column;
}

section article {
  background-color: #fbfaf6;
  text-align: center;
  font-weight: bold;
  height: 370px;
}

section article p {
  color: #3c2313;
}

.precio {
  color: #f0a83e;
  font-weight: bold;
}

section form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 70px;
  text-align: center;
}

form h2 {
  font-size: 35px;
  font-weight: 700;
  color: #3c2313;
}

#usuario,
#email,
#telefono {
  background-color: #3c2313;
  padding: 10px;
  border-radius: 10px;
  border-style: none;
}

#usuario::placeholder,
#email::placeholder,
#telefono::placeholder {
  color: white;
}

.boton {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 3px;
}

#resetear {
  background-color: #8a8787;
  padding: 10px;
  border-style: none;
  border-radius: 20px;
  color: white;
  font-size: 16px;
  width: 90px;
}

#enviar {
  background-color: #f0a83e;
  padding: 10px;
  border-style: none;
  border-radius: 20px;
  color: white;
  font-size: 16px;
  width: 90px;
}

footer nav {
  background-color: #f0a83e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 10px;
  flex-direction: row;
  gap: 5px;
}

footer h2 {
  color: white;
}

footer nav form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#email-footer {
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  border-style: none;
  padding-right: 15px;
}

#suscripcion {
  background-color: #3c2313;
  border-radius: 20px;
  border-style: none;
  padding: 10px;
  color: white;
}

.pie-pagina {
  background-color: #3c2313;
  display: flex;
  justify-content: space-between;
  padding: 8px 70px;
  flex-direction: column-reverse;
}

.localidad,
.telefono,
.email {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  color: white;
}

.texto p {
  color: #8a8787;
}

.pie-pagina i {
  font-size: 40px;
}

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

.datos-contacto {
  display: flex;
  flex-direction: column;
}

.logo span {
  color: #f0a83e;
}

.copyright {
  background-color: #222222;
  text-align: center;
  color: white;
}

@media (min-width: 880px) {
  section div {
    flex-direction: row;
  }
}

@media (min-width: 656px) {
  header ul {
    flex-direction: row;
  }
}

@media (min-width: 622px) {
  .pie-pagina {
    flex-direction: row;
  }
}

@media (min-width: 629px) {
  footer nav form {
    flex-direction: row;
  }
}

@media (min-width: 537px) {
  footer nav {
    flex-direction: row;
  }
}

@media (min-width: 641px) {
  #email-footer {
    padding-right: 200px;
  }
}

@media (min-width: 395px) {
  #usuario,
  #email,
  #telefono {
    padding: 10px 200px 10px 10px;
  }

  #resetear,
  #enviar {
    padding: 15px;
    width: 110px;
  }

  header nav {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  footer nav {
    flex-direction: column;
  }
}

@media (min-width: 361px) {
  .pie-pagina i {
    font-size: 20px;
  }

  .pie-pagina h2 {
    font-size: 20px;
  }

  footer .logo {
    justify-content: center;
  }

  .top-banner {
    flex-direction: row;
  }

  .top-banner form {
    gap: 10px;
    flex-direction: row;
  }
}

@media (min-width: 415px) {
  .banner {
    justify-content: flex-end;
  }
}

@media (min-width: 344px) {
  .pie-pagina i {
    font-size: 20px;
  }

  .pie-pagina h2 {
    font-size: 20px;
  }

  footer .logo {
    justify-content: center;
  }
}

@media (min-width: 344px) {
  .boton {
    flex-direction: row;
  }
}
