@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Spectral:wght@200;300;400;500;600;700;800&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  text-decoration-thickness: 2px;
  background: #F2F2F2;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
}

li,
ol {
  list-style: none;
}

button:focus {
  outline: none !important;
}

.container-fluid {
  max-width: 1920px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999999;
  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-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.preloader .count-sec {
  font-size: 30px;
  position: relative;
  z-index: 9;
}

.preloader .mask-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  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;
}

.preloader .mask-div .mask-sec2 {
  position: fixed;
  width: 500px;
  height: 500px;
  background: #000;
  border-radius: 50%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-animation: leaves 5s ease-in-out;
          animation: leaves 5s ease-in-out;
}

@-webkit-keyframes leaves {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes leaves {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.preloader .mask-div img.img1 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: lighten;
  position: absolute;
  top: 0;
  left: 0;
}

.preloader.hide-pro {
  opacity: 0;
  visibility: hidden;
}

body.home-page header {
  display: block;
}

body.home-page header.inner-header {
  display: none;
}

header.inner-header {
  display: block;
  position: relative;
}

header.inner-header a.sol-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #343434;
}

header.inner-header img.logo-2 {
  display: none;
}

header {
  padding: 38px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
  z-index: 9999;
}

header p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #343434;
  margin: 0;
}

header p a {
  color: #343434;
}

header p span {
  display: table;
  margin-top: 10px;
}

header .wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin: 0;
}

header .wpml-ls-legacy-list-horizontal ul {
  text-align: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .wpml-ls-legacy-list-horizontal ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .wpml-ls-legacy-list-horizontal ul li:first-child::after {
  content: "/";
  margin: 0 8px;
}

header .wpml-ls-legacy-list-horizontal a {
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #343434;
}

header#header-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.light h1 {
  color: #000;
  font-size: 19vw;
}

.light img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.light {
  background: #fff;
}

.light img {
  mix-blend-mode: lighten;
}

section.menu-sec {
  background: #BCB6B3;
  z-index: 9999999;
  position: fixed;
  width: 100%;
  padding: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: -100%;
  top: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

section.menu-sec a.close-icon {
  position: absolute;
  right: 0;
}

section.menu-sec ul.main-menu li a {
  font-weight: 300;
  font-size: 101px;
  line-height: 110px;
  color: #343434;
  font-family: "Spectral", serif;
  display: table;
  overflow: hidden;
}

section.menu-sec ul.main-menu li span.char {
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.menu-sec p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #343434;
  margin: 0;
}

section.menu-sec p a {
  color: #343434;
}

section.menu-sec p span {
  display: table;
  margin-top: 10px;
}

section.menu-sec a.presupuesto-btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #343434;
  margin-top: auto;
}

section.menu-sec ul.social-menu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  text-transform: capitalize;
  color: #343434;
  display: table;
}

section.menu-sec [class*="col-"] {
  display: -ms-grid;
  display: grid;
}

section.menu-sec .wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin: 0;
}

section.menu-sec .wpml-ls-legacy-list-horizontal ul {
  text-align: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.menu-sec .wpml-ls-legacy-list-horizontal ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.menu-sec .wpml-ls-legacy-list-horizontal ul li:first-child::after {
  content: "/";
  margin: 0 8px;
}

section.menu-sec .wpml-ls-legacy-list-horizontal a {
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #343434;
}

div#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 400;
  font-size: 12px;
  color: #343434;
  text-transform: uppercase;
}

#pencet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  margin-left: 15px;
}

#pencet span {
  background-color: #343434;
  width: 30px;
  height: 1px;
  margin: 3px 0;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.Diam span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(2px, -5px);
          transform: rotate(45deg) translate(2px, -5px);
}

.Diam span:nth-child(2) {
  Transform: scaleX(0);
}

.Diam span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0px, 6px);
          transform: rotate(-45deg) translate(0px, 6px);
}

section.menu-sec.open-menu {
  left: 0;
}

section.menu-sec.open-menu.text-animation span.char {
  -webkit-animation: slide-in 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: slide-in 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(50ms * var(--char-index));
          animation-delay: calc(50ms * var(--char-index));
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: scale(1) translateY(80%);
            transform: scale(1) translateY(80%);
    opacity: 1;
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: scale(1) translateY(80%);
            transform: scale(1) translateY(80%);
    opacity: 1;
  }
}

