@font-face {
  font-family: "GothamLight";
  src: url("tipografias/GothamHTF-Light.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamMedium";
  src: url("tipografias/GothamHTF-Medium.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamBold";
  src: url("tipografias/GothamHTF-Bold.otf");
  font-weight: normal;
  font-style: normal;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.bell {

  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }

  1% {
    -webkit-transform: rotateZ(30deg);
  }

  3% {
    -webkit-transform: rotateZ(-28deg);
  }

  5% {
    -webkit-transform: rotateZ(34deg);
  }

  7% {
    -webkit-transform: rotateZ(-32deg);
  }

  9% {
    -webkit-transform: rotateZ(30deg);
  }

  11% {
    -webkit-transform: rotateZ(-28deg);
  }

  13% {
    -webkit-transform: rotateZ(26deg);
  }

  15% {
    -webkit-transform: rotateZ(-24deg);
  }

  17% {
    -webkit-transform: rotateZ(22deg);
  }

  19% {
    -webkit-transform: rotateZ(-20deg);
  }

  21% {
    -webkit-transform: rotateZ(18deg);
  }

  23% {
    -webkit-transform: rotateZ(-16deg);
  }

  25% {
    -webkit-transform: rotateZ(14deg);
  }

  27% {
    -webkit-transform: rotateZ(-12deg);
  }

  29% {
    -webkit-transform: rotateZ(10deg);
  }

  31% {
    -webkit-transform: rotateZ(-8deg);
  }

  33% {
    -webkit-transform: rotateZ(6deg);
  }

  35% {
    -webkit-transform: rotateZ(-4deg);
  }

  37% {
    -webkit-transform: rotateZ(2deg);
  }

  39% {
    -webkit-transform: rotateZ(-1deg);
  }

  41% {
    -webkit-transform: rotateZ(1deg);
  }

  43% {
    -webkit-transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(0);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }

  1% {
    -moz-transform: rotate(30deg);
  }

  3% {
    -moz-transform: rotate(-28deg);
  }

  5% {
    -moz-transform: rotate(34deg);
  }

  7% {
    -moz-transform: rotate(-32deg);
  }

  9% {
    -moz-transform: rotate(30deg);
  }

  11% {
    -moz-transform: rotate(-28deg);
  }

  13% {
    -moz-transform: rotate(26deg);
  }

  15% {
    -moz-transform: rotate(-24deg);
  }

  17% {
    -moz-transform: rotate(22deg);
  }

  19% {
    -moz-transform: rotate(-20deg);
  }

  21% {
    -moz-transform: rotate(18deg);
  }

  23% {
    -moz-transform: rotate(-16deg);
  }

  25% {
    -moz-transform: rotate(14deg);
  }

  27% {
    -moz-transform: rotate(-12deg);
  }

  29% {
    -moz-transform: rotate(10deg);
  }

  31% {
    -moz-transform: rotate(-8deg);
  }

  33% {
    -moz-transform: rotate(6deg);
  }

  35% {
    -moz-transform: rotate(-4deg);
  }

  37% {
    -moz-transform: rotate(2deg);
  }

  39% {
    -moz-transform: rotate(-1deg);
  }

  41% {
    -moz-transform: rotate(1deg);
  }

  43% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(0);
  }
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }

  1% {
    transform: rotate(30deg);
  }

  3% {
    transform: rotate(-28deg);
  }

  5% {
    transform: rotate(34deg);
  }

  7% {
    transform: rotate(-32deg);
  }

  9% {
    transform: rotate(30deg);
  }

  11% {
    transform: rotate(-28deg);
  }

  13% {
    transform: rotate(26deg);
  }

  15% {
    transform: rotate(-24deg);
  }

  17% {
    transform: rotate(22deg);
  }

  19% {
    transform: rotate(-20deg);
  }

  21% {
    transform: rotate(18deg);
  }

  23% {
    transform: rotate(-16deg);
  }

  25% {
    transform: rotate(14deg);
  }

  27% {
    transform: rotate(-12deg);
  }

  29% {
    transform: rotate(10deg);
  }

  31% {
    transform: rotate(-8deg);
  }

  33% {
    transform: rotate(6deg);
  }

  35% {
    transform: rotate(-4deg);
  }

  37% {
    transform: rotate(2deg);
  }

  39% {
    transform: rotate(-1deg);
  }

  41% {
    transform: rotate(1deg);
  }

  43% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

#video-bg {
  position: relative;
  width: auto;
  min-width: 100%;
  height: auto;
  background: transparent url(video-bg.jpg) no-repeat;
  background-size: cover;
}

