@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Vidaloka&display=swap');

html,
body {
  overflow-x: hidden;
}

@keyframes loadBody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loadBody0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

body {
  color: #091A2B;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  animation: loadBody 1s ease 1;
  -webkit-animation: loadBody ease 1s 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#slideshow {
  /*position: absolute;
  top: 0;
  left: 0;*/
  position: relative;
  z-index: 1;
}

header {
  height: auto;
  position: relative;
  background-color: #000;
}

/*header:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .2);
  z-index: 2;
}*/

div {
	box-sizing: border-box;
}

a {
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.cl-sm-1 {
	width: 8.33%;
}

.cl-sm-2 {
	width: 16.66%;
}

.cl-sm-3 {
	width: 25%;
}

.cl-sm-4 {
	width: 33.33%;
}

.cl-sm-5 {
	width: 41.66%;
}

.cl-sm-6 {
	width: 50%;
}

.cl-sm-7 {
	width: 58.33%;
}

.cl-sm-8 {
	width: 66.66%;
}

.cl-sm-9 {
	width: 75%;
}

.cl-sm-10 {
	width: 83.33%;
}

.cl-sm-11 {
	width: 91.66%;
}

.cl-sm-12 {
	width: 100%;
}

.flex-stretch {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-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;
}

.flex-end {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-start {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.align-self-btm-left {
	align-self: flex-end;
}

.align-self-top-right {
	align-self: flex-start;
}

.aligner-item--bottom {
  align-self: flex-end;
}

.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left !important;
}

.no-padding {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}

.no-margin {
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}

.menu ul li a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
}

.menu li {
  border-bottom: 2px solid transparent;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.menu li.selected,
.menu li:hover {
  border-bottom: 2px solid #F07F19;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

header .select {
  width: 60px;
  height: 32px;
  float: none;
  margin-bottom: 5px;
}

select {
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
}

span.small {
  font-size: 14px;
  line-height: 16px;
}

header .owl-carousel {
  display: block;
}

#menu-display.circle-text div hr {
  height: 3px;
  width: 30px;
  margin: 7px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#menu-display.circle-text:after,
#richiedi.circle-text:after {
  background: transparent;
  display: none;
}

#menu-display span,
#richiedi span {
  bottom: -16px;
  text-align: left;
  padding: 0;
  border: 0;
  font-size: 10px;
  left: 0;
  color: #fff;
}

#richiedi {
  margin: 0 0 0 0 !important;
  text-align: center;
}

.circle-text {
  transform: none;
  transform-origin: center;
  width: auto;
  min-width: auto;
  min-height: auto;
  margin: 0 !important;
  cursor: pointer;
}

.tablet {
  display: none !important;
}

.bg-azzurro {
  background-color: #D1DBEC;
}

.bg-viola {
  background-color: #3241A0;
}

.bg-orange {
  background-color: #F07F19 !important;
}

.bg-bluhard {
  background-color: #091A2B;
}

.viola {
  color: #3241A0;
}

.parallelogram.btn {
  transform: none;
  background: #fad948;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.parallelogram.btn span {
  transform: none;
}

header .owl-carousel .owl-item img {
  object-fit: cover;
  min-height: 759px;
  opacity: .8;
}

body.qualita header .owl-carousel .owl-item img,
body.2mnelmondo header .owl-carousel .owl-item img {
  opacity: .6;
}

body.privacy-cookies-policy header,
body.privacy-policy header,
body.privacy-cookies-policy header .owl-carousel .owl-item,
body.privacy-policy header .owl-carousel .owl-item {
  height: 300px;
}

.gen-thumb {
  height: auto;
  object-fit: cover;
}

.reverse.parallelogram.btn {
  background: #091A2B;
  color: #FFFFFF;
}

.text-col3 {
  min-height: 66px;
}

.logo-footer {
  width: 104px;
  height: auto;
}

.logo-sociale {
  margin-top: -30px;
}

.rad {
  font-family: inherit;
}

header .menu.sub-menu {
  padding: 10px 0;
}

header .menu.sub-menu ul li a {
  color: #000;
}

.slick-prev {
  top: 50%;
  bottom: -25px;
  right: auto;
  left: 20px;
  z-index: 1;
  transform: translate(0, -50%);
  transform: rotate(-90deg);
}

.slick-next {
  top: 50%;
  bottom: -25px;
  left: auto;
  right: 20px;
  z-index: 1;
  transform: translate(0, -50%);
  transform: rotate(-90deg);
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slick-prev:before {
  font-size: 0;
  opacity: 1;
  background-image: url(../images/prev.png);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-next:before {
  font-size: 0;
  opacity: 1;
  background-image: url(../images/next.png);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}

.relative {
  position: relative;
}

.counter-slick {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 32px;
  height: 30px;
  z-index: 1;
  background-color: #fff;
  padding: 12px 4px;
  text-align: center;
  box-sizing: border-box;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 10px;
  line-height: 10px;
}

textarea {
  resize: none !important;
}

.box_form span {
  color: #8F8F8F;
}

#formContatti input[type="email"],
#formContatti input[type="text"].fominput,
#formContatti textarea {
  width: 100%;
  margin: 5px 0 15px;
  border: none;
  border-bottom: solid 1px #8F8F8F;
  padding: 20px 40px;
}

.privacypop {
  font-size: 14px;
  line-height: 18px;
}

.privacypop span {
  color: #929292;
}

input[type=submit] {
  border: none;
  width: 138px;
  cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #8F8F8F !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #8F8F8F !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #8F8F8F !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #8F8F8F !important;
}

.select.lang-select {
  line-height: inherit;
}

.link-social {
  margin-left: 20px;
  margin-right: 5px;
}

.select.lang-select::after {
  top: 5px;
}

.blocco-h1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 15px !important;
  box-sizing: border-box;
  top: 50%;
  left: 0;
}

