body {
  font-family: Vollkorn, serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #47474f;
  font-size: 19px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
}

.button.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #6fa5d6;
  color: #6fa5d6;
}

.button.form:hover {
  background-color: rgba(126, 196, 189, .34);
}

.button._1 {
  border-width: 1px;
  border-color: #fff;
  color: #fff;
}

.button._1:hover {
  color: #3d3d3d;
}

.button._2 {
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding: 0% 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 66, 132, .2)), to(rgba(13, 66, 132, .2))), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(13, 66, 132, .2), rgba(13, 66, 132, .2)), url('../images/hero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.header.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, .55)), to(rgba(100, 209, 198, .55))), url('../images/lake.jpg');
  background-image: linear-gradient(180deg, rgba(100, 209, 198, .55), rgba(100, 209, 198, .55)), url('../images/lake.jpg');
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #fff;
}

.nav-link {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 34px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.logo-title {
  margin-top: 13px;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.logo-img {
  margin-right: 18px;
  float: left;
}

.brand-block {
  margin-left: 0px;
}

.main-heading {
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, .09);
}

.main-subtitle {
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, .81);
  font-size: 22px;
  font-style: italic;
}

.about-section {
  padding-bottom: 61px;
  background-color: #f3f7ff;
  text-align: center;
}

.about-text {
  margin-bottom: 40px;
  color: #47474f;
  font-size: 18px;
  line-height: 25px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  padding-top: 69px;
  padding-bottom: 69px;
  background-color: #e6e6e6;
  text-align: center;
}

.section.grey {
  background-color: #f5f5f5;
}

.section.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 150, 192, .87)), to(#5298c0)), url('../images/footer-bg.jpg');
  background-image: linear-gradient(180deg, rgba(88, 150, 192, .87), #5298c0), url('../images/footer-bg.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #000;
}

.section._1 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/bf_intro_banner_1920_680_minirite_rgb.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bf_intro_banner_1920_680_minirite_rgb.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section._2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f0f0f0;
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  margin-bottom: 21px;
  border-radius: 100%;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  padding: 30px 34px 29px;
  text-align: center;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, .04);
}

.mask {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 0.4;
}

.contact-text {
  color: #212121;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  margin-left: 33%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: left;
  text-decoration: none;
}

.social-wrapper:hover {
  opacity: 0.43;
}

.footer-text {
  color: hsla(0, 0%, 100%, .4);
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, .2);
  box-shadow: inset 3px 0 0 0 transparent;
  color: #7ec4bd;
  font-size: 18px;
  font-style: italic;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, .18);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.form-wrapper {
  padding-right: 20%;
  padding-left: 20%;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  background-color: transparent;
  color: #7ec4bd;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.project-title {
  margin-bottom: 4px;
}

.nav-menu {
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  margin-bottom: 10px;
  border-radius: 100%;
}

.important-text {
  font-weight: 700;
}

.light {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  display: none;
  height: auto;
  padding: 8% 10%;
  background-color: rgba(0, 0, 0, .76);
  opacity: 0;
}

.light._1 {
  display: none;
  opacity: 0;
}

.light.p4 {
  display: none;
  opacity: 0;
}

.light.p6 {
  display: none;
  opacity: 0;
}

.light.xp {
  display: none;
  opacity: 0;
}

.light._20 {
  display: block;
  opacity: 1;
}

