/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff; 
  color: #000;
  font-family: "Open Sans", sans-serif;
}

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

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../Imagenes/preloader.svg") no-repeat center center;
}

/* 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: #8a1536;
  color: #fff;
}

/*--------------------------------------------------------------
# Bannner slide inicio
--------------------------------------------------------------*/
.banner{
	position: relative;
	width: 100%;
	height: calc(100vh - 50px);
	background-color: #F5F5F5;
	background-size: cover;
	background-position: center;
	transition: all .1s ease-out;
	background-image: url('../Imagenes/1.jpeg');
	animation: banner 12s infinite linear;
}
.banner-content{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.329);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banner-content h1{
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	font-size: 40px;
	text-align: center;
}
.banner-content a{
	text-decoration: none;
	color: #FFF; 
	padding: 9px 20px;
	border: 1px solid #FFF;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.banner-content a:hover{
	background-color: #fff;
	color: #333;
}

/*--------------------------------------------------------------
# Sección Inicio
--------------------------------------------------------------*/
#hero .hero-logo {
  margin: 15px;
}
 
#hero .hero-logo img {
  max-width: 100%;
}

#hero .hero-container {
  background: rgba(0, 0, 0, 0.8);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  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 .btn-get-started {
  background: #9e7503;
  border: 2px solid #9e7503;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-services {
  background: #9e7503;
  border: 2px solid #9e7503;
  color: #fff;
}

#hero .btn-services:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
/*--------------------------------------------------------------
# Barra de menús
--------------------------------------------------------------*/
#header {
  background: #111;
  padding: 10px;
  height: 65px;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

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

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

.is-sticky #header {
  background: rgba(0, 0, 0, 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: 5px 10px;
  text-decoration: none;
  display: inline-block;
  color: #8a1538;
  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: #8a1538;
}

.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: #8a1536;
}

@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: white;
  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: #fff;
  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: #fff;
}

#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: #fff;
}

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

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

#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;
}

/* Sección DESARROLLO CON 166
--------------------------------*/
#inicio1 {
  background: rgb(35, 35, 36);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#inicio1 h3 {
  color: rgb(0, 0, 0);
  font-size: 28px;
  margin-left: 50px;
  padding: 29px;
}

#inicio1 h3 {
  color: rgb(0, 0, 0);
  font-size: 14px;
  margin: 9.90px;
}

/* Sección DESARROLLO CON 166
--------------------------------*/
#CONTACTO h1 {
  
  width: 100%;
  padding-top: 1px;
  padding-bottom: 10px;
}

#CONTACTO h3 {
  color: #fff;
  font-size: 28px;
  margin-left: 50px;
  padding: 10px;
}

#CONTACTO h3 {
  color: #fff;
  font-size: 14px;
  margin: 9.90px;
}

/* Sections Common
--------------------------------*/
.section-title {
  font-size: 32px;
  color: #000000;
  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: #9e7503;
  margin: 0 auto;
  margin-bottom: 20px;
}



/*--==========================
166 DEPARTAMENTOS
============================*/
#services {
  background: linear-gradient(rgba(255, 255, 255, 0.274), rgba(255, 255, 255, 0.719)), url("../img/Metra_MO_Exterior_02_L.webp") fixed center center;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.274), rgba(255, 255, 255, 0.719)), url("../img/Metra_MO_Exterior_02_L.jpg") fixed center center;
  background-size: cover;
  padding: 20px 0;
}

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


/*--==========================
Sección EDIFICIO SUSTENTABLE (service)
============================*/
#services2 {
  background: linear-gradient(rgba(255, 255, 255, 0.274), rgba(255, 255, 255, 0.719)), url("../img/A-EDITADA-Metra_MO-WEB_1_final_1.webp") fixed center center;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.274), rgba(255, 255, 255, 0.719)), url("../img/A-EDITADA-Metra_MO-WEB_1_final_1.jpg") fixed center center;
  background-size: cover;
  padding:10px 0;
}

