@media screen and (min-width:1024px) {
  .onlysmartphone {
    display: none;
  }
}

@media screen and (min-width:150px) and (max-width:1023px) {
  .onlydesktop {
    display: none;
  }
}

@media screen and (max-width:1699px) {
  .onlywide {
    display: none;
  }
}

@media screen and (min-width:1700px) {
  .nowide {
    display: none;
  }
}

@media screen and (min-width:1501px) {
  .maxpc {
    display: none;
  }
}

@font-face {
  font-family: savoye let;
  font-style: normal;
  font-weight: 5;
  src: local('Savoye LET'), url('font/Savoye LET Plain1.0.woff') format('woff')
}

@font-face {
  font-family: 'avenir';
  src: url('font/avenir.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Sezione Menu */

.amenu {
  text-decoration: none;
  color: #A69345;
  opacity: 1;
  font-family: 'avenir', sans serif;
  font-weight: 400;
  transition: 200ms;
}

.sottomenu {
color: #63592e;
}


#menuToggle {
  display: inline;
  flex-direction: column;
  position: fixed;
  top: 0px;
  z-index: 2000003;
  -webkit-user-select: none;
  user-select: none;
  color: #A69345;
  right: 0;
  padding: 10px;
  background-color: #1e1e1e;
}

#menuToggle input {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  cursor: pointer;
  opacity: 0;
  z-index: 2002;

}

#menuToggle span {
  display: block;
  width: 40px;
  height: 4px;
  color: #A69345 !important;
  margin-top: 8px;
  margin-left: 3px;
  position: sticky;
  background: #A69345 !important;
  border-radius: 3px;
  z-index: 2001;
  transform-origin: -1px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menu ul {
margin: 0px;
}

@media screen and (min-width:150px) and (max-width:1023px) {

  li {
    padding-bottom: 10px !important;
  }
}

nav {
  height: 50;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}


#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  overflow: auto;
  float: right;
  top: 50px;
  position: fixed;
  width: 100%;
  height: 100vh;
  box-shadow: 0 0 0px #85888C;
  right: 0px;
  padding: 20px;
  background-color: #1e1e1e;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}


#menu li {
font-size: 20px; /* FONT MENU */
  padding: 3px 0; /* SPAZIO RIGHE MENU */
  transition-delay: 2s;
list-style: none;
line-height:22px;
}

#menuToggle input:checked~ul {
  transform: none;
}

#menu img {
  padding-bottom: 10px;
}

@media screen and (min-width:1024px) and (max-width:1500px) {
  #menuToggle {
    margin-right: 5%;
  }

  #menu {
    width: 50%;
  }
}

@media screen and (min-width:1501px) {
  #menuToggle {
    margin-right: 30%;
  }

  #menu {
    width: 50%;
  }
}

.ulmenu {
padding-left: 15px;
padding-top: 8px;
}

.ulmenu .limenu {
padding-top: 4px !important; /* SPAZIO RIGHE SOTTOMENU */
padding-bottom:4px !important;
font-size: 15px !important; /* DIMENSIONE FONT SOTTOMENU */
}

/* Fine Menu */


.logo {
  position: relative;
  z-index: 10000;
  background: rgb(0, 0, 0, 0.4);
  opacity: 1;
  border-radius: 50%;
}

.containeremotivo {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10px;
  color: #A69345;
  font: 40px 'Savoye LET', Arial, serif;
  background-color: rgb(0, 0, 0, 0.4);
}


@media screen and (min-width:1024px) {
  .containeremotivo {
    font: 60px 'Savoye LET', Arial, serif;
  }
}


.icone {
  widht: 38px;
  height: 38px;
}

a {
color: #ADD8E6;
}

.immagini {
width:100%;
display: block;
margin: 0 auto;
}

@media screen and (min-width:768px) {
.immagini {
width: 700px;
}
}

/* Sezione box */

section.box {}

section.box .containerbig {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 30%;
  padding-right: 30%;
  color: #A69345;
  background: rgb(0, 0, 0, 0.3);

}


section.box .containerbig h1 {
  font: 40px 'avenir', Arial, serif;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 55px;
  margin-bottom: 45px !important;
  letter-spacing: 1px;
}

section.box .containerbig .containerimg {
  display: block;
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
}


section.box .containerbig .containerimg img {
  text-align: center;
  height: 344px;
}


section.box .containerbig .container-text {
  display: block;
  width: 100%;
  position: relative;
  float: left;

  padding-top: 5%
}

section.box .containerbig .container-text2 {
  display: block;
  width: 100%;
  position: relative;
  float: left;

  padding-top: 5%
}

section.box .containerbig .container-text h2 {
  font: 26px 'avenir', Arial, serif;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-weight: 900;

}


section.box .containerbig .container-text p {
  font: 20px 'avenir', Arial, serif;
  line-height: 1.8em;
  text-align: justify !important;

}


section.box .containerbig .container-text2 h2 {
  font: 26px 'avenir', Arial, serif;
  line-height: 1.8em;
  letter-spacing: 1px;
  text-align: right;
  font-weight: 900;
}


section.box .containerbig .container-text2 p {
  font: 20px 'avenir', Arial, serif;
  line-height: 1.8em;
  text-align: justify !important;

}


