body {
  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;
  font-family: Roboto, sans-serif;
  color: #0d5d8e;
  font-size: 1vw;
  line-height: 1.4em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.6em;
  font-family: 'American captain webfont', sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0.6em;
  font-family: 'American captain webfont', sans-serif;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.6em;
  font-family: 'American captain webfont', sans-serif;
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: #88e9ff;
  text-decoration: underline;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.8em;
  font-weight: 400;
}

.section {
  position: relative;
  z-index: 1;
  padding-top: 10vh;
  padding-bottom: 8.5vh;
}

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

.section.color-1 {
  background-color: #0d5d8e;
  color: #f5f5f5;
}

.section.color-2 {
  background-color: #88e9ff;
  color: #0d5d8e;
}

.section.color-3 {
  background-color: #bdbcc9;
  color: #424242;
}

.section.color-4 {
  background-color: #0c1c2c;
  color: #0d5d8e;
}

.section.short-pad {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.section.sys-hldr-mov-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrpr {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 77%;
  min-height: 20px;
  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: 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;
}

.wrpr.v-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrpr.between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrpr.a-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrpr.block {
  display: block;
}

.wrpr.block.our-work {
  margin-top: -50px;
}

.wrpr.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrpr.stretch.between.va-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrpr.j-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrpr.fw {
  max-width: 100%;
}

.wrpr.flex-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrpr.narrow {
  max-width: 57%;
}

.wrpr.story-flex {
  -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;
}

.wrpr.grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrpr.services-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrpr.services-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  margin-bottom: 8em;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrpr.ftrr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.flex-col {
  width: 100%;
  min-height: 20px;
  margin-bottom: 1em;
  padding-right: 0.6em;
  padding-left: 0.6em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col._50 {
  width: 50%;
}

.flex-col._50.f-sb-text-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.flex-col._50.f-sb-bg-side {
  margin-bottom: 0em;
  background-image: url('../images/hero-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-col._50.a-left {
  text-align: left;
}

.flex-col._30 {
  width: 33.3333%;
}

.flex-col._25 {
  width: 25%;
}

.flex-col._25.color-scheme {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-col._20 {
  width: 20%;
}

.flex-col._15 {
  width: 16.6666%;
}

.flex-col.no-padd {
  padding-right: 0em;
  padding-left: 0em;
}

.flex-col._75 {
  width: 75%;
}

.flex-col.clean {
  margin-bottom: 0em;
  padding-right: 0em;
  padding-left: 0em;
}

.flex-col._70 {
  width: 66.666%;
}

.flex-col.fw {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sec-text {
  margin-bottom: 1.2em;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 700;
}

.sec-text.bigger {
  font-size: 1.8em;
}

.sec-text.white {
  color: #fff;
}

.sec-text.medium {
  margin-bottom: 0.8em;
  font-size: 1.3em;
}

.sec-text.small {
  font-size: 0.8em;
}

.sec-text.big {
  margin-bottom: 0.6em;
  font-size: 1.8em;
  line-height: 1.2em;
}

.content-card {
  margin-right: auto;
  margin-left: auto;
}

.cc-body {
  padding: 1.2em 1.6em 0.2em;
  background-color: #fff;
}

.image-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 90%;
  min-height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.3em;
}

.botonera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6em;
  margin-bottom: 0.4em;
  -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;
}

.botonera.a-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.botonera.a-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.botonera.a-right.no-mrgn {
  margin-bottom: 0em;
}

.botonera.social-more {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn {
  padding: 0.8em 1.4em;
  border-style: solid;
  border-width: 1px;
  border-color: #0d5d8e;
  border-radius: 25px;
  background-color: #0d5d8e;
  -webkit-transition: all 600ms cubic-bezier(.075, .82, .165, 1);
  transition: all 600ms cubic-bezier(.075, .82, .165, 1);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.btn.nav-cta {
  margin-right: 1.2em;
  margin-bottom: 0em;
  margin-left: 1.2em;
  border-color: #88e9ff;
  background-color: transparent;
  color: #88e9ff;
  font-size: 0.9em;
}

.btn.nav-cta.right {
  margin-right: 0em;
}

.btn.nav-cta.right:hover {
  background-color: #c1f0fa;
}

.btn.movile-btn {
  display: block;
  margin-right: 0em;
  background-color: transparent;
  color: #000;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn.movile-btn.cta {
  display: inline-block;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2em;
  padding-left: 2em;
  border-style: solid;
  border-width: 1px;
  border-color: #88e9ff;
  color: #88e9ff;
}

.btn.movile-btn.cta:hover {
  background-color: #c1f0fa;
}

.btn.contrast {
  border-color: #88e9ff;
  background-color: #88e9ff;
}

.btn.contrast.text {
  color: #88e9ff;
}

.btn.contrast.text:hover {
  background-color: #c1f0fa;
}

.btn.brdr {
  border-style: solid;
  border-width: 1px;
  border-color: #0d5d8e;
  background-color: transparent;
  color: #0d5d8e;
}

.btn.brdr:hover {
  background-color: #ededff;
}

.btn.brdr.contrast {
  border-color: #88e9ff;
  color: #88e9ff;
}

.btn.brdr.contrast:hover {
  background-color: rgba(255, 214, 222, 0.5);
}

.btn.brdr.white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn.brdr.white:hover {
  background-color: rgba(8, 9, 60, 0.4);
}

.btn.brdr.secundary {
  border-color: #0c1c2c;
  background-color: transparent;
  color: #0c1c2c;
}

.btn.brdr.secundary:hover {
  background-color: rgba(10, 94, 93, 0.4);
}

.btn.fw {
  display: block;
  width: 100%;
  margin-right: 0em;
}

.btn.white {
  background-color: #fff;
  color: #0d5d8e;
}

.btn.white.text {
  color: #fff;
}

.btn.white.text:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.btn.secundary {
  border-color: #0c1c2c;
  background-color: #0c1c2c;
  color: #0d5d8e;
}

.btn.secundary.text {
  color: #0c1c2c;
}

.btn.secundary.text:hover {
  background-color: #dafdfd;
}

.btn.small {
  padding: 0.6em 1.2em;
  font-size: 0.9em;
}

.btn.large {
  padding: 0.8em 1.6em;
  font-size: 1em;
}

.btn.text {
  padding-right: 1.2em;
  padding-left: 1.2em;
  border-color: transparent;
  background-color: transparent;
  -webkit-transition-duration: 1200ms;
  transition-duration: 1200ms;
  color: #0d5d8e;
}

.btn.text:hover {
  background-color: #3b98d0;
  -webkit-filter: none;
  filter: none;
}

.btn.last {
  margin-right: 0em;
  margin-bottom: 0em;
}

.btn.send {
  width: 40%;
  padding-right: 2em;
  padding-left: 2em;
  border-color: #32e28d;
  background-color: #32e28d;
  color: #424242;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.btnr-text {
  margin-right: 0.8em;
  margin-bottom: 0em;
  margin-left: 0.8em;
  font-family: 'Bebas Neue', sans-serif;
  color: #06131f;
  font-size: 2.4em;
}

.btnr-text.white {
  color: #fff;
}

.nav {
  position: static;
}

.nav-second-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -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-color: #f5f5f5;
}

.nav-primary-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-color: #fff;
}

.help-text {
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  font-size: 0.8em;
}

.cta-content {
  width: 100%;
  max-width: 90%;
  margin-right: auto;
}

.label-text {
  margin-bottom: 0.8em;
  color: #525260;
  font-size: 0.8em;
  line-height: 1.4em;
}

.label-text.big {
  font-size: 1em;
}

.label-text.white {
  color: #fff;
}

.brand {
  width: 220px;
}

.brand.on-desk-nav {
  width: 17vw;
}

.logo {
  width: 100%;
}

.desk-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.mov-nav {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trgr-close.brgr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 30px;
  margin-bottom: 0.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brgr-pleca {
  width: 100%;
  height: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #0d5d8e;
}

.brgr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-nav {
  display: inline-block;
  margin-right: 0.6em;
  margin-left: 0.6em;
  background-color: transparent;
  font-family: 'Bebas Neue', sans-serif;
  color: #e5e4f0;
  font-size: 1.5em;
  text-decoration: none;
}

.btn-nav.w--current {
  color: #88e9ff;
}

.btn-nav.drpr {
  background-color: #f5f5f5;
  color: #7a7a7a;
  font-size: 0.8em;
  text-align: left;
}

.btn-nav.dropper {
  padding: 9px 35px 9px 15px;
}

.icon {
  margin-right: 10px;
}

.menu-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.modal-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.modal-nav.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.movile-nav {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.desktop-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
}

.desktop-nav.relative {
  position: relative;
}

.modal-shade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 13, 24, 0.9)), to(rgba(73, 13, 24, 0.9)));
  background-image: linear-gradient(180deg, rgba(73, 13, 24, 0.9), rgba(73, 13, 24, 0.9));
  opacity: 0;
}

