/***************************************************************
GENERAL
****************************************************************/


body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

h1{
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.clear{
  display:  block;
  clear: both;
}

/**********************************************************************************
Proyectos grid
***********************************************************************************/

.top{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 3px
}

.le{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 1.5px
}

.bo{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 0px
}
.ri{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 1.5px
}

#section-proyectos{
  width: 100%;
  height: 500px;
  display: block;
}

.project_cont {
  float: left;
  position: relative;
  width: 25%;
  margin:0;
  padding:0px 0px 0px 0px;
  list-style: none;
  display: block;
  z-index: 100;
  box-sizing: border-box;
  overflow: hidden;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition:all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.headers_thumb{
  display: block;
}
.title-project-index{
    font-family: 'Roboto', sans-serif;
    margin: auto;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    padding: 35px 50px 1px 50px;
}
.linea{
  width: 30%;
  border: solid 1px #fff;
  margin: 0 50px 0 50px;
}

.categoria{
      font-family: 'Roboto', sans-serif;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 1px;
      margin-top: 0;
      display: inline-block;
      color: #fff;
      padding: 0px 0 0 50px;
}
.division{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
    padding: 0;
    margin: 0;
  display: inline-block;
}
.locacion{
      font-family: 'Roboto', sans-serif;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 1px;
      margin-top: 0;
      display: inline-block;
      color: #fff;
}

.reso_project_img {
    width: 100%;
    height: 100%;
    z-index: 50;
    box-sizing: border-box;
    display: block;
}

.hover_project{
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(25,25,25,0.7);
  position: absolute;
  display: flex;
  height: 160px;
  width: 100%;
  left: 0px;
  right: 0px;
  letter-spacing: 1.5px;
  box-sizing: border-box;
  margin: auto;
  padding: 0 0 0 0;
  font-size: 1em;
bottom: 0;
  -webkit-transition:all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  opacity: 0;
}

.project_cont:hover .hover_project {
  bottom:0;
  opacity: 1;
}
.project_cont:hover {
  filter: grayscale(0%);
}


/***************************************************************
QUERYS
****************************************************************/

@media screen and (max-width: 1920px) {
  .hover_project{
    bottom: 0;
  }
  .project_cont:hover .hover_project {
    bottom: 0;
    opacity: 1;
  }


}


@media screen and (max-width: 1680px) {
  .hover_project{
    bottom: 0;
  }
  .project_cont:hover .hover_project {
    bottom: 0;
    opacity: 1;
  }
}


@media screen and (max-width: 1400px) {
  .hover_project{
    bottom: 0;
  }
  .project_cont:hover .hover_project {
    bottom: 0;
    opacity: 1;
  }
}

@media screen and (min-width: 1025px) {
  .project_cont-50{
    width: 50%;
  }

}

@media screen and (max-width: 1024px) {
  .project_cont{
    width: 50%;
 }
  .project_cont-50{
    width: 50%;
 }
 .hover_project{
   top: 70%
 }
 .project_cont:hover .hover_project {
   bottom: 0;
   opacity: 1;
 }
}

@media screen and (max-width: 800px) {
      .project_cont{
        width: 100%;
     }
      .project_cont-50{
        width: 100%;
     }
     .hover_project{
       bottom: 0;
     }
     .project_cont:hover .hover_project {
       top:80%;
       opacity: 1;
     }
}

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

@media screen and (max-width: 480px) {
  .hover_project{
    bottom: 0;
  }
  .project_cont:hover .hover_project {
    bottom: 0;
    opacity: 1;
  }
}