@media screen and (min-width:150px) and (max-width:1023px) {

  section.box .containerbig .containerimg img {
    height: 200px;
  }

  section.box .containerbig {

    position: relative;
    width: 94%;
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 5%;
    padding-right: 5%;
    background: rgb(249, 222, 184);
    background: linear-gradient(0deg, rgba(246, 194, 120, 0.3) 0%, rgba(0, 0, 0, 0.3) 2%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 98%, rgba(0, 0, 0, 0.3) 100%);
  }

  section.box h3 {
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 35px !important;
  }


  section.box .containerbig .containerimg {

    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
    padding-right: 0%;

  }



  section.box .containerbig .container-text {

    width: 100%;


    padding-left: 0%;
    padding-top: 0%;
    margin-bottom: 40px;

  }

  section.box .containerbig .container-text2 {

    width: 100%;


    padding-right: 0%;
    padding-top: 0%;
    margin-bottom: 40px;
  }

}


@media screen and (min-width:768px) and (max-width:1023px) {

  section.box .containerbig {
    padding-left: 12%;
    padding-right: 12%;
  }

}

@media screen and (min-width:1024px) and (max-width:1500px) {

  section.box .containerbig {
    padding-left: 5%;
    padding-right: 5%;
  }

}

.header {
  float: left;
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 1;
  background: rgb(0, 0, 0, 0.3);
  text-align: center;
  margin-top: 56px;
  padding-bottom: 20px;
  color: white;
}


.header img {
  position: relative;
  margin-top: 15px;
  margin-bottom: 8px;
  z-index: 200000001;
}

@media screen and (min-width:1024px) and (max-width:1500px) {
  .header img {
    margin-bottom: 8px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .header img {
    margin-top: 17px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width:150px) and (max-width:767px) {
  .header img {
    margin-top: 17px;
    margin-bottom: 8px;
  }
}



/*===== GENERALI =====*/
*,
::before,
::after {
  box-sizing: border-box;
}

body {
  margin: var(--header-height) 0 0 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  font-weight: 600;
  background-image: url('immagini/background.png');
  background-size: cover;
  background-attachment: fixed;
}

ul {
  font: 20px 'avenir', Arial, serif;
  line-height: 1.8em;
  text-align: justify !important;
margin: 0px;
}

ol {
  font: 20px 'avenir', Arial, serif;
  line-height: 1.8em;
  text-align: justify !important;
margin: 0px;
}

a {
  text-decoration: none;
}


/* Container big mobile */

@media screen and (min-width:150px) and (max-width:1023px) {

  .containerbig {
    position: relative;
    width: 100%;
    margin-top: 0px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 0px !important;
    padding-bottom: 30px !important;
  }

}


@media screen and (min-width:768px) and (max-width:1023px) {

  .containerbig {
    padding-left: 12%;
    padding-right: 12%;
  }

}

@media screen and (min-width:1024px) and (max-width:1500px) {

  .containerbig {
    padding-left: 5%;
    padding-right: 5%;
  }

}


}


/* Footer */

#footer {}

#footer .containerbig {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  width: 100%;
  float: left;
  padding-left: 30%;
  padding-right: 30%;
  background-image: url("immagini/buconero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


#footer .containerinfo {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  text-align: left;
  background-color: rgb(0, 0, 0, 0.7);
}



#footer .containerinfo h3 {
  font: 20px 'avenir', Arial, serif;
  line-height: 1.8em;
  color: #A69345;
  margin-top: 40px;
  letter-spacing: 1px;
  font-weight: bold;
}

#footer .containerinfo a {
  font: 15px 'avenir', Arial, serif;
  line-height: 1.8em;
  color: #A69345;
  margin-top: 40px;
  letter-spacing: 1px;
}

#footer .containerinfo .par {
  font: 15px 'Roboto-Light', Arial, serif;
  line-height: 1.8em;
  color: #A69345;
}



#footer .link {
  font: 18px 'avenir', Arial, serif;
  line-height: 1.2em;
  color: white;
}


#footer .container {
  padding-left: 0%;
  margin-left: 15%;
}

@media screen and (min-width:150px) and (max-width:1023px) {



  #footer .containerbig {
    padding-left: 3%;
    padding-right: 3%;
    margin-left: 0%;
  }


  #footer .containerinfo {
    width: 100%;
    text-align: left;
    padding-left: 5%;
  }



  #footer .containerinfo h3 {
    font: 20px 'avenir', Arial, serif;
    line-height: 1.6em;
    margin-top: 30px;
    letter-spacing: 1px;
    font-weight: bold;

  }

  #footer .list-unstyled {
    padding-left: 5px;
  }

}


@media screen and (min-width:768px) and (max-width:1023px) {

  #footer .containerbig {
    padding-left: 3%;
    padding-right: 3%;
  }


  #footer .containerinfo h3 {
    margin-top: 40px;
    font-weight: bold;

  }

}

@media screen and (min-width:1024px) and (max-width:1500px) {

  #footer .containerbig {
    padding-left: 5%;
    padding-right: 5%;
  }

}

#footer h5 {
  padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}


@media (max-width:767px) {
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}

#footer .privacyandterms {
  text-align: center;
  font: 14px 'Roboto-Light', Arial, serif;
  color: white !important;
}