.gform_page_footer .gform_next_button,
.gform_page_footer .gform-button--width-full {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gform_page_footer .gform_previous_button {
  display: none !important;
}
.simulador-credito {
  display: none;
  width: 100% !important;
}

.simulador-credito > .row {
  clear: both;
  margin: 10px auto;
  }
  
  .simulador-credito h1 {
    margin: 30px 0 20px;
}

#monto,
#plazo,
#formapago {
  float: right;
}

#cuota {
  font-size: 24px;
  color: #c41230;
}

.info-credito {
  font-size: 12px;
  font-style: italic;
}
.rangelabel {
  float: left;
  font-size: 18px;
}

.rangemin {
}

.rangemax {
  float: right;
}

.simulador-credito h3 {
  font-size: 22px;
}
.simulador-credito p {
  font-size: 20px;
    margin-bottom: 10px;
}
.simulador-credito > .row .row {
  display: flex;
  width: 100%;
}

.simulador-credito > .row .row .col-2 {
  width: 20%;
}

.simulador-credito > .row .row .col-3 {
  width: 30%;
}

.simulador-credito > .row .row .col-4 {
  width: 40%;
}

.simulador-credito .row .row.barra .col-2,
.simulador-credito .row .row.barra .col-3,
.simulador-credito .row .row.barra .col-4 {
  background: #ffffff00;
  background: -moz-linear-gradient(
    top,
    #ffffff00 0%,
    #ffffff00 22%,
    #c41230 23%,
    #c41230 41%,
    #ffffff00 42%,
    #ffffff00 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff00 0%,
    #ffffff00 22%,
    #c41230 23%,
    #c41230 41%,
    #ffffff00 42%,
    #ffffff00 100%
  );
  background: linear-gradient(
    to bottom,
    #ffffff00 0%,
    #ffffff00 22%,
    #c41230 23%,
    #c41230 41%,
    #ffffff00 42%,
    #ffffff00 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.barra-monto {
  position: relative;
}

.less,
.more {
  cursor: pointer;
  display: none;
  position: relative;
  top: 36px;
  font-size: 16px;
  color: white;
  background-color: #c41230;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 700;
}

.less {
  float: left;
  left: -15px;
}

.more {
  left: 88%;
}

.simulador-credito .col-2.l-1,
.simulador-credito .col-3.l-1,
.simulador-credito .col-4.l-1 {
  padding-left: 4%;
}

.simulador-credito .col-2.l-2,
.simulador-credito .col-3.l-2,
.simulador-credito .col-4.l-2 {
  padding-left: 7%;
}

.simulador-credito .col-2.l-3 {
  padding-left: 9%;
}

.simulador-credito .col-2.l-4 {
  padding-left: 11%;
}

.simulador-credito .text-center {
  text-align: center;
}

.simulador-credito .text-left {
  text-align: left;
  margin-left: 0px;
}

.simulador-credito .text-right {
  text-align: right;
  margin-right: 0px;
}

.simulador-credito .col-4.rangelabel.text-left {
  padding-left: 5px;
}

.simulador-credito .col-4.rangelabel.l-1{
  padding-left: 20px;
}

input[type="radio"] {
  display: none;
}

.barra label {
  cursor: pointer;
  margin: 10px 0;
}

.barra label:before {
  content: "";
  display: inline-block;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #c41230;
  height: 22px;
  width: 22px;
  border-radius: 25px;
  background: #c41230;
  cursor: pointer;
  z-index: 2;
  transition: box-shadow 0.4s ease, background 0.3s ease;
}

input:checked + label:before {
  box-shadow: inset 0px 0px 0 4px rgb(236, 39, 76);
  background: #fff;
}

input[type="range"] {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0 0;
  width: 100%;
  background-color: transparent;
}
input[type="range"]:focus,
input[type="range"]:visited,
input[type="range"]:hover,
input[type="range"]::-moz-focus-inner,
input[type="range"]::-moz-focus-outer,
input[type="range"]:active {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #c41230;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #c41230;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #ec274c;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #c41230;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #c41230;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #c41230;
  height: 22px;
    width: 22px;
  border-radius: 25px;
  background: #ec274c;
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background: #c41230;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type="range"]::-ms-fill-upper {
  background: #c41230;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type="range"]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #c41230;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #ec274c;
  cursor: pointer;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #c41230;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #c41230;
}
a.pme-button {
  background-color: #c41230;
  margin-right: 10px !important;
  border: none !important;
  outline: 0 !important;
  color: #fff !important;
  font-size: 13px;
  line-height: 13px !important;
  padding: 12px 15px !important;
  border-radius: 2px;
  vertical-align: top;
  background-image: none !important;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 50px;
}

a.pme-button:hover {
  background-color: #ec274c;
}

.pme_sm43-gravityform {
  display: none;
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (max-width: 600px) {
  .less,
  .more {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  input[type="range"] {
    width: 90%;
    margin: 10px 10px;
  }
  .simulador-credito h3 {
    font-size: 20px;
  }

  #monto,
  #plazo {
    float: right;
  }
}
@media (max-width: 419px) {
  .simulador-credito h3 {
    font-size: 16px;
  
}
@media (max-width: 360px) {
  .mk-box-icon.boxed-style .icon-box-boxed.top {
    margin-top: 35px;
    padding: 70px 20px 20px !important;
  
}
@media (max-width: 330px) {
  .simulador-credito h3 {
    font-size: 14px;
  
}
@media (max-width: 300px) {
  .simulador-credito h3 {
    font-size: 12px;
  
}

