@charset "UTF-8";
button.candidatura {
  border-radius: 50px;
  height: 10vh;
  margin: auto;
  width: 50%;
  font-size: 1.5rem;
  margin-bottom: 25px;
  transition: all ease 500ms;
}

button.candidatura:hover {
  background-color: #0d6efd;
  color: white;
}

button.btn-menu {
  position: relative;
  width: 100%;
  border-radius: 500px;
  border: solid black 1px;
  height: 8vh;
  filter: drop-shadow(1px 1px);
  margin: auto;
  font-weight: 500;
  font-family: "Times New Roman", Times, serif;
  font-size: 2.5rem;
  margin: auto;
  transition: all ease 500ms;
}

button.btn-menu:hover {
  color: white;
  background-color: #dc3545;
}

div.bottone-menu {
  margin: auto;
  margin-top: 0;
  width: 80%;
  display: flex;
  justify-content: center;
}

button.centrato {
  position: fixed;
  margin-right: auto;
  border: none;
  z-index: 10;
  top: 40px;
}

.hamburger {
  border: none;
  position: fixed;
  z-index: 100000000000;
  top: 40px;
  background-image: url(../img/hamburger_icon.svg.png);
  width: 25px;
  height: 25px;
  transition: all ease 500ms;
  background-color: rgba(0, 0, 0, 0);
}

button.chiudi-hamburger {
  border: none;
  position: absolute;
  z-index: 1000000000000000;
  top: 40px;
  background-image: url(../img/x_icon.png);
  width: 25px;
  height: 25px;
  transition: all ease 500ms;
}

button.skinny {
  display: block;
  border: none;
  width: 400px;
  height: 70px;
  position: absolute;
  align-content: center;
  z-index: 100000;
  top: 85%;
  right: 10%;
  transition: all ease 500ms;
  filter: drop-shadow(1px 1px 1px);
  border-radius: 500px;
  font-size: 1.2rem;
  font-weight: 475;
  transition: all ease 500ms;
}

button.skinny:hover {
  color: white;
  background: #0d6efd;
}

button.collapse-menu {
  display: block;
  border: none;
  width: 25px;
  height: 124px;
  position: fixed;
  align-content: center;
  z-index: 100000;
  top: 42vh;
  left: 112px;
  transition: all ease 500ms;
  background-color: transparent;
  background-image: url(../img/menu_collapse.png);
}

button.expand-menu {
  display: block;
  border: none;
  width: 25px;
  height: 124px;
  position: fixed;
  align-content: center;
  z-index: 100000;
  top: 42vh;
  left: 112px;
  transition: translate ease 500ms;
  transition-delay: 500ms;
  transition-property: opacity;
  background-color: transparent;
  background-image: url(../img/menu_expand.png);
}

.button-booking {
  height: 69px;
  width: 36vh;
  display: initial;
  position: absolute;
  top: 14vh;
  transition: all ease 500ms;
  transform: rotate(-90deg);
  border-radius: 500px;
  font-size: large;
  font-weight: 500;
  border: solid black 2px;
}

.button-booking:hover {
  color: white;
  background: #0d6efd;
}

.button-gift {
  height: 69px;
  width: 36vh;
  display: initial;
  position: relative;
  top: 55vh;
  border: 0;
  transition: all ease 500ms;
  border-radius: 500px;
  border: solid black 2px;
  transform: rotate(-90deg);
  font-size: large;
  font-weight: 500;
}

.button-gift:hover {
  background: #dc3545;
  color: white;
}

img.button-lingua {
  max-width: 35px;
  top: 92vh;
  position: relative;
}

img.button-en {
  max-width: 35px;
  aspect-ratio: 1/1;
  top: 92vh;
  position: relative;
}

img.button-linguaMobile {
  max-width: 35px;
  left: 5px;
  top: 100px;
  position: absolute;
  transition: all ease 500ms;
}

img.button-enMobile {
  max-width: 35px;
  aspect-ratio: 1/1;
  left: 5px;
  top: 150px;
  position: absolute;
  transition: all ease 500ms;
}

img.button-menu {
  max-width: 175px;
  border: none;
  filter: drop-shadow(2px 2px 2px);
  position: relative;
  color: white;
}

div.buttons-row {
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}

button.mariaLuigia, button.viaStella {
  width: 100%;
  height: 10vh;
  border-radius: 500px;
  border: solid black 1px;
  position: relative;
  background: white;
  font-family: sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  transition: all ease 500ms;
}

button.mariaLuigia:hover, button.viaStella:hover {
  background: #0d6efd;
  color: white;
}

div.bottoni-sidebar {
  height: 100%;
  width: 125px;
  position: absolute;
  display: flex;
  justify-content: center;
}

div.bottoni-lingue {
  height: auto;
  width: 125px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#btnEn, #btnIt {
  transition: all ease 500ms;
  cursor: pointer;
}

div.bottoni-side {
  width: 300px;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  margin-top: 11vh;
  transition: all ease 500ms;
}

#lingue {
  transition: all ease 500ms;
}

