body {
  background-color: #010e16;
  font-family: 'Titillium Web', sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 3em;
  line-height: 1.1em;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2.2em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.6em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 400;
}

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

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

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

a {
  color: #ea0029;
  font-weight: 600;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  margin-left: 6px;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  border-left: 1px none #000;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  line-height: 1.6em;
}

.wrpr {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 86%;
  min-height: 10px;
  margin-right: auto;
  margin-left: auto;
}

.wrpr.flex-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.wrpr.flex-v-center {
  z-index: 10;
  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: 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;
}

.wrpr.narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
}

.wrpr.flex-blok-1-3 {
  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-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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.wrpr.hero-align {
  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-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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

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

.wrpr.master-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

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

.wrpr.master-flex.v-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrpr.full-widht {
  max-width: 100%;
}

.wrpr.full-widht.master-flex.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.wrpr.full-widht.master-flex.stretch.fix-vh {
  min-height: 80vh;
}

.wrpr.flex-on-scroll {
  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: 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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.wrpr.v-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.wrpr.v-flex.a-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section {
  padding-top: 10vh;
  padding-bottom: 12vh;
  background-color: #fff;
  color: #010101;
  text-transform: none;
}

.section.full-flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section.gris {
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.7%, 0.83)), to(hsla(0, 0%, 95.7%, 0.83))), url('../images/bg-textured-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95.7%, 0.83), hsla(0, 0%, 95.7%, 0.83)), url('../images/bg-textured-1.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.gris.intro-blok {
  padding-top: 15vh;
  padding-bottom: 22vh;
}

.section.gris.our-proyects {
  padding-top: 15vh;
}

.section.gris.service-grid {
  padding-bottom: 16vh;
}

.section.gris.packages {
  padding-bottom: 20vh;
}

.section.color-1 {
  background-color: #ea0029;
  color: #fff;
}

.section.color-2 {
  background-color: #051c2c;
  color: #fff;
}

.section.snow-cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 118, 224, 0.7)), to(rgba(24, 118, 224, 0.7))), url('../images/hero_9.jpg');
  background-image: linear-gradient(180deg, rgba(24, 118, 224, 0.7), rgba(24, 118, 224, 0.7)), url('../images/hero_9.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
  text-align: center;
}

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

.section.nice-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
}

.section._80-vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.section.clean {
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.section.clean.fix-vh {
  min-height: 80vh;
}

.section.intro {
  background-color: #051c2c;
  color: #fff;
  text-align: center;
}

.section.our-work {
  padding-top: 0vh;
  padding-bottom: 14vh;
  background-color: #051c2c;
  color: #fff;
}

.section.cta-call-now {
  position: relative;
  padding-top: 0vh;
  padding-bottom: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(14%, hsla(0, 0%, 100%, 0.6)), to(#fff)), url('../images/concrete-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6) 14%, #fff), url('../images/concrete-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.tedtimonials-section {
  padding-top: 0vh;
}

.section.general-cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 46, 72, 0.8)), to(rgba(10, 46, 72, 0.8))), url('../images/concrete-bg.jpg');
  background-image: linear-gradient(180deg, rgba(10, 46, 72, 0.8), rgba(10, 46, 72, 0.8)), url('../images/concrete-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.grid-services {
  padding-bottom: 16vh;
}

.section.finishes {
  padding-bottom: 16vh;
}

.section.before-h {
  padding-top: 14vh;
}

.s-card {
  overflow: hidden;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d0d0;
}

.nav-bar {
  position: relative;
  z-index: 20;
}

.nav-bar.cms-include {
  display: none;
}

.main-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
}

.second-bar {
  display: block;
  padding-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  background-color: #ededed;
}

.brand {
  width: 220px;
  text-decoration: none;
}

.brand.small {
  width: 180px;
}

.brand.on-modal-nav {
  width: 200px;
}

.brand.special {
  width: 160px;
}

