.list_pasos {
  display: flex;
  align-content: center;
  justify-content: center;
}
.anchorcotiza a {
  color: var(--cBase) !important;
}
.title_cotiza p {
  font-size: 17px;
  text-align: center;
  max-width: 590px;
  margin: 10px auto 26px !important;
}
.title_cotiza h4 {
  font-size: 55px;
  text-align: center;
}

.contenedor_cotizacion {
  margin-top: 80px;
}
.card_pasos[paso="4"] {
  margin-right: 0;
}
.card_pasos {
  max-width: 90px;
  margin-right: 50px;
}
.card_pasos .number_pasos {
  border: 1px solid black;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 500ms;
  cursor: pointer;
}
.nombre_pasos h4 {
  font-size: 19px;
  text-align: center;
}
.nombre_pasos {
  margin-top: 9px;
}
.card_pasos .number_pasos h4 {
  font-size: 45px;
  color: var(--cBase);
  font-family: "Helvetica Bold";
}
.number_pasos.paso_active {
  background: var(--cBlack);
}
.list_pasos_content {
  max-width: 590px;
  margin: 0 auto;
}
.input_pasos textarea {
  width: 100%;
  resize: none;
  height: 110px;
  padding: 10px 15px;
  margin-top: 15px;
  outline: none;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
}
.card_content_pasos h4 {
  font-weight: 10;
  font-size: 16px;
}
.contenedor_button_next {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.contenedor_button_next button {
  box-shadow: 6px 6px 12px #00000074;
  background: var(--cBase);
  padding: 8px 45px;
  color: black;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  border: none;
}

.card_content_pasos {
  display: none;
  animation: fadeIn 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.card_content_paso_active {
  display: block;
}
#errormsg {
  max-width: 590px;
  margin: 0 auto 10px auto;
  color: red;
  font-size: 17px;
}
.contenedor_pasos {
  margin-bottom: 45px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#imagen {
  display: none;
}
.contenedor_selectImagen label {
  color: var(--cPlomo);
  cursor: pointer;
}
.contenedor_selectImagen {
  margin-top: 15px;
  border: 1px solid #d3d3d3;
  padding: 15px 15px 26px;
  border-radius: 10px;
}
.contenedor_selectImagen label {
  color: var(--cPlomo);
}
.inputs_datos input {
  margin-bottom: 12px;
  width: 100%;
  border-radius: 8px;
  height: 40px;
  border: 1px solid #d3d3d3;
  outline: none;
  padding: 5px;
}

.mbsc-cal-cell-i.mbsc-cal-day-i > div:nth-child(2) {
  visibility: hidden;
}
.contenedor_fecha_input input {
  width: 100%;
  border-radius: 8px;
  height: 40px;
  border: 1px solid #d3d3d3;
  outline: none;
  padding: 5px;
  cursor: pointer;
}
.contenedor_fecha_input {
  margin-bottom: 20px;
}
.title_fecha {
  margin-bottom: 7px;
}
.title_datos_personales {
  margin-bottom: 11px;
}
.contenedor_gracias p {
  font-size: 18px;
  text-align: center;
  font-weight: 100;
  max-width: 500px;
  margin: 17px auto 0 !important;
}
.contenedor_gracias h4 {
  text-align: center;
  font-size: 30px;
}
.contenedor_gracias p {
  font-size: 18px;
  text-align: center;
  font-weight: 100;
  max-width: 500px;
  margin: 17px auto 0 !important;
}
.card_content_pasos {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .contenedor_cotizacion {
    margin-top: 45px;
  }
  .title_cotiza h4 {
    font-size: 35px;
    text-align: center;
  }
  .title_cotiza p {
    font-size: 15px;
    max-width: 590px;
    margin: 10px auto 26px !important;
  }
  .contenedor_pasos {
    margin-bottom: 45px;
  }
  .card_pasos {
    max-width: 50px;
    margin-right: 17px;
  }
  .card_pasos .number_pasos {
    width: 45px;
    height: 45px;
  }
  .card_pasos .number_pasos h4 {
    font-size: 20px;
  }
  .nombre_pasos h4 {
    font-size: 13px;
  }
  .nombre_pasos {
    margin-top: 9px;
  }
  .card_content_pasos {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .card_content_pasos h4 {
    font-weight: 10;
    font-size: 14px;
  }
}
