@font-face {
  font-family: Gotham, sans-serif;
  src: url(../font/GothamLight.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Gotham, sans-serif;
  src: url(../font/GothamBold.ttf);
  font-weight: 700;
}
.fs-55 {
  font-size: 2.5rem;
}
@media (min-width: 576px) {
  .fs-55 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .fs-55 {
    font-size: 3.4375rem;
  }
}

.fs-50 {
  font-size: 2.1875rem;
}
@media (min-width: 576px) {
  .fs-50 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .fs-50 {
    font-size: 3.125rem;
  }
}

.fs-48 {
  font-size: 2rem;
}
@media (min-width: 576px) {
  .fs-48 {
    font-size: 2.375rem;
  }
}
@media (min-width: 768px) {
  .fs-48 {
    font-size: 3rem;
  }
}

.fs-40 {
  font-size: 1.875rem;
}
@media (min-width: 576px) {
  .fs-40 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .fs-40 {
    font-size: 2.5rem;
  }
}

.fs-36 {
  font-size: 1.75rem;
}
@media (min-width: 576px) {
  .fs-36 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .fs-36 {
    font-size: 2.25rem;
  }
}

.fs-30 {
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .fs-30 {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .fs-30 {
    font-size: 1.875rem;
  }
}

.fs-24 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .fs-24 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .fs-24 {
    font-size: 1.5rem;
  }
}

.fs-22 {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .fs-22 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .fs-22 {
    font-size: 1.375rem;
  }
}

.fs-20 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .fs-20 {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .fs-20 {
    font-size: 1.25rem;
  }
}

.fs-18 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .fs-18 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .fs-18 {
    font-size: 1.125rem;
  }
}

.fs-14 {
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .fs-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .fs-14 {
    font-size: 0.875rem;
  }
}

