
/* 
    Created on : 26 mag 2025, 12:45:39
    Author     : davide
*/
.parag-under-hours
{
    border: 1px solid var(--color-primary-400);
  padding: 15px 20px 20px ;
  border-radius: 3px;
  margin-bottom: -40px;
}
.iva-inclusa
{
    text-align: center;
    color: var(--color-primary-400);
    font-size: 20px;
    margin-top: 10px;
    text-decoration: underline
}
.iva-inclusa.alt
{
    color: #fff
}
#img-meet-us
{
    width: auto;
}
img
{
    border-radius: 2px
}
.article-gallery
{
    margin-top: -15px;
    padding: 40px 20px;
    background-color: #fff;
}
.gallery
{
    column-count: 1;
    margin-top: 20px
}
.gallery img
{
    margin-bottom: 15px;
  display: block;
}
#sub-menu
{
    position: absolute;
  background-color: #f6f6f6;
  color: #333;
  margin-left: 0px;
  width: 140px;
  box-shadow: none !important;
  text-align: center;
  margin-top: 10px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition:  all 300ms ease-in-out;
}
#sub-menu.active
{
     height: 85px;
     opacity: 1;
     transition:  all 300ms ease-in-out;
}
video
{
    margin-bottom: 18px;
}
@media only screen and (min-width:768px)
{
    #img-meet-us
    {
        width: auto;
        height: 620px
    }
    .article-gallery
    {
        margin-top: -15px;
      padding: 70px 50px;
    }
    .gallery
    {
        column-count: 2;
        margin-top: 40px
    }
}
@media only screen and (min-width:1340px)
{
    #img-meet-us
    {
        width: auto;
        height: 620px
    }
    .article-gallery
    {
        margin-top: -15px;
      padding: 70px 50px;
    }
    .gallery
    {
        column-count: 3;
        margin-top: 50px
    }
}
@media only screen and (min-width:1820px)
{
    .gallery
    {
        column-count: 4;
        margin-top: 60px
    }
}