video {
  display: block;
}

#logo {
  margin-top: 5px;
  height: 70px;
  padding-left: 20px;
}

#galeriaDestacados {
  width: 100%;
  /*height: 278px;*/
  height: 280px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#destacadoVerFicha {
  width: 100px;
  right: 0px;
  z-index: 10000;
  cursor: pointer;
  color: #fff;
  font-family: "GothamMedium", sans-serif;
  font-size: 14px;
  text-align: center;
  position: absolute;
  background-color: #d2322d;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.9;
}

#destacadoTitulo1 {
  font-family: "GothamMedium", sans-serif;
  color: #777;
  font-size: 16px;
  padding: 2px 10px;
  font-weight: 600;
  text-align: center;
}

#destacadoTitulo2 {
  font-family: "GothamMedium", sans-serif;
  color: #c7362e;
  font-size: 30px;
  padding: 0px 10px;
  font-weight: 900;
  text-align: center;
}

#destacadoTitulo3 {
  font-family: "GothamMedium", sans-serif;
  color: #333;
  font-size: 14px;
  padding: 1px 10px;
  text-align: center;
}

#sinResultados {
  font-family: "GothamMedium", sans-serif;
  color: #bbb;
  font-size: 22px;
  margin-top: 100px;
  width: 100%;
  text-align: center;
}

.containerVideo {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -100;
}

#filtros {
  font-family: "GothamMedium", sans-serif;
  padding-top: 10px;
  font-size: 12px;
}

#filtros select,
input {
  font-size: 11px;
}

#filtros input {
  font-size: 11px;
}

#filtrosFront {
  border-radius: 3px;
  text-align: center;
  padding: 10px 20px;
  width: 100%;
}

#filtrosFront select {
  font-family: "GothamLight", sans-serif;
}

#filtrosFront input {
  font-family: "GothamLight", sans-serif;
}

#filtrosFront2 {
  font-family: "GothamLight", sans-serif;
}

#filtrosFront2 select {
  font-family: "GothamLight", sans-serif;
  font-size: 11px;
}

#filtrosFront2 input {
  font-family: "GothamLight", sans-serif;
  font-size: 11px;
}

.select2-selection__choice {
  font-size: 11px;
}

#tituloFiltros {
  font-family: "GothamMedium", sans-serif;
  color: #333;
  font-size: 24px;
  padding-top: 20px;
}

#detalleBusqueda {
  font-family: "GothamMedium", sans-serif;
  font-size: 20px;
  color: #333;
  padding: 0px 0px;
}

#detalleBusqueda2 {
  font-size: 14px;
  font-family: "GothamMedium", sans-serif;
  color: #555;
  padding: 10px 00px;
}

#textoDetalleBusqueda {
  font-size: 11px;
  line-height: 30px;
  font-family: "GothamMedium", sans-serif;
  color: #555;
  padding-top: 0px;
}

#textoDetalleBusqueda2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  padding: 10px 20px;
}

#textoDetalleBusqueda2 span {
  border: 2px solid #555;
  background-color: #555;
  color: white;
  border-radius: 3px;
  padding: 5px 5px;
}

#textoDetalleBusqueda3 {
  font-weight: 400;
  font-size: 12px;
  font-family: "GothamLight", sans-serif;
  color: #d54540;
  padding: 10px 20px;
}

