@charset "UTF-8";
@font-face {
  font-family: 'Nexa';
  font-style: normal;
  font-weight: 400;
  src: url(../font/nexaL.otf) format('opentype'); }
@font-face {
  font-family: 'Nexa';
  font-style: normal;
  font-weight: 700;
  src: url(../font/nexaB.otf) format('opentype'); }  
@font-face {
  font-family: 'Glover';
  font-style: normal;
  font-weight: 400;
  src: url(../font/glover.otf) format('opentype'); }    
@font-face {
  font-family: 'FontAwesome';
  src: url(../font/fontawesome-webfont.eot);
  src: url(../font/fontawesome-webfont.eot) format('embedded-opentype'), url(../font/fontawesome-webfont.woff2) format('woff2'), url(../font/fontawesome-webfont.woff) format('woff'), url(../font/fontawesome-webfont.ttf) format('truetype'), url(../font/fontawesome-webfont.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal; }   
html, body{
  margin:0;
  padding:0;
  border:0; }
@media (orientation:landscape) {
  html.ipad.ios7 > body.index {
    position: fixed;
	bottom: 0;
	width: 100%;
	height: 100% !important; }
}
html { overflow-y:hidden !important; }
body {
  font: 400 12px/20px "Nexa", Arial, sans-serif;
  color: #fff;
  background: #fff; }
body.nosotros{
  background:url(../img/bg_nosotros.jpg) no-repeat center top;
  background-size:100% }
body.postventa{
  background:url(../img/bg_postventa.jpg) no-repeat center top;
  background-size:100% } 
body.contacto{
  background:url(../img/bg_contacto.jpg) no-repeat center top;
  background-size:100% }      	  
a{
  text-decoration:none;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  cursor:pointer; }
img{ border:none; }
p{ margin:0; }
b{ font-weight:700; }
ul{ list-style-type:none; }
form{ float:left; }
::-webkit-input-placeholder { color:#f00; }
::-moz-placeholder { color:#f00; } /* firefox 19+ */
:-ms-input-placeholder { color:#f00; } /* ie */
input:-moz-placeholder { color:#f00; }
.clearfix{
  float:left;
  width:100%; }
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #111; }  
.loader img {
  position: absolute;
  top: 44%;
  left: 48%; }
.page{
  margin:0 auto;
  display:table;
  position:relative; }  
header{
  height:150px;
  background:#f00;
  position:fixed;
  z-index:100;
  top:0;
  background:url(../img/bg_header.png) repeat-x; }
body.nosotros header, body.postventa header{ background:none !important; } 
#h-mobile{ 
  display:none;
  height:220px !important; }
header#h-mobile .logo{ 
  width:100%;
  height:220px !important; }    
header#h-mobile .logo img{
  position:absolute;
  margin:0 0 0 -200px;
  top:79px;
  left:50%; }
header#h-mobile .menu{  
  width: 400px;
  float: none;
  clear: both;
  margin: 250px auto 0 auto;
  height: 470px; }  
header#h-mobile .menu ul{
  float:none;
  margin:0;
  padding:0; }  
header#h-mobile .menu ul li{
  clear:both;
  width:300px;
  height:80px;
  border-right:none; }
header#h-mobile .menu ul li a{
  margin:0 0 20px 0 !important;
  padding:0 !important;
  line-height: 60px;
  height: 60px;
  width:400px;
  font-size:24px; }  
header .logo{
  height: 150px;
  background:url(../img/bg_header-home.png) no-repeat left top;
  width: 270px;
  float: left; }
header .logo img{ margin:28px 0 0 76px; }  
header .menu{
  width: 75%;
  float: right; }
header .menu ul{
  float: right;
  margin: 28px 40px 0 0; }
