@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

* {
  font-family: "Raleway", sans-serif;
}

html {
  scroll-behavior: smooth;
}

*::-moz-selection {
  background: #020b0e;
  color: white;
}

*::selection {
  background: #020b0e;
  color: white;
}

::-webkit-scrollbar {
  width: 12px;
  background: #051A21;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  background: #182A31;
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  background: #ED7549;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #051A21;
  -webkit-box-shadow: 0 0 5px black;
          box-shadow: 0 0 5px black;
}
.header .header__navigation {
  width: 90%;
  margin: auto;
  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;
  height: 70px;
}
.header .header__navigation .navigation__logo {
  display: block;
  width: 180px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 0;
}
.header .header__navigation .navigation__logo img {
  width: 100%;
}
.header .header__navigation > div {
  position: fixed;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.header .header__navigation > div ul {
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  height: 100vh;
  width: 100%;
  top: 100px;
  margin: 0;
  padding: 0;
  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;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.header .header__navigation > div ul li {
  list-style: none;
  margin: 3px 0;
}
.header .header__navigation > div ul li a {
  color: white;
  padding: 15px 5px;
  display: block;
  text-decoration: none;
  font-size: 18px;
  min-width: 200px;
  text-align: center;
  border-radius: 5px;
}
.header .header__navigation > div ul li a:hover {
  background: #ED7549;
}
.header .header__navigation .navigation__menu--active {
  height: 100vh;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
}
.header .header__navigation .navigation__menu--active ul {
  height: 300px;
  width: 250px;
}
.header .header__navigation .navigation__hamburger {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: none;
  position: relative;
  top: 0;
  right: -10px;
  padding: 0;
  overflow: hidden;
  border-radius: 3px;
}
.header .header__navigation .navigation__hamburger .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 60px;
  height: 60px;
  margin: 0;
}
.header .header__navigation .navigation__hamburger .hamRotate.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .header__navigation .navigation__hamburger .hamRotate180.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .header__navigation .navigation__hamburger .line {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: rgb(255, 255, 255);
  stroke-width: 5.5;
  stroke-linecap: round;
}
.header .header__navigation .navigation__hamburger .ham4 .top {
  stroke-dasharray: 40 121;
}
.header .header__navigation .navigation__hamburger .ham4 .bottom {
  stroke-dasharray: 40 121;
}
.header .header__navigation .navigation__hamburger .ham4.active .top {
  stroke-dashoffset: -68px;
}
.header .header__navigation .navigation__hamburger .ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.footer {
  background: #182A31;
  text-align: center;
  padding: 30px 0 0;
  color: white;
  font-size: 16px;
}
.footer .footer__social a {
  color: white;
  text-decoration: none;
  font-size: 25px;
  margin: 0 5px;
}
.footer .footer__social a:hover {
  color: #ED7549;
}
.footer .footer__developer {
  padding: 10px 0;
  margin: 20px 0 0;
}

@media screen and (min-width: 1280px) {
  .header {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .header__navigation {
    background: rgba(5, 26, 33, 0.9);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    width: 90%;
    max-width: 1500px;
    height: 80px;
    margin: auto;
    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;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0 0 5px black;
            box-shadow: 0 0 5px black;
  }
  .header .header__navigation .navigation__logo {
    margin-left: 30px;
    width: 220px;
  }
  .header .header__navigation > div {
    opacity: 1;
    -webkit-transition: 0;
    transition: 0;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    visibility: visible !important;
    height: auto;
    position: relative;
    background: transparent;
    margin: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header .header__navigation > div ul {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    overflow: initial;
    -webkit-transition: 0;
    transition: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -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;
    width: 100%;
    height: initial;
    background: transparent;
    margin-right: 30px;
  }
  .header .header__navigation > div ul li {
    margin: 0 5px;
    width: initial;
  }
  .header .header__navigation > div ul li a {
    padding: 10px 0;
    min-width: initial;
    width: initial;
    border-radius: 0;
    position: relative;
    margin-left: 40px;
  }
  .header .header__navigation > div ul li a:hover {
    background: transparent;
    color: #ED7549;
  }
  .header .header__navigation .navigation__hamburger {
    display: none;
  }
}
.main {
  background: url(../images/maquinaria-mineria.jpg);
  background-position: top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  max-height: 600px;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
}
.main.parallax {
  background-attachment: scroll;
}
.main:before {
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 100;
}
.main .main__content {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  text-align: center;
  color: white;
  position: relative;
  z-index: 200;
  top: 30px;
}
.main .main__content .content__title {
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 25px;
}
.main .main__content .content__text {
  line-height: 22px;
  font-size: 16px;
}
.main .main__content .content__cta {
  background: #ED7549;
  color: white;
  display: block;
  margin: 15px auto;
  width: 230px;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  margin-top: 30px;
}
.main .main__content .content__cta:hover {
  background: white;
  color: #051A21;
}
@media screen and (min-width: 1600px) {
  .main .main__content .content__cta {
    font-size: 18px;
    width: 280px;
    padding: 15px 0;
  }
}

.values {
  background: #051A21;
  padding: 40px 0;
}
.values .values__content {
  background: #182A31;
  width: 90%;
  max-width: 600px;
  margin: auto;
  padding: 1px 0;
  text-align: center;
  color: white;
  border-radius: 10px;
}
.values .values__content .content__card {
  margin: 50px 0;
}
.values .values__content .content__card .card__img {
  margin: 0 auto;
  width: 80px;
}
.values .values__content .content__card .card__img img {
  width: 100%;
}
.values .values__content .content__card .card__text {
  font-size: 16px;
}
.values .values__intro {
  text-align: center;
  color: white;
  width: 90%;
  margin: 50px auto 0;
}
.values .values__intro .intro__title {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
}
@media screen and (min-width: 1280px) {
  .values .values__intro .intro__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .values .values__intro .intro__title {
    font-size: 40px;
  }
}
.values .values__intro .intro__text {
  font-size: 16px;
  line-height: 22px;
}
.values .values__intro .intro__button {
  background: #ED7549;
  color: white;
  display: block;
  margin: 15px auto;
  width: 230px;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
.values .values__intro .intro__button:hover {
  background: white;
  color: #051A21;
}
@media screen and (min-width: 1600px) {
  .values .values__intro .intro__button {
    font-size: 18px;
    width: 280px;
    padding: 15px 0;
  }
}

.advantages {
  background: #182A31;
  padding: 20px 0 40px;
  color: white;
}
.advantages .advantages__container {
  width: 90%;
  margin: auto;
  text-align: center;
}
.advantages .advantages__container .container__content .content__title {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
}
@media screen and (min-width: 1280px) {
  .advantages .advantages__container .container__content .content__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .advantages .advantages__container .container__content .content__title {
    font-size: 40px;
  }
}
.advantages .advantages__container .container__content .content__text {
  font-size: 16px;
  line-height: 22px;
}
.advantages .advantages__container .container__content .content__squares .squares__card {
  background: #39525D;
  border: 4px solid #253841;
  margin: 10px 0;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  text-align: left;
}
.advantages .advantages__container .container__content .content__squares .squares__card .card__title {
  margin: 10px 0;
}
.advantages .advantages__container .container__content .content__squares .squares__card .card__text {
  font-size: 16px;
  line-height: 22px;
}
.advantages .advantages__container .container__content .content__squares .squares__card i {
  color: #ED7549;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
}
.advantages .advantages__layout .layout__image {
  background: url(../images/maquinaria-agricola.jpg);
  background-position: center;
  background-size: cover;
  width: 90%;
  margin: 30px auto 0;
  height: 300px;
  border-radius: 10px;
}

.experience {
  background: url(../images/camion-carretera.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 20px 0;
}
.experience:before {
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 100;
}
.experience .experience__layout {
  position: relative;
  z-index: 200;
  text-align: center;
  width: 90%;
  margin: auto;
  color: white;
}
.experience .experience__layout .layout__content .content__title {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
  margin: 15px 0;
}
@media screen and (min-width: 1280px) {
  .experience .experience__layout .layout__content .content__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .experience .experience__layout .layout__content .content__title {
    font-size: 40px;
  }
}
.experience .experience__layout .layout__content .content__text {
  font-size: 16px;
  line-height: 22px;
}
.experience .experience__layout .layout__content .content__button {
  background: #ED7549;
  color: white;
  display: block;
  margin: 15px auto;
  width: 230px;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
.experience .experience__layout .layout__content .content__button:hover {
  background: white;
  color: #051A21;
}
@media screen and (min-width: 1600px) {
  .experience .experience__layout .layout__content .content__button {
    font-size: 18px;
    width: 280px;
    padding: 15px 0;
  }
}

.cta {
  background: #051A21;
  padding: 40px 0;
}
.cta .cta__layout {
  width: 90%;
  margin: auto;
  text-align: center;
  color: white;
}
.cta .cta__layout .layout__title {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
}
@media screen and (min-width: 1280px) {
  .cta .cta__layout .layout__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .cta .cta__layout .layout__title {
    font-size: 40px;
  }
}
.cta .cta__layout .layout__text {
  font-size: 16px;
  line-height: 22px;
}
.cta .cta__layout .layout__button {
  background: #ED7549;
  color: white;
  display: block;
  margin: 15px auto;
  width: 230px;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
.cta .cta__layout .layout__button:hover {
  background: white;
  color: #051A21;
}
@media screen and (min-width: 1600px) {
  .cta .cta__layout .layout__button {
    font-size: 18px;
    width: 280px;
    padding: 15px 0;
  }
}

@media screen and (min-width: 900px) {
  .main .main__content .content__title {
    font-size: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantages .advantages__container .container__content .content__squares {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 680px;
    margin: auto;
  }
  .advantages .advantages__container .container__content .content__squares .squares__card {
    max-width: 280px;
  }
}
@media screen and (min-width: 1280px) {
  .main {
    max-height: 700px;
  }
  .main .main__content {
    width: 90%;
    max-width: 1500px;
    margin: auto;
    text-align: center;
    color: white;
    position: relative;
    z-index: 200;
    top: 50px;
  }
  .values .values__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 20% 20% 20% 20%;
    grid-template-columns: 20% 20% 20% 20% 20%;
    width: 90%;
    max-width: 1500px;
    justify-items: center;
    padding: 40px 0;
  }
  .values .values__content .content__card {
    margin: 0;
    width: 180px;
  }
  .values .values__content .content__card .card__text {
    margin: 15px 0 0;
  }
  .values .values__intro {
    max-width: 1500px;
  }
  .advantages {
    padding: 0;
    position: relative;
    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;
    height: auto;
  }
  .advantages .advantages__container {
    max-width: 1500px;
    margin: auto;
    text-align: center;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .advantages .advantages__container .container__content {
    width: 46%;
    text-align: left;
    background: #182a31;
    padding: 30px 10px;
    min-width: 700px;
    border-radius: 10px;
  }
  .advantages .advantages__container .container__content .content__title {
    margin: 0 0 20px;
  }
  .advantages .advantages__container .container__content .content__squares {
    margin: 0;
  }
  .advantages .advantages__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .advantages .advantages__layout .layout__component {
    width: 50%;
  }
  .advantages .advantages__layout .layout__image {
    margin: 0;
    border-radius: 0;
    width: 50%;
    height: 700px;
  }
  .experience {
    padding: 80px 0;
  }
  .experience .experience__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1500px;
    margin: auto;
  }
  .experience .experience__layout .layout__content {
    width: 50%;
    text-align: left;
  }
  .experience .experience__layout .layout__content .content__title {
    margin: 0 0 20px;
  }
  .experience .experience__layout .layout__content .content__button {
    text-align: center;
    margin: 30px 0 0;
  }
  .cta .cta__layout .layout__title {
    margin: 20px 0 20px;
  }
}
@media screen and (min-width: 1600px) {
  .main {
    max-height: 1000px;
  }
  .main .main__content .content__title {
    font-size: 70px;
  }
  .main .main__content .content__text {
    font-size: 18px;
    line-height: 26px;
  }
  .values .values__content .content__card {
    margin: 0;
    width: 200px;
  }
  .values .values__content .content__card .card__img {
    width: 100px;
  }
  .values .values__content .content__card .card__text {
    margin: 15px 0 0;
    font-size: 18px;
  }
  .values .values__intro {
    max-width: 1500px;
  }
  .values .values__intro .intro__text {
    font-size: 18px;
    line-height: 26px;
  }
  .advantages .advantages__container .container__content .content__text {
    font-size: 18px;
    line-height: 26px;
  }
  .advantages .advantages__container .container__content .content__squares {
    margin: 0;
  }
  .advantages .advantages__container .container__content .content__squares .squares__card .card__title {
    font-size: 24px;
  }
  .advantages .advantages__container .container__content .content__squares .squares__card .card__text {
    font-size: 18px;
  }
  .advantages .advantages__layout .layout__image {
    height: 800px;
  }
  .experience .experience__layout .layout__content .content__text {
    font-size: 18px;
    line-height: 26px;
  }
  .cta .cta__layout .layout__text {
    font-size: 18px;
  }
  .cta .cta__layout .layout__button {
    margin-top: 45px;
  }
}
.about .about__cover {
  background: url(../images/tractor-arado.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
}
.about .about__history {
  background: #051A21;
  padding: 10px 0;
}
.about .about__history .history__content {
  width: 90%;
  margin: auto;
  color: white;
  text-align: center;
}
.about .about__history .history__content .content__title {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
}
@media screen and (min-width: 1280px) {
  .about .about__history .history__content .content__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .about .about__history .history__content .content__title {
    font-size: 40px;
  }
}
.about .about__history .history__content .content__text {
  font-size: 16px;
  line-height: 22px;
}
.about .about__history .history__enviroment {
  background: #182A31;
  width: calc(90% - 40px);
  padding: 20px 20px 0;
  margin: 30px auto;
  text-align: center;
  color: white;
  border-radius: 10px;
  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;
  position: relative;
}
.about .about__history .history__enviroment .enviroment__title {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
  margin: 10px 0 20px;
}
@media screen and (min-width: 1280px) {
  .about .about__history .history__enviroment .enviroment__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .about .about__history .history__enviroment .enviroment__title {
    font-size: 40px;
  }
}
.about .about__history .history__enviroment .enviroment__text {
  font-size: 16px;
  line-height: 22px;
}
.about .about__history .history__enviroment .enviroment__image {
  margin: 20px auto;
  width: 100%;
  line-height: 0;
  max-height: 250px;
  border-radius: 10px;
  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;
  overflow: hidden;
}
.about .about__history .history__enviroment .enviroment__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .about__areas {
  background: #182A31;
  padding: 50px 0;
  border-bottom: 20px solid #051A21;
}
.about .about__areas .areas__content {
  width: 90%;
  margin: auto;
}
.about .about__areas .areas__content .content__text {
  text-align: center;
  color: white;
}
.about .about__areas .areas__content .content__text .text__title {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
  margin: 0 0 20px;
}
@media screen and (min-width: 1280px) {
  .about .about__areas .areas__content .content__text .text__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .about .about__areas .areas__content .content__text .text__title {
    font-size: 40px;
  }
}
.about .about__areas .areas__content .content__text .text__words {
  font-size: 16px;
  line-height: 22px;
}
.about .about__areas .areas__content .content__cards .cards__card {
  width: 100%;
  max-width: 550px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
}
.about .about__areas .areas__content .content__cards .cards__card .card__image {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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;
  line-height: 0;
  position: relative;
  z-index: 100;
}
.about .about__areas .areas__content .content__cards .cards__card .card__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .about__areas .areas__content .content__cards .cards__card .card__title {
  position: absolute;
  z-index: 200;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 10px;
  color: white;
  font-weight: bolder;
  font-size: 16px;
}

@media screen and (min-width: 900px) {
  .about .about__areas .areas__content .content__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48% 4% 48%;
    grid-template-columns: 48% 48%;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}
@media screen and (min-width: 1280px) {
  .about .about__cover {
    height: 500px;
  }
  .about .about__history {
    padding: 50px 0 180px;
  }
  .about .about__history .history__content {
    max-width: 1500px;
    margin: 0 auto 60px;
  }
  .about .about__history .history__enviroment {
    width: calc(90% - 80px);
    max-width: 1420px;
    padding: 40px 40px 0;
    height: 270px;
    border-radius: 20px;
  }
  .about .about__history .history__enviroment .enviroment__image {
    width: 90%;
    position: absolute;
    bottom: -135px;
    border-radius: 20px;
  }
  .about .about__areas .areas__content {
    max-width: 1500px;
    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;
  }
  .about .about__areas .areas__content .content__text {
    text-align: left;
    width: 45%;
  }
  .about .about__areas .areas__content .content__text .text__title {
    margin: 0 0 20px;
  }
  .about .about__areas .areas__content .content__text .text__words {
    font-size: 16px;
    line-height: 22px;
  }
  .about .about__areas .areas__content .content__cards {
    max-width: 1000px;
    margin: 0;
    width: 48%;
    row-gap: 20px;
  }
  .about .about__areas .areas__content .content__cards .cards__card {
    margin: 0;
  }
}
@media screen and (min-width: 1600px) {
  .about .about__history .history__content .content__text {
    font-size: 18px;
    line-height: 26px;
  }
  .about .about__history .history__enviroment {
    height: 290px;
  }
  .about .about__history .history__enviroment .enviroment__text {
    font-size: 18px;
    line-height: 26px;
    width: 90%;
  }
  .about .about__areas {
    padding: 80px 0;
  }
  .about .about__areas .areas__content .content__text {
    width: 43%;
  }
  .about .about__areas .areas__content .content__text .text__words {
    font-size: 18px;
    line-height: 26px;
  }
  .about .about__areas .areas__content .content__cards {
    width: 50%;
  }
}
.service .service__intro {
  background: #051A21;
  padding: 80px 0 40px;
}
.service .service__intro .intro__title {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
  color: white;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .service .service__intro .intro__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .service .service__intro .intro__title {
    font-size: 40px;
  }
}
.service .service__intro .intro__layout {
  width: 90%;
  margin: auto;
  text-align: center;
  color: white;
}
.service .service__intro .intro__layout .layout__content .content__text {
  font-size: 16px;
  line-height: 22px;
}
.service .service__intro .intro__layout .layout__image {
  width: 100%;
  max-width: 800px;
  margin: auto;
  line-height: 0;
}
.service .service__intro .intro__layout .layout__image img {
  width: 100%;
  border-radius: 10px;
}
.service .service__quote {
  background: url(../images/camion-de-logistica.jpg);
  background-position: center;
  background-size: cover;
  padding: 20px 0;
  height: 200px;
  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;
  position: relative;
}
.service .service__quote:before {
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 100;
}
.service .service__quote .quote__text {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 200;
  font-size: 20px;
  color: white;
  font-style: italic;
  font-weight: bolder;
}
.service .service__process {
  background: #051A21;
  padding: 40px 0;
}
.service .service__process .process__title {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
  text-align: center;
  color: white;
  width: 90%;
  margin: 20px auto;
}
@media screen and (min-width: 1280px) {
  .service .service__process .process__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .service .service__process .process__title {
    font-size: 40px;
  }
}
.service .service__process .process__details {
  width: 90%;
  margin: auto;
}
.service .service__process .process__details .details__card {
  text-align: center;
  width: 280px;
  margin: 40px auto;
}
.service .service__process .process__details .details__card .card__icon {
  margin: 0 auto;
  width: 50px;
  background: #182434;
  width: 100px;
  height: 100px;
  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;
  border-radius: 50%;
  border: 4px solid #2e3545;
}
.service .service__process .process__details .details__card .card__icon img {
  width: 50px;
  height: 50px;
}
.service .service__process .process__details .details__card .card__title {
  color: white;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
}
.service .service__process .process__details .details__card .card__text {
  color: white;
  font-size: 16px;
  color: #b0b9c7;
}

@media screen and (min-width: 600px) {
  .service .service__quote {
    height: 300px;
  }
  .service .service__quote .quote__text {
    font-size: 30px;
  }
  .service .service__process .process__details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    max-width: 700px;
  }
}
@media screen and (min-width: 1280px) {
  .service .service__intro {
    padding: 130px 0 60px;
  }
  .service .service__intro .intro__layout {
    max-width: 1500px;
    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;
  }
  .service .service__intro .intro__layout .layout__content {
    text-align: left;
    width: 48%;
  }
  .service .service__intro .intro__layout .layout__image {
    width: 48%;
    max-width: 650px;
    margin: 0;
  }
  .service .service__quote {
    height: 350px;
  }
  .service .service__quote .quote__text {
    font-size: 40px;
    max-width: 1500px;
  }
  .service .service__process .process__details {
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
    max-width: 1500px;
  }
}
@media screen and (min-width: 1600px) {
  .service .service__intro .intro__layout .layout__content .content__text {
    font-size: 18px;
    line-height: 26px;
  }
  .service .service__intro .intro__layout .layout__image {
    max-width: 700px;
  }
  .service .service__quote {
    height: 400px;
  }
  .service .service__quote .quote__text {
    font-size: 45px;
  }
  .service .service__process .process__details .details__card {
    width: 320px;
  }
  .service .service__process .process__details .details__card .card__title {
    font-size: 20px;
  }
  .service .service__process .process__details .details__card .card__text {
    font-size: 18px;
    width: 250px;
    margin: 20px auto;
  }
}
.workshop {
  padding: 120px 0 50px;
  background: #051A21;
  color: white;
}
.workshop .workshop__title {
  text-align: center;
}
.workshop .workshop__layout {
  width: 90%;
  max-width: 1500px;
  margin: auto;
}

.contact {
  padding: 100px 0 0;
  background: #051A21;
}
.contact .contact__title {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
  text-align: center;
  color: white;
}
@media screen and (min-width: 1280px) {
  .contact .contact__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .contact .contact__title {
    font-size: 40px;
  }
}
.contact .contact__layout {
  width: 90%;
  margin: auto;
}
.contact .contact__layout .layout__form {
  color: white;
  background: #182A31;
  width: calc(100% - 40px);
  padding: 20px;
  border-radius: 15px;
}
.contact .contact__layout .layout__form .form__title {
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  margin: 0 0 20px;
}
.contact .contact__layout .layout__form .form__text {
  font-size: 16px;
  line-height: 22px;
}
.contact .contact__layout .layout__form form p {
  margin: 0;
}
.contact .contact__layout .layout__form form input, .contact .contact__layout .layout__form form textarea {
  background: none;
  border: none;
  border-bottom: 2px solid gray;
  width: calc(100% - 20px);
  padding: 15px 10px;
  margin: 20px 0 0;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
  border-radius: 5px 5px 0 0;
}
.contact .contact__layout .layout__form form input:focus, .contact .contact__layout .layout__form form textarea:focus {
  background: #213741;
}
.contact .contact__layout .layout__form form input[type=submit] {
  background: #ED7549;
  color: white;
  display: block;
  margin: 15px auto;
  width: 230px;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin: 40px 0 0;
}
.contact .contact__layout .layout__form form input[type=submit]:hover {
  background: white;
  color: #051A21;
}
@media screen and (min-width: 1600px) {
  .contact .contact__layout .layout__form form input[type=submit] {
    font-size: 18px;
    width: 280px;
    padding: 15px 0;
  }
}
.contact .contact__layout .layout__channels {
  margin: 50px 0;
}
.contact .contact__layout .layout__channels .channels__data {
  margin: 20px 0;
}
.contact .contact__layout .layout__channels .channels__data .data__title {
  font-size: 18px;
  font-weight: bolder;
  font-family: "Heebo", sans-serif;
  color: white;
  margin: 15px 0;
}
.contact .contact__layout .layout__channels .channels__data .data__description {
  font-size: 16px;
  color: white;
  margin: 15px 0;
}
.contact .contact__layout .layout__channels .channels__data .data__link {
  color: #ED7549;
  text-decoration: none;
}
.contact .contact__layout .layout__channels .channels__data .data__link:hover {
  color: #ff9d7a;
}
.contact iframe {
  border: none;
  width: 100%;
  height: 250px;
  margin: 0;
  line-height: 0;
}

@media screen and (min-width: 1280px) {
  .contact {
    padding: 120px 0 0;
  }
  .contact .contact__layout {
    width: 90%;
    max-width: 1200px;
    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;
    margin: 50px auto 80px;
  }
  .contact .contact__layout .layout__form {
    width: calc(60% - 80px);
    padding: 40px;
    margin: 0;
  }
  .contact .contact__layout .layout__form form textarea {
    height: 120px;
    max-width: 100%;
  }
  .contact .contact__layout .layout__channels {
    margin: 0;
    width: 48%;
    max-width: 400px;
  }
  .contact iframe {
    height: 350px;
  }
}
@media screen and (min-width: 1600px) {
  .contact .contact__layout .layout__form {
    max-width: 600px;
  }
  .contact .contact__layout .layout__form .form__title {
    font-size: 25px;
  }
  .contact .contact__layout .layout__form .form__text {
    font-size: 18px;
    line-height: 26px;
  }
  .contact .contact__layout .layout__channels .channels__data {
    margin: 35px 0;
  }
  .contact .contact__layout .layout__channels .channels__data .data__title {
    font-size: 20px;
  }
  .contact .contact__layout .layout__channels .channels__data .data__description {
    font-size: 18px;
  }
  .contact .contact__layout .layout__channels .channels__data .data__link {
    font-size: 18px;
  }
  .contact iframe {
    height: 350px;
    margin-bottom: -4px;
  }
}
.error {
  padding: 250px 0 200px;
  background: #051A21;
  text-align: center;
}
.error .error__title {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
  color: white;
  margin: 20px 0;
}
@media screen and (min-width: 1280px) {
  .error .error__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .error .error__title {
    font-size: 40px;
  }
}
.error .error__text {
  color: white;
  font-size: 18px;
  margin: 20px 0 40px;
}
.error .error__image {
  width: 90%;
  max-width: 500px;
  margin: auto;
}
.error .error__button {
  background: #ED7549;
  color: white;
  display: block;
  margin: 15px auto;
  width: 230px;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  margin: 40px auto;
}
.error .error__button:hover {
  background: white;
  color: #051A21;
}
@media screen and (min-width: 1600px) {
  .error .error__button {
    font-size: 18px;
    width: 280px;
    padding: 15px 0;
  }
}

.legal {
  background: #051A21;
  padding: 100px 0 50px;
}
.legal .legal__content {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  color: white;
}
.legal .legal__content p {
  font-size: 16px;
  line-height: 22px;
}

.header-landing {
  background: #051A21;
  width: 100%;
  height: 70px;
  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-shadow: 0 0 5px black;
          box-shadow: 0 0 5px black;
  position: relative;
  z-index: 1000;
}
.header-landing a {
  display: block;
  width: 190px;
  line-height: 0;
}
.header-landing a img {
  width: 100%;
}

.landing {
  background: #051A21;
}
.landing .landing__cover {
  padding: 50px 0 70px;
  background: url(../images/landing/trabajo-en-mineria.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  position: relative;
}
.landing .landing__cover > * {
  width: 90%;
  margin: 20px auto;
}
.landing .landing__cover:before {
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 100;
}
.landing .landing__cover .cover__title {
  font-family: "Heebo", sans-serif;
  font-size: 35px;
  position: relative;
  z-index: 200;
}
.landing .landing__cover .cover__subtitle {
  font-weight: bolder;
  font-size: 18px;
  position: relative;
  z-index: 200;
}
.landing .landing__cover .cover__text {
  font-size: 18px;
  position: relative;
  z-index: 200;
}
.landing .landing__cover .cover__cta {
  font-weight: bolder;
  font-size: 18px;
  position: relative;
  z-index: 200;
}
.landing .landing__cover .cover__buttons {
  position: relative;
  z-index: 200;
}
.landing .landing__cover .cover__buttons a {
  background: #ED7549;
  color: white;
  display: block;
  margin: 15px auto;
  width: 230px;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
.landing .landing__cover .cover__buttons a:hover {
  background: white;
  color: #051A21;
}
@media screen and (min-width: 1600px) {
  .landing .landing__cover .cover__buttons a {
    font-size: 18px;
    width: 280px;
    padding: 15px 0;
  }
}
.landing .landing__cover .cover__buttons a i {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.landing .landing__advantages {
  width: 90%;
  margin: auto;
  padding: 20px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
.landing .landing__advantages .advantages__card {
  background: #182A31;
  width: calc(100% - 40px);
  max-width: 380px;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  margin: 10px 0;
  color: white;
}
.landing .landing__advantages .advantages__card .card__image {
  width: 70px;
  margin: 10px auto 0;
}
.landing .landing__advantages .advantages__card .card__image img {
  width: 100%;
}
.landing .landing__advantages .advantages__card .card__title {
  font-weight: bolder;
  font-size: 18px;
}
.landing .landing__advantages .advantages__card .card__text {
  height: 38px;
  margin: 15px 0 0;
  font-size: 16px;
}
.landing .landing__reason {
  text-align: center;
  width: 90%;
  margin: auto;
  color: white;
  padding: 0 0 40px;
}
.landing .landing__reason .reason__title {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
}
@media screen and (min-width: 1280px) {
  .landing .landing__reason .reason__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .landing .landing__reason .reason__title {
    font-size: 40px;
  }
}
.landing .landing__reason p {
  font-size: 16px;
  line-height: 22px;
}
.landing .landing__quote {
  background: url(../images/landing/tractor-en-mina.jpg);
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing .landing__quote p {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 200;
  color: white;
  text-align: center;
  font-weight: bolder;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.landing .landing__quote p strong {
  text-transform: uppercase;
}
.landing .landing__quote:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.landing .landing__cta {
  text-align: center;
  color: white;
  padding: 20px 0 40px;
  width: 90%;
  margin: auto;
}
.landing .landing__cta .cta__title {
  font-weight: bolder;
  font-size: 25px;
}
.landing .landing__cta .cta__buttons .cta__btn {
  background: #ED7549;
  color: white;
  display: block;
  margin: 15px auto;
  width: 230px;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
.landing .landing__cta .cta__buttons .cta__btn:hover {
  background: white;
  color: #051A21;
}
@media screen and (min-width: 1600px) {
  .landing .landing__cta .cta__buttons .cta__btn {
    font-size: 18px;
    width: 280px;
    padding: 15px 0;
  }
}
.landing .landing__cta .cta__buttons .cta__btn i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

@media screen and (min-width: 900px) {
  .landing .landing__cover > * {
    width: 90%;
    margin: 20px auto;
  }
  .landing .landing__cover .cover__title {
    font-size: 45px;
  }
  .landing .landing__cover .cover__subtitle {
    font-size: 20px;
  }
  .landing .landing__cover .cover__cta {
    font-size: 20px;
  }
  .landing .landing__cover .cover__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
  }
  .landing .landing__advantages {
    -ms-grid-columns: 45% 2% 45%;
    grid-template-columns: 45% 45%;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    max-width: 950px;
  }
  .landing .landing__cta .cta__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .header-landing {
    height: 100px;
  }
  .header-landing a {
    width: 250px;
  }
  .landing .landing__cover .cover__title {
    font-size: 55px;
  }
  .landing .landing__cover .cover__subtitle {
    font-size: 25px;
  }
  .landing .landing__cover .cover__text {
    font-size: 20px;
  }
  .landing .landing__cover .cover__cta {
    font-size: 25px;
  }
  .landing .landing__advantages {
    -ms-grid-columns: 30% 2% 30% 2% 30%;
    grid-template-columns: 30% 30% 30%;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    row-gap: 5%;
    max-width: 1500px;
    padding: 50px 0;
  }
  .landing .landing__quote {
    height: 400px;
  }
  .landing .landing__quote p {
    font-size: 30px;
  }
  .landing .landing__quote p strong {
    font-size: 35px;
  }
}