@charset "UTF-8";
/* CSS Document */

/* * * * =colores 

azul: #1968b3; */

/* rgba(25,104,179,.9)
azul obscuro: #0b4870; */

/* rgba(11,72,112,.9)
negro: #181818; */

/* rgba(24,24,24,.9)
gris-top: #313a40; */

/* rgba(49,58,67,.9)
gris-claro: #445d69; */

/* 
azul 289C:
#0c2340;
rgba(12,35,64,.9);
*/

/*
azul claro 7461C:
#007dba;
rgba(0,125,186,.9);

*/


/* * * * =generales * * * */

html, body {
  height: 100%;
  letter-spacing: .03em;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  margin:0;
  color: #181818;
  font-weight: 400;
  font-family: 'ColaborateLightRegular', sans-serif;
}

.push {clear: both; height:55px;}

.wrap {
  margin: 0 auto;
  width: 960px;
}

.clear { clear: both;}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  font-size:24px;
  font-family: 'ColaborateThinRegular', sans-serif;
}

::selection {background: #1d1d1d; color:#fff;}
::-moz-selection {background: #1d1d1d; color:#fff;}

#wrapper {
  margin: 0 auto -60px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: #005eaf; 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005eaf), to(#0087c8));
  background-image: -webkit-linear-gradient(top, #005eaf, #0087c8); 
  background-image:    -moz-linear-gradient(top, #005eaf, #0087c8);
  background-image:     -ms-linear-gradient(top, #005eaf, #0087c8);
  background-image:      -o-linear-gradient(top, #005eaf, #0087c8);
}

p {line-height: 28px;}

/* * * * =top * * * */

#top {
  position: fixed;
  z-index: 10000;
  margin:0;
  padding-bottom: 1px;
  width: 100%;
  border-bottom: 3px solid #fff;
  background: #0072bc;
}

#redes {
  height: 24px;
  background: #181818;
  color:#fff;
  text-align: right;
}

#redes p {
  float: right;
  margin: 0 10px;
  padding-top: 4px;
  color: #9c9c9d;
  font-size: 11px;
  line-height: 11px;
}

#redes a {
  color: #9c9c9d;
  text-decoration: none;
}

#redes a:hover {
  color: #fff;
}

#redes a img {float:right;}

#menu {
  height: 85px;
  border-bottom: 5px solid #007dba;
  background: #fff;
}

#logo {
  float: left;
  padding-top: 12px;
}

#home {
  float: left;
  margin-left: 150px;
  padding-top: 50px;
  width: 30px;
}

#nav {
  float: right;
  margin-top: 0;
}

#nav ul {
  float: left;
  padding: 0;
  font-size: 0;
}

#nav li {
  float: left;
}

#nav li:nth-child(1) a {padding: 38px 10px 24px;}

#nav a {
  display:inline-block;
  padding: 40px 10px 30px;
  color: #181818;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

#nav a:hover {
  background: #007dba;
  color: #fff;
}


/* * * * =nav fix * * * */

#intro, #nosotros, #servicios, #proyectos, #clientes, #contacto {
  position: relative;
  margin-top:-118px;
  padding-top:150px;
  height: 600px;
  -webkit-background-clip:content-box;
  background-clip:content-box;
}


/* * * * =intro * * * */

#fix {
  height: 118px;
}

#intro {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  height: 450px;
  border-bottom: 15px solid #fff;
  background: url(../images/bg_intro_2.jpg) center 118px no-repeat;
}

#intro p {
  position: absolute;
  bottom: -10px;
  z-index: 11;
  padding: 30px;
  width: 340px;
  border-radius: 5px;
  background: #000;
  background: url(../images/bg_n.png);
  background: rgba(12,35,64,.8);
  color: #fff;
  text-shadow:1px 1px 15px rgba(0,0,0,.8);
  font-size: 24px;
  text-align: center;
} 


/* * * * =nosotros * * * */

#nosotros {
  z-index: 9;
  margin-bottom: 5px;
  padding-bottom: 15px;
  border-bottom: 5px solid #fff;
  background: #007dba center 118px;
  box-shadow: 0px 100px 10px rgba(0,0,0,.6) inset;
}

#n1, #c1 {
  float: left;
  width: 312px;
}

#n1 hr {
  height: 2px;  
  border: none;
  background-color: #0b4870;
  color: #0b4870;
}

#n1 p {
  padding-right: 5px;
  color: #fff;
  font-size: 15px;
}

#n2 {
  float: left;
  padding-bottom: 92px;
  width: 648px;
  background: #0b4870;
  color: #fff;
}

#n2 h2 {
  margin-bottom: 30px;
  padding: 0px 0px 10px 35px;
  text-transform: uppercase;
  font-size: 22px;
}

#n2 ul {
  font-size: 16px;
  line-height: 22px;
}

#n2 li {
  margin-bottom: 10px;
  padding: 2px 35px 0px 35px;
}

/* * * * =servicios * * * */

