@import "font-awesome.min.css";
@import "animate.css";
@import "normalize.css";
@font-face {
  font-family: 'GothamB';
  src: url('fonts/GothamBold.TTF')  format('truetype'); /* Safari, Android, iOS */

}
@font-face {
  font-family: 'GothamL';
  src: url('fonts/GothamLight.TTF')  format('truetype'); /* Safari, Android, iOS */

}
 
/*========================================================
                    Main layout styles
=========================================================*/
body {     background: #FBFBFB; font-family: 'GothamL', sans-serif; font-weight:300; font-size: 15px;
    line-height: 23px;color: #6B6C6D; margin: 0; padding: 0; }
#body-content{ margin-top:90px;}
section { z-index: 2; position: relative;}
body,
html { height: 100% }
a[href^="tel:"] { color: inherit; text-decoration: none; }
a { color: inherit; text-decoration: none; }
b{font-family: 'GothamB', sans-serif; text-transform:uppercase}
* { -webkit-text-size-adjust: none }
p {
     font-size: 13px;
     text-transform: uppercase;
     margin-bottom: col;
	 text-align:justify;
     }
.blanco { color: #FFFFFF }
.title-header{ display:block; width:100%; margin-bottom:80px}
.sub-title{    font-size: 26px;
    font-weight: 100;
    line-height: 34px;
    margin-bottom: 10px;}
h1 {
	font-family: 'Vollkorn', serif;
	text-align:center;
font-size: 50px;
    line-height: 50px;
	color: #2A549E;
    font-weight: normal;
    margin-bottom: 10px;}
	h1.white {
	color:#fff; text-align:left;
	
	}
	h1.gry {
	color:#6B6C6D; text-align:left;
	margin-bottom:40px;
	}
	
.white { color: #FBFBFB }

h2 {
	text-align:center;
    font-size: 25px;
    line-height: 28px;
    font-weight: normal;
    color: #2A549E;
	margin:0;
	margin-bottom:20px;
}
/*
h3 {
	text-align:center;
font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 20px;
	    margin-bottom: 80px;
}*/
h3 {
    text-align: left;
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.hr-title{     height: 1px;
    background: #2A549E;
    position: relative;
    width: 50px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px; }
#toTop {         -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 20px;
    position: fixed;
    left: 20px;
    bottom: 6px;
    font-size: 21px;
    margin: 15px;
    color: #6B6C6D;
    z-index: 999;
    background: #fbfbfb;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;}
#toTop:hover { color: #B0B0B2 }
.clearfloat { clear: both; height: 0; font-size: 1px; line-height: 0px; }
.button {
    display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 11px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: none;
    border: 2px solid #343236;
    color: #343236;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    FLOAT: RIGHT;
}
.button:before {
  content: "";
  position: absolute;
  color:#343236;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border: 2px solid #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button:hover, .button:focus, .button:active {
  color: #343236;    border: 2px solid #fff;
}
.button:hover:before, .button:focus:before, .button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.button-2 {
       display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 11px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2A549E;
    color: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.button-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button-2:hover, .button-2:focus, .button-2:active {
  color: #2A549E;    
  border:
}
.button-2:hover:before, .button-2:focus:before, .button-2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.button-3 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
	background:#20abde;
    font-size: 13px;
    padding: 13px 30px;
    font-weight: normal;
    float: left;
	line-height:15px;
	margin-top:20px
}
.button-3:hover { background:#fff; color:#6B6C6D }
.txt-center { text-align: center }
.txt-left { text-align: center }
.page_spinner { position: fixed; background: #eaeaea; z-index: 99999999; width: 100%; height: 100%; top: 0; left: 0; }
.page_spinner > span { position: absolute; left: 50%; top: 50%; }
.abc{text-align: left;
    margin-bottom: 20px;
    color: #2A549E;
	    padding-bottom: 5px;
    border-bottom: 1px solid #2A549E;
    width: 15px;}
.sub-num{    float: left;
    color: #6B6C6D;
    margin-right: 15px;
    border-bottom: 1px solid #6B6C6D;
    padding-bottom: 5px; margin-bottom:10px}
	
	.sub-num-2{ 
    color: #6B6C6D;
    margin-right: 15px;
    padding-bottom: 5px; margin-bottom:10px}
.sub-num-p{color: #6B6C6D;
       margin-bottom: 30px; overflow:hidden}
.title{
	font-family: 'GothamB', sans-serif;
	font-size: 60px;
	width: 400px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 80px;
	margin-bottom: -280px;
	z-index: 9999;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	text-transform: uppercase;
	margin-top: 80px;
	}
	.title-2{
	    font-family: 'GothamB', sans-serif;
    font-size: 45px;
    width: 300px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 62px;
    z-index: 9999;
    position: absolute;
    left: 25%;
    margin-left: -200px;
    text-transform: uppercase;
    margin-top: -44px;}
	.title-3{
	 font-family: 'GothamL', sans-serif;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-align: center;
	color:#212121}
	.title-4{
	 font-family: 'GothamL', sans-serif;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-align: left;
    color: #FBFBFB;
    padding-top: 40px;
    padding-left: 2%;
    padding-bottom: 40px;}
	.title-4 .bold{ font-family: 'GothamB', sans-serif; font-weight:bold}
	.title-5{
	font-family: 'GothamB', sans-serif;
    font-size: 100px;
    text-align: left;
    font-weight: bold;
    color: #fff;
    line-height: 120px;
    z-index: 9999;
    position: absolute;
    left: 2%;
    text-transform: uppercase;
    margin-top: 0;}
	.title-5b{
	    font-family: 'GothamB', sans-serif;
    font-size: 100px;
    text-align: left;
    font-weight: bold;
    color: #343236;
    line-height: 120px;
    z-index: 9999;
    text-transform: uppercase;
    margin-top: 0;}

	.title-6{
    font-size: 40px;
    text-transform: uppercase;
    font-family: "GothamB", sans-serif;
    color: #fff;
    line-height: 48px;
    }
	.title-7{
    font-family: 'GothamB', sans-serif;
    font-size: 80px;
    width: 400px;
    text-align: left;
    font-weight: bold;
    color: #fff;
    line-height: 100px;
    margin-bottom: -280px;
    z-index: 9999;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    text-transform: uppercase;
    margin-top: 58px;
    }
	.title-8{
	font-size: 60px;
	text-transform: uppercase;
	font-family: "GothamB", sans-serif;
	color: #343236;
	line-height: 72px;
	}
	.pl-80{padding-left:80px;}
	.black{ color:#212121}

/*========================================================
                   LANDING PAGE
=========================================================*/
.follow-instagram-box{
    background:#fff;
    margin: 10%;
    padding: 20px;
    border-radius: 5px;
    margin-top: 0;
    overflow-y: scroll;
    overflow: scroll;
    height: 100%;
    position:relative;
    z-index: 9999999;
    }
.follow-instagram-title{
    margin: 0 auto;
    width: 80px;
    margin-bottom: 20px;
}
.l-box{
    height: 100%;
    overflow-y: scroll;
    position: relative;
    overflow: scroll;
    }
.l-tel span{ margin-right:10px}
.landing-page{
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: 99999;
	background: rgba(0,0,0,0.7);
	color: #fff;
	top: 0;
	bottom: 0;
	/* overflow:hidden; */
}
.l-close{
	margin: 0 auto;
	width: 30px;
	height: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	cursor: pointer;
	}
.l-img{    width: 300px;
    margin: 0 auto;
	position:relative;
}
.l-title{
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 40px;
	    line-height: 40px;
}
.l-p{
	    width: 300px;
	    text-align: center;
	    margin: 0 auto;
	    margin-top: 20px;
	    font-size: 13px;
}
.llama-ya{    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 20px;
}
.l-tel{    font-size: 40px;
    line-height: 44px;
    font-weight: bold;
    margin-top: 20px;}
	.l-chat{
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 20px;
    position: absolute;
    right: 80px;
    bottom: 140px;
}
.l-descuento{position: absolute;bottom: -13px;right: -54px;}
.l-chat-img{
    width: 150px;
    position: absolute;
    bottom: 54px;
    right: 13px;
}
	
/*========================================================
                    COLS
=========================================================*/
.col-1{ width:50%; height:100%; float:left; position:relative; overflow:hidden; background:#212121}
.col-2{    width: 100px;
    float: left;
    margin: 20px;
    margin-top: 40px;
    margin-bottom: 0px;} 
.col-3{ float:left; width:50%; height:400px} 
.col-4{
    width: 48%;
    float: left;
    height: 420px;
    margin-left: 2%;
    position: relative;
    margin-right: 2%;
    background-size:100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} 
.col-5{    width: 29.333333%;
    float: left;
    margin: 2%; text-align: left}	
	.col-5 i{ margin-right:5px} 
.col-6{ width:55%; margin-right:2%; float:left;margin-top:40px}
.col-7{ width:43%; float:left; margin-top:40px}
.alpha { margin-left: 0 }
.omega { margin-right: 0 }

/*========================================================
                    CONTENT styles
=========================================================*/
.main { width: 960px; margin: 0 auto; }
/*========================================================
                    HEADER
=========================================================*/
header{ position:fixed; width:100%; display:block; z-index:999;     top: 0;
    left: 0;}
nav{     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	width: 100%;
    height: 80px;  }
.primary{/*box-shadow: 0 3px 30px -4px #c3c3c3;
    -moz-box-shadow: 0 3px 30px -4px #c3c3c3;
    -webkit-box-shadow: 0 3px 30px -4px #c3c3c3; */background: #FBFBFB;}
	.menu-mobile {
    display: none;
	}
	.tel{
    position: absolute;
    right: 20px;
    top: 28px;
    background: #FBFBFB;
    }
	.tel i{    margin-right: 10px;}
.menu{     
	    font-size: 15px;
    color: #6B6C6D;
    line-height: 22px;
    text-transform: uppercase;
    width: 589px;
    margin: 0 auto;
    height: 80px;}
.menu li{    float: left; position:relative; background:url(../images/menu-line.png) no-repeat right}
.menu li:last-child{ background:none}

.menu li a.active { font-style:italic}
.social-links{
	       list-style: none;
    float: right;
    background: #2A549E;
    color: #fff;
    margin: 0;
    height: 85px;
    line-height: 90px;
    font-size: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
	}
.social-links li{
	float: left;
    margin-right: 10px;
}
.menu li a{
	       display: block;
    padding: 0;
    line-height: 80px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}	
.menu li a:hover{ font-style: italic}
	
.sub-menu{    
    -webkit-box-shadow: -1px 1px 19px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: -1px 1px 19px 0px rgba(50, 50, 50, 0.5);
    box-shadow: -1px 1px 19px 0px rgba(50, 50, 50, 0.5);
    position: absolute;
    top: 110px;
    left: -10px;
    background: #fff;
    width: 130%;
    padding: 30px;
    font-size: 11px;
    display: none;
	}
	.sub-menu li {
    margin-top: 7px;
    display: block;
    width: 100%;
    margin-bottom: 7px;
}
	.sub-menu li:first-child{ margin-top:0}
	.sub-menu li:last-child{ margin-bottom:0}
.menu li i{ margin-left:5px}
.logo{     position: absolute;
    left: 50%;
    margin-left: -330px;
    padding-top: 13px; }
.menu-desc{ float:right; font-size:45px; margin-top:180px; line-height:55px; text-align:right}
.menu-desc li{ display:none;opacity:0}
#active{ color:#fff;}
.active-2{ color:#20abde}
.menu-desc li.active{ opacity:1; display:block}
#menu-icon{ display:none}
#phone{ margin-right:5px}
.sub-menu li a{     display: block;
    padding: 0;
    text-align: center;
    line-height: 17px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
   }
   .sub-menu li a:before{
	   height:0;
	   
   }
   .sub-menu li a:hover{
	    color:#2A549E;
		text-decoration:line-through;
	   
   }
    	
/*========================================================
                    FOOTER
=========================================================*/
footer{ background: #343236; display:block; text-align:center; padding-top:80px; padding-bottom:80px; color:#fff}
.footer-txt{font-size: 13px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    font-weight: normal;}
.footer-txt a{ color:#C1CBE1}
.copyright{list-style:none;text-transform:uppercase;width: 50%;margin: 0 auto; font-size:11px}
.copyright li{float:left;} 
.distrito85{width: 43%;text-align:right; margin-right:2%}
.privacy-policy{ text-align:left; width:43%; margin-left:2%}
.logo-3{ width:10%}
/*========================================================
                    HOME
=========================================================*/
.home{ height:700px; overflow:hidden}
.home-logo{
    width: 34%;
    top: 130px;
    position: absolute;
    left: 50%;
    margin-left: -17%;
    }
.home-txt{position:absolute;text-transform: uppercase;font-weight:100;padding: 30px 50px;font-size:20px;right: 0;top: 420px;background:url(../images/home-shadow.png);background-size: 100%;color: #fff;max-width: 386px;}

	#nav{       position: relative;
    width: 112px;
    margin-left: -85px;
    left: 50%;
    list-style: none;
    height: 13px;
    bottom: 47px;
    z-index: 9999;}
	#nav li{
    margin-right: 15px;
    float: left;
	}
	#nav li:last-child{ margin-right:0px}
	#nav li a{      -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    height: 13px;
    display: block;
    background: url(../images/nav-btn.png);
    background-size: 100%;}
	#nav li a:hover{ background:url(../images/nav-btn-hover.png); background-size:100% }
	#nav li.activeSlide a{ background:url(../images/nav-btn-hover.png); background-size:100%  } 
	@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom:30px;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #B0B0B2;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #B0B0B2;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
    margin: -4px 0 0 -3px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #B0B0B2;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 -4px;
	background: #B0B0B2;
	border-radius: 50%;
	-webkit-animation: ani-mouse 1.5s linear infinite;
	-moz-animation: ani-mouse 1.5s linear infinite;
	animation: ani-mouse 1.5s linear infinite;}
.cycle { display: inline; overflow: hidden; position: relative;  z-index:-1}
#slider-2{ width:100%;}
	.item-2{ width:100%; height:700px;}
#home-1{
	 background: url(../images/home-1.jpg) #212121 no-repeat;
	 background-size: 100%;
	}
	#home-2{
	 background: url(../images/home-2.jpg) no-repeat;
	 background-size: 100%;
	}
/*========================================================
                    NOSOTROS
=========================================================*/
#nosotros-img{background:url(../images/nosotros.jpg) no-repeat;background-size:100%;margin-top: 2%;}
.nosotros{height: 800px;background: #212121;display: block;padding-bottom: 4%;}
.col-1-txt{     color: #fff;
    padding: 65% 30% 0% 5%;}
	.logo-blanco{     background: url(../images/logo-blanco.png) no-repeat;
    width: 101px;
    height: 101px;
    margin-left: 30%;
    margin-top: 80px;}
	.why-box{
    background: #212121;
    margin: 0% 5%;
    padding: 10% 43% 3% 5%;
    color: #fff;
    }
	#why{    background: #EFEAE5;
    padding-top: 10%;
    padding-bottom: 10%;    overflow: hidden;}
	.why-img{    width: 45%;
    position: absolute;
    right: 0;
    top: 24%;}
	.why-img img{ width:100%}
	#team{    background: #EFEAE5;
    padding-bottom: 10%;}
	.team-txt{
        text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 4px;
}
	.team-img{
    margin-bottom: 15px;
}
	.team-img img{ width:100%}
	.team-box{ margin: 0 auto;
	width:520px}
	#art{ background:#343236}
	#art .col-3{background-size:100%; background-repeat:no-repeat; opacity:0.5;   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;} 
	#art-1{ background-image:url(../images/art-1.jpg);}
	#art-2{ background-image:url(../images/art-2.jpg); }
	#art-3{ background-image:url(../images/art-3.jpg) }
	#art-4{ background-image:url(../images/art-4.jpg) }
	#art-1:hover{ opacity:1}
	#art-2:hover{ opacity:1}
	#art-3:hover{ opacity:1}
	#art-4:hover{ opacity:1}
	
	.logo-2{    z-index: 99999999;
    position: absolute;
    top: 25%;
    right: 0;}
	
	
/*========================================================
                  PROYECTOS
=========================================================*/	
.proyectos-box{width: 80%;margin: 0 auto;display: block;padding-top: 173px;}
.proyectos{background:#343236;padding-top: 80px;padding-bottom: 180px;}
#residenciales{ background-image:url(../images/residenciales_b.jpg)}
#residenciales:hover{ background-image:url(../images/residenciales.jpg)}
#comerciales{ background-image:url(../images/comerciales_b.jpg)}
#comerciales:hover{ background-image:url(../images/comerciales.jpg)}
.proyectos-txt{    position: absolute;
    right: 5%;
    bottom: 5%;}
	#residencialesS{ padding-top: 160px; padding-bottom:80px}
	#comercialesS{ padding-top: 80px; padding-bottom:160px}
	.resid-title{ float:left; margin-right:30px}
	.resid-txt {position: relative;height: 144px;float: left;width: 60%;}
	.resid-box{ width:84%;
	margin:0 auto}
	.resid-top{       padding-left: 2%;
    padding-right: 2%; margin-bottom: 40px;}
	p.txt-align-bottom{    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;}
	.p-box{background:#fff; margin:15px; overflow:hidden}
.operacion{ display:none}
.item-3 .p-box{ margin:0px}
.p-box-mask{height: 260px; overflow:hidden; position:relative}
.p-box-mask .lupa{opacity: 0;background-color: rgba(0,0,0, 0.4);-moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out; display:block; width:100%; height:260px; cursor:pointer}
.p-img{-moz-transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear; background-size:120% auto}
.p-box-2{ padding:30px; height:215px; position:relative}
.lupa i{ font-size:33px; display:block; line-height:260px; text-align:center; color:#fff}
.p-box-mask:hover .p-img{-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.p-box-mask:hover .lupa{ opacity:1; }
.triangle:after{
    position: absolute;
    display: block;
    content: "";
    text-align: center;
    -moz-transition: bottom 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    -webkit-transition: bottom 0.3s ease-out;
    width: 0;
    height: 0;
    border: 15px solid;
    border-color: transparent transparent #fBfBfB transparent;
    bottom: 0;
    margin-left: -15px;
    }
	.triangle{    position: absolute;
    bottom: 0;
    left: 50%;}
/*========================================================
                  CONTACTO
=========================================================*/	
.contacto{ background:#EFEAE5; padding-top:160px; padding-bottom:160px}
.contacto-box{ width:80%; margin:0 auto;}
#map_canvas{width:100%;height:360px;margin-bottom:30px;}
.logo-4{    z-index: 99999999;
    position: absolute;
    top: -130px;
    right: 0;}

/* ============================= FORM =============================== */
#form { padding-top: 60px; padding-bottom: 80px; background: url(../images/contacto.jpg) center center; background-size: auto 110%; }
#contact-form {position: relative;margin-top: -1px;text-align: left;}
#contact-form label {display: inline-block;position: relative;min-height: 70px;width: 100%;float: left;}
#contact-form label select { cursor: pointer }
#tipo-form:after { 
 position: absolute; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; content: "\f0d7"; bottom: 36px; right: 15px; color: #463f4a ; pointer-events: none; !important  }
#contact-form label + label {}
#contact-form label input,
#contact-form label textarea,
#contact-form label select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    outline: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    width: 100%;
    color: #fbfbfb;
    font-size: 13px;
    font-family: 'GothamL', sans-serif;
    background: #343236;
    border: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    }
#contact-form label input {height: 47px;box-shadow: none !important;padding: 17px 7px 13px 19px;outline: none;}
#contact-form label select { height: 47px; box-shadow: none !important;      padding: 13px 7px 12px 12px; outline: none; }
#contact-form label textarea {height: 141px;overflow: auto;width: 100%;padding: 19px 7px 12px 19px;margin: 0px;resize: none;}
#contact-form span { display: block }
#contact-form ._placeholder {position: absolute; /*!*/left: 0;right: 0;top: 0;bottom: 0;cursor: text;padding: 13px 7px 12px 18px;opacity: .99;min-width: 200px;color:#6B6C6D;font-size: 13px;font-family: 'GothamL', sans-serif;text-transform: uppercase;}
#contact-form ._placeholder.focused { opacity: .4; /*filter: alpha(opacity=40); */ /*.box-shadow(0px 0px 7px 0px rgba(0, 0, 255, 0.5));*/  }
#contact-form ._placeholder.hidden { display: none }
#contact-form .message { width: 100%; margin-left: 0px; float: none; }
#contact-form .error-message,
#contact-form .empty-message { height: 0; overflow: hidden; font: 13px/24px Arial; -webkit-transition: 0.3s ease-in height; -moz-transition: 0.3s ease-in height; -o-transition: 0.3s ease-in height; transition: 0.3s ease-in height; position: absolute; right: 3px; top: 0;  }
#contact-form .invalid .error-message,
#contact-form .empty .empty-message { height: 47px;
width: 99%;
left: 0px;
text-align: right;
padding-right: 1%;
color: #ef5656}
#contact-form .success-message { position: absolute;
    nowhitespace: afterproperty;
    overflow: hidden;
    height: 0px;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 10;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    padding: 0px 0;
    color: #fff;
    font: 16px/18px;
   font-family: 'GothamL', sans-serif;
    text-transform: uppercase;
    background: #fff; }
#contact-form.success .success-message { padding: 137px 0; height: 100%; border: 1px solid #d4d4d4; -webkit-transition: all 0.7s linear; -moz-transition: all 0.7s linear; -o-transition: all 0.7s linear; transition: all 0.7s linear; }
#asunto:after { position: absolute; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; content: "\f0d7"; bottom: 36px; right: 15px; color: #fff; : ; pointer-events: none; !important: ; }
#contact-form label.ciudad,
#contact-form label.sucursal { display: none }
#contact-form label input#file { cursor: pointer }
#contact-form label#title-label { line-height: 47px; width: 12%; }
#contact-message{ padding-top:120px; padding-bottom:120px; background:#C1CBE1}

	/*==================================RESPONSIVE LAYOUTS===============================================*/
@media (min-width: 2000px) { 
 body{ max-width:1700px; margin: 0 auto}
 .home {
    height: 900px;
}
#home-1 {
    background-size: cover;
}
.item-2 { height:900px}
}
@media (min-width: 1220px) { 

}
@media only screen and (max-width: 1200px) { 

}
@media only screen and (max-width: 995px) { 

}
@media only screen and (max-width: 767px) { 
.l-chat, .l-chat-img{ display:none}
.home-logo {
    width: 50%;
    margin-left: -25%;
}
.tel{    position: absolute;
        right: 75px;
    top: 28px;}
.menu {
    font-size: 15px;
    color: #6B6C6D;
    line-height: 22px;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 80px;
    margin-top: 80px;
	display:none;
}
.menu li {
    float: left;
    position: relative;
    background: url(../images/menu-line.png) no-repeat right;
    width: 100%;
    background: #fff;
}
#menu-icon {
    display: block;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    background: #FBFBFB;
}
.menu li:last-child {
    background: #fff;
}
#menu-icon i{     float: right;
    font-size: 35px;
    padding: 22px;}
.logo {
    position: fixed;
    left: 15px;
    margin-left: 0;
    padding-top: 15px;
    z-index: 999;
}
.menu li a {

    width: 100%;
}
.scroll-btn {
    display: none;
}
.home-txt {
 
    bottom: 0;
	top: auto;
}
#home-1 {
    background-size:cover
}
.nosotros {
    height: 880px;
 
}
.title {
    font-family: 'GothamB', sans-serif;
    font-size: 60px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 80px;
    margin-bottom: -280px;
    z-index: 9999;
    position: absolute;
    left: 0;
    margin-left: 0;
    text-transform: uppercase;
    margin-top: 80px;
    padding-left: 0;
    text-align: center;
}
#nosotros-img {
    background: url(../images/nosotros.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-top: 15px;
    height: 300px;
}
.col-1 {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    background: #212121;
}
.col-1-txt {
    color: #fff;
    padding: 10% 25% 0% 10%;
}
.logo-blanco {
    background: url(../images/logo-blanco.png) no-repeat;
    width: 101px;
    height: 100px;
    margin: 0 auto;
    margin-top: 30px;
}
.title-2 {
    font-family: 'GothamB', sans-serif;
    font-size: 45px;
    width: 300px;
    text-align: center;
    line-height: 62px;
    z-index: 9999;
    position: absolute;
    left: 0;
    margin-left: 0;
    text-transform: uppercase;
    margin-top: -12px;
}
.why-box {
    background: #212121;
    margin: 0% 5%;
    padding: 20% 8% 3% 8%;
    margin-top: 47px;
    color: #fff;
}
.why-img {
    width: 90%;
    position: relative;
    right: 0;
    top: 24%;
    margin: 0 auto;
}
.title-4 {
    padding-left: 6%;
 
}
.title-5 {

    left: 6%;

}
.col-3 {
    float: left;
    width: 50%;
    height: 250px;
}
#art .col-3 {
    background-size: cover;
}
.logo-2 {
    z-index: 99999999;
    position: absolute;
    top: 65%;
    right: 0;
}
.col-4 {
	width:100%; 
    float: left;
    height: 250px;
    background-size: cover;
   
}
.col-5 {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 5%;
    text-align: left;
}
.resid-txt {
    position: relative;
    height: 144px;
    float: left;
    width: 80%;
    margin-top: 120px;
}
.title-7 {
    font-family: 'GothamB', sans-serif;
    font-size: 62px;
    width: 90%;
    text-align: left;
    font-weight: bold;
    color: #fff;
    line-height: 72px;
    margin-bottom: -280px;
    z-index: 9999;
    position: absolute;
    left: 0;
    margin-left: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 10%;
}
.alpha, .omega{ margin:0;}
.copyright {
    list-style: none;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    font-size: 11px;
    height: 43px;
    padding: 0;
    margin-top: 80px;
    margin-bottom: 0;
}.col-7, .col-6 {
    width: 100%;
    
}
.title-5b {
    font-size: 62px;
   
    line-height: 72px;
    
}
.title-8 {
    font-size: 40px;
  
    line-height: 52px;
}
.l-title {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 25px;
}
.l-close {
  
    margin-bottom: 20px;
}

@media only screen and (max-width: 480px) { 
}
@media only screen and (max-width: 320px) { 
    


}
