/* *********** Font aggiunti: *********** 
  Swear Display Thin
    font-family: "swear-display", serif;
    font-weight: 300;
    font-style: normal;
  Swear Display Thin Italic
    font-family: "swear-display", serif;
    font-weight: 300;
    font-style: italic;
  Swear Display Light
    font-family: "swear-display", serif;
    font-weight: 400;
    font-style: normal;
  Swear Display Light Italic
    font-family: "swear-display", serif;
    font-weight: 400;
    font-style: italic;
  Swear Display Regular
    font-family: "swear-display", serif;
    font-weight: 500;
    font-style: normal;
  Swear Display Italic
    font-family: "swear-display", serif;
    font-weight: 500;
    font-style: italic;
  Swear Display Medium
    font-family: "swear-display", serif;
    font-weight: 600;
    font-style: normal;
  Swear Display Medium Italic
    font-family: "swear-display", serif;
    font-weight: 600;
    font-style: italic;
  Swear Display Bold
    font-family: "swear-display", serif;
    font-weight: 700;
    font-style: normal;
  Swear Display Bold Italic
    font-family: "swear-display", serif;
    font-weight: 700;
    font-style: italic;
  Swear Display Black
    font-family: "swear-display", serif;
    font-weight: 800;
    font-style: normal;
  Swear Display Black Italic
    font-family: "swear-display", serif;
    font-weight: 800;
    font-style: italic;

  font-family: space-grotesk-variable, sans-serif; 300-400-500-700
*/

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*:focus {
  outline: none !important;
}

:root {
  --margineTop: calc(65px + 20px + 50px);
}

html,
body {
  scroll-behavior: smooth;
  ;
}

body {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: #FFD5DF;
  /*#fff8f0*/
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}


.top-bar {
  height: 50px !important;
}

.faN {
  width: 30px !important;
  height: 30px !important;
}

/* .backgroundAdv {
  background-attachment: fixed;
} */

.scroll-bloccato {
  overflow: hidden;
}

/* 
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
*/

article,
header,
aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
}

h1 {
  margin-block-start: 0;
  margin-block-end: 0;
}

.nascondi {
  opacity: 0 !important;
}

.container_over_skin {
  width: 100%;
  z-index: 5;
  background-color: #FFD5DF;
  /* padding-left: 62px;
  padding-right: 62px; */
}

.container_over_skin>*,
.container_over_skin section,
.container_over_skin section * {
  z-index: 5;
}

.container_over_skin>* {
  background-color: #FFD5DF;
}


.shrinkable,
.backgroundAdv {
  background-color: #FFD5DF !important;
  margin: auto;
}

.backgroundAdv {
  background-attachment: fixed;
}

body.backgroundAdv .container_over_skin.shrinkable {
  clip-path: inset(0 0 0 0);
  position: relative;
}

body:not(.backgroundAdv) .container_over_skin.shrinkable {
  margin-top: 100px;
}

.sfondo-pubblicita{
  background-color: rgba(255, 213, 223, 0.60);
  mix-blend-mode: multiply;
}

#contenuto {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;  
  background-color: #FFD5DF;
  position: relative;
}

.max-width{
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

#tutto-schermo {
  width: 100%;  
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;  
  background-color: #FFD5DF;
  position: relative;
}

@media screen and (min-width: 781px) and (max-width: 1259px) {
 
}

@media screen and (max-width: 780px) {
  
}

@media screen and (max-width: 600px) {
  .mobile-overflow-hidden{
    overflow: hidden;
  }  
}

video{
  background-color: rgba(0,0,0,.8);
}


@media screen and (min-width: 481px) {
  *[data-dispositivo="mobile"] {
    display: none!important;
  }
}

@media screen and (max-width: 480px) {
  *[data-dispositivo="desktop"] {
    display: none!important;
  }
}