@import url("https://fonts.googleapis.com/css2?family=Montserrat: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&display=swap");

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

body {
  font-family: "Montserrat", sans-serif;
  background-color: #f1e9db;
}

nav {
  background-color: #07020d;
  border-bottom: 4px solid #5db7de;
}

ul {
  gap: 20px;
}

.navbar-toggler-icon {
  background-color: #5db7de;
}

a.nav-link:link,
a.nav-link:visited {
  color: #f1e9db;
}

a.nav-link:hover,
a.nav-link:active {
  color: #5db7de;
}

h1 {
  font-size: 36px;
  font-weight: 400;
}
.precio1 {
  font-size: 20px;
  margin-right: 8px;
  text-decoration: line-through;
  line-height: 1.66;
  letter-spacing: -0.26px;
  color: rgb(136, 136, 136);
}

.precio2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.32px;
}

.comprar {
  font-size: 25px;
  background-color: #5db7de;
}

h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

footer {
  background-color: #716a5c;
  color: #f1e9db;
  font-weight: 600;
  text-align: center;

  padding: 75px 0;
}
.foot {
  list-style: none;
}

.titulo {
  color: #f1e9db;
  font-size: 35px;
  font-weight: 400;
  padding-bottom: 12px;
}
.icono {
  width: 200px;
  height: 200px;
  margin-left: 50px;
}
a.nav-link {
  font-size: 18px;
}

.electrodomesticos {
  padding-bottom: 65px;
  text-align: center;
}
.ofertas {
  text-align: center;
  font-size: 30px;
  padding-bottom: 20px;
}
