.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  background-color: #fff;
}

.logo-navbar {
  width: 20%;
  height: 80px;
  padding: 30px 20px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 11px;
  text-decoration: none;
}

.logo-navbar.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 80px;
  margin-right: 15%;
  float: right;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-burger {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 80px;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.line-burger1 {
  position: relative;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 3px;
  background-color: #000;
  color: #000;
}

.line-buger-2 {
  width: 25px;
  height: 3px;
  margin-top: 5px;
  background-color: #000;
}

.burger {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.wrapper-menu {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #9b9b9b;
  font-size: 14px;
  letter-spacing: 1px;
}

.text-block {
  font-size: 15px;
}

.line-buger3 {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  background-color: #000;
}

.section-header {
  height: 90vh;
  background-color: #fbfbf9;
}

.icon-social-media {
  height: 60px;
  padding: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Icomoon, sans-serif;
  color: #9b9b9b;
  font-size: 18px;
  text-decoration: none;
}

.icon-social-media:hover {
  color: #3d5a98;
}

.icon-social-media.twitter:hover {
  color: #1da1f2;
}

.icon-social-media.instagram:hover {
  color: #fa6510;
}

.slider {
  height: 100%;
}

.slide {
  background-color: #fbfbf9;
}

.containe-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-slider1 {
  width: 40%;
  float: left;
  text-align: center;
}
.img-slider1 .sub_img1 {
  width: 90%;
}
.img-slider1 .sub_img2 {
  width: 38%;
}
@media screen and (max-width: 500px) {
  .img-slider1 {
    width: 100%;
  }
  .img-slider1 .sub_img1 {
    width: 66%;
  }
  .img-slider1 .sub_img2 {
    width: 22%;
    margin-bottom: -54px;
  }
}

.wrapper-info-banner1 {
  width: 40%;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
}

.h1-banner {
  font-family: Montserrat, sans-serif;
  color: #000;
  letter-spacing: 2px;
}

.btn-white {
  width: 200px;
  height: 60px;
  margin-top: 20px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .17);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.btn-white:hover {
  box-shadow: 0 10px 19px 0 rgba(0, 0, 0, .05);
}

.btn-white.btn-black {
  background-color: #2b2b2b;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .45);
}

.btn-white.btn-black:hover {
  box-shadow: 0 10px 6px 0 rgba(0, 0, 0, .17);
}

.btn-white.btn-dowloand {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 240px;
  margin-top: 0px;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(0deg, #f0ebeb, #fff 34%);
  background-image: linear-gradient(90deg, #f0ebeb, #fff 34%);
  font-family: Icomoon, sans-serif;
  color: #000;
  font-size: 40px;
}

.circle.circle-blabk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .46), rgba(43, 43, 43, 0) 62%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .46), rgba(43, 43, 43, 0) 62%);
}

.circle.circle-product {
  position: absolute;
  top: 0px;
  right: 20px;
}

.wrapper-vermas {
  width: 140px;
  height: 60px;
  padding: 20px 18px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #9b9b9b;
  letter-spacing: 2px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #9b9b9b;
  letter-spacing: 2px;
}

.section-about-home {
  height: auto;
  background-image: url('../images/bg-acerca-home.jpg');
  background-position: 50% 0px;
  background-size: 1920px;
  background-repeat: no-repeat;
}