#services2 .service-item {
  margin-bottom: 10px;
}

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

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

#services2 .service-item:hover .service-icon {
  background: #fff;
}

#services2 .service-item:hover .service-icon i {
  color: #9e7503;
}

#services2 .service-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services2 .service-title a {
  color: #111;
}

#services2 .service-description {
  margin-left: 80px;
  line-height: 15px;
}


/* =============================
Sección AMENIDADES
================================*/
#portfolio {
  background: #fff;
  padding: 80px 0;
}

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

.gallery-image {
padding: 20px;
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
}

.gallery-image img {
height: 250px;
width: 250px;
transform: scale(1.0);
transition: transform 0.4s ease;
}

.img-box {
box-sizing: content-box;
margin: 10px;
height: 250px;
width: 350px;
overflow: hidden;
display: inline-block;
color: white;
position: relative;
background-color: white;
}

.caption {
position: absolute;
bottom: 5px;
left: 20px;
opacity: 0.0;
transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
height: 250px;
width: 261px;
background-color:rgba(0, 0, 0, 0);
position: center;
top: 0;
left: 0;
transition: background-color 0.3s ease;
}

.img-box:hover img { 
transform: scale(1.1);
}

.img-box:hover .transparent-box {
background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
transform: translateY(-20px);
opacity: 1.0;
}

.img-box:hover {
cursor: pointer;
}

.caption > p:nth-child(2) {
font-size: 0.8em;
}

.opacity-low {
opacity: 0.5;
} 


  

/* =============================
Sección 166 deptos y llamado a la accion
================================*/
#subscribe {
  background: linear-gradient(rgba(219, 213, 213, 0.555), rgba(156, 154, 154, 0.664)), url("../img/Metra_MO_Exterior_03_L.webp") fixed center center;
  background: -webkit-linear-gradient(rgba(219, 213, 213, 0.555), rgba(156, 154, 154, 0.664)), url("../img/Metra_MO_Exterior_03_L.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: rgb(5, 5, 5);
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

#subscribe .subscribe-text {
  color: rgb(0, 0, 0);
  text-align: center;
 
}
#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}





/* Sección DEPARTAMENTOS Team Section
--------------------------------*/
.container.gallery-container {
  background-color: rgb(36, 35, 34);
  color: #35373a;
  min-height: 100vh;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.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: rgb(255, 255, 255);
  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 rgb(255, 255, 255);
}


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

.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 Ubicación
--------------------------------------------------------------*/
#ubicacion {
  

  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
}
#ubicacion h2 {
  color: #fff;
  
}

#ubicacion p {
  color: #fff;
  padding: 0 0 10px 50px;
  line-height: 24px;
 
}
  .jj {
  background: rgb(255, 255, 255);
  padding: 10px;
}
.llegar{
  height: 200px;
  padding: 30px;
  text-align: center;
}
.lola {
  color: #fff;
}

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

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

}

/* =============================
Sección RECORRIDO VIRTUAL
================================*/


#tour .tour-title {
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

#tour {
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), url("../img/Metra_MO_Interior_01_L_1__final.webp") fixed center center;
  background: -webkit-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), url("../img/Metra_MO_Interior_01_L_1__final.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
 
}

#tour
#desarrolladora .desarrolladora-btn-container {
  text-align: center;
  padding-top: 10px;
}


/* Contact Section
--------------------------------*/
#contact {
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), url("../Imagenes/IN1831-Lobby01HQ.") fixed center center;
  padding: 80px 0;
}

#contact .info {
  color: #ffffff;
}

#contact .info i {
  font-size: 32px;
  color: #9e7503;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #03C4EB;
  border: 1px solid #9e7503;
  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: #9e7503;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #9e7503;
}


.appWhatsapp {
  position: fixed;
  right: 17px;
  bottom: 90px;
  width: 50px;
  z-index: 1000;
}

.appWhatsapp img {
  width: 100%;
  height: auto;
}