#servicios {
  z-index: 8;
  border-bottom: 5px solid #000;
  background: #445d69 url(../images/bg_servicios.jpg) center 118px;
}

.sTextos {
  padding: 35px;
  color: #000;
}

.serv {
  width: 400px;
  height: 310px;
  background: #000;
  background: url(../images/bg_n.png);
  background: rgba(0,0,0,.4);
  color: #fff;
  font-weight: normal;
}

.serv p {
  padding: 3px 30px;
  font-size: 14px;
}

.serv strong {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'ColaborateBoldRegular', sans-serif;
}

/* * * * =proyectos * * * */

#proyectos h1 {
  color: #000;
}

#proyectos {
  z-index: 7;
  border-bottom: 5px solid #000;
  background: #fff;
}

/*#proyectos .boton a {
  display:block;
  margin-top: 20px;
  padding: 20px;
  background: #000;
  color: #333;
}*/

#proyectos h1 {
  padding-top: 40px;
}

#proyectos a.boton {
  margin-top: 40px;
  display:block;
  padding: 10px 0;
  border-radius: 5px;
  background: #007dba;
  /*box-shadow: 0 3px 0px rgba(0,0,0,.3);*/
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  text-shadow: #000;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: 'ColaborateLightRegular', sans-serif;
  transition: background .3s ease-out;
}

#proyectos a.boton:hover {
  background-color: #0c2340;

}

figure { display: block; margin: 0; width: 100%; height: 100%; }

figcaption { 
  position: absolute; 
  right: 30px; 
  bottom: 20px; 
  z-index: 3;
  padding: 10px 15px; 
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px; 
  background: #0b4870; 
  background: rgba(25,104,179,.7); 
  color: white; 
  font-size: 13px;
  transition: background-color .2s ease-in-out;
}

figcaption:hover {
  background: #143F64;
  cursor: pointer;
}

figcaption a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

figcaption a:hover {
  color: #007dba;
}

/* * * * =clientes * * * */

#clientes {
  z-index: 6;
  height: 340px;
  background: #007dba;
}

/* * * * =contacto * * * */

#contacto {
  z-index: 5;
  height: 500px;
  border-bottom: 5px solid #fff;
  background: #1A4D8D;
}

#c1 {
  margin-right: 78px;
}

#c2 {
  float: left;
  width: 550px;
}

#contacto form {
  margin-top: 5px;
}

#contacto label {
  display: block;
  width: 100%;
  margin: 15px 0 5px;
  color:#fff;
  text-transform: uppercase;
}

#contacto input, #contacto textarea {
  padding: 3px 5px;
  border: 0px;
  box-shadow: 0 0 5px rgba(0,0,0,.5) inset;
  color: #000;
  font-style: normal;
  font-size: 14px;
  font-family: 'ColaborateBoldRegular', sans-serif;
}

#contacto textarea {
  resize: none;
}

#contacto input[type="submit"] {
  margin-top: 20px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  transition: .2s all ease-in-out;
  text-transform: uppercase;
}

#contacto input[type="submit"]:hover {
  background: #1968b3;
  color: #fff;
}

#contacto em {font-size: 12px;}

#c1 p a {
  margin-top: 200px;
  padding: 8px 10px;
  width: 78;
  height: 25;
  border-radius: 5px;
  background: #e7e8ed;
  box-shadow: 0 3px 0px rgba(0,0,0,.3);
  color: #445d69;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-family: 'ColaborateMediumRegular', sans-serif;
  transition: background .5s ease-out;
}

#c1 p a:hover {
  background: #007dba;
  color: #fff;
}

#c2 iframe {
  margin-top: 115px;
}

#c2 p {
  margin-top: 4px;
  color: #fff;
  font-size: 14px;
  font-family: 'ColaborateRegular', sans-serif;
}

/* * * * =footer * * * */

#footer {
  z-index: 4;
  height: 50px;
  border-bottom: 5px solid #007dba;
  background: #000;
}

#footer p {
  float: left;
  padding-top: 6px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  font-family: 'ColaborateLightRegular', sans-serif;
}

/* * * * =menuProyectos * * * */

#menuProyecto {

}

.container{
  position: relative;
  width: 100%;
  text-align: center;
}

/* * * * =filters * * * */

#pry {
  margin: 0 auto;
  width: 960px;
}

.filters {
  float:left;
  clear:both;
  width:1000px;
  text-align: center;
}

.filter p {
    display: block;
    float: left;
    margin-top: 0;
    padding: 5px 10px;
    outline: medium none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
}
.filter p:hover {
  background: rgba(0, 0, 0, 0.7);
}
.filters .filter {
  float: left;
  clear: both;
  margin-bottom: 20px;
  padding: 5px 40px;
  width: 890px;
  background: rgba(0, 0, 0, 0.7);
}
.filters .filter a {
  display:inline;
  float:left;
  margin-right:0;
  padding: 10;
  outline:none;
  color: #fff;
  text-decoration: none;
  text-transform:uppercase;
  font-size: 13px;
}