.modal-shade.show {
  display: block;
  opacity: 1;
}

.mn-hdr {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  text-align: center;
}

.close {
  width: 40px;
  height: 40px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.mn-menu {
  text-align: center;
}

.mn-accordion {
  position: relative;
}

.mn-acordion-container {
  position: relative;
  overflow: hidden;
  height: 0px;
  background-color: #f5f5f5;
}

.mn-acordion-container.show {
  height: auto;
}

.mn-a-c-botonera {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  font-size: 0.9em;
}

.mn-ftr {
  text-align: center;
}

.mn-logo {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.mn-ftr-logo {
  width: 160px;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-color: #f5f5f5;
  background-image: url('../images/bg.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.hero-content-card {
  width: 50vh;
}

.titular {
  position: relative;
  margin-top: -2vh;
  margin-bottom: 6vh;
  text-align: center;
}

.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.divider.a-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.divider.mor-mrgn {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}

.pleca-divider {
  width: 150px;
  height: 4px;
  background-color: #88e9ff;
}

.pleca-divider.fw {
  width: 100%;
}

.pleca-divider.thin {
  height: 2px;
}

.flex-sb-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-on-scroll {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 110;
  display: none;
}

.footer {
  display: block;
  height: 500px;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  background-color: #fff;
  background-image: url('../images/waves-4.svg'), -webkit-gradient(linear, left top, left bottom, color-stop(43%, transparent), color-stop(51%, #0d5d8e));
  background-image: url('../images/waves-4.svg'), linear-gradient(180deg, transparent 43%, #0d5d8e 51%);
  background-position: 50% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.last-ftr {
  margin-top: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 0.8em;
  line-height: 2em;
  text-align: center;
}

.ftr-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fc-first {
  width: 100%;
}

.fc-second {
  width: 100%;
}

.ftr-brand {
  width: 90%;
  margin-bottom: 1.4em;
}

.ftr-text-copy {
  font-size: 0.8em;
  line-height: 1.5em;
}

.frr-brand-col {
  width: 50%;
}

.ftr-link {
  display: block;
  margin-bottom: 0.8em;
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
}

.address {
  margin-bottom: 0.8em;
  padding: 10px 16px;
  background-color: #f5f5f5;
  color: #000;
  line-height: 1.4em;
  font-style: normal;
}

.map {
  height: 120px;
}

.ftr-title {
  margin-top: 0px;
  margin-bottom: 1em;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.color-pallete {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
  margin: 0.5em auto;
  border-radius: 50px;
  background-color: #dfdfdf;
}

.color-pallete.main-color.color-1 {
  background-color: #0d5d8e;
}

.color-pallete.main-color.color-2 {
  background-color: #88e9ff;
}

.color-pallete.main-color.color-3 {
  background-color: #bdbcc9;
  color: #bdbcc9;
}

.color-pallete.main-color.color-4 {
  background-color: #0c1c2c;
}

.color-pallete.light.color-1-l {
  background-color: #3b98d0;
}

.color-pallete.light.color-2-l {
  background-color: #c1f0fa;
}

.color-pallete.light.color-3-l {
  background-color: #e5e4f0;
}

.color-pallete.light.color-4-l {
  background-color: #dafdfd;
}

.color-pallete.color-1-d {
  background-color: #03263c;
}

.color-pallete.color-2-d {
  background-color: #63c5dc;
}

.color-pallete.color-3-d {
  background-color: #6b6980;
}

.color-pallete.color-4-d {
  background-color: #06131f;
}

.pallete-title {
  margin-bottom: 1em;
  text-align: center;
}

.sections-color-pallete {
  display: block;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.main-colours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bradn-colo-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  min-height: 300px;
  padding-right: 4em;
  padding-left: 4em;
  -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;
}

.bradn-colo-demo.color-1 {
  background-color: #0d5d8e;
}

.bradn-colo-demo.color-2 {
  background-color: #88e9ff;
  color: #88e9ff;
}

.color-pallete-blok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.color-mix-blk {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 50%;
}

.color-mix-blk.botom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.color-mix-blk.botom.color-1-b {
  background-color: #bdbcc9;
}

.color-mix-blk.botom.color-2-b {
  background-color: #dafdfd;
}

.color-mix-blk.botom.color-3-b {
  background-color: #0d5d8e;
}

.color-mix-blk.botom.color-4-b {
  background-color: #bdbcc9;
}

.color-mix-blk.color-1-t {
  background-color: #dafdfd;
}

.color-mix-blk.color-2-t {
  background-color: #3b98d0;
}

.color-mix-blk.color-3-t {
  background-color: #88e9ff;
}

.color-mix-blk.color-4-t {
  background-color: #0d5d8e;
}

.spacer {
  height: 80px;
}

.big {
  margin-bottom: 0.1em;
  font-size: 5em;
  line-height: 0.9em;
}

.small {
  font-size: 2em;
}

.color-1 {
  color: #0d5d8e;
}

.color-2 {
  color: #88e9ff;
}

.color-3 {
  color: #bdbcc9;
}

.color-4 {
  color: #0c1c2c;
}

.dropper-card.w--open {
  position: fixed;
  left: 0%;
  top: 100px;
  right: 0%;
  bottom: auto;
  width: 100vw;
  padding: 1em;
  background-color: #fff;
}

.icon-btn {
  display: inline-block;
  margin-bottom: 0.8em;
  color: #0d5d8e;
  font-size: 0.85em;
  text-decoration: none;
}

.ib-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  color: #fff;
  text-decoration: none;
}

.ib-icon {
  width: 30px;
  height: 30px;
  margin-right: 0.2em;
  margin-left: 0.2em;
  background-color: #0d5d8e;
}

.ib-text {
  padding-right: 0.6em;
  padding-left: 0.6em;
  line-height: 1.2em;
}

.mov-btn {
  display: block;
  background-color: transparent;
  color: #0d5d8e;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.crew {
  color: #0d5d8e;
}

.ftr-legal-link {
  color: #0c1c2c;
}

.main-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
}

.slide {
  background-image: url('../images/hero-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/hero-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8em;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-nav.vertical {
  width: 30%;
  padding-top: 0.8em;
  -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;
}

.tab-btn {
  margin-right: 0.8em;
  margin-bottom: 0.8em;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #b4b4b4;
  font-size: 0.9em;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-btn.w--current {
  background-color: #88e9ff;
  color: #fff;
}

.tab-btn.a-left {
  text-align: left;
}

.side-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs-content {
  min-height: 200px;
  padding: 0.8em;
}

.tabs-content.vertical {
  width: 70%;
}

.lightbox {
  position: relative;
  display: block;
  overflow: hidden;
}

.lb-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: url('../images/zoom-1.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/zoom-1.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: 50px, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(.075, .82, .165, 1);
  transition: all 400ms cubic-bezier(.075, .82, .165, 1);
}

.lb-hover:hover {
  opacity: 1;
}

.flexed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fix-height-card {
  position: relative;
  overflow: hidden;
  min-height: 50vh;
}

.input {
  height: 50px;
  margin-bottom: 1.4em;
  border-radius: 4px;
  -webkit-transition: all 200ms cubic-bezier(.075, .82, .165, 1);
  transition: all 200ms cubic-bezier(.075, .82, .165, 1);
}

.input:hover {
  background-color: #f5f5f5;
}

.input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #88e9ff;
  box-shadow: 0 3px 16px -8px rgba(0, 0, 0, 0.5);
}

.formulario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.required {
  color: #88e9ff;
}

.form-botonera {
  width: 100%;
  margin-top: 1em;
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.bullet-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  padding-bottom: 0em;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.bullet-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 0.4em;
  -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-radius: 12px;
  background-color: #88e9ff;
}

.bullet-content {
  padding-left: 0.6em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8em;
  text-transform: uppercase;
}

.zoom-card {
  position: relative;
  overflow: hidden;
  min-height: 440px;
}

.zoomcard-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: url('../images/hero-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.zoomcard-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zoomcard-card {
  width: 100%;
  max-width: 70%;
  min-height: 100px;
  color: #fff;
  text-align: left;
}

.get-there {
  display: inline-block;
  padding-right: 14px;
  background-image: url('../images/directions-arrow.svg');
  background-position: 100% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.address-text {
  margin-bottom: 0.4em;
}

.boxed-cta {
  padding: 3.4em 2.4em;
  background-color: #0d5d8e;
  color: #fff;
  text-align: center;
}

.fw-cta {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-image: url('../images/hero-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

.hero-logo-mascot {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100px;
  -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;
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.sturgeon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 350px;
  margin-top: -60px;
  margin-right: -219px;
}

.sturgeon-brand {
  position: relative;
  z-index: 1;
}

.main-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  margin-top: 1em;
}

.mn-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4em 0.8em;
  -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;
  border-radius: 25px;
  background-color: #88e9ff;
}

.mn-nav-bar {
  padding: 0.6em;
  border-radius: 35px;
  background-color: #06131f;
}

.mn-call {
  width: 30%;
  text-align: right;
}

.social-icon {
  display: block;
  width: 24px;
  margin-right: 0.6em;
  margin-left: 0.6em;
}

.mn-insde {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8em 0.6em 0.6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #e5e4f0;
  border-radius: 25px;
}

.call-now {
  width: 200px;
}

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

.block-nav {
  display: inline-block;
}

.hlde-center-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.wave-one {
  position: relative;
  height: 40vh;
  margin-top: -40vh;
  background-image: url('../images/waves-one.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.plump {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-top: -5%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.pipe {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110%;
  height: 100px;
  margin-left: -5%;
  -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: url('../images/pipe.svg');
  background-position: 50% 50%;
  background-size: auto 120px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.pipe-leyend {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: url('../images/pipe-finish.svg'), url('../images/pipe-finish.svg');
  background-position: 0% 50%, 100% 50%;
  background-size: auto 120px, auto 120px;
  background-repeat: no-repeat, no-repeat;
  color: #03263c;
}

.plump-h1 {
  margin-bottom: 0.1em;
  font-size: 3.4em;
  line-height: 0.9em;
  letter-spacing: -0.5px;
}

.hero-services-bar {
  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;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5em;
}

.rombo {
  width: 12px;
  margin-right: 0.4em;
  margin-left: 0.4em;
}

.need-help {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -55px;
  padding-top: 22vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #caf5fc;
  color: #0d5d8e;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.wave-two {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 35vh;
  background-image: url('../images/waves-two.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pipe-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  min-height: 80px;
  background-color: #03263c;
  opacity: 0.35;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.our-story {
  position: relative;
  padding-top: 120px;
  padding-bottom: 300px;
  background-color: #fff;
}

.wave-services {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 18vh;
  background-image: url('../images/story-wave.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

._24hrs {
  width: 300px;
}

.need-help-text {
  width: 40%;
  padding-left: 2em;
}

.our-services {
  position: relative;
  padding-top: 80px;
}

.services-tilte {
  margin-top: 6em;
}

.sturgeon-services {
  width: 25em;
}

.services-title.white {
  margin-bottom: 6vh;
  color: #fff;
}

.services-waves {
  position: relative;
  margin-top: 0em;
  background-color: #fff;
}

.services-container {
  position: relative;
  padding-bottom: 10vh;
  background-color: #0d5d8e;
  color: #fff;
}

.service-title {
  font-size: 3em;
}

.services-gallery {
  height: auto;
  border-radius: 2em;
  background-color: transparent;
  box-shadow: 0 20px 40px -10px rgba(4, 33, 50, 0.8);
}

.sg-arrow {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #88e9ff;
  font-size: 1.6em;
}

.sg-arrow.left {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background-image: url('../images/right-arrow.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.sg-arrow.right {
  width: 40px;
  height: 40px;
  margin-right: -15px;
  background-image: url('../images/left-arrow.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.gallery-s-slide {
  overflow: hidden;
  border-style: solid;
  border-width: 8px;
  border-color: #fff;
  border-radius: 2em;
}

.bg-waves-services {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 400px;
  padding-top: 140px;
  background-image: url('../images/waves-4.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.servie-list {
  width: 100%;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.services-c-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 60%;
  background-image: url('../images/deep-waves.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wave-brake {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 200px;
  background-image: url('../images/cyan-waves.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brake-cta {
  position: relative;
  overflow: hidden;
  padding-top: 8vh;
  padding-bottom: 4vh;
  background-color: #caf5fc;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
}

.callnow-mov {
  display: none;
}

.our-works {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  padding-bottom: 5vh;
  background-color: #eefdff;
}

.ow-bg {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 20vh;
  background-color: #caf5fc;
  background-image: url('../images/light-cyan-waves.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mn-flex-col {
  width: 30%;
}

.cta-pipe {
  position: relative;
  width: 110%;
  margin-top: 4vh;
  margin-left: -5%;
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

.cta-pipe-shadow {
  width: 100%;
  height: 40px;
  margin-top: -19px;
  background-color: #06131f;
  opacity: 0.35;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.log-pipe {
  position: relative;
  z-index: 1;
}

.title {
  margin-bottom: 3em;
  text-align: center;
}

.work-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.before-after-gallery {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1em;
}

.wor-last-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 30vh;
  background-image: url('../images/white-waves.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact {
  padding-top: 160px;
  padding-bottom: 12vh;
  background-color: #fff;
}

.form-wrpr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-right: auto;
  margin-left: 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-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.facebook {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #4267b2;
  background-image: url('../images/facebok.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ftr-logo {
  width: 300px;
  min-height: 100px;
  margin-top: -3vh;
  margin-right: auto;
  margin-left: auto;
}

.call-now-ftr {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
}

.call-now-btn {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 20px;
  padding: 0.6em 1em;
  border-bottom: 8px solid #b1dde7;
  border-radius: 0.2em;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c1f0fa), color-stop(32%, #fff));
  background-image: linear-gradient(0deg, #c1f0fa, #fff 32%);
  box-shadow: 0 10px 20px -10px #000, 0 20px 40px -10px rgba(3, 38, 60, 0.8);
  font-family: 'American captain webfont', sans-serif;
  color: #3b98d0;
  font-size: 2.8em;
  line-height: 0.9em;
  text-decoration: none;
}

.slide-nav {
  display: none;
}

.we-serve {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7em;
}

.h1-small {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5em;
}

.services-wave {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  margin-top: -300px;
}

.instagram {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 20px;
  background-color: #cd486b;
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.option-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
}

html.w-mod-js *[data-ix="logo-on-load"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5) rotate(-10deg);
  -ms-transform: scale(0.5, 0.5) rotate(-10deg);
  transform: scale(0.5, 0.5) rotate(-10deg);
}

html.w-mod-js *[data-ix="mascota"] {
  opacity: 0;
  -webkit-transform: translate(-5vh, 0px);
  -ms-transform: translate(-5vh, 0px);
  transform: translate(-5vh, 0px);
}

html.w-mod-js *[data-ix="need-help"] {
  opacity: 0;
  -webkit-transform: translate(10vh, 0px);
  -ms-transform: translate(10vh, 0px);
  transform: translate(10vh, 0px);
}

html.w-mod-js *[data-ix="appear-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6) rotate(-10deg);
  -ms-transform: scale(0.6, 0.6) rotate(-10deg);
  transform: scale(0.6, 0.6) rotate(-10deg);
}

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

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

html.w-mod-js *[data-ix="appear-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5vh);
  -ms-transform: translate(0px, 5vh);
  transform: translate(0px, 5vh);
}

html.w-mod-js *[data-ix="appear-bottom-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5vh);
  -ms-transform: translate(0px, 5vh);
  transform: translate(0px, 5vh);
}

html.w-mod-js *[data-ix="appear-bottom-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5vh);
  -ms-transform: translate(0px, 5vh);
  transform: translate(0px, 5vh);
}

html.w-mod-js *[data-ix="appear-bottom-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 5vh);
  -ms-transform: translate(0px, 5vh);
  transform: translate(0px, 5vh);
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 13px;
  }

  .wrpr {
    max-width: 60%;
  }

  .wrpr.story-flex {
    max-width: 70%;
  }

  .nav-second-bar {
    height: 50px;
  }

  .nav-primary-bar {
    height: 90px;
  }

  .brand.on-desk-nav {
    width: 13vw;
  }

  .btn-nav.drpr {
    background-color: transparent;
  }

  .hero {
    height: 100vh;
  }

  .footer {
    display: block;
    margin-top: auto;
  }

  .dropper-card.w--open {
    left: auto;
    top: 30px;
    right: 0%;
    bottom: auto;
    width: 300px;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 14px 14px 30px -10px rgba(0, 0, 0, 0.4);
  }

  .hero-logo {
    width: 600px;
  }

  .sturgeon {
    width: 400px;
  }

  .wave-one {
    width: 100%;
    margin-top: -45vh;
  }

  .wave-services {
    height: 24vh;
  }

  ._24hrs {
    width: 400px;
  }

  .need-help-text {
    width: 45%;
  }

  .services-waves {
    padding-top: 53em;
  }

  .services-container {
    padding-top: 5vh;
  }

  .bg-waves-services {
    height: 700px;
    padding-top: 24vh;
  }

  .ow-bg {
    height: 25vh;
  }

  .contact {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 11px;
  }

  .wrpr {
    max-width: 95%;
  }

  .wrpr.block.narrow {
    max-width: 67%;
  }

  .wrpr.services-grid {
    max-width: 80%;
  }

  .brand.on-desk-nav {
    width: 24vw;
  }

  .mov-nav {
    display: block;
  }

  .trgr-open.brgr {
    display: block;
    width: auto;
    height: auto;
    text-decoration: none;
  }

  .btn-nav {
    padding-right: 10px;
    padding-left: 10px;
  }

  .movile-nav {
    width: 60%;
  }

  .hero {
    overflow: hidden;
  }

  .mn-insde {
    padding-right: 1.8em;
    padding-left: 1.8em;
  }

  .desknav {
    display: none;
  }

  .brgr-text {
    font-family: 'Bebas Neue', sans-serif;
    color: #fff;
    font-size: 2.2em;
    line-height: 1.1em;
    text-align: center;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  .section {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .wrpr.v-center {
    max-width: 90%;
  }

  .wrpr.block.narrow {
    max-width: 77%;
  }

  .wrpr.flex-navbar {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrpr.onheroslider {
    max-width: 80%;
  }

  .wrpr.grid {
    max-width: 90%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrpr.services-grid {
    max-width: 90%;
  }

  .flex-col {
    padding-right: 0.6em;
    padding-left: 0.6em;
  }

  .flex-col._50.f-sb-text-side {
    width: 100%;
    height: auto;
    padding-top: 10vh;
    padding-bottom: 3vh;
  }

  .flex-col._50.f-sb-bg-side {
    width: 100%;
    height: 40vh;
  }

  .flex-col._30 {
    width: 50%;
  }

  .flex-col._70 {
    width: 100%;
  }

  .sec-text.bigger {
    font-size: 1.2em;
  }

  .botonera.on-hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn.nav-cta {
    padding-right: 1.2em;
    padding-left: 1.2em;
  }

  .btn.movile-btn.cta {
    margin-top: 0.6em;
    margin-bottom: 0em;
    padding: 0.6em 1.2em 0.5em;
    border-width: 4px;
    border-radius: 35px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.7em;
    line-height: 0.7em;
  }

  .btn.fw-on-mov {
    display: block;
    width: 100%;
  }

  .btn.send {
    width: 100%;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }

  .cta-content {
    max-width: 100%;
  }

  .brand.on-desk-nav {
    width: 35vw;
  }

  .desk-nav {
    display: none;
  }

  .mov-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .trgr-close.brgr {
    width: 35px;
    height: 25px;
  }

  .trgr-close.mov-btn {
    font-family: 'Bebas Neue', sans-serif;
    color: #fff;
    font-size: 2.7em;
    line-height: 1.4em;
  }

  .trgr-close.mov-btn.contact-bnt {
    display: inline-block;
    margin-top: 20px;
    padding-top: 13px;
    padding-right: 34px;
    padding-left: 34px;
    border-style: solid;
    border-width: 4px;
    border-color: #88e9ff;
    border-radius: 40px;
    color: #88e9ff;
    line-height: 1em;
  }

  .trgr-close.close {
    -webkit-filter: none;
    filter: none;
  }

  .brgr-pleca {
    background-color: #0d5d8e;
  }

  .brgr {
    width: 35px;
    height: 25px;
  }

  .modal-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .modal-nav.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .movile-nav {
    width: 60%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #06131f;
  }

  .mn-hdr {
    margin-bottom: 3em;
  }

  .hero {
    height: 760px;
  }

  .hero-content-card {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .flex-sb-block {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .mov-btn {
    font-size: 1.2em;
  }

  .tabs-nav.vertical {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-btn.a-left {
    width: 25%;
    text-align: center;
  }

  .side-tabs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tabs-content.vertical {
    width: 100%;
  }

  .hero-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sturgeon {
    display: none;
  }

  .sturgeon-brand {
    max-width: 60%;
  }

  .call-now {
    width: 120px;
  }

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

  .wave-one {
    height: 20vh;
    margin-top: -25vh;
  }

  .our-story {
    padding-bottom: 150px;
  }

  .need-help-text {
    width: 60%;
  }

  .services-container {
    overflow: hidden;
  }

  .gallery-s-slide {
    border-width: 4px;
  }

  .callnow-mov {
    display: block;
  }

  .callnow-desk {
    display: none;
  }

  .work-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-wrpr {
    width: 90%;
  }

  .ftr-logo {
    width: 50%;
  }

  .story {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .services-wave {
    margin-top: -100px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 0.4em;
  }

  .wrpr.v-center {
    max-width: 92%;
  }

  .wrpr.reverse-wrap {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .wrpr.block.narrow {
    max-width: 85%;
  }

  .wrpr.story-flex {
    max-width: 90%;
  }

  .wrpr.services-grid {
    max-width: 80%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrpr.services-grid.reverse-mov {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .flex-col._50 {
    width: 100%;
  }

  .flex-col._30 {
    width: 100%;
  }

  .flex-col._25 {
    width: 50%;
  }

  .sec-text.bigger {
    font-size: 1.1em;
  }

  .content-card {
    margin-bottom: 3em;
  }

  .cc-body {
    padding-right: 1.4em;
    padding-left: 1.4em;
  }

  .botonera.social-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn {
    margin-bottom: 1em;
  }

  .btn.nav-cta {
    padding: 0.6em 1em;
  }

  .btn.nav-cta.left {
    margin-left: 0em;
  }

  .btn.movile-btn.cta {
    font-size: 2.2em;
  }

  .btn.fw-on-mov {
    width: 100%;
  }

  .btnr-text {
    margin-bottom: 1em;
    font-size: 2em;
  }

  .cta-content {
    max-width: 100%;
    margin-bottom: 1.4em;
  }

  .brand {
    width: 160px;
  }

  .brand.on-desk-nav {
    width: 40vw;
  }

  .logo {
    width: 160px;
  }

  .trgr-close.mov-btn {
    font-size: 2.2em;
  }

  .brgr-pleca {
    height: 3px;
  }

  .movile-nav {
    width: 70%;
  }

  .hero {
    height: 560px;
  }

  .hero-content-card {
    width: 100%;
  }

  .sturgeon-brand {
    max-width: 80%;
  }

  .plump {
    margin-top: -18%;
  }

  .pipe {
    height: 80px;
  }

  .pipe-leyend {
    height: 120%;
    padding-right: 22px;
    padding-left: 22px;
    background-size: auto 100px, auto 100px;
  }

  .plump-h1 {
    font-size: 2.3em;
  }

  .hero-services-bar {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.1em;
  }

  .need-help {
    margin-top: -35px;
  }

  .wave-two {
    height: 20vh;
  }

  .pipe-shadow {
    min-height: 40px;
  }

  .our-story {
    overflow: hidden;
  }

  ._24hrs {
    width: 40%;
    margin-bottom: 2em;
  }

  .need-help-text {
    width: 100%;
    padding-left: 0em;
    text-align: center;
  }

  .services-container {
    padding-bottom: 6vh;
  }

  .servie-list {
    max-width: 90%;
    margin-bottom: 2em;
  }

  .wave-brake {
    height: 100px;
  }

  .cta-pipe-shadow {
    height: 14px;
    margin-top: -4px;
  }

  .ftr-logo {
    width: 70%;
    margin-top: 0vh;
  }

  .story {
    margin-top: 2em;
    text-align: center;
  }
}

@font-face {
  font-family: 'American captain webfont';
  src: url('../fonts/american_captain-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}