@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600;700&display=swap');

body {
  margin: 0;
}
.ld-main {
  display: block;
  margin: 0;
  background: #fff;
  font-family: 'Raleway', sans-serif !important;
  overflow: hidden;
  position: relative;
}
.ld-main div {
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.ld-opsans {
  font-family: 'Open Sans', sans-serif !important;
}
.ld-wrapper {
  max-width: 1210px;
  padding: 0 10px;
  margin: 0 auto 50px;
  display: block;
  position: relative;
}
.ld-header {
  display: block;
  position: absolute;
  width: 100%;
  padding: 20px 0;
  z-index: 99;
}
.ld-header .ld-logo {
  max-width: 200px;
  display: inline-block;
}
.ld-header .ld-logo img {
  display: block;
  width: 234px;
}
.ld-nav .ld-cont {
  color: #400082;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  margin: 0 20px 0 0;
  text-decoration: none;
}
.ld-nav .ld-client {
  color: #fff;
  background: #400082;
  border-radius: 24px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  margin: 0;
  text-decoration: none;
}
.ld-header .ld-wrapper {
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

p { font-size:17px}

.ld-top {
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
.ld-img-top {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.ld-box-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding-top: 150px;
}
.ld-box-top .ld-subtit {
  font-family: 'Poppins', sans-serif;
  color: #ed9442;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.ld-box-top .mob-subtit {
  display: none;
  font-family: 'Poppins', sans-serif;
  color: #400082;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.ld-percent {
  font-weight: 900;
  font-size: 30px;
}
.ld-box-top .ld-h1 {
  font-family: 'Poppins', sans-serif;
  color: #13a48e;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  margin: 0 0 60px 0; 
}
.ld-box-top .ld-h2 {
  font-family: 'Poppins', sans-serif;
  color: #13a48e;
  font-size: 77px;
  line-height: 77px;
  font-weight: 900;
  margin: 0 0 0px 0;
}
.ld-box-top .ld-h2 span { 
    font-size: 26px !important;
    position: absolute;
    line-height: 26px;
    font-weight: 400;
    margin-top: 17px;
    margin-left: 10px; text-transform:uppercase;
  color: #3f3f3f !important;}

.ld-box-top .ld-tit strong {
  font-weight: 700;
}
.ld-box-top .ld-text {
  color: #3f3f3f;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.ld-box-top .ld-tx {
  color: #3f3f3f;
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  line-height: 37px;
  font-weight: 300;
  margin: 0px 0 6px 0;
}
.ld-box-top .ld-tx2 {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  margin: 0;
}
.ld-col50 {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.ld-section {
  display: block;
  padding: 50px 0;
  clear: both;
  overflow: hidden;
}
.ld-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.ld-h3 {
  font-family: 'Poppins', sans-serif;
  color: #13a48e !important;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin: 0 0 20px 0; 
}
.ld-h4 {
  font-family: 'Poppins', sans-serif;
  color: #ed9442 !important;
  font-size: 35px !important;
  line-height: 45px !important;
  font-weight: 700 !important;
  margin: 0 0 20px 0; 
}

.txtCenter { text-align:center !important}

.ld-p {
  font-family: 'Open Sans', sans-serif;
  color: #6b6b6b;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.p-desta {
  font-family: 'Raleway', sans-serif !important;
  color: #400082;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.ld-light {
  color: #fff !important;
}
.ld-cyan {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
}
.ld-btn {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c6cf8+0,400082+100 */
  background:#13a48e; border:#13a48e 2px solid;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0 20px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ld-btn:hover { color:#13a48e;background: transparent
}
.ld-btn span {
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
}
.ld-btn span.nm {
}
.ld-bt-social {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c6cf8+0,400082+100 */
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
.ld-bt-social span {
  display: block;
  text-indent: -9999999px;
}
.ld-bg-large {
  background: #fff;
  padding: 50px 0;
  clear: both;
  overflow: hidden;
  text-align: center;
}
.ld-bg-large.cyan{
 background: #62c2d1;
 padding-bottom: 0;
}

.table-content {
  display: block;
  margin: 0 0 40px 0;
}
.table-items {
  background: #f9f9f9;
  font-size: 18px;
}
.table-items td {
  padding: 10px 5px;
  text-align: left;
}
.row-head {
  color: #400082;
  font-weight: 700;
  
}
.row-head td {
  border-bottom: solid 1px #999;
}
.row-body {
  color: #333;
  font-weight: 400;
}
.td-bg {
  background: #62c2d1;
  color: #400082;
}
.ld-logos {
  max-width: 900px;
  height: 120px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.ld-logos .swiper-slide {
  display: flex;
  align-items: center;
}
.ld-logos img {
  max-width: 100%;
  display: block;
}
.ld-bg-hab {
  background-position: top center;
  background-repeat: no-repeat;
  padding: 50px 0;
  clear: both;
  overflow: hidden;
}
.ld-content-com {
  position: relative;
  width: auto;
  display: block;
  margin: 200px 0 0 0;
}
.ld-comentarios {
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 10px;
  width: 80%;
  float: right;
  -webkit-box-shadow: 0 0 10px 0 #999999;
box-shadow: 0 0 10px 0 #999999;
padding: 0;

}

.ld-item-box {
  padding: 30px 30px 30px 80px;
}
.ld-item-box .ld-name {
  color: #373737;
  font-weight: 700;
  font-size: 21px;
  margin: 0 0 10px 0;
  padding: 0;
}
.ld-rank {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
.ld-coment {
  font-family: 'Open Sans', sans-serif;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 20px 0;
  font-style: italic;
}
.ld-comillas img {
  display: block;
  max-width: 100%;
  margin: 10px 0;
}
.swiper-pagination-bullet-active {
  background: #400082;
}
.swiper-button-next {
  left: 20%;
  top: 150px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  margin: 0 0 0 -25px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c6cf8+0,400082+100 */
  background: rgb(44,108,248); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(44,108,248,1) 0%, rgba(64,0,130,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(44,108,248,1) 0%,rgba(64,0,130,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(44,108,248,1) 0%,rgba(64,0,130,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6cf8', endColorstr='#400082',GradientType=0 ); /* IE6-9 */
  border-radius: 50%;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 28px;
}

.ld-items-metod {
  display: block;
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.ld-items-metod  .ld-boxes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.ld-items-metod .ld-boxes .ld-box {
  width: 33%;
  float: left;
  text-align: center;
}
/*.ld-box:nth-child(1) {
  padding: 135px 30px 0 95px;
}
.ld-box:nth-child(2) {
  padding: 114px 72px 0 92px;
}
.ld-box:nth-child(3) {
  padding: 118px 100px 0px 70px;
}*/
.ld-box:nth-child(1) {
    padding: 110px 30px 0 75px;
  }
  .ld-box:nth-child(2) {
    padding: 79px 47px 0 60px;
  }
  .ld-box:nth-child(3) {
    padding: 84px 62px 0px 40px;
  }
.ld-box .ld-icon {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 35px;
}
.ld-box .ld-icon img {
  display: block;
  width: 100%;
}
.ld-box .ld-box-tit {
  font-family: 'Raleway', sans-serif !important;
  color: #36d0de;
  font-weight: 900;
  font-size: 24px;
  line-height: 25px;
  margin: 0 0 10px 0;
}
.ld-box .ld-box-text {
  font-family: 'Open Sans', sans-serif;
  color: #7b7b7b;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 1450px) {
.ld-pie {
  background-size: 85% !important;
}
}
@media (min-width: 1900px) {
.ld-box-top .ld-h1 {
  margin-top: 80px;
}
.ld-pie {
  background-size: 66% !important;
}
}
@media (min-width: 2350px) {
.ld-pie {
  background-size: 55% !important;
}
}
@media (max-width: 1409px) {
  .ld-items-metod {
    width: 1024px;
  }
  .ld-box:nth-child(1) {
    padding: 110px 30px 0 75px;
  }
  .ld-box:nth-child(2) {
    padding: 79px 47px 0 60px;
  }
  .ld-box:nth-child(3) {
    padding: 84px 62px 0px 40px;
  }
  .ld-box .ld-icon {
    margin-bottom: 0;
  }
  .ld-box .ld-icon img {
  display: block;
  max-width: 30px;
  margin-bottom: 0;
}
.ld-box .ld-box-tit {
  color: #36d0de;
  font-size: 24px;
  line-height: 25px;
}
.ld-box .ld-box-text {
  font-size: 16px;
  line-height: 20px;
}
}
@media (max-width: 1024px) {
  .ld-items-metod {
    width: 360px;
  }
}
.ld-items-metod picture img {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}


.ld-pie {
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#e5e7e7;
 
  overflow: hidden;
  padding: 50px 0;
  display: block;
    margin: 50px 0 0 0;
}
.ld-col45 {
  width: 45%;
  float: left;
  padding: 0 20px;
}
.ld-contactform {
  position: absolute;
box-shadow: rgba(0,0,0,0.3) 0 0 20px;
height: auto;
    width: 37%;
    z-index: 9;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 20px;
    padding: 0;
   /* overflow: hidden;*/
}
.ld-contactform .tit {
  color: #13a48e;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  padding: 10px 20px;
  margin: 0;
  text-align: center;
  display: block; background:#eee; border-top-left-radius:10px; border-top-right-radius:10px;
}

#wpforms-549-field_11-container { display:none !important}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator { margin:10px 0 15px 0 !important}
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button { border-radius:60px; border:none !important; color:#FFF !important; font-weight:700; background:#12a48f !important;padding: 15px 30px; text-transform:uppercase; margin:0 auto !important; width:auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;}
.wpforms-page-button.wpforms-page-next { float: right !important}
.wpforms-page-button.wpforms-page-prev { float:left !important}
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button:hover { border:none !important; background:#333 !important}
div.wpforms-container-full .wpforms-form button[type=submit] { border-radius:60px; border:none !important; color:#FFF !important; font-weight:700; background:#12a48f !important;padding: 15px 30px !important; text-transform:uppercase; width:100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;}
div.wpforms-container-full .wpforms-form button[type=submit]:hover { border:none !important; background:#333 !important}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {border: none !important; background:#12a48f !important;height:4px !important}
div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint {font-size: 22px; text-align: center;  margin-top: 14px; border: #ccc 1px solid; border-radius: 4px; padding: 5px; height:52px}
div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint b{font-size: 22px; color:#12a48f !important}
div.wpforms-container-full .wpforms-form .choices .choices__inner { border-radius:4px !important; min-height:52px !important }
div.wpforms-container-full .wpforms-form  select{ border-radius:4px !important; min-height:52px !important }

div.wpforms-container-full input[type=range]{ width: 100%; display:block}
div.wpforms-container-full input[type=text]{  border-radius:4px !important; min-height:52px !important}
div.wpforms-container-full input[type=number]{  border-radius:4px !important; min-height:52px !important}
div.wpforms-container-full input[type=tel]{  border-radius:4px !important; min-height:52px !important}

input[type='range']:focus {
  outline: none;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #12a48f !important;
  width: 22px;
  height: 22px;
  border: 3px solid #12a48f;
  border-radius: 50%;
  margin-top: -7px;
}

input[type=range]::-moz-range-thumb {
  background-color: #12a48f !important;
  width: 22px;
  height: 22px;
  border: 3px solid #12a48f;
  border-radius: 50%;
}

input[type=range]::-ms-thumb {
  background-color: #12a48f !important;
  width: 22px;
  height: 22px;
  border: 3px solid #12a48f;
  border-radius: 50%;
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: #12a48f !important;
  height: 3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  outline: none;
}

input[type=range]::-moz-range-track {
  background-color: #12a48f !important;
  height: 3px;
}

input[type=range]::-ms-track {
  background-color: #12a48f !important;
  height: 3px;
}

input[type=range]::-ms-fill-lower {
  background-color: HotPink
}

input[type=range]::-ms-fill-upper {
  background-color: black;
} 



.ld-contactform .wpforms-confirmation-container {
  padding: 20px;
}
.ld-contactform .wpforms-confirmation-container p {
    color: #400082;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}
.ld-contactform .tit strong {
  font-weight: 700;
}
.ld-contactform .wpforms-container .ld-input,
.ld-contactform .wpforms-container .ld-select {
  border-bottom: solid 1px #e7e7e7;
  padding: 10px 20px;
}
.ld-contactform .wpforms-container .ld-acept {
  padding: 10px 20px;
}
.ld-contactform .wpforms-container .ld-acept .wpforms-field-label-inline {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
.ld-contactform .wpforms-container .ld-input .wpforms-field-label,
.ld-contactform .wpforms-container .ld-select .wpforms-field-label {
  color: #666;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;

}
.ld-contactform .wpforms-container .wpforms-submit-container {
  text-align: center;
}
.ld-contactform .wpforms-container .wpforms-submit-container .ld-btn{
    padding: 10px 20px;
    border: none;
    margin: 10px auto;
}
.ld-contactform .wpforms-container .ld-input input {
  display: block;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    max-width: 100%;
    border: none;
    background: none;
    outline: none;
    color: #400082;
    font-size: 16px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700;
}
.ld-contactform .wpforms-container .ld-input input::placeholder {
  color: #ccc;
  font-weight: 400;
}
.ld-contactform .wpforms-container .ld-select select {
  display: block;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    max-width: 100%;
    border: none;
    background: none;
    outline: none;
    color: #400082;
    font-size: 16px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700;
}
.wpforms-container label.wpforms-error {
  font-size: 12px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap { height:6px !important;}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {background-color: #ed9442 !important;}

.imgPadding {margin:60px 0 20px 0}

.legal-mob { text-align:center; width:100%; padding: 20px 30px; line-height:20px; border-bottom:#CCC 1px solid; margin-bottom:0px}
/**** RESPONSIVE ****/
@media (max-width: 1200px) {

}
@media (max-width: 1023px) {
	.sponsors ul li { padding:10px !important}

    .ld-header .ld-logo {
      width: 190px;
    }
    .ld-header .ld-logo img {
      width: 190px;
    }
    .ld-nav {
      width: 80%;
      padding-left: 10px;
      text-align: right;
    }
    .ld-nav .ld-cont {
      font-size: 16px;
      margin-right: 5px;
    }
    .ld-nav .ld-client {
      font-size: 16px;
      padding: 0 10px;
    }
    .ld-contactform {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 9;
    top: auto;
    right: auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 50px 0;
}
.ld-top {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.ld-box-top {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 3;
    padding-top: 100px;
}
.ld-box-top .ld-subtit {
  font-size: 16px;
}
.ld-box-top .ld-h1 {
    font-size: 45px;
    line-height: 47px;
}
.ld-box-top .ld-text {
    font-size: 25px;
    line-height: 30px;
}
.ld-col50,
.ld-col45  {
    width: 100%;
    float: none;
    padding: 10px 0;
    display: block;
}
.ld-h3 {
  font-size: 34px;
  line-height: 34px;
}
.ld-p,
.ld-cyan {
  font-size: 18px;
  line-height: 28px;
}
.ld-h4 {
  font-size: 30px;
  line-height: 30px;
}
.ld-btn {
  font-size: 14px;
}
.swiper-button-next {
  display: none;
}
.ld-content-com {
  margin-top: 100px;
}
.ld-comentarios {
  width: 100%;
  float: none;
  display: block;
}
.ld-item-box {
    padding: 20px;
}
.ld-coment {
  font-size: 16px;
  line-height: 24px;
}
.ld-bg-hab {
  background-size: 260%;
}
.ld-items-metod .ld-boxes .ld-box {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
}
.ld-box:nth-child(1) {
    padding: 88px 69px 0 72px;
  }
  .ld-box:nth-child(2) {
    padding: 158px 69px 0 74px;
  }
  .ld-box:nth-child(3) {
    padding: 102px 65px 0px 67px;
  }
  .ld-pie {
    padding-bottom: 200px;
    background-position: 75% bottom !important;
    background-size: 1021px !important;
}
  .table-items {
    font-size: 16px;
  }
}

.headerTop {background:url('https://lenderdigital.cloudframework.dev/wp-content/themes/astra/landings/lender/img/header_lender.jpg');
      background-position: top center;
      padding-bottom: 100px;
	  min-height:800px; background-size:cover}

.headerTopLiquidez {background:url('https://lenderdigital.cloudframework.dev/wp-content/themes/astra/landings/lender/img/header_lender_liquidez.jpg');
      background-position: top center;
      padding-bottom: 100px;
	  min-height:800px; background-size:cover}


.headerTop.Vivienda {background:url('https://lenderdigital.cloudframework.dev/wp-content/themes/astra/landings/lender/img/header_lender_vivienda.jpg');
      background-position: 57% center;
      padding-bottom: 100px;
	  min-height:800px; background-size:cover}
.headerTop.Condominio {background:url('https://lenderdigital.cloudframework.dev/wp-content/themes/astra/landings/lender/img/header_lender_condominio.jpg');
      background-position: 59% center;
      padding-bottom: 100px;
	  min-height:800px; background-size:cover}

@media (max-width: 767px) {
	
/*	input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 36px!important;
  width: 36px!important;
  cursor: pointer;outline: 8px #5E4747 solid}
input[type=range]::-moz-range-thumb {
  height: 36px!important;
  width: 36px!important;
  cursor: pointer;outline: 8px #5E4747 solid
}
input[type=range]::-ms-thumb {
  height: 36px!important;
  width: 36px!important;
  cursor: pointer;outline: 8px #5E4747 solid
}*/
		
	.ampliacionHipo .ld-h1 br {display:none!important}
	.ampliacionHipo .ld-h1  {width: 70%!important; margin-bottom: 30px}
	.ampliacionHipo .Vivienda .ld-h1  {width: 60%!important; margin-bottom: 30px}
	.ampliacionHipo .Condominio .ld-h1  {width: 60%!important; margin-bottom: 30px}
.headerTop {background:#13a48e url('https://lenderdigital.cloudframework.dev/wp-content/themes/astra/landings/lender/img/header_lenderM.jpg'); background-position: right bottom !important; background-repeat:no-repeat;    background-size: 50%; min-height:0vh !important}
.headerTopLiquidez {background:#13a48e url('https://lenderdigital.cloudframework.dev/wp-content/themes/astra/landings/lender/img/header_lender_liquidezM.jpg'); background-position: right bottom !important; background-repeat:no-repeat;    background-size: 50%; min-height:0vh !important}
.headerTop.Vivienda {background:#13a48e url('https://lenderdigital.cloudframework.dev/wp-content/themes/astra/landings/lender/img/header_lender_viviendaM.jpg');background-repeat:no-repeat; background-position: 110% 10% !important; }
.headerTop.Condominio {background:#13a48e url('https://lenderdigital.cloudframework.dev/wp-content/themes/astra/landings/lender/img/header_lender_condominioM.jpg');background-repeat:no-repeat; }
.ld-box-top .ld-h1 { color: #fff; text-shadow:rgba(0,0,0,.7) 0 0 10px;  font-size: 28px!important;  line-height: 30px!important; margin:0 0 10px 0!important;}
.Condominio .ld-box-top .ld-h1 { font-size: 19px!important;  line-height: 22px!important; }
.Vivienda .ld-box-top .ld-h1 { font-size: 24px!important;  line-height: 28px!important; }
.ld-box-top .ld-h2 {  color: #fff; font-size:55px !important; line-height:50px !important; text-shadow:rgba(0,0,0,.7) 0 0 10px}
.ld-box-top .ld-h2 span {  color: #fff !important; text-shadow:rgba(0,0,0,.7) 0 0 10px; margin-top:8px !important}
.ld-box-top .ld-text {  color: #fff; text-shadow:rgba(0,0,0,.7) 0 0 10px}
.ld-box-top .ld-tx { color: #fff; text-shadow:rgba(0,0,0,.7) 0 0 10px; margin-bottom:0px !important}
.ld-box-top .ld-tx2 { color: #fff; text-shadow:rgba(0,0,0,.7) 0 0 10px}
.ld-box-top .ld-subtit { color: #efc587 !important; text-shadow:rgba(0,0,0,.0) 0 0 10px}
 .ld-main div { margin-bottom:20px}
 .ld-contactform { margin:10px 0 10px 0 !important}
/* .ld-box-top,
 .ld-box-top .ld-text,
 .ld-box-top .ld-tx,
 .ld-box-top .ld-h2,
 .ld-box-top .ld-tx2 {
  display: none;
 }*/
 .ld-box-top .mob-subtit {
  display: block;
 }
 .ld-header .ld-logo {
  width: 160px;
 }
 .ld-box-top .ld-subtit { margin:0px !important}
 .ld-header .ld-logo img {
      width: 160px;
    }
 .ld-box-top{ padding-top:80px}
 .ld-top {
  height: auto;
      background-position: 30% 0;
      padding-bottom: 0px;
	  min-height:60vh;
 }
 .ld-contactform {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 9;
    top: auto;
    right: auto;
    background: #fff;
    border-radius: 10px;
    padding: 0;
    margin-top: 50px;
    left: auto;
}
.ld-contactform .tit {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.ld-section {
  padding: 0; margin:50px 0 0 0 !important;
}
.ld-img {
  margin-bottom: 30px;
}
 .wpforms-container .wpforms-field-label,
    .ld-contactform .wpforms-container .ld-input input,
    .ld-contactform .wpforms-container .ld-select select {
      font-size: 14px !important;
    }
    .ld-contactform .wpforms-container .ld-input, 
    .ld-contactform .wpforms-container .ld-select {
      padding: 10px 20px 0 20px;
    }
    .wpforms-container .wpforms-submit-container {
      padding: 0;
    }
    .legal-mob {
  display: none;
  font-size: 12px;
  color: #ccc;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
  margin: -30px 0 0 0;
}
.asterix {
  display: none;
}
p br { display:none}
p br.show { display:block}
p { font-size:16px !important; line-height:22px !important}
.imgPadding {margin:0px 0 0px 0 !important}
}

@media (max-width: 325px) {
.ld-nav .ld-client {
  font-size: 14px;
}
.ld-header .ld-logo {
  width: 132px;
}
.ld-header .ld-logo img {
      width: 132px;
    }

}
.sponsors ul{ position:relative; float:left; width:100%; list-style:none; margin:0 0 30px 0 !important}
.sponsors p{ margin-bottom:0px}
.sponsors { padding:30px 0;}
.sponsors .ld-wrapper{ margin-bottom:0px !important}
.sponsors ul li{ position:relative; float:left; width:33.333%; text-align:center; list-style:none; padding:10px 0}

.sitemap {  width:100%; background:#4f4f4f; padding:20px 0; display:table}
.sitemap ul{ position:relative; float:left; width:100%; list-style:none; margin:0px !important}
.sitemap ul li{ position:relative; float:left; width:50%; text-align:left; padding:5px 0; list-style:none}
.sitemap ul li a{ color:#fff; font-size:18px}
.sitemap ul li a:hover{ color:#13a48e;}

.formLanding { padding:0 30px}

.globoGris { background:#ededed; border-radius:40px; padding:45px 50px}
.mob { display:none !important}
@media (max-width: 768px) {
.desk { display:none !important}
.mob { display:block !important}
.sponsors ul li{  width:100%; }
.sitemap ul li{ width:100%; text-align:center}
.ld-pie { background-image:none !important; padding-bottom:0px !important; background:#ededed !important}
.ld-pie img{ width:100%}
.ld-box-top .ld-h2 span { font-size: 16px !important;  line-height: 20px !important;}
.headerTop {overflow:visible; padding-bottom:1px !important}
.headerTopLiquidez {overflow:visible; padding-bottom:1px !important}
.ld-contactform { padding-bottom:1px}
 }

@media (max-width: 420px) {
.headerTop {    background-position: 130% 50px !important;background-size: 60% !important; }
.headerTopLiquidez {    background-position: 130% 20px !important;background-size: 60% !important; }
.headerTop.Condominio {    background-position: 125% -5px !important;background-size: 74% !important; }
input[type=range]::-webkit-slider-thumb {
  width: 16px !important;
  height: 16px !important;
  margin-top: -6px !important;
}

input[type=range]::-moz-range-thumb {
  width: 16px !important;
  height: 16px !important;
}

input[type=range]::-ms-thumb {
  width: 16px !important;
  height: 16px !important;
}
}
@media (min-height: 1080px) {
.ld-top { height:80vh}	
}

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: none !important;
	border:none !important;
	color: #ee9442 !important;
}
