body, html{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
}

/* DIVIDERS */
.clear-20{
	width: 100%;
	height: 20px;
	float: none;
	clear: both;
}

.clear-50{
	width: 100%;
	height: 50px;
	float: none;
	clear: both;
}

.clear-100{
	width: 100%;
	height: 100px;
	float: none;
	clear: both;
}

.clear-200{
	width: 100%;
	height: 200px;
	float: none;
	clear: both;
}




/* COLORS*/
.blue-dark{
	background-color: #000033;
}

.gray-gradient{
	background-image: url(../images/background-gradient.png);
	background-repeat: repeat-y;
	background-size: 100%;
}

.text-dark{
	color: #000033;
}

.text-white{
	color: #ffffff;
}

.text-gray{
	color: #a0a4a7;
}

.bg-dark{
	color: #000033;
}

.bg-gray{
	background-color: #efefef;
}

.bg-gray2{
	background-color: #f4f4f4;
}

.bg-gray-dark{
	background-color: #a0a4a7;
}

.text-15{
	font-size: 16px;
}

.text-20{
	font-size: 20px;
}

.italic{
	font-style: italic;
}

.bold{
	font-weight: 700;
}

/* TEXT */
h1{
	font-size: 35px;
	font-weight: 700;
	margin: 70px 0 10px;
}

h1 span.light{
	font-weight: 300;
	font-size: 34px;
}

h2{
	font-size: 36px;
	font-weight: 700;
	margin: 70px 0;
}

strong{
	font-weight: 700;
}

p{
	font-size: 20px;
	font-weight: 300;
}

/* HEADER */
.header{
	height: 100px;
	background-color: #000033;
	/* margin-top: 25px; */
} 

.navbar{
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
	background-color: #000033;
	border-bottom: none;
	padding: 40px 0 0;
}

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

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