button {
  background: white;
  cursor: pointer;
  color: black;
  border: solid black 1px;
}

@media (max-width: 1240px) {
  button.skinny {
    top: 45%;
  }
}
@media (max-width: 800px) {
  #collapse-sidebar {
    left: -125px;
  }
  #expand-sidebar {
    left: -125px;
  }
  div.buttons-row {
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 10%;
    padding-bottom: 10%;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  button.btn-menu {
    left: 0%;
    top: 35%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }
  button.skinny {
    font-size: 1rem;
    position: relative;
    top: 0%;
    left: 0%;
    margin: auto;
    width: 80vw;
    margin-bottom: 5%;
  }
  .button-gift {
    visibility: hidden;
    opacity: 0;
  }
  button.chiudi-hamburger {
    top: auto;
  }
  .hamburger {
    position: initial;
  }
  div.bottone-menu {
    padding-bottom: 10%;
  }
  button.viaStella, button.mariaLuigia {
    font-size: 0.9rem;
  }
  button.candidatura {
    border-radius: 50px;
    height: 10vh;
    margin: auto;
    width: 80%;
    font-size: 1rem;
    margin-bottom: 25px;
    transition: all ease 500ms;
  }
  button {
    background: white;
    cursor: pointer;
    color: black;
    border: solid black;
  }
}
h1.osteria {
  left: 5%;
  top: 5%;
  font-family: "Times New Roman";
  font-size: 4rem;
  font-weight: bold;
  width: 788px;
}

h1.ospitalita {
  left: 5%;
  top: 5%;
  font-family: "Times New Roman";
  font-size: 4rem;
  font-weight: bold;
  width: 788px;
  margin: 0;
}

h1.LAVORAH {
  left: 5%;
  top: 5%;
  font-family: "Times New Roman";
  font-size: 4rem;
  font-weight: bold;
  width: 788px;
}

h1.osteriaContacts {
  left: 5%;
  top: 5%;
  font-family: "Times New Roman";
  font-size: 4rem;
  font-weight: bold;
  width: auto;
}

p.p-osteria {
  font-family: "Times New Roman";
  font-size: 2rem;
  width: 571px;
  padding-top: 5%;
}

p.p-ospitality {
  font-family: "Times New Roman";
  font-size: 2rem;
  width: 571px;
  padding-top: 0%;
  margin: 0;
}

h2.twelve-tables {
  left: 5%;
  top: 30%;
  font-family: "Times New Roman";
  font-size: 3rem;
  font-weight: bold;
  width: 550px;
  padding-top: 5%;
}

h2.twelve-ospitality {
  left: 5%;
  top: 30%;
  font-family: "Times New Roman";
  font-size: 3rem;
  font-weight: bold;
  width: 550px;
  padding-top: 0%;
  margin: 0;
}

div.testo-pag1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: left;
  width: 100vw;
  max-height: 100vh;
  left: 5%;
  position: relative;
  padding-right: 5%;
}

div.testo-pag2 {
  text-align: left;
  width: 100vw;
  max-height: 100vh;
  left: 5%;
  padding-right: 5%;
  position: relative;
}

div.testo-pag1OSPITALITA {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: left;
  width: 100vw;
  max-height: 100vh;
  left: 5%;
  position: relative;
  padding-right: 5%;
}

div.testo-pag2OSPITALITA {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 100vw;
  max-height: 100vh;
  left: 5%;
  position: relative;
  padding-right: 5%;
}

div.testo-pagMenu {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: left;
  width: 100vw;
  max-height: 100vh;
  left: 5%;
  position: relative;
  padding-right: 5%;
  height: 100vh;
}

div.testo-pagLavora {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  width: 100vw;
  left: 5%;
  position: relative;
  padding-right: 5%;
}

div.testo-pagContacts {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: left;
  width: 85vw;
  max-height: 100vh;
  left: 5%;
  position: relative;
  padding-right: 0%;
}

p.p-menuPage {
  left: 5%;
  top: 35%;
  font-family: "Times New Roman";
  font-size: 2rem;
  font-weight: regular;
  width: 550px;
}

p.p-menuPiatto {
  font-weight: bold;
  left: 5%;
  top: 35%;
  font-family: "Times New Roman";
  font-size: 2rem;
  font-weight: regular;
  width: 550px;
}

p.p-menuPosizioni {
  left: 5%;
  top: 35%;
  font-family: "Times New Roman";
  font-size: 2.5rem;
  font-weight: regular;
  width: 600px;
  margin-top: 0;
  margin-bottom: 42px;
}

p.italian-trad {
  left: 5%;
  top: 5%;
  font-family: "Times New Roman";
  font-size: 4rem;
  font-weight: bold;
  line-height: 4rem;
  width: 571px;
}

div.linea-menu {
  position: relative;
  left: -5%;
}

div.linea-lavora {
  position: relative;
  left: -5%;
  margin-top: 5px;
  margin-bottom: 25px;
}

.padBot {
  padding-bottom: 5%;
}