#verMasBusqueda {
  position: absolute;
  padding: 10px 10px;
  font-family: "GothamLight", sans-serif;
  color: #fff;
  border-radius: 5px;
  width: 80px;
  bottom: 10px;
  left: 50%;
  margin-left: -40px;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  background-color: #438741;
  z-index: 1000;
  cursor: pointer;
  border-color: #d43f3a;
}

#cuadroInmuebleBusqueda {
  padding-top: 0px;
  /*border-bottom: 1px solid #ddd; */
  margin-top: 20px;
  background-color: #e9eeef;
  border-top: 1px solid #f0f0f0;
}

#customHeight3 {
  width: 100%;
  /*height: 278px;*/
  height: 600px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#texto1Footer {
  font-family: "GothamBold", sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

#texto2Footer {
  font-family: "GothamLight", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

#titulo1Detalles {
  /*background-color: #D2322D; */
  border-bottom: 1px solid #bbb;
  color: #d2322d;
  padding: 0px 10px;
  padding-bottom: 5px;
  font-family: "GothamLight", sans-serif;
  font-size: 25px;
  font-weight: 700;
}

#texto1Detalles {
  margin-top: 20px;
  font-family: "GothamLight", sans-serif;
  color: #333;
  font-size: 14px;
  padding: 10px 10px;
  font-weight: 400;
}

.carousel-control.right {
  background: transparent;
}

.carousel-control.left {
  background: transparent;
}

.header {
  height: 120px;
  /*background-color: #AB2C23 !important;*/
  background-color: #e6e7e8;
  opacity: 0.8;
  border: 0px;
}

.navbar-right {
  padding-top: 15px;
}

.navbar-default .navbar-nav>li>a {
  font-family: "GothamLight", sans-serif;
  color: #333;
  font-size: 11px;
  font-weight: 300;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #e74c3c;
}

.navbar-default .navbar-nav>li>a:link {
  color: #333;
  outline: 0;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  height: 100px;
  border: 0px;
  /*background-color: #AB2C23 !important; */
  /*background-color: #E6E7E8 !important;*/
}

#tituloHome {
  font-family: "GothamBold", sans-serif;
  color: #333;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  padding-top: 20px;
}

.navbar-default.nav-top ul {
  display: inline-block;
  float: right;
}

#buscadorHeader {
  min-height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: -350px;
  z-index: 10;
  border-radius: 3px;
}

.section-title {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 100px;
}

.tituloHome {
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-weight: 900;
  font-family: Raleway;
  font-weight: 900;
  color: #262626;
  font-size: 40px;
  line-height: 60px;
}

.subtitle {
  margin-top: 5px;
  font-weight: 300;
  color: #666;
  letter-spacing: 0.04em;
}

#tituloDetalle {
  font-family: "GothamMedium", sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 900;
}

#descripcionDetalle {
  font-family: "GothamLight", sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

#customHeight {
  width: 100%;
  /*height: 278px;*/
  height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ad1 {
  background: url(img/emprendimientos/img1.jpg) no-repeat center center;
}

.ad2 {
  background: url(img/emprendimientos/img2.jpg) no-repeat center center;
}

#textoInstitucional1 {
  font-family: "GothamBold", sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
}

#textoInstitucional2 {
  font-family: "GothamLight", sans-serif;
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
}

#contacto input {
  border: 0px !important;
  background-color: #fff;
  border-radius: 2px;
  height: 40px;
  width: 100%;
  font-family: "GothamLight", sans-serif;
  font-weight: 300;
  padding-left: 10px;
}

#contacto label {
  color: #fff;
  font-family: "GothamMedium", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

#contacto select {
  border: 0px !important;
  border-radius: 2px;
  height: 50px;
  width: 100%;
  -moz-appearance: none;
  background: #fff url("img/dropdown.png") no-repeat scroll 100% center / 20px 13px !important;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 6px 20px 6px 6px !important;
  width: 100%;
  font-family: "GothamLight", sans-serif;
  font-weight: 300;
}

#contacto textarea {
  font-family: "GothamLight", sans-serif;
  font-weight: 300;
  height: 300px;
  border: 0px !important;
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  padding: 10px 10px;
}