section.home-ban {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
}

section.home-ban .mask-sec {
  position: fixed;
  top: 0;
  left: -50%;
  width: 500px;
  height: 500px;
  background: #000;
  border-radius: 50%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

section.home-ban .mask-sec img {
  width: 1000px;
  height: 1000px;
  max-width: unset;
}

section.home-ban img.img1 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: lighten;
  position: absolute;
  top: 0;
  left: 0;
}

section.banner-part {
  padding: 38px 20px 0;
  position: relative;
  height: calc(100vh - 210px);
}

section.banner-part p {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  color: #343434;
  max-width: 910px;
  margin: 0 0 45px;
}

section.banner-part p span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section.banner-part a.more-btn {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #343434;
}

section.banner-part .logo-sec a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  z-index: 999999;
  padding-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.banner-part .logo-sec a img {
  width: 100%;
}

.logo-sec {
  position: -webkit-sticky;
  position: sticky;
  top: 38px;
  z-index: 999;
  padding: 0 20px;
  max-width: 1920px;
  margin: 0 auto;
}

section.body-cont1 {
  padding: 180px 20px 0;
}

section.body-cont1 .img1 {
  margin: 155px 0;
}

section.body-cont1 .parallax-image {
  overflow: hidden;
}

section.body-cont2 {
  padding: 180px 20px;
}

section.body-cont2 h4 {
  font-family: "Spectral", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  color: #343434;
  max-width: 910px;
  margin: 0 0 25px;
}

section.body-cont2 h4 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section.body-cont2 p {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #343434;
  max-width: 755px;
  margin: 0 0 45px;
}

section.body-cont2 a {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #343434;
}

section.body-cont3 {
  position: relative;
}

section.body-cont3 .vid-resize {
  margin: 0 auto;
  display: table;
  position: relative;
}

section.body-cont3 .vid-resize iframe,
section.body-cont3 .vid-resize video {
  width: 100%;
  height: 100vh;
  max-height: unset !important;
  -o-object-fit: cover;
     object-fit: cover;
}

section.body-cont3 .embed-responsive {
  margin: 0 auto;
}

section.body-cont4 {
  padding: 180px 20px 0;
}

section.body-cont4 h4 {
  font-family: "Spectral", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  color: #343434;
  max-width: 910px;
  margin: 0 0 25px;
}

section.body-cont4 h4 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section.body-cont4 p {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #343434;
  max-width: 755px;
  margin: 0 0 45px;
}

section.body-cont4 a {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #343434;
}

section.body-cont4 .dummy-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

section.body-cont4 .wrap {
  position: relative;
  width: 100%;
  height: 85vh;
}

section.body-cont4 .wrap img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

section.body-cont4 .wrap img.img1 {
  top: 44%;
  z-index: 9;
}

section.body-cont4 .wrap img.img2 {
  top: 52%;
  z-index: 8;
}

section.body-cont4 .wrap img.img3 {
  top: 63%;
  z-index: 7;
}

section.body-cont4 .wrap img.img4 {
  top: 64%;
  z-index: 6;
}

section.body-cont5 {
  padding: 180px 20px 0;
}

section.body-cont5 .container-fluid {
  background: #1a1a1a;
  padding: 180px 15px;
}

section.body-cont5 h4 {
  font-family: "Spectral", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  color: #fff;
  max-width: 910px;
  margin: 0 0 25px;
}

section.body-cont5 h4 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section.body-cont5 p {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  max-width: 755px;
  margin: 0 0 45px;
}

section.body-cont5 a {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #fff;
}

footer {
  padding: 230px 20px 40px;
}

footer h4 {
  font-family: "Spectral", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  color: #343434;
  margin-bottom: 118px;
}

footer h4 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

footer a.footer-btn {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #343434;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-top: auto;
}

footer h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: #343434;
  max-width: 291px;
}

footer h5 a {
  display: table;
  color: #343434;
}

footer h5 a:hover {
  color: #343434;
}

footer h5 span {
  display: table;
}

footer ul.social-menu li a {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #343434;
}

