#header_title{justify-content: unset;text-align: unset;}
#btnpgup{display: inline-block;position:absolute;top:5px;height:20px;width:100px;left:calc(50% - 50px);cursor:pointer;background: url('../../grafica/scroll_up.png') no-repeat center;background-size:contain;}
#btnpgdown{display: inline-block;position:absolute;bottom:10px;height:20px;width:100px;left:calc(50% - 50px);cursor:pointer;background: url('../../grafica/scroll_down.gif') no-repeat center;background-size:contain;}
#btnpgdown[viewmode="static"]{background: url('../../grafica/scroll_down.png') no-repeat center;background-size: contain;}

#ownercubo{display: flex;text-align: center;justify-content: center;align-items: center;}
#boxcubo{width: 600px;height: 600px;cursor: pointer;background: url('../../grafica/cubo_logo.gif') no-repeat center;background-size: 100%;transition: width 0.2s linear, height 0.2s linear;}

#boxprogetti{display: flex;flex-wrap: wrap;justify-content: center;}
.product{display:inline-block;position:relative;width:300px;height:300px;margin:10px;overflow:hidden;text-decoration:none;border-radius:10px;}
.box_product_image{position: absolute;border:none;}
.product_model{position: absolute;box-sizing: border-box;display:flex;justify-content: center;align-items: center;width: 100%;min-height: 35px;font-size: 14px;bottom:-14px;padding:5px;color: #fff;background:rgba(234, 0, 3, 0.7);opacity: 0;transition: opacity 0.2s linear;}
.product:hover .product_model{opacity:1}

@media(max-height:370px){
  #btnpgup{transform: scale(0.7);top: 0;}
  #btnpgdown{transform: scale(0.7);bottom: 0;}
}
@media(max-width:540px){
  body{padding:5px;text-align:left;}
  .linktema:hover{background:#de1215;color:#fff;}
  #boxintro{width:100%;}
  #btnpgup,#btnpgdown{display:none;}
  #boxcallnow{display:inline;}
  #btncallnow{padding-left:20px !important;line-height: 29px;background: url('../../grafica/telephone.png') no-repeat left 5px center;}
  .sezione:not([cdsez="main"]){margin:5px 5px 20px 5px}
}
