.box_image{
height: 280px;
overflow: hidden;
position: relative;
top: -56px;
margin-bottom: -56px;
}
.box_image>img{
background: none;
border: none;
padding: 0px;
position: absolute;
}
.content .box_image>img{
background: none;
border: none;
padding: 0px;
}
.box_image .imgOpis{
position: absolute;
left:0px;
right:0px;
top:2%;
color: #FFFFFF;
font-size: 30px;
margin: 0;
}


@media screen and (max-width:780px){
.box_image_p{display: none}
}
