@charset "UTF-8";
/*
Theme Name: 2018 Etiholografik, S.A. de C.V.
Author: Edgar Olivas Guzmán
Description: The 2018 theme for $sitio is a fully responsive theme that looks great on any device.
Version: 1.0
License: 2018 Etiholografik, S.A. de C.V.
Text Domain: etiholografik.com
*/

/*fuentes*/

@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
/*fuentes*/

/*Colors*/

/*Colors*/

/* Variables */

/* Variables */

/*Mixins*/

/*Mixins*/

/*General*/

html {
  overflow: auto;
}

section, .section-div {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: 50% 50%;
}

.pad-und-xl {
  padding: 150px 0 150px 0;
}

.pad-und-lg {
  padding: 100px 0 100px 0;
}

.pad-und-md {
  padding: 70px 0 70px 0;
}

.pad-und-sm {
  padding: 40px 0 40px 0;
}

.pad-und-xs {
  padding: 20px 0 20px 0;
}

.pad-none {
  padding: 0;
}

@media screen and (max-width: 39.9375em) {
  .pd-sm-none {
    padding: 0 !important;
  }
}

.display-none {
  display: none;
}

.landscapeVision {
  display: none;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .landscapeVision {
    background-color: #00a6b6;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

body {
  background-color: white;
  overflow-x: hidden;
  line-height: 0;
}

.swiper-container {
  width: 600px;
  height: 345px;
}

@media screen and (max-width: 1440px) {
  .swiper-container {
    width: 400px;
    height: 230px;
  }
}

@media screen and (max-width: 39.9375em) {
  .swiper-container {
    width: 230px;
    height: 230px;
  }
}

.btn-slide {
  margin-left: 120px;
  padding: 16px 70px;
  border-radius: 30px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  background-color: #00a6b6;
  color: white;
}

.btn-slide:hover {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  background-color: #038b99;
  color: white;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .btn-slide {
    margin-left: 60px;
  }
}

@media screen and (max-width: 39.9375em) {
  .btn-slide {
    margin: 0;
  }
}

.slide-ed {
  position: absolute;
  top: 36vh;
  left: 3vw;
}

@media screen and (max-width: 39.9375em) {
  .slide-ed {
    top: 14%;
    left: 22%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .slide-ed .swiper-pagination-bullets {
    left: calc(50% - 40px);
    top: 200px;
    width: auto;
    position: absolute;
    z-index: 1;
    opacity: 1;
  }
}

@media screen and (max-width: 39.9375em) {
  .slide-ed .swiper-pagination-bullets {
    left: 0px;
    width: 100%;
    height: 50px;
    margin-top: -40px;
    text-align: center;
  }
}

.slide-ed .swiper-button-prev {
  left: 0;
}

@media screen and (max-width: 39.9375em) {
  .slide-ed .swiper-button-prev {
    left: 22%;
    top: 86%;
  }
}

.slide-ed .swiper-button-prev .algo {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-ed .swiper-button-prev .algo svg {
  position: absolute;
  margin: auto;
  width: 70%;
  height: 70%;
}

.slide-ed .swiper-button-prev .algo svg path {
  fill: white;
}

.slide-ed .swiper-button-next {
  right: 0;
}

@media screen and (max-width: 39.9375em) {
  .slide-ed .swiper-button-next {
    right: 22%;
    top: 86%;
  }
}

.slide-ed .swiper-button-next .algo {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-ed .swiper-button-next .algo svg {
  position: absolute;
  margin: auto;
  width: 70%;
  height: 70%;
}

.slide-ed .swiper-button-next .algo svg path {
  fill: white;
}

.slide-ed .swiper-button-white {
  border-radius: 30px;
  background: #00d1dc;
  background: -moz-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -webkit-gradient( left top, left bottom, color-stop(0%, #00d1dc), color-stop(100%, #00a7b6));
  background: -webkit-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -o-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -ms-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -webkit-gradient( linear, left top, left bottom, from(#00d1dc), to(#00a7b6));
  background: linear-gradient(to bottom, #00d1dc 0%, #00a7b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d1dc', endColorstr='#00a7b6', GradientType=0);
}

.contenedor {
  position: relative;
  width: 400px;
  height: 200px;
}

.contenedor .indicadorMove img {
  position: absolute;
  top: 112%;
  left: 48%;
  -webkit-animation: sdb04 3s infinite;
  animation: sdb04 3s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8% !important;
  margin: 0 !important;
}

.contenedor .indicadorMove .text {
  position: absolute;
  top: 132%;
  left: 36%;
  width: 34% !important;
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(90deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(90deg) translate(5px, 0);
  }
  40% {
    -webkit-transform: rotate(90deg) translate(0, 0);
  }
}

@keyframes sdb04 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  60% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}

.fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/products/MARCAJE-DESPRENDIBLE.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
}

.sticker {
  position: relative;
  width: 400px;
  height: 200px;
}

.example-1 .sticker-img {
  background-image: url("../assets/products/cover.png");
  background-position: center;
  background-size: cover;
}

.sticker-img.sticker-back {
  background-image: url("../assets/products/MARCAJE-DESPRENDIBLE.png");
  background-position: center;
  background-size: cover;
}

.shadowL {
  background: transparent !important;
}

.shadowR {
  background: transparent !important;
}

.sliderP .contenedor {
  position: relative;
  width: 280px;
  height: 200px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sliderP .contenedor {
    width: 180px;
    height: 140px;
  }
}

.sliderP .fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/products/genericos-3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
}

.sliderP .sticker {
  position: relative;
  width: 280px;
  height: 200px;
  cursor: pointer;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sliderP .sticker {
    width: 180px;
    height: 140px;
  }
}

.sliderP .example-1 .sticker-img {
  background-image: url("../assets/products/genericos-2.png");
  background-color: transparent;
  background-position: center;
  background-size: cover;
}

.sliderP .sticker-img.sticker-back {
  background-image: url("../assets/products/genericos-2.png");
  background-position: center;
  background-size: cover;
  opacity: 1 !important;
}

.sliderP .shadowL {
  background: transparent !important;
}

.sliderP .shadowR {
  background: transparent !important;
}

.example-2 .sticker-img {
  background-color: #ff4a85;
}

.example-2 .sticker-shadow {
  opacity: 0.6;
}

/*General*/

/*jerarquia*/

.et-menu {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
}

@media screen and (max-width: 1440px) {
  .et-menu {
    font-size: 12px;
  }
}

@media screen and (max-width: 39.9375em) {
  .et-menu {
    font-size: 8px;
  }
}

.et-paragraph {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 1440px) {
  .et-paragraph {
    font-size: 14px;
  }
}

.et-h5 {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.6px;
}

.et-h1 {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1440px) {
  .et-h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 39.9375em) {
  .et-h1 {
    font-size: 28px;
  }
}

/*jerarquia*/

/* homepage */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding-left: 120px !important;
  padding-right: 120px !important;
  z-index: 3;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 39.9375em) {
  header {
    padding: 6px 12px !important;
    position: absolute;
  }
}

header li {
  margin-top: 6px;
  padding-left: 52px;
}

@media screen and (max-width: 1440px) {
  header li {
    padding-left: 14px;
  }
}

@media screen and (max-width: 1024px) {
  header li {
    padding-left: 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header li {
    padding-left: 0;
  }
}

header li a {
  color: #00a6b6;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header li a {
    padding: 0.7rem 1rem !important;
  }
}

header li:last-child {
  margin-top: 6px;
}

header .main-btn, .main-btn {
  border-radius: 30px;
  background: #00d1dc;
  background: -moz-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -webkit-gradient( left top, left bottom, color-stop(0%, #00d1dc), color-stop(100%, #00a7b6));
  background: -webkit-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -o-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -ms-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -webkit-gradient( linear, left top, left bottom, from(#00d1dc), to(#00a7b6));
  background: linear-gradient(to bottom, #00d1dc 0%, #00a7b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d1dc', endColorstr='#00a7b6', GradientType=0);
  color: white;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  padding: 12px 34px;
}

header .main-btn:hover {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  background: -webkit-gradient( linear, left top, left bottom, from(#03cbd5), to(#056972));
  background: -webkit-linear-gradient(top, #03cbd5 0%, #056972 100%);
  background: -o-linear-gradient(top, #03cbd5 0%, #056972 100%);
  background: linear-gradient(to bottom, #03cbd5 0%, #056972 100%);
  color: white;
}

header img {
  width: 60%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header img {
    width: 86%;
  }
}

@media screen and (max-width: 39.9375em) {
  header img {
    width: 54%;
  }
}

header .menuMobile {
  padding-right: 12px;
}

header .menuMobile #nav-icon1, header .menuMobile #nav-icon2, header .menuMobile #nav-icon3, header .menuMobile #nav-icon4 {
  width: 34px;
  height: 32px;
  position: relative;
  margin: 24px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

header .menuMobile #nav-icon1 span, header .menuMobile #nav-icon3 span, header .menuMobile #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #27345f;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

header .menuMobile #nav-icon3 span:nth-child(1) {
  top: 0px;
}

header .menuMobile #nav-icon3 span:nth-child(2), header .menuMobile #nav-icon3 span:nth-child(3) {
  top: 12px;
}

header .menuMobile #nav-icon3 span:nth-child(4) {
  top: 24px;
}

header .menuMobile #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

header .menuMobile #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .menuMobile #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .menuMobile #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.logo_mobile {
  margin-top: 18px;
}

footer {
  background-color: #f9f9f9;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding-left: 120px !important;
  padding-right: 120px !important;
}

@media screen and (max-width: 39.9375em) {
  footer {
    padding: 6px 12px !important;
  }
}

footer span {
  padding-top: 10px;
}

@media screen and (max-width: 39.9375em) {
  footer span {
    line-height: 40px !important;
  }
}

footer .main-btn {
  border-radius: 30px;
  background: #00d1dc;
  background: -moz-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -webkit-gradient( left top, left bottom, color-stop(0%, #00d1dc), color-stop(100%, #00a7b6));
  background: -webkit-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -o-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -ms-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -webkit-gradient( linear, left top, left bottom, from(#00d1dc), to(#00a7b6));
  background: linear-gradient(to bottom, #00d1dc 0%, #00a7b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d1dc', endColorstr='#00a7b6', GradientType=0);
  color: white;
  padding: 12px 34px;
}

footer img {
  width: 18%;
}

#hero {
  height: calc(100vh - 84px);
}

@media screen and (max-width: 39.9375em) {
  #hero .hero {
    text-align: center;
    position: absolute;
  }
}

@media screen and (max-width: 39.9375em) {
  #hero {
    height: 116vh;
  }
}

#hero h1 {
  margin-top: 28vh;
  margin-left: 120px;
  margin-right: 260px;
  color: #011689;
  padding-bottom: 20px;
}

#hero p {
  margin-left: 120px;
  margin-right: 256px;
  padding-bottom: 20px;
}

#hero h4 {
  color: white;
}

#hero h1, #hero h4 {
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  #hero h1 {
    margin-top: 16vh;
    margin-left: 24px;
    margin-right: 24px;
    text-align: center;
  }
  #hero p {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 20px;
    text-align: center;
  }
  #hero .btn-slide {
    margin-left: 0;
    font-size: 14px;
  }
}

.svgPleca {
  position: relative;
  height: calc(100vh - 80px);
}

.row.expanded.applications-bottom {
  position: relative;
  top: 0;
}

.row.expanded.applications-bottom-2 {
  top: -4%;
}

@media screen and (max-width: 39.9375em) {
  .row.expanded.applications-bottom, .row.expanded.applications-bottom-2 {
    overflow: hidden;
  }
  .svgPleca {
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 26%;
    width: 100%;
    top: 20%;
  }
  .row.expanded.applications-bottom {
    position: relative;
    top: 45%;
    height: 36%;
  }
  .row.expanded.applications-bottom-2 {
    top: 38%;
  }
  #heroapp.applications {
    height: calc(280vh - 68px) !important;
  }
  .svgPleca.applications-bottom {
    top: 0;
    left: 10%;
    height: 50%;
  }
}

.svgPleca .img {
  position: absolute;
  height: 68%;
  width: 86%;
  top: 30%;
  left: -18%;
  background-size: cover;
  background-position: center;
  background-image: url("./../assets/home/box.png");
}

@media screen and (max-width: 39.9375em) {
  .svgPleca .img {
    height: 70%;
    width: 100%;
    top: 10%;
    left: 8%;
  }
}

.svgPleca .svgs .svg-clip {
  width: 0;
  height: 0;
}

.svgPleca .svgs .background-image-div {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: block;
  height: calc(98vh - 64px);
  background: #305bb0;
  background: -moz-linear-gradient(top, #305bb0 0%, #30497e 100%);
  background: -webkit-gradient( left top, left bottom, color-stop(0%, #305bb0), color-stop(100%, #30497e));
  background: -webkit-linear-gradient(top, #305bb0 0%, #30497e 100%);
  background: -o-linear-gradient(top, #305bb0 0%, #30497e 100%);
  background: -ms-linear-gradient(top, #305bb0 0%, #30497e 100%);
  background: -webkit-gradient( linear, left top, left bottom, from(#305bb0), to(#30497e));
  background: linear-gradient(to bottom, #305bb0 0%, #30497e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305bb0', endColorstr='#30497e', GradientType=0);
  -webkit-clip-path: url(#hero-clip);
  clip-path: url(#hero-clip);
}

@media screen and (max-width: 39.9375em) {
  .svgPleca .svgs .background-image-div {
    height: 100%;
  }
  .svgPleca .service.svgs .svg-clip, .svgPleca .applications.svgs {
    width: 100%;
  }
  .svgPleca .applications.svgs .background-image-div {
    height: 50vh !important;
    margin-top: 80%;
  }
}

.svgPleca .service.svgs .svg-clip, .svgPleca .applications.svgs .svg-clip {
  width: 0;
  height: 0;
}

.svgPleca .service.svgs .background-image-div, .svgPleca .applications.svgs .background-image-div {
  background: white;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  display: block;
  height: 80vh;
  -webkit-clip-path: url(#hero-clip);
  clip-path: url(#hero-clip);
}

.svgPleca .applications.svgs .background-image-div #et-slide-img-1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./../assets/appli/pulsera.png");
  height: 100%;
  left: unset;
}

.svgPleca .applications.svgs .background-image-div #et-slide-img-2 {
  background-size: cover;
  background-position: center -60px;
  background-repeat: no-repeat;
  background-image: url("./../assets/appli/etiqueta.png");
  height: 100%;
  left: unset;
}

.svgPleca .service.svgs .background-image-div #et-slide-img-1 {
  background-size: cover;
  background-position: center;
  background-image: url("./../assets/service/pexels-photo-380769.jpeg");
  height: 100%;
  left: unset;
}

.svgPleca .service.svgs .background-image-div #et-slide-img-2 {
  background-size: cover;
  background-position: center;
  background-image: url("./../assets/service/service-2.JPG");
  height: 100%;
  left: unset;
}

/* homepage */

/* contacto */

#contacto {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

#contacto .customIcon {
  position: relative;
  left: -200px;
}

@media screen and (max-width: 1440px) {
  #contacto .customIcon {
    left: -160px;
  }
}

#contacto #ciudadmenu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 1rem;
}

#contacto #ciudadmenu ul li {
  margin-right: 64px;
  text-decoration: none;
  list-style: none;
  cursor: pointer;
  color: white;
  position: relative;
}

#contacto #ciudadmenu ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
}

#contacto #ciudadmenu ul li.active {
  color: #00a6b6;
}

#contacto #ciudadmenu ul li.active:after {
  background: #00a6b6;
}

#contacto .ciudad {
  display: none;
  position: relative;
}

#contacto .ciudad.active {
  display: block;
}

#contacto .plecawhitecontact {
  width: 100%;
  height: 100vh;
  background: #f9f9f9;
  position: relative;
  top: -100vh;
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  padding: 120px 120px 120px 120px;
}

#contacto .plecawhitecontact h1 {
  color: #00a6b6;
  padding-bottom: 30px;
}

#contacto .plecawhitecontact h5 {
  padding-top: 30px;
  color: #011689;
}

#contacto .plecawhitecontact p, #contacto .plecawhitecontact a {
  color: #585858;
  padding-bottom: 30px;
}

#contacto .plecawhitecontact .main-btn {
  border-radius: 30px;
  background: #00d1dc;
  background: -moz-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -webkit-gradient( left top, left bottom, color-stop(0%, #00d1dc), color-stop(100%, #00a7b6));
  background: -webkit-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -o-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -ms-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -webkit-gradient( linear, left top, left bottom, from(#00d1dc), to(#00a7b6));
  background: linear-gradient(to bottom, #00d1dc 0%, #00a7b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d1dc', endColorstr='#00a7b6', GradientType=0);
  color: white;
  padding: 10px 50px;
}

#contacto .plecawhitecontact form button {
  float: right;
  margin-top: 8px;
}

#contacto .plecawhitecontact form .pseudo {
  position: relative;
}

#contacto .plecawhitecontact form .pseudo:after {
  content: "";
  top: 86%;
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #d7d7d7;
}

#contacto .plecawhitecontact form .pseudoT {
  position: relative;
}

#contacto .plecawhitecontact form .pseudoT:after {
  content: "";
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #d7d7d7;
}

#contacto .plecawhitecontact form textarea {
  height: 6rem;
}