footer [class*="col-"] {
  display: -ms-grid;
  display: grid;
}

footer p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #343434;
}

footer .for-mob-copy {
  display: none;
}

footer a.footer-logo {
  margin: 120px 0 0;
}

footer a.footer-logo img {
  width: 100%;
}

section#sistema-wrap2 {
  display: none;
}

section.sistema-sec1 {
  padding: 150px 20px 0;
  height: 100vh;
}

section.sistema-sec1 h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  color: #343434;
  font-family: "Spectral", serif;
  margin-bottom: 20px;
}

section.sistema-sec1 h4 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section.sistema-sec1 p {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #343434;
  font-family: "Spectral", serif;
}

section.sistema-sec1 ul {
  margin: 20px 0;
}

section.sistema-sec1 ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #343434;
}

section.sistema-sec1 img.demo {
  max-width: 477px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

section.sistema-sec1 .wrap {
  margin: 0px auto 0;
  height: 100vh;
  max-width: 1100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

section.sistema-sec1 .wrap .sec1,
section.sistema-sec1 .wrap .sec2,
section.sistema-sec1 .wrap .sec3,
section.sistema-sec1 .wrap .sec4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

section.sistema-sec1 .wrap .sec1 img,
section.sistema-sec1 .wrap .sec2 img,
section.sistema-sec1 .wrap .sec3 img,
section.sistema-sec1 .wrap .sec4 img {
  display: table;
  margin: 0 auto;
}

section.sistema-sec1 .wrap .sec1 {
  top: 49%;
  z-index: 10;
}

section.sistema-sec1 .wrap .sec2 {
  top: 56%;
  z-index: 9;
}

section.sistema-sec1 .wrap .sec3 {
  top: 65%;
}

section.sistema-sec1 .wrap .sec4 {
  top: 67%;
}

section.sistema-sec1 .wrap img.img5 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.sistema-sec1 .wrap img.img6 {
  position: absolute;
  top: 53px;
  left: -63px;
}

section.sistema-sec1 .wrap img.img7 {
  position: absolute;
  left: -71px;
  bottom: 62px;
}

section.sistema-sec1 .wrap img.img8 {
  position: absolute;
  top: 107px;
  left: -11px;
}

section.sistema-sec1 .wrap img.img9 {
  position: absolute;
  top: 0;
  left: 54px;
  bottom: 0;
  margin: auto !important;
}

section.sistema-sec1 .wrap img.img10 {
  position: absolute;
  top: 83px;
  right: -15px;
}

section.sistema-sec1 .wrap img.img11 {
  position: absolute;
  right: -20px;
  top: 131px;
}

section.sistema-sec1 .wrap img.img5,
section.sistema-sec1 .wrap img.img6,
section.sistema-sec1 .wrap img.img7,
section.sistema-sec1 .wrap img.img8,
section.sistema-sec1 .wrap img.img9,
section.sistema-sec1 .wrap img.img10,
section.sistema-sec1 .wrap img.img11 {
  opacity: 0;
}

section.sistema-sec1.active img.img1 {
  top: 0%;
  z-index: 9;
}

section.sistema-sec1.active img.img2 {
  top: 22%;
  z-index: 8;
}

section.sistema-sec1.active img.img3 {
  top: 46%;
  z-index: 7;
}

section.sistema-sec1.active img.img4 {
  top: 68%;
  z-index: 6;
}

section.sistema-sec2 {
  padding: 230px 20px 130px;
}

section.sistema-sec2 h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #343434;
  margin: 60px 0 30px;
}

section.sistema-sec2 p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #343434;
  margin: 0 0 100px;
}

section.sistema-sec2 .img-wrap {
  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;
}

section.sistema-sec2 .img-wrap img {
  max-width: 170px;
  margin: 0 auto;
}

section.sistema-sec2 .img-wrap:hover img.img-1 {
  display: block;
}

section.sistema-sec2 .img-wrap img.img-1 {
  position: absolute;
  display: none;
}

section.aplicaciones-sec1 {
  padding: 150px 20px 0;
}

section.aplicaciones-sec1 h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 55px;
  color: #343434;
  font-family: "Spectral", serif;
  margin-bottom: 20px;
}

