:root {
  --midnight-blue: #19354e;
}

a {
  color: #fff;
  text-align: left;
  font-family: Exo, sans-serif;
}

.navbar {
  z-index: 1000;
  width: 100%;
  height: 90px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin: -7px 0 5px;
  padding: 10px 0 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.logo {
  width: 200px;
  height: 50px;
  margin-left: -25px;
  padding-left: 0;
}

.logo.w--current {
  width: 200px;
  height: 50px;
}

.logoimage {
  padding-left: 0;
  display: inline-block;
}

.navtext {
  white-space: normal;
  border: 1px #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
}

.body {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.hero {
  width: 100%;
  height: 500px;
  background-image: url('../images/financial-services.jpg');
  background-position: 0 7%;
  background-size: cover;
  margin-top: 0;
}

.hero-text {
  width: 320px;
  height: 60px;
  color: #fff;
  mix-blend-mode: hard-light;
  background-color: #333;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  font-family: Merriweather, serif;
  font-size: 34px;
  font-weight: 600;
  transition: opacity .2s;
  display: flex;
  transform: translate(0);
}

.hero-text.hero-text-small {
  width: 250px;
  height: 50px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.hero-info {
  padding-top: 10%;
  padding-bottom: 5%;
  padding-left: 55%;
  display: inline-block;
  position: static;
  top: 500px;
  left: 825px;
}

.navlink {
  color: #000;
  cursor: pointer;
  font-family: Exo, sans-serif;
  text-decoration: none;
}

.navlink.w--current {
  text-decoration: none;
}

.div {
  width: 100%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: .3%;
  display: flex;
}

.div.herotargets {
  height: 500px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(102, 92, 75, .85);
  background-image: url('../images/bsr-finance-hero.jpg');
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  margin-top: .3%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.div.patrimonio {
  height: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div.footer {
  height: 220px;
  background-color: #1d1c1a;
  justify-content: space-between;
}

.div.copyright {
  height: 100%;
  background-color: #000;
  border: 1px solid #222221;
  margin-top: 0%;
}

.div.enconstruc {
  height: 400px;
  background-image: url('../images/scott-graham-OQMZwNd3ThU-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div.contacto {
  height: 750px;
  opacity: 1;
  justify-content: center;
  margin-top: 6%;
  padding-top: 0;
  padding-left: 0%;
  display: inline-block;
}

.div.meetings {
  height: 100%;
  opacity: 1;
  justify-content: center;
  margin-top: 6%;
  padding-top: 0;
  padding-left: 0%;
  display: inline-block;
}

.herotaginfo {
  width: 300px;
  height: 220px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  display: flex;
}

.staricon {
  color: #fff;
  border: 15px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  font-size: 25px;
  line-height: 25px;
  display: inline-block;
}

.star {
  background-color: #585858;
  border: 0 solid #000;
  border-radius: 50px;
  margin-top: -30px;
  padding-top: 0;
  display: inline-block;
  position: absolute;
}

.tag {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.headingtag {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.button {
  background-color: #585858;
  border-radius: 12px;
  font-family: Open Sans, sans-serif;
}

.button.versalitas {
  text-transform: uppercase;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button.form {
  margin-left: 42%;
}

.patrimonio {
  height: 90px;
  outline-offset: 0px;
  outline: 1px solid #555;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-3 {
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.div-block {
  width: 50px;
  height: 50px;
}

.columns {
  padding: .5% 5%;
}

.columna {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.columnlink, .columnlink.w--current {
  color: #fff;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.columnheader {
  width: 100%;
  height: 2%;
  color: #aca9a9;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.copyrighttext {
  color: rgba(255, 255, 255, .84);
  padding-left: 2.5%;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.text {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  font-family: Playfair Display, sans-serif;
  font-size: 42px;
  display: flex;
}

.contactoh1 {
  color: #080808;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.container {
  padding-top: 8%;
  padding-left: 0%;
  font-size: 16px;
}

.formlabel {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.formtext {
  font-size: 16px;
}

.textarea {
  height: 0;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 30px;
  margin-right: 16px;
  padding-bottom: 0;
}

.heading {
  color: #140a3f;
  font-family: Montserrat, sans-serif;
}

.heading.feature-title {
  font-family: Playfair Display, sans-serif;
}

.hero-without-image {
  object-fit: cover;
  background-color: #f5f7fa;
  background-image: url('../images/fondo1.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-2 {
  background-color: #18171D /*rgba(0, 0, 0, 0)*/;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  font-family: Exo, sans-serif;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  color: #fff;
}

.nav-menu {
  clear: none;
	line-height: 60px!important;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 100%;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  font-size: 24px;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.margin-bottom-24px-2.contactoh1 {
  margin-bottom: 24px;
  font-size: 14px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-3 {
  color: #140a3f;
  font-family: Playfair Display, sans-serif;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  background-image: url('../images/fondo2.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.heading-4 {
  color: #140a3f;
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  color: #92e2f8;
  font-family: Montserrat, sans-serif;
}

.feature-txt {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.text-block-4 {
  clear: none;
  color: #575757;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-2 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split-2 {
  max-width: 46%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: static;
}

.shadow-two-2 {
  clear: none;
  position: static;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-3 {
  white-space: normal;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.paragraph-3 {
  font-family: Open Sans, sans-serif;
}

.heading-6 {
  font-family: Playfair Display, sans-serif;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split-3 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.heading-7 {
  font-family: Playfair Display, sans-serif;
}

.heading-8 {
  color: #40497c;
  font-size: 18px;
}

.button-2 {
  background-color: var(--midnight-blue);
  border-radius: 7px;
  font-size: 16px;
}

.div-block-2 {
  height: 300px;
  background-image: url('../images/financial-services.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  display: block;
}

.tabs-content {
  border: 1px solid #223a81;
  padding: 40px 40px 40px 20px;
}

.tabtitu {
  color: #1a1f36;
  font-family: Playfair Display, sans-serif;
}

.tablabel {
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
}

.html-embed {
  width: 100%;
}

.html-embed.tidycal-embed {
  width: 80%;
  height: 100%;
}

.html-embed-2 {
  min-height: 250px;
}

.logo-mobile {
  max-width: 100%;
}

.text-block-5 {
  font-size: 16px;
}

@media screen and (min-width: 1920px) {
  .hero {
    background-position: 0 27%;
  }

  .hero-info {
    padding-top: 7%;
  }

  .div.contacto, .div.meetings {
    height: 90%;
  }
}

@media screen and (max-width: 991px) {
  .hero-text {
    width: 220px;
    font-size: 24px;
  }

  .hero-text.hero-text-small {
    width: 195px;
    font-size: 12px;
  }

  .hero-info {
    padding-left: 55%;
  }

  .container-2 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-3, .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .menu-button {
    position: static;
  }

  .container-5 {
    display: block;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 50%;
  }

  .hero-info {
    padding-top: 15%;
    padding-left: 55%;
  }

  .features-list, .hero-without-image, .hero-heading-left {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-subscribe-right, .hero-heading-right {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .logoimage {
    clear: none;
    padding-left: 40px;
    display: block;
    position: static;
  }

  .hero {
    margin-top: 0;
    padding-top: 100px;
    padding-left: 40px;
  }

  .hero-text {
    display: block;
  }

  .hero-info {
    padding-left: 0%;
  }

  .text {
    font-family: Playfair Display, sans-serif;
  }

  .container-2 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .navbar-2 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-4 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .container-6 {
    max-width: none;
  }

  .html-embed.tidycal-embed {
    width: 90%;
    min-width: 200px;
  }

  .logo-mobile {
    max-width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }
}

#w-node-_5b0a68a7-1adb-8674-cb1b-2f466a95ddfe-6a95ddf8, #w-node-_5b0a68a7-1adb-8674-cb1b-2f466a95de07-6a95ddf8, #w-node-_5b0a68a7-1adb-8674-cb1b-2f466a95de12-6a95ddf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


