@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Maven+Pro");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 @mixin ========================================================================= */
/**
  Correct the line height in all browsers.
  Prevent adjustments of font size after orientation changes in
  IE on Windows Phone and in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
 @mixin ========================================================================= */
/**
  Remove the margin in all browsers (opinionated). */
body {
  margin: 0; }

/**
  Add the correct display in IE 9-. */
article, aside, footer, header, nav, section {
  display: block; }

/* Grouping content
 @mixin ========================================================================= */
/**
  Add the correct display in IE 9-.
  Add the correct display in IE. */
figcaption, figure, main {
  /* 1 */
  display: block; }

/** Add the correct margin in IE 8. */
figure {
  margin: 1em 40px; }

/**
  Add the correct box sizing in Firefox.
  Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
  Correct the inheritance and scaling of font size in all browsers.
  Correct the odd em font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
  @mixin ========================================================================= */
/**
  Remove the gray background on active links in IE 10.
  Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
  Remove the bottom border in Chrome 57- and Firefox 39-.
  Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
  Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
  font-weight: inherit; }

/**
  Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder; }

/**
  Correct the inheritance and scaling of font size in all browsers.
  Correct the odd em font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
  Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic; }

/**
  Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000; }

/**
  Add the correct font size in all browsers. */
small {
  font-size: 80%; }

/**
  Prevent `sub` and `sup` elements from affecting the line height in
  all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 @mixin ========================================================================= */
/**
  Add the correct display in IE 9-. */
audio, video {
  display: inline-block; }

/**
  Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
  Remove the border on images inside links in IE 10-. */
img {
  border-style: none; }

/**
  Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden; }

/* Forms
  @mixin ========================================================================= */
/**
  1. Change the font styles in all browsers (opinionated).
  2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
  Show the overflow in IE.
  1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible; }

/**
  Remove the inheritance of text transform in Edge, Firefox, and IE.
  1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none; }

/**
  1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     controls in Android 4.
  2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
  Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
  Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
  Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
  1. Correct the text wrapping in Edge and IE.
  2. Correct the color inheritance from `fieldset` elements in IE.
  3. Remove the padding so developers are not caught out when they zero out
     `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
  1. Add the correct display in IE 9-.
  2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
  Remove the default vertical scrollbar in IE. */
textarea {
  overflow: auto; }

/**
  1. Add the correct box sizing in IE 10-.
  2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
  1. Correct the odd appearance in Chrome and Safari.
  2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
  Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
/**
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
  @mixin ========================================================================= */
/*
  Add the correct display in IE 9-.
  1. Add the correct display in Edge, IE, and Firefox. */
details, menu {
  display: block; }

/*
  Add the correct display in all browsers. */
summary {
  display: list-item; }

/* Scripting
  @mixin ========================================================================= */
/**
  Add the correct display in IE 9-. */
canvas {
  display: inline-block; }

/**
  Add the correct display in IE. */
template, [hidden] {
  display: none; }

/* Hidden
  @mixin ========================================================================= */
/**
  Add the correct display in IE 10-. */
/* CSS CUSTOM RESET */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 16px;
  font-family: 'Merriweather Sans', sans-serif;
  line-height: 1.618;
  overflow: hidden; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a, a:hover, a:active, a:visited, a:focus {
  text-decoration: none;
  color: white; }

