/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

border: none;


/*  ******************************************************************** MI CSS */

*{ box-sizing: border-box; }

p, h4, h5, h6 {
	font-family: 'abel';
}


h1{
  color: white;
  font-family: sans-serif;
  text-align: center;
}


h4{
	color:#01bdce;
}



p{
	font-size: 14px;
	margin-top: 16px;
	line-height: 18px;
	font-family: sans-serif;
  color: white;
}

h4{
	font-size: 26px;
}


h5{
	font-size: 13px;
	margin-top: 5px;
	color: orange;
	text-align: center;
	font-family: sans-serif;
	padding-top: 10px;
}

.iconofa{
	font-family: 'FontAwesome';
}


.iconofabco{
	color: white;
}

.iconofaaz{
	color: #01bdce;
}


.topmenu .res {
	color: orange;
}


body{background-color: black;}


.pronto{
	color: white;
	position: absolute;
	top:  250px;
	left: 200px;
}


.inicio {
	position: absolute;
	top:  100px;
}









/************************************************************** AIRE que funciona */
      .aire{
       		height: 55px;
       		width: 100%;
       		/*border: solid yellow 2px ;*/
       }  





 /************************************************************** MENU*/
.menufix {
	/*border: solid orange 3px;*/
	height: 30px;
}



.topmenu {
	margin-left: 4%;
}



.topmenu a {
	text-align: center;
	font-family: 'arial';
	font-size: 12px;
	line-height: 18px;
	margin-right: 20px;
	text-decoration: none;
	color:white;
}











/************************************************************** ARQUITECTURA*/


/************************************************************** BOTONES*/

.subcategos{
	/*border: solid cyan 2px;*/
	margin-left: 9%;
}



.btn{
	border: none;
  border-radius: none;
  outline: none;
  padding: 2px 10px;
  background-color: black;
  cursor: pointer;
  font-size: 12px;
  font-family: sans-serif;
  color: grey;
  border: solid black 1px;
}







/************************************************************** COLUMNAS*/

.losproyectos{
	width: 95%;
	/*border:  solid white 1px;*/
	margin: auto;
	padding-top: 3%;
}




.columnas{
	width: 31%;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	background-color: #111313;
}


.arquip{
	color: #7d7e7e;
	padding: 5px 25px 15px 25px;
	text-align: justify;
}


.cuadro{
	display: block;
	/*border-bottom: solid white 1px;*/
}







/************************************************************** FILTROS*/


.container {
  overflow: hidden;
  width: 100%;
  margin: auto;
}

.filterDiv {
  float: left;
  width: 28%;
  line-height: 40px;
  text-align: center;
  margin: 10px;
  display: none; /* Hidden by default */
}


.filterDiv img {
  width: 100%;
}

.filterDiv p {
  font-size: 12px;
  color: whitesmoke;
  width: 90%;
  text-align: center;
  margin: auto;
}




/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: #666;
  color: white;
}






/************************************************************** FILTROS BOTONES*/

.btnflecha {
  background-color: black;
  color: #b3b3b3;
  padding: 1px;
  font-size: 13px;
  border: none;
  outline: none;
  margin-right: 20px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #808080;
  min-width: 50px;
  z-index: 1;
}

.dropdown-content a {
  color: grey;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
    border-radius: 0;
}

.dropdown-content a:hover {background-color: #ddd}

.dropdown:hover .dropdown-content {
  display: block;
}

.btnflecha:hover, .dropdown:hover .btnflecha {
  background-color: #808080;
}


.btncatego{
  background-color: #1a1a1a;
  border: solid black 1px;
  color: #b3b3b3;
  border-left: solid 1px grey;
  border-radius: none;
}


.infografia img{
  width: 95%;
  margin: auto;
  margin-top: 100px;
  display: block;
}







/**************************************************************************************** PROYECTOS */


.cuadrofade {
  position: relative;
  width: 100%;
}


.imagenjdn {
  display: block;
  width: 100%;
  height: auto;
}

.overlayoli {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: black;
}

.cuadrofade:hover .overlayoli {
  opacity: .7	;
}

.textjdn, .textjdn2{
  color: white;
  font-size: 15px;
  font-family: arial;
  line-height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.textjdn2{
	display: block;
	top: 60%;
  left: 50%;

}




/**************************************************************************************** CONTACTO */

.contactowrapper{
  width: 50%;
  margin: auto;
  border-radius: 20px;
 
}

.inner{
  padding: 50px;
}


.inner h1{
    font-family: sans-serif;
    color: orange;
    font-size: 15px;
    margin-bottom: 40px;
}


.form-group{
  padding: 10px;
  text-align: left;
}

.form-group label{
  color: grey;
  font-family: sans-serif;
  font-size: 14px;
}


.form-control, .form-control-mje {
  color: grey;
  width: 100%;
  height: 25px;
  background-color: #141414;
  border: solid #141414 1px;
  border-radius: 5px;
}


.form-control-mje{
    height: 125px;
}

.botoncentrado{
  width: 40%;
  margin: auto;
  border: solid orange 1px;
  border-radius: 10px;
}


.btn{
  width: 100%;
  color: orange;
  background-color: black;
  border-radius: 10px;
  font-size: 14px;

}

.privacidad{
  width: 80%;
  margin: auto;
  padding-top: 100px;
}

.privacidad p{
  font-family: sans-serif;
  color: grey;
  font-size: 12px;
  text-align: center;
}



.form-group option{
  background-color: orange;
}





.ancho35{
  width: 35%;
  margin: auto;
}

.ancho100{
  width: 100%;
  border: solid grey 1px;
}

.alto50{
  height: 900px;
}




/**************************************************************************************** R */


@media screen and (max-width: 1200px) {
   .filterDiv {width: 100%;}
   .subcategos{ margin-left:1px;}

}















































































































































































































































































































































