.step-icon {
  max-width: 100px;
}

#tool_preventivo {
  background-color: #f5f5f7;
}

#priceDiv {
  margin-top: 80px;
}

.purple {
  color: rgb(77, 20, 74);
}

.smallTitleFirst {
  margin-bottom: 5px;
  margin-top: 30px;
  color: #6e6e73;
  font-size: 20px;
  line-height: 1.1428571429;
}

.smallTitle {
  margin-bottom: 5px;
  margin-top: 80px;
  color: #6e6e73;
  font-size: 20px;
  line-height: 1.1428571429;
}

.big {
  font-weight: 600;
}

.center-div {
  max-width: 600px;
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.receiveQuoteBtn {
  margin-top: 20px;
}

.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.btn-outline-custom {
  /*height: auto;
  max-width: 300px;
  min-height: 80px;*/
  max-width: 200px;
  height: auto;

  color: rgb(77, 20, 74);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1666666667;
  padding: 1rem 2rem;
  border-radius: 15px;
  display: block;
  text-align: center;
  /*flex: 1;*/
  flex: 1 1 100px;
  margin: 10px;
}

.btn-outline-custom:hover,
.btn-outline-custom:hover {
  background-color: rgb(77, 20, 74);
  color: white;
  transform: scale(1.05);
}

.btn-outline-custom:not(:hover) {
  transform: scale(1);
}

.btn-outline-custom:active,
.btn-outline-custom.active {
  background-color: rgb(217, 193, 216);
  color: rgb(77, 20, 74);
  border: none;
}

.btn-custom {
  color: rgb(77, 20, 74);
  border-color: rgb(77, 20, 74);
}

.btn-custom:hover,
.btn-custom:hover {
  background-color: rgb(217, 193, 216);
  color: rgb(77, 20, 74);
  border-color: rgb(77, 20, 74);
  transform: scale(1.05);
}

.btn-custom:not(:hover) {
  transform: scale(1);
}

.btn-custom:active,
.btn-custom.active {
  background-color: rgb(77, 20, 74);
  color: white;
  border-color: black;
}

.card {
  border-radius: 15px;
  border: 3px solid rgb(77, 20, 74);
  max-width: 300px;
  width: 100%;
  height: auto;
  margin-top: 20px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.smallText {
  font-size: 20px;
  color: rgb(77, 20, 74);
  text-align: center;
  margin: 0px;
}

.priceText {
  font-size: 40px;
  color: rgb(77, 20, 74);
  text-align: center;
  line-height: 1;
}

.footer{
  background-color: #dadada;
}