:root {
  --color-1: #0d5d8e;
  --color-2: #88e9ff;
  --white-smoke: whitesmoke;
  --color-3: #bdbcc9;
  --dark-slate-grey: #424242;
  --color-4: #0c1c2c;
  --white: white;
  --color-2-l: #c1f0fa;
  --black: black;
  --color-4-l: #dafdfd;
  --color-1-l: #3b98d0;
  --send-color: #32e28d;
  --color-4-d: #06131f;
  --body-color: #525260;
  --color-3-l: #e5e4f0;
  --grey: #7a7a7a;
  --gainsboro: #dfdfdf;
  --color-1-d: #03263c;
  --color-2-d: #63c5dc;
  --color-3-d: #6b6980;
  --dark-grey: #b4b4b4;
  --facebook: #4267b2;
  --instagram: #cd486b;
  --twitter: #1da1f2;
  --youtube: red;
}

body {
  color: var(--color-1);
  flex-direction: column;
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  line-height: 1.4em;
  display: flex;
}

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

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

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

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

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

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

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

a {
  color: var(--color-2);
  text-decoration: underline;
}

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

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

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

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

.section.color-1 {
  background-color: var(--color-1);
  color: var(--white-smoke);
}

.section.color-2 {
  background-color: var(--color-2);
  color: var(--color-1);
}

.section.color-3 {
  background-color: var(--color-3);
  color: var(--dark-slate-grey);
}

.section.color-4 {
  background-color: var(--color-4);
  color: var(--color-1);
}

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

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

