@charset "utf-8";
/* CSS Document */

.gtco-heading h2 {
	text-transform: uppercase;
	color: #154186;
}
.gtco-heading h3 {
    /*font-size: 34px;*/
    margin-bottom: 10px;
    line-height: 1;
    font-weight: bold;
    color: #3E3E3E;
    padding-bottom: 5px;
}
.gtco-heading h3::before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100px;
    margin-left: -50px;
    height: 2px;
    left: 50%;
    background: #DCDCDC;
}

.gtco-nav {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 25px 0px 20px 0px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0);
	/*border-bottom: solid 1px #FF6E00;
webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);*/
	box-shadow: none;
}
.gtco-nav a {
  color: #FFFFFF;
}
.gtco-nav-scroll {
    /*background: rgba(82, 156, 212, 0.9);*/
	background: rgba(35, 111, 161,0.85);
}
.gtco-nav #gtco-logo {
    margin-top: -15px;
    padding: 0;
}
.gtco-nav ul li a {
	color: #fff;
    font-size: 14px;
    padding: 30px 10px;
	padding-top: 50px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 600;
	transition: color 0.2s ease-in-out;
}
.gtco-nav ul li a:focus {
	color: #fff;
}
#gtco-hero .flexslider .slides li .overlay {
    background: rgba(0, 0, 0, 0.2);
}
.gtco-heading {
    margin-bottom: 2em;
}

/* El Complejo */
.feature-left {
    margin-bottom: 20px;
}
.feature-left .icon i {
    font-size: 35px;
    color: #FF5126;
}
#gtco-services {
	background-color: #FFF;
	padding-bottom: 10em !important;
	margin-bottom: 5em !important;
}
#gtco-services .item img {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
/*.feature-left .icon {
    float: left;
    text-align: center;
    width: 10%;
}
.feature-left .feature-copy {
    float: right;
    width: 90%;
}*/

/* Departamentos */
#gtco-products {
	background-color: #EEE;
}
/*.gtco-card-item figure {
	height: 220px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 12;
    position: relative;
}*/

/* Galeria de fotos */
.gtco-card-item {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 9;
  bottom: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gtco-card-item:hover, .gtco-card-item:focus {
  bottom: 0px;
}

/* Las Grutas */
#gtco-portfolio {
	background-color: #FFF;
}
#gtco-portfolio .item img {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/* Ubicacion */
#gtco-ubicacion {
	/*padding-top: 7em;*/
    padding: 6em 0 8em 0;
    clear: both;
    position: relative;
	background-color: #EEE;
}
#googleMap {
	width:100%;
	height:450px;
}

/* Contacto */
#gtco-subscribe {
	color: #FFF;
	background-image: url("../images/fondo-naranja.jpg");
	background-color: rgba(102,102,102,0.67);
  /*background-color: transparent; */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
#gtco-subscribe .gtco-heading p {
    font-size: 20px;
    line-height: 1.5;
    color: #FFF;
}
#gtco-subscribe .feature-left .feature-copy h3 {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 10px;
}
#gtco-subscribe a:link, #gtco-subscribe a:active, #gtco-subscribe a:visited {
    color: white;
    outline: none;
    text-decoration: none;
    /* font-weight: bold; */
}
#gtco-subscribe .feature-left .feature-copy {
    float: right;
    width: 90%;
}
#gtco-subscribe .feature-left .icon {
    float: left;
    text-align: center;
    width: 10%;
}
#gtco-subscribe a:hover, a:active, a:focus {
    color: #FFF;
    outline: none;
    text-decoration: none;
}
#gtco-subscribe .gtco-heading h2 {
	text-transform: uppercase;
	/*color: #FFF;*/
}
#gtco-subscribe .gtco-heading h2::before {
    width: 50px;
    margin-left: -25px;
    height: 2px;
    left: 50%;
    background: #FFF;
}
#gtco-subscribe .form-control {
    background: transparent;
color: #fff;
font-size: 16px !important;
width: 100%;
border: 2px solid
    rgba(255, 255, 255, 0.4) !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#gtco-subscribe .feature-left .icon i {
    font-size: 25px;
    color: #FFFFFF;
}

#gtco-subscribe i {
    font-size: 25px;
    color: #FFFFFF;
    margin-right: 10px;
}

/* Footer */

#gtco-footer {
	padding: 2.5em 0 1em 0;
    background-color: #1E5F8B;
	border-top: solid 1px #fff;
	color: #fff;
}
#gtco-footer .copyright .block {
    display: block;
	color: rgba(255,255,255,0.7);
}
#gtco-footer a:link, #gtco-footer a:active, #gtco-footer a:visited {
	color: #7CB7E3;
}
#gtco-footer a:hover {
	color: #FFF;
}
#gtco-footer .pull-right {
	font-size: 1.3rem;
}
.alert {
    padding: 15px;
    margin-bottom: 0px;
	margin-top: 30px;
    border: 1px solid
}
.alert-success {
    background-color: #1E5F8B;
	border-color: #2982BF;
	color: #fff;
}