.filters .filter .active {
  background:#007dba;
  color:#fff;
}

.filters .contenedorP {
  position:relative;
  float:left;
  clear:both;
  width:100%;
}

.filters .contenedorP ul,
.filters .contenedorP ul li {
  display:block;
  margin:0;
  padding:0;
  list-style:none;
}

.filters .contenedorP ul li {
  float:left;
  margin:0 8px 8px 0;
  font-size:0;
  line-height:0;
}

.filters .contenedorP a {
  display:block;
  float:left;
}

.f-items{
  position: relative;
  margin: 10px auto;
}

.f-items a{
  position: relative;
  display: block;
  margin: 10px;
  padding: 10px;
  width: 200px;
  height: 200px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.f-items a span{
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  overflow: hidden;
  padding: 0px;
  width: 200px;
  height: 0px;
  background: #728897;
  background: rgba(114,136,151, 0.9);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #303857;
  font-size: 13px;
  line-height: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  behavior: url(../scripts/PIE.htc);
}
.f-items a:hover span{
  height: 200px;
  opacity: 1;
}
.f-items span h3{
  padding: 7px 3px;
  background: #0b4870;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
}
.f-items span>p.link {
  margin-left: 60px;
  padding: 5px;
  width: 70px;
  background: #0072bc;
  text-transform: uppercase;
  font-size: 12px;
}
.f-items span>p.link:hover {
  background: #000;
}

.f-items li img{
  display: block;
}

.f-items li{
  float: left;
  margin: 20px;
  width: 200px;
  height: 200px;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  behavior: url(../scripts/PIE.htc);
}

.f-items li:nth-child(4n+1) {
  margin-left: 0px;
}

.f-items a.masp {
  background: #181818;
}

.subNav {
  display: block;
  /*background: #007dba;*/
  padding: 2px;
}
.navP {
  position: relative;
  z-index: 500;
}
.navP ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}
.navP ul ul {
  margin-top: 22px;
}
.navP ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 34px;
    margin-top: 10px;
}
.navP li ul {
    display: none;
}
.navP ul li a {
    display: block;
    /*background: #1e7c9a;*/
    margin-left: 1px;
    padding: 5px 15px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}
.navP ul li a:hover {
  background: #007dba;
}
.navP li:hover ul {
    position: absolute;
    display: block;
}
.navP li:hover li {
    float: none;
    font-size: 11px;
}
.navP li:hover a { background: rgba(0, 0, 0, 0.7); }
.navP li:hover li a:hover {
    background: #007dba;
}

.navP p {
  line-height: 14px;
}


/* * * * =ficha * * * */


#wrapperFicha {
  margin: 0 auto -55px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: url(../images/dust.png);
  color: #0b4870;
}

.breadcrumb {
  margin-top: 10px;
  padding: 10px;
  background: #000;
  color: #99aeb8;
  text-transform: uppercase;
  font-size: 14px; 
}

.seccion {
  color: #fff;
}

h2 {
  margin: 25px 0 0px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 10px;
}

h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
}

.fotoFicha {
  float: left;
  width: 470px;
}

.datosFicha {
  float: right;
  width: 470px;
  font-size: 13px;
}

.datosFicha p {
    margin-top: 0;
}

.ficha li {
  margin: 3px 6px 3px 0px;
}

.caption {
  display: none;
}

/* * * * =fonts * * * */

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'ColaborateThinRegular';
    src: url('../fonts/ColabThi-webfont.eot');
    src: url('../fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabThi-webfont.woff') format('woff'),
         url('../fonts/ColabThi-webfont.ttf') format('truetype'),
         url('../fonts/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');

}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'ColaborateLightRegular';
    src: url('../fonts/ColabLig-webfont.eot');
    src: url('../fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabLig-webfont.woff') format('woff'),
         url('../fonts/ColabLig-webfont.ttf') format('truetype'),
         url('../fonts/ColabLig-webfont.svg#ColaborateLightRegular') format('svg');

}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'ColaborateRegular';
    src: url('../fonts/ColabReg-webfont.eot');
    src: url('../fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabReg-webfont.woff') format('woff'),
         url('../fonts/ColabReg-webfont.ttf') format('truetype'),
         url('../fonts/ColabReg-webfont.svg#ColaborateRegular') format('svg');

}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'ColaborateMediumRegular';
    src: url('../fonts/ColabMed-webfont.eot');
    src: url('../fonts/ColabMed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabMed-webfont.woff') format('woff'),
         url('../fonts/ColabMed-webfont.ttf') format('truetype'),
         url('../fonts/ColabMed-webfont.svg#ColaborateMediumRegular') format('svg');

}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'ColaborateBoldRegular';
    src: url('../fonts/ColabBol-webfont.eot');
    src: url('../fonts/ColabBol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabBol-webfont.woff') format('woff'),
         url('../fonts/ColabBol-webfont.ttf') format('truetype'),
         url('../fonts/ColabBol-webfont.svg#ColaborateBoldRegular') format('svg');

}