header .menu ul li{
  float:left;
  border-right:1px solid #fff; }
header .menu ul li.last{ border-right:none; }
header .menu ul li a{
  margin: 4px 5px;
  padding: 0 10px;
  line-height: 31px;
  height: 30px;
  background: rgba(255,255,255,0.8);
  float: left;
  text-align: center;
  color: #0f335d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  border-radius: 2px; }
header .menu ul li a:hover{ 
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 0px 6px #999; } 
body.realizados header .menu ul li a.link3, body.venta header .menu ul li a.link2, body.nosotros header .menu ul li a.link1, body.postventa header .menu ul li a.link4, body.contacto header .menu ul li a.link5{ 
  background: rgba(20,45,83,0.9);
  color:#fff; } 
header .menu ul li a.fb{ 
  background:#1e294b;
  border:1px solid #fff;
  border-radius:0; } 
a.fb i:before{ 
  font-family: 'FontAwesome';
  font-size: 18px;
  line-height: 30px;
  font-style:normal; 
  content: '\f09a';
  vertical-align: text-bottom;
  color:#fff; }
  
body.index .contact{
  position: fixed;
  bottom: 140px;
  left: 75px;
  width: 200px;
  padding: 10px;
  background: rgba(0,0,0,0.6);
  border-radius: 10px;
  z-index: 100 !important; }
body.index .contact label{
  width: 100%;
  float: left;
  color:#fefefe; }  
body.index .contact input, body.index .contact textarea{
  width:180px;
  float:left;
  border:none;
  background: rgba(102,102,102,0.6);
  padding:0 10px;
  line-height:20px;
  height:20px;
  border-radius:2px;
  outline:none;
  margin-bottom:3px;
  color:#fff; } 
body.index .contact textarea{ height:80px; } 
body.index .contact h1{  
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  writing-mode: bt-lr;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 60px;
  left: -80px;
  margin: 0;
  letter-spacing: 1px;
  line-height: 20px; } 
body.index .contact p, body.postventa .form p, body.contacto .form p{
  margin:20px 0 0 0;
  text-align:center;
  font-size:14px;
  height:242px; }   
body.postventa .form p{ height:291px; }
body.contacto .form p{ height:287px; }  
body.index .contact a, body.postventa .form a, body.contacto .form a{   
  float: right;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 10px; } 
body.index .contact a:hover, body.postventa .form a:hover, body.cotacto .form a:hover{ text-decoration: none; }  
  
/* NOSOTROS */
body.nosotros .bg, body.postventa .bg{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:#000;
  z-index:10;
  opacity:0.4; } 
body.contacto .bg{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:url(../img/bg_contactobg.png) no-repeat center center;
  background-size:100%;
  z-index:10;
  opacity:0.4; }   
body.nosotros .content, body.postventa .content, body.contacto .content{
  width:100%;
  height:100%;
  position:absolute;
  z-index:20; }  
body.nosotros .page{ height:100%; } 
body.nosotros .info{
  position:absolute;
  height:420px;
  top:50%;
  margin-top:-210px; }
body.nosotros .info .logo-consejo{
  width:300px;
  float:left;
  height:100%; }  
.logo-consejo img{  
  position: absolute;
  top: 110px;
  left: 76px;
  display:none; }   
body.nosotros .info .txt-consejo{
  width: 670px;
  float: left;
  padding: 0 20px 0 50px;
  border-left: 2px solid #fff;
  margin:20px 0; }
.txt-consejo #ideologia, .txt-consejo #politicas, .txt-consejo #gente{ display:none; }  
.txt-consejo h1{  
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom:5px; }  
.txt-consejo p{
  margin-bottom:20px;
  font-size:14px;
  line-height:22px; }  
.txt-consejo p.last{ margin-bottom:0; }  

/* PROYECTOS REALIZADOS */
.contenedor{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll; }
.grid{
  position: relative;
  width: 100%;
  height: 100%; }  
.grid2 span.sep-top, 
.grid2 span.sep-bottom{
  height:1px;
  background:#fff;
  position:absolute;
  width:100%;
  left:0; }
.grid2 span.sep-top{ top:0; }
.grid2 span.sep-bottom{ bottom:0; }  

.grid1 .bg, 
.grid2 .bg, 
.grid3 .bg{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:url(../img/over-maked.png) repeat;
  z-index:10;
  opacity:0; }    
body.realizados .grid1{
  height:35%;
  background:url(../img/bg_maked-atrium.jpg) no-repeat top center;
  background-size:100%;
  position:relative;
  z-index:70; }  
body.realizados .grid2{
  height:30%;
  background:url(../img/bg_maked-altavista.jpg) no-repeat top center;
  background-size:100%;
  position:relative;
  z-index:80; }
body.realizados .grid3{
  height:35%;
  background:url(../img/bg_maked-marca.jpg) no-repeat top center;
  background-size:100%;
  position:relative;
  z-index:90; }
body.realizados .grid .content, 
body.venta .grid .content{ 
  width:320px;
  height:150px;
  position:absolute;
  z-index:100;
  top:50%;
  margin-top:-75px;
  left:-7px; }
body.realizados .grid .description, 
body.realizados .grid .details, 
body.venta .grid .description, 
body.venta .grid .details{
  position:absolute;
  z-index:100;
  display:none;
  height:200px;
  top:50%;
  margin-top:-100px; } 
a.close{
  position: absolute;
  top: 160px;
  left: 185px;
  font-size: 14px;
  color: #fff;
  z-index: 100;
  display:none;
  opacity:0; } 
a.close i:before{
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 20px;
  font-style:normal; 
  content: '\f106';
  vertical-align: text-bottom;
  margin-right: 5px; } 
a:hover.close{ color:#bbb; }
   
body.realizados .grid1 .details{
  height:220px !important;
  margin-top:-110px !important; }    
body.realizados .grid .description, 
body.venta .grid .description{ 
  width:420px;
  left:370px; }
body.realizados .grid .details, 
body.venta .grid .details{ 
  width:calc(100% - 730px);
  left:790px; }
body.realizados .grid1 .page, 
body.venta .grid1 .page, 
body.postventa .page, 
body.contacto .page{ 
  height:calc(100% - 100px);
  margin-top:100px; }
body.realizados .grid2 .page,
body.venta .grid2 .page{ 
    height:100% }
body.realizados .grid3 .page, 
body.venta .grid3 .page{
  height:calc(100% - 50px);
  margin-bottom:50px; } 

/* estilos de los contedidos dentro de los grids */
body.realizados .grid1 .content img{ 
  position: absolute;
  top: -40px;
  left: 57px; }
body.realizados .grid2 .content img{ 
  position: absolute;
  top: -45px;
  left: 0px; }
body.realizados .grid3 .content img{ 
  position: absolute;
  top: 0px;
  left:45px; }     
.grid .content ul{
  position: absolute;
  top: 120px;
  left:3px; }
body.realizados .grid1 .content ul, 
body.realizados .grid3 .content ul{ 
    left:75px !important; }  
.grid .content li{
  float:left;
  border-right:1px solid #aaa; } 
.grid .content li.last{ border-right:none; }  
.grid .content li a{
  background: rgba(0,0,0,0.1);
  color: #fff;
  float: left;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  margin: 0px 7px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 1px;
  box-shadow: 0px 0px 6px #999;
  padding:0 10px; }
.grid .content li a:hover{ box-shadow: 0px 0px 6px #fff; }  
.grid1 p, .grid2 p, .grid3 p{
  text-align: center;
  font-size: 14px;
  line-height: 25px; }
body.realizados .grid1 p{ margin-top:55px; }  
body.realizados .grid2 p{ margin-top:40px; }  
body.realizados .grid3 p{ margin-top:70px; }  
.grid1 .details ul, .grid2 .details ul, .grid3 .details ul{
  border-left: 1px solid #fff;
  padding-left: 30px; }  
.grid1 .details li.space{ margin-top:5px; }  
body.realizados .grid2 .details ul{ margin-top:20px; }
body.realizados .grid3 .details ul{ margin-top:30px; }
.grid1 li p, 
.grid2 li p, 
.grid3 li p{  
  margin-top:0 !important;
  text-align:left;
  font-size:14px;
  line-height:20px; }  

/* PROYECTOS EN VENTA */
body.venta .grid1{
  height:35%;
  background:url(../img/bg_sell-gaia.jpg) no-repeat top center;
  background-size:100%;
  position:relative;
  z-index:70; }  
body.venta .grid2{
  height:30%;
  background:url(../img/bg_sell-tower.jpg) no-repeat top center;
  background-size:100%;
  position:relative;
  z-index:80; }
body.venta .grid3{
  height:35%;
  background:url(../img/bg_sell-duo.jpg) no-repeat top center;
  background-size:100%;
  position:relative;
  z-index:90; }    
body.venta .grid1 .content img{ 
  position: absolute;
  top: -5px;
  left: 57px; }
body.venta .grid2 .content img{ 
  position: absolute;
  top: 20px;
  left: 2px; }
body.venta .grid3 .content img{ 
  position: absolute;
  top: 0px;
  left:93px; }
body.venta .grid1 p{ margin-top:50px; }  
body.venta .grid2 p{ margin-top:45px; }
body.venta .grid3 p{ margin-top:40px; }
body.venta .grid1 .details ul{ margin-top:70px; } 
body.venta .grid2 .details ul{ margin-top:48px; }
body.venta .grid3 .details ul{ margin-top:63px; }

/* SERVICIO POSTVENTA */
body.postventa .container, 
body.contacto .container{
  top: 50%;
  margin-top: -220px;
  height: 300px;
  position: absolute;
  width:100%; }
body.postventa .txt{  
  width: 600px;
  float:right;
  margin-right:50px;
  margin-top:90px;
  display:none; }
body.contacto .txt{  
  width: 400px;
  float:right;
  margin-right:40px;
  display:none;
  margin-top:10px; }  
body.postventa .txt h1{  
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px; }
body.postventa .txt p{  
  font-size: 17px;
  line-height: 28px; }
body.contacto .txt p{  
  font-size: 14px;
  line-height: 22px;
  text-align:right;
  margin-bottom:20px; }    
body.postventa .form, 
body.contacto .form{  
  width: 270px;
  float: right;
  margin-right: 50px;
  padding: 10px;
  background: rgba(0,0,0,0.6);
  border-radius: 10px; } 
body.postventa .form label, body.contacto .form label{
  text-align:left;
  width:100%;
  display:inline-block; }
body.postventa .form input, body.postventa .form select, body.postventa .form textarea, body.contacto .form input, body.contacto .form textarea{
  display:inline-block;
  width:100%;
  margin-bottom:5px;
  border:none;
  height:20px;
  line-height:20px;
  padding:0 10px;
  outline:0;
  font: 400 12px/20px "Nexa", Arial, sans-serif;
  background:rgba(255,255,255,0.7) } 
body.postventa .form textarea, body.contacto .form textarea{ 
 height:70px;
 padding:10px;
 margin-bottom:0; }            

/* PROCESO DE OBRA */
#proceso{
  width:100%;
  height:100%;
  position:absolute;
  background:rgba(0,0,0,0.8);
  z-index:1000;
  display:none; }
#proceso .box{  
  width: 800px;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -400px;
  background: rgba(0,0,0,0.2);
  padding: 110px 10px 10px 10px; } 
#proceso .box.altavista, 
#proceso .box.gaia, 
#proceso .box.towers,
#proceso .box.duo{ 
    display:none; }  
#proceso .curso{ height:100%; }
#proceso .controls{
  position: absolute;
  top: 10px;
  width:780px; }
#proceso .controls a.cerrar{  
  width: 30px;
  height: 30px;
  background:url(../img/close.png) no-repeat;
  float: right;
  opacity:0.7;
  margin-right:3px; }
#proceso .controls a.next, 
#proceso .controls a.next2,
#proceso .controls a.next3,
#proceso .controls a.next4{  
  width: 30px;
  height: 30px;
  float: right;
  background:url(../img/next.png) no-repeat;
  margin-top: 20px;
  clear: both;
  opacity:0.7; }
#proceso .controls a.prev, 
#proceso .controls a.prev2,
#proceso .controls a.prev3,
#proceso .controls a.prev4{  
  width: 30px;
  height: 30px;
  float: right;
  background:url(../img/prev.png) no-repeat;
  margin-top: 20px;
  margin-right: 2px;
  opacity:0.7; }
#proceso .controls a:hover.cerrar, 
#proceso .controls a:hover.next, 
#proceso .controls a:hover.prev,
#proceso .controls a:hover.next2, 
#proceso .controls a:hover.prev2,
#proceso .controls a:hover.next3, 
#proceso .controls a:hover.prev3,
#proceso .controls a:hover.next4, 
#proceso .controls a:hover.prev4{ 
    opacity:1; }  
#proceso .controls a.prev2,
#proceso .controls a.next2,
#proceso .controls a.prev3,
#proceso .controls a.next3,
#proceso .controls a.prev4,
#proceso .controls a.next4,
#proceso .curso.second, 
#proceso .curso.third,
#proceso .curso.fourth,
#proceso .curso.five{ 
    display:none; }
#proceso .curso ul{  
  margin: 0 40px;
  border-bottom: 1px solid #fff;
  height: 49%;
  width: 700px;
  padding:20px 0; } 
