@font-face {
	font-family: 'MYRIADPROREGULAR';
	src: url('../fonts/myriadpro/MYRIADPROREGULAR.eot');
	src: local('MYRIADPROREGULAR'), 
	url('../fonts/myriadpro/MYRIADPROREGULAR.woff') format('woff'), 
	url('../fonts/myriadpro/MYRIADPROREGULAR.ttf') format('truetype');
}

@font-face {
	font-family: 'MYRIADPROLIGHT';
	src: url('../fonts/myryadprolight/myriadpro-light.eot');
	src: local('MYRIADPROLIGHT'), 
	url('../fonts/myryadprolight/myriadpro-light.woff') format('woff'), 
	url('../fonts/myryadprolight/myriadpro-light.ttf') format('truetype');
}

/*
font-family: 'Raleway', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Noto Serif', serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Playfair Display SC', serif;
*/

html, body {
    height:100%;
}

.btnHomex {
  display: block;
  width: 200px;
  text-align: center;
  padding-top: 7px;
  height: 35px;
  background: #1c6ab3;
  color: #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
}
.btnHomex:hover{
  background-color: #1F79CE;
  color: white;
  text-decoration: none;
}

/* INICIO ENCABEZADO */
.background-header {
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-position:50% 50%\9 !important;
}

.fullscreen, .content-header {
  width:100%;
  height:100%;
  overflow:hidden;
}
.fullscreen.overflow, .fullscreen.overflow .content-header {
  height:auto;
  min-height:100%;
}

.content-header {
  padding-top: 50px;
	display:table;
}

.btnSuscribeteTop{
  float: right;
  margin-right: 25px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.nav > li > a{
  padding: 10px 25px;
}

.navbar-default {
  margin-top: -8px;
  color: white;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  border: 0;
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
 }

 .navbar-default .navbar-nav > li > a{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  color: white;
  letter-spacing: 2px;
 }

 .navbar-default .navbar-nav > li > a:hover{
   color: white;
 }
 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background-color: transparent;
  color: white;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a{
  background-image: none;
  background-repeat: none;
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.text-principal{
  margin-top: 12%;
  color: white;
}

.text-principal .desarrollos{
  font-family: 'Raleway';
  font-size: 45px;
  letter-spacing: 5px;
}

.text-principal .img-homex{
  margin-top: -30px;
}
.text-principal .leyenda{
  font-family: 'Source Sans Pro';
  font-size: 35px;
  font-weight: 300;
  margin-top: -31px;
  color: #DEDDDE;
}
.header-bottom{
  position: absolute;
  bottom: 20px;
  margin-left: 40px;
  color: white;
  font-family: 'Source Sans Pro';
  letter-spacing: 1px;
}
.header-bottom .copyright{
  font-weight: bold;
}

#section-financiamiento{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DBDBDB;
}
#section-financiamiento p{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  font-weight: 100;
  color: #3F3F3F;
}
.ico-sif{
  padding-top: 12px;
}
/* FIN ENCABEZADO */

/* INICIO LISTADO DE DESARROLLOS */

#encabezado-desarrollos{
  margin-top: 35px;
  margin-bottom: 25px;
}

#encabezado-desarrollos h4{
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  letter-spacing: 5px;
}

#encabezado-desarrollos .descripcion{
  margin-top: 20px;
  margin-bottom: 60px;
}

#encabezado-desarrollos p{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 38px;
  font-weight: 100;
  color: #3F3F3F;
}

.btnConocelosTodos{
  left: 50%;
  margin-left: -100px;
  position: relative;
  background-color: #3E51B5;
}
.btnConocelosTodos:hover{
  background-color: #4459C9;
}

#listado-desarrollos{
  margin-top: 35px;
  margin-bottom: 25px;
}

#listado-desarrollos .desarrollos{
  margin-bottom: 40px;
}

#listado-desarrollos .item{
  /*border: solid 1px #F6F6F6;*/
  margin-top: 10px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #F6F6F6;
  width: 100%;
  display: table;
}

#listado-desarrollos .item .titulo{
  font-family: 'Playfair Display SC', serif;
  font-size: 24px;
  margin-top: 12px;
}

#listado-desarrollos .item .descripcion{
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  margin-top: 6px;
  padding-bottom: 25px;
  color: #3F3F3F;
}

