p {
  margin-bottom: 10px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: none;
  height: 50px;
  padding-right: 25px;
  padding-left: 25px;
  border-bottom: 1px none #000;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 #000;
  font-family: Roboto, sans-serif;
}

.navmenu {
  float: left;
}

.brand {
  position: relative;
  width: auto;
  height: 50px;
  padding-top: 10px;
  float: right;
}

.body {
  height: 100%;
  box-shadow: 1px 1px 3px 0 #000;
}

.navlink {
  height: 50px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 1.2em;
  line-height: 0.8em;
}

.navlink:hover {
  color: #30ba13;
}

.navlink.w--current {
  color: #30ba13;
  font-weight: 400;
}

.navlink.home {
  padding-left: 0px;
}

.navlink.language {
  position: static;
  left: 0px;
  top: 0px;
  padding-top: 23px;
  float: right;
  clear: none;
  color: hsla(0, 0%, 41%, .74);
  font-size: 0.9em;
  font-weight: 100;
  text-transform: uppercase;
}

.navlink.language:hover {
  color: #30ba13;
}

.nosotros-section {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #ddf1ff;
}

.herosection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.herosection.nosotros-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 50px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.herotext {
  padding: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8em;
  font-weight: 700;
}

.welcome {
  display: none;
}

.hero-slider {
  width: 100vh;
  height: 98%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-p {
  width: 70%;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  line-height: 1.5em;
  text-align: center;
}

.slider-logos {
  margin-top: 25px;
}

.sub-logo {
  margin-right: 14px;
  margin-left: 14px;
}

.img-sliderlogo {
  height: 70px;
}

.slidecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logossubs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 46px auto 64px;
  padding-top: 35px;
  -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: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px none #dfd9d9;
  border-left: 1px solid #dfd9d9;
}

.logossubs.nosotros {
  height: auto;
  margin-top: 150px;
  margin-bottom: 29px;
  padding: 20px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-bottom: 1px solid #dfd9d9;
  border-top-style: solid;
  background-color: #fff;
}

.logossubs.enhome {
  height: 330px;
  margin-top: 1px;
  padding-top: 0px;
  border-top-style: solid;
  border-left-style: none;
  opacity: 1;
}

.subs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 19px;
  padding-left: 19px;
  float: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.subs:hover {
  opacity: 1;
}

.subs.notice {
  opacity: 0.41;
}

.subs.notice:hover {
  opacity: 1;
}

