

.group_proyectos {
    position: relative;
    background: #D3E3DD;
    margin-top: 50px;
    margin-bottom:100px;
}
.group_proyectos img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.item_proyectos {
   margin: auto;
}

.box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 75%;
}
.box-img {
    padding: 15px;
}
.box-txt {
    margin-bottom: 20px;
    height: 60px;
}
.box .imgBox img {
    max-width: 100%;
    transition: transform 2s;
}

.box:hover .imgBox img{
    transform: scale(1.05);
}
.box .details {
    position: absolute;
    top: 40px;
    left: 20px;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    transform: scaleY(0);
    transition: transform .5s;
    
}
.box .details .content  {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding:80px;
    color: #fff
}
.box .details .content p {
    position: relative;
    display: block;
    font-size: .6em;
    background: #333333;
    border: 1px solid white;
    padding-top: 10px;
    padding-bottom: 10px;
}
.box:hover .details {
    transform: scaleY(1);
}
.our-team__title_proy {
    font-family: 'BAHNSCHRIFT';
    color: #555555;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (min-width:480px) {
.box .details .content  {
    padding: 25px;
}
    .our-team__title_proy {
        font-size: 1.1em;
    }
}
@media screen and (min-width:760px) {
.box .details .content  {
    padding: 50px;
}
    .box .details .content p  {
    font-size: .9em;
}
    .our-team__title_proy {
        font-size: 1.3em;
    }
}
@media screen and (min-width:1024px) {
.box .details .content  {
    padding: 60px;
}
       .box .details .content p  {
    font-size: 1.1em;
}
    .our-team__title_proy {
        font-size: 1.5em;
    }
    }