.cont-shad-advice {
  background: #ffffff;
  box-shadow: 0px 4.5px 36px rgba(163, 169, 172, 0.3);
  border-radius: 8px;
  padding: 0rem 2rem 0rem 2rem;
}
.cont-shad-advice2 {
  max-width: 80%;
  background: rgba(163, 169, 172, 0.1);
}
.cont-tab-sect2 {
  max-width: 80%;
}
.txt-down-quoter {
  color: #1e242b;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}
.txt-down-quoter:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .unjusti {
    justify-content: start !important;
  }
}

/* step 2.5 */

.sorry-icon {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sorry-icon .icono {
  width: 104px;
  height: 104px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.quotersorry {
  background-image: url(../../../img/icons/Solicitud_Warning.svg);
}
.quoteaprove {
  background-image: url(../../../img/icons/Solicitud.svg);
}

.btn-quoter-warning {
  width: 80%;
  border: 2px solid #333d47;
  padding: 0.5rem 0rem 0.5rem 0rem;
  color: #333d47;
  border-radius: 24px;
  text-align: center;
}
.btn-quoter-warning:hover {
  background-color: #333d47;
  color: #ffffff;
}
@media (max-width: 767px) {
  .unjusti2 {
    justify-content: center !important;
  }
}

/* step 2.5-2 */

.qr-icon-quo {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-icon-quo .icono {
  width: 214px;
  height: 214px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.quoterqr1 {
  background-image: url(../../../img/icons/qrstep25.svg);
}
.btn-quoter-warning2 {
  width: 40%;
  border: 2px solid #333d47;
  padding: 0.5rem 0rem 0.5rem 0rem;
  color: #333d47;
  border-radius: 24px;
  text-align: center;
}
.btn-quoter-warning2:hover {
  background-color: #333d47;
  color: #ffffff;
}

/* step 3.5 */

.quoterqr2 {
  background-image: url(../../../img/icons/qrstep35.svg);
}

/* btn continuar footer cotizador */

/* @media (max-width: 767px) {
    .cont-btn-quoter  {
        margin: 0px !important;
    }
} */
.pr-quo {
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .pr-quo {
    padding-right: 0rem !important;
  }
}