body, html {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  background: #EFEFEF; }
  body body b, body html b, html body b, html html b {
    line-height: 18px; }
  body body h1, body html h1, html body h1, html html h1 {
    font-family: 'carnas-mediumuploaded_file', sans-serif;
    font-size: 24pt;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
    padding: 0; }
  body body h2, body html h2, html body h2, html html h2 {
    font-family: 'carnas-mediumuploaded_file', sans-serif;
    font-size: 16pt;
    color: #333333;
    margin: 0;
    padding: 0; }
  body body h3, body html h3, html body h3, html html h3 {
    font-family: 'carnas-mediumuploaded_file', sans-serif;
    font-size: 16pt;
    color: #333333;
    margin: 0;
    padding: 0; }
  body body h4, body html h4, html body h4, html html h4 {
    font-family: 'carnas-mediumuploaded_file', sans-serif;
    font-size: 14pt;
    color: #333333;
    margin: 0;
    padding: 0; }
  body body h5, body html h5, html body h5, html html h5 {
    font-family: 'carnas-mediumuploaded_file', sans-serif;
    font-size: 12pt;
    margin: 0;
    padding: 25px 0 15px 0; }
  body body h6, body html h6, html body h6, html html h6 {
    font-family: 'carnas-mediumuploaded_file', sans-serif;
    font-size: 10pt;
    color: #333333;
    margin: 0;
    padding: 0; }
  body body p, body html p, html body p, html html p {
    font-family: 'Maven Pro', sans-serif;
    font-size: 14pt;
    color: #333333;
    font-weight: 400;
    margin: 0; }

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  max-height: 600px;
  margin: 0 auto;
  visibility: hidden; }
  .wrapper:after {
    content: "";
    background: url("../img/dots.png");
    background-size: 12%;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }

.wrapperContact {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  max-height: 600px;
  margin: 0 auto;
  visibility: hidden; }