section.aplicaciones-sec1 h4 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section.aplicaciones-sec1 p {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #343434;
  font-family: "Spectral", serif;
}

section.aplicaciones-sec1 h5 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #343434;
  margin: 45px 0 0;
}

section.aplicaciones-sec1 img {
  width: 100%;
}

section.aplicaciones-sec1 .img1 {
  margin-top: 25%;
}

section.aplicaciones-sec1 .img2 {
  margin-top: -60%;
}

section.aplicaciones-sec1 .img3 {
  margin-top: 30%;
}

section.aplicaciones-sec1 .img4 {
  margin-top: 130px;
}

section.aplicaciones-sec1 .img5 {
  margin-top: 65%;
}

section.aplicaciones-sec1 .img6 {
  margin-top: -230px;
}

section.aplicaciones-sec1 .parallax-image {
  overflow: hidden;
}

body.aplicaciones-page {
  background: #F2F2F2;
}

section.sisaplicacionestema-sec2 {
  padding: 180px 20px 60px;
}

section.sisaplicacionestema-sec2 img {
  max-width: 250px;
  display: table;
  margin: 0 auto;
}

section.sisaplicacionestema-sec2 .img-wrap {
  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;
  cursor: pointer;
}

section.sisaplicacionestema-sec2 .img-wrap img.img-2 {
  display: none;
}

section.sisaplicacionestema-sec2 .img-wrap:hover img.img-2 {
  display: block;
}

section.sisaplicacionestema-sec2 .img-wrap:hover img.img-1 {
  display: none;
}

section.sisaplicacionestema-sec2 h3 {
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  color: #343434;
  margin: 0 0 25px;
  font-family: "Spectral", serif;
}

section.sisaplicacionestema-sec2 h3 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section.sisaplicacionestema-sec2 h6 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #343434;
  margin: 0 0 140px;
  font-family: "Spectral", serif;
  max-width: 755px;
}

section.sisaplicacionestema-sec2 h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #343434;
  margin: 60px 0 30px;
}

section.sisaplicacionestema-sec2 p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #343434;
  margin: 0;
}

body.eleria-page {
  background: #BCB6B3;
}

body.eleria-page header.inner-header img.loog1 {
  display: none;
}

body.eleria-page header.inner-header img.logo-2 {
  display: block;
}

section.body-cont5.eleria-sec-1 {
  margin: 50px 0 0;
}

section.eleria-sec1 {
  padding: 160px 20px 0;
}

section.eleria-sec1 h2 {
  font-weight: lighter;
  font-size: 50px;
  line-height: 55px;
  color: #F2F2F2;
  margin: 0 0 50px;
  font-family: "Spectral", serif;
}

section.eleria-sec1 h2 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section.eleria-sec1 img {
  width: 100%;
}

section.eleria-sec1 .img-wrap {
  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;
  cursor: pointer;
}

section.eleria-sec1 .img-wrap img.img2 {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.eleria-sec1 .img-wrap:hover img.img2 {
  opacity: 1;
}

section.eleria-sec1 .parallax-image {
  overflow: hidden;
}

section.eleria-sec1 h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #343434;
  margin: 45px 0 25px;
}

section.eleria-sec1 a {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #343434;
  margin: 0 0 90px;
  display: table;
}

body.proyectos-page {
  background: #343434;
}

body.proyectos-page header.inner-header .inner-logo img {
  -webkit-filter: invert(84%) sepia(1%) saturate(1640%) hue-rotate(326deg) brightness(87%) contrast(93%);
          filter: invert(84%) sepia(1%) saturate(1640%) hue-rotate(326deg) brightness(87%) contrast(93%);
}

body.proyectos-page header.inner-header a.sol-btn {
  color: #BCB6B3;
}

body.proyectos-page header.inner-header p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #BCB6B3;
  margin: 0;
}

body.proyectos-page header.inner-header p a {
  color: #BCB6B3;
}

body.proyectos-page header.inner-header .menu-iocn img {
  -webkit-filter: invert(84%) sepia(1%) saturate(1640%) hue-rotate(326deg) brightness(87%) contrast(93%);
          filter: invert(84%) sepia(1%) saturate(1640%) hue-rotate(326deg) brightness(87%) contrast(93%);
}