#contacto .plecawhitecontact form input {
  height: 1.5rem;
}

#contacto .plecawhitecontact form input, #contacto .plecawhitecontact form textarea {
  width: 100%;
  padding: 0 0;
  margin: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: 2px solid transparent;
  margin-bottom: 16px;
  -webkit-box-shadow: inset 0 1px 2px transparent;
  box-shadow: inset 0 1px 2px transparent;
  color: #27345f;
  font-family: Oswald;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: left;
}

#contacto .plecawhitecontact form input::-webkit-input-placeholder, #contacto .plecawhitecontact form textarea::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(39, 52, 95, 0.5);
  opacity: 1;
  /* Firefox */
}

#contacto .plecawhitecontact form input:-ms-input-placeholder, #contacto .plecawhitecontact form textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(39, 52, 95, 0.5);
  opacity: 1;
  /* Firefox */
}

#contacto .plecawhitecontact form input::-ms-input-placeholder, #contacto .plecawhitecontact form textarea::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(39, 52, 95, 0.5);
  opacity: 1;
  /* Firefox */
}

#contacto .plecawhitecontact form input::placeholder, #contacto .plecawhitecontact form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(39, 52, 95, 0.5);
  opacity: 1;
  /* Firefox */
}

#contacto .plecawhitecontact form input:-ms-input-placeholder, #contacto .plecawhitecontact form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(39, 52, 95, 0.5);
}