.btnAzul {
  -moz-box-shadow: 1px 1px 3px 0px #1564ad;
  -webkit-box-shadow: 1px 1px 3px 0px #1564ad;
  box-shadow: 1px 1px 3px 0px #1564ad;
  background-color: #79bbff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #337bc4;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 14px;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528ecc;
}

.btnAzul:hover {
  outline: none;
  background-color: #378de5;
}

.btnAzul:active {
  position: relative;
  top: 1px;
}

.btnRed {
  /*-moz-box-shadow: 3px 4px 0px 0px #8f0b0b;
  -webkit-box-shadow: 3px 4px 0px 0px #8f0b0b;
  box-shadow: 3px 4px 0px 0px #8f0b0b;
  background-color:#ff7a7a;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:1px solid #000000;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:16px;
  padding:10px 28px;
  text-decoration:none;
  text-shadow:0px 1px 0px #1a0706;*/
  box-shadow: 3px 4px 0px 0px #0b8f40;
  background-color: #87ff7a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #000000;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-family: Arial;
  font-size: 16px;
  padding: 10px 28px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #76ff23;
}

.btnRed:hover {
  outline: none;
  background-color: #3b97e3;
}

.btnRed:active {
  position: relative;
  top: 1px;
}

.btnGris {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #f9f9f9),
      color-stop(1, #e9e9e9));
  background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
  background-color: #f9f9f9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-family: Georgia;
  font-size: 16px;
  padding: 4px 9px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}

.btnGris:hover {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #e9e9e9),
      color-stop(1, #f9f9f9));
  background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
  background-color: #e9e9e9;
}

.btnGris:active {
  position: relative;
  top: 1px;
}

.txbFiltro {
  width: 100%;
  height: 30px;
  padding: 3px;
  font-size: 12px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(233, 233, 233);
  background-color: #f5f5f5;
  color: #000000;
  box-shadow: 0px 0px 4px 0px rgba(42, 42, 42, 0.72);
  font-family: sans-serif;
}

.txbFiltro:focus {
  outline: none;
}

.btnFiltroBuscar {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 6px 19px;
  border: 1px solid #4a7b88;
  border-radius: 8px;
  background: #fa5858;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fa5858),
      to(#fa5858));
  background: -moz-linear-gradient(top, #fa5858, #fa5858);
  background: linear-gradient(to bottom, #fa5858, #fa5858);
  text-shadow: #355861 1px 1px 1px;
  font: normal normal normal 24px courier new;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: 4px 4px 14px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 4px 14px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 14px -6px rgba(0, 0, 0, 0.75);
}

.btnFiltroBuscar:hover {
  border: 1px solid #69b0c2;
  background: #79cadf;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#79cadf),
      to(#73cfe6));
  background: -moz-linear-gradient(top, #79cadf, #73cfe6);
  background: linear-gradient(to bottom, #79cadf, #73cfe6);
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.btnFiltroBuscar:focus {
  text-transform: uppercase;
}

.btnFiltro {
  -moz-box-shadow: 1px 2px 4px 0px #899599;
  -webkit-box-shadow: 1px 2px 4px 0px #899599;
  box-shadow: 1px 2px 4px 0px #899599;
  background-color: #ededed;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d6bcd6;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  padding: 5px 21px;
  text-decoration: none;
  text-shadow: 0px 0px 0px #e1e2ed;
}

.btnFiltro:hover {
  background-color: #bab1ba;
}

.btnFiltro:active {
  position: relative;
  top: 1px;
}

.lblTitulo {
  color: black;
  font-weight: bold;
  font-size: 26px;
}

#imagen {
  height: 300px;
  border: 10px solid #fff;
  overflow: hidden;
  padding: 0px;
  z-index: 100;
}

#imagen2 {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 101;
}

#imagen2:hover {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand')";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand');
  /* IE6 and 7 */
}

#cuadroTituloListEmprend {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 102;
}

#tituloListEmprend {
  width: 90%;
  left: 50%;
  margin-left: -45%;
  position: absolute;
  margin-top: 100px;
  text-align: center;
  font-family: "GothamBold", sans-serif;
  font-size: 25px;
  color: #333;
  font-weight: 900;
  /*text-shadow: 0px 2px 2px #666;*/
}

#mascaraEmprendimientos {
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  display: none;
}

#imagen2:hover>#mascaraEmprendimientos {
  display: block;
}

#mascara2Empredimientos {
  width: 90%;
  left: 50%;
  margin-left: -45%;
  bottom: 50px;
  position: absolute;
  text-align: center;
  color: #fff;
  font-family: "GothamLight", sans-serif;
  font-weight: 300;
}

#verMasEmprendimientos {
  background-color: #d54540;
  border-radius: 2px;
  padding: 5px 5px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  font-family: "GothamLight", sans-serif;
}

