.landing-main-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .landing-main-title {
    font-size: 1.6rem;
  }
}

.landing-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .landing-title {
    font-size: 1.6rem;
  }
}

.main-bnr {
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
}
.main-bnr__img {
  width: 100%;
  height: auto;
}
.main-bnr__img--desc {
  display: block;
}
.main-bnr__img--mob {
  display: none;
}
@media screen and (max-width: 501px) {
  .main-bnr__img--desc {
    display: none;
  }
  .main-bnr__img--mob {
    display: block;
  }
}

.section-info {
  margin-top: 50px;
  margin-bottom: 140px;
}
@media screen and (max-width: 992px) {
  .section-info {
    margin-bottom: 70px;
  }
}
.section-info__txt {
  font-size: 1.562rem;
}

.ipoteca-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.ipoteca-info__item {
  width: 24%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .ipoteca-info__item {
    width: 48%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 560px) {
  .ipoteca-info__item {
    width: 100%;
  }
}
.ipoteca-info__icon {
  margin-bottom: 10px;
}
.ipoteca-info__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.ipoteca-info__txt {
  font-size: 1.25rem;
  font-weight: 500;
}

.section-info-border {
  margin: 140px 0 110px;
}
@media screen and (max-width: 992px) {
  .section-info-border {
    margin: 70px 0 70px;
  }
}

.info-border {
  display: flex;
}
.info-border__inner {
  width: 60%;
  margin-left: 40%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .info-border__inner {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}
.info-border__title {
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 15px 20px 75px;
}
@media screen and (max-width: 992px) {
  .info-border__title {
    margin: 0px 15px 20px 15px;
  }
}
@media screen and (max-width: 769px) {
  .info-border__title {
    font-size: 1.6rem;
  }
}
.info-border__container {
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
  padding: 20px 40px 20px 117px;
  border: 5px solid #1f9c9e;
}
@media screen and (max-width: 992px) {
  .info-border__container {
    padding: 220px 40px 20px 40px;
    height: auto;
    order: 1;
  }
}
.info-border__pic {
  width: 78%;
  height: 90%;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -66%;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .info-border__pic {
    order: 0;
    width: 70%;
    padding-bottom: 45%;
    height: 0;
    margin: 0 auto -200px;
    position: relative;
    left: 0;
  }
}
.info-border__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .info-border__img {
    position: absolute;
  }
}
.info-border .btn {
  width: 90%;
  max-width: 290px;
  margin: 20px auto 0;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.info-border--img-right .info-border__inner {
  margin-left: 0;
  margin-right: 40%;
}
@media screen and (max-width: 992px) {
  .info-border--img-right .info-border__inner {
    margin: 0;
  }
}
.info-border--img-right .info-border__title {
  margin: 0px 100px 15px 15px;
}
@media screen and (max-width: 992px) {
  .info-border--img-right .info-border__title {
    margin: 0px 15px 20px 15px;
  }
}
.info-border--img-right .info-border__container {
  padding: 20px 100px 20px 40px;
}
@media screen and (max-width: 992px) {
  .info-border--img-right .info-border__container {
    padding: 220px 40px 20px 40px;
  }
}
.info-border--img-right .info-border__pic {
  margin-right: 0;
  position: absolute;
  z-index: 2;
  left: inherit;
  right: -68%;
}
@media screen and (max-width: 992px) {
  .info-border--img-right .info-border__pic {
    order: 0;
    width: 70%;
    padding-bottom: 45%;
    height: 0;
    margin: 0 auto -200px;
    position: relative;
    left: 0;
  }
}

.info-border--big .info-border__inner {
  width: 92%;
  margin-left: 10%;
}
@media screen and (max-width: 992px) {
  .info-border--big .info-border__inner {
    width: 100%;
    margin: 0;
  }
}
.info-border--big .info-border__container {
  height: 100%;
  padding: 20px 50px 20px 30%;
}
@media screen and (max-width: 992px) {
  .info-border--big .info-border__container {
    padding: 220px 40px 20px 40px;
  }
}
.info-border--big .info-border__pic {
  width: 32%;
  height: 90%;
  left: -10%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .info-border--big .info-border__pic {
    order: 0;
    width: 70%;
    height: 0;
    padding-bottom: 45%;
    margin: 0 auto -200px;
    position: relative;
    left: 0;
  }
}

.section-info-bg {
  margin: 150px 0 100px;
  padding: 35px 0;
}
@media screen and (max-width: 992px) {
  .section-info-bg {
    margin: 70px 0 70px;
  }
}

.info-bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .info-bg {
    flex-direction: column;
  }
}
.info-bg__title {
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .info-bg__title {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .info-bg__title {
    font-size: 1.6rem;
    text-align: center;
  }
}
.info-bg__content {
  width: 47%;
  padding-right: 2%;
  font-size: 1.185rem;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .info-bg__content {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
}
.info-bg__pic {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .info-bg__pic {
    order: 1;
    width: 70%;
    height: 350px;
  }
}
.info-bg__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-bg .btn {
  display: flex;
  width: 90%;
  max-width: 250px;
  margin: 40px auto 20px;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.list-rect li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  line-height: 2;
}
.list-rect li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #1f9c9e;
  position: absolute;
  left: 0;
  top: 13px;
}

.ipoteca-slider-wrap {
  overflow: hidden;
}

.ipoteca-slider {
  margin: 0 -15px;
}
.ipoteca-slider__item {
  margin: 0 15px;
}
@media screen and (max-width: 992px) {
  .ipoteca-slider__item {
    margin: 0 15px;
  }
}
.ipoteca-slider__img {
  width: 100%;
}

.br-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.br-box {
  border-radius: 60px;
  padding: 45px 45px;
  box-shadow: 1px 1px 15px #ccc;
}
@media screen and (max-width: 992px) {
  .br-box {
    padding: 30px 30px;
  }
}
.br-box__title {
  font-size: 1.812rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.br-box__title span {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 2px solid #1f9c9e;
}
.br-box__txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}
.br-box__txt p {
  margin-bottom: 10px;
}
.br-box.br-box--col2 {
  width: 46%;
}
@media screen and (max-width: 992px) {
  .br-box.br-box--col2 {
    width: 49%;
  }
}
@media screen and (max-width: 769px) {
  .br-box.br-box--col2 {
    width: 100%;
    margin-bottom: 50px;
  }
}

.statement-box {
  border: 3px solid #1f9c9e;
  padding: 30px 40px;
}
@media screen and (max-width: 560px) {
  .statement-box {
    padding: 30px 20px;
  }
}
.statement-box__intro {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

.form-statement__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-statement__intro {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.form-statement__line {
  display: flex;
  align-items: center;
  width: 49%;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
  font-size: 1rem;
}
@media screen and (max-width: 769px) {
  .form-statement__line {
    width: 100%;
  }
}
.form-statement__input {
  width: 100%;
  border: 0;
  font-size: 1rem;
  padding: 10px 18px;
  outline: 0;
}
.form-statement__code {
  background-color: #e3e3e3;
  display: block;
  padding: 10px 18px;
}
.form-statement__select {
  width: 100%;
  font-size: 1rem;
  border: 0;
}
.form-statement__buttons {
  margin-top: 30px;
}
.form-statement__capcha {
  margin-top: 15px;
}
.form-statement .btn--green-sea {
  width: 160px;
  margin-right: 15px;
}
@media screen and (max-width: 769px) {
  .form-statement .btn--green-sea {
    margin-bottom: 10px;
  }
}
.form-statement .btn--orange {
  width: 250px;
}
@media screen and (max-width: 769px) {
  .form-statement .btn--orange {
    margin-bottom: 10px;
  }
}

.section-other-offers {
  overflow: hidden;
}

.other-offers {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 786px) {
  .other-offers {
    flex-direction: column;
    align-items: center;
  }
}
.other-offers__item {
  width: 30%;
  max-width: 310px;
  text-decoration: none;
}
@media screen and (max-width: 786px) {
  .other-offers__item {
    width: 100%;
    max-width: 480px;
    margin: 0 0 40px 0;
  }
}
.other-offers__pic {
  margin-bottom: 5px;
}
.other-offers__img {
  width: 100%;
}
.other-offers__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 786px) {
  .other-offers__title {
    font-size: 24px;
  }
}
.other-offers__txt {
  font-size: 18px;
  margin-bottom: 15px;
}
.other-offers__btn {
  width: 100px;
}

.calculations-info {
  font-size: 1.125rem;
  font-weight: 600;
  background-color: #ebebeb;
  padding: 50px 45px;
  border-radius: 130px 0 130px 0;
  margin: 50px 0;
}

.section-faq {
  margin: 100px 0;
}
.section-faq .landing-title {
  text-transform: none;
}

.faq__item {
  margin-bottom: 15px;
}
.faq .faq__item.visible .faq__question::after {
  transform: rotateX(180deg);
}
.faq__question {
  padding: 10px 40px 10px 30px;
  background-color: #1f9c9e;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  border-radius: 22px;
  position: relative;
  cursor: pointer;
}
.faq__question::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 15px;
  margin: auto;
  background-image: url(../i/faq_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.faq__answer {
  font-size: 1.25rem;
  display: none;
  padding: 10px 10px 0;
}/*# sourceMappingURL=ipoteca.css.map */