.is-vertical-centered {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.intro-is-vertical-centered {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

button:focus {
  outline: 0; }

.buildcoreIntro {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/buildcore_bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  visibility: hidden; }

.buildcoreIntro__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.buildcoreIntro__wrapper__logo {
  width: 100%;
  max-width: 120px;
  visibility: hidden; }

.buildcoreIntro__wrapper__text {
  width: 100%;
  width: 320px;
  visibility: hidden; }

.slogan {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20pt; }

.header__wrapper {
  position: fixed;
  visibility: hidden;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 9vh;
  padding: 1em;
  border-bottom: 3px solid #ccc;
  background-color: white; }
  .header__wrapper__logo {
    width: 165px; }
    .header__wrapper__logo img {
      vertical-align: middle;
      cursor: pointer; }
  .header__wrapper__mainNav {
    height: 35px; }
    .header__wrapper__mainNav .hr__nav {
      position: relative;
      bottom: 2px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      width: 100%;
      height: 2px;
      background-color: rgba(0, 0, 0, 0.1); }
    .header__wrapper__mainNav a {
      position: relative;
      z-index: 10;
      display: inline-block;
      height: 100%;
      font-family: 'carnas-mediumuploaded_file', sans-serif;
      font-size: 12pt;
      color: #333333; }
      .header__wrapper__mainNav a:nth-child(2) {
        margin: 0 2em; }
      .header__wrapper__mainNav a:before {
        content: "";
        position: absolute;
        visibility: hidden;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: red;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .header__wrapper__mainNav a:hover:before {
        visibility: visible;
        background-color: red;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
  .header__wrapper__blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__wrapper__blog a {
      margin-right: 0.5em;
      -webkit-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
      .header__wrapper__blog a img {
        width: 12px;
        vertical-align: middle; }
      .header__wrapper__blog a:hover {
        border: 1.5px solid #FF2A31; }
    .header__wrapper__blog .blog_btn {
      padding: 0.2em 0.8em;
      border: 1.5px solid rgba(0, 0, 0, 0.1);
      font-family: 'carnas-mediumuploaded_file', sans-serif;
      font-size: 11pt;
      color: #333333;
      border-radius: 50px; }

.header__navBtn {
  display: none;
  position: fixed;
  top: 3.5vh;
  right: 0.5em;
  -webkit-transform: translateY(-1.75vh);
  -ms-transform: translateY(-1.75vh);
  transform: translateY(-1.75vh);
  font-size: 1.8em;
  z-index: 18; }
  .header__navBtn span {
    cursor: pointer; }

.nav-is-active {
  cursor: default;
  pointer-events: none; }
  .nav-is-active:before {
    visibility: visible !important;
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important; }

.menu {
  width: 100%;
  position: fixed;
  top: 10vh;
  z-index: 18;
  visibility: hidden; }
  .menu__items {
    width: 100%;
    height: calc(90vh);
    background-color: rgba(0, 0, 0, 0.75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    visibility: hidden; }
    .menu__items__url {
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 12pt;
      font-family: 'carnas-mediumuploaded_file', sans-serif;
      border-bottom: 2px solid #801519;
      visibility: hidden; }
      .menu__items__url:nth-child(1) {
        background-color: #FF2A31; }
      .menu__items__url:nth-child(2) {
        background-color: #FF2A31; }
      .menu__items__url:nth-child(3) {
        background-color: #BF2025; }
      .menu__items__url:nth-child(4) {
        background-color: #BF2025; }
      .menu__items__url:nth-child(5) {
        background-color: #BF2025; }
      .menu__items__url:nth-child(6) {
        background-color: #BF2025; }
      .menu__items__url:nth-child(7) {
        background-color: #BF2025; }
      .menu__items__url:nth-child(8) {
        background-color: #BF2025; }
      .menu__items__url:nth-child(9) {
        background-color: #FF2A31; }
      .menu__items__url:nth-child(10) {
        background-color: white;
        color: black;
        border-bottom: 2px solid black; }

.buildcore__img__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 96%;
  height: 100%;
  visibility: hidden;
  background-color: red; }

.buildcore__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 85%;
  background: url("../img/buildcore_info.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.buildcore__info {
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  visibility: hidden;
  background-color: white; }

.buildcore__info__title {
  margin: 0;
  padding: 0;
  font-size: 18pt;
  font-weight: 400;
  visibility: hidden; }

.buildcore__info__hr {
  width: 100%;
  height: 2px;
  margin: 5px 0 10px 0;
  background-color: #FF2A31;
  visibility: hidden;
  color: red; }

.buildcore__info__paragraph {
  font-family: 'Maven Pro', sans-serif;
  font-size: 10.5pt;
  color: #333333;
  font-weight: 400;
  text-align: justify;
  line-height: 1.4em; }

.serviceWrapp {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  max-height: 600px;
  margin: 0 auto;
  visibility: hidden; }

.box {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%); }
  .box__services {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-bottom: 1em;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .box__services .servicesBg {
      position: relative;
      width: 100%;
      visibility: hidden; }
    .box__services .icon__container {
      width: 75%;
      position: absolute;
      opacity: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .box__services .icon__container a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .box__services .icon__container a img {
          width: 100%;
          max-width: 90px;
          margin: 0 0.7em;
          vertical-align: middle; }
        .box__services .icon__container a:hover .service__nav__hr {
          width: 100%; }
    .box__services #s01 {
      bottom: 20%;
      left: -70%; }
    .box__services #s06 {
      bottom: 20%;
      right: -70%; }
    .box__services #s02 {
      top: 25%;
      left: -70%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .box__services #s05 {
      top: 25%;
      right: -70%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .box__services #s03 {
      top: -18%;
      left: -45%; }
    .box__services #s04 {
      top: -18%;
      right: -45%; }
  .box__legend {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    visibility: hidden; }
    .box__legend .paragraph__service__nav {
      font-size: 11pt; }

.navTween01 {
  visibility: hidden; }

.navTween02 {
  visibility: hidden; }

.titleContainer h2 {
  text-transform: uppercase;
  font-size: 9pt; }

.service__nav__hr {
  width: 0%;
  height: 2px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  background-color: #FF2A31; }

.align-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.align-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.info .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .info .box__info {
    width: 90%;
    padding: 2em; }
    .info .box__info h1 {
      visibility: hidden; }
    .info .box__info .hr_gs {
      width: 100%;
      height: 2px;
      margin: 0.5em 0 1em 0;
      opacity: 0;
      background-color: #FF2A31; }
    .info .box__info p {
      visibility: hidden; }
      .info .box__info p span {
        font-family: 'carnas-mediumuploaded_file', sans-serif;
        font-size: 18pt;
        color: #333333; }
    .info .box__info h2 {
      font-family: 'Open Sans', sans-serif;
      font-size: 14pt;
      font-weight: 400;
      margin: 0;
      visibility: hidden´; }
  .info .box__img {
    width: 100%;
    height: auto;
    position: relative; }

.iconStyle {
  font-size: 2.2em;
  position: relative;
  top: 0.2em;
  margin-right: 7px; }

.sectionIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65%;
  height: auto;
  visibility: hidden; }

.sectionIcon02 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: auto;
  visibility: hidden; }

.iconBG {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  visibility: hidden; }

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

.orderTwo {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.service {
  position: relative;
  visibility: hidden; }
  .service:after {
    content: "";
    background: url("../img/dots.png");
    background-size: 12%;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }

.service__wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  visibility: hidden;
  background-color: red; }
  .service__wrapper .ser__img01 {
    width: 100%;
    height: 100%;
    max-height: 385px;
    background: url("../img/bg01.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    visibility: hidden; }
  .service__wrapper .ser__img02 {
    width: 100%;
    height: 100%;
    max-height: 385px;
    background: url("../img/bg02.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    visibility: hidden; }
  .service__wrapper .ser__img03 {
    width: 100%;
    height: 100%;
    max-height: 385px;
    background: url("../img/bg03.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    visibility: hidden; }
  .service__wrapper .ser__img04 {
    width: 100%;
    height: 100%;
    max-height: 385px;
    background: url("../img/bg04.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    visibility: hidden; }
  .service__wrapper .ser__img05 {
    width: 100%;
    height: 100%;
    max-height: 385px;
    background: url("../img/bg05.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    visibility: hidden; }
  .service__wrapper .ser__img06 {
    width: 100%;
    height: 100%;
    max-height: 385px;
    background: url("../img/bg06.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    visibility: hidden; }
  .service__wrapper .ser__info {
    position: relative;
    width: 100%;
    height: 175px;
    background-color: #FF2A31;
    visibility: hidden; }
    .service__wrapper .ser__info__nav {
      width: 48px;
      height: 100%; }
      .service__wrapper .ser__info__nav h2 {
        position: relative;
        top: 7px;
        left: 13px;
        font-size: 14pt;
        font-weight: 400;
        color: white;
        visibility: hidden; }
      .service__wrapper .ser__info__nav__btn {
        width: 48px;
        height: 48px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #BF2025;
        visibility: hidden; }
        .service__wrapper .ser__info__nav__btn a {
          display: block;
          width: 48px;
          height: 48px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .service__wrapper .ser__info__nav__btn a .slideBackBtn {
            width: 35px;
            vertical-align: middle; }
            .service__wrapper .ser__info__nav__btn a .slideBackBtn polygon {
              -webkit-transition: all 500ms;
              -o-transition: all 500ms;
              transition: all 500ms;
              fill: rgba(255, 255, 255, 0.5) !important; }
          .service__wrapper .ser__info__nav__btn a:hover .slideBackBtn {
            -webkit-animation: backBtn-move-side 500ms ease-in-out forwards;
            animation: backBtn-move-side 500ms ease-in-out forwards; }
            .service__wrapper .ser__info__nav__btn a:hover .slideBackBtn polygon {
              fill: white !important; }
    .service__wrapper .ser__info__content {
      position: absolute;
      bottom: 0;
      left: 48px;
      width: 75%;
      height: 265px;
      padding: 1.5em;
      background-color: white; }
      .service__wrapper .ser__info__content__title {
        margin: 0;
        padding: 0;
        font-size: 18pt;
        font-weight: 400;
        visibility: hidden; }
      .service__wrapper .ser__info__content__hr {
        width: 50px;
        height: 2px;
        position: relative;
        left: -50px;
        margin-bottom: 7px;
        background-color: #FF2A31; }
      .service__wrapper .ser__info__content__parag {
        font-family: 'Maven Pro', sans-serif;
        font-size: 10.5pt;
        color: #333333;
        font-weight: 400;
        text-align: justify;
        line-height: 1.4em;
        visibility: hidden; }
        .service__wrapper .ser__info__content__parag span {
          font-family: 'carnas-mediumuploaded_file', sans-serif;
          font-size: 12pt;
          color: #333333; }
    .service__wrapper .ser__info__icon {
      position: absolute;
      bottom: 0.5em;
      right: 1em;
      visibility: hidden; }
      .service__wrapper .ser__info__icon img {
        width: 150px; }

@-webkit-keyframes backBtn-move-side {
  0% { }
  50% {
    -webkit-transform: translate(-5px, 0px);
    transform: translate(-5px, 0px); }
  100% { } }

@keyframes backBtn-move-side {
  0% { }
  50% {
    -webkit-transform: translate(-5px, 0px);
    transform: translate(-5px, 0px); }
  100% { } }

.contact {
  width: 100%;
  max-width: 960px;
  position: relative; }
  .contact__header {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden; }
    .contact__header__title {
      width: 50%; }
      .contact__header__title h1 {
        font-size: 16pt; }
    .contact__header__info {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .contact__hr {
    width: 100%;
    height: 2px;
    margin: 0;
    visibility: hidden;
    background-color: #FF2A31; }
  .contact__form {
    width: 100%;
    padding: 1em;
    margin-top: 1em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    background-color: white; }
    .contact__form .fieldContainers {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .contact__form .form__message {
      width: 100%;
      padding: 1em;
      text-align: center; }
    .contact__form .warningMsg {
      border: 2px solid red; }
    .contact__form .sendMsg {
      border: 2px solid green; }
    .contact__form__fields {
      width: 100%;
      padding: 2em;
      visibility: hidden; }
      .contact__form__fields .field-container {
        margin-bottom: 20px; }
        .contact__form__fields .field-container:last-child {
          margin: 0; }
        .contact__form__fields .field-container:after {
          content: "";
          display: block;
          width: 100%;
          height: 4px;
          margin-top: -1px;
          border-width: 0 0px 1px 0px;
          border-style: solid;
          border-color: Black; }
        .contact__form__fields .field-container.is-focused:after {
          border-color: #FF2A31; }
        .contact__form__fields .field-container .form-label {
          display: block;
          font-family: 'carnas-mediumuploaded_file', sans-serif;
          font-size: 12pt;
          text-transform: uppercase;
          color: #333333;
          margin: 0;
          padding: 0; }
        .contact__form__fields .field-container .input {
          width: 100%;
          margin: 0;
          padding: 0 6px;
          border: none;
          outline: none;
          background: transparent;
          font-family: 'Maven Pro', sans-serif;
          font-size: 12pt; }
      .contact__form__fields .select-container {
        margin-bottom: 20px; }
        .contact__form__fields .select-container:last-child {
          margin: 0; }
        .contact__form__fields .select-container:after {
          content: "";
          display: block;
          width: 100%;
          height: 4px;
          margin-top: -1px; }
        .contact__form__fields .select-container .form-label {
          display: block;
          font-family: 'carnas-mediumuploaded_file', sans-serif;
          font-size: 12pt;
          text-transform: uppercase;
          color: #333333;
          margin: 0;
          padding: 0; }
        .contact__form__fields .select-container select {
          width: 100%;
          margin-top: 0.5em;
          font-family: 'Maven Pro', sans-serif;
          font-size: 12pt; }
    .contact__form__submit .submitBtn {
      width: 150px;
      height: 50px;
      bottom: -50px;
      right: 50px;
      position: absolute;
      font-family: 'carnas-mediumuploaded_file', sans-serif;
      font-size: 12pt;
      color: white;
      border: none;
      cursor: pointer;
      -webkit-transition: all 500ms ease-out;
      -o-transition: all 500ms ease-out;
      transition: all 500ms ease-out;
      background-color: #FF2A31;
      visibility: hidden; }
      .contact__form__submit .submitBtn:hover {
        background-color: #BF2025; }
    .contact__form__shadow {
      position: absolute;
      bottom: -25px;
      width: 100%; }
      .contact__form__shadow .shadow01 {
        margin: 0 auto;
        margin-bottom: 7px;
        width: 95%;
        height: 15px;
        background-color: #C3C4CA; }
      .contact__form__shadow .shadow02 {
        width: 100%;
        height: 3px;
        visibility: hidden;
        background-color: #FF2A31; }

.input-error {
  -webkit-box-shadow: 0 0 5px red;
  box-shadow: 0 0 5px red; }

.footer__container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 5vh;
  padding: 0 1em;
  border-top: 3px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
  z-index: 15; }

.footer__contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .footer__contact__info p {
    font-size: 10pt;
    margin-right: 0.7em; }
  .footer__contact__info .icon-mail {
    position: relative;
    font-size: 18pt;
    vertical-align: middle; }
  .footer__contact__info .icon-cellphone {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 22pt;
    vertical-align: middle; }

.footer__social .social_btn {
  margin-left: 0.5em; }
  .footer__social .social_btn img {
    width: 14px;
    vertical-align: middle; }

@media screen and (max-width: 900px) {
  body {
    overflow: hidden; }
  .fp-auto-height-responsive > .fp-scrollable {
    height: auto !important; }
  .fp-auto-height-responsive > .fp-scrollable > .fp-scroller {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .fp-auto-height-responsive > .fp-scrollable > .iScrollVerticalScrollbar {
    display: none !important; }
  /* MENU */
  .header__wrapper {
    height: 10vh; }
    .header__wrapper__logo {
      width: 135px; }
  /* Main Nav Hide */
  .header__wrapper__mainNav, .header__wrapper__blog {
    display: none; }
  .header__navBtn {
    display: block; }
  .wrapper {
    height: auto; }
  /* SECTION 01  ¿Por qué Buildcore ? */
  .buildcore__img__wrapper {
    width: 100%;
    height: 300px;
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .buildcore__img {
    width: 100%;
    height: 300px;
    position: inherit; }
  .buildcore__info {
    position: inherit;
    width: 100%; }
  /* SECTION 02  SERVICES MENU */
  .box {
    padding: 2em 0; }
  .box__services {
    max-width: 250px; }
    .box__services .icon__container a img {
      max-width: 65px; }
  .paragraph__service__nav {
    font-size: 11pt; }
  /* SECTION 03 - 09  SERVICES */
  .service__wrapper .ser__img {
    height: 350px; }
  .service__wrapper .ser__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%; }
    .service__wrapper .ser__info__nav {
      height: auto; }
      .service__wrapper .ser__info__nav h2 {
        top: 25px; }
    .service__wrapper .ser__info__content {
      position: relative;
      left: auto;
      width: calc(100% - 48px);
      height: auto; }
      .service__wrapper .ser__info__content__hr {
        width: 100%;
        left: auto;
        margin: 2px 0 7px 0; }
    .service__wrapper .ser__info__icon {
      display: none; }
  /* contact */
  .section9 {
    margin-top: 3em;
    margin-bottom: 10em; }
  .contact {
    padding: 1em; }
    .contact__form {
      padding: 0.5em; } }

@media screen and (max-width: 625px) {
  /* INTRO */
  .buildcoreIntro__wrapper__logo {
    max-width: 60px; }
  .buildcoreIntro__wrapper__text {
    width: 160px; }
  .slogan {
    font-size: 12pt; }
  /* SECTION 02  SERVICES MENU */
  .section2 {
    margin: 5em 0; }
  .box {
    padding: 2em 0; }
  .box__services {
    max-width: 220px; }
    .box__services .icon__container a img {
      max-width: 60px; }
  .navTween01, .navTween02 {
    display: none !important; }
  .paragraph__service__nav {
    font-size: 11pt; }
  /* FOOTER */
  .footer__container {
    height: auto;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer__contact__info {
    margin-top: 7px;
    margin-bottom: 0; }
  .footer__social {
    position: fixed;
    top: 0.8em;
    right: 4.5em; }
    .footer__social .social_btn {
      margin-left: 0.7em; }
  /* contact */
  .section9 {
    margin-top: 3em;
    margin-bottom: 35em; }
  .contact {
    padding: 1em; }
    .contact__form {
      padding: 0.5em; }
      .contact__form .fieldContainers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

@media screen and (max-width: 450px) {
  .ser__img {
    height: 250px !important; } }