#contacto .plecawhitecontact form input::-ms-input-placeholder, #contacto .plecawhitecontact form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(39, 52, 95, 0.5);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #contacto .plecawhitecontact {
    padding: 90px 60px 60px 60px;
  }
}

#contacto .plecawhitecontact.active {
  top: 0;
}

#contacto .plecabluecontact {
  width: 100%;
  height: 100vh;
  background: #2f4f91;
  position: relative;
  top: 100vh;
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  padding: 120px 120px 120px 120px;
}

#contacto .plecabluecontact h5 {
  padding-top: 12px;
  color: #00a6b6;
}

#contacto .plecabluecontact p, #contacto .plecabluecontact a {
  color: white;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #contacto .plecabluecontact {
    padding: 90px 60px 60px 60px;
  }
}

#contacto .plecabluecontact.active {
  top: 0;
}

#contacto .headerContacto {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding-left: 120px !important;
  padding-right: 120px !important;
  z-index: 3;
}

#contacto .headerContacto span, #contacto .headerContacto a {
  padding-top: 10px;
  color: #f9f9f9;
}

#contacto .headerContacto img {
  width: 30%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #contacto .headerContacto img {
    width: 56%;
  }
}

@media screen and (max-width: 1440px) {
  #contacto .headerContacto img {
    width: 40%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #contacto .headerContacto {
    padding-left: 62px !important;
    padding-right: 62px !important;
  }
}

@media screen and (max-width: 39.9375em) {
  #contacto {
    position: relative;
    z-index: 0;
    height: auto;
  }
  #contacto .plecawhitecontact {
    top: 0;
    padding: 120px 32px 0 32px;
  }
  #contacto .plecawhitecontact h1 {
    text-align: center;
  }
  #contacto .plecawhitecontact p {
    text-align: center;
  }
  #contacto .plecawhitecontact .main-btn {
    padding: 10px 30vw;
  }
  #contacto .plecabluecontact {
    height: 118vh;
    top: 34px;
    padding: 40px 32px 0 32px;
  }
}

/* contacto */

/*About*/

.pageSection {
  height: 100vh;
}

.pageSection h1 {
  margin-top: 36vh;
  color: #011689;
  padding-bottom: 20px;
}

@media screen and (max-width: 39.9375em) {
  .pageSection h1 {
    margin-top: 26vh;
  }
}

.pageSection p {
  padding-bottom: 20px;
}

.pageSection h4 {
  color: white;
}

.pageSection h1, .pageSection h4 {
  text-align: left;
}

.pageSection .historyAbout {
  padding-left: 140px;
}

.pageSection .historyAbout h1 {
  padding-right: 250px;
}

@media screen and (max-width: 1300px) {
  .pageSection .historyAbout h1 {
    padding-right: 200px;
  }
}

.pageSection .historyAbout p {
  padding-right: 120px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pageSection .historyAbout {
    padding-left: 70px;
  }
  .pageSection .historyAbout h1 {
    padding-right: 0;
  }
  .pageSection .historyAbout p {
    padding-right: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .pageSection .historyAbout {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .pageSection .historyAbout h1 {
    padding-right: 42px;
    padding-left: 42px;
    text-align: center;
  }
  .pageSection .historyAbout p {
    padding-right: 42px;
    padding-left: 42px;
  }
}

.pageSection .imgAbout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100vh);
}

.pageSection .imgAbout figure {
  width: 38vw;
}

.pageSection .imgAbout figure img {
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .pageSection .imgAbout {
    height: 30vh;
    padding: 0;
  }
  .pageSection .imgAbout figure {
    width: 65vw;
  }
}

.pageSection .svgProductTriangleR .background-image-div {
  width: 50vw;
  height: 140vh;
}

.misionV h1 {
  color: #011689;
  padding-bottom: 40px;
}

.misionV p {
  padding-bottom: 20px;
}

.misionV h4 {
  color: white;
}

.misionV .visionAbout {
  padding-left: 140px;
  text-align: center;
}

.misionV .visionAbout h1 {
  padding: 0 20px;
}

.misionV .visionAbout p {
  text-align: justify;
  padding: 0 20px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .misionV .visionAbout {
    padding-left: 70px;
  }
  .misionV .visionAbout p {
    padding-right: 40px;
  }
}