body.proyectos-page header.inner-header .wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin: 0;
}

body.proyectos-page header.inner-header .wpml-ls-legacy-list-horizontal ul {
  text-align: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.proyectos-page header.inner-header .wpml-ls-legacy-list-horizontal ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.proyectos-page header.inner-header .wpml-ls-legacy-list-horizontal ul li:first-child::after {
  content: "/";
  margin: 0 8px;
  color: #fff;
}

body.proyectos-page header.inner-header .wpml-ls-legacy-list-horizontal a {
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #fff;
}

body.proyectos-page footer h5 a {
  color: #BCB6B3;
}

section.proyectos-sec1 {
  padding: 180px 20px 0;
}

section.proyectos-sec1 h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  color: #fff;
  font-family: "Spectral", serif;
  margin-bottom: 40px;
  max-width: 755px;
}

section.proyectos-sec1 h2 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section.proyectos-sec1 p {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-family: "Spectral", serif;
  max-width: 738px;
}

section.proyectos-sec1 select {
  display: table;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #F2F2F2;
  background: none;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 60px;
  background: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
}

section.proyectos-sec1 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  border: none;
  border-bottom: 1px solid #F2F2F2;
  background: no-repeat;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #F2F2F2;
  padding: 8px 0;
  margin: 0 0 42px;
}

section.proyectos-sec1 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F2F2F2;
}

section.proyectos-sec1 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #F2F2F2;
}

section.proyectos-sec1 :-ms-input-placeholder {
  /* IE 10+ */
  color: #F2F2F2;
}

section.proyectos-sec1 :-moz-placeholder {
  /* Firefox 18- */
  color: #F2F2F2;
}

section.proyectos-sec1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 40px;
}

section.proyectos-sec1 ul li {
  margin-right: 70px;
}

section.proyectos-sec1 ul li label {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #F2F2F2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.proyectos-sec1 ul li label input[type="radio"] {
  margin-right: 35px;
}

section.proyectos-sec1 ul li label input[type='radio']:after {
  line-height: 1.5em;
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  border: 1px solid #F2F2F2;
  background: #343434;
  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;
  color: #F2F2F2;
}

section.proyectos-sec1 ul li label input[type='radio']:checked:after {
  content: "\2713";
}

section.proyectos-sec1 a.access-btn {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #F2F2F2;
  display: table;
  margin: 30px 0 0;
}

section.proyectos-sec1 input[type="submit"] {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #F2F2F2;
  background: none;
  border: none;
  margin: 120px 0 0;
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
}

section.proyectos-sec1 a {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #F2F2F2;
  background: none;
  border: none;
  margin: 120px 0 0;
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
}

section.proyectos-sec1 .accordion-toggle {
  cursor: pointer;
  margin: 55px 0 40px;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #F2F2F2;
  display: table;
  padding-right: 35px;
}

section.proyectos-sec1 .accordion-toggle.active:before {
  -webkit-transform: rotate(180deg) translate(0px, 0px);
          transform: rotate(180deg) translate(0px, 0px);
}

section.proyectos-sec1 .accordion-toggle:before {
  content: "";
  position: absolute;
  background: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  width: 18px;
  height: 10px;
  background-size: contain;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

section.proyectos-sec1 .accordion-content {
  display: none;
}

body.proyectos-page footer h4,
body.proyectos-page footer a.footer-btn,
body.proyectos-page footer h5,
body.proyectos-page footer ul.social-menu li a,
body.proyectos-page footer p {
  color: #BCB6B3;
}

body.proyectos-page a.footer-logo img {
  -webkit-filter: invert(84%) sepia(1%) saturate(1640%) hue-rotate(326deg) brightness(87%) contrast(93%);
          filter: invert(84%) sepia(1%) saturate(1640%) hue-rotate(326deg) brightness(87%) contrast(93%);
}

section.contact-sec1 {
  padding: 180px 20px 0;
}

section.contact-sec1 h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  color: #343434;
  font-family: "Spectral", serif;
  margin-bottom: 70px;
  max-width: 755px;
}

section.contact-sec1 h2 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

section.contact-sec1 p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #343434;
  margin-bottom: 45px;
}

