* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  vertical-align: baseline;
}

.barra-del-nav {
    height: 80px;
    padding-top: 10px;
    padding-left: 10px;
}

h1{
  text-align: center;
  color: #00a8f3;
}

h2 {
  text-align: center;
  color: #00a8f3;
}

h6 {
  color: #00a8f3;
  text-decoration: underline;
  text-align: center;
}

.fondo {
  background-color: #00a8f3;
  color: white;
  text-align: center;
  margin-top: 2%;
  height: 150px;
}

.fondo-titulo {
  background-color: #00a8f3;
  color: white;
  text-align: center;
  margin-top: 2%;
  height: 60px;
}

.card-title {
  text-align: center;
  color: #5271ff;
  text-decoration: underline;
}

.card-text {
  text-align: justify;
}

.precio-tachado {
  color: red;
  text-decoration: line-through;
  text-align: center;
}

.precio-descuento {
  color: green;
  text-align: center;
}

.separador {
  background-color: white;
  height: 30px;
}