h1.titolo-h1 {
  font-size: 62px;
  line-height: 68px;
}
span.titolo-h1 {
  font-size: 62px;
  line-height: 68px;
  font-weight:bold;
}
.prods path {
  fill: #F07F19;
}

.mappa-int {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 960px;
  top: calc(50% - 280px);
  left: calc(50% - 480px);
}

.thumb-play {
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 30px);
  width: 60px !important;
  height: auto;
}

.owl-carousel.video .sottotitolo {
  font-size: 14px;
  line-height: 18px;
}

.btn i.fal {
  margin-right: 10px;
}

.container {
  max-width: 1180px;
}

.multilevelpushmenu_wrapper a {
  line-height: 1.3em;
}

body.contact .menu .link-social,
body.contatti .menu .link-social {
	margin-right: 15px;
}

h1 .desc {
	font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

h1 .small {
	font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}.popupbg,
.popup {
	position: fixed;
	background-color: rgba(0,0,0,.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.popupbg.active,
.popup.active {
	display: block;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.popupbg > div,
.popup > div {
	width: 100%;
	height: 100%;
}

.popup img {
	width: auto;
  height: auto;
  max-height: 90vh;
}

.video-content-block {
	width: 100%;
	max-width: 1200px;
	height: auto;
}

.pop-content-block {
	width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 20px;
  background-color: #fff;
  text-align: left;
  padding: 60px 25px 25px 25px;
  box-sizing: border-box;
}

.video-content {
	height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.video-content iframe,
.video-content object,
.video-content embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.close-pop,
.close-popvideo {
	position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: #fff !important;
}

.pop-content-block .close-pop {
	color: #000 !important;
  font-size: 22px;
  top: 10px;
  right: 20px;
}

@media (max-width: 1023px) {

  .tablet {
    display: block !important;
  }

  .no-tablet {
    display: none !important;
  }

  .t-all {
    width: 100%;
  }

  .mappa-int {
    position: relative;
    top: auto;
    left: auto;
 }

  h1.titolo-h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #richiedi {
    margin: -6px 0 0 0 !important;
  }

  .link-social {
    margin: 10px 0;
  }

  .flex-center-t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;
  }

  .text-col3 {
    min-height: 110px;
  }

  .logo-sociale {
    margin-top: 0;
  }

  .privacy-links {
    float: right;
    margin-top: 25px;
  }

  #menu-display.circle-text div hr:first-child {
    margin-top: 0;
  }

  header .testo {
    display: none;
  }

  header .owl-carousel .owl-item img {
    height: 300px;
    min-height: auto;
  }

  .testata-text .testo .titolo,
  .testata-text h1 .titolo {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    color: #e95933 !important;
  }

  .testata-text .testo p {
    color: #1D1D1B !important;
  }

  header .owl-carousel .owl-item img {
    opacity: 1;
  }

  body.privacy-cookies-policy header,
  body.privacy-policy header,
  body.privacy-cookies-policy header .owl-carousel .owl-item,
  body.privacy-policy header .owl-carousel .owl-item {
    height: auto;
  }

  h1 .desc {
	font-size: 14px;
    line-height: 18px;
  }

}

@media (max-width: 767px) {

  .no-mobile {
    display: none !important;
  }

  .container {
    max-width: 100%;
  }

  .text-col3 {
    min-height: auto;
  }

  h1.titolo-h1 {
    font-size: 20px;
    line-height: 26px;
  }

  .col-2.logo,
  .menu.col-10 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    margin: 0 !important;
  }

  .logo svg {
    max-width: 80px;
  }

  #menu-display.circle-text,
  #richiedi.circle-text2 {
    margin: 0 !important;
  }

  #menu-display.circle-text {
    margin-top: -20px !important;
  }

  #menu-display {
    width: auto;
  }

  .width-auto-tablet {
    width: auto;
  }

  #slideshow {
    background: #fff;
  }

  header .owl-carousel .owl-item img {
    height: auto;
    min-height: 200px;
  }

  header .owl-carousel .testo {
    padding: 30px 0 !important;
    box-sizing: border-box;
    color: #1D1D1B;
    font-size: 16px !important;
    line-height: 20px !important;
  }

  header .owl-carousel .testo .titolo {
    color: #e95933;
  }

  .owl-carousel.video .owl-item {
    margin: 0 !important;
    width: 100%;
  }

  /*.owl-carousel.video .owl-item img.gen-thumb {
    transform: rotate(-90deg);
  }*/

  .owl-carousel.video .owl-item.active img.gen-thumb {
    /*transform: rotate(-90deg);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 8 !important;*/
  }

  .owl-carousel.video .owl-item.active img.thumb-play {
    /*z-index: 9 !important;*/
  }

}