section.contact-sec1 p a {
  display: table;
  color: #343434;
}

section.contact-sec1 select {
  display: table;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #343434;
  background: none;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 60px;
  background: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
}

section.contact-sec1 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
section.contact-sec1 textarea {
  border: none;
  border-bottom: 1px solid #343434;
  background: no-repeat;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #343434;
  padding: 8px 0;
  margin: 0 0 42px;
}

section.contact-sec1 textarea {
  height: 349px;
  border: 1px solid #343434;
  padding: 14px 20px;
}

section.contact-sec1 input[type="submit"] {
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
  color: #343434;
  background: none;
  border: none;
  margin: 50px 0 0;
}

section.contact-sec1 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343434;
}

section.contact-sec1 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #343434;
}

section.contact-sec1 :-ms-input-placeholder {
  /* IE 10+ */
  color: #343434;
}

section.contact-sec1 :-moz-placeholder {
  /* Firefox 18- */
  color: #343434;
}

section.contact-sec1 .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -26px;
}

section.contact-sec1 span.wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 40px;
}

section.contact-sec1 span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}

section.contact-sec1 span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #343434;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.contact-sec1 span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
  margin-right: 20px;
  visibility: hidden;
}

section.contact-sec1 span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type='checkbox']:after {
  line-height: 1.5em;
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  border: 1px solid #343434;
  background: #F2F2F2;
  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;
  color: #343434;
  visibility: visible;
}

section.contact-sec1 span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type='checkbox']:checked:after {
  content: "\2713";
}

section.contact-sec1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 40px;
}

section.contact-sec1 ul li {
  margin-right: 70px;
}

section.contact-sec1 ul li label {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #343434;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.contact-sec1 ul li label input[type="checkbox"] {
  margin-right: 35px;
  visibility: hidden;
}

section.contact-sec1 ul li label input[type='checkbox']:after {
  line-height: 1.5em;
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  border: 1px solid #343434;
  background: #F2F2F2;
  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;
  color: #343434;
  visibility: visible;
}

section.contact-sec1 ul li label input[type='checkbox']:checked:after {
  content: "\2713";
}

section.proyectos-sec1 select option {
  color: #000 !important;
}

div#response h3 {
  color: #fff;
  font-size: 24px;
}

