.col_derecha{
    overflow: hidden;
}
.fachada_nave{
  cursor:pointer;
    background-size: cover;
    -webkit-transition: all 1.15s ease-in-out;
    -moz-transition: all 1.15s ease-in-out;
    -ms-transition: all 1.15s ease-in-out;
    -o-transition: all 1.15s ease-in-out;
    transition: all 1.15s ease-in-out;
}
.fachada_nave:hover{

  -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);

}
.just_mobile{display:none !important;}
.banners_home{
    margin: 20px 0px;
}
.banners_home .qode-banner{
    height: 250px;
}
.banners_home .vc_col-sm-6 .qode-banner {
    height: 275px;
}
.banners_home .vc_col-sm-6 .qode-banner .qode-banner-image img{top: 0px;
position: absolute;}
.banners_home .qode-banner .qode-banner-image{}
.banners_home .qode-banner .qode-banner-image img{
  -webkit-transition: all 1.15s ease-in-out;
  -moz-transition: all 1.15s ease-in-out;
  -ms-transition: all 1.15s ease-in-out;
  -o-transition: all 1.15s ease-in-out;
  transition: all 1.15s ease-in-out;
  top: -50px;
  position: absolute;
  }
.banners_home .qode-banner:hover .qode-banner-image img{
  -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
}
.banners_home h3{
    font-weight: 400;
    text-transform: uppercase;
    line-height: 35px;
    text-shadow: 1px 1px 1px #5a5a5a;
}
.qode-banner .qode-banner-content{
    background-color: rgba(0,0,0,.5);
}
.grua_inner{
    background-size: 400px 312px !important;
    background-position: right 95px bottom -15px !important;
}
@media (max-width: 480px){

    .just_mobile{display:inline-block !important;}

}