.fs-12 {
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .fs-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .fs-12 {
    font-size: 0.75rem;
  }
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.tt-u {
  text-transform: uppercase;
}

.tt-none {
  text-transform: none;
}

.centered {
  max-width: 1440px;
  margin: 0 auto;
  width: 90%;
}

body, html {
  font-weight: 300;
  min-width: 320px;
  font-family: Gotham, sans-serif;
}
body *, body *::before, body *::after, html *, html *::before, html *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

.bg-main, .bgh-main:hover {
  background-color: #B99867 !important;
}

.color-main, .colorh-main:hover {
  color: #B99867 !important;
}

.border-main, .borderh-main:hover {
  border-color: #B99867 !important;
}

.bg-sec, .bgh-sec:hover {
  background-color: #000000 !important;
}

.color-sec, .colorh-sec:hover {
  color: #000000 !important;
}

.border-sec, .borderh-sec:hover {
  border-color: #000000 !important;
}

.bg-dark, .bgh-dark:hover {
  background-color: #444342 !important;
}

.color-dark, .colorh-dark:hover {
  color: #444342 !important;
}

.border-dark, .borderh-dark:hover {
  border-color: #444342 !important;
}

.bg-dark2, .bgh-dark2:hover {
  background-color: #323130 !important;
}

.color-dark2, .colorh-dark2:hover {
  color: #323130 !important;
}

.border-dark2, .borderh-dark2:hover {
  border-color: #323130 !important;
}

.bg-light, .bgh-light:hover {
  background-color: #f3f3f8 !important;
}

.color-light, .colorh-light:hover {
  color: #f3f3f8 !important;
}

.border-light, .borderh-light:hover {
  border-color: #f3f3f8 !important;
}

.bg-white, .bgh-white:hover {
  background-color: #ffffff !important;
}

.color-white, .colorh-white:hover {
  color: #ffffff !important;
}

.border-white, .borderh-white:hover {
  border-color: #ffffff !important;
}

.bg-white2, .bgh-white2:hover {
  background-color: #fcfcfc !important;
}

.color-white2, .colorh-white2:hover {
  color: #fcfcfc !important;
}

.border-white2, .borderh-white2:hover {
  border-color: #fcfcfc !important;
}

.main-container {
  max-width: 1920px;
  margin: 0 auto;
  min-width: 320px;
  position: relative;
}

header .centered {
  padding: 7px 0 6px;
}
@media (min-width: 992px) {
  header .centered {
    padding: 7px 66px 6px;
    display: flex;
    justify-content: space-between;
  }
  header .centered .header-buttons {
    justify-content: space-between;
  }
}
header .centered .header-buttons {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 400px) {
  header .centered .header-buttons {
    padding: 22px 0;
    flex-wrap: nowrap;
  }
  header .centered .header-buttons .button {
    margin: 0 14px;
  }
}
header .centered .header-buttons .button {
  width: 220px;
  height: 43px;
  margin: 5px 14px;
}

.footer-button {
  padding: 22px 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-button {
    justify-content: flex-start;
  }
}
.footer-button .button {
  width: 220px;
  height: 43px;
}

.button {
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.button:hover {
  text-decoration: none;
}

.slogan .centered {
  padding: 75% 0 0;
  background: url(../images/img-circle.jpg) no-repeat center top;
  background-size: contain;
}
@media (min-width: 480px) {
  .slogan .slogan-text {
    font-size: 1.875rem;
  }
}
@media (min-width: 600px) {
  .slogan .centered {
    padding: 450px 0 0;
    background-size: auto;
  }
}
@media (min-width: 650px) {
  .slogan .centered {
    display: flex;
    justify-content: flex-start;
  }
  .slogan .slogan-text {
    width: 50%;
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .slogan .centered {
    padding: 0;
    background-size: 50%;
    background-position: 100% top;
  }
}
@media (min-width: 992px) {
  .slogan .centered {
    background-size: auto;
  }
  .slogan .slogan-text {
    max-width: 405px;
  }
}
@media (min-width: 1200px) {
  .slogan {
    padding-top: 13px;
  }
  .slogan .centered {
    padding: 0 54px 0 100px;
    background-position: calc(100% - 54px) top;
  }
  .slogan .slogan-text {
    padding-top: 73px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1350px) {
  .slogan {
    padding-top: 53px;
  }
  .slogan .slogan-text {
    padding-top: 43px;
    font-size: 3.125rem;
    max-width: 535px;
  }
}
@media (min-width: 1500px) {
  .slogan {
    padding-top: 70px;
  }
  .slogan .centered {
    padding: 0 104px 0 150px;
    background-position: calc(100% - 104px) top;
  }
}

.slogan-text {
  padding-top: 103px;
  text-transform: uppercase;
  width: 100%;
  line-height: normal;
  font-size: 1.75rem;
}

.slogan-table {
  padding: 40px 55px 20px 45px;
  margin-top: 30px;
  box-shadow: 5px 9px 16px rgba(0, 0, 0, 0.25);
}
@media (min-width: 650px) {
  .slogan-table {
    margin-top: 255px;
  }
}
@media (min-width: 1350px) {
  .slogan-table {
    margin-top: 310px;
  }
}
.slogan-table div {
  background: url(../images/check.png) no-repeat left center;
  padding: 0.5rem 0 0.5rem 40px;
}
.slogan-table h2 {
  padding-top: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid white;
}

.info-table {
  line-height: normal;
  margin: 60px 0;
  padding: 45px 0 55px;
}
@media (min-width: 992px) {
  .info-table {
    margin: 100px 0 60px;
  }
}
.info-table strong {
  display: block;
}

h2 {
  padding: 30px 0;
  margin: 0;
}

.hp-text {
  padding: 20px 0 60px;
}
.hp-text .button {
  max-width: 404px;
  width: 100%;
  margin: 50px auto 0;
  height: 78px;
}

.text-700 {
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0;
  letter-spacing: 0.025em;
}

.centered-shrink {
  max-width: 1060px;
}

.hp-write .centered-shrink {
  border-width: 2px 0;
  border-style: solid;
  margin: 20px auto;
  padding: 50px 0 60px;
}
.hp-write h2 {
  margin-bottom: 30px;
}
.hp-write .row {
  padding: 30px;
  box-shadow: 5px 9px 16px -6px rgba(0, 0, 0, 0.25);
  margin: 0 0 20px;
}
.hp-write .row .col-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-write .row h3 {
  max-width: 670px;
}
.hp-write .row .date-more {
  padding-top: 1rem;
}
@media (min-width: 480px) {
  .hp-write .row .date-more {
    display: flex;
    justify-content: space-between;
  }
}
.hp-write .row .more a {
  padding-right: 40px;
  background: url(../images/more-arrow.png) no-repeat right center;
  color: #000000;
}
@media (min-width: 768px) {
  .hp-write .row .more a {
    padding-right: 80px;
  }
}
.hp-write .row .more a:hover {
  color: #B99867;
  text-decoration: underline;
}

.contact-info {
  line-height: normal;
}

footer {
  padding: 24px 0 0;
}
footer strong {
  font-weight: 700;
}

.aricoma {
  margin: -25px auto 10px;
  display: block;
}

.footer-logos {
  border: 2px dashed #B99867;
  margin: 0 auto;
  max-width: 400px;
  padding: 0 1rem;
}
.footer-logos .col-4 {
  align-self: center;
}

.copyright {
  padding: 1rem 0 2rem;
}

.info-text {
  border-width: 0 0 2px;
  border-style: solid;
}

.faq-text {
  border-width: 2px 0;
  border-style: solid;
}

.bond-wrapper {
  padding: 2rem 0 0;
  position: relative;
  max-width: 409px;
  margin: 0 auto 6rem;
}
.bond-wrapper .download-arrow {
  position: absolute;
  right: 50%;
  margin-right: -50px;
  bottom: -50px;
}
@media (min-width: 576px) {
  .bond-wrapper .download-arrow {
    right: -50px;
    margin: 0;
  }
}

.centered-1278 {
  max-width: 1278px;
}
.centered-1278 h2 {
  margin-top: 30px;
}
.centered-1278 .button {
  max-width: 404px;
  margin: 60px auto;
  height: 78px;
}

.bond-params {
  line-height: 1.5;
}
.bond-params strong {
  color: #000000;
  font-weight: 700;
}
.bond-params .col-12 div {
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000000;
}

.faq-text .button, form .button {
  max-width: 404px;
  margin: 60px auto;
  height: 78px;
}

form .button {
  height: 63px;
}

.faq {
  box-shadow: 5px 9px 16px -6px rgba(0, 0, 0, 0.25);
  min-height: 80px;
  display: flex;
  align-items: center;
  background: #fcfcfc;
  margin: 0 0 10px;
  flex-wrap: wrap;
}
.faq strong {
  font-weight: bold;
  line-height: 1.25;
}
.faq a.active + .answer {
  display: block;
}
.faq a.faq-question {
  color: #000000;
  position: relative;
  display: flex;
  width: 100%;
  min-height: 80px;
  align-items: center;
  padding: 0.75rem 3rem 0.75rem 2rem;
}
.faq a.faq-question::after {
  content: "";
  background: url(../images/more-arrow.png) no-repeat center center;
  width: 22px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 1rem;
  height: 28px;
}
.faq a.faq-question.active::after {
  transform: rotate(90deg);
}
@media (min-width: 576px) {
  .faq a.faq-question {
    padding: 0.75rem 6rem 0.75rem 2rem;
  }
  .faq a.faq-question::after {
    right: 3rem;
  }
}
.faq .answer {
  display: none;
  width: 100%;
  padding: 0 2rem 2rem;
}
.faq a.faq-intext-link {
  color: #B99867;
}

.centered-890 {
  max-width: 890px;
}

.border-top-main {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid #B99867;
}

.centered-1140 {
  max-width: 1140px;
}

.download-pdf {
  min-height: 110px;
  border-bottom: 1px solid #000000;
  position: relative;
}
.download-pdf:hover {
  background: #ffffff;
}
.download-pdf .download-href {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.download-pdf strong {
  font-weight: 700;
}
.download-pdf .col-8 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.download-pdf .col-4 {
  background: url(../images/pdf.png) no-repeat calc(100% - 15px) center;
}
.download-pdf .pdf-size {
  display: none;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .download-pdf .pdf-size {
    display: flex;
  }
}

.centered-480 {
  max-width: 480px;
}

.form {
  margin-top: 70px;
  padding-bottom: 60px;
}
.form h2 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 30px;
}
.form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.form .row > div {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.form .row.bankaccount > div {
  position: relative;
}
.form .row.bankaccount div:nth-child(1)::after, .form .row.bankaccount div:nth-child(2)::after {
  content: "-";
  color: #ffffff;
  font-size: 1.5rem;
  position: absolute;
  right: -3px;
  top: 0;
}
.form .row.bankaccount div:nth-child(2)::after {
  content: "/";
}
.form .row.bankaccount div:nth-child(3) input {
  padding-left: 5px;
  padding-right: 5px;
}
.form input, .form textarea {
  width: 100%;
  border: 2px solid #B99867;
  height: 39px;
  color: #444342;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 10px;
}
.form input.calendar, .form textarea.calendar {
  background: white url(../images/calendar.png) no-repeat calc(100% - 1rem) center;
  padding-right: 50px;
}
.form input.is-invalid, .form textarea.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form textarea {
  min-height: 250px;
  height: auto;
}
.form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 16px 16px 32px 0;
  float: left;
}
.form .centered-820 {
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.025rem;
}

.centered-820 {
  max-width: 820px;
}

.modal-wrapper {
  background: rgba(185, 152, 103, 0.49);
  backdrop-filter: blur(5px);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
.modal-wrapper .close-modal {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
}
.modal-wrapper.active {
  display: block;
}

.question-modal {
  max-width: 500px;
  padding: 10px 50px 30px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 5vh;
  transform: translateX(-50%);
  line-height: 1.25;
  z-index: 102;
}
.question-modal h2 {
  padding-bottom: 15px;
}
.question-modal .row {
  margin-left: -10px;
  margin-right: -10px;
}
.question-modal .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.question-modal input, .question-modal textarea {
  width: 100%;
  max-width: inherit;
  border: 2px solid #B99867;
  height: 30px;
  color: #444342;
  font-weight: 700;
  margin: 0 auto 10px;
  padding: 10px;
}
.question-modal textarea {
  min-height: 158px;
  height: auto;
}
.question-modal .button {
  width: 110px;
  float: right;
  height: 33px;
  margin-bottom: 0;
}
.question-modal .close {
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: 10px;
  font-weight: 300;
  color: #ffffff !important;
}

.news > div:not(:last-child) {
  padding: 30px 40px;
  box-shadow: 5px 9px 16px -6px rgba(0, 0, 0, 0.25);
  margin: 0 0 10px;
}
.news .more {
  padding-top: 0.5rem;
}
.news .more a {
  padding-right: 40px;
  background: url(../images/more-arrow.png) no-repeat right center;
  color: #000000;
}
@media (min-width: 768px) {
  .news .more a {
    padding-right: 80px;
  }
}
.news .more a:hover {
  color: #B99867;
  text-decoration: underline;
}
.news .more-wrapper-1060 {
  max-width: 1060px;
  margin: 0 0 30px;
  border-bottom: 2px solid #B99867;
}
.news .more-wrapper-1060 .more a {
  background: url(../images/more-arrow2.png) no-repeat right center;
}

.news-content {
  padding: 0.5rem 0;
}

.centered-454 {
  max-width: 454px;
}

.login-wrapper {
  padding: 0 2rem;
}
.login-wrapper input {
  width: 100%;
  max-width: 300px;
  border: 2px solid #B99867;
  height: 25px;
  color: #444342;
  font-weight: 700;
  margin: 0 auto 10px;
  padding: 10px;
  display: block;
}
.login-wrapper .button {
  width: 110px;
  height: 33px;
  margin: 10px 0 30px;
}
.login-wrapper form > div {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.form select {
  width: 100%;
  border: 2px solid #B99867;
  height: 39px;
  color: #444342;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 10px;
  background-color: #ffffff;
}

.download-arrow:hover {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 17% !important;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: inherit !important;
  width: 100%;
  border: 2px solid #B99867;
  height: inherit !important;
  color: #444342;
  font-weight: 700;
  margin: 0 0 10px;
  padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit !important;
  line-height: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0px !important;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

span.select2:nth-child(12) > span:nth-child(1) > span:nth-child(1) {
  width: 100%;
  border: 2px solid #B99867;
  height: 39px;
  color: #444342;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 10px;
}

.form select {
  width: 100%;
  border: 2px solid #B99867;
  height: inherit !important;
  color: #444342;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 10px;
}

span.select2:nth-child(12) {
  width: 100%;
}

.select2-container {
  width: 100% !important;
}

.select2-selection .select2-selection--single {
  width: 100%;
  border: 2px solid #B99867;
  height: inherit !important;
  color: #444342;
  font-weight: 700;
  margin: 0 0 10px;
}

#select2-obligation__phonePrefix-container {
  line-height: 37px;
  color: #444342;
}

.news-detail .back .background-arrow {
  background: url(../images/arrow-left.png) no-repeat left center;
}

.news-detail .back a {
  padding-right: 40px;
  color: #000;
}

.background-arrow {
  width: 100%;
  height: 50px;
  position: relative;
  left: 75%;
  margin-bottom: 6rem !important;
}

.background-arrow > a {
  position: absolute;
  left: 8%;
  top: 15%;
}

@media (min-width: 762px) {
  #investice-text {
    max-width: inherit !important;
    position: relative;
    width: 160%;
    right: 14%;
    line-height: 2;
  }
}

.form-error {
  color: red;
}

#select2-question__phonePrefix-container {
  line-height: 28px;
}

#question__entity {
  width: 100%;
  border: 2px solid #B99867;
  height: inherit !important;
  color: #444342;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 10px;
  background-color: #ffffff;
}

#question__phone {
  max-width: 100%;
}

.modal-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -6px;
}

.footerLogos {
  position: relative;
  bottom: 14px;
}

@media (min-width: 768px) {
  .login-wrapper {
    position: relative;
    top: 100px;
  }
}

@media (min-width: 768px) {
  .footer-login {
    position: relative;
    left: 0;
    top: 190px;
  }
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444342;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444342;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #444342;
}

/*# sourceMappingURL=style.css.map */
