@charset "UTF-8";
/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 101%;
}

body {
  font-size: 62.5%;
  line-height: 1;
  font-family: Arial, Tahoma, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

p {
  font-size: 1.2em;
  line-height: 1em;
  color: #333;
}

/* Fonts */
@font-face {
  font-family: "Route 159";
  src: url("/assets/fonts/Route159-Regular.eot");
  src: url("/assets/fonts/Route159-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Route159-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Route 159";
  src: url("/assets/fonts/Route159-Italic.eot");
  src: url("/assets/fonts/Route159-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Route159-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Route 159";
  src: url("/assets/fonts/Route159-Light.eot");
  src: url("/assets/fonts/Route159-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Route159-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Route 159";
  src: url("/assets/fonts/Route159-LightItalic.eot");
  src: url("/assets/fonts/Route159-LightItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Route159-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Route 159";
  src: url("/assets/fonts/Route159-SemiBold.eot");
  src: url("/assets/fonts/Route159-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Route159-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Route 159";
  src: url("/assets/fonts/Route159-SemiBoldItalic.eot");
  src: url("/assets/fonts/Route159-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("Route159-SemiBoldItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Route 159";
  src: url("/assets/fonts/Route159-Bold.eot");
  src: url("/assets/fonts/Route159-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Route159-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Route 159";
  src: url("/assets/fonts/Route159-BoldItalic.eot");
  src: url("/assets/fonts/Route159-BoldItalic.eot?#iefix") format("embedded-opentype"), url("Route159-BoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Route 159";
  src: url("/assets/fonts/Route159-Heavy.eot");
  src: url("/assets/fonts/Route159-Heavy.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Route159-Heavy.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Route 159";
  src: url("/assets/fonts/Route159-HeavyItalic.eot");
  src: url("/assets/fonts/Route159-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Route159-HeavyItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/* Hamburger */
/*!
 * * Hamburgers
 * * @description Tasty CSS-animated hamburgers
 * * @author Jonathan Suh @jonsuh
 * * @site https://jonsuh.com/hamburgers
 * * @link https://github.com/jonsuh/hamburgers */
.hamburger {
  padding: 0px 0px;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 20px;
  display: inherit;
  position: relative;
}

.hamburger-inner {
  display: inherit;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: white;
  border-radius: 1px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/* * Spring */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 9px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
          transform: translate3d(0, 9px, 0) rotate(-45deg);
}

/* General */
html {
  font-size: 1em;
}

body {
  font-family: "Route 159", Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialized;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.45;
}
body .whatsapp-button {
  position: fixed;
  display: block;
  text-decoration: none;
  z-index: 99999;
  bottom: 4vh;
  left: 3vw;
  cursor: pointer;
  background-image: url("/assets/images/ico-whatsapp.png");
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 50px;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
body .whatsapp-button:hover {
  opacity: 0.8;
}

p {
  margin-bottom: 1.3em;
  font-size: 1.2em;
  line-height: 1.47;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: 3.157em;
}

h2 {
  font-size: 2.369em;
}

h3 {
  font-size: 1.777em;
}

h4 {
  font-size: 1.333em;
}

small, .font_small {
  font-size: 0.75em;
}

.hero-title {
  font-size: 32px;
}

@media (min-width: 667px) {
  .hero-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (min-width: 900px) {
  .hero-title {
    font-size: 46px;
    line-height: 58px;
  }
}
@media (min-width: 1200px) {
  .hero-title {
    font-size: 52px;
    line-height: 66px;
  }
}
@media (min-width: 1400px) {
  .hero-title {
    font-size: 54px;
    line-height: 68px;
  }
}
@media (min-width: 1600px) {
  .hero-title {
    font-size: 58px;
    line-height: 71px;
  }
}
.present-title {
  font-size: 24px;
  line-height: 30px;
}

@media (min-width: 667px) {
  .present-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 900px) {
  .present-title {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .present-title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (min-width: 1600px) {
  .present-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.title {
  font-size: 18px;
}

.card-title {
  font-size: 22px;
}

.contact-form-intro {
  font-size: 24px;
  line-height: 30px;
}

.pd-lr {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 667px) {
  .pd-lr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 900px) {
  .pd-lr {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .pd-lr {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media (min-width: 1400px) {
  .pd-lr {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.d-none {
  display: none !important;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fast {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slow {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ultra-slow {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.color-white {
  color: white;
}

.color-blue {
  color: #123E63;
}

.color-greenLight {
  color: #81DF20;
}

.color-greenDark {
  color: #58C408;
}

.color-greenUltraDark {
  color: #50B308;
}

.color-brown {
  color: #54291E;
}

.color-gray {
  color: #465663;
}

.color-lightGray {
  color: #67747F;
}

.color-realGray {
  color: #465663;
}

.background-white {
  background: white;
}

.background-blue {
  background: #123E63;
}

.background-greenLight {
  background: #81DF20;
}

.background-greenDark {
  background: #58C408;
}

.background-greenUltraDark {
  background: #50B308;
}

.background-brown {
  background: #54291E;
}

.background-gray {
  background: #465663;
}

.background-lightGray {
  background: #67747F;
}

.background-realGray {
  background: #465663;
}

.background-charcoal {
  background: #2f4658;
}

.cta-button {
  display: inline-block;
  width: 120px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 4px;
}

.cta-button-hero {
  width: 120px;
}

.cta-button-visita {
  width: 140px;
}

.contact-bar {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
  color: white;
}
.contact-bar .contact-bar-inner {
  background-color: rgba(255, 255, 255, 0.12);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12.5px;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}
.contact-bar .contact-bar-inner a {
  text-decoration: none;
  font-weight: 600;
  color: #58C408;
  color: #81DF20;
}
.contact-bar .contact-bar-inner span {
  display: none;
}
.contact-bar .contact-bar-inner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 667px) {
  .contact-bar {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-bar .contact-bar-inner {
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    padding: 8px 14px;
  }
  .contact-bar .contact-bar-inner span {
    display: inherit;
    margin-right: 4px;
  }
}
@media (min-width: 900px) {
  .contact-bar {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact-bar .contact-bar-inner {
    padding: 10px 16px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .contact-bar {
    padding-top: 24px;
    padding-left: 85px;
    padding-right: 85px;
  }
  .contact-bar .contact-bar-inner {
    padding: 10px 20px;
  }
}
@media (min-width: 1400px) {
  .contact-bar {
    padding-left: 120px;
    padding-right: 120px;
  }
  .contact-bar .contact-bar-inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .contact-bar {
    padding-left: 120px;
    padding-right: 120px;
  }
}
/* Header */
header {
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
header .inner-header {
  height: 98px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-branding img.logo {
  width: 115px;
}
header .header-menu {
  z-index: 1005;
}
header .header-menu button.hamburger {
  float: right;
  margin-bottom: 5px;
}
header .header-menu .main-menu {
  position: absolute;
  background: #123E63;
  width: 100%;
  height: 100vh;
  top: -40px;
  left: 0;
  right: 0;
  padding: 94px 24px 52px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
header .header-menu .main-menu .hamburger {
  position: absolute;
  right: 16px;
  top: 32px;
}
header .header-menu .main-menu a {
  width: 100%;
  text-align: center;
  display: block;
  color: white;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0.2px;
  margin-bottom: 44px;
  font-weight: 500;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
header .header-menu .main-menu .button-cta-header {
  background: #50B308;
  color: white;
  text-decoration: none;
  font-weight: 500;
  padding: 11px 16px;
  font-size: 14px;
  display: block;
  vertical-align: middle;
  height: 44px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
}
header .header-menu .main-menu .button-cta-header:hover {
  -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0);
  background: #58C408;
  color: white;
}
header .header-menu .sh {
  display: none;
}

@media (min-width: 667px) {
  header {
    top: 38px;
  }
  header .inner-header {
    height: 130px;
  }
  header .header-branding img.logo {
    width: 135px;
  }
}
@media (min-width: 900px) {
  header .inner-header {
    -ms-grid-columns: 0.2fr 0.8fr;
    grid-template-columns: 0.2fr 0.8fr;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 142px;
  }
  header .header-branding img.logo {
    width: 140px;
  }
  header .header-menu {
    text-align: right;
  }
  header .header-menu button.hamburger {
    display: none;
  }
  header .header-menu .main-menu {
    position: relative;
    background: transparent;
    height: auto;
    left: auto;
    top: auto;
    right: auto;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-menu .main-menu a {
    text-align: left;
    display: inline-block;
    font-size: 15px;
    margin-right: 32px;
    vertical-align: middle;
    margin-bottom: 0;
    padding-bottom: 0;
    width: auto;
  }
  header .header-menu .main-menu .button-cta-header {
    background: #50B308;
    color: white;
    vertical-align: middle;
    width: auto;
    display: inline-block;
    padding: 9px 20px;
    height: auto;
    margin-left: 5px;
    margin-right: 0;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  header .header-menu .main-menu .button-cta-header:hover {
    background: #58C408;
  }
  header .header-menu .sh {
    display: inherit;
  }
}
@media (min-width: 1200px) {
  header {
    top: 32px;
  }
  header .inner-header {
    height: 158px;
  }
  header .header-branding img.logo {
    width: 146px;
  }
  header .header-menu .main-menu a {
    letter-spacing: 0.5px;
    margin-right: 44px;
  }
  header .header-menu .main-menu .button-cta-header {
    margin-left: 7px;
  }
}
@media (min-width: 1400px) {
  header .inner-header {
    margin: auto;
    height: 158px;
  }
  header .header-menu .main-menu a {
    margin-right: 58px;
  }
  header .header-menu .main-menu a:last-child {
    margin-right: 0;
  }
  header .header-menu .main-menu .button-cta-header {
    height: auto;
  }
}
@media (min-width: 1600px) {
  header .inner-header {
    max-width: 1300px;
    height: 168px;
  }
  header .header-branding img.logo {
    width: 160px;
  }
}
.darkHeader {
  background: #123E63;
  top: 0;
  position: fixed;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
}
.darkHeader .inner-header {
  height: 70px;
  padding-top: 4px;
}
.darkHeader .header-menu .main-menu {
  top: 0;
}
.darkHeader .header-menu .main-menu .button-cta-header {
  background: #58C408;
  color: white;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.darkHeader .header-menu .main-menu .button-cta-header:hover {
  color: white;
  background: #81DF20;
}

@media (min-width: 667px) {
  .darkHeader .inner-header {
    height: 86px;
  }
  .darkHeader .header-branding {
    width: 130px;
  }
}
@media (min-width: 900px) {
  .darkHeader .inner-header {
    height: 86px;
  }
}
@media (min-width: 1200px) {
  .darkHeader .inner-header {
    height: 88px;
  }
}
/* Hero */
.hero {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  text-align: center;
  background-position: 75% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 90;
}
.hero .bx-wrapper {
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.hero .slider-img {
  width: 100%;
  height: 120vh;
  background-size: cover;
}
.hero #heroVideo {
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  z-index: -10;
  -webkit-transition: all ease 0.3;
  -o-transition: all ease 0.3;
  transition: all ease 0.3;
}
.hero h1 {
  margin-bottom: 21px;
  line-height: 36px;
  font-size: 27px;
  z-index: 99;
}
.hero p {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 28px;
  z-index: 99;
}
.hero .cta-button {
  width: auto;
  z-index: 99;
  background: #082E4E;
  border-radius: 4px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
}
.hero .cta-button:hover {
  background: #123E63;
  -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0);
}

@media (orientation: landscape) {
  .hero {
    height: 100vh;
  }
  .hero .slider-img {
    height: 100vh;
  }
}
@media (min-width: 350px) {
  .hero p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 28px;
  }
}
@media (min-width: 667px) {
  .hero {
    padding: 54px 92px 0 92px;
    background-position: center;
  }
  .hero h1 {
    margin-bottom: 28px;
    font-size: 46px;
    line-height: 55px;
  }
  .hero p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1px;
    margin-bottom: 34px;
  }
  .hero .slider-img {
    height: 100vh;
    background-position: center;
  }
}
@media (min-width: 900px) {
  .hero {
    padding: 80px 120px 0 120px;
  }
  .hero h1 {
    margin-bottom: 28px;
    line-height: 62px;
  }
  .hero p {
    font-size: 20px;
    line-height: 28px;
    padding-left: 42px;
    padding-right: 42px;
  }
  .hero #heroVideo {
    display: inherit;
  }
}
@media (min-width: 1200px) {
  .hero {
    padding: 104px 180px 0 180px;
  }
  .hero h1 {
    margin-bottom: 30px;
    line-height: 64px;
    font-size: 48px;
  }
  .hero p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 36px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1400px) {
  .hero {
    padding: 94px 180px 0 180px;
  }
  .hero h1 {
    margin: auto;
    margin-bottom: 28px;
    width: 900px;
  }
  .hero p {
    margin: auto;
    width: 900px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1600px) {
  .hero h1 {
    margin-bottom: 34px;
    line-height: 72px;
    font-size: 57px;
  }
  .hero p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 38px;
  }
}
/* Clientes */
.clientes {
  position: relative;
  width: 100%;
}
.clientes::before {
  content: "";
  background: #123E63;
  background: #50B308;
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  right: 0;
}
.clientes p {
  font-weight: 600;
  text-align: center;
  color: white;
  font-size: 16px;
  padding: 52px 0 24px;
}
.clientes .items {
  display: -ms-grid;
  display: grid;
}
.clientes .items a {
  text-decoration: none;
}
.clientes .items .item {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 18px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 7px 36px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 7px 36px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.clientes .items .item:hover, .clientes .items .item:focus {
  -webkit-box-shadow: 0px 7px 36px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 7px 36px 0px rgba(0, 0, 0, 0);
}
.clientes .items .item img {
  height: 40px;
  margin: auto;
  margin-bottom: 10px;
}
.clientes .items .item h2 {
  margin: 0;
  display: inlineblock;
  color: white;
  text-align: center;
}

@media (min-width: 667px) {
  .clientes::before {
    height: 85%;
  }
  .clientes p {
    font-size: 19px;
    letter-spacing: 0.25px;
    line-height: 30px;
    padding: 64px 60px 24px;
  }
  .clientes .items {
    -ms-grid-columns: 1fr 18px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 18px;
  }
  .clientes .items .item img {
    margin-bottom: 14px;
    height: 45px;
  }
}
@media (min-width: 900px) {
  .clientes p {
    font-size: 21px;
    letter-spacing: 0.35px;
    line-height: 33px;
    padding: 74px 120px 28px;
  }
  .clientes .items .item {
    height: 255px;
  }
  .clientes .items .item img {
    margin-bottom: 16px;
    height: 52px;
  }
  .clientes .items .item h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .clientes p {
    font-size: 22px;
    letter-spacing: 0.35px;
    line-height: 34px;
    padding: 84px 160px 28px;
  }
  .clientes .items .item {
    height: 300px;
  }
  .clientes .items .item img {
    margin-bottom: 18px;
    height: 56px;
  }
  .clientes .items .item h2 {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .clientes p {
    padding: 84px 250px 28px;
  }
  .clientes .items .item {
    height: 340px;
  }
  .clientes .items .item img {
    margin-bottom: 16px;
    height: 60px;
  }
  .clientes .items .item h2 {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .clientes p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .clientes .items {
    margin: auto;
    max-width: 1300px;
  }
  .clientes .items .item {
    height: 350px;
  }
}
/* Servicios */
.servicios {
  text-align: center;
  padding-bottom: 36px;
}
.servicios h2 {
  margin-bottom: 40px;
}
.servicios .title-generic {
  margin-bottom: 32px;
}
.servicios .selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.servicios .selectors a {
  padding: 8px 18px;
  font-size: 13px;
  color: white;
  cursor: pointer;
  text-decoration: none;
  background: #58C408;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.servicios .selectors a:hover, .servicios .selectors a:focus {
  background: #50B308;
}
.servicios .selectors .button-empresas {
  border-radius: 4px 0 0 4px;
}
.servicios .selectors .button-hogares {
  border-radius: 0 4px 4px 0;
}
.servicios .selectors .clicked {
  background: #50B308;
}
.servicios .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.servicios .items .item {
  width: 50%;
  padding-bottom: 24px;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.servicios .items .item a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.servicios .items .item a img {
  height: 48px;
  margin-bottom: 8px;
  position: relative;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  bottom: 0;
}
.servicios .items .item a h5 {
  color: #54291E;
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 15px;
}
.servicios .items .item:hover a img {
  bottom: 8px;
}

@media (min-width: 667px) {
  .servicios h2 {
    margin-top: 64px;
    margin-bottom: 62px;
  }
  .servicios .title-generic {
    margin-bottom: 34px;
  }
  .servicios .selectors {
    margin-bottom: 46px;
  }
  .servicios .items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 14px;
  }
  .servicios .items .item {
    margin-bottom: 22px;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .servicios h2 {
    padding-top: 6px;
  }
  .servicios .title-generic {
    margin-bottom: 42px;
  }
  .servicios .selectors {
    margin-bottom: 30px;
  }
  .servicios .selectors a {
    font-size: 13px;
  }
  .servicios .items {
    margin: auto;
    margin-top: 64px;
    width: 95%;
  }
  .servicios .items .item {
    margin-bottom: 40px;
  }
  .servicios .items .item a img {
    height: 57px;
    margin-bottom: 16px;
  }
  .servicios .items .item a h5 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .servicios h2 {
    padding-top: 24px;
  }
  .servicios .title-generic {
    margin-bottom: 48px;
  }
  .servicios .selectors {
    margin-bottom: -14px;
  }
  .servicios .selectors a {
    font-size: 14px;
  }
  .servicios .items {
    margin-top: 74px;
    width: 90%;
  }
  .servicios .items .item {
    margin-bottom: 60px;
  }
  .servicios .items .item a img {
    height: 62px;
    margin-bottom: 21px;
  }
  .servicios .items .item a h5 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .servicios h2 {
    padding-top: 46px;
  }
  .servicios .items {
    margin-top: 84px;
  }
  .servicios .items .item {
    margin-bottom: 70px;
  }
  .servicios .items .item a img {
    height: 68px;
    margin-bottom: 24px;
  }
  .servicios .items .item a h5 {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .servicios .items {
    margin: auto;
    margin-top: 84px;
    max-width: 1110px;
  }
}
/* Marcas */
.marcas {
  text-align: center;
  color: white;
  padding-top: 16px;
  padding-bottom: 23px;
}
.marcas h2 {
  margin-bottom: 32px;
}
.marcas .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.marcas .items .item {
  width: 120px;
  height: 100%;
  margin-bottom: 18px;
}

@media (min-width: 667px) {
  .marcas {
    padding-top: 28px;
    padding-bottom: 62px;
  }
  .marcas h2 {
    margin-bottom: 40px;
  }
  .marcas .items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .marcas .items .item {
    width: 132px;
    margin: 0 10px 0 10px;
    margin-bottom: 14px;
  }
}
@media (min-width: 900px) {
  .marcas {
    padding-top: 42px;
    padding-bottom: 62px;
  }
  .marcas h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    padding: 0;
    width: 80%;
  }
  .marcas .items {
    width: 90%;
    margin: auto;
  }
  .marcas .items .item {
    margin-bottom: 21px;
    width: 148px;
  }
}
@media (min-width: 1200px) {
  .marcas {
    padding-bottom: 50px;
  }
  .marcas h2 {
    width: 70%;
  }
  .marcas .items {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
  .marcas .items .item {
    margin-left: 14px;
    margin-right: 14px;
    width: 154px;
  }
}
@media (min-width: 1400px) {
  .marcas {
    padding-top: 46px;
    padding-bottom: 76px;
  }
  .marcas h2 {
    margin-bottom: 54px;
  }
  .marcas .items .item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1600px) {
  .marcas {
    padding-top: 50px;
    padding-bottom: 76px;
  }
  .marcas h2 {
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
    max-width: 55%;
  }
  .marcas .items {
    max-width: 1000px;
  }
  .marcas .items .item {
    margin-left: 14px;
    margin-right: 14px;
    width: 150px;
  }
}
/* Title Section: Titulo de página */
.title-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  margin: auto;
  color: white;
  height: 320px;
  padding-top: 72px;
}
.title-section img {
  height: 52px;
  margin: auto;
  margin-bottom: 14px;
}
.title-section h1 {
  font-size: 28px;
  margin: auto;
}

@media (min-width: 667px) {
  .title-section {
    height: 420px;
  }
  .title-section img {
    height: 67px;
    margin-bottom: 21px;
  }
  .title-section h1 {
    font-size: 36px;
  }
}
@media (min-width: 900px) {
  .title-section {
    height: 490px;
    padding-top: 94px;
    background-position: top;
  }
  .title-section img {
    height: 72px;
    margin-bottom: 22px;
  }
  .title-section h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .title-section {
    height: 530px;
    padding-top: 98px;
    background-position: center;
  }
  .title-section img {
    height: 72px;
    margin-bottom: 24px;
  }
  .title-section h1 {
    font-size: 42px;
  }
}
@media (min-width: 1400px) {
  .title-section {
    height: 580px;
    padding-top: 102px;
  }
  .title-section img {
    height: 76px;
    margin-bottom: 21px;
  }
  .title-section h1 {
    font-size: 42px;
  }
}
/* Present Section */
.present {
  padding-top: 46px;
  color: white;
  position: relative;
}
.present::before {
  content: "";
  position: absolute;
  background: #123E63;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 93%;
}
.present h2 {
  text-align: center;
  margin: auto;
  width: 90%;
  margin-bottom: 22px;
}
.present p.present-text {
  color: white;
  text-align: center;
  width: 85%;
  margin: auto;
  margin-bottom: 40px;
  font-size: 14px;
}
.present .items {
  display: -ms-grid;
  display: grid;
}
.present .items .item {
  background: #465663;
  background: #2f4658;
  padding: 35px 32px 38px;
  margin-bottom: 18px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 7px 36px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 7px 36px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.present .items .item img {
  height: 64px;
  margin-bottom: 11px;
  text-align: center;
}
.present .items .item h3 {
  margin-top: 0;
  margin-bottom: 13px;
  color: #97E448;
}
.present .items .item p {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
}
.present .items .item:hover, .present .items .item:focus {
  -webkit-box-shadow: 0px 7px 36px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 7px 36px 0px rgba(0, 0, 0, 0);
}
.present .items .item-1 {
  background-image: url("/assets/img/back_none.png");
  background-size: cover;
  background-position: center;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.present .items .item-1:hover {
  background-image: url("/assets/img/present_point1.jpg");
}
.present .items .item-2 {
  background-image: url("/assets/img/back_none.png");
  background-size: cover;
  background-position: -130px;
  background-position: center;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.present .items .item-2:hover {
  background-image: url("/assets/img/present_point2.jpg");
}
.present .items .item-3 {
  background-image: url("/assets/img/back_none.png");
  background-size: cover;
  background-position: center;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.present .items .item-3:hover {
  background-image: url("/assets/img/present_point5.jpg");
}
.present .items .item-4 {
  background-image: url("/assets/img/back_none.png");
  background-size: cover;
  background-position: -75px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.present .items .item-4:hover {
  background-image: url("/assets/img/present_point6.jpg");
}
.present .items .item-5 {
  background-image: url("/assets/img/back_none.png");
  background-size: cover;
  background-position: center;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.present .items .item-5:hover {
  background-image: url("/assets/img/present_point7.jpg");
}
.present .items .item-6 {
  background-image: url("/assets/img/back_none.png");
  background-size: cover;
  background-position: center;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.present .items .item-6:hover {
  background-image: url("/assets/img/present_point5.jpg");
}
.present .present-why {
  display: -ms-grid;
  display: grid;
  position: relative;
}
.present .present-why .img {
  display: none;
  background-color: #67747F;
}
.present .present-why .data {
  border-radius: 5px;
  padding: 16px 28px;
}
.present .present-why .data h3 {
  margin-top: 22px;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 14px;
}
.present .present-why .data p {
  color: white;
  font-size: 13px;
}

@media (min-width: 667px) {
  .present {
    padding-top: 68px;
  }
  .present::before {
    height: 94%;
  }
  .present h2 {
    font-size: 33px;
    line-height: 44px;
    margin-bottom: 32px;
  }
  .present p.present-text {
    font-size: 17.5px;
    line-height: 27px;
    margin-bottom: 52px;
  }
  .present .items .item {
    padding: 50px 82px 53px;
  }
  .present .items .item img {
    height: 72px;
    margin-bottom: 16px;
  }
  .present .items .item h3 {
    font-size: 23px;
    margin-bottom: 21px;
  }
  .present .items .item p {
    font-size: 16px;
    line-height: 26px;
  }
  .present .present-why .img {
    display: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 260px;
    border-radius: 6px 6px 0 0;
  }
  .present .present-why .data {
    padding: 34px 42px;
    border-radius: 0 0 6px 6px;
  }
  .present .present-why .data h3 {
    font-size: 24px;
    margin-top: 20px;
    line-height: 32px;
    margin-bottom: 22px;
  }
  .present .present-why .data p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 30px;
  }
}
@media (min-width: 900px) {
  .present {
    padding-top: 75px;
  }
  .present::before {
    height: 88%;
  }
  .present h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 34px;
  }
  .present p.present-text {
    font-size: 19px;
    line-height: 29px;
    width: 70%;
  }
  .present .items {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
  .present .items .item {
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 48px 42px 54px;
  }
  .present .items .item img {
    height: 65px;
    margin-bottom: 18px;
  }
  .present .items .item h3 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 19px;
  }
  .present .items .item p {
    line-height: 25px;
  }
  .present .present-why {
    -ms-grid-columns: 0.5fr 0.8fr;
    grid-template-columns: 0.5fr 0.8fr;
  }
  .present .present-why .img {
    height: auto;
    border-radius: 6px 0 0 6px;
  }
  .present .present-why .data {
    padding: 38px 52px;
    border-radius: 0 6px 6px 0;
  }
  .present .present-why .data p {
    font-size: 15.5px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .present {
    padding-top: 80px;
  }
  .present h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 38px;
  }
  .present p.present-text {
    line-height: 31px;
    margin-bottom: 54px;
  }
  .present .items {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
  .present .items .item {
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 54px 40px 64px;
  }
  .present .items .item img {
    height: 70px;
    margin-bottom: 20px;
  }
  .present .items .item h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 19px;
  }
  .present .items .item p {
    font-size: 17px;
  }
  .present .present-why .data h3 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .present .present-why .data p {
    line-height: 23px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .present {
    padding-top: 84px;
  }
  .present h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 910px;
  }
  .present p.present-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 910px;
    margin-bottom: 58px;
  }
  .present .items .item {
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 58px 48px 68px;
  }
  .present .items .item img {
    height: 70px;
    margin-bottom: 20px;
  }
  .present .items .item h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 19px;
  }
  .present .items .item p {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .present .items {
    margin: auto;
    max-width: 1300px;
  }
  .present .items .item {
    padding: 58px 60px 68px 44px;
  }
  .present .present-why-servicios {
    margin: auto;
    max-width: 1300px;
  }
}
.present-hogares::before {
  background: #50B308;
}

/* Metodologia */
.metodologia {
  margin-top: 60px;
}
.metodologia h2 {
  text-align: center;
}
.metodologia .items {
  padding-top: 32px;
  padding-bottom: 20px;
  margin: auto;
  width: 95%;
}
.metodologia .items .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.2fr 0.8fr;
  grid-template-columns: 0.2fr 0.8fr;
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 18px;
}
.metodologia .items .item:last-child {
  margin-bottom: 0;
}
.metodologia .items .item img {
  width: 90%;
  height: auto;
}
.metodologia .items .item .data {
  padding-left: 16px;
}
.metodologia .items .item .data h4 {
  margin-top: 0;
  font-size: 16px;
}
.metodologia .items .item .data p {
  font-size: 13px;
}

@media (min-width: 667px) {
  .metodologia h2 {
    margin-top: 90px;
    margin-bottom: 22px;
  }
  .metodologia .items {
    padding-top: 38px;
    margin-bottom: -30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.8fr 60px 1fr;
    grid-template-columns: 0.8fr 1fr;
    grid-column-gap: 60px;
  }
  .metodologia .items .item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.2fr 0.8fr;
    grid-template-columns: 0.2fr 0.8fr;
    margin-bottom: 26px;
  }
  .metodologia .items .item img {
    width: 88%;
  }
  .metodologia .items .item .data {
    padding-left: 16px;
  }
  .metodologia .items .item .data h4 {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .metodologia .items .item .data p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 900px) {
  .metodologia {
    padding-bottom: 10px;
  }
  .metodologia h2 {
    margin-bottom: 32px;
  }
  .metodologia .items {
    margin-bottom: -36px;
  }
  .metodologia .items .item {
    margin-bottom: 26px;
  }
  .metodologia .items .item .data h4 {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .metodologia .items .item .data p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .metodologia {
    padding-bottom: 14px;
  }
  .metodologia h2 {
    margin-bottom: 38px;
    margin-top: 100px;
  }
  .metodologia .items {
    margin-bottom: -42px;
  }
  .metodologia .items .item {
    margin-bottom: 31px;
  }
  .metodologia .items .item img {
    width: 75%;
  }
  .metodologia .items .item .data {
    padding-left: 10px;
  }
  .metodologia .items .item .data h4 {
    font-size: 21px;
    margin-bottom: 14px;
  }
  .metodologia .items .item .data p {
    font-size: 15.5px;
    line-height: 23px;
  }
}
@media (min-width: 1400px) {
  .metodologia h2 {
    margin-top: 110px;
    margin-bottom: 40px;
  }
  .metodologia .items {
    margin-bottom: -66px;
  }
  .metodologia .items .item {
    margin-bottom: 36px;
  }
  .metodologia .items .item img {
    width: 72%;
  }
  .metodologia .items .item .data {
    padding-left: 14px;
  }
}
@media (min-width: 1600px) {
  .metodologia {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
  }
  .metodologia h2 {
    margin-bottom: 46px;
  }
  .metodologia .items {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -74px;
  }
  .metodologia .items .item {
    margin-bottom: 46px;
  }
  .metodologia .items .item img {
    width: 68%;
  }
  .metodologia .items .item .data {
    padding-left: 14px;
  }
  .metodologia .items .item .data h4 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .metodologia .items .item .data p {
    font-size: 16px;
    line-height: 25px;
  }
}
/* CTA Visita */
.cta-visita {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.cta-visita .item-data {
  padding: 52px 21px;
  color: white;
}
.cta-visita .item-data h2 {
  margin-top: 0;
  margin-bottom: 18px;
}
.cta-visita .item-data p {
  color: white;
  margin-bottom: 26px;
  font-size: 14px;
}
.cta-visita .item-data .cta-button-visita {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
}
.cta-visita .item-data .cta-button-visita:hover {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0);
}
.cta-visita .item-img {
  display: none;
}

@media (min-width: 667px) {
  .cta-visita {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: left;
    position: relative;
  }
  .cta-visita .item-data {
    width: 55%;
    padding: 62px 60px 62px 35px;
  }
  .cta-visita .item-data h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 21px;
  }
  .cta-visita .item-data p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .cta-visita .item-img {
    width: 45%;
    display: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 900px) {
  .cta-visita .item-data {
    padding: 80px 70px 80px 50px;
  }
  .cta-visita .item-data h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 21px;
  }
  .cta-visita .item-data p {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 24.5px;
  }
}
@media (min-width: 1200px) {
  .cta-visita .item-data {
    padding: 100px 100px 100px 90px;
  }
  .cta-visita .item-data h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 21px;
  }
  .cta-visita .item-data p {
    width: 80%;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1400px) {
  .cta-visita .item-data {
    padding: 100px 100px 100px 125px;
  }
}
@media (min-width: 1600px) {
  .cta-visita {
    position: relative;
  }
  .cta-visita .item-data {
    width: 100%;
    padding: 0;
    height: 480px;
    max-width: 1280px;
    margin: auto;
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .cta-visita .item-data h2 {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 30px;
  }
  .cta-visita .item-data p {
    max-width: 600px;
    line-height: 29px;
    margin-bottom: 40px;
  }
  .cta-visita .item-img {
    position: absolute;
    right: 0;
    height: 480px;
    width: 47%;
  }
}
/* Comps */
.comp {
  text-align: center;
  padding-top: 46px;
  padding-bottom: 26px;
  color: white;
}
.comp h2 {
  margin: auto;
  margin-top: 0;
  margin-bottom: 42px;
  width: 90%;
}
.comp .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.comp .items .item {
  margin-bottom: 28px;
}
.comp .items .item img {
  height: 50px;
}
.comp .items .item h4 {
  font-size: 14px;
  line-height: 19px;
}

@media (min-width: 667px) {
  .comp {
    padding-top: 68px;
    padding-bottom: 54px;
  }
  .comp h2 {
    margin-bottom: 48px;
    width: 90%;
    font-size: 32px;
    line-height: 43px;
  }
  .comp .items {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .comp .items .item {
    margin-bottom: 28px;
  }
  .comp .items .item img {
    height: 68px;
  }
  .comp .items .item h4 {
    font-size: 18px;
    letter-spacing: 0.3px;
  }
}
@media (min-width: 900px) {
  .comp {
    padding-top: 75px;
    padding-bottom: 54px;
  }
  .comp h2 {
    margin-bottom: 60px;
    width: 70%;
    font-size: 38px;
    line-height: 49px;
  }
  .comp .items {
    width: 90%;
    margin: auto;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .comp .items .item img {
    height: 74px;
    margin-bottom: 6px;
  }
  .comp .items .item h4 {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1200px) {
  .comp {
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .comp h2 {
    margin-bottom: 65px;
    width: 70%;
    line-height: 52px;
  }
  .comp .items {
    width: 80%;
    margin: auto;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .comp .items .item img {
    height: 80px;
  }
}
@media (min-width: 1400px) {
  .comp {
    padding-top: 90px;
    padding-bottom: 74px;
  }
  .comp h2 {
    margin-bottom: 68px;
    line-height: 53px;
  }
  .comp .items {
    width: 85%;
  }
  .comp .items .item img {
    height: 80px;
  }
}
@media (min-width: 1600px) {
  .comp {
    padding-top: 96px;
    padding-bottom: 84px;
  }
  .comp h2 {
    margin-bottom: 72px;
    width: 60%;
  }
  .comp .items {
    max-width: 960px;
  }
  .comp .items .item img {
    height: 80px;
  }
}
.comp_single {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.comp_single img {
  height: 80px;
  margin-bottom: 12px;
}
.comp_single h2 {
  margin-top: 0;
  margin-bottom: 16px;
}
.comp_single p {
  font-size: 13px;
}

@media (min-width: 667px) {
  .comp_single {
    padding-top: 88px;
    padding-bottom: 85px;
  }
  .comp_single img {
    height: 90px;
    margin-bottom: 16px;
  }
  .comp_single h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .comp_single p {
    margin: auto;
    width: 85%;
    font-size: 15px;
    line-height: 23px;
  }
}
@media (min-width: 900px) {
  .comp_single {
    padding-top: 100px;
    padding-bottom: 94px;
  }
  .comp_single img {
    height: 90px;
    margin-bottom: 22px;
  }
  .comp_single h2 {
    font-size: 34px;
  }
  .comp_single p {
    margin: auto;
    width: 85%;
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .comp_single {
    padding-top: 120px;
    padding-bottom: 124px;
  }
  .comp_single img {
    height: 100px;
    margin-bottom: 22px;
  }
  .comp_single h2 {
    font-size: 38px;
  }
  .comp_single p {
    width: 75%;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1600px) {
  .comp_single p {
    max-width: 850px;
  }
}
/* Comp Element */
/* Contacto */
.contact-form {
  padding-top: 12px;
  padding-bottom: 38px;
  font-size: 12px;
}
.contact-form .the-form {
  margin-top: 28px;
}
.contact-form .the-form form .fields-for {
  margin-bottom: 24px;
}
.contact-form .the-form form .fields-for p {
  margin-bottom: 8px;
}
.contact-form .the-form form .fields-for p b {
  font-weight: 600;
}
.contact-form .the-form form .fields-general input {
  font-family: "Route 159", sans-serif;
  padding: 12px 11px;
  margin-bottom: 11px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: solid 1px transparent;
  background: #EEEEEE;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.contact-form .the-form form .fields-general input:focus {
  background: transparent;
  border: solid 1px rgba(103, 116, 127, 0.5);
}
.contact-form .the-form form .fields-general input.error {
  border: solid 1px red;
}
.contact-form .the-form form .fields-empresa input {
  font-family: "Route 159", sans-serif;
  padding: 12px 11px;
  margin-bottom: 11px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px transparent;
  background: #EEEEEE;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.contact-form .the-form form .fields-empresa input:focus {
  background: transparent;
  border: solid 1px rgba(103, 116, 127, 0.5);
}
.contact-form .the-form form .fields-motivo {
  margin-top: 17px;
  margin-bottom: 27px;
}
.contact-form .the-form form .fields-motivo p {
  margin-bottom: 8px;
}
.contact-form .the-form form .fields-motivo p b {
  font-weight: 600;
}
.contact-form .the-form form .fields-servicios {
  margin-bottom: 23px;
}
.contact-form .the-form form .fields-servicios p {
  margin-bottom: 12px;
}
.contact-form .the-form form .fields-servicios p b {
  font-weight: 600;
}
.contact-form .the-form form .fields-servicios .select-button-c {
  border: none;
  background: #EEEEEE;
  display: block;
  width: 100%;
  padding: 13.5px 19px;
  font-family: "Route 159", sans-serif;
  margin-right: 6px;
  margin-bottom: 12px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
}
.contact-form .the-form form .fields-servicios .select-button-c:hover {
  background: rgba(103, 116, 127, 0.2);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
}
.contact-form .the-form form .fields-servicios .select-button-c p {
  padding: 0;
  margin: 0;
}
.contact-form .the-form form .fields-servicios .selected {
  background: #50B308;
  border-color: #50B308;
  color: white;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
}
.contact-form .the-form form .fields-servicios .selected:hover {
  background: #50B308;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
}
.contact-form .the-form form textarea.mensaje {
  width: 100%;
  height: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 11px;
  outline: none;
  font-family: "Route 159", sans-serif;
  border: solid 1px transparent;
  background: #EEEEEE;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.contact-form .the-form form textarea.mensaje:focus {
  background: transparent;
  border: solid 1px rgba(103, 116, 127, 0.5);
}
.contact-form .the-form form textarea.error {
  border: solid 1px red;
}
.contact-form .the-form form button.send-button {
  font-family: "Route 159", sans-serif;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background: #50B308;
  border: none;
  color: white;
  font-weight: 500;
  margin-top: 12px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.contact-form .the-form form button.send-button:hover {
  background: #58C408;
}
.contact-form .the-form form .select-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border: solid 1px black;
  vertical-align: middle;
  margin-right: 6px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.contact-form .the-form form .select-checkbox:checked {
  background: #50B308;
  border: solid 1px #50B308;
}
.contact-form .the-form form .checkbox-label {
  vertical-align: middle;
  margin-right: 16px;
  font-size: 13px;
  cursor: pointer;
}

@media (min-width: 667px) {
  .contact-form {
    padding-top: 21px;
    padding-bottom: 60px;
    font-size: 12px;
  }
  .contact-form .the-form {
    margin-top: 38px;
  }
  .contact-form .the-form form .fields-for p {
    margin-bottom: 10px;
  }
  .contact-form .the-form form .fields-general {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
  }
  .contact-form .the-form form .fields-general input {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .contact-form .the-form form .fields-empresa {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
  }
  .contact-form .the-form form .fields-empresa input {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .contact-form .the-form form .fields-motivo {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .contact-form .the-form form .fields-motivo p {
    margin-bottom: 10px;
  }
  .contact-form .the-form form .fields-servicios .select-button-c {
    padding: 12px 21px;
    margin-right: 8px;
    font-size: 13px;
    display: inline-block;
    width: auto;
  }
  .contact-form .the-form form textarea.mensaje {
    height: 160px;
    font-size: 13px;
  }
  .contact-form .the-form form button.send-button {
    padding: 11px 30px;
    border-radius: 2px;
    width: auto;
    font-size: 13px;
  }
}
@media (min-width: 900px) {
  .contact-form {
    padding-bottom: 70px;
    font-size: 12.5px;
  }
  .contact-form .the-form form .fields-for {
    margin-bottom: 26px;
  }
  .contact-form .the-form form .fields-general {
    grid-column-gap: 13px;
  }
  .contact-form .the-form form .fields-general input {
    margin-bottom: 15px;
    font-size: 14px;
    padding: 15px 12px;
  }
  .contact-form .the-form form .fields-empresa {
    grid-column-gap: 13px;
  }
  .contact-form .the-form form .fields-empresa input {
    margin-bottom: 15px;
    font-size: 14px;
    padding: 15px 12px;
  }
  .contact-form .the-form form .fields-motivo {
    margin-top: 13px;
    margin-bottom: 32px;
  }
  .contact-form .the-form form .fields-motivo p {
    margin-bottom: 10px;
  }
  .contact-form .the-form form .fields-servicios {
    margin-bottom: 24px;
  }
  .contact-form .the-form form .fields-servicios .select-button-c {
    padding: 12.5px 21px;
    margin-right: 8px;
    font-size: 14px;
  }
  .contact-form .the-form form textarea.mensaje {
    height: 160px;
    font-size: 15px;
    padding: 15px 12px;
  }
  .contact-form .the-form form button.send-button {
    margin-top: 14px;
    width: auto;
    font-size: 14px;
  }
  .contact-form .the-form form .select-checkbox {
    width: 23px;
    height: 23px;
    margin-right: 6px;
  }
  .contact-form .the-form form .checkbox-label {
    margin-right: 26px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .contact-form {
    font-size: 13px;
    padding-top: 30px;
  }
  .contact-form .the-form form .fields-for {
    margin-bottom: 30px;
  }
  .contact-form .the-form form .fields-general input {
    font-size: 15px;
    padding: 15px 15.5px;
  }
  .contact-form .the-form form .fields-empresa input {
    font-size: 15px;
    padding: 15px 15.5px;
  }
  .contact-form .the-form form .fields-motivo {
    margin-top: 15px;
    margin-bottom: 32px;
  }
  .contact-form .the-form form .fields-servicios {
    margin-bottom: 28px;
  }
  .contact-form .the-form form .fields-servicios .select-button-c {
    padding: 13px 22px;
    font-size: 15px;
  }
  .contact-form .the-form form textarea.mensaje {
    height: 180px;
    font-size: 16px;
    padding: 16px 15.5px;
  }
  .contact-form .the-form form button.send-button {
    padding: 12px 32px;
    margin-top: 15px;
  }
  .contact-form .the-form form .select-checkbox {
    width: 24px;
    height: 24px;
    margin-right: 7.5px;
  }
  .contact-form .the-form form .checkbox-label {
    margin-right: 28px;
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .contact-form {
    font-size: 13px;
  }
  .contact-form .the-form form .fields-servicios {
    margin-bottom: 28px;
  }
  .contact-form .the-form form textarea.mensaje {
    height: 180px;
  }
}
@media (min-width: 1600px) {
  .contact-form {
    margin: auto;
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }
}
.bd-none {
  display: none !important;
}

/* Ubicación */
.ubicacion .datos-direccion {
  padding: 48px 18px 42px;
}
.ubicacion .datos-direccion .item {
  display: block;
  margin-bottom: 24px;
}
.ubicacion .datos-direccion .item:last-child {
  margin-bottom: 0;
}
.ubicacion .datos-direccion .item img {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  width: 25px;
}
.ubicacion .datos-direccion .item .item-inner {
  display: inline-block;
}
.ubicacion .datos-direccion .item .item-inner h3 {
  margin-top: 0;
  margin-bottom: 7px;
  color: white;
  font-size: 15.5px;
}
.ubicacion .datos-direccion .item .item-inner p {
  font-size: 14px;
  line-height: 20px;
  color: white;
  margin-bottom: 3px;
}
.ubicacion .datos-direccion .item .item-inner p:last-child {
  margin-bottom: 0;
}
.ubicacion .datos-direccion .item .item-inner p b {
  font-weight: 600;
  display: inline-block;
}
@media (min-width: 667px) {
  .ubicacion {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.4fr 0.6fr;
    grid-template-columns: 0.4fr 0.6fr;
    background: #465663;
  }
  .ubicacion .datos-direccion {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 60px 33px 58px;
  }
  .ubicacion .datos-direccion .item {
    margin-bottom: 28px;
  }
  .ubicacion .datos-direccion .item img {
    width: 25px;
    height: 100%;
    margin-right: 17px;
  }
  .ubicacion .datos-direccion .item .item-inner h3 {
    margin-bottom: 8px;
  }
  .ubicacion .datos-direccion .item .item-inner p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .ubicacion .mapa {
    height: 100%;
  }
}
@media (min-width: 900px) {
  .ubicacion {
    -ms-grid-columns: 0.35fr 0.65fr;
    grid-template-columns: 0.35fr 0.65fr;
  }
  .ubicacion .datos-direccion {
    padding: 74px 46px 74px;
  }
  .ubicacion .datos-direccion .item .item-inner h3 {
    font-size: 16px;
  }
  .ubicacion .datos-direccion .item .item-inner p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .ubicacion {
    -ms-grid-columns: 0.35fr 0.65fr;
    grid-template-columns: 0.35fr 0.65fr;
  }
  .ubicacion .datos-direccion {
    padding: 78px 0 78px 85px;
  }
  .ubicacion .datos-direccion .item {
    margin-bottom: 28px;
  }
  .ubicacion .datos-direccion .item img {
    margin-top: 1.5px;
    width: 23px;
  }
  .ubicacion .mapa {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .ubicacion .datos-direccion {
    padding: 88px 0 88px 125px;
  }
  .ubicacion .datos-direccion .item {
    margin-bottom: 30px;
  }
  .ubicacion .datos-direccion .item img {
    margin-top: 1.5px;
    width: 25px;
  }
  .ubicacion .mapa {
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .ubicacion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 530px;
    position: relative;
    width: 100%;
  }
  .ubicacion .datos-direccion {
    width: 100%;
    padding: 0;
    height: 100%;
    max-width: 1280px;
    margin: auto;
    padding-top: 95px;
    padding-bottom: 95px;
    z-index: 60;
  }
  .ubicacion .datos-direccion .item {
    margin-bottom: 28px;
  }
  .ubicacion .datos-direccion .item img {
    width: 25px;
    margin-right: 18px;
  }
  .ubicacion .datos-direccion .item p {
    font-size: 16px;
    line-height: 22px;
  }
  .ubicacion .mapa {
    position: absolute;
    right: 0;
    height: 100%;
    width: 60%;
    z-index: 90;
  }
}
/* Footer */
footer {
  background: #465663;
  background: #2f4658;
  color: white;
  padding-bottom: 24px;
  overflow: hidden;
}
footer .certificaciones {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 30px 0 26px;
  border-bottom: solid 1px #465663;
}
footer .certificaciones .item img {
  height: 30px;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 10px;
  display: inline-block;
}
footer .certificaciones .item h4 {
  margin: 0;
  display: inline-block;
  font-size: 13px;
}
footer .certificaciones .item:first-child img {
  width: 30px;
}
footer .the-footer {
  padding-top: 34px;
}
footer .the-footer .info-contacto {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
footer .the-footer .info-contacto .item {
  width: 50%;
  margin-bottom: 30px;
}
footer .the-footer .info-contacto .item img {
  margin: 0;
  width: 34px;
  margin-bottom: 4px;
}
footer .the-footer .info-contacto .item p {
  color: white;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
}
footer .the-footer .info-contacto .item p small {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}
footer .the-footer .info-contacto .item a {
  color: white;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0.8;
}
footer .the-footer .info-contacto .item a:hover {
  opacity: 1;
}
footer .the-footer .info-contacto .item a.rrss-links img {
  width: 25px;
  margin: 7px 6px;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
footer .the-footer .info-contacto .item a.rrss-links img:hover {
  opacity: 0.8;
}
footer .the-footer .info-contacto .info-rrss {
  width: 100%;
  margin-top: 14px;
}
footer .the-footer .info-contacto .info-rrss h5 {
  font-size: 14px;
  margin-bottom: 10px;
}
footer .the-footer .info-contacto .info-rrss a.rrss-links {
  display: inline-block;
}
footer .the-footer .info-contacto .info-rrss a.rrss-links img {
  width: 25px;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 32px;
}
footer .the-footer .info-contacto .info-rrss a.rrss-links img:hover {
  opacity: 0.5;
}
footer .the-footer .footer-menus {
  width: 49%;
  display: inline-block;
  margin-bottom: 24px;
  vertical-align: top;
  padding-right: 36px;
}
footer .the-footer .footer-menus h5 {
  font-size: 14px;
  margin-bottom: 8px;
}
footer .the-footer .footer-menus ul a {
  display: block;
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 2.5px;
  opacity: 0.6;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
footer .the-footer .footer-menus ul a:hover {
  opacity: 0.9;
}
footer .the-footer .rrss-atencion {
  margin-top: 8px;
}
footer .the-footer .rrss-atencion h5 {
  font-size: 14px;
  margin-bottom: 10px;
}
footer .the-footer .rrss-atencion p {
  color: white;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
footer .the-footer .rrss-atencion p span {
  font-weight: 300;
}
footer .copy {
  padding: 42px 0 0;
}
footer .copy p {
  margin-bottom: 0;
  text-align: center;
  color: #929EA8;
  font-size: 11px;
  font-weight: 400;
}
footer .copy p a {
  color: white;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0.6;
}
footer .copy p a:hover, footer .copy p a:focus {
  opacity: 0.8;
}

@media (min-width: 667px) {
  footer {
    padding-bottom: 28px;
  }
  footer .certificaciones {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0;
  }
  footer .certificaciones .item {
    text-align: left;
  }
  footer .certificaciones .item img {
    margin: 0;
    margin-right: 12px;
  }
  footer .certificaciones .item h4 {
    font-size: 14px;
  }
  footer .the-footer {
    padding-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1.2fr 1fr 0.8fr;
    grid-template-columns: 1.5fr 1.2fr 1fr 0.8fr;
  }
  footer .the-footer .info-contacto {
    text-align: left;
  }
  footer .the-footer .info-contacto .item {
    width: 100%;
    margin-bottom: 24px;
  }
  footer .the-footer .info-contacto .item:nth-child(3) {
    margin-bottom: 14px;
  }
  footer .the-footer .info-contacto .item img {
    display: inline-block;
    margin-right: 12.5px;
    width: 32px;
  }
  footer .the-footer .info-contacto .item p {
    vertical-align: top;
    display: inline-block;
    width: auto;
    font-size: 15px;
  }
  footer .the-footer .info-contacto .item p small {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 2px;
  }
  footer .the-footer .info-contacto .item a.rrss-links img {
    width: 22px;
    margin: 4px 9px;
  }
  footer .the-footer .info-contacto .item a.rrss-links img:first-child {
    margin-left: 0;
  }
  footer .the-footer .info-contacto .info-rrss h5 {
    margin-bottom: 14px;
    font-size: 15px;
  }
  footer .the-footer .info-contacto .info-rrss a.rrss-links img {
    width: 23px;
    margin-left: 0;
    margin-right: 12px;
    margin-bottom: 26px;
  }
  footer .the-footer .footer-menus {
    text-align: left;
    width: 80%;
    padding-right: 0;
  }
  footer .the-footer .footer-menus h5 {
    margin-bottom: 12px;
    font-size: 15px;
  }
  footer .the-footer .footer-menus ul a {
    margin-bottom: 7px;
    line-height: 19px;
  }
  footer .the-footer .rrss-atencion {
    text-align: left;
    margin-top: 0;
  }
  footer .the-footer .rrss-atencion p {
    line-height: 20px;
  }
  footer .copy p {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (min-width: 900px) {
  footer .certificaciones .item img {
    height: 38px;
  }
  footer .the-footer {
    -ms-grid-columns: 1.4fr 1.1fr 1fr 0.9fr;
    grid-template-columns: 1.4fr 1.1fr 1fr 0.9fr;
  }
  footer .the-footer .info-contacto .item img {
    width: 35px;
  }
  footer .the-footer .info-contacto .item p {
    font-size: 16px;
  }
  footer .the-footer .info-contacto .item p small {
    font-size: 13px;
    margin-bottom: 2px;
  }
  footer .the-footer .info-contacto .item a.rrss-links img {
    margin: 4.5px 9px;
  }
  footer .copy {
    padding: 28px 0 0;
  }
  footer .copy p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding-bottom: 38px;
  }
  footer .certificaciones {
    padding: 40px 0 30px;
  }
  footer .certificaciones .item h4 {
    font-size: 15px;
    vertical-align: middle;
  }
  footer .the-footer {
    -ms-grid-columns: 1.4fr 1.1fr 1fr 0.9fr;
    grid-template-columns: 1.4fr 1.1fr 1fr 0.9fr;
  }
  footer .the-footer .info-contacto .item {
    margin-bottom: 28px;
  }
  footer .the-footer .info-contacto .item img {
    width: 40px;
    margin-right: 16px;
  }
  footer .the-footer .info-contacto .item p {
    font-size: 17px;
  }
  footer .the-footer .info-contacto .item p small {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 4px;
  }
  footer .the-footer .info-contacto .item a.rrss-links img {
    width: 23px;
    margin: 4.5px 10px;
  }
  footer .the-footer .footer-menus h5 {
    font-size: 15.5px;
    margin-bottom: 12.5px;
  }
  footer .the-footer .footer-menus ul a {
    font-size: 15px;
  }
  footer .the-footer .rrss-atencion h5 {
    font-size: 16px;
    margin-bottom: 12.5px;
  }
  footer .the-footer .rrss-atencion p {
    font-size: 15px;
    line-height: 22px;
  }
  footer .copy {
    padding: 28px 0 0;
  }
}
@media (min-width: 1400px) {
  footer {
    padding-bottom: 40px;
  }
  footer .certificaciones .item img {
    margin-right: 14px;
  }
  footer .certificaciones .item h4 {
    font-size: 17px;
  }
  footer .the-footer {
    padding-top: 45px;
  }
  footer .the-footer .info-contacto .item {
    margin-bottom: 29px;
  }
  footer .the-footer .info-contacto .item img {
    width: 36px;
    margin-right: 19px;
  }
  footer .the-footer .info-contacto .item p {
    font-size: 18px;
  }
  footer .the-footer .info-contacto .item p small {
    font-size: 14.5px;
    margin-bottom: 5px;
  }
  footer .the-footer .footer-menus h5 {
    font-size: 16px;
    margin-bottom: 13px;
  }
  footer .the-footer .footer-menus ul a {
    font-size: 15.5px;
    margin-bottom: 8px;
  }
  footer .the-footer .rrss-atencion h5 {
    font-size: 16px;
    margin-bottom: 13px;
  }
  footer .the-footer .rrss-atencion p {
    font-size: 15.5px;
  }
  footer .copy {
    padding: 28px 0 0;
  }
}
@media (min-width: 1600px) {
  footer .footer-inner {
    margin: auto;
    max-width: 1300px;
  }
}
/* Contacto*/
/* Formulario Enviado */
.enviado {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 44px;
}
.enviado h2 {
  color: #58C408;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 21px;
}
.enviado p {
  font-size: 15px;
}

@media (min-width: 600px) {
  .enviado {
    margin: auto;
    max-width: 600px;
    padding: 24px 21px 41px;
  }
  .enviado h2 {
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 32px;
  }
  .enviado p {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .enviado {
    padding: 24px 21px 48px;
    max-width: 700px;
  }
  .enviado h2 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 39px;
  }
}
@media (min-width: 1400px) {
  .enviado {
    padding: 30px 21px 56px;
    max-width: 700px;
  }
  .enviado h2 {
    font-size: 42px;
    margin-bottom: 48px;
  }
}
.validar-campos {
  padding: 14px 20px;
  background: #FFCCCC;
  color: black;
  margin-bottom: 34px;
}

.validar-campos-short {
  padding: 14px 20px;
  background: #FFCCCC;
  color: black;
  margin-bottom: 34px;
}

.mensaje-formulario {
  font-size: 15px;
}
.mensaje-formulario .mensaje-cargando, .mensaje-formulario .mensaje-enviado, .mensaje-formulario .mensaje-error {
  padding: 14px 20px;
  margin-top: 34px;
}
.mensaje-formulario .mensaje-cargando p, .mensaje-formulario .mensaje-enviado p, .mensaje-formulario .mensaje-error p {
  color: white;
}
.mensaje-formulario .mensaje-cargando {
  background: #67747F;
  color: white;
}
.mensaje-formulario .mensaje-cargando p {
  padding-left: 40px;
  padding-top: 4px;
  padding-bottom: 0;
  margin: 0;
}
.mensaje-formulario .mensaje-enviado {
  background: #50B308;
  color: white;
}
.mensaje-formulario .mensaje-error {
  background: rgba(255, 0, 0, 0.4);
  color: black;
}

.mapa {
  height: 400px;
}

.chocolat-wrapper {
  z-index: 1000 !important;
}

.chocolat-overlay {
  background-color: #67747f !important;
}

.hidden {
  display: none !important;
}
/*# sourceMappingURL=app.css.map */