.container-about-home {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.wrapper-info-about {
  display: inline-block;
  width: 40%;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.h2 {
  font-family: Montserrat, sans-serif;
  color: #000;
  letter-spacing: 2px;
}

.p-alfaxa {
  font-family: Montserrat, sans-serif;
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 300;
}

.flex-about-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-nuestros-productos {
  width: 45%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px;
  background-color: #dedede;
  background-image: url('../images/shortcut-1-alfaxa-instrumental-equipo-medico.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .3);
}

.wrapper-nuestros-productos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h2-white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 2px;
}
.h2-gray {
  font-family: Montserrat, sans-serif;
  color: #484545;
  letter-spacing: 2px;
}

.p-white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.p-gray {
  font-family: Montserrat, sans-serif;
  color: #484545;
  font-size: 16px;
  font-weight: 300;
  text-shadow: 1px gray;
}

.about-nuestros-servicios-home {
  width: 45%;
  padding: 50px;
  background-color: #959595;
  background-image: url('../images/shortcut-2-alfaxa-instrumental-equipo-medico.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .3);
}

.section-call-to-action {
  background-color: #2b2b2b;
}

.container-call-to-action {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-calltoaction {
  padding: 90px 30px;
  text-align: center;
}

.section-footer {
  background-color: #1b1b1b;
  color: #1b1b1b;
}

.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.circle-green {
  width: 30px;
  height: 30px;
  border: 3px solid #fbfbf9;
  border-radius: 30px;
}

.column {
  width: 33%;
  margin: 4px 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.h4-tittle {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}

.wrapper-data-footer {
  margin-top: 50px;
}

.h4-footer {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
}

.form-block {
  margin-top: 30px;
}

.text-field {
  display: inline-block;
  width: 100%;
  height: 40px;
  float: left;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
}

.field-label {
  display: inline-block;
  width: 30%;
  height: 40px;
  padding-top: 10px;
  float: left;
  border-bottom: 1px solid #9b9b9b;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}

.wrapper-input {
  width: 100%;
}

.txt-area {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  background-color: #1b1b1b;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
}

.image {
  margin-top: 30px;
}

.wrapper-all-rights-reserved {
  padding: 40px 7% 30px;
  background-color: #141414;
}

.section-banner-int {
  height: 90vh;
  background-color: #fbfbf9;
}

.container-banner-int {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-about-us {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.flex-about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ed-margin{
  margin: 0 5%;
}
@media screen and (max-width: 500px) {
  .ed-margin{
    margin: 0 0;
  }
}
.our-mision {
  width: 30%;
  padding: 20px;
}

.wrapper-p {
  margin-top: 30px;
}

.our-vision {
  width: 30%;
  padding: 20px;
}

.our-values {
  width: 30%;
  padding: 19px;
}

.our-objective {
  width: 47%;
  padding: 20px;
}

.politics {
  width: 47%;
}

.container-costumers {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 110px;
  padding-bottom: 110px;
}

.flex-customers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-customers {
  width: 30%;
}

.logos {
  width: 65%;
}

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

.img-logo {
  width: 33.3333%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .img-logo {
    width: 50%;
  }
}
.container-our-products-intro {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.flex-our-product-into {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro-product {
  width: 70%;
}

.wrapper-btn-download-product {
  position: relative;
  width: 30%;
}

.section-products {
  background-color: #fbfbf9;
}

.container-products {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.tab-link {
  width: 170px;
  height: 60px;
  margin-right: 1%;
  padding: 21px 10px;
  border-radius: 30px;
  background-color: #fbfbf9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #2b2b2b;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
}

.tab-link:hover {
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, .23);
}

.tab-link.w--current {
  width: 170px;
  height: 60px;
  margin-right: 1%;
  padding: 21px 10px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .31);
  font-family: Montserrat, sans-serif;
  color: #bbd500;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-pane {
  overflow: visible;
  width: 100%;
}

.flex-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 69px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product {
  position: relative;
  width: 30%;
  margin-right: 1%;
  margin-bottom: 4.3%;
  margin-left: 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, .05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.product:hover {
  box-shadow: 0 0 14px 5px rgba(0, 0, 0, .02);
}

.wrapper-products {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-tittle {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
  padding: 0px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-product {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #9b9b9b;
  letter-spacing: 2px;
  text-decoration: none;
}

.txt-product-btn {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}

.h2-product {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 28px;
  letter-spacing: 1px;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.div-block {
  float: right;
}

.wrapper-img-banner {
  width: 45%;
  text-align: center;
}

.section-our-product-product {
  height: auto;
}

.slider-product {
  height: 100%;
}

.product-slide1 {
  background-color: #fff;
}

.container-product-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-info-product {
  background-color: #fbfbf9;
}

.container-info-product {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 89px;
  padding-bottom: 89px;
}

.flex-wrapper-info-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper-tittle-product {
  width: 30%;
  padding: 40px 20px;
}

.wrapper-p-product {
  width: 65%;
  padding: 40px 20px;
}

.wrapper-product {
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-tittle-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 66px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.submit-button {
  width: 200px;
  padding: 20px 30px;
  border-radius: 30px;
  background-color: #1b1b1b;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .4);
  font-family: Montserrat, sans-serif;
  text-align: left;
  letter-spacing: 2px;
}

.menuopen {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.container-menuopen {
  display: block;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: transparent;
}

.wrapper-menuopen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-menu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 0px 20px 20px;
  float: right;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 10px;
  text-decoration: none;
}

.link-menu:hover {
  color: #7e7e7e;
}

.link-menu.w--current {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.wrapper-social-media-1 {
  margin-top: 34px;
  margin-right: 13px;
  margin-left: 13px;
  font-family: Icomoon, sans-serif;
  color: #000;
  font-size: 25px;
  text-decoration: none;
}

.wrapper-social-media-1.facebok {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.wrapper-social-media-1.facebok:hover {
  color: #3d5a98;
}

.wrapper-social-media-1.twitter:hover {
  color: #1da1f2;
}

.wrapper-social-media-1.insta:hover {
  color: #f95e0f;
}

.slide-3 {
  background-color: #fbfbf9;
}

html.w-mod-js *[data-ix="menu"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="linkmenu"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="btn-hover-2"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="loadslider"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="acercahome"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="features"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="loadmenu"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="calltoactionfooter"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="footer-column"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="footer-column-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="footer-column-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="btnfilters"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="product"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="product-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="product-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="tittleproduct"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="comeback"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="imgproduct"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="banner"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="banner-2"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="banner-3"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

@media (max-width: 991px) {
  .navbar-social {
    width: 30%;
    margin-right: 20%;
  }
  .menu-burger {
    width: 20%;
  }
  .btn-white.btn-dowloand {
    margin-top: 0px;
  }
  .section-about-home {
    background-position: 66% 50%;
  }
  .container-about-home {
    width: 100%;
  }
  .wrapper-info-about {
    width: 100%;
  }
  .about-nuestros-productos {
    padding: 30px;
  }
  .about-nuestros-servicios-home {
    padding: 30px;
  }
  .container-about-us {
    width: 100%;
  }
  .politics {
    padding-right: 20px;
  }
  .container-costumers {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-products {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .product {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .logo-navbar.w--current {
    width: 40%;
    font-size: 18px;
  }
  .navbar-social {
    width: 34%;
    margin-right: 25%;
  }
  .menu-burger {
    width: 25%;
  }
  .wrapper-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrapper-info-banner1 {
    width: 100%;
  }
  .btn-white.btn-dowloand {
    margin-top: 0px;
  }
  .section-about-home {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .container-about-home {
    padding-bottom: 0px;
  }
  .flex-about-home {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .about-nuestros-productos {
    width: 100%;
    padding-bottom: 60px;
  }
  .p-white {
    line-height: 22px;
  }
  .about-nuestros-servicios-home {
    width: 100%;
    padding-bottom: 60px;
    box-shadow: none;
  }
  .container-call-to-action {
    width: 100%;
  }
  .container-footer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column {
    width: 100%;
    margin: 20px 0px;
  }
  .container-banner-int {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .flex-about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .our-mision {
    width: 100%;
  }
  .wrapper-p {
    margin-bottom: 30px;
  }
  .our-vision {
    width: 100%;
  }
  .our-values {
    width: 100%;
  }
  .our-objective {
    width: 100%;
  }
  .politics {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex-customers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .our-customers {
    width: 100%;
  }
  .logos {
    width: 100%;
  }
  .container-our-products-intro {
    padding-top: 146px;
    padding-bottom: 146px;
  }
  .flex-our-product-into {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro-product {
    width: 100%;
  }
  .wrapper-btn-download-product {
    width: 100%;
    margin-top: 0px;
  }
  .tab-link {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .tab-link.w--current {
    font-size: 10px;
  }
  .product {
    width: 100%;
  }
  .wrapper-img-banner {
    width: 100%;
    text-align: center;
  }
  .flex-wrapper-info-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-tittle-product {
    width: 100%;
  }
  .wrapper-p-product {
    width: 100%;
  }
  .container-tittle-product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menuopen {
    display: none;
  }
  .link-menu {
    font-size: 25px;
  }
  .link-menu.w--current {
    font-size: 25px;
  }
  .text-block-3 {
    font-size: 23px;
    letter-spacing: 8px;
  }
  .image-3 {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .logo-navbar {
    width: 50%;
    font-size: 18px;
  }
  .logo-navbar.w--current {
    width: 50%;
    font-size: 16px;
  }
  .menu-burger {
    width: 50%;
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .line-burger1 {
    overflow: hidden;
  }
  .line-buger-2 {
    overflow: hidden;
  }
  .line-buger3 {
    overflow: hidden;
  }
  .wrapper-info-banner1 {
    margin-top: 45px;
  }
  .h1-banner {
    font-size: 31px;
    line-height: 37px;
    letter-spacing: 2px;
  }
  .btn-white.btn-dowloand {
    width: 100%;
  }
  .container-about-home {
    padding-bottom: 0px;
  }
  .h2 {
    font-size: 28px;
  }
  .p-alfaxa {
    font-size: 14px;
    line-height: 22px;
  }
  .flex-about-home {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .about-nuestros-productos {
    width: 100%;
    box-shadow: none;
  }
  .about-nuestros-servicios-home {
    width: 100%;
    margin-top: 0%;
    box-shadow: none;
  }
  .container-call-to-action {
    width: 100%;
  }
  .container-footer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .wrapper-all-rights-reserved {
    padding-left: 3%;
  }
  .container-banner-int {
    text-align: center;
  }
  .container-about-us {
    padding-bottom: 0px;
  }
  .container-costumers {
    padding-top: 47px;
  }
  .wrapper-btn-download-product {
    width: 100%;
  }
  .container-products {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .tab-link {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .tab-link.w--current {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .tabs-menu {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex-products {
    padding: 4% 4% 1%;
  }
  .flex-wrapper-info-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-tittle-product {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapper-p-product {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-tittle-product {
    padding-top: 54px;
    padding-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-menu {
    letter-spacing: 8px;
  }
  .link-menu.w--current {
    letter-spacing: 8px;
  }
}

@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.custom_pleca_ed{
  position: relative;
}
.img_pleca_bg{
  position: absolute;
  right: calc(100% / 3);
  bottom: 20%;
  width: 30%;
  opacity: 0.1;
}

.slide_bg_embed{
  background-position: center;
  background-size: cover;
}

#openvideo{
  position: absolute;
  right: 26%;
  margin-top: 6%;
  background: transparent;  
}
@media screen and (max-width: 600px){
  #openvideo{
    position: relative;
    left: 32%;
    margin-top: -14%;
    background: transparent;    
  }
}
#modal_video {
  max-width: 100vw !important;
  height: 100vh !important;
  z-index: 2147483648 !important; }
  #modal_video .iziModal-iframe {
    height: 100vh !important; }

.iziModal-header {
  background: transparent !important;
  position: absolute !important;
  z-index: 10;
  right: 2%;
  top: 3%; }

.iziModal-wrap {
  height: 100% !important; }

#drift-widget-container {
  z-index: 2147483646 !important; }