/* VERSION DE DESARROLLOS CONSTRUCCION */

#desarrollos{
	margin-top: 20px;
	margin-bottom: 30px;
}

#desarrollos .titulo{
	margin-bottom: 20px;
}

#desarrollos h2{
	font-family: 'MYRIADPROLIGHT';
	color: #00447C;
}

#lst-desarrollos .desarrollo{
	margin-bottom: 10px;
	cursor: pointer;
}

#lst-desarrollos .desarrollo .leyenda{
	position: absolute;
	top: 23%;
	text-align: center;
	
}

#lst-desarrollos .fila-desarrollos{
	margin-bottom: 20px;
	margin-left: -15px !important;
   margin-right: -15px !important;
}

#lst-desarrollos .desarrollo img{
	margin: 0 auto;
}

#lst-desarrollos .desarrollo .destinos{
	color: white;
	text-transform: uppercase;
	font-family: 'MYRIADPROREGULAR';
	font-size: 10px;
}
#lst-desarrollos .desarrollo .nombreCiudad{
	color: white;
	text-transform: uppercase;
	font-family: 'MYRIADPROREGULAR';
	font-size: 40px;
	font-weight: bold;
}
.nombreDesarrollo{
	color: white;
	text-transform: uppercase;
	font-family: 'MYRIADPROREGULAR';
	font-size: 30px;
	font-weight: lighter;
}

#lst-desarrollos .desarrollo .btnDesarrollos{
	
}

#lst-desarrollos .desarrollo .img-responsive{
	margin: 0 auto !important;
}

/* FIN LISTADO DE DESARROLLOS */

/* INICIO QUIENES SOMOS */

#section-nosotros{
  
  border-top: 1px solid #DBDBDB;
  margin-top: 20px;
  padding-bottom: 80px;
}

#section-nosotros h1{
  font-family: 'Raleway', sans-serif;
  color: #3F3F3F;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
}

#section-nosotros .texto-quienessomos{
  font-family: 'Source Sans Pro', sans-serif;
  color: #3F3F3F;
  font-size: 36px;
  font-weight: 100;
  margin-top: 20px;
}

#section-nosotros a.play{
  position: relative;
  left: 50%;
  margin-left: -50px;
  display: block;
  font-size: 40px;
  width: 100px;
  text-align: center;
  padding-top: 23px;
  height: 100px;
  background: #1E2C77;
  color: #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.caracteristicas-titulo{
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  color: #3F3F3F;
  margin-top: 10px;
}
.caracteristicas-descripcion{
  font-family: 'Noto Serif', serif;
  color: #7A7A7A;
  margin-top: 10px;
}

.caracteristica-central{
  border-left: solid 1px #EAEAEA;
  border-right: solid 1px #EAEAEA;
}
/* FIN QUIENES SOMOS */

/* INICIO ENTRADAS DEL BLOG */

#section-blog{
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 80px;
  background-color: #EDEDED;
}

#section-blog .titulo{
  margin-top: 20px;
  margin-bottom: 20px;
}

#section-blog h1{
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
}

#section-blog .blog-item{
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #BED8D5;
}

#section-blog .blog-item-categoria{
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
}

#section-blog .blog-item-titulo{
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin-top: 13px;
}

#section-blog .blog-item-contenido{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin-top: 13px;
  color: #7A7A7A;
}

#section-blog .boton-seguir{
  padding-top: 25px;
  padding-bottom: 25px;
}

#section-blog .descripcion{
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: white;
}

.btnBlog{
  left: 50%;
  margin-left: -100px;
  position: relative;
  background-color: #EA1D63;
}
.btnBlog:hover{
  background-color: #F51E68;
}

/* FIN ENTRADAS DEL BLOG */

/* INICIO TESTIMONIOS */

.section-testimonios{
  padding-top: 80px;
  height: 508px;
  background: url('../images/fondo-testimonios.png');
  color: white;
}

.section-testimonios .titulo-testimonios{
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 8px;
}

.section-testimonios .texto-testimonio{
  margin-top: 55px;
}

.section-testimonios p{
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
}

.section-testimonios .datos-usuario{
  margin-top: 100px;
}

.section-testimonios .datos-usuario .nombre{
  margin-top: 20px;
  font-family: 'Noto Serif', serif;
  font-weight: bold;
}