.yourlogo {
  font-family: Oswald, sans-serif;
  font-size: 2em;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.nav {
  position: relative;
}

.desk-nav {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

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

.mov-nav {
  display: none;
}

.brgr {
  width: 40px;
  height: 40px;
  background-color: #c8c7c7;
}

.social-bar {
  position: relative;
  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: 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;
}

.icon-link {
  width: 30px;
  height: 30px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 15px;
  background-color: #000;
}

.icon-link.facebook {
  background-color: #4469b0;
  background-image: url('../images/icons-sprite-w_1.svg');
  background-position: 0px -30px;
  background-size: 120px;
  background-repeat: no-repeat;
}

.icon-link.twitter {
  background-color: #2aa3ef;
  background-image: url('../images/icons-sprite-w_1.svg');
  background-position: -30px -30px;
  background-size: 120px;
  background-repeat: no-repeat;
}

.icon-link.instagram {
  background-color: #eb4b5a;
  background-image: url('../images/icons-sprite-w_1.svg');
  background-position: -60px -30px;
  background-size: 120px;
  background-repeat: no-repeat;
}

.icon-link.youtube {
  background-color: #fc0d1b;
  background-image: url('../images/icons-sprite-w_1.svg');
  background-position: -90px -30px;
  background-size: 120px;
  background-repeat: no-repeat;
}

.icon-link.whatsapp {
  background-color: #25d366;
  background-image: url('../images/icons-sprite-w.svg');
  background-position: -90px 0px;
  background-size: 120px;
  background-repeat: no-repeat;
}

.icon-btn {
  position: relative;
  display: inline-block;
  padding: 12px 14px;
  background-color: #ea0029;
  box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: skew(-6deg, 0deg);
  -ms-transform: skew(-6deg, 0deg);
  transform: skew(-6deg, 0deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-btn:hover {
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.4);
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.95) skew(-6deg, 0deg);
  -ms-transform: scale(0.95) skew(-6deg, 0deg);
  transform: scale(0.95) skew(-6deg, 0deg);
}

.small-icon {
  width: 28px;
  height: 28px;
  margin-right: 1px;
  margin-left: 1px;
}

.ib-flex-hldr {
  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: 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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.ib-text {
  margin-right: 8px;
  margin-left: 3px;
  line-height: 1.4em;
}

.nav-btn {
  padding: 0px 9px;
  background-color: transparent;
  -webkit-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 0.8em;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-btn:hover {
  color: #888;
}

.nav-btn.w--open {
  background-color: #efefef;
}

.nav-btn.cta {
  margin-left: 30px;
  padding-right: 14px;
  padding-left: 14px;
  background-color: #ea0029;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
}

.nav-btn.cta:hover {
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.95) skew(-14deg, 0deg);
  -ms-transform: scale(0.95) skew(-14deg, 0deg);
  transform: scale(0.95) skew(-14deg, 0deg);
}

.simple-icon-btn {
  display: block;
  color: #ea0029;
  text-decoration: none;
}

.simple-row {
  margin-bottom: 40px;
}

.sib-flex-hldr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #ea0029;
  font-weight: 700;
  text-decoration: none;
}

.medium-icon {
  width: 30px;
  height: 30px;
  background-color: #f1320c;
}

.medium-icon.sprite {
  background-color: #ececec;
  background-image: url('../images/icons-sprite_1.svg');
  background-position: 100% 100%;
  background-size: 120px;
}

.sib-text {
  margin-left: 6px;
}

.movile-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 110;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.global-shade {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0;
}

.mn-card {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 5vh;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: #fff;
  text-align: right;
}

.mn-c-hdr {
  width: 100%;
  min-height: 30px;
}

.mn-c-body {
  width: 100%;
  min-height: 30px;
}

.mn-c-ftr {
  width: 100%;
  min-height: 30px;
}

.hero {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  background-image: url('../images/strike-hero.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(54%, rgba(50, 50, 50, 0))), url('../images/concrete-bg-min-min.jpeg');
  background-image: url('../images/strike-hero.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(50, 50, 50, 0) 54%), url('../images/concrete-bg-min-min.jpeg');
  background-position: 0% 0%, 0px 0px, 50% 50%;
  background-size: 60%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  color: #c40123;
}

.hero.d-blok {
  display: block;
  color: #fff;
}

.hero-card {
  width: 60%;
  margin-bottom: -60px;
  padding: 24px 30px 14px;
  border-left: 20px solid #fed925;
  background-color: #ea0029;
  -webkit-transform: skew(-6deg, 0deg);
  -ms-transform: skew(-6deg, 0deg);
  transform: skew(-6deg, 0deg);
}

.hero-card.cms-editable {
  margin-bottom: -60px;
}

.hero-card.a-center {
  text-align: center;
}

.secundary-text {
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.6em;
  line-height: 1.1em;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.secundary-text.smaller {
  font-size: 1em;
}

.drpr-li.w--open {
  background-color: #efefef;
}

.botonera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2em;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

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

.botonera.a-center.hide {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.btn {
  margin-right: 18px;
  padding: 14px 28px;
  background-color: #ea0029;
  box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: skew(-6deg, 0deg);
  -ms-transform: skew(-6deg, 0deg);
  transform: skew(-6deg, 0deg);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.4);
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: skew(-6deg, 0deg) scale(0.96);
  -ms-transform: skew(-6deg, 0deg) scale(0.96);
  transform: skew(-6deg, 0deg) scale(0.96);
}

.btn.brdr {
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #051c2c;
  background-color: transparent;
  color: #051c2c;
}

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

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

.btn.brdr.white:hover {
  background-color: rgba(2, 14, 22, 0.4);
}

.btn.small {
  padding: 8px 18px;
  font-size: 0.8em;
}

.btn.small.more-contrast {
  background-color: #fed925;
}

.btn.big {
  padding: 18px 36px;
  font-size: 1.2em;
}

.btn.contrast {
  background-color: #fed925;
  color: #051c2c;
}

.btn.text-only {
  padding-right: 34px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/btn-arrow.svg');
  background-position: 100% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fed925;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn.text-only:hover {
  padding-right: 40px;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn.text-only.contrast {
  color: #ffdf45;
}

.btn.fw {
  display: block;
}

.btn.black {
  background-color: #051c2c;
}

.close {
  width: 30px;
  height: 30px;
}

.s-card-hldr {
  padding: 25px 30px 30px;
}

.fix-col {
  margin-right: -10px;
  margin-left: -10px;
}

.ftr-link {
  display: block;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 4px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.ftr-link:hover {
  border-left-width: 8px;
  border-left-color: #fff;
  color: #fff;
}

.crew {
  color: #e4e4e4;
}

.ftr-last-txt {
  margin-bottom: 20px;
  font-size: 0.8em;
  line-height: 1.5em;
}

.ftr-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: rgba(1, 1, 1, 0.2);
}

.ftr-last {
  width: 100%;
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(196, 1, 35, 0.9);
  font-size: 0.8em;
  text-align: center;
}

.ftr-top-brand {
  padding-top: 40px;
}

.txt-logo {
  display: inline-block;
  font-family: Oswald, sans-serif;
  font-size: 2em;
  line-height: 1.3em;
  text-transform: uppercase;
}

.ftr-brand {
  margin-bottom: 40px;
  color: #c40123;
}

.ftr-txt-link {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 1em;
  line-height: 80px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.ftr-25 {
  width: 25%;
  min-height: 200px;
  padding: 50px 40px;
}

.ftr-25.first {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 1, 35, 0.9)), to(rgba(196, 1, 35, 0.9)));
  background-image: linear-gradient(180deg, rgba(196, 1, 35, 0.9), rgba(196, 1, 35, 0.9));
}

.ftr-25.two {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 1, 35, 0.7)), to(rgba(196, 1, 35, 0.7)));
  background-image: linear-gradient(180deg, rgba(196, 1, 35, 0.7), rgba(196, 1, 35, 0.7));
}

.ftr-25.three {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 1, 35, 0.5)), to(rgba(196, 1, 35, 0.5)));
  background-image: linear-gradient(180deg, rgba(196, 1, 35, 0.5), rgba(196, 1, 35, 0.5));
}

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

.ftr-col.a-center {
  text-align: center;
}

