/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Raleway", sans-serif
}

a {
  color: #03C4EB;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #03c5ec;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}



/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #998542;
  color: #fff;
}

/*--------------------------------------------------------------
# Bannner slide inicio
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Sección Inicio
--------------------------------------------------------------*/

#hero .hero-container {
  background: rgba(0, 0, 0, 0.8);
  display: table-cell;
  margin: 0;
  padding: 10px;
  text-align: right;
  vertical-align: middle;
}


#hero h1 {
  color: #fafafa;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #hero h1 .rotating {
    display: block;
  }
}

#hero .rotating > .animated {
  display: inline-block;
}

#hero .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  
}
#hero .actions
{
  margin-left: 250px;
}

#hero .btn-lobby {
  background: #998542;
  border: 2px solid #998542;
  color: #fff;
  position: center;
}

#hero .btn-lobby:hover {
  background: none;
  border: 2px solid #998542;
  color: #998542;
}

#hero .btn-comunes {
  background: #998542;
  border: 2px solid #998542;
  color: #fff;
  position: center;
}

#hero .btn-comunes:hover {
  background: none;
  border: 2px solid #998542;
  color: #998542;
}

#hero .btn-departamento {
  background: #998542;
  border: 2px solid #998542;
  color: #fff;
  position: center;
}

#hero .btn-departamento:hover {
  background: none;
  border: 2px solid #998542;
  color: #998542;
}

@media (max-width: 768px) {
  #hero .actions a {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    
  }
  #hero .actions
  {
    margin-left: auto;
  }
  
}
/*--------------------------------------------------------------
# Barra de menús
--------------------------------------------------------------*/
#header {
  background: rgb(255, 255, 255);
  padding: 0px;
  height: 100px;
}

#header #logo {
  float: left;
}


#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 100px;
}

@media (max-width: 768px) {
  #header {
    height: 87px;
  }
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 80px;
  }
  
}

.is-sticky #header {
  background: rgba(255, 255, 255, 0.85);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 5px 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 30px 10px;
  text-decoration: none;
  display: inline-block;
  color: rgb(2, 2, 2);
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 14px;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #998542;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #f6f6f6;
}

.nav-menu ul li a {
  color: #333;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
}

#mobile-nav-toggle i {
  color: rgb(0, 0, 0);
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}


/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: rgb(0, 0, 0);
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #998542;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #998542;
}

#mobile-nav ul .menu-item-active {
  color: #998542;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--==========================
Excelente ubicación, plusvalia y conectividad (service)
============================*/
#w {
  background:linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.212)), url("../Imagenes/Ext-01C-HQ.webp") fixed center center;
  background:-webkit-linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.212)), url("../Imagenes/Ext-01C-HQ.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#w h3 {
  color: rgb(0, 0, 0);
  font-size: 23px;
  padding: 3px;
  text-align: center;
  font-family: 'Lato', sans-serif;
}

#w h4  {
  color: rgb(0, 0, 0);
  font-size: 21px;
  margin: 12px;
  text-align: center;
}



/* Sections Common
--------------------------------*/
.section-title {
  font-size: 32px;
  color: #6b591e;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #998542;
  margin: 0 auto;
  margin-bottom: 20px;
}


/* Sección SOFISTICACIÓN QUE DESTACA
--------------------------------*/
#services {
  background: rgb(35, 35, 36);
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

#services .service-item {
  margin-bottom: 20px;
}

#services .service-icon {
  float: left;
  background:#998542;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #998542;
}

#services .service-icon i {
  color: #fff;
  font-size: 24px;
}


#services .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  
}

#services .service-title a {
  color: rgb(255, 255, 255);
  font-family: 'Lato', sans-serif;
  
}

#services .service-description {
  margin-left: 80px;
  line-height: 25px;
  font-size: 18px;
  text-align: justify;
  color: #ffffff;
}

/* =============================
Sección AMENIDADES
================================*/
#portfolio {
  background: rgb(255, 255, 255);
  padding: 80px 0;
}

.heading {
  text-align: center;
  font-size: 2.0em;
  letter-spacing: 1px;
  padding: 40px;
  color: white;
}

#portfolio .btn-comunes {
  background: #998542;
  border: 2px solid #998542;
  color: #fff;
}

#portfolio .btn-comunes:hover {
  background: none;
  border: 2px solid #998542;
  color: #998542;
}

#portfolio .amenidad-btn-container {
  text-align: center;
  padding-top: 0px;
}

#portfolio .amenidad-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  background: #998542;
  border: 2px solid #998542;
  color: #ffffff;
}

#portfolio .amenidad-btn:hover {
  background: #ffffff;
  border: 2px solid #998542;
  color: #998542;
}



@media (max-width: 768px){
  img {max-width: 100%;
    height: auto; }
  }

/* =============================
Sección 130 deptos. de lujo
================================*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../Imagenes/7.webp") fixed center center;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../Imagenes/7.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

#subscribe .subscribe-text {
  color: #fff;
  text-align: center;
 
}

#subscribe .muestra-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .muestra-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  background: #998542;
  border: 2px solid #998542;
  color: #ffffff;
}

#subscribe .muestra-btn:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #998542;
}





/* Sección DEPARTAMENTOS Team Section
--------------------------------*/