@media screen and (max-width: 39.9375em) {
  .misionV .visionAbout {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .misionV .visionAbout h1 {
    padding-right: 42px;
    padding-left: 42px;
    text-align: center;
  }
  .misionV .visionAbout p {
    padding-right: 42px;
    padding-left: 42px;
  }
}

.misionV .visionAbout:nth-child(2) {
  padding-left: 40px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .misionV .visionAbout:nth-child(2) {
    padding-left: 24px;
  }
}

@media screen and (max-width: 39.9375em) {
  .misionV .visionAbout:nth-child(2) {
    padding-left: 0;
  }
}

.clientesAbout h1 {
  color: #011689;
  padding-bottom: 40px;
}

@media screen and (max-width: 39.9375em) {
  .clientesAbout {
    padding: 60px 0 60px 0;
  }
}

.clientesAbout .logosAbout {
  padding-left: 140px;
  text-align: center;
}

.clientesAbout .logosAbout p {
  padding-right: 100px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .clientesAbout .logosAbout {
    padding-left: 70px;
  }
}

@media screen and (max-width: 39.9375em) {
  .clientesAbout .logosAbout {
    padding: 60px 0 60px 0;
  }
  .clientesAbout .logosAbout h1 {
    text-align: center;
    padding-left: 42px;
    padding-right: 42px;
  }
}

.clientesAbout .logosAbout .column {
  padding-right: 34px;
  padding-bottom: 50px;
  text-align: center;
}

.clientesAbout .logosAbout .column:nth-child(1) img {
  width: 50px;
  height: 90px;
}

.clientesAbout .logosAbout .column:nth-child(2) img {
  width: 82px;
  height: 90px;
}

.clientesAbout .logosAbout .column:nth-child(3) img {
  width: 82px;
  height: 90px;
}

.clientesAbout .logosAbout .column:nth-child(4) img {
  width: 68px;
  height: 90px;
}

.clientesAbout .logosAbout .column:nth-child(5) img {
  width: 70px;
  height: 90px;
}

.clientesAbout .logosAbout .column:nth-child(6) img {
  width: 74px;
  height: 90px;
}

.clientesAbout .logosAbout .column:nth-child(7) img {
  width: 50px;
  height: 90px;
}

.clientesAbout .logosAbout .column:nth-child(8) img {
  width: 68px;
  height: 90px;
}

.clientesAbout .logosAbout .column:nth-child(9) img {
  width: 90px;
  height: 90px;
}

.clientesAbout .logosAbout .column:nth-child(10) img {
  width: 90px;
}

.clientesAbout .logosAbout .column:nth-child(11) img {
  width: 110px;
}

.clientesAbout .logosAbout .column:nth-child(12) img {
  width: 90px;
}

@media screen and (max-width: 39.9375em) {
  .clientesAbout .logosAbout .column {
    padding-right: 42px;
    padding-left: 42px;
  }
  .clientesAbout .logosAbout .column:nth-child(1) img {
    width: 72px;
    height: 90px;
  }
  .clientesAbout .logosAbout .column:nth-child(2) img {
    width: 140px;
    height: 90px;
  }
  .clientesAbout .logosAbout .column:nth-child(3) img {
    width: 140px;
    height: 90px;
  }
  .clientesAbout .logosAbout .column:nth-child(4) img {
    width: 100px;
    height: 90px;
  }
  .clientesAbout .logosAbout .column:nth-child(5) img {
    width: 120px;
    height: 90px;
  }
  .clientesAbout .logosAbout .column:nth-child(6) img {
    width: 110spx;
    height: 90px;
  }
  .clientesAbout .logosAbout .column:nth-child(7) img {
    width: 80px;
    height: 90px;
  }
  .clientesAbout .logosAbout .column:nth-child(8) img {
    width: 100px;
    height: 90px;
  }
  .clientesAbout .logosAbout .column:nth-child(9) img {
    width: 120px;
    height: 90px;
  }
  .clientesAbout .logosAbout .column:nth-child(10) img {
    width: 90px;
  }
  .clientesAbout .logosAbout .column:nth-child(11) img {
    width: 130px;
  }
  .clientesAbout .logosAbout .column:nth-child(12) img {
    width: 90px;
  }
}

/*ABOUT*/

/*products*/

.pageProdu {
  height: auto;
}

@media screen and (max-width: 39.9375em) {
  .pageProdu {
    height: auto;
  }
}

.pageProdu #slider1 {
  padding-left: 80px;
}

.pageProdu h1 {
  margin-top: 36vh;
  color: #011689;
  padding-bottom: 20px;
}

@media screen and (max-width: 39.9375em) {
  .pageProdu #slider1 {
    padding: 0;
  }
  .pageProdu.custom_add {
    height: 60vh;
  }
  .pageProdu h1 {
    margin-top: 20vh;
  }
}

.pageProdu p {
  padding-bottom: 20px;
}

.pageProdu h4 {
  color: white;
}

.pageProdu h1, .pageProdu h4 {
  text-align: left;
}

.pageProdu .infoProdu {
  padding-left: 140px;
}

.pageProdu .infoProdu h1 {
  padding-right: 250px;
}

.pageProdu .infoProdu p {
  padding-right: 120px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pageProdu .infoProdu {
    padding-left: 60px;
  }
  .pageProdu .infoProdu p {
    padding-right: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .pageProdu .infoProdu {
    padding-left: 42px;
    padding-right: 42px;
  }
  .pageProdu .infoProdu h1 {
    padding-right: 0;
    text-align: center;
  }
  .pageProdu .infoProdu p {
    padding-right: 0;
    text-align: center;
  }
}

.pageProdu .sliderProdu {
  position: relative;
}

.pageProdu .sliderProdu figure {
  text-align: center;
  height: 100%;
  width: 100%;
}

.pageProdu .sliderProdu figure img {
  width: 22vw;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pageProdu .sliderProdu figure img {
    width: 32vw;
  }
}

@media screen and (max-width: 39.9375em) {
  .pageProdu.ribbons .sliderProdu {
    position: absolute;
  }
  .pageProdu .sliderProdu figure img {
    width: 34vw;
  }
}

.ribbons {
  height: 60vh;
}

.ribbons h1 {
  margin-top: 150px;
}

.ribbons .sliderProdu figure img {
  width: 20vw;
  padding-top: 40px;
}

@media screen and (max-width: 39.9375em) {
  .ribbons .sliderProdu figure img {
    width: 40vw;
    padding-top: 10%;
  }
  .ribbons .sliderProdu figure img.printers {
    padding-top: 25% !important;
  }
}

@media screen and (max-width: 320px) {
  .ribbons .sliderProdu figure img {
    padding-top: 150px !important;
  }
  .ribbons .sliderProdu figure img.printers {
    padding-top: 250px !important;
  }
}

@media screen and (max-width: 375px) {
  .ribbons .sliderProdu figure img {
    padding-top: 120px !important;
  }
  .ribbons .sliderProdu figure img.printers {
    padding-top: 220px !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .ribbons {
    height: auto;
    padding-bottom: 250px;
  }
  .ribbons-section {
    position: relative;
    top: -4vh;
  }
}

.ribbons.extra_bloque img {
  margin-top: 118px !important;
  width: 30vw !important;
}

@media screen and (max-width: 39.9375em) {
  .ribbons.extra_bloque img {
    margin-top: 0 !important;
    width: 50vw !important;
  }
}

.pageProdu2 {
  height: 98vh;
}

.pageProdu.custom_add .et-h1, .pageProdu2 .et-h1 {
  margin-bottom: 32px;
}

.pageProdu.custom_add .infoProdu .et-paragraph, .pageProdu2 .infoProdu .et-paragraph {
  margin-top: 36px;
}

.pageProdu2.credentials {
  position: relative;
  top: -8vh;
  height: 74vh;
}

.pageProdu2.bags {
  margin-top: 90px;
}

@media screen and (max-width: 39.9375em) {
  .pageProdu.custom_add, .pageProdu2 {
    height: auto;
    text-align: center;
  }
  .pageProdu2.credentials .sliderProdu {
    position: absolute;
  }
  .pageProdu2.credentials .sliderProdu #slider3 .sliderPr3 {
    top: -16vh;
  }
  .pageProdu2.bags .sliderProdu #slider3 {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.pageProdu2 #slider2 {
  top: 22vh;
  left: 10vw;
}

.pageProdu2 #slider2 .sliderPr2 {
  width: 500px;
  height: unset;
}

