@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,700);/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

header {
  background-color: #f0f0f0;
}

header .logos {
  padding: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  header .logos a:last-child {
    display: none;
  }
}

.nav-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 30px 0 rgba(177, 177, 177, 0.28);
          box-shadow: 0 1px 30px 0 rgba(177, 177, 177, 0.28);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 900;
}

.nav-wrapper nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

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

.nav-wrapper nav .menu .mini-logo {
  display: none;
}

.nav-wrapper nav .menu .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-wrapper nav .menu .links:hover {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media screen and (max-width: 768px) {
  .nav-wrapper nav .menu .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.nav-wrapper nav .menu.sticked .mini-logo {
  display: inline-block;
}

.nav-wrapper nav .menu.sticked a {
  padding: .5em 1.2em;
}

@media screen and (max-width: 768px) {
  .nav-wrapper nav .menu.sticked:hover + .links {
    -webkit-animation-name: slideIn;
            animation-name: slideIn;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  .nav-wrapper nav .menu.sticked a {
    padding: 1.5em 1.7em;
  }
}

.nav-wrapper nav .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ef5600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-wrapper nav .tel a {
  color: #ffffff;
  font-size: .96em;
  padding: .5em 1.2em;
}

.nav-wrapper nav .links a {
  font-size: .875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.875em 1.7em;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
}

.nav-wrapper nav .links a.active {
  background-color: #e2001a;
  color: #ffffff;
}

.nav-wrapper nav .links a:hover {
  text-decoration: none;
  background-color: #e2001a;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .nav-wrapper nav .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nav-wrapper nav .tel {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .nav-wrapper nav .tel a {
    padding: 1.1em 1.7em;
  }
}

.hero {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url(/images/bg.jpg?aa2306702723c1cc7e597744bae67775);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(/images/bg.jpg?aa2306702723c1cc7e597744bae67775);
  background-size: cover;
  background-position: center center;
  position: -webkit-sticky;
  position: sticky;
  top: -50px;
}

.hero .container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .container h1 {
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 1.49em;
  margin: 0;
  padding: 20px 20px;
  text-shadow: 1px 1px 2px black;
}

.hero .container h2 {
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 2.36em;
  text-align: left;
  text-transform: inherit;
  padding: 20px 20px;
  text-shadow: 1px 1px 2px black;
}

.sticky-top {
  max-width: 1250px;
  margin: 0px auto;
  position: -webkit-sticky;
  position: sticky;
  top: 47px;
  z-index: 899;
  margin-top: -12px;
}

.sticky-top .red-bar {
  -webkit-transform: skew(-5deg) translateY(-50%);
          transform: skew(-5deg) translateY(-50%);
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
  background: -webkit-gradient(linear, left top, right top, from(#e2001a), color-stop(60%, #e2001a), color-stop(75%, #ef5600), to(#ef5600));
  background: linear-gradient(to right, #e2001a 0%, #e2001a 60%, #ef5600 75%, #ef5600 100%);
  height: 10px;
}

main {
  background-color: #fff;
  z-index: 2;
  position: relative;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.who-we-are {
  padding-top: 50px;
  padding-bottom: 50px;
}

.who-we-are .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.who-we-are .flex .text {
  font-size: .96em;
  line-height: 2;
  font-weight: 300;
  color: #000000;
}

.who-we-are .flex .text .padding {
  padding: 0px 20px 0px 20px;
}

.who-we-are .flex img {
  padding: 50px;
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 1024px) {
  .who-we-are .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services {
  margin-top: 50px;
  margin-bottom: 50px;
}

.services .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services .box-container .box {
  width: 25%;
}

.services .box-container .box .content {
  margin: 20px 20px;
  padding: 40px;
  text-align: center;
}

.services .box-container .box .content h3 {
  font-size: 1.4em;
  font-weight: bolder;
  text-align: left;
  padding-top: 40px;
  text-transform: uppercase;
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .services .box {
    width: 50% !important;
  }
}

@media screen and (max-width: 768px) {
  .services .box {
    width: 100% !important;
  }
}

.gallery {
  padding-top: 20px;
  padding-bottom: 50px;
  color: #ffffff;
  background-image: linear-gradient(95deg, #000000 0%, #000000 80%, transparent 80.1%, transparent 100%);
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery hr {
  background-color: #ffffff;
}

.gallery .flex {
  margin-left: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery .flex > div {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

@media screen and (max-width: 1024px) {
  .gallery .flex > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  .gallery .flex > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.gallery .flex > div .padding {
  margin: 10px;
}

.team {
  margin-top: 100px;
}

.team .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team .flex .card {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.team .flex .wrapper {
  margin: 20px 20px 20px 0px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team .flex .wrapper:first-child {
  margin: 20px 20px 20px 20px;
}

.team .flex .wrapper .image {
  position: relative;
  text-align: center;
}

.team .flex .wrapper .image:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  border-bottom: 4px solid #000000;
  content: '';
  -webkit-box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.4);
}

.team .flex .wrapper .image img {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
}

.team .flex .wrapper .body {
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.team .flex .wrapper .body .tittle {
  font-size: 1.05em;
  font-weight: bolder;
  text-align: left;
  padding: 20px 0;
  text-transform: uppercase;
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0;
}

.team .flex .wrapper .body .tittle span {
  padding-top: .2em;
  display: block;
  font-weight: 300;
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .team .flex .card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

main .blog {
  margin-top: 40px;
}

main .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .articles article {
  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-preferred-size: calc(calc(100% / 2) - 40px);
      flex-basis: calc(calc(100% / 2) - 40px);
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.2);
  margin: 20px;
}

main .articles article:first-child {
  margin: 0 20px 20px 20px;
}

main .articles article .head a {
  height: 300px;
  display: block;
  opacity: 1;
  line-height: 0;
  position: relative;
}

main .articles article .head a::after {
  content: '+';
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 7em;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .articles article .head a:hover::after {
  opacity: 1;
}

main .articles article .head img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .articles article .body {
  -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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .articles article .body .content h2 {
  padding: 40px 30px 25px 30px;
  font-size: 1.575em;
}

main .articles article .body .content hr {
  margin-left: -5px;
  margin-right: 30%;
  margin-bottom: 10px;
}

main .articles article .body .content p {
  font-size: .96em;
  font-weight: 300;
  line-height: 2;
  color: #595959;
  padding: 0px 30px 30px 30px;
  margin: 0;
}

main .articles article .body .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .articles article .body .footer a {
  display: inline-block;
  margin: 30px;
}

main .articles article.primary {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

main .articles article.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

main .articles article.horizontal .head {
  display: inline-block;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

main .articles article.horizontal .head a {
  display: inline-block;
  height: 100%;
}

main .articles article.horizontal .body {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .articles article.horizontal.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  main .articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  main .articles article.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  main .articles article.horizontal.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main .controls {
  padding: 50px 0 30px 0;
}

main .controls .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

main .controls ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

main .controls ul li a {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 8px 30px 8px 22px;
  background-image: linear-gradient(105deg, #000000 0%, #000000 89%, transparent 91%, transparent 100%);
  background-repeat: no-repeat;
  background-position: center center;
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: .9em;
  color: #ffffff;
  line-height: 1em;
}

main .controls ul li a:hover {
  background-image: linear-gradient(105deg, #e2001a 0%, #e2001a 89%, transparent 91%, transparent 100%);
  color: #ffffff;
}

main .controls ul li:last-child:not(.first) {
  position: relative;
  z-index: 1;
  margin-left: -20px;
  background: none;
}

main .controls ul li:last-child:not(.first) a {
  padding: 6px 20px 6px 30px;
  background: none;
  border: 2px solid #000000;
  color: #000000;
}

main .controls ul li:last-child:not(.first) a:hover {
  color: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(0, 0, 0, 0.7);
}

main .controls input {
  border: none;
  border-bottom: 2px solid #595959;
  padding: 3px 20px 3px 5px;
  line-height: 1em;
  font-size: .9em;
  margin-right: 20px;
}

main .pagination {
  padding: 60px 20px 80px 20px;
}

main .pagination .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .pagination .container .new,
main .pagination .container .old {
  margin: 0 20px;
}

main .pagination .container .new a,
main .pagination .container .old a {
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  padding: 10px 20px;
  color: #595959;
  border: 2px solid #595959;
  display: inline-block;
  position: relative;
  /*&:before {
                        content: ' ';
                        position: absolute;
                        top: -2px;
                        width: 12%;
                        height: 2px;
                        right: 15%;
                        background-color: #fff;

                    }
                    &:after {
                        content: ' ';
                        position: absolute;
                        bottom: -2px;
                        width: 12%;
                        height: 2px;
                        right: 20%;
                        background-color: #fff;
                    }*/
}

main .pagination .container .new a svg,
main .pagination .container .old a svg {
  width: 16px;
}

main .pagination .container .new a svg path,
main .pagination .container .old a svg path {
  fill: #595959;
}

main .pagination .container .new a:hover,
main .pagination .container .old a:hover {
  background-color: #595959;
  color: #ffffff;
}

main .pagination .container .new a:hover span path,
main .pagination .container .old a:hover span path {
  fill: #ffffff;
}

main .pagination .container .new a span {
  display: inline-block;
  padding-left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

main .pagination .container .old a span {
  padding-left: 10px;
}

main .consejos {
  margin-top: 50px;
  padding-bottom: 100px;
}

main .consejos .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .consejos .flex .sidebar {
  padding-left: 20px;
  border-right: 2px solid #000000;
}

main .consejos .flex .sidebar .tittle {
  background: #000;
  color: #FFF;
  padding: 20px 20px;
  font-size: 1.14em;
}

main .consejos .flex .sidebar ul {
  list-style: none;
  padding: 0;
  margin-right: 1em;
}

main .consejos .flex .sidebar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

main .consejos .flex .sidebar ul li a {
  display: inline-block;
  font-size: 1em;
  padding: 10px;
}

main .consejos .flex .sidebar ul li a:hover {
  text-decoration: underline;
}

main .consejos .flex .sidebar ul li:before {
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  content: '>';
  font-size: 1.75em;
  color: #e2001a;
  padding-right: 20px;
  padding-left: 5px;
  display: block;
  margin-top: -5px;
}

main .consejos .flex .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
  margin-right: 20px;
}

main .consejos .flex .content.empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .consejos .flex .content.empty svg {
  width: 96px;
  padding-bottom: 20px;
  border-radius: 4px;
}

main .consejos .flex .content.empty p {
  font-weight: 400;
  font-size: 1.1em;
  padding-top: 1em;
}

@media screen and (max-width: 1024px) {
  main .consejos .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  main .consejos .flex .content {
    margin-top: 20px;
    border-left: none;
  }
}

.consejos-1 {
  margin-top: 50px;
}

.consejos-1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.consejos-1 .flex .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

.consejos-1 .flex .intro svg {
  width: 90px;
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 20px;
}

.consejos-1 .flex .intro .text {
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.3em;
  line-height: 1.6em;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0 20px;
}

.consejos-1 .flex .intro .text p {
  padding: 0;
  margin: 0;
}

.consejos-1 .flex .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
}

.consejos-1 .flex .content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: calc(calc(100% / 2) - 83px);
      flex-basis: calc(calc(100% / 2) - 83px);
  margin: 20px;
  padding: 20px;
  border-left: 3px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: 20px 20px 200px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 20px 20px 200px 0px rgba(0, 0, 0, 0.1);
}

.consejos-1 .flex .content div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  color: #595959;
}

.consejos-1 .flex .content div a span {
  padding: 20px 0;
  font-family: "Open Sans", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: .9em;
  line-height: 1.4em;
}

.consejos-1 .flex .content div img {
  max-width: 64px;
  margin-right: 20px;
}

.consejos-1 .flex .content div:hover {
  border-left: 3px solid #e2001a;
}

@media screen and (max-width: 768px) {
  .consejos-1 .flex .intro .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .consejos-1 .flex .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .consejos-1 .flex .content div {
    -ms-flex-preferred-size: calc(calc(100% / 2) - 83px);
        flex-basis: calc(calc(100% / 2) - 83px);
  }
}

.container-contact-info {
  max-width: 1200px;
  margin: 0 auto;
}

.container-contact-info .contact-info {
  background-color: #fff;
  -webkit-transform: skew(-5deg) translateY(-50%);
          transform: skew(-5deg) translateY(-50%);
  padding: 15px 70px;
  border-bottom: 8px solid #e2001a;
  -webkit-box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.2);
}

.container-contact-info .contact-info .contenido {
  -webkit-transform: skew(5deg);
          transform: skew(5deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.container-contact-info .contact-info .contenido .description {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container-contact-info .contact-info .contenido .description .skew-20 {
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
}

.container-contact-info .contact-info .contenido .description p {
  font-size: 1em;
  text-align: justify;
  line-height: 1.5em;
  color: #595959;
}

.container-contact-info .contact-info .contenido .description .tittle {
  font-size: 1.14em;
  font-weight: bold;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .container-contact-info {
    width: 100%;
  }

  .container-contact-info .contact-info {
    -webkit-transform: skew(0deg) translateY(-50%);
            transform: skew(0deg) translateY(-50%);
    padding: 15px 30px;
  }

  .container-contact-info .contact-info .contenido {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }

  .container-contact-info .contact-info .contenido .skew-20 {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
}

@media screen and (min-width: 1025px) and (max-width: 2024px) {
  .container-contact-info {
    width: 90%;
  }
}

.contact {
  padding-bottom: 100px;
  margin-top: 50px;
}

.contact strong {
  font-weight: 300;
}

.contact h4 {
  text-align: center;
  font-weight: normal;
}

.contact h4 strong {
  font-weight: bold;
}

.contact .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 50px;
}

.contact .flex .box {
  text-align: center;
}

.contact .flex .box svg {
  stroke: #e2001a;
  stroke-width: 1px;
  height: 100px;
  width: 100px;
  fill: none;
}

.contact .flex .box h2 {
  font-size: 1.31em;
}

@media screen and (max-width: 1024px) {
  .contact .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contact .flex a {
    display: block;
    margin: 20px 0;
  }
}

main .neumaticos {
  padding-top: 50px;
}

main .neumaticos .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .neumaticos .bg {
  background-image: url(/images/road.jpg?572d09fc01cd8f36a3fb3737fdfcca1c);
  background-size: cover;
}

main .neumaticos .description {
  background-color: #fff;
  margin: 20px;
}

main .neumaticos .box {
  background-color: #ffffff;
}

.hidden {
  visibility: hidden;
  display: none;
  width: 0px;
  height: 0px;
}

a,
button,
.hover,
.overlay,
.totop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
  font-family: "Open Sans", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: #000000;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

input:focus {
  outline: 2px solid #3b99fc;
}

hr {
  background: #000000;
  margin-bottom: 50px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  height: 9px;
  border: none;
  margin-right: 10px;
  margin-left: 10px;
}

h2 {
  font-size: 3.5em;
  font-weight: bolder;
  text-align: left;
  padding: 20px;
  text-transform: uppercase;
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-top: 0px;
  margin-bottom: 0;
  /*span {
        display: inline-block;
        font-size: 2.7em;
        margin-bottom: -1em;
        clip-path: polygon(0 30%, 100% 0%, 100% 75%, 0 85%);
        transform: translateY(30%);
    }*/
}

h2.center {
  text-align: center;
}

strong {
  color: #000000;
  font-weight: 700;
}

.img-responsive {
  max-width: 100%;
  max-height: 100%;
}

.btn {
  padding: 12px 20px;
  text-decoration: none;
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: .8em;
}

.btn.red {
  background-color: #e2001a;
  border-color: #e2001a;
  color: #ffffff;
}

.btn.red:hover {
  background-color: #d20018;
}

.btn.black {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn.black:hover {
  background-color: #383838;
}

.btn.big {
  font-size: .96em;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 35px;
}

.btn.big span {
  display: inline-block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

a {
  text-decoration: none;
  color: #000000;
}

.more-big {
  text-align: center;
}

.container-promotion {
  max-width: 1200px;
  margin: 0 auto;
}

.container-promotion .promotion {
  background-color: #fff;
  -webkit-transform: skew(-5deg) translateY(-50%);
          transform: skew(-5deg) translateY(-50%);
  padding: 15px 70px;
  border-bottom: 8px solid #e2001a;
  -webkit-box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.2);
}

.container-promotion .promotion .contenido {
  -webkit-transform: skew(5deg);
          transform: skew(5deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.container-promotion .promotion .contenido .description {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
  padding-right: 310px;
}

.container-promotion .promotion .contenido .description .skew-20 {
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
}

.container-promotion .promotion .contenido .description p {
  font-size: 1em;
  text-align: justify;
  line-height: 1.5em;
  color: #595959;
}

.container-promotion .promotion .contenido .description .tittle {
  font-size: 1.14em;
  font-weight: bold;
  color: #000000;
}

.container-promotion .promotion .contenido .description .imagen {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  -webkit-box-shadow: 10px 0px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 0px 20px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .container-promotion {
    width: 90%;
  }

  .container-promotion .promotion {
    -webkit-transform: skew(0deg) translateY(-10%);
            transform: skew(0deg) translateY(-10%);
    padding: 15px 20px;
  }

  .container-promotion .promotion .contenido {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .container-promotion .promotion .contenido .description {
    margin-right: 0px;
    padding-right: 0px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .container-promotion .promotion .contenido .description .skew-20 {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }

  .container-promotion .promotion .contenido .description .imagen {
    position: inherit;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  .container-promotion .promotion .contenido .description .imagen img {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .container-promotion .promotion .contenido a:not(.imagen) {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 2024px) {
  .container-promotion {
    width: 90%;
  }

  .container-promotion .promotion {
    -webkit-transform: skew(-5deg) translateY(-50%);
            transform: skew(-5deg) translateY(-50%);
    padding: 15px 40px;
  }

  .container-promotion .promotion .contenido {
    -webkit-transform: skew(5deg);
            transform: skew(5deg);
  }

  .container-promotion .promotion .contenido .description .skew-20 {
    -webkit-transform: skew(-5deg);
            transform: skew(-5deg);
  }
}

.service {
  background-image: url(/images/road-snow.jpg?9b4fb398dd19ae046baf526588c2f459);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 50px;
}

.service .margin-bottom {
  margin-bottom: 200px;
}

.service .border-left {
  background-image: url(/images/dots-8.png?89d57d186591d2919e80a0d2e728a7c0);
  background-repeat: repeat-y;
  background-position: 75px center;
  padding-left: 160px;
}

.service .border-left .left-dot {
  background-image: url(/images/dot-big.png?55532cd7e46187f95adb974b6a29d92c);
  background-repeat: no-repeat;
  background-position: 71px center;
  padding-left: 160px;
  margin-left: -160px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  width: 55%;
}

.service .border-left .left-dot .content {
  background-color: white;
  margin: 68px 0;
  -webkit-box-shadow: 20px 20px 200px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 20px 20px 200px 0px rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 60px;
  padding-bottom: 40px;
  position: relative;
  border-left: 8px solid transparent;
}

.service .border-left .left-dot .content h3 {
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.75em;
  font-weight: bolder;
  text-align: left;
  padding: 20px 0;
  text-transform: uppercase;
  margin: 0;
}

.service .border-left .left-dot .content h4 {
  font-size: .96em;
  color: #595959;
  line-height: 2;
  margin-bottom: 50px;
  font-weight: 300;
  margin: 0;
}

.service .border-left .left-dot .content:last-child {
  margin-bottom: 0;
}

.service .border-left .left-dot .content:before {
  content: ' ';
  position: absolute;
  left: -10px;
  top: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e2001a;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.service .border-left .left-dot:hover {
  padding-left: 168px;
}

.service .border-left .left-dot:hover .content:before {
  left: -22px;
}

@media screen and (max-width: 1024px) {
  .service .border-left {
    background-position: 25px center;
    padding-left: 60px;
    margin-top: 300px;
  }

  .service .border-left .left-dot {
    background-position: 41px center;
    padding-left: 70px;
    margin-left: -80px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}

main .quienes-somos {
  position: relative;
}

main .quienes-somos:after {
  content: ' ';
  position: absolute;
  background: #000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 39%;
  -webkit-clip-path: polygon(90% 100%, 100% 0, 0 0, 0 100%);
          clip-path: polygon(90% 100%, 100% 0, 0 0, 0 100%);
  z-index: 1;
}

main .quienes-somos:before {
  content: ' ';
  position: absolute;
  background: #ffffff;
  top: -1px;
  bottom: -1px;
  left: 3%;
  right: 93%;
  -webkit-clip-path: polygon(30% 100%, 100% 0, 70% 0, 0 100%);
          clip-path: polygon(30% 100%, 100% 0, 70% 0, 0 100%);
  z-index: 23;
}

main .quienes-somos .wrapper {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

main .quienes-somos .wrapper .text {
  width: 80%;
  font-size: 1.05em;
  color: #ffffff;
  line-height: 2;
  font-weight: 200;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
}

main .quienes-somos .wrapper .text p {
  padding: 0 20px;
}

main .quienes-somos .wrapper .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .quienes-somos .wrapper .image img {
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 1024px) {
  main .quienes-somos:after {
    right: 5%;
  }

  main .quienes-somos:before {
    left: 10px;
    right: 95%;
  }

  main .quienes-somos .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  main .quienes-somos .wrapper .text {
    padding-left: 40px;
    width: 80%;
    color: #ffffff;
  }

  main .quienes-somos .wrapper .text p:first-child {
    padding-top: 40px;
  }

  main .quienes-somos .wrapper .text p:last-child {
    padding-bottom: 40px;
  }

  main .quienes-somos .wrapper .image {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
  main .quienes-somos:after {
    right: 35%;
  }

  main .quienes-somos:before {
    left: 3%;
    right: 95%;
  }

  main .quienes-somos .wrapper .text {
    padding-left: 60px;
    width: 80%;
    -webkit-transform: skew(-5deg);
            transform: skew(-5deg);
  }
}

.ultimas-noticias {
  margin-top: 100px;
}

.ultimas-noticias .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ultimas-noticias .flex .card {
  margin: 20px 20px 20px 0px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ultimas-noticias .flex .card:first-child {
  margin: 20px 20px 20px 20px;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.ultimas-noticias .flex .card .image {
  position: relative;
}

.ultimas-noticias .flex .card .image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 5.25em;
  opacity: 0;
}

.ultimas-noticias .flex .card .image:hover .overlay {
  opacity: 1;
}

.ultimas-noticias .flex .card .body {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.ultimas-noticias .flex .card .body .tittle {
  font-size: 1.75em;
  font-weight: bolder;
  text-align: left;
  padding: 20px 0;
  text-transform: uppercase;
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0;
}

.ultimas-noticias .flex .card .body .description {
  font-size: .96em;
  color: #595959;
  line-height: 2;
  margin-bottom: 50px;
  font-weight: 300;
  margin: 0;
}

.ultimas-noticias .flex .card .footer {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  color: #595959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .ultimas-noticias .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .ultimas-noticias .flex .card {
    margin: 20px 20px 20px 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .ultimas-noticias .flex .card .body {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}

.mas-vendido {
  margin-top: 100px;
}

.mas-vendido .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mas-vendido .flex .card {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.mas-vendido .flex .wrapper {
  margin: 20px 20px 20px 0px;
  background-color: white;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mas-vendido .flex .wrapper:first-child {
  margin: 20px 20px 20px 20px;
}

.mas-vendido .flex .wrapper .image {
  position: relative;
}

.mas-vendido .flex .wrapper .image:after {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  border-bottom: 4px solid #000000;
  content: '';
  -webkit-box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.2);
}

.mas-vendido .flex .wrapper .body {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.mas-vendido .flex .wrapper .body .tittle {
  font-size: 1.05em;
  font-weight: bolder;
  text-align: left;
  padding: 20px 0;
  text-transform: uppercase;
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0;
}

.mas-vendido .flex .wrapper .body .tittle span {
  display: block;
}

@media screen and (max-width: 768px) {
  .mas-vendido .flex .card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .mas-vendido .flex .wrapper .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }

  .mas-vendido .flex .wrapper .image img {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .mas-vendido .flex .card {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .mas-vendido .flex .wrapper .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }

  .mas-vendido .flex .wrapper .image img {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.mas-visitado {
  margin-top: 100px;
}

.mas-visitado .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mas-visitado .flex .card {
  margin: 20px 20px 20px 0px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mas-visitado .flex .card:first-child {
  margin: 20px 20px 20px 20px;
}

.mas-visitado .flex .card .image {
  position: relative;
}

.mas-visitado .flex .card .image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 5.25em;
  opacity: 0;
}

.mas-visitado .flex .card .image:hover .overlay {
  opacity: 1;
}

.mas-visitado .flex .card .body {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.mas-visitado .flex .card .body .tittle {
  font-size: 1.75em;
  font-weight: bolder;
  text-align: left;
  padding: 20px 0;
  text-transform: uppercase;
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0;
}

.mas-visitado .flex .card .body .description {
  font-size: .96em;
  color: #595959;
  line-height: 2;
  margin-bottom: 50px;
  font-weight: 300;
  margin: 0;
}

.mas-visitado .flex .card .footer {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  color: #595959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .mas-visitado .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mas-visitado .flex .card {
    margin: 20px 20px 20px 20px;
  }
}

.marcas {
  margin-top: 100px;
  padding-bottom: 100px;
}

.marcas .box {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.marcas .box figure {
  background-color: #ffffff;
  padding: 7px;
}

.marcas .box figure figcaption {
  display: none;
  visibility: hidden;
  font-size: 0.875em;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .marcas .box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-wrapper {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

footer {
  background-color: #000000;
  padding-top: 0px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  bottom: 0;
  font-weight: 500;
  font-size: .79em;
  line-height: 1.6em;
  color: gray;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 50px 0;
}

footer .container nav {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .container.line {
  display: block;
  color: #c2c2c2;
  text-align: center;
  padding-bottom: 25px;
  font-size: .79em;
  text-transform: uppercase;
  font-weight: 200;
}

footer .container.line hr {
  background-color: #c2c2c2;
  -webkit-transform: skew(0);
          transform: skew(0);
  height: 1px;
  margin-bottom: 20px;
}

footer .tittle {
  color: #ffffff;
  padding: 15px 0;
  font-size: .79em;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
}

footer a {
  font-weight: 500;
  text-transform: uppercase;
  color: gray;
}

@media screen and (max-width: 400px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