.cerrar {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 500;
  width: 40px;
  height: 40px;
  margin-top: 6%;
  margin-right: 8%;
  border-radius: 50px;
  background-image: url('../images/VisualEditor_-_Icon_-_Close_-_white.svg.png'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/VisualEditor_-_Icon_-_Close_-_white.svg.png'), linear-gradient(180deg, #000, #000);
  background-position: 50% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.info {
  max-height: 80vh;
  background-color: #fff;
}

.column {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 10px;
}

.image {
  max-width: 100%;
}

.column-2 {
  height: 70vh;
}

.div-block {
  height: 100%;
  /*background-image: url('../images/2022/CIC-PROGRAMABLE.jpg');*/
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #103e66;
}

.div-block._0 {
  background-image: url('../images/2022/CIC-PROGRAMABLE.jpg');
}

.div-block._1 {
  background-image: url('../images/2022/INTRACANAL-PROGRAMABLE.jpg');
}

.div-block._2 {
  background-image: url('../images/2022/ITE-PROGRAMABLE.jpg');
}

.div-block._3 {
  background-image: url('../images/2022/BTE-SIGNIA-PROMPT-S.jpg');
}

.div-block._4 {
  background-image: url('../images/2022/BTE-SIGNIA-PROMPT-P.jpg');
}

.div-block._5 {
  background-image: url('../images/2022/BTE-SIGNIA-PROMPT-P.jpg');
}

.div-block._6 {
  background-image: url('../images/2022/BTE-SIGNIA-MOTION-P.jpg');
}

.div-block._7 {
  background-image: url('../images/2022/BTE-SIGNIA-MOTION-CHARGE.jpg');
}

.div-block._8 {
  background-image: url('../images/xtf-xp.png');
}

.div-block._9 {
  background-image: url('../images/persona-claret-365.jpg');
}

/* .div-block._10 {
  background-image: url('../images/am.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
} */

.div-block.marca {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  /*background-image: url('../images/blanca-15.png');*/
  /*background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;*/
}

.div-block.marca.p6 {
  background-image: url('../images/blanca-15.png'), url('../images/XTM-P-P6_1.png');
}

.div-block.marca.p4 {
  background-image: url('../images/blanca-15.png'), url('../images/XTM-S-P4.png');
}

.column-3 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-4 {
  padding-right: 20px;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  font-size: 16px;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}

.paragraph._1 {
  margin-bottom: 5px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block {
  margin-bottom: 20px;
  font-size: 19px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/bf_intro_banner_1920_680_minirite_rgb.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bf_intro_banner_1920_680_minirite_rgb.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

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

.heading {
  text-align: left;
}

.paragraph-2 {
  margin-bottom: 10px;
  text-align: left;
}

.heading-2 {
  color: #fff;
}

.image-2 {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-3 {
  display: block;
}

.container-2 {
  padding: 100px 10px;
  background-color: #fff;
}

html.w-mod-js *[data-ix="light"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="mover-desde-arriba"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="aparecer-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="aparecer-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="scroll-desde-abajo"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="scroll-desde-abajo-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="scroll-desde-abajo-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media (max-width: 991px) {
  .button.form {
    border-color: #4740e0;
    color: #536ac5;
  }
  .button.form:hover {
    background-color: rgba(126, 148, 196, .34);
  }
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar {
    display: block;
  }
  .nav-link {
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-link:hover {
    border-bottom-color: transparent;
  }
  .main-heading {
    margin-top: 0px;
    font-size: 38px;
    line-height: 44px;
  }
  .section.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 66, 132, .71)), to(#7ec4bd)), url('../images/footer-bg.jpg');
    background-image: linear-gradient(180deg, rgba(13, 66, 132, .71), #7ec4bd), url('../images/footer-bg.jpg');
    background-size: auto, cover;
  }
  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .social-wrapper {
    margin-left: 30%;
  }
  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #7ec4bd;
  }
  .nav-menu {
    background-color: #f5f5f5;
  }
  .link-2 {
    color: #111;
    text-decoration: underline;
  }
  .text-block {
    margin-bottom: 20px;
  }
  .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .logo-title {
    margin-top: 6px;
  }
  .logo-img {
    width: 300px;
  }
  .brand-block {
    margin-top: 5px;
  }
  .about-section {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .x-icon {
    margin-bottom: 21px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }
  .testimonial-slide {
    width: 100%;
  }
  .testimonial-slide.left-border {
    border-left-width: 0px;
  }
  .icon-wrapper {
    height: 85px;
  }
  .icon-wrapper._2 {
    margin-top: 37px;
  }
  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }
  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }
  .menu-button {
    margin-top: 0px;
  }
  .member {
    padding-bottom: 47px;
  }
  .grow-row {
    margin-bottom: 0px;
  }
  .screenshot {
    width: 90%;
  }
  .columns {
    display: block;
  }
  .heading {
    text-align: center;
  }
  .paragraph-2 {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .logo-img {
    width: 200px;
  }
  .brand-block {
    margin-top: 10px;
  }
  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }
  .grey-icon-wrapper {
    display: block;
  }
  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
  .light {
    padding: 8% 2% 5%;
  }
  .cerrar {
    width: 30px;
    height: 30px;
    margin-top: 2%;
    margin-right: 2%;
  }
}