.redes{
  height: 200px;
  padding: 30px;
}

.sociales{
text-align: center;
padding-top: 40px;
padding-bottom: 40px;
}

.sociales li{
  display: inline-block;
}

.sociales a{
  padding: 10px;
}

.paginas{
  height: 200px;
  padding: 30px;
  text-align: center;
}

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

.desarrolladora li{
  display: inline-block;
}

.desarrolladora a{
  padding: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgb(255, 255, 255);
  padding: 30px 0;
  color: #fff;
}

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

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


#tour {
  background: linear-gradient(rgba(255, 255, 255, 0.274), rgba(255, 255, 255, 0.719)), url("../img/Metra_MO_Interior_01_L_1__1.webp") fixed center center;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.274), rgba(255, 255, 255, 0.719)), url("../img/Metra_MO_Interior_01_L_1__1.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#tour .service-item {
  margin-bottom: 10px;
}

#CONTACTO{
  background: linear-gradient(rgba(255, 255, 255, 0.685), rgba(255, 255, 255, 0.527)), url("../img/Metra_MO_Exterior_03_L.webp") fixed center center;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.685), rgba(255, 255, 255, 0.527)), url("../img/Metra_MO_Exterior_03_L.jpg") fixed center center;
  background-size: cover;
  padding: 20px 0;
}

#nuevo{
  background: linear-gradient(rgba(0, 0, 0, 0), gray), url("../img/Metra_MO_Exterior_03_L.webp") fixed center center;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), gray), url("../img/Metra_MO_Exterior_03_L.jpg") fixed center center;
  background-size: cover;
  padding: 20px 0;
}

/*--------------------------------------------------------------
# Ubicacion
--------------------------------------------------------------*/
*{
  margin: 0;
  padding: 0;
}

.contenido{
  margin: 3px;
}

.caja{
  display: table-cell;
  padding: 10px;
  color: #fff;
}

.caja:nth-child(1) h5{
  background: #8a1536;
  text-align: justify;
  color: white;
  margin-bottom: 15px;
  line-height: 30px;
}

.caja:nth-child(2) h5{
  background:#8a1536;
  text-align: justify;
  color: white;
  margin-bottom: 15px;
  line-height: 30px;
}

.caja:nth-child(3) h5{
  background:#8a1536;
  text-align: center;
  color: white;
  margin-bottom: 15px;
  line-height: 30px;
}

.caja:nth-child(4) h5{
  background:#8a1536;
  text-align: center;
  color: white;
  margin-bottom: 15px;
  line-height: 30px;
}
.caja:nth-child(1) p{
  background:#8a1536;
  color: white;
}

.caja:nth-child(2) p{
  background:#8a1536;
  color: white;
}

@media(min-width:768px){
  .caja p{
    line-height: 30px;
  }

}

@media(min-width:1024px){
  .contenido{
    width: 1000px;
    margin: auto;
  }
  .caja p{
    line-height: 40px;
  }

}

@media(min-width:1280px){
  .contenido{
    width: 1200px;
  }
}
/*--------------------------------------------------------------
# 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%;
  }
}

/*--------------------------------------------------------------
# FORMULARIO DE CONTACTO
--------------------------------------------------------------*/
#gracias

h1{
  text-align: center;
  font-size: 30px;
  background: rbga(0,0,0,0.4);
  padding-top: 200px;
  margin: 0 auto;
}

.mySlides {display:none}

@media only screen and (max-width:400px){
    .ordenador1 { display: none; }
    .tablet1 { display: none; }    
    .movil1 { display: block; margin: auto; }
  }
@media only screen and (max-width:750px){
    .ordenador1 { display: none; }
    .tablet1 { display: block; margin: auto; }
    .movil1 { display: none; }
  }
@media only screen and (min-width:751px){
    .ordenador1{display: block; margin: auto; }
    .tablet1 { display: none; }
    .movil1 { display: none; }
  }

  li{color: #fff;list-style-type: none;}