#tituloEmprendimiento {
  font-family: "GothamBold", sans-serif;
  font-size: 35px;
  color: #333;
  font-weight: 900;
  padding: 20px 20px;
}

#titulo1Destacado {
  font-family: "GothamBold", sans-serif;
  font-size: 24px;
  color: #333;
  font-weight: 900;
  padding: 20px 20px;
}

#titulo2Destacado {
  font-weight: 300;
  font-size: 20px;
  font-family: "GothamBold", sans-serif;
  color: #555;
  padding: 0px 20px;
}

#textoDestacado {
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  font-family: "GothamLight", sans-serif;
  color: #555;
  padding-top: 10px;
}

#texto2Destacado {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  font-family: "GothamLight", sans-serif;
  color: #555;
  padding: 00px 20px;
}

#texto2Destacado span {
  border: 2px solid #555;
  border-radius: 3px;
  padding: 5px 5px;
}

#fichaDestacado {
  font-family: "GothamLight", sans-serif;
  color: #fff;
  font-size: 12px;
  background-color: #d54540;
  text-align: center;
  margin-top: 10px;
  border-radius: 5px;
  width: 100px;
  cursor: pointer;
}

#titulo2Emprendimiento {
  font-family: "GothamBold", sans-serif;
  font-size: 30px;
  color: #666;
  font-weight: 900;
  padding: 20px 20px;
}

#subtituloEmprendimiento {
  font-weight: 300;
  font-size: 16px;
  font-family: "GothamMedium", sans-serif;
  color: #555;
  padding: 0px 20px;
}

#textoEmprendimiento {
  color: #666;
  font-family: "GothamLight", sans-serif;
  font-weight: 300;
  padding: 20px 10px;
}

#leyendaEmprendimientos {
  width: 60%;
  left: 50%;
  min-height: 210px;
  margin-left: -30%;
  position: absolute;
  margin-top: 100px;
  text-align: center;
  font-family: "GothamBold", sans-serif;
  font-size: 40px;
  color: #333;
  font-weight: 900;
  padding-top: 40px;
  background-color: rgba(255, 255, 255, 0.7);
}

#leyenda2Emprendimientos {
  font-weight: 300;
  font-size: 24px;
  font-family: "GothamMedium", sans-serif;
  color: #555;
  padding: 20px 00px;
}

#leyendaEmprendimientosSec {
  position: absolute;
  text-align: center;
  font-family: "GothamBold", sans-serif;
  font-size: 40px;
  color: #333;
  font-weight: 900;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100% !important;
}

#caractEmprendimientos {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  font-family: "GothamLight", sans-serif;
  color: #555;
  padding: 20px 20px;
}

#amenitiesEmprendimientos {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  font-family: "GothamLight", sans-serif;
  color: #555;
  padding: 20px 20px;
}

#estimadoEmprendimientos {
  font-size: 14px;
  line-height: 30px;
  font-family: "GothamLight", sans-serif;
  color: #555;
  padding: 20px 20px;
}

#archivosEmprendimientos {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  font-family: "GothamMedium", sans-serif;
  color: #555;
  padding: 20px 20px;
}