.section-testimonios .datos-usuario .descripcion{
  font-family: 'Noto Serif', serif;
}

/* FIN TESTIMONIOS */


/* INICIO BUSCADOR */
#buscador{
  background-color: #EDEDED;
  padding-bottom: 40px;
}

#buscador #buscador-form{
  margin-top: 20px;
}

#buscador .title{
  font-family: 'Raleway', sans-serif;
}

#buscador #buscador-form .instrucciones{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}

#buscador #buscador-form .btnBuscar{
  background-image: none;
  background-color: #3E51B5;
  border-color: #3E51B5;
}

#buscador #buscador-form .btnBuscar:hover{
  background-color: #475CD1;
  border-color: #475CD1;
}

.btnEnviar{
  margin-top: 20px;
  left: 50%;
  margin-left: -100px;
  position: relative;
  background-color: #F3B100;
}
.btnEnviar:hover{
  background-color: #E9A802;
}
/* FIN BUSCADOR */

/* FORMULARIO DE CONTACTO */
#contactanos{
  margin-top: 20px;
  border-top: 1px solid #DBDBDB;
}
#encabezado-contacto{
  margin-top: 35px;
}

#encabezado-contacto h4{
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  letter-spacing: 5px;
}

#encabezado-contacto .descripcion{
  margin-top: 20px;
  margin-bottom: 20px;
}

#encabezado-contacto p{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 38px;
  font-weight: 100;
  color: #3F3F3F;
}

#contactanos{
  margin-bottom: 50px;
}

#contactanos label{
  margin-top: 20px;
}

/* FORMULARIO DE CONTACTO */

/* INICIO BOTTOM */
.bottom{
  font-family: 'Source Sans Pro', sans-serif;
  color: #E6ECF2;
  padding-top: 80px;
  padding-bottom: 80px;
  background: rgba(0,68,124,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0,68,124,1) 0%, rgba(0,87,124,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,68,124,1)), color-stop(100%, rgba(0,87,124,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,68,124,1) 0%, rgba(0,87,124,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0,68,124,1) 0%, rgba(0,87,124,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0,68,124,1) 0%, rgba(0,87,124,1) 100%);
  background: radial-gradient(ellipse at center, rgba(0,68,124,1) 0%, rgba(0,87,124,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00447c', endColorstr='#00577c', GradientType=1 );
}

.title-bottom{
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

ul#bottom-menu{
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom-menu li a{
  font-family: 'Source Sans Pro', sans-serif;
  color: #E6ECF2;
}

.btnSuscribeteBottom {
  background: #0DB55C;
  float: left;
}
.btnSuscribeteBottom:hover {
  background: #0EC566;
  color: white;
  text-decoration: none;
}
.redes-sociales{
  margin-top: 5px;
}
/* FIN BOTTOM */

/* INICIO FOOTER */

footer{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: black;
  color: white;
  font-family: 'Source Sans Pro', sans-serif; 
}

footer a{
  color: white;
}
footer a:hover{
  color: white;
  text-decoration: none;
}

footer .nombre-empresa{
  font-family: 'Raleway', sans-serif;
}
footer .copyright{
  font-size: 12px;
}
/* FIN FOOTER */  


/* INICIO IMAGEN FLOTANDO*/
#ventana-flotante {
	width: 100%;  /* Ancho de la ventana */
	height: 100%;  /* Alto de la ventana */
/* background: #005656;*/  /* Color de fondo */
	position: top;
	top: 100px;
	left: 50%;
	margin-left: 0px;
	border: 0px solid black;  /* Borde de la ventana */
	/*box-shadow: 0 5px 25px rgba(0,0,0,.1);*/  /* Sombra */
	z-index:999;	
}
#ventana-flotante #contenedor {
	padding: 25px 10px 10px 20px;
}

#CERRAR VENTANA AUTOMATICAMENTE
	setTimeout('closeWin(newWindow)', 5000); // tiempo 5 segundos antes de cerrar
}
function closeWin(newWindow) {
	newWindow.close(); // cerrar la ventana
}
.oculto {-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;-ms-transition:1s;opacity:0;-ms-opacity:0;-moz-opacity:0;visibility:hidden;}

/* FIN IMAGEN FLOTANDO*/