div.menu-rettangolo {
  position: absolute;
  width: 35%;
  height: auto;
  left: 35%;
  top: 50%;
  background-color: white;
  justify-content: center;
  box-shadow: 0px 0px 3px 0 black;
  z-index: 1000;
}

div.menu-dentro {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 5%;
}

p.virgolette-1 {
  font-size: 8rem;
  font-weight: bold;
  font-family: "Times New Roman";
  color: #dc3545;
  left: -4.5%;
  top: -17.5%;
  position: absolute;
  filter: none;
  margin: 0;
}

p.virgolette-2 {
  font-size: 8rem;
  font-weight: bold;
  font-family: "Times New Roman";
  color: #dc3545;
  left: 95%;
  top: 80%;
  position: absolute;
  filter: none;
  margin: 0;
}

p.menu-text {
  position: relative;
  font-family: "Times New Roman";
  font-size: 1.5rem;
  line-height: 1.5rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  padding-bottom: 5%;
}

h1.reservations-foot {
  margin-left: auto;
  margin-right: auto;
  font-family: "Times New Roman";
  font-size: 4rem;
  font-weight: bold;
  line-height: 3rem;
  filter: none;
  justify-content: center;
  text-align: center;
}

p.footer-text {
  margin: 0;
  font-family: "Times New Roman";
  font-size: 2rem;
  line-height: 2rem;
}

p.artwork-header {
  font-family: "Times New Roman";
  font-size: 4rem;
  font-weight: bold;
  line-height: 4rem;
  filter: none;
  width: 571px;
}

p.artwork-paragraph {
  font-family: "Times New Roman";
  font-size: 2rem;
  line-height: 2rem;
  filter: none;
}

p.descr-stella {
  display: flex;
  justify-content: center;
  position: relative;
  border: none;
  font-family: arial;
  font-size: 18px;
  margin: 0;
  padding-top: 5%;
}

p.descr-luigia {
  display: flex;
  justify-content: center;
  position: relative;
  border: none;
  font-family: arial;
  font-size: 18px;
  margin: 0;
  padding-top: 5%;
}

p.p-massimo {
  position: relative;
  font-family: "Times New Roman";
  font-size: 2rem;
  font-weight: regular;
  width: 550px;
}

.txt-Menu {
  left: 5%;
  top: 5%;
  font-family: "Times New Roman";
  font-size: 4rem;
  font-weight: bold;
}

.txt-Italia {
  left: 5%;
  top: 20%;
  font-family: "Times New Roman";
  font-size: 3rem;
  font-weight: bold;
  width: 550px;
}

.txt-Lavora {
  left: 5%;
  top: 20%;
  font-family: "Times New Roman";
  font-size: 3rem;
  font-weight: bold;
  width: 550px;
  margin-top: 0;
  margin-bottom: 100px;
}

p.mandaci {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 100px;
}

.txt-Contacts {
  left: 5%;
  top: 20%;
  font-family: "Times New Roman";
  font-size: 3rem;
  font-weight: bold;
  width: auto;
}

div.vieni-in-italia {
  width: 100vw;
}

P.menu-text-piatti-VII {
  font-family: "Arial";
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
  width: 80vw;
}

.croccantino {
  font-family: "Arial";
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
  width: 950px;
}

.croccantino2 {
  font-family: "Arial";
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
  width: 1000px;
}

.croccantino3 {
  font-family: "Arial";
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
  width: 1000px;
}

a.details {
  color: black;
  font-family: "Arial";
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  margin: 0;
  margin-top: 5%;
  text-decoration: underline;
}

p.menu-text-piatti-1 {
  left: 4.5%;
  top: 12%;
  font-family: "Arial";
  font-size: 1.5rem;
  font-weight: regular;
  line-height: 2rem;
  margin: 0;
}

p.menu-text-piatti-2 {
  left: 4.5%;
  top: 30%;
  font-family: "Arial";
  font-size: 1.5rem;
  font-weight: regular;
  line-height: 2rem;
  margin: 0;
}

p.menu-text-piatti-3 {
  left: 4.5%;
  top: 43%;
  font-family: "Arial";
  font-size: 1.5rem;
  font-weight: regular;
  line-height: 2rem;
  margin: 0;
}

p.menu-text-piatti-3-2 {
  left: 4.5%;
  top: 48%;
  font-family: "Arial";
  font-size: 1.5rem;
  font-weight: regular;
  line-height: 2rem;
  margin: 0;
}

p.menu-text-piatti-4 {
  left: 4.5%;
  top: 67%;
  font-family: "Arial";
  font-size: 1.5rem;
  font-weight: regular;
  line-height: 2rem;
  margin: 0;
}

hr.linea-menu {
  opacity: 1;
}