.pageProdu2 #slider2 .sliderPr2 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageProdu2 #slider2 .sliderPr2 .swiper-wrapper .swiper-slide img {
  width: 76%;
}

@media screen and (max-width: 39.9375em) {
  .pageProdu2 #slider2 {
    top: 14%;
    left: 30%;
    width: 44vw;
  }
  .pageProdu2 #slider2 figure img {
    width: 36vw;
  }
}

.pageProdu2 #slider3 {
  top: 13vh;
}

.pageProdu2 #slider3 .sliderPr3, .pageProdu2 #slider3 .sliderPr4 {
  width: 500px;
  height: unset;
}

.pageProdu2 #slider3 .sliderPr3 .swiper-wrapper, .pageProdu2 #slider3 .sliderPr4 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageProdu2 #slider3 .sliderPr3 .swiper-wrapper .swiper-slide img, .pageProdu2 #slider3 .sliderPr4 .swiper-wrapper .swiper-slide img {
  width: 76%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pageProdu2 #slider3 {
    left: -5vh;
  }
}

@media screen and (max-width: 39.9375em) {
  .pageProdu2 #slider3 {
    position: initial;
    width: 100%;
    height: 100%;
  }
  .pageProdu2 #slider3 .sliderPr3, .pageProdu2 #slider3 .sliderPr4 {
    width: 500px;
    height: 48vh;
  }
  .pageProdu2 #slider3 .sliderPr3 .swiper-pagination-bullets, .pageProdu2 #slider3 .sliderPr4 .swiper-pagination-bullets {
    position: absolute;
    left: -50px;
    bottom: -20px;
  }
  .pageProdu2 #slider3 .sliderPr4 figure img {
    width: 70vw !important;
    position: relative;
    left: -16vw;
  }
  .pageProdu2 #slider3 .sliderPr4 .swiper-slide:nth-child(2) figure img {
    width: 60vw !important;
    position: relative;
    left: -16vw;
  }
  .pageProdu2 #slider3 figure img {
    width: 70vw !important;
    position: relative;
    left: -10vw;
  }
}

.pageProdu2 h1 {
  margin-top: 26vh;
  color: #011689;
  padding-bottom: 20px;
}

.pageProdu2 p {
  padding-bottom: 20px;
}

.pageProdu2 h4 {
  color: white;
}

.pageProdu2 h1, .pageProdu2 h4 {
  text-align: left;
}

.pageProdu2 .infoProdu {
  padding-left: 140px;
}

.pageProdu2 .infoProdu h1 {
  padding-right: 250px;
}

.pageProdu2 .infoProdu p {
  padding-right: 120px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pageProdu2 .infoProdu h1 {
    padding-right: 28px;
  }
}

@media screen and (max-width: 39.9375em) {
  .pageProdu2 .infoProdu {
    padding-left: 42px;
    padding-right: 42px;
  }
  .pageProdu2 .infoProdu h1 {
    padding-right: 0;
    margin-top: 0;
    text-align: center;
  }
  .pageProdu2 .infoProdu p {
    padding-right: 0;
    text-align: center;
  }
}

.pageProdu2 .sliderProdu {
  position: relative;
}

.pageProdu2 .sliderProdu figure {
  text-align: center;
}

.pageProdu2 .sliderProdu figure img {
  width: 16vw;
  margin-top: 30px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pageProdu2 .sliderProdu figure {
    text-align: left;
  }
  .pageProdu2 .sliderProdu figure img {
    width: 44vw !important;
  }
}

.pageProdu2 .sliderProdu .marginProdu img {
  width: 30vw;
  margin: 25vh 0 0 0;
}

@media screen and (max-width: 39.9375em) {
  .pageProdu2 .sliderProdu .marginProdu img {
    width: 60vw;
    margin: 0;
  }
}

.pageProdu3 {
  height: 70vh;
}

.pageProdu3.labels {
  position: relative;
  top: -4vh;
}

@media screen and (max-width: 39.9375em) {
  .pageProdu3 {
    height: auto;
  }
  .pageProdu3 figure {
    position: absolute;
  }
}

.pageProdu3 h1 {
  margin-top: 26vh;
  color: #011689;
  padding-bottom: 20px;
}

.pageProdu3 p {
  padding-bottom: 20px;
}

.pageProdu3 h4 {
  color: white;
}

.pageProdu3 h1, .pageProdu3 h4 {
  text-align: left;
}

.pageProdu3 .indicadorMove img {
  width: 6% !important;
}

.pageProdu3 .indicadorMove .text {
  left: 40%;
  width: 26% !important;
}

.pageProdu3 .infoProdu {
  padding-left: 140px;
}

.pageProdu3 .infoProdu h1 {
  padding-right: 98px;
}

.pageProdu3 .infoProdu p {
  padding-right: 70px;
}

.pageProdu3 #slider1 {
  top: 8vh;
}

.pageProdu3 .sliderPr1 {
  width: 450px;
  height: 450px;
}

.pageProdu3 .sliderPr1 .swiper-wrapper .swiper-slide:nth-child(1)>figure>img {
  width: 24vw;
}

.pageProdu3 .sliderPr1 .swiper-wrapper .swiper-slide:nth-child(2)>figure>img {
  left: 3vh;
  position: relative;
  top: -10vh;
}

.pageProdu3 .sliderPr1 .swiper-wrapper .swiper-slide:nth-child(3)>figure>img {
  left: 5vh;
  position: relative;
  top: -10vh;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pageProdu3 .infoProdu {
    padding-left: 70px;
  }
  .pageProdu3 .infoProdu h1 {
    padding-right: 72px;
  }
  .pageProdu3 .infoProdu p {
    padding-right: 0;
  }
  .pageProdu3 .sliderPr1 .swiper-pagination1 {
    top: 380px;
  }
  .pageProdu3 .sliderPr1 .swiper-wrapper .swiper-slide:nth-child(1)>figure>img {
    position: relative;
    top: 6vh;
    width: 20vw;
  }
  .pageProdu3 .sliderPr1 .swiper-wrapper .swiper-slide:nth-child(2)>figure>img {
    left: 0;
    top: 2vh;
  }
  .pageProdu3 .sliderPr1 .swiper-wrapper .swiper-slide:nth-child(3)>figure>img {
    left: 0;
    top: 2vh;
  }
}

@media screen and (max-width: 39.9375em) {
  .pageProdu3 .infoProdu {
    padding-left: 42px;
    padding-right: 42px;
  }
  .pageProdu3 .infoProdu h1 {
    padding-right: 0;
    margin-top: 0;
    text-align: center;
  }
  .pageProdu3 .infoProdu p {
    padding-right: 0;
    text-align: center;
  }
  .pageProdu3 #slider1 {
    top: 2vh;
  }
  .pageProdu3 .sliderPr1 .swiper-pagination1 {
    bottom: 100px;
    left: -100px;
    position: relative;
  }
  .pageProdu3 .sliderPr1 .swiper-wrapper .swiper-slide:nth-child(1)>figure>img {
    left: -100px;
    position: relative;
    width: 45vw;
  }
  .pageProdu3 .sliderPr1 .swiper-wrapper .swiper-slide:nth-child(2)>figure>img {
    left: -100px;
    top: 0;
    width: 55vw;
  }
  .pageProdu3 .sliderPr1 .swiper-wrapper .swiper-slide:nth-child(3)>figure>img {
    left: -100px;
    top: 0;
    width: 55vw;
  }
}

