.ember-footer {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 700;
}

/* GENERALES */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background: rgba(235, 235, 235, 0.5);
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #266694;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.texto_cajas_txt {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: black;
  text-align: left;
}

.templatemo-service-item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.templatemo-service-item p {
  font-weight: 400;
  text-align: left;
  margin-top: 25px;
  font-size: 14px;
  color: #000000;
}

.caja_texto_trans_valores {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

img.franja {
  width: 100%;
  margin: 10px 0 40px 0;
  padding: 0;
}

p.visit-site {
  padding-top: 0;
  margin: 0 0 10px 10px;
}

p.visit-site a:hover {
  color: black !important;
}

ul.lista-desarrollos {
  margin-left: 0;
  padding-left: 30px;
  max-height: 180px;
  overflow-y: scroll;
  display: block;
}

ul.lista-desarrollos li {
  color: black;
  padding-right: 30px;
  margin-bottom: 10px;
}

.header-proyectos {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
}

/* INVERSIONISTAS */
.caja_texto_trans_investors {
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #9A9A9A;
  border-radius: 10px;
  color: #252525;
  display: inline-block;
  padding: 20px;
  padding-bottom: 0;
  position: relative;
  text-align: justify;
  vertical-align: top;
  max-width: 95%;
}

.ember-tit-investors {
  color: black;
}

/* COMUNIDADES */
.txt-sh-gris {
  text-shadow: 1px 1px #2f2f2f;
}

.txt-principal-comunidades {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 10px;
}

/* DESARROLLOS */
.templatemo-line-header-dev {
  margin-top: 200px;
  margin-bottom: 0px;
}
/*# sourceMappingURL=ember.css.map */