div.menu-rettangolo-pageMenu {
  width: 100vw;
  height: 300px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

div.menu-rettangolo-pageLavora {
  width: 100vw;
  height: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

div.menu-dropshadow-pageMenu {
  position: relative;
  width: 100vwpx;
  height: 400px;
  left: 0%;
  top: 0%;
  justify-content: center;
  filter: drop-shadow(2px 2px 2px);
}

p.p-footer {
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  font-size: 12px;
}

span.underlined {
  text-decoration-line: underline;
}

span.reg-text-expanded {
  position: relative;
  left: 0%;
  right: auto;
  top: 250%;
  font-family: "Times New Roman";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1rem;
  filter: none;
  justify-content: center;
  text-align: center;
}

p.p-footer-expanded {
  color: #7d7870;
  font-size: 12px;
}

span.reg-text {
  position: relative;
  left: 0%;
  right: auto;
  top: 250%;
  font-family: "Times New Roman";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1rem;
  filter: none;
  justify-content: center;
  text-align: center;
}

h2.contacts-heading {
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 50px;
  font-family: "Times New Roman";
  font-size: 3rem;
  font-weight: bold;
}

p.contacts-body {
  text-align: left;
  justify-content: right;
  display: flex;
  margin-left: 50px;
  font-family: "Times New Roman";
  font-size: 2.5rem;
  font-weight: 400;
  flex-wrap: wrap;
  align-content: center;
}

p.più {
  font-size: 4rem;
  font-weight: bold;
  left: 5%;
  top: 15%;
  position: absolute;
}

@media (max-width: 1400px) {
  div.menu-rettangolo {
    left: 50%;
  }
}
@media (max-width: 800px) {
  div.testo-pag1 {
    text-align: center;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    left: 0%;
    top: 0%;
    padding-top: 6.5%;
    padding-right: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  div.testo-pag1OSPITALITA {
    text-align: center;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    left: 0%;
    top: 0%;
    padding-top: 6.5%;
    padding-right: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  div.testo-pag2 {
    text-align: center;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    left: 0%;
    top: 0%;
    padding-top: 5%;
    padding-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  div.testo-pag2OSPITALITA {
    text-align: center;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    left: 0%;
    top: 0%;
    padding-top: 5%;
    padding-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  div.testo-pagMenu {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100vw;
    max-height: none;
    left: 0%;
    position: relative;
    padding-right: 0%;
    height: auto;
    padding-bottom: 5%;
    padding-top: 6.5%;
  }
  div.testo-pagMenu {
    text-align: center;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    left: 0%;
    top: 0%;
    padding-top: 6.5%;
    padding-right: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  div.testo-pagContacts {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0%;
    top: 0%;
    padding-top: 6.5%;
    padding-right: 0%;
    margin-left: auto;
    margin-right: auto;
    max-height: none;
  }
  h1.osteria, h1.osteriaContacts, h1.ospitalita {
    font-size: 2.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  h1.ospitalita {
    width: 80%;
    font-size: 2.2rem;
  }
  h1.LAVORAH {
    font-size: 2.5rem;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  h2.twelve-tables, h2.txt-Italia, h2.txt-Contacts, h2.contacts-heading, h2.twelve-ospitality {
    font-size: 2rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
  }
  h2.txt-Contacts {
    padding-bottom: 10%;
  }
  h2.contacts-heading {
    padding: 0%;
    text-align: left;
  }
  p.p-osteria, p.p-massimo, p.contacts-body, p.p-ospitality {
    font-size: 1.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
    padding-top: 5%;
  }
  p.contacts-body {
    text-align: center;
    display: inline;
  }
  p.italian-trad {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-top: 0%;
    margin: 0%;
    width: auto;
  }
  div.menu-rettangolo {
    position: relative;
    width: 80%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: auto;
    left: 0;
    top: 0%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  p.virgolette-1 {
    font-size: 6rem;
    top: -12%;
    left: -7.5%;
    position: absolute;
  }
  p.virgolette-2 {
    font-size: 6rem;
    top: 88%;
    left: 93%;
    position: absolute;
  }
  p.menu-text {
    font-family: "Times New Roman";
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 10%;
  }
  p.reservations-foot {
    padding-top: 0px;
    margin-bottom: 0px;
    font-family: "Times New Roman";
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 2.5rem;
    filter: none;
    justify-content: center;
    text-align: center;
  }
  div.menu-dentro {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  p.artwork-header {
    font-size: 2.5rem;
    line-height: 2.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
  }
  p.artwork-paragraph {
    font-size: 1.5rem;
    line-height: 1.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
  }
  h1.reservations-foot {
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    font-family: "Times New Roman";
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3rem;
    filter: none;
    justify-content: center;
    text-align: center;
  }
  p.footer-text {
    padding-top: 2.5%;
    font-family: "Times New Roman";
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  p.descr-stella {
    font-size: 18px;
    margin-top: 5%;
  }
  p.descr-luigia {
    font-size: 18px;
    margin-top: 2.5%;
    margin-bottom: 0%;
  }
  div.vieni-in-italia {
    width: 100vw;
    text-align: left;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  p.p-menuPage {
    font-size: 1.5rem;
    line-height: 1.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
  }
  p.p-menuPiatto {
    font-weight: bold;
    font-family: "Times New Roman";
    font-size: 2rem;
    font-weight: regular;
    width: 100%;
    padding-bottom: 5%;
    padding-top: 5%;
  }
  div.menu-rettangolo-pageMenu {
    width: 90%;
    height: auto;
    background-color: white;
    text-align: left;
  }
  div.linea-menu {
    width: 100vw;
    left: 0%;
  }
  #rettangoloMenuPadding {
    padding-bottom: 11.5%;
  }
  P.menu-text-piatti-VII, a.details, .croccantino, .croccantino2, .croccantino3 {
    padding-left: 5%;
    width: 90vw;
  }
  .menu-text-piatti-VII {
    width: 100vw;
  }
  div.testo-pagLavora {
    text-align: center;
    width: 100vw;
    left: 0;
    position: relative;
    padding-right: 5%;
  }
  .txt-Lavora {
    width: auto;
    font-size: 2rem;
  }
  p.p-menuPosizioni {
    width: 90%;
    font-size: 2rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  p.lavoriDisp {
    padding: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  p.mandaci {
    font-size: 1.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
  }
  span.prezzo {
    text-align: right;
    float: right;
  }
}
@media (max-width: 1260px) {
  .croccantino2 {
    width: 800px;
  }
}
img.img-pagina-expanded {
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.immagine-content-expanded {
  position: relative;
  top: 0;
  left: -217px;
}

.immagine-content-expandedHOSPITALITY {
  position: relative;
  top: 0;
  left: -217px;
}

img.img-pagina-expanded-2 {
  max-height: 100vh;
  position: relative;
  display: block;
  overflow: hidden;
}

img.mariaLuigia {
  max-width: 500px;
  position: relative;
  border: none;
  filter: drop-shadow(1px 1px 1px black);
  color: black;
}

img.viaStella {
  display: inline;
  max-width: 500px;
  position: relative;
  border: none;
  filter: drop-shadow(1px 1px 1px black);
}

img.img-pagina-expanded-menu {
  max-height: 100vh;
  left: 0;
  position: absolute;
  display: block;
  left: 15%;
  overflow: hidden;
  float: right;
}

img.immagine-arte-expanded {
  max-height: 100vh;
}

div.immagine-arte-expanded {
  position: relative;
  top: 0%;
  align-items: center;
  display: flex;
}

img.img-pagina-expanded-massimo {
  max-height: 100vh;
  position: relative;
  display: block;
  overflow: hidden;
}

img.img-pagina-expanded-2-massimo {
  max-height: 100vh;
  position: relative;
  display: block;
  overflow: hidden;
  left: -217px;
}

img.img-pagina {
  max-height: 100vh;
  left: 0;
  position: absolute;
  display: block;
  left: 45%;
  overflow: hidden;
}

img.img-pagina-2 {
  max-height: 100vh;
  left: 0;
  position: absolute;
  display: block;
  left: 45%;
  overflow: hidden;
}

img.img-pagina-expanded-2-menu {
  max-height: 100vh;
  position: absolute;
  display: block;
  left: 15%;
  overflow: hidden;
}

img.michelin {
  margin-left: auto;
  margin-right: auto;
  max-width: 79px;
  max-height: 23px;
  text-align: center;
  position: relative;
  align-content: center;
}

img.firma {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  align-content: center;
  margin-bottom: 25px;
  max-width: 250px;
}

img.mariaLuigia-expanded {
  max-width: 500px;
  position: relative;
  border: none;
  filter: drop-shadow(1px 1px 1px black);
  color: black;
}

img.viaStella-expanded {
  display: inline;
  max-width: 500px;
  position: relative;
  border: none;
  filter: drop-shadow(1px 1px 1px black);
}

img.michelin-expanded {
  text-align: center;
  position: relative;
  margin-left: 1%;
  align-content: center;
}

img.firma-expanded {
  text-align: center;
  position: relative;
  align-content: center;
  margin-top: 25px;
  max-width: 250px;
}

img.emoji {
  min-height: 50px;
  max-height: 50px;
  min-width: 50px;
  max-width: 50px;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 800px) {
  img.img-pagina-expanded, img.img-pagina-expanded-massimo {
    position: relative;
    left: 0;
    width: 100%;
    min-width: 550px;
  }
  .immagine-content-expanded, .img-pagina-expanded-menu, .immagine-content-expandedHOSPITALITY {
    position: relative;
    padding-bottom: 5%;
    left: 0;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .immagine-content-expanded-2, .immagine-content-expandedMenu {
    position: relative;
    left: 0;
    height: auto;
    display: flex;
    justify-content: center;
  }
  img.img-pagina-expanded-2, img.img-pagina-expanded-2-massimo, img.img-pagina-expanded-menu {
    position: relative;
    left: 0;
    width: 100%;
    min-width: 550px;
  }
  img.immagine-arte-expanded {
    position: relative;
    left: 0%;
    width: 100%;
    min-width: 550px;
  }
  div.immagine-arte-expanded {
    left: 0%;
    justify-content: center;
  }
  img.mariaLuigia {
    width: 350px;
  }
  img.viaStella {
    width: 350px;
  }
  img.img-pagina-expanded-2-menu {
    position: relative;
    left: 0%;
    width: 100%;
    min-width: 550px;
  }
  img.emoji {
    margin-bottom: 5%;
  }
}
#side_nav {
  background: white;
  min-width: 125px;
  max-width: 125px;
  position: absolute;
  transition: opacity ease 500ms;
  height: 100%;
  /*border-right: solid black 1px; >>NO PERCHè MESSO RIGA*/
}

.sidebar-bg {
  background: white;
}

ul.sidemenu {
  margin-top: 0px;
  position: absolute;
  z-index: 1000;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  list-style: none;
  font-family: sans-serif;
  transition: all ease 500ms;
}

div.lista-sidenav {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 125px;
  height: 100vh;
}

hr.linea-sidebar {
  color: black;
  border: solid black 1px;
  max-width: 50px;
  margin-bottom: 4vh;
  margin-top: 4vh;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 100;
}

hr.riga {
  position: fixed;
  border: 0px;
  border-right: solid black 1px;
  visibility: visible;
  margin: auto;
  width: 1px;
  opacity: 0.75;
  height: 100%;
  color: black;
  left: 125px;
  z-index: 1000;
  transition: all ease 500ms;
}

hr.riga-collapsed {
  position: fixed;
  border-right: solid black 1px;
  border-top: 0px;
  visibility: hidden;
  margin: auto;
  width: 10px;
  opacity: 100;
  height: 100%;
  color: black;
  z-index: 100;
  color: black;
  margin-left: 16px;
}

.sidebar li.active {
  font-weight: bold;
  transition: font ease 300ms;
}

li {
  text-align: center;
}

.sidebar li a {
  color: #000;
  text-decoration: none;
  transition: all ease-out 150ms;
}

.sidebar li a:hover {
  font-weight: bold;
}

#header {
  transition: opacity ease 800ms;
  width: 125px;
  height: 125px;
  text-align: center;
  transition: all ease 500ms;
  padding: 0;
  position: fixed;
  display: flex;
  justify-content: center;
}

@media (max-width: 800px) {
  #side_nav {
    margin-left: -250px;
    position: fixed;
    min-height: 100vh;
    z-index: 1;
  }
  #header {
    margin-left: 480px;
    height: 98px;
    width: 48px;
    align-items: center;
    z-index: 100000000;
  }
  #riga-sidebar-expanded {
    left: -125px;
    position: relative;
  }
  ul.sidemenu {
    margin-top: -70px;
    margin-bottom: 0px;
    margin-left: 250px;
    position: absolute;
    z-index: 1000;
    transition: all ease 500ms;
    width: 100vw;
    height: 100vh;
    background-color: white;
    overflow: scroll;
  }
  li.home {
    padding-top: 35px;
  }
  li.nye {
    padding-bottom: 35px;
  }
}
.faqPage {
  display: flex;
  flex-direction: column;
}

.faqColonna {
  padding-left: 5%;
}

.circle, .circle1, .circle2, .circle3, .circle4, .circle5, .circle6, .circle7, .circle8, .circle9, .circle10, .circle11, .circle12, .circle13, .circle14, .circle15, .circle16, .circle17, .circle18 {
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50%;
  outline: none;
  background: none;
  padding: 12px;
  display: block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.line-wrapper, .line-wrapper1, .line-wrapper2, .line-wrapper3, .line-wrapper4, .line-wrapper5, .line-wrapper6, .line-wrapper7, .line-wrapper8, .line-wrapper9, .line-wrapper10, .line-wrapper11, .line-wrapper12, .line-wrapper13, .line-wrapper14, .line-wrapper15, .line-wrapper16, .line-wrapper17, .line-wrapper18 {
  position: relative;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.horizontal, .vertical, .horizontal1, .vertical1, .horizontal2, .vertical2, .horizontal3, .vertical3, .horizontal4, .vertical4, .horizontal5, .vertical5, .horizontal6, .vertical6, .horizontal7, .vertical7, .horizontal8, .vertical8, .horizontal9, .vertical9, .horizontal10, .vertical10, .horizontal11, .vertical11, .horizontal12, .vertical12, .horizontal13, .vertical13, .horizontal14, .vertical14, .horizontal15, .vertical15, .horizontal16, .vertical16, .horizontal17, .vertical17, .horizontal18, .vertical18 {
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 0);
  pointer-events: none;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.vertical, .vertical1, .vertical2, .vertical3, .vertical4, .vertical5, .vertical6, .vertical7, .vertical8, .vertical9, .vertical10, .vertical11, .vertical12, .vertical13, .vertical14, .vertical15, .vertical16, .vertical17, .vertical18 {
  position: relative;
  bottom: 2px;
  transform: rotate(90deg);
}

.circle:hover, .circle1:hover, .circle2:hover, .circle3:hover, .circle4:hover, .circle5:hover, .circle6:hover, .circle7:hover, .circle8:hover, .circle9:hover, .circle10:hover, .circle11:hover, .circle12:hover, .circle13:hover, .circle14:hover, .circle15:hover, .circle16:hover, .circle17:hover, .circle18:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.line-wrapper.open, .line-wrapper1.open, .line-wrapper2.open, .line-wrapper3.open, .line-wrapper4.open, .line-wrapper5.open, .line-wrapper6.open, .line-wrapper7.open, .line-wrapper8.open, .line-wrapper9.open, .line-wrapper10.open, .line-wrapper11.open, .line-wrapper12.open, .line-wrapper13.open, .line-wrapper14.open, .line-wrapper15.open, .line-wrapper16.open, .line-wrapper17.open {
  transform: rotate(180deg);
}

.vertical.open, .vertical1.open, .vertical2.open, .vertical3.open, .vertical4.open, .vertical5.open, .vertical6.open, .vertical7.open, .vertical8.open, .vertical9.open, .vertical10.open, .vertical11.open, .vertical12.open, .vertical13.open, .vertical14.open, .vertical15.open, .vertical16.open, .vertical17.open, .vertical18.open {
  transform: rotate(180deg);
}

.faqDentro, .faqDentro1, .faqDentro2, .faqDentro3, .faqDentro4, .faqDentro5, .faqDentro6, .faqDentro7, .faqDentro8, .faqDentro9, .faqDentro10, .faqDentro11, .faqDentro12, .faqDentro13, .faqDentro14, .faqDentro15, .faqDentro16, .faqDentro17, .faqDentro18 {
  margin-top: 20px;
  max-height: 0;
  background: none;
  overflow: hidden;
  transition: 1000ms cubic-bezier(0, 0.82, 0.58, 1);
}

.faq-wrapper, .faq-wrapper1, .faq-wrapper2, .faq-wrapper3, .faq-wrapper4, .faq-wrapper5, .faq-wrapper6, .faq-wrapper7, .faq-wrapper8, .faq-wrapper9, .faq-wrapper10, .faq-wrapper11, .faq-wrapper12, .faq-wrapper13, .faq-wrapper14, .faq-wrapper15, .faq-wrapper16, .faq-wrapper17, .faq-wrapper18 {
  padding: 0px;
  padding-left: 65px;
}

.faqDentro.open, .faqDentro1.open, .faqDentro2.open, .faqDentro3.open, .faqDentro4.open, .faqDentro5.open, .faqDentro6.open, .faqDentro7.open, .faqDentro8.open, .faqDentro9.open, .faqDentro10.open, .faqDentro11.open, .faqDentro12.open, .faqDentro13.open, .faqDentro14.open, .faqDentro15.open, .faqDentro16.open, .faqDentro17.open, .faqDentro18.open {
  height: auto;
  max-height: 1000px;
  transition: 2s ease;
}

.faq {
  position: relative;
  left: 5%;
  top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.rigaFaq {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
}

.faqHeading {
  font-family: sans-serif;
  font-weight: bold;
  margin: 0;
  margin-left: 25px;
}

.faqTesto {
  font-family: serif;
  font-size: 1.5rem;
  width: 90%;
  margin: 0;
  padding-bottom: 25px;
}

ol.listaFaq {
  margin: 0;
  font-size: 1.5rem;
  line-height: 4rem;
}

li.listaFaq {
  text-align: left;
  font-family: serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.5rem;
}

h1.faqTitolo {
  font-size: 5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

span.bold {
  font-weight: bold;
}

a.linkFaq {
  color: black;
}

@media (max-width: 800px) {
  h1.faqTitolo {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .faqDentro, .faqDentro1, .faqDentro2, .faqDentro3, .faqDentro4, .faqDentro5, .faqDentro6, .faqDentro7, .faqDentro8, .faqDentro9, .faqDentro10, .faqDentro11, .faqDentro12, .faqDentro13, .faqDentro14, .faqDentro15, .faqDentro16, .faqDentro17, .faqDentro18 {
    max-height: 0;
  }
  .faqDentro.open, .faqDentro1.open, .faqDentro2.open, .faqDentro3.open, .faqDentro4.open, .faqDentro5.open, .faqDentro6.open, .faqDentro7.open, .faqDentro8.open, .faqDentro9.open, .faqDentro10.open, .faqDentro11.open, .faqDentro12.open, .faqDentro13.open, .faqDentro14.open, .faqDentro15.open, .faqDentro16.open, .faqDentro17.open, .faqDentro18.open {
    max-height: 5000px;
  }
  ol.listaFaq {
    margin-left: -15%;
    padding-right: 10%;
    line-height: 1.8rem;
  }
  li.listaFaq {
    line-height: 1.7rem;
  }
  .faqHeading {
    margin-left: 10px;
    font-size: 1.5rem;
    width: 90%;
  }
  h1.faqTitolo {
    width: 100%;
    position: relative;
    font-size: 3rem;
    left: -2.5%;
  }
  div.faqColonna {
    padding-left: 2.5%;
  }
}
div.wrapData {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

div.lineaBack {
  width: 25px;
  padding-right: 20px;
}

div.linea1back {
  border: solid black 1px;
  width: 20px;
  top: 5px;
  rotate: 20deg;
  position: relative;
}

div.linea2back {
  border: solid black 1px;
  width: 20px;
  rotate: -20deg;
  top: -5px;
  position: relative;
}

.testo-calendario {
  font-size: 3rem;
  font-family: serif;
}

.form-control {
  border-radius: 10px;
  font-size: 2rem;
}

.lingua_selez {
  font-weight: bolder;
}

.no_underscore {
  text-decoration: none;
}

.main-container {
  display: flex;
}

body {
  background: white;
  zoom: 100%;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  transition: width 300ms;
  position: fixed;
}

.hidden {
  filter: blur(5px);
  transform: translateX(-100%);
  opacity: 0;
  transition: all ease 1s;
  transition-delay: 500ms;
  animation-iteration-count: 3;
}

div.lingue_mobile {
  display: none;
}

div.footer {
  text-align: center;
  width: 100%;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

div.stella-column {
  width: 30vw;
}

div.luigia-column {
  width: 30vw;
}

div.emoji {
  display: flex;
  justify-content: left;
  min-height: 25px;
  left: 5%;
}

hr.h-color {
  background: white;
  color: white;
}

hr.riga-footer {
  position: relative;
  opacity: 20%;
  color: gold;
  border: solid black 0.5px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}

div.last-elements {
  justify-content: center;
  align-content: center;
  text-align: center;
  font-family: sans-serif;
}

span.flexEnd {
  justify-content: flex-end;
}

hr.riga-footer-expanded {
  position: relative;
  top: 345%;
  opacity: 20%;
  color: gold;
  border: solid black 0.5px;
  width: 100%;
}

.row-contacts {
  position: absolute;
  width: 100vw;
  justify-content: center;
  display: flex;
  text-align: center;
  top: 50%;
}

.riga-contacts {
  border: solid black 2px;
  background-color: black;
  top: 50%;
  height: 1px;
  width: 250px;
  margin: 0;
  z-index: 100000000;
  opacity: 1;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 50px;
}

.riga-contacts-2 {
  border: solid black 2px;
  top: 50%;
  background-color: black;
  height: 1px;
  width: 437px;
  margin: 0;
  z-index: 100000000;
  opacity: 1;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 50px;
}

.riga-contacts-3 {
  border: solid black 2px;
  top: 50%;
  background-color: black;
  height: 1px;
  width: 450px;
  margin: 0;
  z-index: 100000000;
  opacity: 1;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 50px;
}

.riga-contacts-4 {
  border: solid black 2px;
  top: 50%;
  background-color: black;
  height: 1px;
  width: 390px;
  margin: 0;
  z-index: 100000000;
  opacity: 1;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 50px;
}

.riga-contacts-5 {
  border: solid black 2px;
  top: 50%;
  background-color: black;
  height: 1px;
  width: 406px;
  margin: 0;
  z-index: 100000000;
  opacity: 1;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 50px;
}

.show {
  filter: blur(0px);
  transform: translateX(0);
  opacity: 1;
}

.content {
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-snap-type: none;
  transition: all ease 500ms;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  margin-left: 125px;
}

.child {
  scroll-snap-align: start;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
}

#topBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(255, 255, 255);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
  width: 75px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.5);
}

#topBtn:hover {
  background-color: #d8d8d8;
}

.riga1bottone, .riga2bottone {
  width: 3px;
  height: 25px;
  background-color: rgb(0, 0, 0);
  pointer-events: none;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 100;
}

.riga1bottone {
  position: relative;
  top: 10px;
  left: 15px;
  transform: rotate(45deg);
}

.riga2bottone {
  position: relative;
  left: 30px;
  top: -15px;
  transform: rotate(-45deg);
}

.line-wrapperTop {
  position: relative;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (max-width: 1040px) {
  html {
    font-size: 14px;
  }
}
@media (max-height: 700px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 16px;
  }
  #topBtn {
    display: none;
  }
  .content {
    left: 0;
    margin-left: 0;
  }
  .child {
    overflow: hidden;
    height: auto;
    transform: translate(0px, 0px);
    display: flex;
    flex-direction: column;
  }
  .hidden {
    opacity: 1;
    transition: all ease 0s;
    transition-delay: 0ms;
    filter: blur(0px);
  }
  div.footer {
    padding-right: 0px;
    top: 5%;
  }
  .faqPage {
    transform: translateX(0%);
  }
  div.stella-column {
    max-width: 80%;
    width: 80%;
    margin-left: 0%;
    padding-bottom: 10%;
  }
  div.luigia-column {
    max-width: 80%;
    width: 80%;
    margin-left: 0%;
  }
  div.footer {
    transform: translateX(0%);
  }
  div.emoji {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    text-align: center;
    margin: 5%;
  }
  .riga-contacts, .riga-contacts-2, .riga-contacts-3, .riga-contacts-4, .riga-contacts-5 {
    border: solid black 2px;
    background-color: black;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    margin: 5%;
    margin-top: 10%;
    width: 80%;
  }
  div.lingue_mobile {
    display: block;
  }
  div.last-elements {
    padding-bottom: 100px;
  }
  .calendar {
    padding-bottom: 50px;
  }
  .testo-calendario {
    font-size: 2rem;
  }
  .form-control {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */