/* Copyright 1999-2018. Plesk International GmbH. All rights reserved. */
html {

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
    font-size: 12px;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body { margin: 0;background:#fdfdfd }

*{
    font-family: presicav, sans-serif;
    font-style: normal;
    text-rendering: auto;
    text-rendering: optimizeSpeed;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;

}

a {
    color: var(--bs-link-color);
    text-decoration: underline;
    text-decoration: none;
    font-weight: 700;
    color: #621f1b;
    font-size: 1.2rem;
}

h1{
    font-weight: 600;
    margin: 0;
    line-height: 100%;
    font-size: 2rem;
    position: relative;
    top: -6px;
    background: linear-gradient(270deg, rgb(95 25 23) 0%, rgb(178 150 121) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2{
    font-weight: 400;
    font-size: 1.5rem;
    margin: 0;
}

h3{
    font-weight: 700;
    margin: 0;
    line-height: 1.8;
    color: #621f1b;

}

h4{
    font-weight: 800;
}

h5{
    font-weight: 900;
}

p{
    font-size: 1.25rem;
    font-family: "informapro", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    line-height: 1.8rem;
    margin: 0;
    margin-bottom: 1.8rem;
}

hr{
  margin: 0;
}

ul{
  margin: 2rem 0;
}

li{
   font-size: 1.25rem;
   font-family: "informapro", sans-serif;
   font-weight: 400;
   text-align: justify;
   margin: 0rem;
   line-height: 1.65rem;
   margin-bottom: 0;
}

.separation{
  width: 2px;
  height: 35px;
  background: #65231f;
  display: flex;
}

.mb-info-sec{
  background-size: 1rem 1.8rem;
  /* background-image: repeating-linear-gradient(0deg, #c3c3c3eb, #444cf700 1px, #ffffff00 1px, #ffffff00); */
  background-position: top;
  padding: 3.6rem 0;
}

.my-container{
  width: 90%;
  margin: 0 auto;
  max-width: 1300px;
}

.strong-text{
  font-weight: 500
}

.mb-info-grid{
  display: grid;
 grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
  grid-gap:5rem;

}

.mb-text-box{

}

.mb-text-wrap{
  margin: 1rem 0;
}

.mb-image-box{
 width:100%;
 display: flex;
 max-height: 550px;
 border-radius:0.5rem;
 overflow: hidden;
}

.mb-image-box img{
width: 100%;
height: 100%;
object-fit: cover
}

.com-banner-sec{
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}

.com-banner-sec video{
  position: absolute;
  top: 0;
  left: 0;
width: 125%
}

.com-banner-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999
}

.com-banner-wrap p{
  margin:0;
  font-family: presicav, sans-serif;
}

.com-banner-wrap p:nth-child(1){
 font-size: 3rem;
 font-style: normal;
 font-weight: 500;
 color: #fffbf7;
 line-height: 1;

 font-family: "lemongrass-script", sans-serif;
 font-weight: 400;
 font-style: normal;
}

.com-banner-wrap p:nth-child(2){
 font-size:1.5rem;
 font-style: normal;
 font-weight: 400;
  color: #fffbf7
}

.mblogo{
    width:165px;
    /* border: 1.5px solid #b2957845; */
    /* box-shadow: rgb(180 152 124 / 11%) 0px 2px 5px -1px, rgb(184 158 132) 0px 1px 3px -1px; */
    border-top: none;


}

.mb-button{
   padding: 0.5rem 1rem;
   color: #621f1b;
   line-height: 1.2;
   text-decoration: none;
   border-radius: 100px;
   transition: all 0.2s ease;
   height: fit-content;
   font-weight: 700;
   font-size: 1rem;
   letter-spacing: -0.5px;
   outline: 1.5px solid #621f1b;
   outline-offset: 2px;
   background: white;

}

.mb-button:hover{

  color:white;
  background: #621f1b;
  outline-offset: 0px;
}


.mb-text{
   display: flex;

   align-items: center;
}

.mb-text p{
    text-align: center;
}

.mb-grid{
    display:grid;
    grid-template-columns: 0.5fr 3fr;
    grid-gap:2rem;
}

.mb-grid-time{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(90px,1fr));
    grid-gap:1rem;
    height:fit-content;
    margin: auto 0;
}

.mb-grid-time div{
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
    box-shadow: rgb(98 31 27 / 16%) 0px 2px 5px -1px, rgb(97 31 26 / 14%) 0px 1px 3px -1px;
    padding:10px;

}

.giorno{
    font-weight: 500;
    text-align: center;
    margin: 0;
    font-style: normal;
    font-size:1.125rem;
}

.orario{
    text-align: center;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
    color: #5b1311;
}

.bottomimage{
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mbloader{
    position: absolute;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    display: flex;
    background:#621f1b;
    z-index: 999;
   display: none;
    animation-fill-mode: forwards;

}

@keyframes loading {
    0%{
        opacity:1;
    }
    50%{
        opacity:0.5;
    }

    100%{
        opacity:0;

    }
}


.csgrid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  grid-gap:10px;
  margin:40px 0;

}

.csgrid .image-gallery{
  display:flex;
  overflow:hidden;
  position:relative;
  background:black;
  width:100%;
  height:100%;
  border:0px solid silver;
  transition:all 0.2s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  opacity:1;
  align-self: stretch;
  border-radius: 0.5rem

}

.image-info{
  position:absolute;
  bottom:0;
  color:white;left:0;
  padding:10px;
  opacity:0.5;
  transition:all 0.2s ease-out;
  transform:translateY(50px);
}

.image-info p{
  margin:0;
}



.csgrid .image-gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:all 0.2s ease-out;

}

.csgrid .image-gallery img:hover {
  opacity:0.3;
  mix-blend-mode: luminosity;
  transform: scale(1.1);

}

.image-gallery:hover .image-info {
  opacity:1;
  transform:translateY(0px);


}

.csgrid .image-gallery:first-child {
   grid-column:span 2;
      grid-row: span 2;

}

.csgrid .image-gallery:nth-child(3) {
      grid-row:span 2;
}

.csgrid .image-gallery:nth-child(4) {
      grid-row:span 2;
}

.csgrid .image-gallery:nth-child(6) {
      grid-column:span 2;
}

.csgrid .image-gallery:last-child {
      /* grid-column:span 3;
  height:200px; */
}

.menubtn-gridmb{
 display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     align-items: center;
     grid-gap:10px;


}

.mb-button-wrap{
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 15px;
}

.mb-menu-sec{

  padding: 1rem;
  background: rgb(255,250,245);
  background: linear-gradient(180deg, rgba(255,250,245,1) 0%, rgba(25,35,46,0) 100%);
}

footer{
  padding: 3rem 0;
      background: rgb(255,250,245);
      background: linear-gradient(180deg, rgba(255,250,245,1) 0%, rgba(25,35,46,0) 100%);
      position: relative;
      padding-bottom: 6rem;

}

.mb-footer-ul{
  padding:0;
  margin:0;
  list-style: none;
}

.mb-footer-ul li{
  display: flex;
  margin-bottom: 2px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;

}

.mb-footer-ul li span{
  font-size: initial;
  margin-right: 7px;
  font-weight: 500;

}



.mb-footer-wrap{
  display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      grid-gap: 20px;
      padding:0 10px

}

.mb-footer-bar{
  width: 100%;
      padding:2px 20px;
      background: white;
      border-radius: 0px;
      border: 0px solid silver;
      margin-top: 35px;
      position: absolute;
      bottom: 0;
      left: 0;

}

.mb-footer-bar p{
  margin: 0;
      font-style: normal;
      font-family: 'utile-display';
      line-height: 2;
      text-decoration: none;
      color: #5b1311;
  }

.mb-footer-bar span{
  font-size: 11px;
}

@media only screen and (max-width:1000px){
    .mb-grid{
        display:grid;
        grid-template-columns: 1fr;
        grid-gap:1rem;
    }
    .bottomimage{
        height: 280px;
    }

    .csgrid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      grid-gap:10px;
      margin:40px 0;

    }

}

@media only screen and (max-width:600px){
    .menubtn-gridmb{
     display: flex;
         justify-content: space-between;
         flex-wrap: wrap;
         align-items: center;


    }

    .mb-footer-wrap {

        justify-content: center;

    }

    .mb-grid-time {

        grid-template-columns: 1fr 1fr;


    }

}



/* .menubtn-gridmb .mb-button{
  width:100%;
  text-align: center;
} */


/* a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.page-header-wrapper,
.page-content-wrapper,
.page-footer-wrapper {
    box-sizing: border-box;
    display: table-row;
}
.page-content-wrapper { height: 100%; }
.page-header {
    padding: 0 10px;
    min-height: 50px;
    border-bottom: 1px solid #1c2229;
    background: #222a32;
}
.page-header:before,
.page-header:after {
    display: table;
    content: "";
}
.page-header:after { clear: both; }
.page-content {
    margin: auto;
    padding: 20px 10px;
    max-width: 960px;
}
.page-footer {
    padding: 5px 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid #38444f;
    background: #222a32;
    font-size: 12px;
    line-height: 24px;
}
.page-footer a,
.page-footer a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}
.page-footer .separator {
    width: 1px;
    display: inline-block;
    height: 12px;
    vertical-align: -2px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.6);
}
.product-logo { float: left; }
.product-logo img { height: 50px; }
.company-logo {
    float: right;
    margin-top: 9px;
}
.company-logo img { height: 31px; }
.page-info-wrapper { margin-bottom: 15px; }
.page-info {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ccc;
    background: #f2f2f2;
}
.page-info-heading {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 24px;
}
.page-info p,
.page-info ul { margin: 15px 0; }
.page-info ul { padding-left: 20px; }
.product-info-wrapper p {
    margin: 0 0 15px;
    padding: 0;
}
.product-info-wrapper { margin: 0 -10px; }
.product-info-wrapper:before,
.product-info-wrapper:after {
    display: table;
    content: "";
}
.product-info-wrapper:after { clear: both; }
.product-info-wrapper .col {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0 10px;
}

.product-info-wrapper ul.links {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    text-align: center;
}
.links > li {
    float: left;
    vertical-align: top;
    width: 50%;
    margin-top: 15px;
}
.links > li > a {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
}
.links > li > a:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 5px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}
.blog:before { background-image: url(../img/blog.png); }
.forum:before { background-image: url(../img/forum.png); }
.knowledge-base:before { background-image: url(../img/knowledge-base.png); }
.facebook:before { background-image: url(../img/facebook.png); }
.twitter:before { background-image: url(../img/twitter.png); }
.linkedin:before { background-image: url(../img/linkedin.png); }

.fastcgi:before { background-image: url(../img/fastcgi.png); }
.php:before { background-image: url(../img/php.png); }
.ssi:before { background-image: url(../img/ssi.png); }

.product-info {
    border: 1px solid #bebebe;
    background: #fafafa;
}
.product-info-heading {
    margin: -1px;
    padding: 5px 11px;
    font-size: 16px;
    color: #fff;
    background: #09729f;
}
.product-info-content { padding: 10px; }

@media (max-width: 767px) {
    .page-header-wrapper { height: auto !important; }
}
@media (min-width: 480px) {
    .links > li { width: 33.33%; }
}
@media (min-width: 768px) {
    .page-header-wrapper { height: 51px; }
    .page-header {
        box-sizing: border-box;
        position: fixed;
        z-index: 300;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 51px;
    }
    .page-header,
    .page-content,
    .page-footer {
        padding-right: 20px;
        padding-left: 20px;
    }
    .page-info {
        box-sizing: border-box;
        min-height: 240px;
        padding: 20px 40px 20px 313px;
        border: 1px solid #ccc;
        background: #f2f2f2 url(../img/globe.png) no-repeat;
        background-size: 273px 240px;
    }
    .links > li { width: 33.33%; }
    .product-info-wrapper .col {
        width: 50%;
    }
}

.pathbar {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}
.pathbar a {
    color: #2c2c2c;
    text-decoration: none;
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 0 5px 0 15px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ebebeb;
}
.pathbar a:before {
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffffff;
    content: "";
}
.pathbar a:after {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ebebeb;
    content: "";
}
.pathbar a:hover { background: #2298cb; color: #fff; }
.pathbar a:hover:after { border-left-color: #2298cb; }
.pathbar a:first-child { padding-left: 10px; }
.pathbar a:first-child:before { display: none; }
.test h1 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #444;
}
.test h2 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #444;
}
.test p { margin: 12px 0; }
iframe { border: 1px solid #bebebe; }
.test-data table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.test-data td,
.test-data th { padding: 0; }
.test-data table > thead > tr > th,
.test-data table > tbody > tr > th,
.test-data table > tfoot > tr > th,
.test-data table > thead > tr > td,
.test-data table > tbody > tr > td,
.test-data table > tfoot > tr > td {
    padding: 6px 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #d6d6d6;
}
.test-data table > thead > tr:first-child > th,
.test-data table > tbody > tr:first-child > th,
.test-data table > tfoot > tr:first-child > th,
.test-data table > thead > tr:first-child > td,
.test-data table > tbody > tr:first-child > td,
.test-data table > tfoot > tr:first-child > td {
    border-top: 0;
}
.test-data table th {
    text-align: left;
    white-space: nowrap;
    font-weight: 700;
    background: #fafafa;
} */