@media (min-width: 1280px) and (max-width: 1919px) {
  section.banner-part p {
    font-size: 40px;
    line-height: 48px;
  }
  header {
    padding: 25px 20px;
  }
  header p,
  header .wpml-ls-legacy-list-horizontal a {
    font-size: 14px;
    white-space: nowrap;
  }
  section.banner-part {
    padding: 25px 20px 0;
  }
  section.banner-part .logo-sec a {
    padding-bottom: 15px;
  }
  header.inner-header a.sol-btn {
    font-size: 13px;
  }
  section.body-cont1 {
    padding: 100px 20px 0;
  }
  section.body-cont1 .img1 {
    margin: 100px 0;
  }
  .logo-sec {
    top: 25px;
  }
  section.body-cont2 {
    padding: 100px 20px;
  }
  section.body-cont2 h4 {
    font-size: 40px;
    line-height: 45px;
  }
  section.body-cont2 p {
    font-size: 27px;
    line-height: 38px;
  }
  section.body-cont4 {
    padding: 100px 20px 0;
  }
  section.body-cont4 .wrap {
    max-width: 450px;
    margin: 0 auto;
  }
  section.body-cont4 h4 {
    font-size: 40px;
    line-height: 50px;
  }
  section.body-cont4 p {
    font-size: 29px;
    line-height: 38px;
  }
  section.body-cont4 img {
    max-width: 80%;
  }
  section.body-cont5 {
    padding: 100px 20px 0;
  }
  section.body-cont5 .container-fluid {
    background: #1a1a1a;
    padding: 100px 15px;
  }
  section.body-cont5 h4 {
    font-size: 40px;
    line-height: 50px;
  }
  section.body-cont5 p {
    font-size: 24px;
    line-height: 35px;
  }
  section.body-cont5 img {
    max-width: 80%;
    margin: 0 auto;
    display: table;
  }
  footer {
    padding: 130px 20px 40px;
  }
  footer h4 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 80px;
  }
  footer a.footer-btn {
    font-size: 15px;
  }
  section.menu-sec {
    padding: 20px;
  }
  section.menu-sec ul.main-menu li a {
    font-size: 50px;
    line-height: 60px;
  }
  section.menu-sec a.presupuesto-btn {
    font-size: 14px;
  }
  section.menu-sec p {
    font-size: 14px;
    white-space: nowrap;
  }
  section.menu-sec ul.social-menu li a {
    font-size: 14px;
    line-height: 25px;
  }
  footer h5 {
    font-size: 18px;
    line-height: 30px;
    max-width: 200px;
  }
  footer ul.social-menu li a {
    font-size: 18px;
  }
  footer p {
    font-size: 18px;
  }
  section.sistema-sec1 h4 {
    font-size: 37px;
    line-height: 35px;
  }
  section.sistema-sec1 p {
    font-size: 23px;
    line-height: 33px;
  }
  section.sistema-sec2 h4 {
    font-size: 22px;
    margin: 40px 0 15px;
  }
  section.sistema-sec2 p {
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 50px;
  }
  section.sistema-sec2 {
    padding: 120px 20px 70px;
  }
  section.aplicaciones-sec1 h4 {
    font-size: 36px;
    line-height: 46px;
  }
  section.aplicaciones-sec1 p {
    font-size: 24px;
    line-height: 36px;
  }
  section.aplicaciones-sec1 h5 {
    font-size: 20px;
    margin: 15px 0 0;
  }
  section.sisaplicacionestema-sec2 h3 {
    font-size: 40px;
    line-height: 50px;
  }
  section.sisaplicacionestema-sec2 h6 {
    font-size: 29px;
    line-height: 37px;
    margin: 0 0 100px;
  }
  section.sisaplicacionestema-sec2 h4 {
    font-size: 22px;
    line-height: 40px;
    margin: 40px 0 15px;
  }
  section.sisaplicacionestema-sec2 p {
    font-size: 17px;
    line-height: 26px;
  }
  section.eleria-sec1 h2 {
    font-size: 35px;
    line-height: 0;
  }
  section.eleria-sec1 h3 {
    font-size: 21px;
    line-height: 40px;
    margin: 28px 0 15px;
  }
  section.eleria-sec1 a {
    font-size: 14px;
    margin: 0 0 65px;
  }
  section.proyectos-sec1 h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  section.proyectos-sec1 p {
    font-size: 27px;
    line-height: 38px;
    max-width: 600px;
  }
  section.proyectos-sec1 select {
    font-size: 18px;
    margin-bottom: 45px;
  }
  section.proyectos-sec1 .accordion-toggle {
    margin: 45px 0 30px;
    font-size: 18px;
  }
  section.proyectos-sec1 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  section.contact-sec1 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  section.contact-sec1 textarea {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 30px;
  }
  section.proyectos-sec1 ul li label,
  section.contact-sec1 span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
    font-size: 18px;
    line-height: 20px;
  }
  section.proyectos-sec1 ul li label input[type='radio']:after,
  section.contact-sec1 span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type='checkbox']:after {
    width: 20px;
    height: 20px;
  }
  section.proyectos-sec1 a.access-btn {
    font-size: 14px;
    margin: 20px 0 0;
  }
  section.proyectos-sec1 a {
    font-size: 18px;
    margin: 80px 0 0;
    display: inline-block;
    background-size: 10px;
  }
  section.contact-sec1 h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
    max-width: 600px;
  }
  section.contact-sec1 p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  section.contact-sec1 textarea {
    height: 250px;
    padding: 5px 15px;
  }
  section.contact-sec1 input[type="submit"] {
    font-size: 16px;
    margin: 25px 0 0;
  }
}

@media (max-height: 768px) {
  section.sistema-sec1 .wrap .sec1,
  section.sistema-sec1 .wrap .sec2,
  section.sistema-sec1 .wrap .sec3,
  section.sistema-sec1 .wrap .sec4 {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.proyectos-sec1 form span {
  color: #ff5f5f;
  position: relative;
  bottom: 8px;
}

div#loading-imageshow {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
/*# sourceMappingURL=style.css.map */