.pageProdu3 .sliderProdu {
  position: relative;
}

.pageProdu3 .sliderProdu figure {
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 24vh;
  left: 8vw;
}

.pageProdu3 .sliderProdu figure img {
  width: 28vw;
  margin: -10vh 0 0 -20vw;
}

@media screen and (max-width: 39.9375em) {
  .pageProdu3 .sliderProdu figure {
    position: absolute;
    height: 32vh;
    top: 0;
    left: 0;
    margin-bottom: 8%;
  }
  .pageProdu3 .sliderProdu figure img {
    width: 50vw;
    margin: unset;
  }
}

.svgProductTriangleR .svg-clip {
  width: 0;
  height: 0;
}

.svgProductTriangleR .background-image-div {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: block;
  z-index: -1;
  height: calc(100vh - 64px);
  background-color: #f9f9f9;
  -webkit-clip-path: url(#hero-clipR);
  clip-path: url(#hero-clipR);
}

.svgProductTriangleR.about .background-image-div {
  background-image: url(./../assets/about/oficinas.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 82vh;
  top: 6%;
}

@media screen and (max-width: 39.9375em) {
  .svgProductTriangleR.about, .svgProductTriangleR.about .background-image-div {
    width: 100%;
  }
  .svgProductTriangleR.about .background-image-div {
    height: 40vh;
  }
  .svgProductTriangleR .background-image-div {
    position: relative;
    height: 50vh;
  }
}

.svgProductTriangleL .svg-clip {
  width: 0;
  height: 0;
}

.svgProductTriangleL .background-image-div {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: block;
  z-index: -1;
  height: calc(100vh - 64px);
  background-color: #f9f9f9;
  -webkit-clip-path: url(#hero-clipL);
  clip-path: url(#hero-clipL);
}

@media screen and (max-width: 39.9375em) {
  .svgProductTriangleL .background-image-div {
    position: relative;
    height: 50vh;
    -webkit-clip-path: url(#hero-clip2);
    clip-path: url(#hero-clip2);
  }
  .holograms .svgProductTriangleL .background-image-div {
    height: 40vh;
  }
}

/*products*/

/*Applications*/

@-webkit-keyframes pulsebtn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  8% {
    -webkit-transform: scale(0);
    opacity: 0.5;
  }
  15% {
    -webkit-transform: scale(0.1);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulsebtn {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  8% {
    -moz-transform: scale(0);
    opacity: 0.5;
  }
  15% {
    -moz-transform: scale(0.1);
    opacity: 1;
  }
  30% {
    -moz-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}

#heroapp {
  height: calc(100vh - 70px);
}

#heroapp h1 {
  margin-top: 32vh;
  margin-left: 120px;
  margin-right: 120px;
  color: #011689;
  padding-bottom: 20px;
  width: 40%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #heroapp h1 {
    margin-left: 60px;
    margin-right: 60px;
    width: 50%;
    margin-top: 28vh;
  }
}

#heroapp p {
  margin-left: 120px;
  margin-right: 120px;
  padding-bottom: 20px;
  width: 40%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #heroapp p {
    margin-left: 60px;
    margin-right: 60px;
  }
}

#heroapp h4 {
  color: white;
}

#heroapp h1, #heroapp h4 {
  text-align: left;
}

#heroapp .text-left-ed h1, #heroapp .text-left-ed p {
  text-align: left !important;
  padding: 0 24px;
}

#heroapp .mobileSer h1 {
  margin-top: 10vh;
}

@media screen and (max-width: 39.9375em) {
  #heroapp {
    height: 116vh;
  }
  #heroapp h1 {
    margin-top: 18vh !important;
    margin-left: 24px;
    margin-right: 24px;
    text-align: center;
    width: calc(100vw - 48px);
  }
  #heroapp p {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 20px;
    text-align: center;
    width: calc(100vw - 48px);
  }
}

#heroapp .img {
  height: 54%;
  width: 42%;
  top: 32%;
  left: 16%;
}

@media screen and (max-width: 39.9375em) {
  #heroapp .img {
    height: 70%;
    width: 64%;
    top: 10%;
    left: 20%;
  }
  #heroapp .img .imgzoom {
    display: none;
  }
}

#heroapp .img .imgzoom {
  position: absolute;
  top: 20%;
  left: 62%;
  width: 0;
  height: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
  border: 1px solid #cccccc;
  background-size: cover;
  background-position: center;
  background-image: url("./../assets/home/cosmetologiaZoom.png");
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #heroapp .img .imgzoom {
    top: 18%;
    left: 62%;
  }
}

#heroapp .img .imgzoom .pulse_holder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #heroapp .img .imgzoom .pulse_holder {
    top: -8px;
    left: -14px;
  }
}

#heroapp .img .imgzoom .pulse_holder:hover {
  cursor: pointer;
}

#heroapp .img .imgzoom .pulse_holder:hover .pulse_rays {
  -webkit-animation: none;
  animation: none;
}

#heroapp .img .imgzoom .pulse_holder .pulse_marker {
  width: 32px;
  height: 32px;
  background: #00d1dc;
  background: -moz-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -webkit-gradient( left top, left bottom, color-stop(0%, #00d1dc), color-stop(100%, #00a7b6));
  background: -webkit-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -o-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -ms-linear-gradient(top, #00d1dc 0%, #00a7b6 100%);
  background: -webkit-gradient( linear, left top, left bottom, from(#00d1dc), to(#00a7b6));
  background: linear-gradient(to bottom, #00d1dc 0%, #00a7b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d1dc', endColorstr='#00a7b6', GradientType=0);
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}

#heroapp .img .imgzoom .pulse_holder .pulse_marker:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: white;
}

#heroapp .img .imgzoom .pulse_holder .pulse_marker:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 50%;
  background-color: white;
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}

#heroapp .img .imgzoom .pulse_holder.active .pulse_marker:after {
  height: 0;
}

#heroapp .img .imgzoom .pulse_holder.active .pulse_rays {
  -webkit-animation: none;
  animation: none;
}

#heroapp .img .imgzoom .pulse_holder .pulse_rays {
  margin: 0 auto;
  border-radius: 100px;
  position: absolute;
  right: -16px;
  top: -16px;
  z-index: -1;
  background-color: transparent;
  opacity: 0;
  width: 64px;
  height: 64px;
  border: 2px solid white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  /* Giving Animation Function */
  -webkit-animation: pulsebtn 2s linear infinite;
  -moz-animation: pulsebtn 2s linear infinite;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
}

#heroapp .img .imgzoom.active {
  border: 2px solid white;
  width: 180px;
  height: 180px;
  top: 8%;
  left: 58%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #heroapp .img .imgzoom.active {
    width: 75px;
    height: 75px;
  }
}

#heroapp .controlesApp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: 0 120px;
  z-index: 3;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #heroapp .controlesApp {
    margin: 0 60px;
  }
}

#heroapp .controlesApp .counter {
  margin: 0 12px;
}

#heroapp .controlesApp .prev, #heroapp .controlesApp .next {
  cursor: pointer;
}

/*Applications*/

.menuMovible {
  -webkit-box-shadow: 1px 0 110px -15px #7d7d7d;
  box-shadow: 1px 0 110px -15px #7d7d7d;
  position: relative;
  z-index: 4;
  background: white;
  -webkit-transition: left 600ms;
  -o-transition: left 600ms;
  transition: left 600ms;
  left: 0;
  right: 0;
  overflow: hidden;
}

.menuMovible.active {
  -webkit-transition: left 600ms;
  -o-transition: left 600ms;
  transition: left 600ms;
  left: -70vw;
}

.menuMovil {
  position: fixed;
  z-index: 1;
  right: 0;
  width: 70vw;
  height: 100vh;
}

