a {
  text-decoration: underline;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 777;
  display: block;
  margin-top: 23px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0f1115;
}

.navbar.scroll {
  position: relative;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar._2 {
  position: absolute;
  z-index: 700;
  display: block;
  background-color: rgba(53, 89, 160, 0);
}

.brand_header {
  width: 160px;
  height: 80px;
  background-image: url('../images/logo-header.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  float: right;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_menu:focus {
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav_menu.scroll-2 {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 80px;
  -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;
}

.menu_container {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_container._2 {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu_boton {
  position: static;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-bottom: 0px solid #aeafb0;
  color: #aeafb0;
}

.menu_boton:hover {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #81bb26;
  border-bottom-width: 4px;
  color: #0d920d;
}

.menu_boton:active {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-width: 4px;
  box-shadow: 0 0 6px 0 #fff;
}

.menu_boton:focus {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-width: 4px;
  border-bottom-color: #0d920d;
  color: #0d920d;
}

.menu_boton.w--current {
  width: 18px;
  height: 27px;
  margin-right: 13px;
}

.menu_boton.w--current:focus {
  position: static;
  background-image: none;
}

.menu_boton.icon {
  margin-right: 16px;
  border-style: none;
  background-image: url('../images/icono.png');
  background-position: 0px 0px;
  background-size: cover;
}

.menu_boton.icon:hover {
  border-style: none;
  border-width: 0px;
  border-color: rgba(129, 187, 38, 0);
}

.menu_boton.icon:active {
  border-style: none;
}

.menu_boton.icon:focus {
  border-style: none;
  border-color: transparent;
}

.menu_boton.icon.w--current {
  position: relative;
  left: 0px;
}

.menu_boton.icon.w--current:hover {
  background-image: url('../images/icono.png');
  background-position: 0px 0px;
  background-size: cover;
}

.menu_boton.icon.w--current:active {
  position: static;
  background-image: url('../images/icono.png');
  background-position: 0px 0px;
  background-size: cover;
}

.menu_boton.icon.w--current:focus {
  background-image: url('../images/icono.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slider {
  position: static;
  left: 0px;
  top: 80px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 90%;
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 87%, 0);
}

.section_slider {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
}

.home {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  width: auto;
  height: 100vh;
  min-height: 100%;
  background-image: url('../images/bannersprueb03-blanc7-1024x494.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home._2 {
  position: static;
  height: 100vh;
}

.services {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 580px;
  margin-bottom: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(125deg, hsla(0, 0%, 47%, .41), hsla(0, 0%, 100%, .7)), url('../images/bannersprueb2-Recuperado.jpg');
  background-image: linear-gradient(325deg, hsla(0, 0%, 47%, .41), hsla(0, 0%, 100%, .7)), url('../images/bannersprueb2-Recuperado.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.h1 {
  position: relative;
  z-index: 0;
  color: rgba(33, 117, 26, .98);
}

.banner_principal {
  height: 100vh;
  background-color: hsla(0, 0%, 87%, 0);
  color: rgba(51, 51, 51, 0);
}

.slide1 {
  position: static;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  margin-bottom: -486px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(51, 51, 51, 0);
}

.slide1._2 {
  color: #000;
}

.poducts {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 530px;
  background-color: rgba(24, 61, 85, 0);
  background-image: url('../images/banners22-1080x521.png');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.team {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 570px;
  background-image: url('../images/banners21.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.contact {
  height: 540px;
  background-image: url('../images/bannersprueb03-blanc3-1024x494.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.footer {
  position: relative;
  left: 0px;
  top: 484px;
  right: 0px;
  bottom: 0px;
  height: 100px;
  background-color: #246b9b;
}

.container_slide_1 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: auto;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.h2 {
  color: #333;
}

.p1 {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
  -ms-flex: 0 0;
  flex: 0 0;
  direction: ltr;
  font-family: 'Prompt light', sans-serif;
  color: #333;
  font-size: 27px;
  line-height: 28px;
  text-align: center;
  text-indent: 13px;
}

.h1_class {
  position: static;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Prompt light', sans-serif;
  color: rgba(51, 51, 51, .98);
  font-size: 49px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.nav_icon.w--current {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 19;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -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;
  background-image: url('../images/icono.png');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-decoration: none;
  cursor: pointer;
}

.nav_icon.w--current:hover {
  width: 43px;
  height: 43px;
}

.nav_icon.w--current:active {
  width: 43px;
  height: 43px;
}

.nav_icon.w--current:focus {
  width: 43px;
  height: 43px;
}

.navicon {
  width: 40px;
  height: 40px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/icono_1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/icono_1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.navicon:hover {
  background-image: url('../images/icono_1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.navicon.w--current {
  position: relative;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  background-image: url('../images/icono_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.navicon.w--current:hover {
  width: 40px;
  height: 40px;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/icono_1.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/icono_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.spacenav {
  width: 16px;
  height: 16px;
}

.tipogr {
  padding-bottom: 12px;
  color: #fff;
}

.tipogr:hover {
  padding-top: 12px;
  border-top: 3px solid hsla(0, 0%, 100%, .13);
  border-bottom: 3px solid rgba(131, 188, 42, .39);
  border-radius: 22px;
  color: #fff;
}

.tipogr:active {
  border-top-color: #fff;
  border-bottom-color: rgba(131, 188, 42, .99);
}

.tipogr.w--current:hover {
  border-top-style: none;
  border-radius: 0px;
}

.tipogr.w--current:focus {
  padding-top: 12px;
  border-top: 3px none hsla(0, 0%, 100%, .99);
  border-bottom: 3px solid rgba(131, 188, 42, .99);
  border-radius: 0px;
}

.h1class {
  color: #333;
}

.paragraphslide {
  color: rgba(51, 51, 51, .98);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 106px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slidenav {
  margin-bottom: 0px;
}

.mask {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subheadingslide {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Prompt regular', sans-serif;
  color: #0f1114;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
}

.headingslide {
  margin-top: 7px;
  margin-bottom: 22px;
  font-family: 'Prompt medium', sans-serif;
  color: #0f1114;
  font-size: 43px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.headingslide._2 {
  position: static;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #e6e6e6;
  text-align: center;
}

.buttontext {
  margin-top: 12px;
  margin-right: 3px;
  margin-left: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 58px;
  background-color: #b4afaf;
  font-family: 'Prompt regular', sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.buttontext:hover {
  padding: 9px 15px;
  background-color: #83bc2a;
  box-shadow: 0 0 6px 0 #8a8888;
}

.menu_links {
  padding-bottom: 12px;
  border-style: none;
  border-width: 3px;
  border-color: rgba(131, 188, 42, .67);
  color: #aeafb0;
}

.menu_links:hover {
  border-style: none none solid;
}

.menu_links:focus {
  border-bottom-style: solid;
  border-bottom-color: #83bc2a;
}

.menu_links.w--current {
  color: #aeafb0;
}

.menu_links.w--current:focus {
  color: #83bc2a;
}

.services_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  margin-top: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.services_tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-left: 54px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services_container_image {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.divocontainertabnimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 24px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.headingservicestabs.headingslide {
  margin-bottom: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #0f1114;
  line-height: 59px;
}

.tab_title_typ {
  margin-bottom: 23px;
  font-family: 'Prompt regular', sans-serif;
  color: #000;
  font-size: 20px;
}

.list_item_typ {
  margin-bottom: 8px;
  padding-bottom: 3px;
  font-family: 'Prompt light', sans-serif;
  color: #0f1114;
  font-size: 15px;
  line-height: 22px;
}

.tabclass {
  margin-right: 3px;
  border-radius: 81px;
  background-color: #b4afaf;
  box-shadow: 0 0 4px 0 #000;
  cursor: pointer;
}

.tabclass.w--current {
  margin-left: 0px;
  background-color: #83bc2a;
  color: #a72929;
}

.tabscontentclass {
  display: block;
  margin-top: 0px;
  margin-left: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabmenubar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider_icon {
  color: #979797;
}

.tabclass2 {
  width: 472px;
}

.team_contain {
  margin-top: 51px;
  padding-top: 77px;
}

.team_container2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.team_container2_imagen1 {
  display: block;
  text-align: left;
}

.team_containemploy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.team_texttitle {
  padding-bottom: 0px;
}

.services2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 530px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-repeating-linear-gradient(323deg, hsla(0, 0%, 53%, .39), hsla(0, 0%, 100%, .7));
  background-image: repeating-linear-gradient(127deg, hsla(0, 0%, 53%, .39), hsla(0, 0%, 100%, .7));
}

.linkservices2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Prompt bold', sans-serif;
  color: #fff;
}

.linkservices2:hover {
  padding-top: 0px;
}

.linkblockservices2 {
  width: 44px;
  height: 44px;
  margin-top: 48px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/icono.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.linkblockservices2:hover {
  width: 48px;
  height: 48px;
}

.linkblockservices2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.head_empl {
  margin-bottom: 0px;
  font-family: 'Prompt light', sans-serif;
  font-size: 25px;
}

.subhead_empl {
  margin-bottom: 4px;
  font-family: 'Prompt regular', sans-serif;
}

.email_empl {
  font-family: 'Prompt medium', sans-serif;
}

.footer2 {
  height: 20vh;
  background-color: #0f1115;
}

.clickon_icon {
  position: absolute;
  right: 19px;
  bottom: -12px;
  width: 26px;
  height: 25px;
  background-image: url('../images/g5233.png');
  background-position: 0px 0px;
  background-size: 26px;
}

.clickon_icon._2 {
  position: relative;
  right: -28px;
  bottom: -30px;
}

.button-next {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: -41px;
  display: block;
  overflow: visible;
  width: 44px;
  height: 35px;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/rect5238-8.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button-next:hover {
  width: 48px;
  background-image: url('../images/rect523-8.png');
  background-size: contain;
  background-attachment: scroll;
}

.button-next.w--current {
  margin-top: 24px;
}

.container_products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.products_colum {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.products_column_image {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/g5006-150x150 - copia.png');
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
  text-align: left;
}

.products_column_image._2 {
  background-image: url('../images/g4865-150x150.png');
  background-size: auto;
}

.products_column_image._4 {
  position: static;
  padding-left: 0px;
  background-image: url('../images/g4376-1-150x150 - copia.png');
  background-size: 150px 150px;
}

.products_column_image._3 {
  background-image: url('../images/g5006-150x150 - copia.png');
  background-size: 150px 150px;
}

.prod_column_images {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.head_prod {
  font-family: 'Prompt light', sans-serif;
  color: #dadada;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.p2 {
  color: #b3b3b3;
  text-align: center;
}

.services2tab1.w--current {
  width: 300px;
  height: 128px;
  background-image: url('../images/Module-Ls4.jpg');
  background-position: 0px 0px;
  background-size: 322px;
}

.services2tab2 {
  display: block;
  width: 300px;
  height: 128px;
  background-image: url('../images/Module-Ls2-300x128.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.services2-container {
  position: static;
  display: block;
  margin-top: 67px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.services2containertabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.servicescontenttab1 {
  width: 300px;
  height: 128px;
  background-image: url('../images/Module-Ls4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.servicescontenttab1.w--current {
  width: 300px;
  height: 128px;
  background-image: url('../images/Module-Ls3-300x128.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: url('../images/Module-Ls3-300x128.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.servicestabs1 {
  position: static;
  margin-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.servicescontenttab2 {
  width: 300px;
  height: 128px;
  background-image: url('../images/Module-Ls2-300x128.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.services2containerimage1 {
  display: inline-block;
  box-shadow: 0 0 6px 0 #949494;
}

.services2column1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services2column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services2column2image {
  box-shadow: 0 0 6px 0 #949494;
}

.services2-row {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  padding-right: 60px;
  padding-left: 60px;
}

.services_number_page {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.services_numberpagetext {
  font-family: 'Prompt bold', sans-serif;
  color: #fff;
}

.services_numberpagetext:hover {
  text-shadow: 0 0 4px rgba(0, 0, 0, .42);
}

.about_titles {
  font-family: 'Prompt regular', sans-serif;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
}

.about_title.headingslide {
  margin-bottom: 51px;
}

.block_cta_slide_1 {
  margin-top: 20px;
}

.img_services {
  position: static;
  display: inline-block;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column1_services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column2_services {
  margin-top: 32px;
  padding-left: 17px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.row_services2 {
  display: block;
  padding-right: 0px;
}

.ln_form {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  font-family: 'Open Sans', sans-serif;
}

.ln_cntc_button {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.row_services {
  margin-top: 43px;
}

.chat {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.nav_second_bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  height: 24px;
  background-color: #16191f;
}

.faq {
  height: 24px;
  padding-top: 2px;
  background-color: #16191f;
}

.faq:hover {
  background-color: #81ba28;
}

.navbarhome {
  z-index: 20;
  display: block;
  margin-top: 24px;
  padding-top: 20px;
  background-color: hsla(0, 0%, 87%, 0);
}

.boton_navbarmenu {
  font-family: 'Prompt light', sans-serif;
  color: #8b8b8b;
  font-weight: 700;
}

.boton_navbarmenu:hover {
  color: #81ba28;
}

.brand_navbarmenu {
  width: 160px;
  height: 50px;
  margin-top: 13px;
  background-image: url('../images/logo-header.png');
  background-position: 0px 0px;
  background-size: contain;
}

.cont_navbarmenu {
  margin-top: 0px;
}

html.w-mod-js *[data-ix="menu-boton-hover"] {
  opacity: 1;
}

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

html.w-mod-js *[data-ix="buton-2"] {
  opacity: 0.22;
}

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

html.w-mod-js *[data-ix="new-interaction"] {
  display: block;
  opacity: 1;
}

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

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

@media (max-width: 991px) {
  .headingslide {
    margin-top: -49px;
  }
}

@media (max-width: 767px) {
  .services {
    height: auto;
  }
  .p1 {
    line-height: 28px;
  }
  .services2 {
    height: auto;
    min-height: 850px;
  }
  .linkblockservices2.w--current {
    margin-top: 14px;
  }
}

@media (max-width: 479px) {
  .brand_header.w--current {
    margin-right: auto;
    margin-left: 24px;
  }
  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home {
    height: auto;
  }
  .services {
    height: auto;
  }
  .poducts {
    height: auto;
  }
  .team {
    height: auto;
  }
  .p1 {
    line-height: 28px;
    text-indent: 0px;
  }
  .container {
    margin-top: 8px;
  }
  .subheadingslide {
    margin-top: 0px;
    font-size: 21px;
  }
  .headingslide {
    margin-top: 8px;
    margin-bottom: 21px;
    font-size: 36px;
  }
  .services_tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .divocontainertabnimage {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .services2 {
    height: 1033px;
    -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;
  }
}

@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Prompt bold';
  src: url('../fonts/Prompt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Prompt black';
  src: url('../fonts/Prompt-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Prompt light';
  src: url('../fonts/Prompt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Prompt semibold';
  src: url('../fonts/Prompt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Prompt medium';
  src: url('../fonts/Prompt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Prompt regular';
  src: url('../fonts/Prompt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Prompt thin';
  src: url('../fonts/Prompt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}