.lavorazioni_title_title
{
    color:red;
    font-size: 30px;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align:left;
    text-transform:uppercase;
    text-align:center;
    background:white;
    border-width:100px;
    border-bottom: 2px solid red;
  
}
.lavorazioni_title_gray
{
  background:#FDD524;
  color:black;
  border-bottom: 2px solid black;
}
.lavorazioni_home
{
  margin-bottom:20px;
  box-sizing: border-box;
  height:40vh;
}
.lavorazioni_home_lavorazioni
{
  margin-bottom:25vh;
  box-sizing: border-box;
}
.lavorazioni-title>p
{
    max-width:311px;
    text-align:justify;
    padding-left: 8%;
    line-height: 2;
}

.lavorazioni>img
{
  float:right;
  padding-right:1%;
}

.lavorazioni_lista
{
  list-style-type: square;
  max-width:311px;
  font-size:14px;
  text-align:justify;
  line-height: 1.5;
}

.blackbg
{
  background-color:black;
}
.whitebg
{
  background-color:white;
  
}

.buttonhomepage
{
  border:0px;
  background:red;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin:0 auto;
  color: white;
}
.buttonhomepage>a:hover
{
  color:white;
  text-decoration:none;
}


/** CSS PER GLI EFFETTI DI HOVER SULLE IMMAGINI **/

.view {
  float: left;
  /* padding-left: 10px; */
  /* margin: 1%; */
  /* max-width: 23vw; */
  border: 7px solid rgba(255, 255, 255, 0);
  overflow: hidden;
  position: relative;
  text-align: center;
  /* box-shadow: 1px 1px 2px #e6e6e6; */
  cursor: pointer;
  /* background: #fff; */
}

.over_image
{
  background-color: white;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0px;
}
.over_image:before {
    position: absolute;
    color:white;
    border-width: 14px;
    border-style: solid;
    border-color: transparent;
    top: -14px;
    right: auto;
    bottom: auto;
    left: calc(50% - 14px);
    border-bottom-color: inherit;
    border-top: none;
    content: '';
}

.view_img:hover
{
  -webkit-transition: -webkit-transform 5s;
  transition: transform 2s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
} 
.view_img
{
  -webkit-transition: -webkit-transform 4s;
  transition: transform 1s;
  max-height: 25vh;
}



/* Extra Small Devices, Phones */ 
/* portrait */
@media only screen and (max-width : 320px) {

  
} 
/*landscape*/
@media only screen and (max-width : 568px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 600px) and (max-width : 800px) {

}

/* Medium Devices, Desktops/tablet */
@media only screen and (min-width : 768px) and (max-width : 1024px){

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 800px) and (max-width : 1280px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {

}