.container.gallery-container {
  background-size: cover;
  padding: 80px 0;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 70px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
  color: #888;
  font-size: 18px;
}

.tz-gallery {
  padding: 40px;
}

.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
  border-radius: 4px;
}

.baguetteBox-button {
  background-color: transparent !important;
}


@media(max-width: 768px) {
  body {
      padding: 0;
  }

  .container.gallery-container {
      border-radius: 0;
  }
}

/*--------------------------------------------------------------
# Sección Edificio sustentable
--------------------------------------------------------------*/
#Edisus {

  background:linear-gradient(rgba(250, 249, 249, 0.678), rgba(12, 12, 12, 0.719)), url("../Imagenes/3.webp") fixed center center;
  background:-webkit-linear-gradient(rgba(250, 249, 249, 0.678), rgba(12, 12, 12, 0.719)), url("../Imagenes/3.jpg") fixed center center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#Edisus h4 {
  color: #fff;
  
}

/*--------------------------------------------------------------
# Sección Ubicación
--------------------------------------------------------------*/
#ubicacion {
  background: rgb(0, 0, 0);
  background-size: cover;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#ubicacion h2 {
  color: #fff;
  
  
}

#ubicacion p {
  color: #fff;
  padding: 0 0 10px 100 px;
  line-height: 26px;
  font-size: 16px;
 
}
.gt{
  margin-left:50px ;
  margin-right:50px ;
}
.ty {
  background-color: #2b230c;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  box-align:center;
}
.wy {
  background-color: #9b8026;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}
.llegar{
  height: 200px;
  padding: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.lola {
  color: #fff;
}

.tutu {
  color: #fff;
  padding: 5px;
}

#ubicacion .wy i {
  color: #ccc;
  float: left;
  font-size: 20px;
  margin-left: 50px;

}
#ubicacion .wy h2{
  text-align: center; 
}
#ubicacion .ubi h3{
  color: #FFF;
  text-align: center; 
}

/* Contact Section
--------------------------------*/
#contact {
  background: linear-gradient(rgba(12, 12, 12, 0.678), rgba(12, 12, 12, 0.719)), url("../Imagenes/6.webp") fixed center center;
  background: -webkit-linear-gradient(rgba(12, 12, 12, 0.678), rgba(12, 12, 12, 0.719)), url("../Imagenes/6.jpg") fixed center center;
  padding: 80px 0;
}

#contact .info {
  color: #ffffff;
}
.deseas p {
  color: #ffffff;
  padding:18px;
}

.info h5 {
  color: #ffffff;
  padding: 18px;
  font-size: 20px;
}
.info .sociales img{
  margin-left: 8px;
}
.info img{
  margin-left: 50px;
}
#contact .info i {
  font-size: 32px;
  float: left;
}

#contact .info p {
  padding: 12px 0 10px 60px;
  line-height: 24px;
  color: #ffffff;
}

#contact .info h4 {
  line-height: 24px;
  color: #ffffff;
  margin-left: 27px;
 
}

#contact .form #sendmessage {
  color: #998542;
  border: 1px solid #998542;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #998542;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.1s;
}

#contact .form button[type="submit"]:hover {
  background: #5c4c18;
}
.sociales li{
  display: inline-block;
  margin-left: 24px;
}
form {
  margin:0 auto;
  width:420px;
  margin: auto;
  background: rgba(0,0,0,0.4);
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 20px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111;
  padding: 10px 0;
  color: #fff;
}

#footer .copyright p {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
.paginas{
  height: 250px;
  padding: 10px;
  text-align: center;
}

.desarrolladora{
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}

.desarrolladora li{
  display: inline-block;
}

.desarrolladora a{
  padding: 10px;
}

/*--------------------------------------------------------------
# PAGINA DE AGRADECIMIENTO
--------------------------------------------------------------*/

 /*--------------------------------------------------------------
# FORMULARIO DE CONTACTO
--------------------------------------------------------------*/
#principalcontacto
label {
  display:block;
  margin-top:10px;
  letter-spacing:1px;
}

.principal {
  display:block;
  margin:0 auto;
  width:510px;
  color: #666666;
  font-family:Arial;
}

form {
  margin:0 auto;
  width:420px;
  margin: auto;
  background: rgba(0,0,0,0.4);
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 20px;
}

input, textarea {
height: 17px;
  width:100%;
  background:#fffefe;
  border:2px solid #0000001e;
  padding:10px;
  box-sizing: border-box;
  margin-top:10px;
  font-size:17px;
  color:#e9dcdc;
}

textarea {
  min-height:100px;
  max-height: 200px;
  max-width: 100%;
}

#submit {
  width:85px;
  height:35px;
  border:none;
  background:#8a1536;
  margin-top:20px;
  color:#ffffff;
  cursor:pointer;
  border-radius: 10px;
}

@media (max-width:480px){
form{
  width: 100%;
}
}
