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