body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	background-color: #fffcf5;
	background:url(../img/footer-bkg.png) bottom center no-repeat;
}
h1, h2, h3, h4, h5 {
	text-transform: uppercase;
}
h1 {
	font-size: 4.8em;
	font-weight: 900;
	color:#ffffff;
	text-align: right;
}
h2 {
	font-size: 4.5em;
	color: #90b866;
	font-weight: 900;
	text-align: right;
	margin-top: 0;
}
h3 {
	font-size: 2em;
	color: #90b866;
	text-align: right;
	font-weight: 900;
	margin: 0 0;
}
h4 {
	font-size: 1.3em;
	color: #90b866;
	font-weight: 900;
	margin:40px 0 20px 0;
}
h5 {
	font-size: 1em
}
ul li {
	list-style: circle;
}


/*MAIN SECTION*/

nav {
	width: 100%;
	background-color: #181a19;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
nav a {
	color:#ffffff;
	font-size: 0.8em
}
nav a:hover, nav a.active{
	color:#7a8b69;
}
nav .list-inline {
	margin:0;
}
section.main .logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
section.main .main-detail {
	height: 275px;
	width: 100%;
	background:url(../img/main-detail.svg) center top no-repeat;
	background-size: cover;
	padding-top: 30px;
	position: absolute;
	z-index: 999
}
.carousel-caption {
	text-shadow: none;
	left: initial;
	right: initial;
	width: 100%
}
.carousel .container {
	position: relative;
	bottom:30px;
}
.carousel .container.control {
	position: relative;
	top: -80px;
}

.carousel-control {
    position: absolute;
    height: 46px;
    width: 46px;
    color: #fff;
    border: 2px solid #fff;
    text-shadow:none;
    background-color: none;
    filter: alpha(opacity=100);
    opacity: 1;
	padding-top: 7px;
	transition: all ease-in-out 0.2s
}
.carousel-control:hover {
	background:#90b866!important;
	border-color:#90b866;
}
.carousel-control.right {
    right: 0;
    background: none;
}

.carousel-control.left {
    right: 60px;
    background: none;
    left: inherit;
}

/*QUE ES*/
section.que-es {
	padding: 50px 0;
}
.que-es h2 {
	margin-bottom: 80px
}
/*EDIFICIOS*/
section.edificios {
	padding:100px 0 50px;
	background:#eef0dc;
}
.edificios .row {
	margin-bottom: 30px
}

/*AREAS*/
section.areas {
	padding:100px 0;

}
.areas .areas-img {
	width: 100%;
	height: 340px;
	background:url(../img/areas-detail.jpg) top center no-repeat;
	background-size: cover;
	margin-top: 50px
}

/*GALERIA*/
section.galeria h2, section.ubicacion h2{
	text-align: center;
}
section.galeria, section.ubicacion{
	padding: 50px 0 50px;
}

/*UBICACION*/
.google-maps {
    position: relative;
    padding-bottom: 40%;
/*    //: ;
    This is the aspect ratio: ;
    height: 0;
    overflow: hidden;
    margin-top: 50px;*/
}


/*CONTACTO*/
section.contacto {
	padding: 100px 0 50px;
}

section.contacto .form-control {
	height: 65px;
	background:#f9f5ed;
	border:0;
	border-bottom: 5px solid #d9e2bb;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px
}
section.contacto .form-control:active, section.contacto .form-control:focus {
	border-bottom: 5px solid #97b667;
}
section.contacto textarea.form-control {
	min-height: 200px;
	resize: vertical;
}
.btn-enviar {
	text-align: right;
}
section.contacto form {
	margin-bottom: 50px
}
section.contacto .btn-enviar .btn-success {
	font-size: 1em;
	padding: 10px 30px;
	background-color: #96b667;
	display: inline-block;
	border: none;
	border-radius: 0;
	text-transform: uppercase;

}
.contacto p {
	margin-bottom: 50px;
}
.contacto ul, .contacto h4{
	text-align: right;
}
.contacto li {
	list-style: none;
}

/*FOOTER*/
footer {
	text-align: center;	
}
footer img {
	display: inline-block;
	margin-bottom: 20px
}
/*IPHONE 5 PORT*/
@media (max-width: 767px) and (orientation : portrait) {
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2.4em;
    text-align: center;
}
h3 {
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 30px
}


section.main .main-detail {
    height: 137px;
    padding-top: 9px;
    background-size: cover;
}
section.main .logo {
    height: 65px;
    width: 242px;
}
.carousel .container {
    right: 40px;
}
.carousel .container.control {
    position: relative;
    top: -68px;
}
.carousel-control.right {
    right: -10px;
}
.que-es h2, .que-es img {
    margin-bottom: 29px;
}
section.edificios, section.areas, section.contacto {
    padding: 50px 0 50px;
    overflow: hidden
}
.contacto ul, .contacto h4 {
    text-align: left;
    padding: 0
}
}
select:invalid { color: #999999; }