.navbar .navbar-nav>li>a {
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	     -o-transition: all .2s linear;
	        transition: all .2s linear;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	padding-bottom: 29px;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover{
	text-decoration: underline;
	background-color: transparent;
}

.navbar .nav>li.brand a{
	padding: 0 30px 0 0;
	margin-top: -20px;
}

.navbar .nav>li.brand>a:focus,
.navbar .nav>li.brand>a:hover{
	background-color: transparent;
}

.navbar-nav>li>.dropdown-menu{
	width: 100%;
	border-radius: 0;
	background-color: transparent;
	border-left: solid 1px #000033;
	border-right: solid 1px #000033;
	border-top: solid 1px #000033;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.navbar-nav>li>.dropdown-menu>li{
	border-bottom: solid 1px #000033;
	background-color: #ffffff;
}

.dropdown-menu>li>a {
	padding: 15px;
	color: #a7a9ac;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #4d4d4f;
}

/* FIXED NAVBAR */
.navbar.fixed-nav{
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
}

.navbar.fixed-nav .navbar-nav>li>a {
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	     -o-transition: all .2s linear;
	        transition: all .2s linear;
	color: #000033;
}

.navbar.fixed-nav .nav>li>a:focus,
.navbar.fixed-nav .nav>li>a:hover{
	text-decoration: underline;
}

/* FOOTER */
.footer{
	background-color: #000033;
	padding: 80px 0 40px;
}

.footer a{
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 15px 0;
}

.footer ul{
	list-style: none inside;
	padding-left: 0;
}

.footer ul li{
	padding-bottom: 5px;
}

.footer ul li a{
	color: #637daf;
	text-decoration: none;
	font-size: 13px;
	margin: 0;
	font-weight: 300;
}

.footer .legal{
	color: #ffffff;
	font-size: 12px;
	margin-top: 40px;
	font-weight: 300;
}

.footer .legal strong{
	font-weight: 400;
}

.footer .legal a{
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
	font-weight: inherit;
	display: inline-block;
}



/* HOME */
.h_logo{
	margin: 0 auto;
	display: block;
	width: 70%;
	max-width: 350px;
	overflow: hidden;
	position: relative;
	margin: 30px auto 50px;
}

.timeline{
	position: relative;
	text-align: center;
	overflow: auto;
}

.timeline .item{
	display: block;
	width: 330px;
	height: 475px;
	position: relative;
	background-color: #ffffff;
	margin-top: 60px;
	margin-bottom: 60px;
}

.timeline .item.last:after{
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	border-radius: 6px;
	left: 0;
	top: 39px;
}

.timeline .item .year{
	position: absolute;
	background-color: #637daf;
	width: 90px;
	height: 90px;
	color: #ffffff;
	border-radius: 50px;
	font-weight: 800;
	font-size: 12px;
	line-height: 95px;
	text-align: center;
}

.timeline .item .image{
	width: 330px;
	height: 360px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.timeline .item .name{
	font-weight: 800;
	font-size: 11px;
	text-align: left;
	color: #8b8f92;
	margin: 15px 20px;
}

.timeline .item .title{
	font-weight: 200;
	font-size: 24px;
	text-align: left;
	color: #000000;
	margin: 15px 20px;
}

.timeline .item .desc{
	font-weight: 200;
	font-size: 15px;
	text-align: left;
	color: #8b8f92;
	margin: 10px 20px;
	height: 85px;
	line-height: 20px;
}

.timeline .item .btn{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.btn-default{
	background-color: #000033;
	color: #ffffff;
	border-color: #000033;
	border-radius: 0;
	font-weight: 800;
	letter-spacing: 2px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover{
	background-color: #ffffff;
	color: #000033;
}


/* QUIENES SOMOS */

.image-mision{
	width: 100%;
	max-width: 150px;
	height: auto;
	margin: 20px auto;
	vertical-align: middle;
}

.section{
	padding: 30px 0 50px;
	width: 100%;
}

.section ul{
	list-style-image: url("../images/bullet-blue.png");
}

.section ul li{
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	text-align: justify;
}

.section .row.vertical-align{
	display: flex;
	align-items: center;
}

.items_premios_container{
	width: 100%;
	margin: 20px 0;
}

.item_premios{
	width: 440px;
	height: auto;
	margin: 0 auto;
}

.item_premios .image{
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.item_premios .info{
	width: 100%;
	background-color: #ffffff;
	border: solid 1px #e2e4e4;
	padding: 20px;
	height: 250px;
}

.item_premios .info img{
	display: block;
	float: right;
	max-width: 130px;
	height: auto;
}

.item_premios h4{
	font-size: 18px;
	margin: 0 0 20px;
	color: #a0a4a7;
	font-weight: 700;
	line-height: 1.3em;
}

.item_premios h5{
	font-size: 18px;
	margin: 15px 0 5px;
	font-weight: 400;
	color: #2a2a2a;
}

.item_premios p{
	font-size: 12px;
	color: #27272f;
	font-weight: 300;
	margin: 10px 0;
}

.item_premios p.note{
	font-size: 11px;
	color: #a0a4a7;
	font-weight: 300;
	margin: 5px 0 0;
}


.call-to-action{
	background-color: #a0a4a7;
	width: 100%;
	margin: 0 auto;
	padding: 110px 0 100px;
}

.call-to-action p{
	color: #ffffff;
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	line-height: 25px;
}

.call-to-action .btn-cta{
	padding: 15px 50px;
	margin-top: 10px;
	border: solid 1px #000033;
}

/* COMPROMISO SOCIAL */
.espacios-item{
	width: 100%;
	margin: 20px 0;
	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	    -ms-transition: all .25s linear;
	     -o-transition: all .25s linear;
	        transition: all .25s linear;
}

.espacios-item:hover{
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
}

.espacios-item.full,
.espacios-item.full-lg{
	margin: 0;
}

.espacios-item .image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 250px;
	opacity: 0.9;
	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	    -ms-transition: all .25s linear;
	     -o-transition: all .25s linear;
	        transition: all .25s linear;
}

.espacios-item:hover .image{
	opacity: 1;
}

.espacios-item.large .image{
	min-height: 380px;
}

.espacios-item.full-lg .image{
	min-height: 900px;
}

.espacios-item .info{
	width: 100%;
	border: solid 1px #e2e4e4;
	padding: 20px;
	height: 140px;
	overflow: hidden;
}

.espacios-item.full .info,
.espacios-item.full-lg .info{
	border: none;
}

.espacios-item h2{
	color: #a0a4a7;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: 700;
}

.espacios-item p{
	color: #27272f;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}

.espacios-item p.note{
	font-size: 11px;
	color: #a0a4a7;
	padding: 5px 0 0;
}


/* Nuevos espacios */

.sp-item-vertical{
	width: 100%;
	max-width: 330px;
	height: 600px;
	margin: 20px auto;
}

.sp-item-vertical .image{
	width: 100%;
	height: 480px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sp-item-vertical .info{
	width: 100%;
	padding: 20px;
	height: 140px;
	border: solid 1px #e2e4e4;
	border-top: none;
	overflow: hidden;
}

.sp-item-vertical .info h2{
	font-size: 14px;
	color: #a0a4a7;
	margin: 0 0 10px;
}

.sp-item-vertical .info p{
	font-size: 12px;
	color: #27272f;
	margin: 0;
}

.sp-item-vertical .info p.note{	
	font-size: 11px;
    color: #a0a4a7;
	padding-top: 5px;
}
/**/
.sp-item-semihorizontal{
	width: 100%;
	max-width: 370px;
	height: 510px;
	margin: 20px auto;
}
.sp-item-semihorizontal .image{
	width: 100%;
	height: 380px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/*----*/
.sp-item-semi_es_lo_bo_horizontal{
	width: 100%;
	max-width: 500px;
	height: 510px;
	margin: 20px auto;
}
.sp-item-semi_es_lo_bo_horizontal .image{
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*semihorizontal*/
.sp-item-semihorizontal .info{
	width: 100%;
	padding: 20px;
	height: 120px;
	border: solid 1px #e2e4e4;
	border-top: none;
	overflow: hidden;
}

.sp-item-semihorizontal .info h2{
	font-size: 14px;
	color: #a0a4a7;
	margin: 0 0 10px;
}

.sp-item-semihorizontal .info p{
	font-size: 12px;
	color: #27272f;
	margin: 0;
}

.sp-item-semihorizontal  .info p.note{
	font-size: 11px;
	color: #a0a4a7;
	padding-top:5px;
}
/*es_lo*/
.sp-item-semi_es_lo_bo_horizontal .info{
	width: 100%;
	padding: 20px;
	height: 120px;
	border: solid 1px #e2e4e4;
	border-top: none;
	overflow: hidden;
}

.sp-item-semi_es_lo_bo_horizontal .info h2{
	font-size: 16px;
	color: #a0a4a7;
	margin: 0 0 10px;
}

.sp-item-semi_es_lo_bo_horizontal .info p{
	font-size: 12px;
	color: #27272f;
	margin: 0;
}

.sp-item-semi_es_lo_bo_horizontal .info p.note{
	font-size: 11px;
	color: #a0a4a7;
	padding-top:5px;
}
/**/
.sp-item-horizontal{
	width: 100%;
	max-width: 680px;
	height: 510px;
	margin: 20px auto;
}

.sp-item-horizontal .image{
	width: 100%;
	height: 380px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sp-item-horizontal .info{
	width: 100%;
	padding: 20px;
	height: 120px;
	border: solid 1px #e2e4e4;
	border-top: none;
	overflow: hidden;
}

.sp-item-horizontal .info h2{
	font-size: 16px;
	color: #a0a4a7;
	margin: 0 0 10px;
}

.sp-item-horizontal  .info p{
	font-size: 12px;
	color: #27272f;
	margin: 0;
}

.sp-item-horizontal  .info p.note{
	font-size: 11px;
	color: #a0a4a7;
	padding-top:5px;
}


/* Perspectiva */
.perspectiva .gap-15{
	width: 120px;
	height: auto;
	margin: 20px 0;
}

.perspectiva-img{
	width: 85%;
	height: auto;
}


/*Tableize*/

	table.tableizer-table {
		font-size: 12px;
		border: 1px solid #CCC; 
		font-family: Arial, Helvetica, sans-serif;
	} 
	.tableizer-table td {
		padding: 4px;
		margin: 3px;
		border: 1px solid #CCC;
	}
	
	.tableizer-table .pintaditotd {
		background-color: #a0a4a7; 
		padding: 4px;
		margin: 3px;
		border: 1px solid #CCC;
		font-size: 18px;
		text-align: center;
	}
	
	.tableizer-table th {
		background-color: #000033; 
		color: #FFF;
		font-weight: bold;
		font-size: 22px;
		text-align: center;
	}




/* Logos footer */

.rango_img{
	width: 155px;
	position: relative;
	margin: 15px;
	float: left;
}

.reduceimage80{
	
	width: 100%;
}

/* VIVIENDA */

.rango{
	width: 100%;
	max-width: 380px;
	position: relative;
	margin: 50px auto;
	text-align: center;
}

.rango .year{
	width: 60%;
	max-width: 340px;
	background-color: #ffffff;
	font-size: 36px;
	color: #9ba0a3;
	margin: 0 auto;
}

.rango .title{
	width: 90%;
	background-color: #000033;
	font-size: 22px;
	color: #ffffff;
	letter-spacing: 2px;
	padding: 5px 0;
	margin: 0 auto;
}

.image-premio{
	max-width: 150px;
	height: auto;
	margin: 30px auto;
}

.residencial{
	margin: 100px auto;
}

.full-container{
	overflow: auto;
	padding: 0 !important;
	position: relative;
	width: 100%;
	height: 1050px;
}

.side-left{
	width: 50%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 50px;
	overflow: auto;
}

.side-right{
	width: 50%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 50px;
	overflow: auto;
}

.left-container{
	padding: 10% 20%;
	font-size: 15px;
	font-weight: 300;
	margin: 0;
}

.list-images{
	list-style: outside none !important;
	padding-left: 0;
	margin-bottom: 30px !important;
	text-align: center;
}

.list-images li{
	display: inline-block;
	width: 30%;
	padding: 0 !important;
	text-align: center;
}

.list-images li img{
	width: 95%;
	height: auto;
	margin: 0 auto;
}


/* CONSOLIDACION */
.subtitle{
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
	line-height: 24px;
}

.consolidacion{
	width: 100%;
	position: relative;
	padding: 0;
	margin:  0 auto;
}

.container-1{
	height: 1080px;
}

.container-2{
	height: 580px;
}

.container-4{
	height: 570px;
}

.container-full{
	width: 100%;
	margin: 0;
	padding: 0;
}

.container-full .image{
	width: 100%;
	height: 580px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.container-full .info{
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 100px 0;
}

.consolidacion-left{
	position: absolute;
	left: 0;
	display: block;
	width: 50%;
	height: auto;
}

.consolidacion-right{
	position: absolute;
	right: 0;
	width: 50%;
	display: block;
	height: auto;
}

.consolidacion-left.bottom{
	bottom: 0;
}

.consolidacion-right.bottom{
	bottom: 0;
}

.consolidacion-left.top{
	top: 0;
}

.consolidacion-right.top{
	top: 0;
}

.consolidacion .espacios-item{
	margin: 0;
}

.container-1 .consolidacion-left .espacios-item .image{
	height: 960px;
}

.container-1 .consolidacion-right .espacios-item .image{
	height: 490px;
}

.consolidacion .info{
	border: none;
	height: auto;
}

.container-2 .consolidacion-left .espacios-item .image{
	height: 520px;
}

.container-4 .consolidacion-right .espacios-item .image{
	height: 520px;
}

.container-5 .espacios-item{
	margin: 10px auto;
}

/* RESIDENTIAL & AMENITIES */

.ra-container{
	width: 100%;
	width: 100%;
	position: relative;
	padding: 0;
	margin:  0 auto;
}

.ra-container.main{
	height: 1100px;
}

.ra-container.main.v2{
	height: 960px;
}

.ra-container.main.v3{
	height: 400px;
}

.ra-container.main.v4{
	height: 1300px;
}

.ra-container.alt{
	padding: 100px 0;
}

.ra-left{
	position: absolute;
	left: 0;
	display: block;
	width: 50%;
	height: auto;
}

.ra-right{
	position: absolute;
	right: 0;
	display: block;
	width: 50%;
	height: auto;
}

.ra-left.top{
	top: 0;
}

.ra-right.top{
	top: 0;
}

.ra-left.bottom{
	bottom: 0;
}

.ra-right.bottom{
	bottom: 0;
}

.ra-container .espacios-item{
	margin: 0;
}

.ra .espacios-item .full-large{
	height: 960px;
}

.ra .espacios-item .full-large2{
	height: 1160px;
}

.ra .espacios-item .info{
	border: 0;
}

.ra .espacios-item .full-medium{
	height: 560px;
}

.amenidades_carousel{
	width: 100%;
	position: relative;
	justify-content: center;
	
	
}

.amenidades_carousel .item{
	width: 100%;
	max-width: 280px;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	overflow: hidden;
}

.btn-hover{
	background-color: rgba(0,0,51,.8);
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../images/zoom-hover.png);
	background-position: center;
	background-size: 40px;
	background-repeat: no-repeat;
	left: 0;
	top: 100%;
	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	    -ms-transition: all .25s linear;
	     -o-transition: all .25s linear;
	        transition: all .25s linear;
}

.amenidades_carousel .item:hover .btn-hover{
	top: 0;
}

.modal-dialog{
	width: 90%;
	max-width: 960px;
	height: auto;
	padding: 0;
	position: relative;
}

.modal-content{
	background-color: transparent;
	width: 100%;
}

.modal-content img{
	width: 100%;
	height: auto;
}

.modal-body{
	padding: 0;
}

.modal-dialog .close{
	position: absolute;
	right: 0;
	top: 1px;
	background-color: #ffffff;
	z-index: 999;
	font-size: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	opacity: .8;
	outline: none;
}


/* CONTACTO */
label.error{
	font-size: 13px;
	font-weight: 300;
	color: #800000;
	padding: 6px 0;
	margin: 0;
}

.contacto .form-group{
	margin-bottom: 20px;
}

.contacto .form-control{
	border-radius: 0;
	border: 1px solid #b4b4b4;
	padding: 20px;
}

.contacto .form-control.error{
	border-color: #a94442;
}

.contacto .btn{
	padding: 15px;
}

.no-display{
	display: none;
}

.loader {
	border: 5px solid #f3f3f3;
	border-top: 5px solid #3498db;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	-webkit-animation: spin 2s linear infinite;
	     -o-animation: spin 2s linear infinite;
	        animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.container-info{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.columns-2{
	width: 50%;
	float: left;
	height: 400px;
}

.map-container {
	width: 100%;
	margin: 0;
}

.map-container iframe{
	width: 100%;
	height: 400px;
	margin: 0;
	border: 0;
	display: block;
	pointer-events: none;
	position: relative;
}

.map-container iframe.clicked{
	pointer-events: auto;
}

.contact-info{
	width: 100%;
	height: 400px;
	padding: 80px 0 0 10%;
}

.contact-info img{
	display: inline-block;
	width: 40px;
	margin-right: 20px;
	vertical-align: top;
}

.contact-info p{
	display: inline-block;
	margin: 0 20px 30px;
	height: 70px;
}

.contact-info .info-title{
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	margin: 10px 0 5px;
}

.contact-info .info-p{
	color: #27272f;
	font-size: 13px;
}

.contact-info a{
	text-decoration: none;
	color: inherit;
}


.custom-container{
	max-height: max-content;
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

.custom-container.v2{
	height: 960px;
}

.custom-container.v3{
	height: 500px;
}

.custom-container .s-left{
	float: left;
	width: 50%;
	top: 0;
}

.custom-container .s-right{
	float: right;
	width: 50%;
	bottom: 0;
}

.custom-container .main-image{
	width: 100%;
	background-size: auto 80%;
	background-position: center;
	background-repeat: no-repeat;
	height: 960px;
	border-right: 20px solid white;
}

.custom-container .data{
	width: 100%;
	padding: 20px 4%;
	/* height: 140px; */
	overflow: hidden;
}

.custom-container .data h2{
	color: #a0a4a7;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: 700;
}

.custom-container .data p{
	color: #27272f;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}

.custom-container .data p.note {
    font-size: 11px;
    color: #a0a4a7;
    padding: 5px 0 0;
}

.custom-container p.note {
    font-size: 14px;
}

.custom-container .text-container{
	display: table;
	height: 600px;
}

.custom-container .text-container.v2{
	display: table;
	height: 400px;
}

.custom-container .text-container.v3{
	height: 500px;
}

.custom-container .descriptive-text{
	width: 100%;
	padding: 0 15%;
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 300;
}

.custom-container .descriptive-text a,
.custom-container .descriptive-text a:hover,
.custom-container .descriptive-text a:active,
.custom-container .descriptive-text a:visited{
	text-decoration: none;
	color: inherit;
}

.custom-container .descriptive-text img{
	margin: 20px 0;
}

.custom-container .secondary-image{
	width: 100%;
	height: 500px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.custom-container .secondary-image.v2{
	height: 560px;
}

.custom-container .simple-list{
	margin: 20px 0;
}

.custom-container .simple-list li{
	font-size: 15px;
	padding: 5px 10px;
}








@media (min-width: 1480px){
	.container {
		width: 1420px;
	}
	.navbar-brand{
		display: none;
	}
	.brand{
		display: none;
	}

	.timeline .item.lg-left{
		float: left;
		margin-left: 130px;
	}

	.timeline .item.lg-right{
		float: right;
		margin-right: 130px;
	}

	.timeline .item.lg-left .year{
		left: -110px;
	}

	.timeline .item.lg-right .year{
		right: -110px;
	}

	.timeline .year.first:after{
		content: "";
		display: block;
		position: absolute;
		width: 12px;
		height: 12px;
		background-color: #ffffff;
		border-radius: 6px;
		right: 0;
		top: 39px;
	}

	.timeline .year.first:before{
		content: "";
		display: block;
		position: absolute;
		width: 22px;
		height: 6px;
		background-color: #ffffff;
		right: -20px;
		top: 42px;
	}

	.timeline .year.middle:before{
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 6px;
		background-color: #ffffff;
		left: -20px;
		top: 42px;
	}

	.timeline .year.middle:after{
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 6px;
		background-color: #ffffff;
		right: -15px;
		top: 42px;
	}

	.timeline .year.first:after{
		content: "";
		display: block;
		position: absolute;
		width: 12px;
		height: 12px;
		background-color: #ffffff;
		border-radius: 6px;
		right: -10px;
		top: 39px;
	}

	.timeline .year.first:before{
		content: "";
		display: block;
		position: absolute;
		width: 22px;
		height: 6px;
		background-color: #ffffff;
		right: -20px;
		top: 42px;
	}

	.timeline .year.last:after{
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 6px;
		background-color: #ffffff;
		left: -20px;
		top: 42px;
	}

	.timeline .year.last:before{
		content: "";
		display: block;
		position: absolute;
		width: 22px;
		height: 6px;
		background-color: #ffffff;
		right: -22px;
		top: 42px;
	}

	.timeline .year.top-left:after{
		content: "";
		display: block;
		position: absolute;
		width: 6px;
		height: 120px;
		background-color: #ffffff;
		left: 39px;
		top: -120px;
	}

	.timeline .year.top-left:before{
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 6px;
		background-color: #ffffff;
		left: -20px;
		top: 42px;
	}

	.timeline .year.top-right:after{
		content: "";
		display: block;
		position: absolute;
		width: 6px;
		height: 120px;
		background-color: #ffffff;
		left: 39px;
		top: -120px;
	}

	.timeline .year.top-right:before{
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 6px;
		background-color: #ffffff;
		right: -20px;
		top: 42px;
	}
}

@media (max-width: 2479px) {
	.container{
		position: relative;
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-header {
		float: none;
		margin-top: -15px;
		/* padding-bottom: 15px; */
		padding-top: 20px;
		position: relative;
	}

	.navbar-brand{
		padding: 0 15px;
	}

	.navbar-brand img{
		height: 50px;
		width: auto;
	}

	.navbar-left, .navbar-right {
		float: none !important;
	}

	/* BUTTON */
	
	.navbar-toggle{
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		z-index: 999999;
		border-radius: 0;
		margin: 0;
		border: none;
		outline: 0;
		padding: 10px;
		width: 50px;
		height: 50px;
		-webkit-transition: all .2s linear;
		   -moz-transition: all .2s linear;
		    -ms-transition: all .2s linear;
		     -o-transition: all .2s linear;
		        transition: all .2s linear;
	}

	.navbar .navbar-toggle.collapsed{
		background-color: #000033;
	}

	.navbar .navbar-toggle.collapsed .icon-bar{
		background-color: #ffffff
	}

	.navbar .navbar-toggle{
		background-color: #000033;
	}

	.navbar .navbar-toggle .icon-bar{
		background-color: #ffffff;
	}

	.navbar.fixed-nav .navbar-toggle.collapsed{
		background-color: #ffffff;
	}

	.navbar.fixed-nav .navbar-toggle.collapsed .icon-bar{
		background-color: #000033;
	}

	.navbar.fixed-nav .navbar-toggle{
		background-color: #000033;
	}

	.navbar.fixed-nav .navbar-toggle .icon-bar{
		background-color: #ffffff;
	}

	.navbar-toggle .icon-bar {
		transition: all 0.2s;
		-webkit-transition: all .2s linear;
		   -moz-transition: all .2s linear;
		    -ms-transition: all .2s linear;
		     -o-transition: all .2s linear;
		        transition: all .2s linear;
	}

	.navbar-toggle .top-bar {
		transform: rotate(45deg);
		transform-origin: 0 85%;
		margin-top: 0;
		width: 30px;
	}

	.navbar-toggle .middle-bar {
		opacity: 0;
		margin-top: 8px !important;
	}

	.navbar-toggle .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 7% 77%;
		margin-top: 8px !important;
		width: 30px;
	}

	.navbar-toggle.collapsed .top-bar {
		transform: rotate(0);
		width: 22px;
	}

	.navbar-toggle.collapsed .middle-bar {
		opacity: 1;
		width: 22px;
	}

	.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);
		width: 22px;
	}

	.navbar-collapse {
		border: none;
		box-shadow: none;
		background-color: #ffffff;
		position: absolute;
		right: 15px;
		top: 5px;
		z-index: 9999;
	}


	/* MENU */
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse{
		max-height: none;
	}
	
	.navbar-collapse.collapse {
		display: none !important;
		overflow: scroll !important;
	}

	.collapse.in{
		display:block !important;
	}

	.navbar-nav {
		float: none !important;
		padding: 42px 15px 15px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li.brand {
		display: none;
	}

	.navbar .navbar-nav>li>a,
	.navbar.fixed-nav .navbar-nav>li>a{
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: #ffffff;
		color: #a7a9ac;
		text-align: left;
		position: relative;
	}


	.navbar .navbar-nav>li>a:focus,
	.navbar .navbar-nav>li>a:hover,
	.navbar.fixed-nav .navbar-nav>li>a:focus,
	.navbar.fixed-nav .navbar-nav>li>a:hover {
		color: #000033;
		text-decoration: none;
	}

	.navbar .navbar-nav>li>a:hover:after,
	.navbar .navbar-nav>li>a.active:after{
		content: "";
		display: block;
		position: absolute;
		width: 2px;
		height: 30px;
		background-color: #637daf;
		top: 10px;
		left: 0;
	}
	
	.navbar-nav>li>.dropdown-menu{
		position: relative;
	}

	.dropdown-menu,
	.navbar-nav .open .dropdown-menu{
		border: 0 !important;
		margin-bottom: 20px;
	}
	
	.navbar-nav>li>.dropdown-menu>li{
		border: none;
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a,
	.dropdown-menu>li>a{
		padding: 5px 15px 5px 25px;
	}

	.custom-container,
	.custom-container.v2,
	.custom-container.v3{
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
		height: auto;
		display: contents;
	}

	.custom-container .s-left,
	.custom-container .s-right{
		width: 100%;
		float: none;
	}

	.custom-container .text-container,
	.custom-container .text-container.v2,
	.custom-container .text-container.v3{
		height: auto;
		margin: 10px auto 50px;
	}

	.custom-container .descriptive-text{
		padding: 0 5%;
	}

	.custom-container .data{
		padding: 20px 5%;
	}
}

@media (min-width: 992px) and (max-width: 1479px) {
	.header{
		height: 100px;
		background-color: #000033;
		margin-top: 25px;
	}
	
	.timeline{
		max-width: 970px;
	}

	.timeline .item.md-left{
		float: left;
		margin-left: 130px;
		margin-right: 0;
	}

	.timeline .item.md-right{
		float: right;
		margin-right: 130px;
		margin-left: 0;
	}

	.timeline .year.first:after{
		content: "";
		display: block;
		position: absolute;
		width: 12px;
		height: 12px;
		background-color: #ffffff;
		border-radius: 6px;
		right: 0;
		top: 39px;
	}

	.timeline .year.first:before{
		content: "";
		display: block;
		position: absolute;
		width: 22px;
		height: 6px;
		background-color: #ffffff;
		right: -20px;
		top: 42px;
	}

	.timeline .item.md-left .year{
		left: -110px;
		right: auto;
	}

	.timeline .item.md-right .year{
		right: -110px;
		left: auto;
	}

	.timeline .year.md-middle:before{
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 6px;
		background-color: #ffffff;
		left: -20px;
		top: 42px;
	}

	.timeline .year.md-middle:after{
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 6px;
		background-color: #ffffff;
		right: -20px;
		top: 42px;
	}


	.timeline .year.md-top-left:after{
		content: "";
		display: block;
		position: absolute;
		width: 6px;
		height: 120px;
		background-color: #ffffff;
		left: 39px;
		top: -120px;
	}

	.timeline .year.md-top-left:before{
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 6px;
		background-color: #ffffff;
		left: -20px;
		top: 42px;
	}

	.timeline .year.md-top-right:after{
		content: "";
		display: block;
		position: absolute;
		width: 6px;
		height: 120px;
		background-color: #ffffff;
		left: 39px;
		top: -120px;
	}

	.timeline .year.md-top-right:before{
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 6px;
		background-color: #ffffff;
		right: -20px;
		top: 42px;
	}

	.timeline .year.last:after{
		content: "";
		display: block;
		position: absolute;
		width: 6px;
		height: 120px;
		background-color: #ffffff;
		left: 39px;
		top: -120px;
	}

	.timeline .year.last:before{
		content: "";
		display: block;
		position: absolute;
		width: 22px;
		height: 6px;
		background-color: #ffffff;
		right: -22px;
		top: 42px;
	}

}

@media (max-width: 991px) {
	.header{
		height: 100px;
		background-color: #000033;		
	}

	.timeline .item{
		margin: 130px auto;
	}

	.timeline .item .year{
		position: absolute;
		top: -110px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.timeline .year.first:after{
		content: "";
		display: block;
		position: absolute;
		width: 12px;
		height: 12px;
		background-color: #ffffff;
		border-radius: 6px;
		right: 39px;
		bottom: 0;
	}

	.timeline .year.first:before{
		content: "";
		display: block;
		position: absolute;
		width: 6px;
		height: 22px;
		background-color: #ffffff;
		right: 42px;
		bottom: -20px;
	}

	.timeline .year.sm-middle:before{
		content: "";
		display: block;
		position: absolute;
		width: 6px;
		height: 20px;
		background-color: #ffffff;
		right: 42px;
		top: -20px;
	}

	.timeline .year.sm-middle:after{
		content: "";
		display: block;
		position: absolute;
		width: 6px;
		height: 20px;
		background-color: #ffffff;
		right: 42px;
		bottom: -20px;
	}

	.timeline .item.last:after{
		content: "";
		display: block;
		position: absolute;
		width: 12px;
		height: 12px;
		background-color: #ffffff;
		border-radius: 6px;
		left: 0;
		right: 0;
		top: 2px;
		margin: 0 auto;
	}

	.timeline .year.last:before{
		content: "";
		display: block;
		position: absolute;
		width: 6px;
		height: 20px;
		background-color: #ffffff;
		right: 42px;
		top: -20px;
	}

	.timeline .year.last:after{
		content: "";
		display: block;
		position: absolute;
		width: 6px;
		height: 23px;
		background-color: #ffffff;
		right: 42px;
		bottom: -23px;
	}

	.full-container{
		height: auto;
	}

	.left-container{
		width: 100%;
		padding: 60px 10px;
		text-align: center;
	}

	.side-left,
	.side-right{
		position: relative;
		width: 100%;
	}

	.espacios-item.full .image{
		min-height: 400px;
	}
	.espacios-item.full-lg .image{
		min-height: 600px;
	}

	.columns-2{
		width: 100%;
		clear: both;
		float: none;
	}

	.container-full .image{
		height: 480px;
	}
}

@media (max-width: 767px) {
	.header{
		height: 100px;
		background-color: #000033;
	}
	.footer a{
		text-align: center;
	}

	.footer .column-d{
		width: 100% !important;
	}

	.footer .column-d ul{
		margin: 0;
	}

	.footer .legal{
		text-align: center;
	}

	.section .row.vertical-align{
		display: block;
	}

	.section .mision{
		text-align: center;
	}

	.espacios-item .image,
	.espacios-item.large .image{
		min-height: 250px;
	}

	.perspectiva .gap-15{
		text-align: center;
		margin: 20px auto;
		display: block;
	}

	.perspectiva-img{
		display: none;
	}

	.text-center-mobile{
		text-align: center;
	}

	.espacios-item.full .image,
	.espacios-item.full-lg, .image{
		min-height: 300px;
	}
	
	.section.consolidacion{
		height: auto;
	}

	.consolidacion-left,
	.consolidacion-right{
		position: relative;
		height: auto;
		width: 100%;
	}

	.ra-container.main{
		height: auto;
	}

	.ra-left, .ra-right{
		width: 100%;
		position: relative;
	}

	.ra .espacios-item .full-large{
		height: 560px;
	}

	.ra .espacios-item .full-large2{
		height: 660px;
	}

	.ra .espacios-item .full-medium{
		height: 260px;
	}

	.container-full .image{
		height: 380px;
	}

	.sp-item-horizontal .image{
		height: 280px
	}
	.sp-item-semihorizontal .image{
		height: 280px
	}
	.sp-item-semi_es_lo_bo_horizontal .image{
		height: 280px
	}
}

@media (max-width: 480px) {
	.header{
		height: 100px;
		background-color: #000033;		
	}

	h1{
		font-size: 25px;
		margin: 25px 0 15px;
	}

	h1 span.light{
		font-size: 24px;
	}

	h2{
		font-size: 23px;
		margin: 40px 0;
	}

	.timeline .item{
		height: auto;
		width: 90%;
		padding-bottom: 100px;
	}

	.timeline .item .image{
		width: 100%;
	}

	.item_premios{
		width: 100%;
	}

	.item_premios p{
		font-size: 11px;
	}

	.item_premios .info img{
		width: 90px !important;
	}

	.call-to-action{
		padding: 60px 0;
	}

	.espacios-item.full .image,
	.espacios-item.full-lg, .image{
		min-height: 250px;
	}

	.container-1 .consolidacion-left .espacios-item .image{
		height: 560px;
	}

	.container-1 .consolidacion-right .espacios-item .image{
		height: 290px;
		margin-bottom: 50px;
	}

	.container-2 .consolidacion-left .espacios-item .image{
		height: 450px;
	}

}