#proceso .curso ul.last{ border-bottom:none; }   
#proceso .curso ul li{
  float:left;
  width:200px;
  margin-right:49px;
  position:relative; }
#proceso .curso ul li.last{ margin-right:0; } 
#proceso .curso ul li img{
  width:200px;
  height:auto;
  cursor:pointer;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  position:absolute; }    
#proceso .curso ul li img:hover{ 
  width:250px;
  margin-left:-25px; } 
#proceso .curso ul li h1{
  margin-top:155px;
  text-align:center;
  line-height:22px;
  font-size: 14px;
  font-weight: 700; }
#proceso .curso ul li h2{
  text-align:center;
  line-height:20px; }   

/* FOOTER */
.footer-right{
  height:168px;
  width:906px;
  position:fixed;
  bottom:40px;
  right:0;
  background:url(../img/bg_footer-right.png) no-repeat center left;
  z-index:110; }  
.footer-top{
  height:15px;
  width:calc(100% - 906px);
  position:fixed;
  bottom:40px;
  left:0;
  background:url(../img/bg_footer-top.png) repeat-x;
  z-index:110; }    
footer{
  position:fixed;
  background:url(../img/bg_footer-body.png) repeat-x;
  z-index:110;
  bottom:0;
  height:40px;
  width:100% ;
  left:0; }  
footer .footer{
  text-align:right;
  float:right;
  margin:8px 40px 0 0; }  
footer .footer p{ float:left; }
footer .footer span{
  float:left;
  width:1px;
  height:18px;
  margin:0 20px;
  background:#fff; }      