.menuMovil .et-menu {
  font-size: 20px;
  padding: 16px 2rem;
  color: #555555;
}

.menuMovil h1 {
  padding: 34px 2rem 20px 2rem;
}

.menuMovil img {
  width: 40%;
  padding-right: 26px;
}

.changePos {
  position: absolute;
}

.et-menu li a {
  position: relative;
}

.et-menu li a:after {
  position: absolute;
  content: "";
  width: 66%;
  height: 1px;
  top: 82%;
  left: 16%;
  background: transparent;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.et-menu li a:hover {
  color: #00a6b6;
}

.et-menu li a:hover:after {
  background: #00a6b6;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.et-menu li .main-btn {
  color: white !important;
}

.et-menu li .main-btn:after {
  background: transparent !important;
}

.et-menu li a.active:after {
  background: #00a6b6 !important;
}

.changePage.active {
  color: #00a6b6;
}

@media screen and (min-width: 39.9375em) {
  .blockOverflow {
    overflow: hidden;
  }
}

/*Custom Slider*/

@media screen and (max-width: 39.9375em) {
  #et-slide-1 {
    text-align: center;
  }
  .homeHero .slide-et-images .slide-et-img {
    height: 100% !important;
    top: 75% !important;
    width: 100% !important;
  }
  .homeHero .slide-et-images .slide-et-img#et-slide-img-2 {
    top: 100% !important;
  }
  #et-slide-1 .et-h1, #et-slide-2 .et-h1, #et-slide-3 .et-h1, #et-slide-4 .et-h1 {
    margin-top: 28vh !important;
  }
  .holograms-title {
    top: 0 !important;
    font-size: 1.75rem !important;
  }
}

@media screen and (max-width: 39.9375em) {
  #et-slide-2 {
    text-align: center;
  }
  .svgPleca .service.svgs .background-image-div #et-slide-img-2 {
    height: 80%;
    left: 20px !important;
    top: 25% !important;
    width: 80%;
  }
  .svgPleca .service.svgs .background-image-div #et-slide-img-3 {
    top: 10% !important;
  }
  #et-slide-img-4 {
    top: 15% !important;
  }
}

@media screen and (max-width: 39.9375em) {
  #et-slide-3 {
    text-align: center;
  }
}

@media screen and (max-width: 39.9375em) {
  #et-slide-4 {
    text-align: center;
  }
}

.controlesApp {
  position: absolute;
  top: 70vh;
}

.controlesApp .counter {
  margin: 0 12px;
}

.controlesApp .counter span {
  margin: 0 12px;
}

@media screen and (max-width: 39.9375em) {
  .controlesApp {
    position: relative;
    width: auto;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    top: 105vh;
    color: white;
    left: 0;
    padding-left: 2vw;
    margin: 0 auto !important;
    text-align: center;
  }
  .controlesApp svg g {
    fill: white;
  }
  .slider-controls {
    top: 80% !important;
  }
}

.slider-et-header {
  overflow: none;
}

.slider-et-header .slide-et {
  opacity: 0;
  position: absolute;
  top: 30px;
  z-index: 1;
  -webkit-transition: opacity 500ms, top 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 500ms, top 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, top 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slider-et-header .slide-et .enter-text-1 {
  top: 30px;
  position: relative;
}

.slider-et-header .slide-et .enter-text-1.animateText {
  top: 0;
  -webkit-transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slider-et-header .slide-et .enter-text-2 {
  top: 30px;
  position: relative;
}

.slider-et-header .slide-et .enter-text-2.animateText {
  top: 0;
  -webkit-transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slider-et-header .slide-et .enter-text-3 {
  top: 30px;
  position: relative;
}

.slider-et-header .slide-et .enter-text-3.animateText {
  top: 0;
  -webkit-transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slider-et-header .slide-et .enter-text-4 {
  top: 30px;
  position: relative;
}

.slider-et-header .slide-et .enter-text-4.animateText {
  top: 0;
  -webkit-transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slider-et-header .slide-et .delay-1 {
  -webkit-transition-delay: 300ms !important;
  -o-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.slider-et-header .slide-et .delay-2 {
  -webkit-transition-delay: 600ms !important;
  -o-transition-delay: 600ms !important;
  transition-delay: 600ms !important;
}

.slider-et-header .slide-et.is-active {
  opacity: 1;
  top: 0;
  z-index: 2;
  -webkit-transition: opacity 500ms, top 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 500ms, top 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, top 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slide-et-images {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slide-et-images .slide-et-img {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 30px;
  -webkit-transition: opacity 500ms, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 500ms, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slide-et-images .slide-et-img.is-active {
  opacity: 1;
  left: 0;
  z-index: 2;
  -webkit-transition: opacity 500ms, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 500ms, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, left 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slide-et-images #et-slide-img-1 .img {
  height: 100%;
  width: 100%;
  top: 32%;
  left: 16%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./../assets/appli/cosmetologia.png");
}

.slide-et-images #et-slide-img-1-bottom .img, .slide-et-images #et-slide-img-2-bottom .img {
  height: 53%;
  width: 46%;
  top: 20%;
  left: 16%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-et-images #et-slide-img-1-bottom .img {
  background-image: url("./../assets/appli/pulsera.png");
}

.slide-et-images #et-slide-img-2-bottom .img {
  background-image: url("./../assets/appli/etiqueta.png");
}

.slide-et-images #et-slide-img-1 .img .imgzoom {
  background-size: 136%;
}

@media screen and (max-width: 1440px) {
  .slide-et-images #et-slide-img-1 .img {
    height: 57%;
    left: 0;
  }
}

@media screen and (max-width: 1300px) {
  .slide-et-images #et-slide-img-1 .img {
    width: 48%;
    left: 20%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .slide-et-images #et-slide-img-1 .img {
    width: 59%;
    height: 40%;
  }
}

@media screen and (max-width: 39.9375em) {
  .slide-et-images #et-slide-img-1 .img {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    left: 2%;
    top: 20%;
  }
  .slide-et-images #et-slide-img-1-bottom .img, .slide-et-images #et-slide-img-2-bottom .img {
    top: 35%;
  }
}

.slide-et-images #et-slide-img-2 .img {
  width: 50%;
  height: 54%;
  top: 35%;
  left: 24%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./../assets/appli/naturista.png");
}

.slide-et-images #et-slide-img-2 .img .imgzoom {
  border: 2px solid #e8e8e8;
  top: 2%;
  left: 30%;
  background-size: cover;
  background-position: center;
  background-image: url("./../assets/appli/naturistaZoom.png");
  background-size: 122%;
  background-position: 50% 58%;
}

.slide-et-images #et-slide-img-2 .img .imgzoom.active {
  top: -8%;
  left: 14%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .slide-et-images #et-slide-img-2 .img .imgzoom.active {
    top: 0%;
    left: 28%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .slide-et-images #et-slide-img-2 .img {
    width: 45%;
    height: 44%;
  }
}

@media screen and (max-width: 39.9375em) {
  .slide-et-images #et-slide-img-2 .img {
    background-repeat: no-repeat;
    background-size: contain;
    width: 50vw;
    left: 26%;
    top: 0;
    height: inherit;
  }
}

.slide-et-images #et-slide-img-3 .img {
  width: 70%;
  height: 32%;
  top: 45%;
  left: 12%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./../assets/appli/medicine.png");
}

.slide-et-images #et-slide-img-3 .img .imgzoom {
  border: 2px solid #e8e8e8;
  top: 12%;
  left: 56%;
  background-size: cover;
  background-position: center;
  background-image: url("./../assets/appli/medicineZoom.png");
  background-size: 114%;
  background-position: 50% -10px;
}

.slide-et-images #et-slide-img-3 .img .imgzoom.active {
  top: 0%;
  left: 48%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .slide-et-images #et-slide-img-3 .img {
    width: 79%;
    height: 28%;
    left: 6%;
  }
}