.footer {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #051c2c;
  background-image: url('../images/footer-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.footer.cms-include {
  background-color: #ea0029;
  background-image: -webkit-gradient(linear, left top, right top, from(#ea0029), to(rgba(196, 1, 35, 0.6))), url('../images/footer-bg.jpg');
  background-image: linear-gradient(90deg, #ea0029, rgba(196, 1, 35, 0.6)), url('../images/footer-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ftr-link-li {
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-half-col {
  width: 50%;
  min-height: 10px;
}

.flex-col {
  position: relative;
  min-height: 20px;
  padding-right: 1.4%;
  padding-left: 1.4%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.flex-col.pad-in {
  padding-right: 2%;
  padding-left: 2%;
}

.flex-col.pad-in._50 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.pad-in._30 {
  width: 33.3333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col.pad-in._25 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col._50 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col._50.no-pad {
  padding-right: 0%;
  padding-left: 0%;
}

.flex-col._50.text-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-left: 0%;
  -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;
  -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;
}

.flex-col._50.b-100-ml.cnter {
  text-align: center;
}

.flex-col._30 {
  width: 33.3333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col._25 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-col._70 {
  width: 66.6666%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.flex-col.side-bar {
  width: 33.3333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.aside-text-card {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.aside-text-card.narrow {
  width: 100%;
  max-width: 60%;
}

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

.image-frame.cms-editable {
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.6);
}

.ffc-card-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: 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;
}

.ffc-ct-card {
  width: 60%;
}

.titular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6vh;
  -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-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;
  text-align: center;
}

.titular.a-left {
  -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;
  text-align: left;
}

.divider-titular {
  width: 100px;
  height: 4px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: #051c2c;
}

.divider-titular.more-contrast {
  background-color: #fed925;
}

.titular-label {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #0a2e48;
  font-size: 0.8em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.titular-label.fix-center {
  padding-left: 0px;
}

.color-card {
  min-height: 100px;
}

.color-card.color-1 {
  background-color: #ea0029;
}

.color-card.color-2 {
  background-color: #051c2c;
}

.color-card.color-3 {
  background-color: #fed925;
}

.color-card.color-4 {
  background-color: #bbb;
}

.color-card.color-1-l {
  min-height: 50px;
  background-color: #f7143c;
}

.color-card.color-1-d {
  min-height: 50px;
  background-color: #c40123;
}

.color-card.color-2-l {
  min-height: 50px;
  background-color: #0a2e48;
}

.color-card.color-2-d {
  min-height: 50px;
  background-color: #010e16;
}

.color-card.color-3-l {
  min-height: 50px;
  background-color: #ffdf45;
}

.color-card.color-3-d {
  min-height: 50px;
  background-color: #e7c313;
}

.color-card.color-4-l {
  min-height: 50px;
  background-color: #ddd;
}

.color-card.color-4-d {
  min-height: 50px;
  background-color: #a2a2a2;
}

.paleta-de-color {
  margin-bottom: 40px;
}

.titulo-color-1 {
  color: #ea0029;
  font-weight: 700;
}

.titulo-color-2 {
  color: #051c2c;
  font-weight: 700;
}

.desk-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.main-slider {
  height: 100%;
  background-color: transparent;
}

.ms-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: 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;
}

.ms-s-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/real-estate-demo.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/real-estate-demo.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.icon-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #ea0029;
  text-align: center;
}

.icon-card.h-icon-card {
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: left;
}

.ic-icon {
  width: 30%;
  min-height: 20px;
  margin-bottom: 30px;
}

.ic-icon.h-size {
  width: 20%;
}

.cta-titular {
  font-size: 4em;
  line-height: 0.8em;
  font-weight: 700;
  letter-spacing: -5px;
  text-transform: uppercase;
}

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

.fg-col {
  width: 25%;
  min-height: 10px;
  padding-right: 1%;
  padding-left: 1%;
}

.fg-col.tercio {
  width: 33.3333%;
  margin-bottom: 20px;
}

.ftr-titular {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
}

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

.lightbox-card {
  display: block;
  width: 33.3333%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.lightbox-card:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.fb13-col-1 {
  width: 30%;
  padding-right: 40px;
}

.fb13-col-3 {
  width: 70%;
  min-height: 100px;
}

.rt-bullets ul {
  padding-left: 10px;
  list-style-type: none;
}

.fb13-c3-f-3-col {
  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: 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;
}

.mov-tel {
  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-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;
}

.mov-tel.dark {
  color: #000;
}

.hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: 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;
  background-image: url('../images/zoom.svg'), radial-gradient(circle farthest-corner at 50% 50%, rgba(10, 46, 72, 0.5), rgba(5, 28, 44, 0.8));
  background-position: 50% 50%, 0px 0px;
  background-size: 40px, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}

.hover:hover {
  opacity: 1;
}

.side-blok-divider {
  height: 2px;
  margin-bottom: 20px;
  background-color: #e5e5e5;
}

.contact-form {
  position: relative;
}

.input {
  height: auto;
  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  background-color: #f4f4f4;
  -webkit-transform: skew(-6deg, 0deg);
  -ms-transform: skew(-6deg, 0deg);
  transform: skew(-6deg, 0deg);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1.1em;
  line-height: 2em;
}

.input:hover {
  border-bottom-color: #626262;
}

.input:focus {
  padding-left: 10px;
  border-bottom-color: #1924a3;
  background-color: #f4f4f4;
}

.input.text-area {
  min-height: 200px;
}

.contact-hdr {
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.telefonos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.gmap {
  height: 220px;
}

.address {
  padding: 10px 20px;
  color: #343434;
  font-size: 0.9em;
  font-style: normal;
}

.fw-col {
  position: relative;
  width: 100%;
  min-height: 20px;
  padding-right: 1px;
  padding-left: 1%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
  margin-left: -1%;
  -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;
}

.btn-enviar {
  padding: 15px 30px;
  float: right;
  background-color: #4bb92f;
  -webkit-transform: skew(-6deg, 0deg);
  -ms-transform: skew(-6deg, 0deg);
  transform: skew(-6deg, 0deg);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.btn-enviar:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.bloque {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.mapa {
  position: relative;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.side-col-card {
  color: #1924a3;
}

.half-col {
  width: 48%;
  min-height: 20px;
  margin-right: 1%;
  margin-left: 1%;
}

.link {
  color: #1924a3;
}

.amc-body {
  padding: 60px 30px 40px;
  color: #c40123;
  text-align: center;
}

.alert-blok {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: 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: #051c2c;
}

.amc-ftr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -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;
  background-color: #f3fdfc;
  font-size: 0.8em;
}

.amc-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 15px;
  -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;
  border-bottom: 1px solid #ececec;
  font-size: 1.2em;
  font-weight: 700;
}

.alert-modal-card {
  position: relative;
  overflow: hidden;
  max-width: 50%;
  min-width: 40%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 30px 30px -15px rgba(0, 0, 0, 0.7);
}

.secundary-text-smaller {
  margin-bottom: 30px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.post-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 30px 30px -15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #18316a;
  text-decoration: none;
}

.post-card:hover {
  box-shadow: 0 20px 15px -14px rgba(0, 0, 0, 0.3);
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.post-card-img {
  position: relative;
}

.pc-post-label {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 30px;
  padding: 12px 20px 12px 10px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #18316a;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
}

.post-card-body {
  padding: 20px 30px 10px;
}

.pc-date {
  margin-top: -6px;
  margin-bottom: 10px;
  color: #3f3f3f;
  font-size: 0.8em;
}

.pc-botonera {
  margin-top: 20px;
}

.theme-flex-card {
  position: relative;
  display: block;
  width: 33.3333%;
  height: auto;
  padding: 35px 4%;
  -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-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: #949cff;
  color: #fff;
  text-align: center;
}

.tfc-info {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.tfc-icon {
  width: 80px;
  margin-bottom: 20px;
}

.small {
  font-size: 0.8em;
  line-height: 1.7em;
}

.tfc-botonera {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-btn {
  padding-right: 20px;
  background-image: url('../images/arrow-left.svg');
  background-position: 100% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #18316a;
  font-size: 1em;
  line-height: 1.8em;
  text-decoration: none;
}

.tfc-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 72, 65, 0.6)), to(rgba(14, 72, 65, 0.6))), url('../images/base-1.gif');
  background-image: linear-gradient(180deg, rgba(14, 72, 65, 0.6), rgba(14, 72, 65, 0.6)), url('../images/base-1.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.a-card {
  position: relative;
  height: 40vh;
  margin-bottom: 60px;
  padding: 10px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.a-card:hover {
  border-color: #fff;
  background-color: #f6fdfd;
  box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.4);
  opacity: 1;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.v-wrpr-2 {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  margin-top: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.ac-wrpr {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.ac-icon {
  width: 60px;
  height: 60px;
}

.pc-name-label {
  color: #a7d52a;
  font-weight: 700;
  text-transform: uppercase;
}

.price-card {
  position: relative;
  overflow: hidden;
  width: 31.3333%;
  min-height: 200px;
  margin-right: 1%;
  margin-left: 1%;
  padding: 30px 30px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 30px 30px -15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.pc-price-label {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 3.4em;
  line-height: 1em;
  font-weight: 800;
}

.pc-divider {
  width: 200px;
  height: 4px;
  margin: 30px auto 40px;
  background-color: #a7d52a;
}

.pc-icon {
  width: 100px;
  margin-bottom: 20px;
}

.pc-text {
  margin-bottom: 10px;
  color: #4469b0;
}

.flex-fv {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: 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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ffv-col {
  width: 50%;
  background-color: #fafafa;
}

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

.ffv-col.text-side {
  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: 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-in {
  padding-top: 35vh;
  padding-bottom: 0vh;
  background-color: #ededed;
  background-image: url('../images/hero-in.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
}

.hero-in.driveways {
  background-image: url('../images/hero_2.jpg');
}

.hero-in.garage-h {
  background-image: url('../images/hero_3.jpg');
}

.hero-in.sidewalks-h {
  background-image: url('../images/hero_4.jpg');
}

.hero-in.steaps-h {
  background-image: url('../images/hero_5.jpg');
}

.hero-in.pilings-h {
  background-image: url('../images/hero_6.jpg');
}

.hero-in.snow-h {
  background-image: url('../images/hero_9.jpg');
}

.hero-in.flat {
  background-image: none;
}

.hero-in.our-pro {
  background-image: linear-gradient(55deg, rgba(234, 0, 41, 0.8), rgba(247, 20, 60, 0.32)), url('../images/bg-cta-truck.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-in.basement {
  background-image: url('../images/hero_1.jpg');
}

.hero-in.patios {
  background-image: url('../images/hero_7.jpg');
}

.hero-in.epoxy {
  background-image: url('../images/hero_8.jpg');
}

.flex-multi-card {
  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: 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;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.multy-link-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #ededed;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #3d3d3d;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.multy-link-card:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.mlc-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  background-color: #d1d1d1;
}

.big-color-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 40px 40px;
  -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-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: 10px;
  background-color: #ea0029;
  color: #fff;
  text-align: center;
}

.big-color-card.color-2 {
  background-color: #0a2e48;
}

.big-color-card.color-2.special {
  min-height: 550px;
}

.big-color-card.color-3 {
  background-color: #ddd;
  background-image: linear-gradient(144deg, #bbb, #ddd 51%, #a2a2a2);
  color: #051c2c;
}

.bbc-main-txt {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  line-height: 1em;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}

.bcc-sub {
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.4em;
}

.starter-blok {
  margin-bottom: 40px;
}

.sit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  background-color: #bbb;
}

.tabs-nav {
  margin-bottom: 10px;
  padding: 13px;
  border-radius: 6px;
  background-color: #f0f7f7;
}

.tab-btn {
  margin-right: 16px;
  border-radius: 4px;
  background-color: transparent;
  color: #051c2c;
  font-weight: 700;
}

.tab-btn.w--current {
  background-color: #051c2c;
  color: #fff;
}

.tabs-content {
  padding-top: 20px;
}

.fbpa {
  background-image: url('../images/concrete-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fbpa-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
}

.fbpa-card {
  width: 100%;
  max-width: 60%;
  padding: 40px 40px 30px;
  background-color: #fff;
  text-align: center;
}

.fbpa-c-m-content {
  margin-bottom: 40px;
}

.cookie-modal {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 60%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 16px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 4px;
  background-color: #f1f0d7;
  opacity: 1;
  font-size: 0.8em;
}

.cka-text {
  width: 100%;
  max-width: 70%;
  min-height: 45px;
  padding-left: 45px;
  background-image: url('../images/cookie.svg');
  background-position: 0% 0%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.cka-link {
  display: inline-block;
  color: #108ff1;
  font-weight: 700;
}

.cka-close {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/icons-sprite.svg');
  background-position: -20px 0px;
  background-size: 80px;
}

.menu-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-left: 0px;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 4px solid #f4f4f4;
  font-size: 1.03em;
}

.mr-platillo-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 40%;
  padding-right: 0px;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 1.3em;
  font-weight: 700;
}

.mr-divider {
  display: block;
  height: 1px;
  margin-top: 18px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px dashed #000;
}

.mr-preciador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-top: -12px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mr-ftr {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8em;
  line-height: 1.3em;
}

.mr-preciador-flex {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mr-precio {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.mr-p-top-text {
  position: relative;
  font-size: 0.6em;
  line-height: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
}

.mr-p-precio {
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1.2em;
  font-weight: 700;
}

.mr-p-bottom-text {
  font-size: 0.7em;
  line-height: 1.4em;
}

.mr-p-t-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #bbb;
}

.mr-p-t-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sub-titular {
  width: 30%;
  padding-bottom: 10px;
  padding-left: 40px;
  color: #3d3d3d;
  font-size: 0.9em;
  text-align: left;
}

.sub-titular.fix {
  padding-left: 0px;
  text-align: center;
}

.st-text-help {
  margin-top: -10px;
  font-size: 1em;
}

.menu-icons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-top: 1px dashed #ededed;
}

.mic-icon-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -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;
  font-size: 0.8em;
}

.menu-alert {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  border-radius: 4px;
  text-align: left;
}

.menu-alert.flat {
  padding: 0px;
  border-style: none;
}

.menu-help-text {
  margin-top: -8px;
  color: #888;
  font-style: italic;
}

.agrupar {
  margin-bottom: 8px;
}

.menu-banner {
  margin-bottom: 40px;
  padding: 40px;
  background-color: #fafafa;
}

.menu-banner-link {
  display: block;
  min-height: 100px;
  background-color: #fff;
}

.fic-brief {
  width: 100%;
  max-width: 60%;
  min-height: 50px;
  color: #fff;
  text-align: center;
}

.rectangle-card {
  position: relative;
  width: 65.6666%;
  min-height: 36vh;
  margin-right: 0.5%;
  margin-bottom: 10px;
  margin-left: 0.5%;
  background-color: #fafafa;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.rectangle-card:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.card-property-label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #e76f51;
  font-family: Montserrat, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}

.full-shade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.card-property-title {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
}

.square-card {
  position: relative;
  width: 32.3333%;
  min-height: 36vh;
  margin-right: 0.5%;
  margin-left: 0.5%;
  background-color: #fafafa;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.square-card:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

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

.full-info-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.recent-properties {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-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;
}

.menu-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -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: 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;
  font-size: 1.3em;
}

.menu-flex-grid {
  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-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;
}

.mfg-50 {
  width: 100%;
  max-width: 50%;
  min-height: 100px;
  margin-top: -15px;
  margin-bottom: 5%;
  padding-right: 1%;
  padding-left: 1%;
}

.rt-menu {
  font-size: 1.1em;
}

.rt-menu h2 {
  display: none;
}

.rt-menu h3 {
  display: none;
}

.rt-menu ul {
  padding-left: 30px;
  line-height: 1.4em;
}

.rt-menu li {
  margin-bottom: 4px;
}

.mfg-100 {
  width: 100%;
  min-height: 100px;
}

.main-scroll-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: block;
  height: 80px;
  background-color: #0a2e48;
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.messenger-bar {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  height: auto;
  margin-right: 4vh;
  margin-bottom: 2vw;
}

.messenger-btn {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px none #000;
  border-radius: 25px;
  background-color: #25d366;
  background-image: url('../images/whatsapp-icon.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.call-btn {
  display: inline-block;
  min-height: 30px;
  margin-bottom: 10px;
  padding: 2px 20px 2px 44px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ea0029;
  background-image: url('../images/tel-ico-w.svg');
  background-position: 14px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 35px;
  font-weight: 700;
  text-decoration: none;
}

.call-btn.whatsapp {
  background-color: #25d366;
  background-image: url('../images/whatsapp-w.svg');
}

.active-ico {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-right: 2px;
  border-radius: 5px;
  background-color: #fc0d1b;
}

.testimonial-card {
  display: block;
  margin-bottom: 20px;
  padding: 25px 40px;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 12px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(74%, #fff), to(#ececec));
  background-image: linear-gradient(0deg, #fff 74%, #ececec);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.5);
  text-align: left;
}

.q-author {
  position: relative;
  display: block;
  overflow: hidden;
  width: 40px;
  margin-right: 20px;
  border-radius: 30px;
}

.tc-hdr {
  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-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;
}

.tc-author-date {
  padding-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #888;
  font-size: 0.8em;
  line-height: 1.5em;
}

.author-name {
  color: #010101;
  font-size: 1.1em;
  font-weight: 700;
}

.qc-stars {
  display: block;
  width: 80px;
  min-height: 10px;
  margin-top: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.accordion {
  position: relative;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffebdb;
  border-radius: 4px;
}

.acc-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #010e16;
  font-size: 1.1em;
  font-weight: 700;
}

.acc-hdr:hover {
  background-color: #fffbf7;
}

.acc-content {
  overflow: hidden;
  height: 0px;
  background-color: #fffbf8;
}

.acc-body {
  padding: 30px;
}

.acc-seter {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #051c2c;
}

.sys-flex-demo-card {
  position: relative;
  min-height: 25vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f4f4f4;
}

.sys-flex-demo-card.color-1 {
  background-color: #c40123;
}

.sys-flex-demo-card.body-color {
  background-color: transparent;
  color: #010101;
}

.sys-flex-demo-card.color-2 {
  background-color: #051c2c;
}

.sys-flex-demo-card.color-3 {
  background-color: #fed925;
}

.sys-flex-demo-card.color-4 {
  background-color: #bbb;
}

.sys-flex-demo-card.cuarto {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sys-flex-demo-card.cuarto.body-color {
  color: #3d3d3d;
}

.sys-flex-demo-card.cuarto.color-1 {
  color: #fff;
}

.sys-flex-demo-card.cuarto.color-2 {
  color: #ea0029;
}

.sys-flex-demo-card.cuarto.color-3 {
  color: #ea0029;
}

.fwh-center-flex-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: 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;
}

.sys-frame {
  position: relative;
  left: 0%;
  right: 0%;
  width: 60%;
  min-height: 100px;
  margin: 4em auto;
}

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

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

.side-blok {
  margin-bottom: 40px;
}

.sid-eblok-title {
  margin-bottom: 8px;
  color: #ea0029;
  font-weight: 700;
  text-transform: uppercase;
}

.map-blok {
  display: block;
  border: 1px solid #f4f4f4;
}

.bold {
  font-weight: 700;
}

.ic-content.h-size {
  width: 80%;
  padding-left: 15px;
}

.bullets-text-block {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.bullet-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.bt-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.bt-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1-hero {
  font-size: 20px;
  line-height: 1.4em;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-right: 4%;
  padding-left: 4%;
  -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;
}

.hero-bottom {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.fixed-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-leyend {
  width: 550px;
  margin-left: 3vw;
  color: #fff;
  text-align: center;
}

.hero-image-hldr {
  width: 50%;
  min-height: 40px;
  opacity: 0;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.crew-mega-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100%;
}

.crew-mega-menu.show {
  display: block;
}

.cmm-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0px 40px 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 14, 22, 0.9)), to(rgba(2, 14, 22, 0.9))), url('../images/concrete-bg.jpg');
  background-image: linear-gradient(180deg, rgba(2, 14, 22, 0.9), rgba(2, 14, 22, 0.9)), url('../images/concrete-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.cmm-content.show {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mn-service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f4f4f4;
  background-image: url('../images/concrete-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: padding-bottom 200ms ease-in-out;
  transition: padding-bottom 200ms ease-in-out;
  color: #fff;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.mn-service-card:hover {
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(247, 20, 60, 0)), to(#ea0029)), url('../images/concrete-bg.jpg');
  background-image: linear-gradient(180deg, rgba(247, 20, 60, 0) 55%, #ea0029), url('../images/concrete-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.mn-service-card.last {
  height: 14vh;
}

.mn-service-card.bassements {
  background-image: url('../images/nav-image.jpg');
  background-size: cover;
  -webkit-transition-property: padding-bottom;
  transition-property: padding-bottom;
}

.mn-service-card.bassements:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(247, 20, 60, 0)), to(#ea0029)), url('../images/nav-image.jpg');
  background-image: linear-gradient(180deg, rgba(247, 20, 60, 0) 55%, #ea0029), url('../images/nav-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn-service-card.side-link {
  height: 9vh;
  margin-bottom: 0px;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 1.3em;
}

.mn-service-card.side-link.last {
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.mn-service-card.side-link.last:hover {
  padding-bottom: 40px;
}

.mn-service-card.side-link.washing {
  background-image: url('../images/hero_6.jpg');
}

.mn-service-card.side-link.washing:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(247, 20, 60, 0)), to(#ea0029)), url('../images/hero_6.jpg');
  background-image: linear-gradient(180deg, rgba(247, 20, 60, 0) 55%, #ea0029), url('../images/hero_6.jpg');
  background-size: auto, cover;
}

.mn-service-card.side-link.epoxy {
  background-image: url('../images/hero_8.jpg');
}

.mn-service-card.side-link.epoxy:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(247, 20, 60, 0)), to(#ea0029)), url('../images/hero_8.jpg');
  background-image: linear-gradient(180deg, rgba(247, 20, 60, 0) 55%, #ea0029), url('../images/hero_8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn-service-card.side-link.snow {
  background-image: url('../images/hero_9.jpg');
}

.mn-service-card.side-link.snow:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(247, 20, 60, 0)), to(#ea0029)), url('../images/hero_9.jpg');
  background-image: linear-gradient(180deg, rgba(247, 20, 60, 0) 55%, #ea0029), url('../images/hero_9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn-service-card.driveways {
  background-image: url('../images/bg-nav.jpg');
}

.mn-service-card.driveways:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(247, 20, 60, 0)), to(#ea0029)), url('../images/bg-nav.jpg');
  background-image: linear-gradient(180deg, rgba(247, 20, 60, 0) 55%, #ea0029), url('../images/bg-nav.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn-service-card.garage {
  background-image: url('../images/bg-nav_1.jpg');
}

.mn-service-card.garage:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(247, 20, 60, 0)), to(#ea0029)), url('../images/bg-nav_1.jpg');
  background-image: linear-gradient(180deg, rgba(247, 20, 60, 0) 55%, #ea0029), url('../images/bg-nav_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn-service-card.sidewalks {
  background-image: url('../images/bg-nav_2.jpg');
}

.mn-service-card.sidewalks:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(247, 20, 60, 0)), to(#ea0029)), url('../images/bg-nav_2.jpg');
  background-image: linear-gradient(180deg, rgba(247, 20, 60, 0) 55%, #ea0029), url('../images/bg-nav_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn-service-card.steaps {
  background-image: url('../images/bg-nav_3.jpg');
}

.mn-service-card.steaps:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(247, 20, 60, 0)), to(#ea0029)), url('../images/bg-nav_3.jpg');
  background-image: linear-gradient(180deg, rgba(247, 20, 60, 0) 55%, #ea0029), url('../images/bg-nav_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mn-service-card.patios {
  background-image: url('../images/bg-nav_4.jpg');
}

.mn-service-card.patios:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(247, 20, 60, 0)), to(#ea0029)), url('../images/bg-nav_4.jpg');
  background-image: linear-gradient(180deg, rgba(247, 20, 60, 0) 55%, #ea0029), url('../images/bg-nav_4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-big-logo {
  width: 550px;
  margin-bottom: 40px;
}

.intro-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 15% 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(5, 28, 44, 0.9);
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}

.scroll-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #051c2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a2e48), to(#051c2c));
  background-image: linear-gradient(180deg, #0a2e48, #051c2c);
}

.hamburguer {
  width: 30px;
  height: 30px;
}

.mov-cta {
  display: none;
}

.logo-hldr {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin-bottom: -40px;
  padding-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.h2-title {
  display: inline-block;
  padding: 10px 20px;
  border-left: 20px solid #fed925;
  background-color: #ea0029;
  -webkit-transform: skew(-6deg, 0deg);
  -ms-transform: skew(-6deg, 0deg);
  transform: skew(-6deg, 0deg);
  color: #fff;
  font-size: 2.5em;
  font-weight: 800;
}

.specialize {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: #d1d1d1;
  background-image: linear-gradient(40deg, rgba(5, 28, 44, 0.9) 15%, rgba(10, 46, 72, 0) 65%), url('../images/hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: skew(2deg, 0deg);
  -ms-transform: skew(2deg, 0deg);
  transform: skew(2deg, 0deg);
}

.specialize-tt {
  position: relative;
  left: -10px;
  margin-bottom: 40px;
  padding: 6px 10px 6px 10%;
  background-color: #fed925;
  -webkit-transform: skew(-6deg, 0deg);
  -ms-transform: skew(-6deg, 0deg);
  transform: skew(-6deg, 0deg);
  color: #051c2c;
  font-size: 1.9em;
  font-style: normal;
}

.botonera-text {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.sc-content {
  position: relative;
  padding: 30px 34px 20px;
  background-color: #051c2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a2e48), to(#051c2c));
  background-image: linear-gradient(180deg, #0a2e48, #051c2c);
  color: #fff;
}

.sc-pleca {
  position: absolute;
  left: 0%;
  top: -10px;
  right: auto;
  bottom: auto;
  width: 80%;
  height: 20px;
  background-color: #ea0029;
}

.ow-flex-col-a {
  width: 40%;
  min-height: 200px;
}

.ow-title {
  margin-bottom: 6vh;
  padding-top: 10vh;
  padding-right: 30%;
}

.ow-h2-title {
  font-size: 3.4em;
  line-height: 0.9em;
  font-style: italic;
}

.ow-lightbox {
  position: relative;
  display: block;
}

.wc-brief {
  width: 65%;
  padding-top: 20px;
  padding-left: 40px;
  color: hsla(0, 0%, 100%, 0.66);
  font-size: 0.9em;
}

.ow-flex-col-b {
  padding-left: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-two {
  position: relative;
  top: -60px;
  margin-bottom: 0px;
}

.cta-truck {
  position: relative;
  top: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 70%;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #ea0029;
  background-image: url('../images/bg-cta-truck.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 40px 80px -30px #71091b;
}

.cta-t-info-hldr {
  width: 50%;
  padding-left: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-t-img {
  width: 55%;
  min-height: 20px;
}

.get-a-estimate {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 2.6vw;
  line-height: 1em;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -1px;
}

.call-now {
  font-family: Poppins, sans-serif;
  color: #fed925;
  font-size: 4vw;
  line-height: 0.8em;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -3px;
}

.truck-1 {
  position: relative;
  right: -80px;
  width: 106%;
  max-width: none;
}

.call-link {
  color: #fed925;
}

.q-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  background-color: #ededed;
}

.cta-leyend-card {
  width: 40%;
  text-align: left;
}

.footer-sign {
  margin-top: 20px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 0.7em;
  line-height: 1.4em;
}

.ghost-tt {
  width: 100%;
  height: 32px;
  margin-bottom: 20px;
}

.ftr-hldr-tt {
  width: 100%;
}

.ftr-50 {
  width: 50%;
  padding: 50px 40px;
  border-right: 1px solid rgba(158, 3, 30, 0.7);
  border-left: 1px solid rgba(158, 3, 30, 0.7);
}

.movile-section-nav {
  display: none;
}

.hero-subtitle {
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 600;
}

.h1-hero-in {
  margin-bottom: 10px;
  font-style: normal;
}

.st-contet {
  font-size: 1.2em;
  line-height: 1.6em;
}

.steap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  border-style: solid;
  border-width: 6px;
  border-color: #ea0029;
  -webkit-transform: skew(-6deg, 0deg);
  -ms-transform: skew(-6deg, 0deg);
  transform: skew(-6deg, 0deg);
  font-size: 3em;
  line-height: 1.4em;
  font-weight: 700;
}

.steaps-tt {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 900;
}

.steaps-blk {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.steap-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  background-color: #ededed;
}

.steap-row.red-one {
  background-color: #ea0029;
}

.steap-row.dark-one {
  background-color: #051c2c;
}

.steap-row.yellow-one {
  background-color: #fed925;
  color: #051c2c;
}

.steap-number {
  font-family: Montserrat, sans-serif;
  color: #ff3054;
  font-size: 20em;
  line-height: 100%;
  font-weight: 700;
}

.steap-number.dark {
  color: #0a2e48;
}

.steap-number.yellow {
  color: #e7c313;
}

.steap-card {
  position: absolute;
  width: 300px;
  color: #fff;
  text-align: center;
}

.steap-card.dark {
  color: #051c2c;
}

.how-tt {
  height: 0px;
  margin-top: -60px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 3.6em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -12px;
}

.how-work-tt {
  position: relative;
  top: -50px;
  z-index: 1;
  margin-bottom: 0px;
  background-image: linear-gradient(132deg, #fed925, #f7143c);
  color: hsla(0, 0%, 70.2%, 0.53);
  line-height: 76%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.finishes-card {
  position: relative;
  height: auto;
  margin-bottom: 40px;
  background-color: #051c2c;
}

.fc-image {
  position: relative;
  z-index: 0;
}

.fc-brief {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  margin-top: -159px;
  padding: 120px 30px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 46, 72, 0)), color-stop(19%, rgba(8, 37, 58, 0.65)), color-stop(39%, #051c2c));
  background-image: linear-gradient(180deg, rgba(10, 46, 72, 0), rgba(8, 37, 58, 0.65) 19%, #051c2c 39%);
  color: #fff;
}

.cta-card {
  width: 800px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.politics-hldr {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(1, 1, 1, 0.09);
  font-size: 0.8em;
  text-align: center;
}

.policy-link {
  color: #fed925;
}

.icon-btn-link {
  display: inline-block;
  margin-bottom: 10px;
}

.ibl-flex-hldr {
  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-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;
  color: #fed925;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.ibl-fh-icon {
  width: 30px;
  height: 30px;
}

.ibl-fh-icon.tel {
  padding: 4px;
  border-radius: 15px;
  background-color: #fed925;
}

.ibl-fh-link-text {
  padding-left: 8px;
  color: #fed925;
  font-size: 1em;
  line-height: 100%;
  text-decoration: none;
}

.pro-lightbox {
  position: relative;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.pro-lightbox:hover {
  z-index: 1;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.call-now-action {
  position: relative;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.call-now-btn {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100px;
  height: 100px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.nh-section {
  padding-top: 18vh;
  padding-bottom: 10vh;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.5%, 0)), color-stop(35%, #fff)), url('../images/bg-textured-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.5%, 0), #fff 35%), url('../images/bg-textured-1.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.title-two {
  margin-bottom: 60px;
  text-align: center;
}

.fw-section {
  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: 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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
}

.fw-alternative-header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 5%;
  padding-left: 5%;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#fff));
  background-image: linear-gradient(180deg, #f4f4f4, #fff);
}

.form-col {
  width: 70%;
  padding: 16vh 10vw 10vh;
}

.info-col {
  width: 30%;
  padding: 16vh 3vw 10vh;
  background-color: #fafafa;
}

.select {
  height: 50px;
}

.side-btn {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #888;
  font-style: italic;
}

.side-btn:hover {
  color: #ea0029;
  font-weight: 600;
  text-decoration: underline;
}

.text-label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 8px;
  background-color: #ea0029;
  -webkit-transform: skew(-6deg, 0deg);
  -ms-transform: skew(-6deg, 0deg);
  transform: skew(-6deg, 0deg);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.spacer {
  height: 120px;
}

.about-section {
  padding-top: 22vh;
  padding-bottom: 10vh;
  background-color: #fff;
  background-image: url('../images/white-bg-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #5b6872;
}

.us-h1 {
  margin-bottom: 30px;
  color: #0a2e48;
  line-height: 1.2em;
  font-style: normal;
  text-transform: none;
}

.us-secundary-text {
  margin-bottom: 20px;
  color: #2a4354;
  font-size: 1.3em;
  line-height: 1.6em;
}

.video-frame {
  width: 80%;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.video-lb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.6);
}

.us-rt {
  color: #2a4354;
  font-size: 1.3em;
  line-height: 1.6em;
}

.us-center-image {
  width: 90%;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/our-work.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  font-size: 2em;
  font-weight: 700;
}

.secundary-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  padding-left: 20px;
  -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;
}

.rt-li-preciador {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
}

.rt-li-preciador ul {
  padding-left: 0px;
}

.rt-li-preciador li {
  margin-bottom: 5px;
  font-size: 1.1em;
}

.mn-clse {
  display: none;
}

.mm-apparence {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gallery-pro {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.super-hero {
  display: inline-block;
  width: 300px;
}

.link-2 {
  color: #fed925;
}

html.w-mod-js *[data-ix="logo-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40%);
  -ms-transform: translate(0px, -40%);
  transform: translate(0px, -40%);
}

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.4em;
  }

  .wrpr {
    max-width: 90%;
  }

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

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

  .wrpr.master-flex {
    max-width: 86%;
  }

  .wrpr.full-widht.master-flex.stretch.fix-vh {
    max-width: 100%;
  }

  .section.full-flex-content {
    height: auto;
    min-height: auto;
  }

  .brand.small {
    width: 160px;
  }

  .brand.on-modal-nav {
    width: 180px;
  }

  .desk-nav {
    display: none;
  }

  .mov-nav {
    display: block;
  }

  .brgr {
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url('../images/icons-sprite_1.svg');
    background-position: -80px 0px;
    background-size: 160px;
  }

  .nav-btn {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 0.7em;
  }

  .nav-btn.cta.on-mov-nav {
    padding-right: 22px;
    padding-left: 22px;
    background-color: #fed925;
    color: #051c2c;
    font-size: 0.9em;
  }

  .nav-btn.on-mov {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1em;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0px;
  }

  .nav-btn.on-mov:hover {
    color: #850017;
  }

  .movile-nav.show {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .mn-c-hdr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -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;
  }

  .secundary-text {
    font-size: 2.4vw;
  }

  .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .close {
    display: block;
    width: 40px;
    height: 40px;
    padding: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -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: 20px;
    background-color: #fff;
  }

  .flex-col {
    min-height: 200px;
  }

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

  .flex-col._30.fix-mov {
    width: 100.3333%;
  }

  .aside-text-card {
    font-size: 0.8em;
  }

  .ffc-card-text {
    position: relative;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .fg-col {
    width: 50%;
  }

  .pc-time-label {
    font-size: 0.9em;
  }

  .pc-name-label {
    font-size: 0.9em;
  }

  .price-card {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pc-price-label {
    font-size: 2.2em;
  }

  .pc-text {
    font-size: 0.8em;
  }

  .hero-in {
    padding-top: 20vh;
  }

  .multy-link-card {
    width: 33.3333%;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mlc-icon {
    margin-right: 10px;
  }

  .big-color-card {
    padding-right: 19px;
    padding-left: 19px;
  }

  .bbc-main-txt {
    font-size: 1.4em;
  }

  .fbpa-container {
    max-width: 70%;
  }

  .cookie-modal {
    z-index: 1000;
    max-width: 80%;
  }

  .sub-titular {
    width: 50%;
  }

  .rectangle-card {
    min-height: 30vh;
  }

  .square-card {
    min-height: 30vh;
  }

  .menu-flex-row {
    font-size: 1.16em;
  }

  .mfg-50 {
    max-width: 100%;
  }

  .h1-hero {
    font-size: 2vw;
    line-height: 1.1em;
  }

  .hero-top {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 4vh;
  }

  .hero-bottom {
    padding-top: 0vh;
  }

  .hero-leyend {
    width: 55%;
    margin-left: 0vw;
  }

  .hero-image-hldr {
    width: 45%;
  }

  .mn-service-card {
    width: 33.3333%;
    height: 140px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.3em;
  }

  .mn-service-card:hover {
    padding-bottom: 30px;
  }

  .mn-service-card.last {
    width: 50%;
  }

  .mn-service-card.side-link {
    width: 33.3333%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2em;
    text-align: center;
  }

  .mn-service-card.fix {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mn-service-card.sidewalks {
    width: 33.3333%;
  }

  .mn-service-card.steaps {
    width: 33.3333%;
  }

  .mm-triger.burger {
    width: 40px;
    height: 40px;
  }

  .hero-big-logo {
    width: 100%;
    margin-left: 0%;
  }

  .intro-banner {
    height: auto;
    padding: 50px 8%;
  }

  .hamburguer {
    width: 40px;
    height: 40px;
  }

  .mov-cta {
    display: block;
  }

  .logo-hldr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 28px;
    padding-left: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .specialize-tt {
    font-size: 1.7em;
  }

  .ow-title {
    padding-right: 15%;
  }

  .ow-h2-title {
    font-size: 3em;
  }

  .movile-section-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 50px 20px 20px;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #ea0029;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a2001c), to(#ea0029));
    background-image: linear-gradient(180deg, #a2001c, #ea0029);
  }

  .hero-subtitle {
    font-size: 1.2em;
  }

  .steap-card {
    width: 70%;
    font-size: 0.7em;
  }

  .how-work-tt {
    font-size: 2em;
  }

  .fc-brief {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 46, 72, 0)), color-stop(18%, rgba(8, 37, 58, 0.65)), color-stop(32%, #051c2c));
    background-image: linear-gradient(180deg, rgba(10, 46, 72, 0), rgba(8, 37, 58, 0.65) 18%, #051c2c 32%);
    font-size: 0.8em;
  }

  .form-col {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .text-label {
    font-size: 0.9em;
  }

  .video-frame {
    width: 90%;
    margin-top: 40px;
  }

  .us-center-image {
    width: 100%;
    height: 360px;
    margin-bottom: 40px;
  }

  .secundary-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    padding-top: 20px;
    padding-left: 0px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .mn-clse {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.6em;
  }

  h2 {
    font-size: 2em;
  }

  h4 {
    margin-bottom: 8px;
  }

  p {
    font-size: 0.8em;
  }

  blockquote {
    font-size: 0.9em;
  }

  .wrpr {
    max-width: 90%;
  }

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

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

  .wrpr.v-flex {
    -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;
    text-align: center;
  }

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

  .section.cta-call-now {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .desk-nav {
    display: none;
  }

  .mov-nav {
    display: block;
  }

  .brgr {
    display: block;
    background-image: none;
  }

  .nav-btn.cta.on-mov-nav {
    margin-left: 0px;
    padding-right: 22px;
    padding-left: 22px;
    background-color: #ea0029;
    color: #fff;
    font-size: 0.9em;
  }

  .nav-btn.on-mov {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mn-card {
    width: 60%;
  }

  .hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(54%, rgba(50, 50, 50, 0))), url('../images/concrete-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(50, 50, 50, 0) 54%), url('../images/concrete-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-card {
    width: 70%;
    font-size: 0.7em;
  }

  .secundary-text {
    font-size: 1.3em;
    line-height: 1.2em;
  }

  .btn {
    margin-bottom: 12px;
  }

  .ftr-25 {
    width: 100%;
  }

  .flex-col {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flex-col.bg-side {
    min-height: 360px;
  }

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

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

  .flex-col._50 {
    min-height: 10px;
  }

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

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

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

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

  .flex-col.side-bar {
    width: 100%;
  }

  .aside-text-card {
    margin-bottom: 40px;
  }

  .image-frame {
    margin-bottom: 40px;
  }

  .ffc-ct-card {
    width: 80%;
  }

  .titular-label {
    padding-left: 0px;
  }

  .cta-titular {
    font-size: 3em;
  }

  .fg-col.tercio {
    width: 50%;
  }

  .lightbox-card {
    width: 50%;
    margin-bottom: 5px;
  }

  .mov-btn {
    display: block;
    margin-bottom: 5px;
    background-color: transparent;
    color: #ea0029;
    font-size: 1.2em;
    line-height: 2em;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .contact-form {
    margin-bottom: 80px;
    padding-right: 0em;
  }

  .btn-enviar {
    width: 100%;
  }

  .alert-modal-card {
    max-width: 70%;
    min-width: 60%;
  }

  .secundary-text-smaller {
    font-size: 1em;
  }

  .theme-flex-card {
    width: 50%;
  }

  .a-card {
    margin-bottom: 40px;
  }

  .pc-time-label {
    font-size: 0.8em;
  }

  .pc-name-label {
    font-size: 0.8em;
  }

  .pc-price-label {
    font-size: 1.8em;
  }

  .pc-icon {
    margin-bottom: 10px;
  }

  .multy-link-card {
    width: 50%;
  }

  .fbpa-container {
    max-width: 100%;
  }

  .cookie-modal {
    max-width: 90%;
    font-size: 0.7em;
    line-height: 1.3em;
  }

  .cka-text {
    max-width: 80%;
  }

  .sub-titular {
    width: 100%;
    padding-left: 0px;
  }

  .menu-alert {
    font-size: 0.8em;
  }

  .rectangle-card {
    width: 49%;
  }

  .square-card {
    width: 49%;
    margin-bottom: 10px;
  }

  .square-card.last {
    width: 100%;
  }

  .mfg-50 {
    max-width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .rt-menu {
    font-size: 1em;
  }

  .testimonial-card {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .q-author {
    margin-right: 10px;
  }

  .h1-hero {
    font-size: 1em;
  }

  .hero-top {
    padding-top: 4vh;
    padding-bottom: 0vh;
  }

  .hero-bottom {
    position: relative;
    top: -58px;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .hero-leyend {
    width: 100%;
  }

  .hero-image-hldr {
    width: 100%;
  }

  .cmm-content.show {
    height: auto;
    padding: 30px;
  }

  .mn-service-card {
    width: 33.3333%;
    height: 180px;
    padding-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.3em;
  }

  .mn-service-card:hover {
    padding-bottom: 30px;
  }

  .mn-service-card.last {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mm-triger.burger {
    width: 40px;
    height: 40px;
  }

  .hero-big-logo {
    width: 90%;
    margin-left: 0%;
  }

  .intro-banner {
    height: auto;
    padding: 40px 8%;
  }

  .hamburguer {
    width: 40px;
    height: 40px;
  }

  .mov-cta {
    display: block;
  }

  .specialize-tt {
    font-size: 1.5em;
  }

  .ow-flex-col-a {
    width: 1000%;
  }

  .ow-title {
    padding-top: 5vh;
    padding-right: 0%;
    text-align: center;
  }

  .ow-h2-title {
    font-size: 3em;
  }

  .work-card-one {
    margin-bottom: 60px;
  }

  .wc-brief {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }

  .ow-flex-col-b {
    padding-left: 0%;
  }

  .card-two {
    top: 0px;
  }

  .cta-truck {
    top: 0px;
    max-width: 80%;
    box-shadow: 0 30px 60px -15px #71091b;
  }

  .cta-t-info-hldr {
    padding-left: 30px;
  }

  .truck-1 {
    right: -30px;
  }

  .cta-leyend-card {
    width: 70%;
  }

  .ftr-50 {
    width: 100%;
  }

  .steap-row {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .steap-number {
    font-size: 15em;
  }

  .steap-card {
    line-height: 1.3em;
  }

  .how-work-tt {
    top: -29px;
    font-size: 1.4em;
  }

  .fc-brief {
    font-size: 0.9em;
  }

  .form-col {
    width: 100%;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .info-col {
    width: 100%;
    padding: 4vh 8vw;
  }

  .about-section {
    padding-top: 14vh;
  }

  .us-h1 {
    font-size: 1.8em;
  }

  .us-secundary-text {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    margin-bottom: 10px;
  }

  .wrpr {
    max-width: 92%;
  }

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

  .wrpr.master-flex {
    max-width: 92%;
  }

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

  .section.gris {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.gris.intro-blok {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section.gris.packages {
    padding-bottom: 5vh;
  }

  .section.cta-call-now {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .brand.on-modal-nav {
    width: 120px;
  }

  .icon-btn {
    display: block;
  }

  .ib-flex-hldr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-btn.on-mov {
    font-size: 0.9em;
  }

  .movile-nav {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .mn-card {
    width: 80%;
  }

  .hero-card {
    width: 100%;
    padding: 15px 15px 15px 20px;
    text-align: left;
  }

  .secundary-text {
    font-size: 1.1em;
  }

  .botonera {
    margin-top: 1em;
  }

  .botonera.a-center {
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .btn {
    display: block;
    width: 100%;
    margin-right: 0px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .btn.text-only {
    width: auto;
    margin-bottom: 0px;
  }

  .txt-logo {
    font-size: 1.7em;
  }

  .ftr-25 {
    width: 100%;
    padding: 20px 30px;
  }

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

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

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

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

  .ffc-ct-card {
    width: 92%;
  }

  .titular {
    margin-bottom: 4vh;
  }

  .cta-titular {
    font-size: 2.4em;
    letter-spacing: -2px;
  }

  .fg-col {
    width: 100%;
  }

  .fg-col.tercio {
    width: 100%;
  }

  .lightbox-card {
    width: 100%;
  }

  .fb13-col-1 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .fb13-col-3 {
    width: 100%;
  }

  .input {
    margin-bottom: 20px;
  }

  .amc-body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .amc-ftr {
    padding: 20px;
  }

  .amc-hdr {
    padding: 15px 20px;
    font-size: 1em;
  }

  .alert-modal-card {
    max-width: 90%;
    min-width: 80%;
  }

  .theme-flex-card {
    width: 100%;
  }

  .price-card {
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .pc-price-label {
    font-size: 2.5em;
  }

  .multy-link-card {
    padding: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .mlc-icon {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .big-color-card {
    margin-bottom: 40px;
  }

  .fbpa-card {
    max-width: 80%;
    padding: 30px 30px 20px;
  }

  .menu-row {
    font-size: 0.7em;
  }

  .mr-platillo-title {
    max-width: 38%;
  }

  .mr-divider {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5 auto;
    -ms-flex: 1.5 auto;
    flex: 1.5 auto;
  }

  .mr-preciador {
    width: 140px;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mr-ftr {
    padding-bottom: 0px;
    font-size: 1em;
  }

  .mr-precio {
    width: 70px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .mr-p-t-icon {
    display: none;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .mr-p-t-text {
    padding-right: 5px;
  }

  .sub-titular {
    font-size: 0.7em;
    line-height: 1.3em;
  }

  .st-text-help {
    font-size: 0.8em;
    line-height: 1.4em;
  }

  .rectangle-card {
    width: 100%;
    min-height: 200px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .square-card {
    width: 100%;
    min-height: 200px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .menu-flex-row {
    font-size: 1.2em;
  }

  .call-btn {
    width: 30px;
    height: 30px;
    padding-right: 5px;
    padding-left: 5px;
    background-position: 50% 50%;
    background-size: 25px;
  }

  .cb-txt {
    display: none;
  }

  .sys-frame {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .cmm-content {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .cmm-content.show {
    padding: 20px;
  }

  .mn-service-card {
    width: 50%;
    height: 80px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1em;
  }

  .mn-service-card:hover {
    padding-bottom: 0px;
  }

  .mn-service-card.last {
    height: 80px;
  }

  .mn-service-card.side-link {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 1em;
    line-height: 1.1em;
  }

  .mn-service-card.sidewalks {
    width: 50%;
  }

  .mn-service-card.steaps {
    width: 50%;
  }

  .hero-big-logo {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .logo-hldr {
    margin-bottom: -20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2-title {
    margin-bottom: 10px;
    padding: 6px 10px;
    border-left-width: 10px;
    font-size: 1.6em;
  }

  .sc-content {
    font-size: 0.9em;
  }

  .ow-h2-title {
    font-size: 2.4em;
  }

  .cta-truck {
    top: 0px;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .cta-t-info-hldr {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cta-t-img {
    width: 100%;
  }

  .truck-1 {
    right: 0px;
    width: 120%;
    margin-left: -10%;
  }

  .cta-leyend-card {
    width: 100%;
    text-align: center;
  }

  .ftr-50 {
    width: 100%;
    padding: 30px 30px 20px;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: rgba(158, 3, 30, 0.7);
    border-bottom-width: 1px;
    border-bottom-color: rgba(158, 3, 30, 0.7);
  }

  .movile-section-nav {
    padding-top: 20px;
  }

  .steap-row {
    width: 100%;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .steap-number {
    font-size: 12em;
  }

  .how-work-tt {
    top: -16px;
    font-size: 0.8em;
    letter-spacing: -6px;
  }

  .fc-brief {
    font-size: 1em;
  }

  .spacer {
    height: 40px;
  }

  .about-section {
    padding-bottom: 6vh;
  }

  .us-h1 {
    font-size: 1.6em;
  }

  .super-hero {
    width: 150px;
  }
}