#archivosEmprendimientos p {
  border: 2px solid #555;
  border-radius: 3px;
  padding: 10px 10px;
}

#direccionEmprendimiento {
  font-weight: 400;
  font-size: 14px;
  font-family: "GothamMedium", sans-serif;
  color: #555;
  padding: 5px 20px;
}

#tituloDetalleInm {
  font-family: "GothamBold", sans-serif;
  font-size: 32px;
  color: #333;
  font-weight: 900;
  padding: 10px 20px;
  padding-bottom: 20px;
}

#subtituloDetalleInm {
  font-weight: 300;
  font-size: 25px;
  font-family: "GothamMedium", sans-serif;
  color: #555;
  padding: 00px 30px;
  padding-bottom: 10px;
}

#textoDetalleInm {
  color: #666 !important;
  font-family: "GothamLight", sans-serif;
  font-weight: 300;
  padding: 40px 10px;
}

#titulo2DetalleInm {
  font-family: "GothamMedium", sans-serif;
  font-size: 26px;
  color: #666 !important;
  font-weight: 900;
  padding: 20px 20px;
}

#caracteristicasDetalleInm {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  font-family: "GothamLight", sans-serif;
  color: #555 !important;
  padding: 20px 20px;
  text-align: center;
}

#valorDetalleInm {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  font-family: "GothamMedium", sans-serif;
  color: #555 !important;
  padding: 20px 20px;
}

#valorDetalleInm span {
  border: 3px solid #555;
  border-radius: 3px;
  padding: 10px 10px;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

#flotanteTop {
  height: 20px;
  float: right;
  margin-top: 10px;
  width: 400px;
  padding-left: 20px;
  font-size: 11px;
  font-family: "GothamLight", sans-serif;
  color: #333 !important;
}

#flotanteTop span {
  color: #333 !important;
  padding-left: 10px;
}

.cuadroDestacado {
  display: none;
}

[tooltipsi]:before {
  /* needed - do not touch */
  content: attr(tooltipsi);
  position: absolute;
  opacity: 0;

  /* customizable */
  transition: all 0.15s ease;
  padding: 10px;
  color: #333;
  border-radius: 3px;
  box-shadow: 2px 2px 1px silver;
}

[tooltipsi]:hover:before {
  /* needed - do not touch */
  opacity: 1;

  /* customizable */
  background: rgba(255, 174, 64, 0.8);
  margin-top: 3px;
  margin-left: -90px;
}

[tooltipsi]:not([tooltipsi-persistent]):before {
  pointer-events: none;
}

[tooltipno]:before {
  /* needed - do not touch */
  content: attr(tooltipno);
  position: absolute;
  opacity: 0;

  /* customizable */
  transition: all 0.15s ease;
  padding: 10px;
  color: white;
  border-radius: 3px;
  box-shadow: 2px 2px 1px silver;
}

[tooltipno]:hover:before {
  /* needed - do not touch */
  opacity: 1;

  /* customizable */
  background: rgba(0, 0, 0, 0.4);
  margin-top: 3px;
  margin-left: -90px;
}

[tooltipno]:not([tooltipno-persistent]):before {
  pointer-events: none;
}

/* PROPIEDADES.PHP */
.panelCheckbox {
  height: 120px !Important;
  overflow-y: scroll;
  overflow-x: hidden;
  white-space: nowrap;
}

.panelCheckbox div {
  border-bottom: 1px solid #d8d8d8;
}

.panelCheckbox div input {
  position: relative;
  vertical-align: middle;
  margin-top: 0px;
}

.panelCheckbox .clickDiv {
  background-color: #e6e6e6;
  color: #686868;
}

.panelCheckbox .checkDiv {
  background-color: #d7e4c5;
}

.clickDiv:hover {
  background-color: #e8ead6;
  cursor: pointer;
  font-weight: bold;
  color: #424242;
}

.panelCheckbox div span {
  padding-left: 10px;
  font-size: 11px;
}

.galeriaThumOver:hover {
  border: 2px solid black !important;
}

.bootstrap-switch {
  height: 30px;
}