.wrpr {
  z-index: 10;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 77%;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrpr.v-center {
  align-items: center;
}

.wrpr.between {
  justify-content: space-between;
}

.wrpr.a-center {
  justify-content: center;
}

.wrpr.block {
  display: block;
}

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

.wrpr.stretch {
  align-items: stretch;
}

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

.wrpr.j-center {
  justify-content: center;
}

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

.wrpr.flex-navbar {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  display: flex;
}

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

.wrpr.story-flex {
  justify-content: center;
  align-items: center;
}

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

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

.wrpr.services-grid {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 60%;
  margin-bottom: 8em;
  display: flex;
}

.wrpr.ftrr {
  color: var(--white);
  flex-direction: column;
  align-items: center;
}

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

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

.flex-col._50.f-sb-text-side {
  background-color: var(--white-smoke);
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-col.fw {
  flex: 0 auto;
}

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

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

.sec-text.white {
  color: var(--white);
}

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

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

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

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

.cc-body {
  background-color: var(--white);
  padding: 1.2em 1.6em .2em;
}

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

.botonera {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.6em;
  margin-bottom: .4em;
  display: flex;
}

.botonera.a-center {
  justify-content: center;
}

.botonera.a-right {
  justify-content: flex-end;
}

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

.botonera.social-more {
  justify-content: center;
}

.btn {
  border: 1px solid var(--color-1);
  background-color: var(--color-1);
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  padding: .8em 1.4em;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  transition: all .6s cubic-bezier(.075, .82, .165, 1);
}

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

.btn.nav-cta {
  border-color: var(--color-2);
  color: var(--color-2);
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 1.2em;
  margin-right: 1.2em;
  font-size: .9em;
}

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

.btn.nav-cta.right:hover {
  background-color: var(--color-2-l);
}

.btn.movile-btn {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-right: 0;
  font-size: 1em;
  display: block;
}

.btn.movile-btn.cta {
  border: 1px solid var(--color-2);
  color: var(--color-2);
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: inline-block;
}

.btn.movile-btn.cta:hover {
  background-color: var(--color-2-l);
}

.btn.contrast {
  border-color: var(--color-2);
  background-color: var(--color-2);
}

.btn.contrast.text {
  color: var(--color-2);
}

.btn.contrast.text:hover {
  background-color: var(--color-2-l);
}

.btn.brdr {
  border: 1px solid var(--color-1);
  color: var(--color-1);
  background-color: #0000;
}

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

.btn.brdr.contrast {
  border-color: var(--color-2);
  color: var(--color-2);
}

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

.btn.brdr.white {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.btn.brdr.white:hover {
  background-color: #08093c66;
}

.btn.brdr.secundary {
  border-color: var(--color-4);
  color: var(--color-4);
  background-color: #0000;
}

.btn.brdr.secundary:hover {
  background-color: #0a5e5d66;
}

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

.btn.white {
  background-color: var(--white);
  color: var(--color-1);
}

.btn.white.text {
  color: var(--white);
}

.btn.white.text:hover {
  background-color: #ffffff80;
}

.btn.secundary {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color-1);
}

.btn.secundary.text {
  color: var(--color-4);
}

.btn.secundary.text:hover {
  background-color: var(--color-4-l);
}

.btn.small {
  padding: .6em 1.2em;
  font-size: .9em;
}

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

.btn.text {
  color: var(--color-1);
  background-color: #0000;
  border-color: #0000;
  padding-left: 1.2em;
  padding-right: 1.2em;
  transition-duration: 1.2s;
}

.btn.text:hover {
  background-color: var(--color-1-l);
  filter: none;
}

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

.btn.send {
  border-color: var(--send-color);
  background-color: var(--send-color);
  color: var(--dark-slate-grey);
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 40%;
  padding-left: 2em;
  padding-right: 2em;
  font-weight: 700;
}

.btnr-text {
  color: var(--color-4-d);
  margin-bottom: 0;
  margin-left: .8em;
  margin-right: .8em;
  font-family: Bebas Neue, sans-serif;
  font-size: 2.4em;
}

.btnr-text.white {
  color: var(--white);
}

.nav {
  position: static;
}

.nav-second-bar {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.nav-primary-bar {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.help-text {
  margin-top: .2em;
  margin-bottom: .4em;
  font-size: .8em;
}

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

.label-text {
  color: var(--body-color);
  margin-bottom: .8em;
  font-size: .8em;
  line-height: 1.4em;
}

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

.label-text.white {
  color: var(--white);
}

.brand {
  width: 220px;
}

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

.logo {
  width: 100%;
}

.desk-nav {
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.mov-nav {
  align-items: center;
  display: none;
}

.trgr-close.brgr {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 40px;
  height: 30px;
  margin-bottom: .8em;
  display: flex;
}

.brgr-pleca {
  background-color: var(--color-1);
  flex: 0 auto;
  width: 100%;
  height: 4px;
}

.brgr {
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 30px;
  display: flex;
}

.btn-nav {
  color: var(--color-3-l);
  background-color: #0000;
  margin-left: .6em;
  margin-right: .6em;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
  display: inline-block;
}

.btn-nav.w--current {
  color: var(--color-2);
}

.btn-nav.drpr {
  color: var(--grey);
  text-align: left;
  background-color: #f5f5f5;
  font-size: .8em;
}

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

.icon {
  margin-right: 10px;
}

.menu-bar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  display: flex;
}

.modal-nav {
  z-index: 200;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(100%);
}

.modal-nav.show {
  display: flex;
  transform: none;
}

.movile-nav {
  z-index: 100;
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.desktop-nav {
  z-index: 10;
  position: absolute;
  inset: 0% 0% auto;
}

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

.modal-shade {
  z-index: 99;
  opacity: 0;
  background-image: linear-gradient(#490d18e6, #490d18e6);
  display: none;
  position: absolute;
  inset: 0%;
}

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

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

.close {
  filter: invert();
  width: 40px;
  height: 40px;
}

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

.mn-accordion {
  position: relative;
}

.mn-acordion-container {
  background-color: var(--white-smoke);
  height: 0;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.hero {
  background-color: var(--white-smoke);
  color: var(--white);
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

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

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

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

.divider.a-left {
  justify-content: flex-start;
}

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

.pleca-divider {
  background-color: var(--color-2);
  width: 150px;
  height: 4px;
}

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

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

.flex-sb-block {
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80vh;
  display: flex;
}

.nav-on-scroll {
  z-index: 110;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  background-color: var(--white);
  background-image: url('../images/waves-4.svg'), linear-gradient(to bottom, transparent 43%, var(--color-1) 51%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  margin-top: auto;
  display: block;
}

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

.ftr-card {
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: 240px;
  display: flex;
}

.fc-first, .fc-second {
  width: 100%;
}

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

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

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

.ftr-link {
  color: var(--white);
  margin-bottom: .8em;
  font-size: .8em;
  text-decoration: none;
  display: block;
}

.address {
  color: var(--black);
  background-color: #f5f5f5;
  margin-bottom: .8em;
  padding: 10px 16px;
  font-style: normal;
  line-height: 1.4em;
}

.map {
  height: 120px;
}

.ftr-title {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: .9em;
  line-height: 1.2em;
}

.color-pallete {
  z-index: 2;
  background-color: var(--gainsboro);
  border-radius: 50px;
  width: 100px;
  height: 100px;
  margin: .5em auto;
  position: relative;
}

.color-pallete.main-color.color-1 {
  background-color: var(--color-1);
}

.color-pallete.main-color.color-2 {
  background-color: var(--color-2);
}

.color-pallete.main-color.color-3 {
  background-color: var(--color-3);
  color: var(--color-3);
}

.color-pallete.main-color.color-4 {
  background-color: var(--color-4);
}

.color-pallete.light.color-1-l {
  background-color: var(--color-1-l);
}

.color-pallete.light.color-2-l {
  background-color: var(--color-2-l);
}

.color-pallete.light.color-3-l {
  background-color: var(--color-3-l);
}

.color-pallete.light.color-4-l {
  background-color: var(--color-4-l);
}

.color-pallete.color-1-d {
  background-color: var(--color-1-d);
}

.color-pallete.color-2-d {
  background-color: var(--color-2-d);
}

.color-pallete.color-3-d {
  background-color: var(--color-3-d);
}

.color-pallete.color-4-d {
  background-color: var(--color-4-d);
}

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

.sections-color-pallete {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  display: block;
}

.main-colours {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.bradn-colo-demo {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  min-height: 300px;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.bradn-colo-demo.color-1 {
  background-color: var(--color-1);
}

.bradn-colo-demo.color-2 {
  background-color: var(--color-2);
  color: var(--color-2);
}

.color-pallete-blok {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.color-mix-blk {
  z-index: 0;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.color-mix-blk.botom {
  inset: auto 0% 0%;
}

.color-mix-blk.botom.color-1-b {
  background-color: var(--color-3);
}

.color-mix-blk.botom.color-2-b {
  background-color: var(--color-4-l);
}

.color-mix-blk.botom.color-3-b {
  background-color: var(--color-1);
}

.color-mix-blk.botom.color-4-b {
  background-color: var(--color-3);
}

.color-mix-blk.color-1-t {
  background-color: var(--color-4-l);
}

.color-mix-blk.color-2-t {
  background-color: var(--color-1-l);
}

.color-mix-blk.color-3-t {
  background-color: var(--color-2);
}

.color-mix-blk.color-4-t {
  background-color: var(--color-1);
}

.spacer {
  height: 80px;
}

.big {
  margin-bottom: .1em;
  font-size: 5em;
  line-height: .9em;
}

.small {
  font-size: 2em;
}

.color-1 {
  color: var(--color-1);
}

.color-2 {
  color: var(--color-2);
}

.color-3 {
  color: var(--color-3);
}

.color-4 {
  color: var(--color-4);
}

.dropper-card.w--open {
  background-color: var(--white);
  width: 100vw;
  padding: 1em;
  position: fixed;
  inset: 100px 0% auto;
}

.icon-btn {
  color: var(--color-1);
  margin-bottom: .8em;
  font-size: .85em;
  text-decoration: none;
  display: inline-block;
}

.ib-flex {
  color: var(--white);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ib-icon {
  background-color: var(--color-1);
  width: 30px;
  height: 30px;
  margin-left: .2em;
  margin-right: .2em;
}

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

.mov-btn {
  color: var(--color-1);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  display: block;
}

.crew {
  color: var(--color-1);
}

.ftr-legal-link {
  color: var(--color-4);
}

.main-slider {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.tabs-nav {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .8em;
  display: flex;
}

.tabs-nav.vertical {
  flex-direction: column;
  align-items: stretch;
  width: 30%;
  padding-top: .8em;
}

.tab-btn {
  background-color: var(--white-smoke);
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: .8em;
  margin-right: .8em;
  font-size: .9em;
}

.tab-btn.w--current {
  background-color: var(--color-2);
  color: var(--white);
}

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

.side-tabs {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.lb-hover {
  opacity: 0;
  background-image: url('../images/zoom-1.svg'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50px, auto;
  transition: all .4s cubic-bezier(.075, .82, .165, 1);
  display: block;
  position: absolute;
  inset: 0%;
}

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

.flexed {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.input:hover {
  background-color: var(--white-smoke);
}

.input:focus {
  border: 1px solid var(--color-2);
  box-shadow: 0 3px 16px -8px #00000080;
}

.formulario {
  flex-flow: wrap;
  display: flex;
}

.required {
  color: var(--color-2);
}

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

.bullet-element {
  flex-wrap: wrap;
  place-content: center flex-start;
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 0;
  display: flex;
}

.bullet-icon {
  background-color: var(--color-2);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: .4em;
  display: flex;
}

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

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

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

.zoomcard-text {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.zoomcard-card {
  color: var(--white);
  text-align: left;
  width: 100%;
  max-width: 70%;
  min-height: 100px;
}

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

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

.boxed-cta {
  background-color: var(--color-1);
  color: var(--white);
  text-align: center;
  padding: 3.4em 2.4em;
}

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

.hero-logo-mascot {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: block;
  position: relative;
}

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

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

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

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

.mn-social {
  background-color: var(--color-2);
  border-radius: 25px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: .4em .8em;
  display: flex;
}

.mn-nav-bar {
  background-color: var(--color-4-d);
  border-radius: 35px;
  padding: .6em;
}

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

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

.mn-insde {
  border: 2px solid var(--color-3-l);
  border-radius: 25px;
  align-items: center;
  padding: .8em .6em .6em;
  display: flex;
}

.call-now {
  width: 200px;
}

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

.hlde-center-nav {
  justify-content: center;
  width: 30%;
  display: flex;
}

.hero-wave {
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.pipe {
  background-image: url('../images/pipe.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 120px;
  justify-content: center;
  align-items: center;
  width: 110%;
  height: 100px;
  margin-left: -5%;
  display: flex;
  position: relative;
  transform: rotate(-1deg);
}

.pipe-leyend {
  z-index: 1;
  color: var(--color-1-d);
  background-image: url('../images/pipe-finish.svg'), url('../images/pipe-finish.svg');
  background-position: 0%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 120px, auto 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 130px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.plump-h1 {
  letter-spacing: -.5px;
  margin-bottom: .1em;
  font-size: 3.4em;
  line-height: .9em;
}

.hero-services-bar {
  align-items: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.5em;
  display: flex;
}

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

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

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

.pipe-shadow {
  z-index: 2;
  background-color: var(--color-1-d);
  opacity: .35;
  filter: blur(5px);
  min-height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.our-story {
  background-color: var(--white);
  padding-top: 120px;
  padding-bottom: 300px;
  position: relative;
}

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

._24hrs {
  width: 300px;
}

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

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

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

.sturgeon-services {
  width: 25em;
}

.services-title.white {
  color: var(--white);
  margin-bottom: 6vh;
}

.services-waves {
  background-color: var(--white);
  margin-top: 0;
  position: relative;
}

.services-container {
  background-color: var(--color-1);
  color: var(--white);
  padding-bottom: 10vh;
  position: relative;
}

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

.services-gallery {
  background-color: #0000;
  border-radius: 2em;
  height: auto;
  box-shadow: 0 20px 40px -10px #042132cc;
}

.sg-arrow {
  background-color: var(--color-2);
  border-radius: 20px;
  width: 30px;
  height: 30px;
  font-size: 1.6em;
}

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

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

.gallery-s-slide {
  border: 8px solid var(--white);
  border-radius: 2em;
  overflow: hidden;
}

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

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

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

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

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

.callnow-mov {
  display: none;
}

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

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

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

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

.cta-pipe-shadow {
  background-color: var(--color-4-d);
  opacity: .35;
  filter: blur(8px);
  width: 100%;
  height: 40px;
  margin-top: -19px;
}

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

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

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

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

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

.contact {
  background-color: var(--white);
  padding-top: 160px;
  padding-bottom: 12vh;
}

.form-wrpr {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.call-now-ftr {
  perspective: 1000px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: block;
}

.call-now-btn {
  background-color: var(--white);
  background-image: linear-gradient(to top, var(--color-2-l), white 32%);
  color: var(--color-1-l);
  border-bottom: 8px solid #b1dde7;
  border-radius: .2em;
  margin-top: 1em;
  margin-bottom: 20px;
  padding: .6em 1em;
  font-family: American captain webfont, sans-serif;
  font-size: 2.8em;
  line-height: .9em;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 10px 20px -10px #000, 0 20px 40px -10px #03263ccc;
}

.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 {
  z-index: 1;
  width: 100%;
  margin-top: -300px;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

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

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

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

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

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

html.w-mod-js [data-ix="appear-bottom"], html.w-mod-js [data-ix="appear-bottom-2"], html.w-mod-js [data-ix="appear-bottom-3"], html.w-mod-js [data-ix="appear-bottom-4"] {
  opacity: 0;
  transform: translate(0, 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: #0000;
  }

  .hero {
    height: 100vh;
  }

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

  .dropper-card.w--open {
    background-color: var(--white);
    border-radius: 8px;
    width: 300px;
    padding: 10px;
    inset: 30px 0% auto auto;
    box-shadow: 14px 14px 30px -10px #0006;
  }

  .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: var(--white);
  }
}

@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 {
    width: auto;
    height: auto;
    text-decoration: none;
    display: block;
  }

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

  .movile-nav {
    width: 60%;
  }

  .hero {
    overflow: hidden;
  }

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

  .desknav {
    display: none;
  }

  .brgr-text {
    color: var(--white);
    text-align: center;
    font-family: Bebas Neue, sans-serif;
    font-size: 2.2em;
    line-height: 1.1em;
    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 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

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

  .flex-col {
    padding-left: .6em;
    padding-right: .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 {
    justify-content: center;
  }

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

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

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

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

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

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

  .desk-nav {
    display: none;
  }

  .mov-nav {
    display: flex;
  }

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

  .trgr-close.mov-btn {
    color: var(--white);
    font-family: Bebas Neue, sans-serif;
    font-size: 2.7em;
    line-height: 1.4em;
  }

  .trgr-close.mov-btn.contact-bnt {
    border: 4px solid var(--color-2);
    color: var(--color-2);
    border-radius: 40px;
    margin-top: 20px;
    padding-top: 13px;
    padding-left: 34px;
    padding-right: 34px;
    line-height: 1em;
    display: inline-block;
  }

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

  .brgr-pleca {
    background-color: var(--color-1);
  }

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

  .modal-nav {
    justify-content: flex-end;
    display: flex;
  }

  .modal-nav.show {
    justify-content: flex-end;
    display: flex;
    transform: none;
  }

  .movile-nav {
    background-color: var(--color-4-d);
    justify-content: center;
    width: 60%;
  }

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

  .hero {
    height: 760px;
  }

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

  .flex-sb-block {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
  }

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

  .tabs-nav.vertical {
    flex-flow: wrap;
    width: 100%;
  }

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

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

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

  .hero-logo {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .sturgeon {
    display: none;
  }

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

  .call-now {
    width: 120px;
  }

  .hlde-center-nav {
    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 {
    grid-template-columns: 1fr;
  }

  .form-wrpr {
    width: 90%;
  }

  .ftr-logo {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

  .flex-col._50, .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-left: 1.4em;
    padding-right: 1.4em;
  }

  .botonera.social-more {
    flex-direction: column;
  }

  .btn {
    margin-bottom: 1em;
  }

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

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

  .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 {
    background-size: auto 100px, auto 100px;
    height: 120%;
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .hero-services-bar {
    padding-left: 30px;
    padding-right: 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 {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

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

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


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