.prices-page {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: #13213c;
  color: #ffffff;
  min-width: 350px;
}

.prices-header{
  margin-left: 20px;
}

.type-selectors {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  background-color: #8c8c8c;
  color:#111111;
  width: 100%;
  height: 25px;
}
.auto-selector, .suv-selector, .camioneta-selector, .camioneta-ex-selector {
  display: flex !important;
  font-size: 11px;
  font-weight: bold;
  width: 25%;
  align-items: center;
  justify-content: center;
}

.prices-container {
  display: flex;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: #fca211;
  color: #111111;
  padding-top: 10px;
  padding-bottom: 15px;
}

.price-container-mobile {
  display: flex !important;
  flex-direction: row !important;
}
.div-prices-mobile {
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
}
.div-services-prices {
  display: flex !important;
  flex-direction: row !important;
}
.service-name, .service-price {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  margin-left: 20px;
}
.service-price{
  margin-right: 20px;
  margin-left: auto !important;
}
.description-price-list {
  display: flex !important;
  align-items: center;
  margin-left: 20px;
  font-size: 7px;
  color: #454444;
  font-weight: normal;
  margin-top: -5px;
}





.div-back-prices {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
}
.back-btn-price {
  background-color: #fca211;
  color:#111111;
  border: none;
  cursor: pointer;
  font-size: 14px;
  width: 90px;
  height: 30px;
  border-radius: 15px;
}

