.calculadora-block .calculadora-hipotecas-form.block::after {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.calculadora-block .calculadora-hipotecas-form.block .content.block-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.calculadora-hipotecas-block {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 24px 20px;
  border: 0;
}

.calculadora-hipotecas-block .wrapper-sliders .row {
  flex-direction: column;
}

.calculadora-hipotecas-block .wrapper-sliders {
  display: none;
}

.calculadora-hipotecas-block .wrapper-sliders .label {
  font-size: 16px;
  color: #444444 !important;
}

.calculadora-hipotecas-block .wrapper-sliders .row .range,
.calculadora-hipotecas-block .wrapper-sliders .row .my-auto {
  width: 100%;
  flex: 1 1 100%;
}

.calculadora-hipotecas-block .wrapper-sliders .row .range label {
  display: none;
}

.calculadora-hipotecas-block .wrapper-sliders .ajax-progress {
  display: none;
}

.calculadora-hipotecas-block .show-mortgage-simulator-btn-wrapper {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: all .25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.calculadora-hipotecas-block .show-mortgage-simulator-btn-wrapper:hover,
.calculadora-hipotecas-block .show-mortgage-simulator-btn-wrapper:hover #show-mortgage-simulator-btn {
  color: #AEE4B5;
}

.calculadora-hipotecas-block .show-mortgage-simulator-btn-wrapper .toggle {
  margin: auto 0;
}

.calculadora-hipotecas-block #show-mortgage-simulator-btn {
  width: 100%;
  background: transparent;
  border: 0;
  font-weight: 700;
  font-size: 21px;
  text-align: left;
  color: #444444;
  cursor: pointer;
}

.calculadora-hipotecas-block .row {
  margin-left: 0;
  margin-right: 0;
}

.calculadora-hipotecas-block .row+.row {
  margin-top: 16px;
}

.calculadora-hipotecas-block .rangeslider--horizontal {
  position: relative;
  height: 8px;
  background: #F4F4F4;
  border-radius: 999px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.calculadora-hipotecas-block .rangeslider__fill {
  background: #0076CF;
}

.calculadora-hipotecas-block .rangeslider__handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #0076CF;
  border: none;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.calculadora-hipotecas-block .rangeslider--horizontal .rangeslider__handle {
  top: -6px;
}

.calculadora-hipotecas-block .js-output {
  display: none;
}

.calculadora-hipotecas-block input.form-text {
  min-height: 45px;
  font-size: 16px !important;
  text-align: center !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  background-color: #F4F4F4 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.calculadora-hipotecas-block input[type="text"],
.calculadora-hipotecas-block input[type="number"] {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  font-size: 15px;
  box-sizing: border-box;
  text-align: right;
  background: #fff;
}

.calculadora-hipotecas-block .my-auto {
  position: relative;
}

.calculadora-hipotecas-block .my-auto .qty {
  position: relative;
  display: block;
}

.calculadora-hipotecas-block .my-auto .qty>input[type="text"],
.calculadora-hipotecas-block .my-auto .qty>input[type="number"] {
  padding-left: 48px;
  padding-right: 48px;
}

.calculadora-hipotecas-block .qty-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 32px;
  border: 1px solid #E5E5E5;
  background: #FFFFFF;
  color: #444444;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all .25s ease-in-out;
}

.calculadora-hipotecas-block .qty-btn.minus {
  left: 6px;
}

.calculadora-hipotecas-block .qty-btn.plus {
  right: 6px;
}

.calculadora-hipotecas-block .qty-btn:hover {
  background: #e9e9e9;
  border-color: #d7d7d7;
  color: #111827;
}

.calculadora-hipotecas-block .form-actions,
.calculadora-hipotecas-block .form-actions .form-submit {
  width: 100%;
}

.calculadora-hipotecas-block .form-actions {
  margin-top: 8px;
}

.calculadora-hipotecas-block .form-submit {
  display: inline-block;
  width: 100%;
  height: 50px;
  color: #004B7A;
  background: #AEE4B5;
  font-weight: 700;
  font-size: 16px;
  border: 0;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all .25s ease-in-out;
}

.calculadora-hipotecas-block .form-submit:hover {
  color: #AEE4B5;
  background: #004B7A;
}

.calculadora-hipotecas-block .footer {
  margin-top: 16px;
  padding: 22px 28px;
  background: #F0FAF1;
  text-align: left;
}

.calculadora-hipotecas-block .footer .importe-cuota {
  margin: 0 0 10px 0;
  font-size: 32.5px;
  font-weight: 700;
  color: #444444;
  text-align: left;
}

.calculadora-hipotecas-block .footer .title {
  font-size: 21px;
  color: #444444;
  text-align: left;
}

.calculadora-hipotecas-block .footer .info {
  margin: 4px 0 0 0;
  font-size: 13px;
  color: #757575;
  text-align: left;
}

@media (min-width: 992px) {
  .calculadora-hipotecas-block {
    padding: 24px;
  }

  .calculadora-hipotecas-block .row+.row {
    margin-top: 18px;
  }
}

@media (max-width: 991.98px) {
  .calculadora-hipotecas-block #show-mortgage-simulator-btn {
    font-size: 19px;
  }

  .calculadora-hipotecas-block input[type="text"],
  .calculadora-hipotecas-block input[type="number"] {
    font-size: 16px;
  }
}