@media screen and (max-width: 39.9375em) {
  .slide-et-images #et-slide-img-3 .img {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    left: -8px;
    top: 0;
    height: inherit;
  }
}

.slide-et-images #et-slide-img-4 .img {
  width: 60%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./../assets/appli/automotriz.png");
}

.slide-et-images #et-slide-img-4 .img .imgzoom {
  border: 2px solid #d8d8d8;
  left: 64%;
  top: 36%;
  background-position: 26% 72%;
  background-size: cover;
  background-position: center;
  background-image: url("./../assets/appli/automotrizZoom.png");
  background-size: 182% !important;
}

.slide-et-images #et-slide-img-4 .img .imgzoom.active {
  top: 26%;
  left: 52%;
  border: 2px solid white;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .slide-et-images #et-slide-img-4 .img .imgzoom.active {
    top: 34%;
    left: 61%;
    background-size: 200%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .slide-et-images #et-slide-img-4 .img {
    width: 72%;
    height: 41%;
  }
}

@media screen and (max-width: 39.9375em) {
  .slide-et-images #et-slide-img-4 .img {
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    left: 6%;
    top: -10%;
    height: inherit;
  }
}

.homeHero .slide-et h1 {
  margin-top: 26vh !important;
}

.homeHero .slide-et p {
  margin-bottom: 6vh;
}

.homeHero .controlesApp {
  width: 12%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -2vw;
  top: 50vh;
  z-index: 4;
  color: white;
}

@media screen and (max-width: 1024px) {
  .homeHero .controlesApp {
    right: -5vw;
    width: 15%;
    top: 46vh;
  }
}

.homeHero .controlesApp svg g {
  fill: white;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .homeHero .controlesApp {
    right: -8vw;
    width: 20%;
  }
}

@media screen and (max-width: 39.9375em) {
  .homeHero .controlesApp {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: auto;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    top: 56%;
    color: black;
    left: 0;
    padding-left: 2vw;
    margin: 0 auto !important;
    text-align: center;
  }
  .homeHero .controlesApp svg g {
    fill: black;
  }
}

.homeHero .slide-et-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 8%;
}

.homeHero .slide-et-images .slide-et-img {
  width: 70%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeHero .slide-et-images .slide-et-img img {
  width: auto;
  height: 100%;
}

/*************
* FadeInDown *
*************/

@-webkit-keyframes fadeInDownimg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDownimg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownimg {
  opacity: 0;
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}

.fadeInDownimg.go {
  -webkit-animation-name: fadeInDownimg;
  animation-name: fadeInDownimg;
}

/*mdjhfsdjnfknksgl*/

a.send {
  outline: 0;
  padding-bottom: 0;
}

a.send.active {
  outline: 0;
}

a.send {
  border: 2px solid #00a6b6;
  background: #00a6b6;
  color: white;
  border-radius: 50px;
  padding: 8px 6px 8px 6px !important;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

a.send .text {
  position: relative;
  left: 36px;
  color: white;
}

a.send .text.active {
  color: transparent;
  -webkit-transform: translateY(-350%) scale(0);
  -ms-transform: translateY(-350%) scale(0);
  transform: translateY(-350%) scale(0);
  -webkit-transition: 0.35s cubic-bezier(0.34, -0.61, 1, 0.64);
  -o-transition: 0.35s cubic-bezier(0.34, -0.61, 1, 0.64);
  transition: 0.35s cubic-bezier(0.34, -0.61, 1, 0.64);
}

a.send.active {
  padding: 0 6px 0 6px !important;
  -webkit-transition: 0.4s cubic-bezier(0.35, -0.77, 0.67, 1.88);
  -o-transition: 0.4s cubic-bezier(0.35, -0.77, 0.67, 1.88);
  transition: 0.4s cubic-bezier(0.35, -0.77, 0.67, 1.88);
}

a.send .loader {
  position: absolute;
  width: calc(0% - 4px);
  height: calc(100% - 4px);
  background-color: white;
  left: 2px;
  top: 2px;
  border-radius: 50px;
}

a.send .loader.active {
  width: calc(100% - 4px);
  -webkit-transition: 1.3s ease-in-out;
  -o-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

a.send .done {
  color: transparent;
  margin-top: -20px;
  position: relative;
  left: -23px;
  -webkit-transform: translateY(300%) scale(0);
  -ms-transform: translateY(300%) scale(0);
  transform: translateY(300%) scale(0);
}

a.send .done.active {
  -webkit-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
  -webkit-transition: 0.4s cubic-bezier(0.34, -0.61, 1, 0.64);
  -o-transition: 0.4s cubic-bezier(0.34, -0.61, 1, 0.64);
  transition: 0.4s cubic-bezier(0.34, -0.61, 1, 0.64);
}

a.send.finished {
  padding: 8px 6px 8px 6px !important;
  -webkit-transition: 0.4s cubic-bezier(0.35, -0.77, 0.67, 1.88);
  -o-transition: 0.4s cubic-bezier(0.35, -0.77, 0.67, 1.88);
  transition: 0.4s cubic-bezier(0.35, -0.77, 0.67, 1.88);
}

a.send.finished .loader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.35, -0.77, 0.67, 1.88);
  -o-transition: 0.4s cubic-bezier(0.35, -0.77, 0.67, 1.88);
  transition: 0.4s cubic-bezier(0.35, -0.77, 0.67, 1.88);
}

a.send.finished .done {
  color: #00a6b6;
}

@media screen and (max-width: 39.9375em) {
  .pageProdu3 figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.custom_add {
  top: -6rem;
  position: relative;
}

.custom_add h1 {
  margin-top: 0;
}

.custom_add #slider1 {
  top: 4vh;
}

.phones-wrapper {
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: space-evenly;
  left: 120px;
  position: relative;
  top: -180px;
  width: 400px;
}

.phone {
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: space-evenly;
}

.phone-text {
  font-weight: 600;
}

.phone-number {
  margin-left: 18px;
}

.whatsapp-button {
  align-items: center;
  background-color: #25d366;
  border-radius: 50%;
  bottom: 16px;
  box-shadow: 1px 1px 3px 1px rgb(199, 199, 199);
  color: white;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 16px;
  position: fixed;
  transition: background-color 0.2s ease-in;
  max-width: 95vw;
  min-width: 60px;
}

.whatsapp-button:hover {
  background-color: #1ca850;
}

.scroll-top__button {
  align-items: center;
  background-color: #51b2bf;
  border-radius: 50%;
  bottom: 6rem;
  box-shadow: 1px 1px 3px 1px rgb(199, 199, 199);
  color: white;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 1rem;
  position: fixed;
  transition: background-color 0.3s ease-in-out;
  width: 60px;
  z-index: 1;
}

.scroll-top__button:hover {
  background-color: rgb(65, 146, 156);
}

#heroapp.applications {
  height: calc(258vh - 68px);
}

.slider-controls {
  align-items: center;
  justify-content: space-between;
  margin: 0 120px;
  position: relative;
  width: 150px;
  top: 450px;
  display: flex;
}

#slider-previous, #slider-next {
  cursor: pointer;
}

.counter-margin {
  margin: 0 12px;
}

.slide-images {
  display: flex;
  list-style: none;
  padding-left: 130px !important;
  padding-top: 24vh !important;
  padding: 0;
  margin: 0;
}

.slide-images li img {
  display: none;
  position: absolute;
  width: 300px;
}

.slide-bottom {
  position: absolute;
  display: none;
  opacity: 0;
}

.slide-bottom.slide-active {
  display: block;
  animation: fadeIn 2.5s forwards;
}

.holograms-title {
  position: absolute;
  top: -4%;
  font-size: 36px;
}

.light-blue {
  color: #00a6b6 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-40px);
  }
}

.icon-margin {
  margin-right: 12px;
}