* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Nirmala UI", sans-serif;
  overflow-x: hidden;
  background-color: #eef0f2;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
}
.link {
  text-decoration: underline;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  list-style-type: none;
}

.slick-dots li {
  padding: 0;
  margin: 7px;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  background: none;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #C4C4C4;
}

.slick-dots .slick-active button {
  background-color: #787878;
}

.ttl {
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.btn {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Nirmala UI", sans-serif;
  border: none;
  background: none;
  background-color: #2D91C5;
  color: #fff;
  border-radius: 10px;
  padding: 20px 12px 20px 8px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  background-color: #24729b;
}

.btn:focus {
  background-color: #1a5472;
}

.container, .header-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px
}

.wrap {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  padding: 22px 0;
  position: relative;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrap__menu {
  display: none;
}

.header-wrap__nav--list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-wrap__nav--list li {
  margin-left: 28px;
}

.header-wrap__nav {
  display: flex !important;
}

.header-wrap__nav--list li:first-child {
  margin-left: 0;
}

.header-wrap__nav--list li a {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-family: SF Pro Display;
}

.header-wrap__nav--list li a:hover {
  text-decoration: underline;
}

.main {
  min-height: 750px;
  width: 100%;
}

.main .container {
  background: url("../img/bg-mm.svg") no-repeat left center;
  min-height: 750px;
}

.main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-wrap__content {
  width: 100%;
  padding: 109px 0;
  color: #2D3042;
  max-width: 620px;
}

.main-wrap__content--title {
  margin-bottom: 30px;

  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #2F2F2F;
}

.main-wrap__content--form {
  -webkit-box-shadow: -3px 10px 44px rgba(0, 0, 0, 0.25);
          box-shadow: -3px 10px 44px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 18px;
  padding: 14px 30px;
  max-width: 570px;
  margin: 0 auto;
}

.main-wrap__content--form-submit {
  position: relative;
  z-index: 2;
  padding: 20;
}

.main-wrap__content--form-title {
  margin-bottom: 21px;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #2F2F2F;
}

.main-wrap__content--form-list {
  margin: 21px auto;
  width: 100%;
  /*padding-left: 25%;*/
  max-width: 298px;
}

.main-wrap__content--form-list li {
  margin-bottom: 10px;

  list-style-position: inside;
  font-family: SF Pro Display;
  font-size: 14px;
  line-height: 17px;
  color: #2F2F2F;
}

.main-wrap__content--form-flex {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-wrap__content--form-flex_minus {
  margin-left: 0;
  @media screen and (min-width: 550px){
    margin-left: 1px;
  }
}

.main-wrap__content--form-flex_plus {
  margin-right: 0;
  @media screen and (min-width: 550px){
    margin-right: 4px;
  }
}

.main-wrap__content--form-flex_btn {
  @media screen and (max-width: 550px){
    width: 21px;
    height: 21px;
  }
  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.main-wrap__content--form-flex_sum {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #2D91C5;
}

.main-wrap__content--form-flex_label {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #131313;
}

.main-wrap__content--form-flex input {
  width: 100%;
  max-width: 300px;
}

.main-wrap__content--form .btn {
  margin-top: 30px;

  font-family: SF Pro Display;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #FFFFFF;
  width: 100%;
}

.how {
  margin-top: 100px;
  color: #fff;
  position: relative;
}

.how .container {
  background-color: #2D91C5;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.how::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  margin-top: -327px;
  height: 627px;
  background: url("../img/bg-howw.png") no-repeat center center;
}

.how-wrap {
  margin-top: -100px;
}

.row{
  margin-right: 0px;
  margin-left: 0px;
}

.how-wrap__arrow {
  position: absolute;
  right: 15%;
  margin-top: -5%;
}

.how-wrap__images--item {
  position: absolute;
}

.how-wrap__images--item:first-child {
  left: 0;
  top: 100px;
}

.how-wrap__images--item:last-child {
  bottom: -5%;
  right: 0;
}

.how-wrap__title {
  margin-bottom: 60px;

  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 500;
  font-size: 51px;
  line-height: 61px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.how-wrap__title span {
  font-weight: 700;
}

.how-wrap__list {
  counter-reset: myCounter;
  padding-left: 30%;
}

.how-wrap__list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 33px;
}

.how-wrap__list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  font-size: 32px;
  line-height: 38px;
  color: #1F65E6;
  width: 55px;
  height: 55px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 22px;
}

.action {
  padding: 60px 0 120px;
  color: #2D3042;
}

.action-wrap {
  position: relative;
}

.action-wrap__arrow {
  position: absolute;
  bottom: -100px;
  left: -5%;
}

.action-wrap__title {
  margin-bottom: 65px;

  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 500;
  font-size: 51px;
  line-height: 61px;
  text-transform: uppercase;
  color: #424953;
  display: block;
}

.action-wrap__title--mob {
  display: none;
}

.action-wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.action-wrap__form {
  width: 50%;
  margin-right: 74px;
  -webkit-box-shadow: -3px 10px 44px rgba(0, 0, 0, 0.25);
          box-shadow: -3px 10px 44px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 18px;
  padding: 15px 45px 30px;
}

.action-wrap__form-submit {
  position: relative;
  z-index: 2;
}

.action-wrap__form-title {
  margin-bottom: 21px;

  font-family: SF Pro Display;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #2F2F2F;
}

.action-wrap__form-list {
  margin: 21px auto;
  width: 100%;
  /*padding-left: 25%;*/
  max-width: 298px;
}

.action-wrap__form-list li {
  margin-bottom: 10px;

  list-style-position: inside;
  font-family: SF Pro Display;
  font-size: 14px;
  line-height: 17px;
  color: #2F2F2F;
}

.action-wrap__form-flex {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.action-wrap__form-flex_minus {
  margin-left: 0;
  @media screen and (min-width: 550px){
    margin-left: 1px;
  }
}

.action-wrap__form-flex_plus {
  margin-right: 0;
  @media screen and (min-width: 550px){
    margin-right: 4px;
  }
}

.action-wrap__form-flex_btn {
  @media screen and (max-width: 550px){
    width: 21px;
    height: 21px;
  }

  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.action-wrap__form-flex_sum {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #2D91C5;
}

.action-wrap__form-flex_label {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #131313;
}

.action-wrap__form-flex input {
  width: 100%;
  max-width: 300px;
}

.action-wrap__form .btn {
  margin-top: 30px;

  font-family: SF Pro Display;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #FFFFFF;
  width: 100%;
}

.action-wrap__content {
  width: 47%;
  max-width: 485px;
}

.action-wrap__content p {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: rgba(66, 73, 83, 0.43);
}

.action-wrap__content strong {
  /*color: #000;*/
  font-size: 30px;
  font-weight: bold;
}

.services {
  background-color: #fff;
  padding: 50px 0 0;
}

.services-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto;
}

.services-wrap__item {
  width: 30%;
  text-align: center;
}

.services-wrap__item--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.services-wrap__item--title {
  margin-bottom: 50px;

  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 29px;
  line-height: 38px;
  text-transform: uppercase;
  color: #3E3E3E;
}

.services-wrap__item:nth-child(3n+2) {
  margin: 0 3%;
}

.reviews .container {
  position: relative;
  min-height: 500px;
}

.reviews-image {
  position: absolute;
  top: -22%;
  right: 0;
  z-index: -1;
}

.reviews-wrap {
  padding: 60px 0 0;
  color: #2D3042;
}

.reviews-wrap .slick-dots {
  margin-top: 45px;
}

.reviews-wrap__title {
  margin-bottom: 50px;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 500;
  font-size: 51px;
  line-height: 61px;
  text-transform: uppercase;
  color: #424953;
}

.reviews-wrap__list--wrap {
  padding-top: 40px;
}

.reviews-wrap__list--wrap-item {
  padding: 30px 60px;
  max-width: 952px;
  margin: 0 auto;
  position: relative;
  background: url("../img/bg-rev.jpg") no-repeat;
  background: rgba(31, 101, 230, 0.1);
  min-height: 350px;
  border-radius: 24px;
}

.reviews-wrap__list--wrap-item::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cddaf0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 24px;
}

.reviews-wrap__list--wrap-item::before {
  content: '';
  display: block;
  width: 100px;
  height: 90px;
  position: absolute;
  left: 43px;
  top: -45px;
  background: url("../img/reviews3.png") no-repeat center center;
}

.reviews-wrap__list--wrap-item h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  font-family: "SF Pro Display", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

.reviews-wrap__list--wrap-item p {
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 33px;
  color: #424953;
}

.reviews-wrap__list--wrap-item_images::after {
  position: absolute;
  right: -10%;
  top: 0;
  content: '';
  display: block;
  height: 96px;
  width: 152px;
  background: url("../img/reviews2.svg") no-repeat center center;
}

.reviews-wrap__list--wrap-item_images::before {
  position: absolute;
  right: -7%;
  top: 130px;
  content: '';
  display: block;
  height: 150px;
  width: 118px;
  background: url("../img/reviews1.png") no-repeat center center;
  z-index: -1;
}

.info {
  padding: 50px 0;
}


.info-wrap__text {
  font-weight: 350;
  font-size: 16px;
  line-height: 21px;
  color: rgba(45, 48, 66, 0.4);
  margin-bottom: 39px;
}

.info-wrap__text:last-child {
  color: #000;
}

.footer {
  margin-top: 60px;
  background: #f2f5f8;
  padding: 0px 50px 43px;
}

footer a {
  font-size: 16px;
  color: #636161;
}

.footer section {
  padding-right: 0;
  padding-left: 0;
}

.custom-logo-link{
  display: block;
  margin-bottom: 10px;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-wrap__nav {
  list-style-type: none;
}

.footer-wrap__nav li {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}

.footer-wrap__nav li a {
  color: #fff;
}

.footer-wrap__nav li a:hover {
  text-decoration: underline;
}

.footer-wrap__contacts {
  font-size: 18px;
  line-height: 14px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
}

.footer-wrap__contacts--link {
  color: #fff;
  margin: 20px 0;
  display: block;
}

.footer-wrap__contacts--link:hover {
  text-decoration: underline;
}

.footer-wrap__copyright {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.footer__inner{
  display: flex;
  /* grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px; */
  font-size: 16px;
  padding-top: 60px;
  justify-content: space-between;
  align-items: start;
  color:#444;
  margin-bottom: 20px;
  background-color: #f2f5f8;
  
}

.footer__inner h5{
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0px;
}

.footer__inner-questions{
  line-height: 22px;
  font-size: 16px;
  color: #636161;
}

.footer__inner-1{
  width: 220px;
  line-height: 20px;
  margin-top: -13px;
}

.footer__copy{
  text-align: center;
  font-size: 16px;
  color:#444;
  line-height: 24px;
}

.footer__hr {
  border: 0.5px solid #636161;
  margin-top: 30px;
  margin-bottom: 18px;
}

.footer-container{
  margin: 0 auto;
}


.questions__title{
    text-align: center;
    font-size: 36px;
    color: #3492e4;
    line-height: 42px;
    margin-top: 40px;
    font-weight: normal;
}

.questions__title-calc{
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
}

.questions-calc__text{
  color: #444 !important;
  font-family: "Nirmala UI", sans-serif !important;
}

.questions-calc__text strong {
  color: #444;
  font-size: 24px;
}

.questions__subtitle{
    text-align: center;
    font-size: 28px !important;
    color: #3492e4;
    line-height: 55px;
    font-weight: normal !important;
}

.questions__article{
  margin-top: 46px;
  line-height: 24px;
  font-size: 16px;
  color: #444444;
}

.red-blockquote {
  margin: 20px 0;
  padding-left: 20px;
  border-left: 5px solid #ee6e73;
  line-height: 26px;
  font-weight: 400;
  font-size: 18px;
}

.red-blockquote__text{
  font-style: italic !important;
}

.pagar__subtitle{
  font-size: 26px !important;
  color:#3492e4;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.questions__article h3{
    /* height: 20px; */
    line-height: 20px;
    font-size: 26px;
    color: #3492e4;
    font-family: 'Lato';
    font-weight: bold;
    margin-bottom: 7px;
}

.intrebari-text p{
  margin-bottom: 0 !important;
}


.pagar__text p{
  margin-bottom: 1rem !important;
}


.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5em 0;
}

.modal-wrap {
  max-width: 650px;
  padding: 22px 45px 65px;
  background-color: #FFFFFF;
  color: #3B3B3B;
}

.modal-wrap__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.modal-wrap__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal-wrap__form input, .modal-wrap__form select {
  font-size: 16px;
  color: #3B3B3B;
  padding: 16px;
  background-color: #F9F9F9;
  border-radius: 7px;
  width: 48%;
  border: none;
  margin-bottom: 15px;
  font-family: "Nirmala UI", sans-serif;
}

.modal-wrap__form input::-webkit-input-placeholder, .modal-wrap__form select::-webkit-input-placeholder {
  color: rgba(59, 59, 59, 0.61);
}

.modal-wrap__form input::-moz-placeholder, .modal-wrap__form select::-moz-placeholder {
  color: rgba(59, 59, 59, 0.61);
}

.modal-wrap__form input:-ms-input-placeholder, .modal-wrap__form select:-ms-input-placeholder {
  color: rgba(59, 59, 59, 0.61);
}

.modal-wrap__form input::-ms-input-placeholder, .modal-wrap__form select::-ms-input-placeholder {
  color: rgba(59, 59, 59, 0.61);
}

.modal-wrap__form input::placeholder, .modal-wrap__form select::placeholder {
  color: rgba(59, 59, 59, 0.61);
}

.modal-wrap__form--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
}

.modal-wrap__form--checkbox input {
  width: 23px;
  height: 20px;
}

.modal-wrap__form--checkbox-label {
  margin-left: 13px;
  width: 90%;
  font-size: 14px;
  line-height: 16px;
}

.modal-wrap__form--checkbox-label .color {
  color: #2D91C5;
  display: block;
  margin-bottom: 5px;
}

.modal-wrap__form .btn {
  width: 48%;
  font-size: 12px;
  padding: 15px;
}

/* blog styles  */

.blog-main__img{
  width: 600px !important;
}

.table-link{
  word-break: break-all;
}

.prestamos-calc{
  padding-top: 20px;
}

.breadscrumbs{
    line-height: 16px;
    padding: 10px 30px;
    background: #fff;
    border-bottom: 1px solid #d0cece;
    color: #000;
    padding: 20px;
    font-size: 18px;
}

.breadscrumbs a:hover{
  color: #3492e4;
  transition: 0.5s;
}

.article{
  display: flex;
  background-color: #fff;
  color: #000;
  padding-bottom: 1.25rem;
  /* margin-bottom: 1.25rem; */
  border-bottom: 1px solid #ebebeb;
  padding: 30px;
}

.article-content{
  margin-left: 10px;
}

.article-title{
  color: #000;
  font-weight: bold;
}

.article img {
  width: 300px;
  max-width: 300px;
  height: 200px;
}


.article-data{
  display: flex;
  justify-content: start;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #979797;
  font-size: 16px;
  align-items: center;
}

.article-data__right{
  display: flex;
  flex-wrap: wrap;
}

.article-data__views{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 20px;
}

.article-data__views-text{
  margin-left: 5px;
  margin-bottom: 2px;
}

.article-text{
  font-size: 16px;
}

.blog-1{
  color: #000;
}

.blog-1 p{
  font-size: 0.875rem;
    line-height: 1.6;
    word-wrap: break-word;
}

.entry-title{
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  margin-bottom: 20px;
}

.questions__article h4{
  font-size: 20px;
}

.reviews-name{
  font-style: italic  !important;
  font-size: 20px !important;
  font-weight: bold !important;
  margin-top: -20px;
}


.entry-thumbnail{
  max-width: 1030px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.privacy-container{
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 10px;
}

.privacy-policy__text h2{
  width: 100%;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
}

.privacy-policy__text p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 8px;
  margin-bottom: 1.25rem;
} 

.privacy-policy__text a{
  color: #3492e4;
}

.privacy-policy__text ul li{
list-style-type: disc;
}

.privacy-policy__text ol {
list-style-type: number;
}

.privacy-policy__text li {
margin-bottom: 7px;
}

.privacy-policy__text  {
font-size: 18px;
padding-bottom: 10px;
}

.main-content {
  margin-top: 25px;
  box-sizing: inherit;
  margin-bottom: 45px;
  color: #000;
}

.privacy-policy__text ol li {
  margin-left: 26px;
  list-style-type: number;
  margin-bottom: 10px;
}

.privacy-policy__text ul li {
  margin-left: 20px;
  margin-bottom: 10px;
}

blockquote {
  background: #e6ecf2;
  color: #131314;
  padding: 3rem 3rem 3rem 9rem;
  position: relative;
  margin-bottom: 1.2rem;
}

blockquote:before {
  content: "\201C";
  font-family: serif;
  left: 1.6rem;
  color: #000;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

blockquote:after, blockquote:before {
  position: absolute;
  top: 2rem;
  background: #fff;
}

blockquote:after {
  content: "";
  width: 0.4rem;
  left: 7rem;
  bottom: 2rem;
}

blockquote, q {
  quotes: none;
}

.privacy-policy__text img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.img-pagatucredito{
  height: 0;
  width: 0;
}

.privacy-policy__table {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  border-collapse: collapse;
  border-spacing: 0;
}

.privacy-policy__table td, th {
  padding: 5px 10px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

/* contacts */

.contacts__wrapper{
  display: flex;
  justify-content: space-between;
}

.contacts-form input, textarea {
  border: 0.5px solid rgb(191, 191, 191);
  border-radius: 8px;
  width: 100%;
  height: 40px;
  background: transparent;
  font-family: "Ubuntu Light";
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  padding: 20px 22px;
  font-size: 14px;
}

.contacts-form textarea {
  height: auto;
}

.contacts-form{
  margin-right: 50px;
}

.contacts-form label{
  font-size: 16px;
}

.contacts-title{
  font-size: 36px;
  color: #3492e4;
  line-height: 42px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.contacts-btn{
  border-radius: 8px;
  background-color: #3ad2a2;
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "Ubuntu Medium";
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  margin-bottom: 50px;
}

.contacts-text p {
  line-height: 24px;
    font-size: 16px;
    color: #444444;
    margin-bottom: 10px;
}

.contacts-mail{
  font-weight: 600;
    text-decoration: none;
    color: #3492E4;
}

/* submit styles  */

.loan-container {
  padding: 10px;
}

.waitMessage h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}

.waitMessage p {
  margin-bottom: 5px;
  font-size: 15px;
}

.waitMessage span {
  font-weight: 700;
  font-size: 15px;
}

/* submit styles end */

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5em 0;
}

.modal-wrap {
  max-width: 650px;
  padding: 22px 45px;
  background-color: #FFFFFF;
  color: #3B3B3B;
}

.modal-wrap__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

/* financial tips styles start  */

.financial-main{
  display: flex;
  min-height: 100%;
    height: 100%;
    /* color: #1cc995;
    font-weight: 500; */
    cursor: pointer;
}

.financial-main__wraps{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  padding-top: 30px;
  margin-bottom: 20px;
  margin-left: -5px;
}

.financial-item{
  padding: 15px 15px 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}


.financial-item__img{
  height: 160px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.financial-item__title{
  font-size: 25px !important;
  color: #000;
  margin-top: 10px;
  font-family: "Ubuntu Bold";
}

.financial-item__text{
  flex: 1;
    color: #272d2e;
}

.financial-data{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    margin-top: 20px;
    color: #272d2e;
}

.financial-data__right, .financial-data__views{
  display: flex;
    flex-wrap: wrap;
}

.financial-data__views-text{
  margin-left: 10px;
  margin-top: 3px
}

.popular-posts{
  margin-bottom: 50px;
}


.financial-data__likes{
  align-items: center;
}

.breadscrubs{
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  font-size: 17px;
  margin-top: 40px;
  gap: 5px;
}

.breadscrubs-span{
  color: rgba(0,0,0,.4);
}

.breadscrubs-link{
  color: rgba(0,0,0,.4);
}

.breadscrubs-link:hover{
  text-decoration: underline;
}

.read-more{
  color: #fff;
  padding: 20px;
  font-size: 20px;
  border-radius: 10px;
  background-color: #1f65e6;
  cursor: pointer;
}

.financial-content p{
  margin-bottom: 15px;
}

.financial-content__title{
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  margin-bottom: 20px;
}

.popular-posts__title{
  font-size: 35px;
  font-weight: bold;
  /* margin-left: 5px; */
}

.financial-logo__img{
  display: block;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius:7px;
    margin-bottom: 30px;
}

.privacy-container{
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.financial-text p{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 8px;
  font-family: 'Inter', sans-serif;
}

.financial-text h3{
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
}

.financial-text ul li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
}

/* financial tips styles end  */

/* dropdown styles start  */

.arrow-down{
  width: 20px;
  height: 20px;
}

.arrow-n-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.dropdown-menu{
  transform: translateY(-100%);
  display: none;
}

.dropdown-active{
  display: block;
  transform: translateY(0);
  transition: translate 0.5s;
}

.dropdown-menu__header{
  display: none;
}

.dropdown-header--active{
  display: block;
}

.dropdown-header__list{
  position: absolute;
  background: #fff;
  z-index: 2;
  border-radius: 5px;
}

.dropdown-title{
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-family: SF Pro Display;
  cursor: pointer;
  margin-bottom: 0;
}

.dropdown-title:hover{
  text-decoration: underline;
}

.dropdown-header__list--item{
  margin-left: 0 !important;
  padding: 10px;
}

.prestamos-navigation__footer{
  display: none; 
}

@media screen and (min-width: 840px){
  .prestamos-navigation__footer {
      display: block;
  }
}
 

/* dropdown styles end  */
  

@media (max-width: 1200px) {
  .how-wrap__arrow {
    right: 5%;
  }
  .financial-main__wraps{
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 1024px) {
  .header-wrap__logo {
    z-index: 20;
  }
  .header-wrap__menu {
    z-index: 20;
    display: block;
    cursor: pointer;
  }
  .ham {
    cursor: pointer;
    color: #2D91C5;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.2s ease;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .hamRotate.active {
    transform: rotate(45deg);
  }
  .hamRotate180.active {
    transform: rotate(180deg);
  }
  .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #2D91C5;
    stroke-width:5.5;
    stroke-linecap:round;
  }
  .ham .top {
    stroke-dasharray: 40 121;
  }
  .ham .bottom {
    stroke-dasharray: 40 121;
  }
  .ham.active .top {
    stroke-dashoffset: -68px;
  }
  .ham.active .bottom {
    stroke-dashoffset: -68px;
  }
  .header-wrap__nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap__nav--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-wrap__nav--list li {
    margin-bottom: 25px;
  }
  .header-wrap__nav--list li a {
    font-size: 30px;
  }
  .header-wrap__nav--active {
    opacity: 1;
    visibility: visible;
  }
  .main .container {
    background-position-x: 0 !important;
    position: relative;
  }
  .main .container::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.37);
  }
  .main-wrap {
    position: relative;
    z-index: 2;
  }
  .main-wrap__content--title {
    color: #fff;
  }
  .how::before {
    background-size: contain !important;
    margin-top: -427px;
  }
  .how-wrap {
    margin-top: -200px;
  }
  .how-wrap__images--item:first-child {
    left: -15%;
    top: -50px;
  }
  .how-wrap__arrow {
    display: none;
  }
  .how-wrap__list {
    padding-left: 0;
  }
  .how-wrap__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .how-wrap__list li::before {
    margin-bottom: 20px;
  }
  .how-wrap__list li::after {
    content: '';
    display: block;
    width: 37px;
    height: 60px;
    background: url("../img/how-arrow__mobile.svg") no-repeat center center;
    position: absolute;
    right: 25%;
    top: -.5em;
  }
  .how-wrap__list li:nth-child(even)::after {
    right: auto;
    left: 25%;
    background: url("../img/how-arrow__mobile--left.svg") no-repeat center center;
  }
  .prestamos-navigation{
    display: none;
  }
}

@media (max-width: 968px) {
  .action-wrap__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .action-wrap__form, .action-wrap__content {
    width: 100%;
  }
  .action-wrap__form {
    margin: 0 auto 35px;
    max-width: 650px;
  }
  .action-wrap__content {
    max-width: 100%;
  }
  
}

@media (max-width: 768px) {
  /*.services,*/
  /*.reviews {*/
  /*  display: none;*/
  /*}*/
  .action {
    padding-bottom: 0;
  }
  .action-wrap__arrow {
    display: none;
  }
  .article{
    flex-direction: column;
  }
  .article img{
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .blog{
    margin-bottom: 40px;
  }
  .footer__inner{
    flex-direction: column;
    align-items:flex-start;
  }
  .questions__subtitle, 
  .questions__title{
    text-align: left;
  }
  .questions__title{
    margin-bottom: -20px;
  }
  .questions__title-calc{
    margin-bottom: 30px !important;
    text-align: center;
    margin-top: -40px !important;
  }
  .contacts__wrapper{
    flex-direction: column;
  }
  .contacts-form{
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  body {
    overflow-x: hidden;
  }
  .ttl {
    font-size: 20px;
    line-height: 30px;
  }
  .btn {
    font-size: 10px;
    padding: 8px;
  }
  .header {
    padding: 16px 0;
  }
  .header-wrap__logo {
    max-width: 90px;
  }
  .header-wrap__nav--list li a {
    font-size: 18px;
  }
  .main .container {
    min-height: 700px;
  }
  .main-wrap__content {
    padding: 190px 0 0;
  }
  .main-wrap__content--title {
    font-size: 24px;
    line-height: 29px;
  }
  .main-wrap__content--form {
    padding: 14px 30px;
    max-width: 352px;
    margin: 0 auto;
    position: relative;
    z-index: 12;
  }
  .main-wrap__content--form-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .main-wrap__content--form-list {
    /*padding-left: 15%;*/
    margin: 0 auto;
    max-width: 210px;
  }
  .main-wrap__content--form-list li {
    font-size: 10px;
    line-height: 12px;
  }
  .main-wrap__content--form-flex input {
    max-width: 100%;
    width: 50%;
  }
  .main-wrap__content--form-flex_label {
    font-size: 10px;
    line-height: 12px;
  }
  .main-wrap__content--form-flex_sum {
    font-size: 16px;
  }
  .main-wrap__content--form .btn {
    padding: 12px;
    margin-top: 20px;
    font-size: 17px;
    line-height: 20px;
  }
  .how::before {
    margin-top: -527px;
  }
  .how .container {
    padding-bottom: 20px;
  }
  .how-wrap {
    background-color: #2D91C5;
    margin-top: -250px;
    border-top-right-radius: 50px;
  }
  .how-wrap__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .how-wrap__list li {
    text-align: center;
    font-size: 21px;
    line-height: 25px;
  }
  .how-wrap__images--item:nth-child(1) {
    left: -40%;
    top: -200px;
  }
  .how-wrap__images--item:nth-child(2) {
    right: 0;
    bottom: 35%;
    overflow-x: hidden;
  }
  .how-wrap__images--item:nth-child(2) img {
    max-width: 70%;
    position: relative;
    right: -40%;
  }
  .action {
    /*margin-bottom: -50px;*/
    padding-top: 30px;
  }
  .action-wrap__content {
    /*display: none;*/
  }
  .action-wrap__content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
  }
  .action-wrap__content strong {
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }
  .action-wrap__title {
    margin-bottom: 20px;
    display: none;
  }
  .action-wrap__title--mob {
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #2F2F2F;
    display: block;
  }
  .action-wrap__form {
    padding: 14px 30px;
    max-width: 352px;
    margin: 0 auto 30px;
  }
  .action-wrap__form-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .action-wrap__form-list {
    /*padding-left: 15%;*/
    margin: 0 auto;
    max-width: 170px;
  }
  .action-wrap__form-list li {
    font-size: 10px;
    line-height: 12px;
  }
  .action-wrap__form-flex input {
    max-width: 100%;
    width: 50%;
  }
  .action-wrap__form-flex_label {
    font-size: 9px;
  }
  .action-wrap__form-flex_sum {
    font-size: 16px;
  }
  .action-wrap__form .btn {
    padding: 12px;
    margin-top: 20px;
    font-size: 17px;
    line-height: 20px;
  }
  .services-wrap {
    flex-wrap: wrap;
  }
  .services-wrap__item {
    width: 100%;
  }
  .services-wrap__item--title {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #3E3E3E;
  }
  .services {
    margin-top: 50px;
    padding: 30px 0 0;
  }
  .reviews-wrap {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .reviews .container {
    min-height: auto;
  }
  .reviews-wrap__title {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #424953;
    margin-bottom: 5px;
  }
  .reviews-wrap__list--wrap-item {
    max-width: 291px;
    padding: 30px 20px;
    min-height: auto;
  }
  .reviews-wrap__list--wrap-item h3 {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #2B3037;
  }
  .reviews-wrap__list--wrap-item p {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #424953;
  }
  .reviews-wrap__list--wrap-item_images::after {
    right: -110px;
  }
  .reviews-wrap__list--wrap-item_images::before {
    top: 50px;
  }
  .reviews-wrap .slick-dots {
    margin-top: 0;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .info {
    padding-top: 25px;
  }
  .footer {
    margin-top: 50px;
  }
  .info-wrap__text {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: rgba(66, 73, 83, 0.55);
  }
  .footer-wrap__logo, .footer-wrap__contacts, .footer-wrap__nav {
    display: none;
  }
  .footer-wrap__copyright {
    margin-top: 0;
    text-align: left;
  }
  #iquestCuaacutento_Dinero_Puedo_Pedir_Prestado{
    font-size:30px;
    line-height: 0.1 !important;
  }
  .breadscrumbs{
    font-size: 15px;
  }
  .prestamos-calc{
    padding-bottom: 50px;
  }
  .footer__inner{
    margin-top: 20px;
  }
}

@supports (-webkit-appearance:none){
/*.main .container{background:url("../img/bg-mm.svg") no-repeat left center}*/
.main .container{background:url("../img/bg-mm-new.jpg") no-repeat left center}
.how::before{background:url("../img/bg-howw.webp") no-repeat center center}
.how::before{
  /*background-image:url("../img/bg-howw-new.webp");*/
}
.reviews-wrap__list--wrap-item{background:url("../img/bg-rev.webp") no-repeat}
.reviews-wrap__list--wrap-item::before{background:url("../img/reviews3.webp") no-repeat center center}
.reviews-wrap__list--wrap-item_images::after{background:url("../img/reviews2.svg") no-repeat center center}
.reviews-wrap__list--wrap-item_images::before{background:url("../img/reviews1.webp") no-repeat center center}
}

 @media (max-width: 1200px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1024px){

@supports (-webkit-appearance:none){
.how-wrap__list li::after{background:url("../img/how-arrow__mobile.svg") no-repeat center center}
.how-wrap__list li:nth-child(even)::after{background:url("../img/how-arrow__mobile--left.svg") no-repeat center center}
}

}

.ofr-button .button  {
  background-color: #2D91C5 !important;
  line-height: 38px;
}
.ofr-button .button:hover {
  background-color: #24729b !important;
  color: #ffffff !important;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .three.columns,
  .one-half.column {
    width: 50% !important;
    margin-left: 0 !important;
  }
  .ofr-row.row .three.columns:nth-child(1),
  .ofr-row.row .three.columns:nth-child(2) {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .three.columns,
  .one-half.column {
    width: 50% !important;
    margin-left: 0 !important;
  }
  .ofr-row.row .three.columns:nth-child(1),
  .ofr-row.row .three.columns:nth-child(2) {
    margin-bottom: 15px !important;
  }
  .financial-main__wraps{
    grid-template-columns: 1fr;
  }
  .financial-item{
    margin-bottom: 7px;
  }
}

 @media (max-width: 968px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 768px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 550px){
   .main .container {
     background: url('../img/bg-main.jpg') no-repeat left center;
     background-size: cover;
   }
@supports (-webkit-appearance:none){

}

}
