.proyect {
    margin-bottom: 40px;
}

/*resultados*/

.container .data .proy {
    border-top: 1px solid #b1b1b1;
    background: white;
    padding: 0px;
    height: auto;
    /*overflow: scroll;
    min-height: 400px;
    max-height: 700px;*/
}

/*resultados navbar*/

.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 0px;
    right: 0%;
}

.container .data .proy .nav-bar {
    margin-top: 5px;
    background-color: white;
}

.unselect {
    color: rgb(161, 161, 161);
    padding: 5px 15px 5px 15px;
    font-weight: lighter;
    font-size: 20px;  
    border-bottom: none;
}

.select {
    color: #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.container .data .proy .navbar-default .navbar-nav > li > a{
    color: rgb(161, 161, 161);
    padding: 5px 15px 5px 15px;
    font-weight: lighter;
    font-size: 20px;
}

.container .data .proy .navbar-default .navbar-nav > li > a:hover {
    color: #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.container .data .panel .item-proyect{
    padding: 10px;
    font-size: 18px;
    border-right: 1px solid #b1b1b1;
    background: #f5f5f5;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    cursor: pointer;
}

.container .data .col-md-3 {
    padding: 0px;
}

.container .data .panel .item-proyect:hover{
    background: #fff;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    border-right: none;
}


.container .data .panel .item-proyect a{
    color: #737373;
    -moz-transition: all linear .1s;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}

.container .data .panel .item-proyect a:hover{
    color: #398f16;
}

/*PROYECTO*/

.container .data .proy  h1{
    color: #398f16;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.container .data .proy  h2{
    color: #3d941a;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.container .data .proy  h3{
    color: hsl(104, 69%, 22%)
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.container .data .proy span{
    color: #2f7416;
    font-size: 22px;
    font-weight: bold;
}

.container .data .proy .span-2{
  color: rgb(104, 143, 90);
  font-size: 22px;
}

.container .data .proy .null{
  color: hsl(0, 3%, 77%);
  font-size: 60px;
  padding: 120px;
}

.container .data .proy p{
    color: #737373;
    font-size: 22px;
    text-align: justify;
}
