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

.arrowdown {
  position: absolute;
  left: 0%;
  top: 50vh;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-radius: 100%;
  background-color: rgba(145, 28, 28, 0.8);
}

.wrap {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url('../images/Down-Arrow.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.cover-fixed {
  position: fixed;
  z-index: 1;
  display: none;
  width: 100vw;
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.6))), url('../images/Cover-1920x1080.jpg');
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.6)), url('../images/Cover-1920x1080.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100vw;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slider {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: none;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 0px;
}

.slide-1 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(38%, rgba(0, 0, 0, 0.3)), color-stop(61%, rgba(0, 0, 0, 0.3)), to(transparent)), url('../images/Cover-Man.png');
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3) 38%, rgba(0, 0, 0, 0.3) 61%, transparent), url('../images/Cover-Man.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 120%;
  background-repeat: repeat, no-repeat;
}

.container {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.container.header {
  -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;
}

.container.separeted {
  margin-top: auto;
  margin-bottom: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cover-title {
  position: relative;
  top: auto;
  width: 540px;
  margin-top: auto;
  margin-bottom: 20px;
  font-family: Futuraptbook, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
}

.subtitle {
  position: relative;
  width: 540px;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.25px;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(0%, #000), color-stop(0, transparent), color-stop(24%, rgba(0, 0, 0, 0.3)), color-stop(50%, rgba(0, 0, 0, 0.35)), to(transparent)), url('../images/Cover-1920x1080-Face-2.png');
  background-image: linear-gradient(90deg, #000, #000 0%, transparent 0, rgba(0, 0, 0, 0.3) 24%, rgba(0, 0, 0, 0.35) 50%, transparent), url('../images/Cover-1920x1080-Face-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 140%;
  background-repeat: repeat, no-repeat;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  height: 90px;
  border: 1px none transparent;
  background-color: transparent;
}

.brand {
  width: 150px;
  margin-top: 18px;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.brand.w--current {
  width: 150px;
}

.cover-parallax {
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.rotator {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: rgba(255, 0, 0, 0.26);
  background-color: transparent;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cover-background-1 {
  position: absolute;
  z-index: 4;
  width: 7000px;
  max-width: none;
  opacity: 0.65;
  -webkit-transform: translate3d(0px, 0px, -1000px);
  transform: translate3d(0px, 0px, -1000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cover-background-2 {
  position: absolute;
  z-index: 3;
  width: 9000px;
  max-width: none;
  opacity: 0.35;
  -webkit-transform: translate3d(0px, 0px, -2750px);
  transform: translate3d(0px, 0px, -2750px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cover-background-face {
  position: absolute;
  z-index: 3;
  width: 2250px;
  max-width: none;
  opacity: 0.8;
  -webkit-transform: translate3d(0px, 0px, -280px);
  transform: translate3d(0px, 0px, -280px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cover-background-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  overflow: visible;
  width: 5500px;
  max-width: none;
  -webkit-transform: translate3d(0px, 0px, -1000px);
  transform: translate3d(0px, 0px, -1000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-valores {
  position: relative;
  top: 60vh;
  z-index: 3;
  height: auto;
  max-height: none;
  background-color: #fff;
}

.features-1-half-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 60vh;
  min-width: 320px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-1-half-block.mobile {
  display: none;
}

.feature-1-title {
  position: relative;
  top: auto;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  clear: none;
  font-family: Futuraptbook, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.three-dots {
  display: inline-block;
  margin: 15px auto auto;
  clear: none;
  text-align: center;
}

.features-1-main-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 370px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-1-title {
  position: relative;
  margin-top: 0px;
  font-size: 22px;
  font-weight: 400;
}

.features-1-subtitle {
  font-size: 18px;
}

.all-features-title {
  display: block;
  width: 100%;
  height: auto;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.left-arrow {
  width: 120px;
  margin-left: 3vw;
}

.right-arrow {
  width: 120px;
  margin-right: 3vw;
}

.section-produtos {
  position: relative;
  top: 60vh;
  z-index: 3;
  height: auto;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
  background-image: url('../images/Cover-1920x1080-Bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.icon-right-arrow {
  display: none;
  margin-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-2-title {
  position: relative;
  margin-top: 0px;
  clear: none;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.features-2-subtitle {
  font-family: Futuraptbook, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.features-2-main-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid rgba(145, 28, 28, 0.5);
}

.feature-2-title {
  position: relative;
  top: auto;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  clear: none;
  font-family: Futuraptbook, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 1px;
}

.features-2-half-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 60vh;
  min-width: 320px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-2-half-block.background-block-right {
  height: 60vh;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/sct-3-Thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.features-2-half-block.bullets-block-left {
  padding-top: 30px;
  padding-right: 70px;
  padding-bottom: 30px;
}

.navigation-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 11;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.9);
}

.feature-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 370px;
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span {
  font-family: 'PT Sans', sans-serif;
  color: #911c1c;
  font-size: 18px;
  line-height: 30px;
}

.section-clientes {
  position: relative;
  top: 60vh;
  z-index: 3;
  height: auto;
  max-height: none;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.logo-client {
  max-width: 120px;
  min-width: auto;
  margin: 20px 30px;
  opacity: 1;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  /* max-width: 1080px; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.wrapper .clients{
  padding:0 40px;
}

.clients-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clients-title {
  position: relative;
  top: auto;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  clear: none;
  font-family: Futuraptbook, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.features-1-main-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer {
  position: relative;
  top: 60vh;
  z-index: 3;
  display: block;
  height: auto;
  max-height: none;
  min-height: 440px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-color: #000;
  background-image: url('../images/Cover-1920x1080-Bg.png');
  background-position: 50% 100%;
  background-size: contain;
  background-attachment: fixed;
}

.footer-headline {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Futuraptdemi, sans-serif;
  color: #999;
  font-weight: 400;
}

.div-block {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.div-block-2 {
  position: relative;
  max-width: 240px;
  min-width: 420px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer-contact {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Futuraptbook, sans-serif;
  color: #fff;
}

.footer-mail {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Futuraptbook, sans-serif;
  color: #911c1c;
}

.footer-bkp {
  position: relative;
  top: 60vh;
  z-index: 3;
  display: none;
  height: auto;
  max-height: none;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d1d1d;
}

.field-label {
  display: none;
}

.field-label-2 {
  display: none;
}

.field-label-3 {
  display: none;
}

.text-field {
  min-height: 120px;
}

.text-field.form-field {
  position: relative;
  display: block;
  overflow: scroll;
  min-height: 100px;
  padding-bottom: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.form-field {
  border-style: solid;
  border-width: 1px;
  border-color: #666;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
}

.form-field:focus {
  color: #fff;
}

.submit-button {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #911c1c;
}

.success-message {
  min-height: auto;
  padding: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  background-color: transparent;
}

.text-block {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.footer-h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.cover-parallax-bkp {
  position: fixed;
  z-index: 1;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.slider-bkp {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100vw;
  height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.body {
  background-color: #fff;
}

.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;
}

.inner-cover-fixed {
  position: fixed;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 60vh;
  background-image: url('../images/Cover-1920x1080-Bg.png'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/Cover-1920x1080-Bg.png'), linear-gradient(180deg, #000, #000);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.nav-menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.nav-link {
  color: #fff;
}

.nav-link.w--current {
  color: #911c1c;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-2.w--current {
  color: #911c1c;
}

.sobre-h1 {
  position: relative;
  top: auto;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  clear: none;
  font-family: Futuraptbook, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.three-dots-center {
  display: inline-block;
  margin: 15px auto auto;
  clear: none;
  text-align: center;
}

.sobre-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cover-sobre-h1 {
  position: relative;
  top: auto;
  width: 60%;
  margin-top: auto;
  margin-bottom: auto;
  clear: none;
  font-family: Futuraptbook, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.cover-sobre-title {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-ceo {
  position: relative;
  top: 60vh;
  z-index: 3;
  height: auto;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
  background-image: url('../images/Cover-1920x1080-Bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.ceo-2-half-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 60vh;
  min-width: 320px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ceo-2-half-block.background-block-right {
  height: 60vh;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/sct-3-Thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ceo-2-half-block.bullets-block-left {
  padding-top: 30px;
  padding-right: 70px;
  padding-bottom: 30px;
}

.ceo-2-half-block.ceo-background-block-right {
  height: 60vh;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/CEO-Danielle-Block.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ceo-txt-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 375px;
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ceo-2-title {
  position: relative;
  margin-top: 0px;
  clear: none;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.ceo-2-subtitle {
  font-family: Futuraptbook, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.features-2-half-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 60vh;
  min-width: 320px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-2-half-block-copy.background-block-right {
  height: 60vh;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/sct-3-Thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.features-2-half-block-copy.bullets-block-left {
  padding-top: 30px;
  padding-right: 70px;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .cover-fixed {
    display: block;
    height: 45vh;
    background-size: auto, auto 120%;
  }
  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45vh;
    -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;
  }
  .container {
    height: 100%;
    max-width: 90vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container.header {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cover-title {
    text-align: center;
  }
  .subtitle {
    text-align: center;
  }
  .navbar {
    height: 60px;
  }
  .brand {
    width: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cover-parallax {
    display: none;
  }
  .section-valores {
    top: 45vh;
  }
  .features-1-half-block {
    width: 50%;
    min-width: 300px;
  }
  .feature-1-title {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
  }
  .all-features-title {
    width: 90%;
  }
  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 90px;
    margin-right: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 90px;
  }
  .icon-2 {
    color: #fff;
  }
  .menu-button {
    display: none;
    overflow: visible;
    margin-left: auto;
  }
  .section-produtos {
    top: 45vh;
  }
  .features-2-title {
    font-size: 20px;
  }
  .features-2-subtitle {
    font-size: 14px;
  }
  .feature-2-title {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
  }
  .features-2-half-block {
    width: 50%;
    height: 50vh;
    min-width: 300px;
  }
  .features-2-half-block.background-block-right {
    height: 60vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .features-2-half-block.bullets-block-left {
    height: 60vh;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .navigation-background {
    height: 60px;
  }
  .section-clientes {
    top: 45vh;
  }
  .clients-headline {
    width: 90%;
  }
  .clients-title {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
  }
  .footer {
    top: 45vh;
  }
  .footer-contact {
    font-size: 16px;
  }
  .footer-bkp {
    top: 45vh;
  }
  .cover-parallax-bkp {
    display: none;
  }
  .slider-bkp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45vh;
    -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;
  }
  .inner-cover-fixed {
    display: block;
    height: 45vh;
    background-size: auto, auto 120%;
  }
  .sobre-h1 {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
  }
  .sobre-title {
    width: 90%;
  }
  .cover-sobre-h1 {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
  }
  .cover-sobre-title {
    width: 90%;
  }
  .section-ceo {
    top: 45vh;
  }
  .ceo-2-half-block {
    width: 50%;
    height: 50vh;
    min-width: 300px;
  }
  .ceo-2-half-block.background-block-right {
    height: 60vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ceo-2-half-block.bullets-block-left {
    height: 60vh;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .ceo-2-half-block.ceo-background-block-right {
    height: 60vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ceo-2-title {
    font-size: 20px;
  }
  .ceo-2-subtitle {
    font-size: 14px;
  }
  .features-2-half-block-copy {
    width: 50%;
    height: 50vh;
    min-width: 300px;
  }
  .features-2-half-block-copy.background-block-right {
    height: 60vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .features-2-half-block-copy.bullets-block-left {
    height: 60vh;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 0px;
  }
  .menu-button {
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .cover-fixed {
    display: none;
    height: 70vh;
    background-size: auto, cover;
  }
  .slider {
    height: 65vh;
  }
  .slide-1 {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Cover-1920x1080-Face-1.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Cover-1920x1080-Face-1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto 110%;
    background-repeat: repeat, no-repeat;
  }
  .container {
    height: 100%;
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .container.header {
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container.separeted {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cover-title {
    margin-top: 0vh;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.5px;
  }
  .subtitle {
    font-size: 17px;
    line-height: 25px;
  }
  .slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Cover-1920x1080-Face-2.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Cover-1920x1080-Face-2.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto 140%;
    background-repeat: repeat, no-repeat;
  }
  .brand {
    margin-left: 0px;
  }
  .cover-parallax {
    display: none;
  }
  .section-valores {
    top: 70vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .features-1-half-block {
    height: auto;
    min-width: 270px;
    padding-top: 25px;
    padding-bottom: 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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .features-1-half-block.mobile {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .feature-1-title {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .features-1-main-block {
    margin-top: 0px;
  }
  .feature-1 {
    margin-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .features-1-title {
    font-size: 18px;
  }
  .features-1-subtitle {
    font-size: 16px;
  }
  .all-features-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-size: 14px;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .icon-2 {
    color: #fff;
  }
  .menu-button {
    right: 0px;
    margin-right: 0px;
    margin-left: auto;
  }
  .section-produtos {
    top: 70vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .features-2-title {
    text-align: center;
  }
  .features-2-subtitle {
    font-size: 14px;
    text-align: center;
  }
  .features-2-main-block {
    position: relative;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .feature-2-title {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .features-2-half-block {
    height: auto;
    min-width: 270px;
    padding-top: 25px;
    padding-bottom: 25px;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .features-2-half-block.background-block-right {
    display: none;
  }
  .features-2-half-block.bullets-block-left {
    width: auto;
    height: 580px;
    max-width: 80%;
    padding-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .feature-2 {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-clientes {
    top: 70vh;
  }
  .logo-client {
    max-width: 100px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .clients-headline {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-size: 14px;
  }
  .clients-title {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .features-1-main-block-copy {
    margin-top: 0px;
  }
  .footer {
    top: 70vh;
    padding: 10px 20px 50px;
  }
  .footer-headline {
    font-size: 32px;
    line-height: 40px;
  }
  .div-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .div-block-2 {
    min-width: 280px;
  }
  .footer-contact {
    font-size: 14px;
  }
  .footer-bkp {
    top: 70vh;
    padding: 10px 20px 50px;
  }
  .cover-parallax-bkp {
    display: none;
  }
  .slider-bkp {
    display: none;
    height: 65vh;
  }
  .inner-cover-fixed {
    display: block;
    height: 70vh;
    background-size: auto, cover;
  }
  .nav-menu {
    display: none;
  }
  .nav-link {
    border-top: 1px solid rgba(145, 28, 28, 0.5);
    border-bottom: 1px solid rgba(145, 28, 28, 0.5);
    background-color: #000;
  }
  .nav-link-2 {
    background-color: #000;
  }
  .sobre-h1 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .sobre-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-size: 14px;
  }
  .cover-sobre-h1 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .cover-sobre-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-size: 14px;
  }
  .section-ceo {
    top: 70vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ceo-2-half-block {
    height: auto;
    min-width: 270px;
    padding-top: 25px;
    padding-bottom: 25px;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .ceo-2-half-block.background-block-right {
    display: none;
  }
  .ceo-2-half-block.bullets-block-left {
    width: auto;
    height: 580px;
    max-width: 80%;
    padding-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .ceo-2-half-block.ceo-background-block-right {
    display: block;
    height: 40vh;
  }
  .ceo-txt-block {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ceo-2-title {
    text-align: center;
  }
  .ceo-2-subtitle {
    font-size: 14px;
    text-align: center;
  }
  .features-2-half-block-copy {
    height: auto;
    min-width: 270px;
    padding-top: 25px;
    padding-bottom: 25px;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .features-2-half-block-copy.background-block-right {
    display: none;
  }
  .features-2-half-block-copy.bullets-block-left {
    width: auto;
    height: 580px;
    max-width: 80%;
    padding-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .image {
    max-width: 60%;
  }
  .image.innerpagemenu {
    max-width: 100%;
  }
  .menu-button-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-style: none;
    border-width: 1px;
    border-color: #000;
    opacity: 1;
    color: #fff;
  }
  .menu-button-2.w--open {
    background-color: #000;
    color: #911c1c;
  }
}

@font-face {
  font-family: 'Futuraptcondbook';
  src: url('../fonts/FuturaPTCondBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Futuraptdemi';
  src: url('../fonts/FuturaPTDemi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Futuraptbook';
  src: url('../fonts/FuturaPTBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}