.page-precio #content {
  padding-top: 0;
}

.page-categoria .contenedor,
.page-precio .contenedor {
  display: block;
  overflow: hidden;
}

.page-categoria .d-60,
.page-precio .d-60 {
  float: left;
  width: 60%;
}

.page-categoria .div-txt,
.page-precio .div-txt {
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  color: lightslategrey;
}

.page-categoria .products > h1,
.page-categoria .contenedor > h2,
.page-categoria .products h2,
.page-precio .d-40 h2,
.page-precio .d-60 h2,
.page-precio .contenedor > h2 {
  font-size: 22px !important;
  color: #1a1a1a;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 14px;
}

.page-categoria .products > h1 {
  color: dimgrey;
  font-size: 26px !important;
  text-align: left;
  margin: 30px 0 !important;
  border-bottom: 2px #80808045 solid;
  padding-bottom: 16px;
}

.page-categoria .contenedor > h2,
.page-precio .contenedor > h2 {
  margin-top: 32px;
}

.page-categoria .products-grid .car-card-link,
.page-precio .products-grid .car-card-link {
  display: block;
  color: #282828;
  text-decoration: none;
}

.page-categoria .products-grid .car-card-link:hover,
.page-precio .products-grid .car-card-link:hover {
  color: #379fff;
}

.page-categoria .products-grid .car-card-link .title,
.page-precio .products-grid .car-card-link .title {
  font-weight: 300;
  font-size: 22px;
  margin: 10px 0 !important;
  line-height: 20px;
}

.page-categoria .products-grid .car-card-link small,
.page-precio .products-grid .car-card-link small {
  color: #626262;
  line-height: 1.25em;
}

.page-precio .single-product {
  display: block;
  margin-top: 0;
}

.page-precio .single-product .sheet {
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}

.page-precio .contenedor {
  display: block;
  overflow: hidden;
}

.page-precio .d-20 {
  float: left;
  width: 20%;
}

.page-precio .d-40 {
  float: left;
  width: 40%;
}

.page-precio .d-60 {
  float: left;
  width: 60%;
}

.page-precio .div-txt {
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  color: lightslategrey;
}

.page-precio .sheet > h1,
.page-precio .contenedor > h1 {
  color: dimgrey;
  font-size: 26px !important;
  margin: 30px 0 !important;
  border-bottom: 2px #80808045 solid;
  padding-bottom: 16px;
  text-align: center;
}

.page-precio .d-40 h2,
.page-precio .d-60 h2,
.page-precio .contenedor > h2 {
  font-size: 22px !important;
  color: #1a1a1a;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 14px;
}

.page-precio .d-60 h2:not(:first-child) {
  margin-top: 28px;
}

.page-precio .contenedor > h2 {
  margin-top: 32px;
}

.page-precio .station-price-chart {
  width: 100%;
  height: 500px;
}

.page-precio .dlink {
  color: #00a2ff;
  font-weight: normal;
}

.page-precio .products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 5px;
  margin-bottom: 35px;
  margin-left: -10px;
  width: calc(100% + 20px);
}

.page-precio .products-grid .product {
  width: calc(20% - 20px);
  padding: 15px;
  position: relative;
  background: white;
  margin: 10px;
  box-shadow: 1px 1px 1px #00000030;
}

.page-precio .products-grid .car-card-link {
  display: block;
  color: #282828;
  text-decoration: none;
}

.page-precio .products-grid .car-card-link:hover {
  color: #379fff;
}

.page-precio .products-grid .car-card-link .title {
  font-weight: 300;
  font-size: 22px;
  margin: 10px 0 !important;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 21px;
}

.page-precio .products-grid .car-card-link small {
  color: #626262;
  line-height: 1.25em;
}

@media only screen and (max-width: 480px) {
  .page-precio .d-40,
  .page-precio .d-60 {
    width: 100% !important;
    float: none;
  }

  .page-precio .d-60 {
    padding: 0 !important;
  }

  .page-precio .products-grid .product {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 640px) {
  .page-precio .products-grid .product {
    width: calc(100% - 20px);
  }
}