.p {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 25px;
  padding-bottom: 35px;
  padding-left: 25px;
  border-bottom: 1px none #000;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}

.p.left-aligned {
  max-width: 650px;
  text-align: left;
}

.p.right {
  text-align: left;
}

.p.centered {
  display: block;
  margin-right: auto;
  margin-left: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.facts-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-top: 1px solid #dfd9d9;
  border-bottom: 1px solid #dfd9d9;
  background-color: #f9fcf8;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.facts-section.subsidiaria {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f0f5f0;
}

.logo-alter {
  margin-bottom: 20px;
  padding-top: 35px;
  padding-bottom: 0px;
  float: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.heroimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/one.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.heroimg.nosotros-img {
  -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: url('../images/sel-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heroimg.serviciosimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Alter-inst-15.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.heroimg.alterland {
  background-image: url('../images/Alter-inst-7.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heroimg.experiencia-img {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/sel-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.heroimg.contexto-img {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/Alter-inst-7.jpg');
}

.heroimg.audente {
  background-image: url('../images/campo02.jpg');
}

.heroimg.via {
  background-image: url('../images/Alter-inst-16.jpg');
}

.heroimg.meysa {
  background-image: url('../images/sel-11.jpg');
  background-position: 0% 35%;
  background-repeat: no-repeat;
}

.fact {
  width: 100%;
  max-width: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px none #dfd9d9;
  border-bottom: 1px none #dfd9d9;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.page-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: left;
  border-bottom: 1px solid #dfd9d9;
  font-family: Roboto, sans-serif;
  font-size: 3em;
  line-height: 2em;
  font-weight: 400;
}

.herocontainer {
  display: block;
  margin-top: 100px;
  margin-bottom: 25px;
  padding: 23px 25px 26px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .68);
  color: #333;
}

.navbarint {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  padding-right: 25px;
  padding-left: 25px;
  border-bottom: 1px solid #dfd9d9;
  background-color: #fff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, .78);
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.table.serviciostable {
  display: none;
}

.table-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 654px;
  min-width: 250px;
  margin-top: 28px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 25px 25px 13px;
  float: left;
  -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: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: left;
}

.table-element:hover {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .7);
}

.table-element.mision {
  display: block;
  margin-top: 2px;
  margin-right: 2px;
  margin-left: 0px;
  padding: 26px 10px 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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table-element.mision:hover {
  box-shadow: none;
}

.subtitle {
  margin: 0px 0px 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #dfd9d9;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.subtitle.v {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.table-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 107px;
  padding-bottom: 80px;
  padding-left: 107px;
  float: left;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.scrollnav {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  width: 40px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.scrolllink {
  width: 15px;
  height: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border: 1px solid #fff;
  border-radius: 93px;
  background-color: hsla(0, 0%, 100%, .19);
}

.scrolllink:hover {
  border-color: #fff;
  background-color: #fff;
}

.scrolllink.w--current {
  width: 15px;
  height: 15px;
  padding-right: 0px;
  padding-left: 0px;
  border-color: #fff;
  background-color: #fff;
}

.scrolllink.w--current:hover {
  border-color: #30ba13;
  background-color: #65b953;
}

.memberlogo {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.memberlogo:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.box {
  height: 210px;
  max-width: 250px;
  margin: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.box:hover {
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, .5);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.member-text {
  margin-top: 17px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid #dfd9d9;
  font-family: Roboto, sans-serif;
  font-size: 1.3em;
}

.members-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.memberships {
  background-color: #fff;
}

.intersections {
  height: 474px;
  background-image: url('../images/img05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 5px 0 #000;
}

.intersections._1 {
  height: 300px;
  background-image: url('../images/sel-1.jpg');
}

.intersections.con2 {
  height: 300px;
  background-image: url('../images/Alter-inst-1.jpg');
}

.intersections.nos4 {
  height: 300px;
  background-image: url('../images/campo02.jpg');
  background-position: 50% 50%;
}

.intersections._45 {
  background-image: url('../images/Alter-inst-12.jpg');
}

.image-inter {
  height: 501px;
}

.dato1 {
  background-image: url('../images/datoduro-24.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dato2 {
  background-image: url('../images/datoduro-25.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.datosslider-mask {
  background-color: #fff;
}

.arrow {
  z-index: 1;
  color: #333;
}

.arrow:hover {
  color: #65b953;
}

.datosslider {
  height: 486px;
  margin-bottom: 0px;
}

.map {
  height: 600px;
  padding-bottom: 58px;
  background-color: #2f57a6;
  background-image: url('../images/MAPA-alter-01.png');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 11px 0 #000;
}

.p-intro {
  padding-bottom: 30px;
  padding-left: 10px;
  font-size: 1.3em;
  line-height: 1.5em;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 25px;
  -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-color: #333;
  box-shadow: none;
  color: #fff;
  text-align: left;
}

.footer.footersubs {
  padding-top: 15px;
  padding-bottom: 10px;
  background-image: none;
  box-shadow: inset 0 8px 11px 0 rgba(0, 0, 0, .5);
}

.footer-p {
  width: auto;
  margin: 15px 20px;
  padding: 10px 20px;
  border-right: 1px solid #dfd9d9;
  border-left: 1px solid #dfd9d9;
  opacity: 0.36;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Roboto, sans-serif;
  color: #dfd9d9;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.footer-p:hover {
  border-right-color: #dfd9d9;
  border-left-color: #dfd9d9;
  opacity: 0.93;
  color: #dfd9d9;
}

.footer-p.small {
  max-width: 500px;
  margin-left: 0px;
  border-right-style: none;
  border-left-style: none;
  font-size: 0.7em;
  line-height: 15px;
  text-align: left;
}

.servicios {
  height: auto;
}

.serv-parent {
  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;
}

.icon {
  margin-left: -8px;
}

.icon.right {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 50px;
  -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;
  border-top: 1px none #dfd9d9;
  border-bottom: 1px none #dfd9d9;
}

.service.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.intro-text {
  max-width: 700px;
  padding-bottom: 35px;
  font-family: Roboto, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}

.text {
  padding: 44px 266px 44px 10px;
  font-family: Roboto, sans-serif;
  font-size: 16.8px;
  line-height: 1.4em;
  font-weight: 300;
  text-align: left;
}

.text.link {
  color: #000;
}

.text.contexto {
  width: 768px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text.textaudente {
  max-width: 600px;
  padding-right: 0px;
}

.down {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 166px;
  background-color: #fff;
  background-image: url('../images/down-b-51.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Roboto, sans-serif;
  color: dimgrey;
}

.down:hover {
  border-color: #333;
  background-color: #fff;
  background-image: url('../images/down-b-51.svg'), url('../images/down-w-51.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 1px 1px 14px 0 #000;
  color: #333;
}

.subsidiarias-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 15px;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid dimgrey;
}

.subsidiaria-footer {
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  opacity: 0.36;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #2a1212;
}

.subsidiaria-footer:hover {
  opacity: 0.88;
}

.subsidiaria-footer.w--current {
  height: auto;
}

.hero-home-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 27px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logos-sec {
  opacity: 1;
}

.logos-sec-subs {
  margin-top: 16px;
  padding-top: 19px;
}

.subs-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #333;
  box-shadow: inset 0 0 66px -4px #000;
  opacity: 1;
}

.subs-logos-subs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #dfd9d9;
}

.mainlogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-bottom: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid #dfd9d9;
  text-align: center;
}

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

.textito {
  margin-top: 53px;
  font-family: Roboto, sans-serif;
  color: dimgrey;
}

.subs-nosotros {
  max-width: 692px;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.servicios-subsidaira {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -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;
}

.servicios-subsidaira.contactosection {
  margin-bottom: 0px;
}

.ttulo-seccion---subsidiaria {
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #fff;
}

.ttulo-seccion---subsidiaria.contacto {
  background-color: #f0f5f0;
}

.titulo-seccion {
  display: block;
  width: 60%;
  margin: 0px auto;
  padding-top: 30px;
  border-bottom: 1px solid #dfd9d9;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.subsfooter-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-top: 0px;
  border-left: 1px solid dimgrey;
  opacity: 1;
}

.linkcontacto {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  text-align: center;
}

.link {
  color: #333;
  text-decoration: none;
}

.link:hover {
  color: #30ba13;
}

.texto-gral {
  padding: 50px 0px;
  font-family: Roboto, sans-serif;
}

.textogral-box {
  max-width: 600px;
  font-size: 1em;
}

.nuestragente {
  height: auto;
  margin-bottom: 65px;
  padding-top: 50px;
  border-top: 1px solid #dfd9d9;
}

.img-servicios {
  height: auto;
}

.img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-title {
  width: 100%;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 66px 10px 10px;
  background-color: #333;
  box-shadow: inset 0 -8px 20px -3px rgba(0, 0, 0, .5);
  font-family: Roboto, sans-serif;
  color: #f9fcf8;
  font-weight: 300;
  text-align: left;
}

.service-title-text {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 2em;
  font-weight: 300;
}

.video {
  width: 100%;
  height: 501px;
}

.textcontainer {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.animation {
  width: 100%;
  height: 400px;
  background-color: transparent;
  background-image: url('../images/WEB---Calificacion-de-Riesgos---MAIN.gif');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.animation.permitting {
  background-image: url('../images/WEB---Permitting---MAIN.gif');
  background-size: contain;
}

.animation.duedilligence {
  background-image: url('../images/WEB---Due-Dilligence-Converted.gif');
  background-size: contain;
}

.animation.measurments {
  background-image: url('../images/WEB---MEDICIONES-Y-PERITAJES---MAIN-Converted.gif');
  background-position: -49px 0px;
  background-size: contain;
}

.animation.impact {
  background-image: url('../images/WEB---EVALUACION-RIESGOS---MAIN-Converted.gif');
  background-size: contain;
}

.animation.consolidacion {
  background-image: url('../images/WEB---CONSOLIDACION---MAIN.gif');
  background-size: contain;
}

.animation.aquisition {
  background-image: url('../images/WEB---LAND-AQUI---MAIN.gif');
  background-size: contain;
}

.animation.rightofway {
  background-image: url('../images/WEB---DERECHO-DE-VIA---MAIN.gif');
  background-size: contain;
}

.controller {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 100%;
  -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;
}

.controllerbutton {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 12px;
  padding: 0px;
  border: 1px solid #f9fcf8;
  border-radius: 20px;
  background-color: #333;
  color: transparent;
}

.controllerbutton:hover {
  border-width: 2px;
  border-color: #333;
  background-color: #fff;
}

.controllerbutton.w--current {
  border: 2px solid #333;
  background-color: #fff;
  color: transparent;
  font-size: 14px;
  font-weight: 400;
}

.old-services {
  display: none;
}

.alterlandtext {
  max-width: 692px;
  padding-right: 10px;
}

.contexto-img {
  height: 400px;
}

.linkfooter {
  color: #dfd9d9;
  text-decoration: none;
}

.linkfooter:hover {
  text-decoration: underline;
}

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

@media (max-width: 991px) {
  .navmenu {
    padding: 13px 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color: #fff;
    font-family: Roboto, sans-serif;
  }
  .brand {
    padding-top: 13px;
  }
  .navlink {
    padding-left: 0px;
  }
  .herosection.nosotros-hero {
    padding-left: 0px;
  }
  .p {
    padding-left: 0px;
    text-align: left;
  }
  .p.vp {
    padding-bottom: 20px;
    color: #f9fcf8;
    text-align: center;
  }
  .page-title {
    width: 100%;
  }
  .herocontainer {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .navbarint {
    padding-left: 0px;
  }
  .table {
    height: auto;
  }
  .table-element.mision {
    padding-left: 0px;
  }
  .subtitle {
    text-align: left;
  }
  .subtitle.v {
    background-color: transparent;
    color: #fff;
    text-align: center;
  }
  .table-parent {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .box {
    margin-bottom: 40px;
  }
  .members-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map {
    background-size: contain;
  }
  .footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-p.small {
    padding-left: 0px;
  }
  .text {
    padding-right: 15px;
  }
  .subsidiarias-footer {
    display: none;
  }
  .mainlogo {
    width: 100%;
  }
  .menubutton {
    padding-left: 19px;
    float: left;
  }
  .menubutton.w--open {
    background-color: #fff;
    color: #30ba13;
  }
  .subsfooter-sub {
    display: none;
  }
  .nuestragente {
    margin-bottom: 0px;
    padding-bottom: 50px;
    background-color: #344d9b;
    text-align: center;
  }
  .img {
    height: 297px;
  }
  .service-title-text {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .controller {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 44px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(240, 245, 240, .82);
  }
}

@media (max-width: 767px) {
  .body {
    padding-right: 0px;
  }
  .herosection {
    display: block;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .herosection.nosotros-hero {
    display: none;
  }
  .logossubs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logossubs.nosotros {
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .logossubs.enhome {
    display: block;
    height: 480px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    clear: both;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .subs {
    display: block;
    height: 100px;
    margin-top: 10px;
    padding-right: 25px;
    padding-left: 0px;
    float: left;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 60px;
  }
  .p.right {
    padding-left: 10px;
  }
  .facts-section {
    display: block;
    width: 100%;
    margin-top: 50px;
    float: left;
    clear: both;
  }
  .facts-section.subsidiaria {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo-alter {
    height: auto;
    clear: both;
  }
  .heroimg {
    display: none;
  }
  .fact {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.8em;
    text-align: left;
  }
  .subtitle.v {
    width: 100%;
  }
  .table-parent {
    padding-right: 20px;
  }
  .intersections._45 {
    display: none;
  }
  .arrow {
    width: 44px;
  }
  .map {
    height: 400px;
  }
  .footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer.footersubs {
    display: block;
    width: 100%;
    padding-right: 30px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-p {
    margin-left: 0px;
    padding-left: 0px;
    border-right-style: none;
    border-left-style: none;
    opacity: 1;
    text-align: left;
  }
  .footer-p.small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .servicios {
    margin-top: 62px;
  }
  .service {
    display: block;
    float: left;
  }
  .subsidiarias-footer {
    display: none;
    border-right-style: none;
  }
  .hero-home-container {
    display: block;
    height: 60vh;
    margin-top: 28px;
    padding-right: 27px;
    padding-left: 20px;
    -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;
  }
  .subs-logos {
    padding-bottom: 20px;
  }
  .servicios-subsidaira {
    display: block;
    margin-top: 56px;
    padding-right: 11px;
    padding-left: 12px;
    float: left;
  }
  .servicios-subsidaira.contactosection {
    width: 100%;
  }
  .ttulo-seccion---subsidiaria {
    float: left;
  }
  .ttulo-seccion---subsidiaria.contacto {
    display: block;
    width: 100%;
  }
  .subsfooter-sub {
    display: none;
  }
  .texto-gral {
    margin-top: 80px;
  }
  .nuestragente {
    padding-right: 20px;
    padding-left: 20px;
  }
  .imglogosub {
    height: 100px;
    margin-bottom: 0px;
  }
  .img {
    height: 250px;
  }
  .contexto-img {
    height: 250px;
  }
}

@media (max-width: 479px) {
  .brand {
    margin-top: 4px;
  }
  .logossubs.nosotros {
    height: 600px;
    padding-left: 10px;
  }
  .logossubs.enhome {
    height: 387px;
  }
  .subs {
    height: 70px;
    margin-bottom: 32px;
    padding-right: 16px;
    padding-left: 0px;
  }
  .facts-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo-alter {
    width: 50%;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 0px;
    text-align: right;
  }
  .fact {
    font-size: 1.6em;
  }
  .navbarint {
    padding-left: 0px;
  }
  .arrow {
    width: 40px;
  }
  .datosslider {
    height: 300px;
  }
  .footer {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-p {
    margin-left: 21px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-right-style: none;
    border-left-style: none;
    opacity: 1;
    text-align: left;
  }
  .footer-p.small {
    margin-left: 21px;
  }
  .servicios {
    margin-top: 45px;
  }
  .service {
    margin-top: 15px;
  }
  .subsidiarias-footer {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right-style: none;
  }
  .hero-home-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .subs-logos {
    padding-right: 24px;
    padding-left: 24px;
  }
  .textito {
    font-size: 12px;
  }
  .subs-nosotros {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.2em;
  }
  .titulo-seccion {
    margin-top: 25px;
  }
  .menubutton {
    float: left;
  }
  .subsfooter-sub {
    display: none;
  }
  .imglogosub {
    height: 75px;
  }
}

@font-face {
  font-family: 'Euclidflex medium';
  src: url('../fonts/EuclidFlex-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Euclidflex';
  src: url('../fonts/EuclidFlex-MediumItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}