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.galeria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -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.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;
}

.subtitle.c {
  margin-top: 69px;
  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%);
}

.box2 {
  /*height: 310px;*/
  max-width: 350px;
  /*margin: 15px;*/
  margin-bottom:30px;
  margin-left:50px;
  margin-right:50px;
  margin-top:15px;
  padding-top: 0px;
  /*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;
}

.box2:hover {
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, .5);
  -webkit-filter: grayscale(3%);
  filter: grayscale(3%);
}

.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.nos5 {
  height: 300px;
  background-image: url('../images/cnce-alter.jpg');
  background-position: 50% 50%;
}
.intersections.nos6 {
  height: 300px;
  background-image: url('../images/cnce-meysa.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;}
.galeriaslider-mask {  }

.arrow {
  z-index: 1;
  color: #333;
}

.arrow:hover { color: #65b953;}

.arrowGalery {
  z-index: 1;
  color: #fff;
}

.arrowGalery:hover { color: #65b953;}

.datosslider {
  height: 486px;
  margin-bottom: 0px;
}
.galeria-slider {
  height: 650px;
  margin-bottom: 0px;
  margin-top:40px;
}
.videoI{
	width:640px;
	height:360px;
}
@media (max-width: 479px) {
	.galeria-slider {
	  height: 235px;
	  margin-bottom: 0px;
	  margin-top:40px;
	}
	.w-slider-arrow-left, .w-slider-arrow-right{
		width:32px;
		font-size:27px;	
	}
	.w-slider-nav{
		height:55px;
		padding-top:55px;
	}
	.w-slider-dot{
		width:1.5vh;
		height:1.5vh;
	}
	.heroimg.galeria{height:70vh;}
	.videoI{width:100%; height:inherit;}
}

.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;
}

.animation.litigio {
  background-image: url('../images/WEB---LITIGIO---MAIN-Converted.gif');
  background-size: 960px;
}

.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;
  }
  .subtitle.c {
	background-color: transparent;
    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;
}

.zoom{
	transition: width 2s, height 2s, transform 2s;
	-moz-transition: width 2s, height 2s, -moz-transform 2s;
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s;
	-o-transition: width 2s, height 2s,-o-transform 2s;
}
.zoom:hover{
	transform : scale(2);
	-moz-transform : scale(2);      /* Firefox */
	-webkit-transform : scale(2);   /* Chrome - Safari */
	-o-transform : scale(2);        /* Opera */
}
.g1 {
  background-image: url('../../images/galeria/g001.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g2 {
  background-image: url('../../images/galeria/g002.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g3 {
  background-image: url('../../images/galeria/g003.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g4 {
  background-image: url('../../images/galeria/g004.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g5 {
  background-image: url('../../images/galeria/g005.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g6 {
  background-image: url('../../images/galeria/g006.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g7 {
  background-image: url('../../images/galeria/g007.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g8 {
  background-image: url('../../images/galeria/g008.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g9 {
  background-image: url('../../images/galeria/g009.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g10 {
  background-image: url('../../images/galeria/g010.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g11 {
  background-image: url('../../images/galeria/g011.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g12 {
  background-image: url('../../images/galeria/g012.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g13 {
  background-image: url('../../images/galeria/g013.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g14 {
  background-image: url('../../images/galeria/g014.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g15 {
  background-image: url('../../images/galeria/g015.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g16 {
  background-image: url('../../images/galeria/g016.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g17 {
  background-image: url('../../images/galeria/g017.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g18 {
  background-image: url('../../images/galeria/g018.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g19 {
  background-image: url('../../images/galeria/g019.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g20 {
  background-image: url('../../images/galeria/g020.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g21 {
  background-image: url('../../images/galeria/g021.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g22 {
  background-image: url('../../images/galeria/g022.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g23 {
  background-image: url('../../images/galeria/g023.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g24 {
  background-image: url('../../images/galeria/g024.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g25 {
  background-image: url('../../images/galeria/g025.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g26 {
  background-image: url('../../images/galeria/g026.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g27 {
  background-image: url('../../images/galeria/g027.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g28 {
  background-image: url('../../images/galeria/g028.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g29 {
  background-image: url('../../images/galeria/g029.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g30 {
  background-image: url('../../images/galeria/g030.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g31 {
  background-image: url('../../images/galeria/g031.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g32 {
  background-image: url('../../images/galeria/g032.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g33 {
  background-image: url('../../images/galeria/g033.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g34 {
  background-image: url('../../images/galeria/g034.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g35 {
  background-image: url('../../images/galeria/g035.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g36 {
  background-image: url('../../images/galeria/g036.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g37 {
  background-image: url('../../images/galeria/g037.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g38 {
  background-image: url('../../images/galeria/g038.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g39 {
  background-image: url('../../images/galeria/g039.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g40 {
  background-image: url('../../images/galeria/g040.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g41 {
  background-image: url('../../images/galeria/g041.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g42 {
  background-image: url('../../images/galeria/g042.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g43 {
  background-image: url('../../images/galeria/g043.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g44 {
  background-image: url('../../images/galeria/g044.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g45 {
  background-image: url('../../images/galeria/g045.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g46 {
  background-image: url('../../images/galeria/g046.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g47 {
  background-image: url('../../images/galeria/g047.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g48 {
  background-image: url('../../images/galeria/g048.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g49 {
  background-image: url('../../images/galeria/g049.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g50 {
  background-image: url('../../images/galeria/g050.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g51 {
  background-image: url('../../images/galeria/g051.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g52 {
  background-image: url('../../images/galeria/g052.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g53 {
  background-image: url('../../images/galeria/g053.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g54 {
  background-image: url('../../images/galeria/g054.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g55 {
  background-image: url('../../images/galeria/g055.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g56 {
  background-image: url('../../images/galeria/g056.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}.g57 {
  background-image: url('../../images/galeria/g057.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

#myModal { z-index:9999999999999 !important}
#mask {position: absolute;left: 0; top: 0; z-index: 9000; background-color: rgba(157, 157, 157, 0.28)/*#000*/; display: none;}
#boxes .window { position: absolute;  left: 0;  top: 0;  display: none;  z-index: 9999;  text-align: right;}
/*#boxes #dialog { padding: 10px;}*/
.modal-open {overflow: hidden;}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #333;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  /*padding: 15px;*/
  /*border-bottom: 1px solid #e5e5e5;*/
}
.modal-header .close { margin-top: -2px; border-radius:10px;}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  /*padding: 15px;*/
}
.modal-footer {
  /*padding: 15px;*/
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn { margin-left: -1px;}
.modal-footer .btn-block + .btn-block { margin-left: 0;}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {width: 300px; }
}
@media (min-width: 992px) {.modal-lg {width: 900px;}}