@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@900&family=Poppins&display=swap');
/* You can add global styles to this file, and also import other style files */
/* ! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
.uscitaprevista
 {font-weight: bold;}

.filter-list {display:none!important;}
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 'Frank Ruhl Libre', serif;

}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  background-color: #e0dfdf !important;
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
.opensans-lite {
    font-weight: 300 !important;
  }
.opensans-semibold {
    font-weight: 500 !important;
  }
.opensans-bold {
    font-weight: 600 !important;
  }
.opensans-dark {
    font-weight: 700 !important;
  }
.playfair-regular {
    font-weight: 400 !important;
  }
.playfair-bold {
    font-weight: 600 !important;
  }
.playfair-dark {
    font-weight: 900 !important;
  }
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1720px){
  .container{
    max-width: 1720px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
@media (min-width: 2536px){
  .container{
    max-width: 2536px;
  }
}
.aspect-w-3{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-1{
  --tw-aspect-h: 1;
}
.aspect-h-2{
  --tw-aspect-h: 2;
}
.aspect-none{
  position: static;
  padding-bottom: 0;
}
.aspect-none > *{
  position: static;
  height: auto;
  width: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.bottom-0{
  bottom: 0px;
}
.top-\[50\%\]{
  top: 50%;
}
.z-\[99\]{
  z-index: 99;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.order-1{
  order: 1;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.ml-4{
  margin-left: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-20{
  margin-bottom: 2rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-auto{
  margin-top: auto;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mt-24{
  margin-top: 6rem;
}
.-mr-1{
  margin-right: -0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.h-4{
  height: 1rem;
}
.h-auto{
  height: auto;
}
.h-\[65vh\]{
  height: 65vh;
}
.h-5{
  height: 1.25rem;
}
.h-7{
  height: 1.75rem;
}
.cathome {
  max-height: 445px !important; 
}
.imgcat{
  background-size: auto !important;
}
.w-full{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-10\/12{
  width: 83.333333%;
}
.w-4{
  width: 1rem;
}
.w-1\/3{
  width: 33.333333%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-1\/2{
  width: 50%;
}
.w-\[75px\]{
  width: 75px;
}
.w-5{
  width: 1.25rem;
}
.w-7{
  width: 1.75rem;
}
.max-w-\[485px\]{
  max-width: 485px;
}
.origin-top-right{
  transform-origin: top right;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-items-center{
  justify-items: center;
}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: #e0dfdf;
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(5 41 72 / var(--tw-bg-opacity));
}
.bg-lt-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(49 162 205 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-left{
  -o-object-position: left !important;
     object-position: left !important;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-right{
  -o-object-position: right;
     object-position: right;
}
.p-6{
  padding: 1.5rem;
}
.p-5{
  padding: 1.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-8{
  padding: 2rem;
}
.p-4{
  padding: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .py-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    
  }
  #news-cover > div > a > figure > img,
  #page-wrapper > div.w-full.sm\:w-1\/2.bg-lt-blue.pt-12.pb-4.text-white.white-link > div > a > figure > img,
  #featured-box .featured-news figure,
  #news-container > div.w-full.flex.flex-wrap > div:nth-child(2) > a > figure > img,
  #news-container > div.w-full.flex.flex-wrap > div:nth-child(3) > a > figure > img,
  #news-container > div.w-full.flex.flex-wrap > div:nth-child(1) > a > figure > img{
    height: 100%!important;
  }
  #news-cover  {
    height: 100% !important;
  }
  .h-full a {
    height: 100%!important;
  }
  .h-full {
    height: 50%!important;
  }
  .locandina {
    height: 100%!important;

  }
  #featured-box .single-news figure:after {
    height: 50%!important;
  }
  #featured-box .featured-news figure:after {
    height: 50% !important;
    aspect-ratio: 3/3 !important;
  }
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-px{
  padding-left: 1px;
  padding-right: 1px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.pt-32{
  padding-top: 8rem;
}
.pb-20{
/*  padding-bottom: 5rem;*/
}
.pt-4{
  padding-top: 1rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pb-5{
  padding-bottom: 2rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pt-24{
  padding-top: 6rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pt-12{
  padding-top: 3rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pr-4{
  padding-right: 1rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pr-3{
  padding-right: 0.75rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.leading-6{
  line-height: 1.5rem;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-lt-blue{
  --tw-text-opacity: 1;
  color: rgb(49 162 205 / var(--tw-text-opacity));
}
.text-blue{
  --tw-text-opacity: 1;
  color: rgb(5 41 72 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.space-link {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1;
  padding-top: 3rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    font-family: 'Frank Ruhl Libre', serif;

    margin-bottom: 15px;
  }

h1, .h1 {
  font-size: 50px;
  font-size: 2.125rem;
  letter-spacing: 0px;
  line-height: 40px;
}

h2, .h2 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0px;
  line-height: 40px;
}

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0px;
  line-height: 32px;
}

h4, .h4,
h5, .h5,
h6 .h6 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 70px;
    font-size: 4.375rem;
    letter-spacing: 0px;
    line-height: 76px;
  }

  h2, .h2 {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0px;
    line-height: 44px;
  }

  h3, .h3 {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 0px;
    line-height: 42px;
  }

  h4, .h4 {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0px;
    line-height: 26px;
  }
}
@media (min-width: 1440px) {
  h1, .h1 {
    font-size: 90px;
    font-size: 5.625rem;
    letter-spacing: 0px;
    line-height: 96px;
  }

  h2, .h2 {
    font-size: 60px;
    font-size: 3.75rem;
    letter-spacing: 0px;
    line-height: 64px;
  }

  h3, .h3 {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0px;
    line-height: 52px;
  }

  h4, .h4 {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 0px;
    line-height: 30px;
  }
}
p {
  margin-top: 5px;
  margin-bottom: 15px;
}

.title{
  font-family: 'Frank Ruhl Libre', serif;
}
.title.bold {
  font-weight: 900;
}
.title.opensans{
  font-family: Open Sans, sans-serif;
  text-align: left;
}
.title.cinzel{
  font-family: Cinzel, serif;
}
.title.spaced {
  letter-spacing: 10px !important;
}
a {
  color: #38a5cf;
}
a:hover {
  text-decoration: underline;
}

.btn {
  text-decoration: none !important;
}

.btn-black {
    font-weight: 700;
  padding: 1rem 2rem;
  color: #fff;
  background: #000;
  }

.btn-blue {
    font-weight: 700;
  padding: 1rem 2rem;
  color: #fff;
  background: #052948;
  }

.btn-white {
    font-weight: 700;
  padding: 1rem 2rem;
  color: #000;
  background: #fff;
  }

.btn-outline {
    font-weight: 700;
  padding: 1rem 1rem;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  }

.btn-gradient {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=1 );
}

.btn-gradient-reverse {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 );
}

.btn-play {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
}
.btn-play > * {
  pointer-events: none;
}

.paginator .paginator-item span.page-numbers, .paginator .paginator-item a.page-numbers{
  text-transform: uppercase;
  color: #052948;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 18px;
}
@media (min-width: 768px) {
  .paginator .paginator-item span.page-numbers,
.paginator .paginator-item a.page-numbers {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: normal;
    line-height: 20px;

  }
}
@media (min-width: 1280px) {
  .paginator .paginator-item span.page-numbers,
.paginator .paginator-item a.page-numbers {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: normal;
    line-height: 18px;
  }
}
@media (min-width: 1536px) {
  .paginator .paginator-item span.page-numbers,
.paginator .paginator-item a.page-numbers {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: normal;
    line-height: 20px;
  }
}
.paginator .paginator-item span.page-numbers.current{
  font-weight: 700;
}
.paginator .paginator-item a.page-numbers:hover{
  font-weight: 700;
}
.paginator .paginator-item a.page-numbers.prev{
  margin-right: 1rem;
  font-weight: 700;
  text-transform: none;
}
.paginator .paginator-item a.page-numbers.next{
  margin-left: 1rem;
  font-weight: 700;
  text-transform: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 27 mag 2022, 11:47:40
    Author     : Simone
*/
.otgs-development-site-front-end{
  display: none;
}

.padded {
  padding-left: 0.812rem;
  padding-right: 0.812rem;
}
@media (min-width: 1280px) {
  .padded {
    padding-left: 2.81rem;
    padding-right: 2.81rem;
  }
}

img {
  margin: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-item {
  position: relative;
}

.service-item div {
  position: relative;
}

.service-item .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
}

.service-item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

figure {
  margin-bottom: 0;
  
}


figurec {
        margin-left:60px;
    }

.service-item .thumb-content {
  position: relative;
}

.service-item > * {
  text-align: left;
}

.service-item .desc {
  display: flex;
  flex-direction: column;
  line-height: 18px;
}

.service-item .desc.half {
  height: 50%;
}

.service-item .desc .thumb-content::-webkit-scrollbar {
  width: 6px;
}

.service-item .desc .thumb-content::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

.service-item .desc .thumb-content::-webkit-scrollbar-thumb {
  background: #ffffff;
  opacity: 0.6;
  border-radius: 3px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}

.service-item .desc .thumb-content {
  overflow-y: hidden;
  height: 0;
  transition: all 0.3s linear;
}

.service-item:hover .desc .thumb-content {
  height: 100%;
  flex-grow: 1;
}

:root {
  --base: #38a5cf;
  --bg-blend: multiply;
  --blur: 0px;
  --fg-blend: lighten;
  --foreground: #000000;
  --opacity: 1;
  --spacing: 0px;
}

.service-item:hover .img-wrapper {
  background-color: var(--base);
  display: flex;
  flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
  padding: var(--spacing);
  position: relative;
}

.service-item:hover .img-wrapper img {
  filter: grayscale(100%) contrast(1) blur(var(--blur));
  flex: 1 0 100%;
  height: 100%;
  max-width: 100%;
  mix-blend-mode: var(--bg-blend);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: var(--opacity);
  position: relative;
  width: 100%;
}

.to-dark-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
}

.bg-gradient-top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 5%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
}

.bg-blue-gradient {
  background: linear-gradient(to bottom, #0c638f 0%, #0c618c 29%, rgba(125, 185, 232, 0) 82%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0c638f", endColorstr="#007db9e8",GradientType=0 );
}

.service-item:hover .img-wrapper::before {
  background-color: var(--foreground);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: var(--fg-blend);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.service-item a:hover {
  text-decoration: none !important;
}

.modal {
  position: fixed;
  z-index: 1020;
  top: -150%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s linear;
}
.modal.open {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0%;
}
.modal.open .modal-content {
  opacity: 1;
  width: 100%;
}
.modal .modal-content {
  background: #fff;
  padding: 1rem;
  width: 0%;
  opacity: 0;
  max-height: 90vh;
  max-width: 90vw;
  margin: auto;
  transition: all 0.3s linear;
  transition-delay: 0.3s;
}
.modal .modal-content iframe {
  aspect-ratio: 16/9 !important;
  width: 100% !important;
  height: auto;
  max-width: 1230px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .modal .modal-content {
    max-width: 75vw;
  }
}
@media screen and (min-width: 1400px) {
  .modal .modal-content {
    max-width: 1230px;
  }
}

@layer basic {
  .ar-16-10 {
    aspect-ratio: 16/10;
  }

  .ar-16-9 {
    aspect-ratio: 16/9;
  }

  .ar-9-16 {
    aspect-ratio: 9/16;
  }

  .ar-6-8 {
    aspect-ratio: 6/8;
  }

  .ar-6-7 {
    aspect-ratio: 6/7;
  }

  .ar-4-3 {
    aspect-ratio: 4/3;
  }

  .ar-3-4 {
    aspect-ratio: 3/4;
  }

  .ar-2-3 {
    aspect-ratio: 2/3;
  }

  .ar-3-2 {
    aspect-ratio: 3/2;
  }

  .ar-3-1 {
    aspect-ratio: 3/1;
  }

  .ar-2-1 {
    aspect-ratio: 2/1;
  }

  .ar-1-2 {
    aspect-ratio: 1/2;
  }

  .ar-1-1 {
    aspect-ratio: 1/1;
  }
}
@media all and (min-width: 768px) {
  .ar-md-1-1 {
    aspect-ratio: 1/1;
  }
}
@media all and (min-width: 991px) {
  .ar-lg-16-9 {
    aspect-ratio: 16/9;
  }

  .text-lg-left {
    text-align: left !important;
  }
}
#main-menu{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-color: rgba(255, 255, 255, 0.4);
}
#main-menu li{
  text-align: center;
}
#main-menu li a {
    font-weight: 600;
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  color: #fff;
  }
#main-menu li a:hover {
  color: #38a5cf;
  text-decoration: none;
}

header #main-menu{
  border-bottom-width: 1px;
}

@media screen and (max-width: 660px) {
  footer #main-menu {
    flex-direction: column;
  }
}
.menu-toggler-closer,
.menu-alt-toggler-opener,
.menu-alt-toggler-closer {
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  color: #fff;
  font-size: text(19px);
}
.menu-toggler-closer.blue,
.menu-alt-toggler-opener.blue,
.menu-alt-toggler-closer.blue {
  background-image: url(../images/pallinomenu.png);
}
.menu-toggler-closer.black,
.menu-alt-toggler-opener.black,
.menu-alt-toggler-closer.black {
  background-image: url(../images/pallinonero.png);
}

body:not(.single-post) footer {
  margin-top: 50px;
}
body footer .social-links a:hover {
  text-decoration: none;
  opacity: 0.7;
}
body footer .social-links a.instagram {
  background-image: url(../images/ig.png);
}
body footer .social-links a.facebook {
  background-image: url(../images/fb.png);
}
body footer .social-links a.linkedin {
  background-image: url(../images/in.png);
}
body footer .social-links a.twitter {
  background-image: url(../images/tw.png);
}
body footer .social-links a.youtube {
  background-image: url(../images/yt.png);
}
body footer .footer-links a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
body footer .footer-links a:hover {
  color: #38a5cf;
}
body footer .footer-links a:not(:last-child) {
  position: relative;
  padding-right: 20px;
}
body footer .footer-links a:not(:last-child):after {
  position: absolute;
  right: 5px;
  top: 1px;
  content: "-";
  display: block;
  width: 10px;
  height: 24px;
}

body{
  --tw-bg-opacity: 1;
  background-color: #e0dfdf;
  font-family: 'Poppins', sans-serif;
  --tw-text-opacity: 1;
  color: rgb(5 41 72 / var(--tw-text-opacity));
}
body .wp-block-image.aligncenter {
  margin: auto;
}
body .header-menu:before {
  position: absolute;
  z-index: 0;
  background: #e0dfdf;
  display: block;
  height: 100%;
  width: 100%;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 576px) {
  body .header-menu:before {
    max-width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  body .header-menu:before {
    max-width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  body .header-menu:before {
    display: none;
  }
}
body .header-menu .mobile-container {
  position: relative;
  text-align: right;
  background: #e0dfdf;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  body .header-menu .mobile-container {
    max-width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  body .header-menu .mobile-container {
    max-width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  body .header-menu .mobile-container {
    max-width: 100%;
    background: transparent;
  }
}
@media screen and (max-width: 1279px) {
  body .header-menu {
    overflow: hidden;
    width: 0;
    height: 100%;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.3s linear;
  }
  body .header-menu.open {
    width: 100%;
  }
  body .header-menu #main-menu {
    background: #e0dfdf;
    margin: 0;
    flex-direction: column;
    max-width: 100%;
    flex-grow: 1;
    padding: 40px 0;
  }
  body .header-menu #main-menu li {
    margin-bottom: 15px;
  }

  body .header-menu #main-menu a {
    font-weight: 600;
    color: black;
    text-align: right;
    font-size: 1.4rem;
  }
}
body #menu-toggler {
  padding: 0 20px;
}
body #menu-toggler button {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
}
body #menu-toggler button span {
  background: #000;
  height: 2px;
  margin: 3px 10px;
  display: block;
  width: 30px;
}
body.contatti {
  background: #000;
}
body.contatti .form-contatti {
  display: flex;
  flex-wrap: wrap;
}
body.contatti .form-contatti .field {
  margin-bottom: 1.5rem;
}
body.contatti .form-contatti .field textarea {
  background: transparent;
  max-height: 120px;
  border: 2px solid #fff;
  width: 100%;
  padding: 4px;
}
body.contatti .form-contatti .field textarea::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.7;
  /* Firefox */
}
body.contatti .form-contatti .field textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.7;
  /* Firefox */
}
body.contatti .form-contatti .field textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.7;
  /* Firefox */
}
body.contatti .form-contatti .field textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
body.contatti .form-contatti .field textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
body.contatti #breadcrumbs li:not(:last-child):after,
body.contatti #breadcrumbs li a {
  color: #fff;
}
body.single-post .nav span {
  background-repeat: no-repeat;
  background-size: 50px auto;
  display: inline-block;
}
body.single-post .nav span.previous-post {
  background-image: url("../images/slider-arrow.png");
  background-position: center left;
  padding-left: 70px;
}
body.single-post .nav span.next-post {
  background-image: url("../images/slider-arrow-r.png");
  background-position: center right;
  padding-right: 70px;
}
body .site-logo img {
  max-width: 230px;
}
body.no-scroll {
  overflow: hidden;
}
body #right-menu {
  left: 110%;
  transition: all 0.3s linear;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
body #right-menu.open {
  left: 0;
}
body #right-menu .logo {
  max-width: 200px;
}
body #right-menu .menu-container {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/$lt-blue+0,085f8d+100 */
  background: #38a5cf;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #38a5cf 0%, #085f8d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$lt-blue", endColorstr="$dk-blue",GradientType=1 );
  /* IE6-9 */
}
body #right-menu #s {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
body #right-menu #s::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.7;
  /* Firefox */
}
body #right-menu #s:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.7;
  /* Firefox */
}
body #right-menu #s::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.7;
  /* Firefox */
}
body #right-menu #s:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
body #right-menu #s::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
body #right-menu #searchsubmit {
  width: 75px;
  background: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 1px solid #fff;
  background-image: url("../images/search-ico.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
body #right-menu #lang-menu a:hover {
  text-decoration: underline;
}
body #right-menu .social-links a:hover {
  text-decoration: none;
  opacity: 0.7;
}
body #right-menu .social-links a.instagram {
  background-image: url(../images/ig-b.png);
}
body #right-menu .social-links a.facebook {
  background-image: url(../images/fb-b.png);
}
body #right-menu .social-links a.linkedin {
  background-image: url(../images/in-b.png);
}
body #right-menu .social-links a.twitter {
  background-image: url(../images/tw-b.png);
}
body #right-menu .social-links a.youtube {
  background-image: url(../images/yt-b.png);
}

a.more {
  color: #38a5cf;
  font-weight: 400;
}
a.more:hover {
  text-decoration: underline;
}

.coming-soon a:hover {
  text-decoration: none;
}

#breadcrumbs {
  display: flex;
}
#breadcrumbs li {
  padding-right: 20px;
  position: relative;
  color: #38a5cf;
}
#breadcrumbs li a {
  color: #052948;
}
#breadcrumbs li a:hover {
  text-decoration: underline;
}
#breadcrumbs li:not(:last-child):after {
  color: #052948;
  content: ">";
  position: absolute;
  display: block;
  width: 14px;
  right: 0;
  top: 1px;
}

.filter-list li {
  border: 2px solid #38a5cf;
  margin: 0 15px;
}
.filter-list li a{
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  color: #38a5cf;
  font-weight: 600;
}
.filter-list li:hover {
  background-color: #38a5cf;
}
.filter-list li:hover a {
  color: #052948;
}
.filter-list li.current {
  background-color: #38a5cf;
}
.filter-list li.current a {
  color: #052948;
}

.social-links a {
  width: 50px;
  height: 50px;
  color: #fff;
  background: transparent;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.social-links a.instagram {
  background-image: url(../images/ig.png);
}
.social-links a.facebook {
  background-image: url(../images/fb.png);
}
.social-links a.linkedin {
  background-image: url(../images/in.png);
}
.social-links a.twitter {
  background-image: url(../images/tw.png);
}
.social-links a.youtube {
  background-image: url(../images/yt.png);
}

#featured-box .single-news,
#featured-box .featured-news {
  aspect-ratio: 1/1;
}
#featured-box .single-news figure,
#featured-box .featured-news figure {
  aspect-ratio: 1/1;
}
#featured-box .single-news figure:after,
#featured-box .featured-news figure:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#film-wrapper .scroll {
  background-image: url("../images/scroll.png");
  background-size: 8px 154px;
  background-repeat: no-repeat;
  min-height: 250px;
  margin-left: -2px;
  background-position: center left;
  width: 10px;
}

.single-film-cover,
.film-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 120px;
}
.single-film-cover img,
.film-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-film-cover {
  padding-top: 40px;
}

.single-film-cover-serie {
  padding-top: 600px;
}

@media (max-width: 768px) {
  .single-film-cover-serie {
    padding-top: 300px;
    
  }
}

input.wpcf7-form-control:not([type=submit]) {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 1rem 1.5rem;
  width: 100%;
  text-align: center;
}
input.wpcf7-form-control:not([type=submit])::-moz-placeholder {
  color: #fff;
  opacity: 1;
  text-align: center;
}
input.wpcf7-form-control:not([type=submit]):-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  text-align: center;
}
input.wpcf7-form-control:not([type=submit])::placeholder {
  color: #fff;
  opacity: 1;
  text-align: center;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 50px;
  position: relative;
  display: block;
}
.wpcf7-acceptance [type=checkbox] {
  display: none;
}
.wpcf7-acceptance [type=checkbox] + .wpcf7-list-item-label:before {
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}
.wpcf7-acceptance [type=checkbox]:checked + .wpcf7-list-item-label:after {
  width: 18px;
  height: 18px;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 6px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  display: flex;
  margin: auto;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
  display: block;
  height: 6px;
  width: 6px;
  background: gray;
  margin: 4px;
  border-radius: 10px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 15px;
  width: 15px;
  background: #38a5cf;
}

.rating {
  height: 30px;
  width: 120px;
  display: block;
  clear: both;
}
.rating .bar {
  height: 30px;
}
.rating .mask {
  background-image: url("../images/star-mask-new.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  backgrouns-position: top left;
}

#homeSerieTv .swiper-slide,
#homeFilms .swiper-slide {
  min-height: 400px;
}
#homeSerieTv .swiper-slide img,
#homeFilms .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#homeSerieTv .navs,
#homeFilms .navs {
  position: absolute;
  z-index: 30;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  bottom: 15px;
  font-size: 23px;
  color: #fff;
}
#homeSerieTv .navs.right,
#homeFilms .navs.right {
  right: 40px;
}
#homeSerieTv .navs.left,
#homeFilms .navs.left {
  left: 40px;
}
#homeSerieTv .navs .current,
#homeFilms .navs .current {
  color: #38a5cf;
}
#homeSerieTv .navs .swiper-counter,
#homeFilms .navs .swiper-counter {
  padding: 0 5px;
}
#homeSerieTv .swiper-button-prev, #homeSerieTv .swiper-button-next,
#homeFilms .swiper-button-prev,
#homeFilms .swiper-button-next {
  cursor: pointer;
  width: 80px;
  height: 40px;
  background-image: url("../images/slider-arrow.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 76px 23px;
}
#homeSerieTv .swiper-button-next,
#homeFilms .swiper-button-next {
  transform: rotate(180deg);
}

#film-wrapper .navs {
  position: absolute;
  z-index: 30;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  bottom: 15px;
  font-size: 23px;
  color: #fff;
}
#film-wrapper .navs.right {
  right: 40px;
}
#film-wrapper .navs.left {
  left: 40px;
}
#film-wrapper .navs .current {
  color: transparent;
}
#film-wrapper .navs .swiper-counter {
  padding: 0 5px;
}
#film-wrapper .swiper-button-prev, #film-wrapper .swiper-button-next {
  cursor: pointer;
  width: 80px;
  /*height: 40px;*/
  background-image: url("../images/slider-arrow.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 76px 23px;
}
#film-wrapper .swiper-button-next {
  transform: rotate(180deg);
}

#cast-slider img {
  max-height: 280px;
}

iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
}

#news-container a:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 1023px) {
  #news-container .only-title {
    text-align: center;
  }
}

.horizontal-scroll-container {
  max-width: 100%;
  overflow-x: auto;
}
.horizontal-scroll-container .scroll-content {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

#relatedCarousel .swiper-button-prev, #relatedCarousel .swiper-button-next {
  cursor: pointer;
  background-image: url("../images/slider-arrow-mini.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.5);
}
#relatedCarousel .swiper-button-prev {
  background-image: url("../images/slider-arrow-mini-l.png");
}
#relatedCarousel .swiper-slide {
  aspect-ratio: 2/3;
}

@media screen and (max-width: 1279px) {
  #testimonianze {
    background-color: #ffffff;
    background-image: none !important;
  }
}
@media screen and (max-width: 575px) {
  .film-cover {
    aspect-ratio: 1;
  }

  [data-target="#trailerModal"] {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 1280px) {
  .film-cover {
    aspect-ratio: 3/2;
  }
}


@media (max-width: 450px) {
  .imgcat {
    height: 445px!important;
    background-size: cover!important;
  }

  .pb-24 {
    padding-bottom: 10px;
  }
  .mobileisw {
    display:none;
  }
  .btn-outline {padding: 10px !important;}
  .iswslider, .navs {display:none!important;}
  .mobilecenter {text-align: center!important;}
  .pb-10 {padding-bottom: 10px;}
  .py-12 {padding-top: 1rem;}
  .headermobile2 {margin: 0 -20px 0 0;}
  .servillo {background-position-x: -900px;}
  .title-box {padding-top: 10px; padding-bottom: 20px;}
  .pt-32 {padding-top: 3rem;}
  .title-box {width: 100%!important;}
}

@media (min-width: 1024px) {

  .single-news,
  .featured-news {
    aspect-ratio: 6/8 !important;
    position: absolute;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    transition: width 0.4s linear;
  }
  .single-news figure,
  .featured-news figure {
    aspect-ratio: 6/8 !important;
  }

  .featured-news.pos1 {
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
  }
  .featured-news.pos2 {
    right: 0;
    left: auto;
  }
  .featured-news.pos2 figure {
    margin-left: auto;
    margin-right: 0;
  }
  .featured-news.open {
    z-index: 51;
  }
  .featured-news:hover {
    z-index: 51;
    width: 100%;
  }
  .featured-news:hover figure {
    border-left: none !important;
    border-right: none !important;
  }

  .film-cover {
    padding-top: 180px;
  }

  #testimonianze {
    background-position: right top;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  #featured-box-container:after, #featured-box-container:before{
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: block;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    content: "";
    width: 2px;
    z-index: 70;
  }
  #featured-box-container:before {
    left: 33.33%;
  }
  #featured-box-container:after {
    left: 66.66%;
  }

  #featured-box .featured-news .title-box {
    width: 33.33vw;
    left: 0;
    margin: 0;
  }
  #featured-box .featured-news.single .title-box {
    right: 0;
    margin: auto;
  }
  #featured-box .featured-news:nth-child(2) .title-box {
    left: 50%;
    transform: translateX(-50%);
  }
  #featured-box .featured-news:last-child:not(.single) .title-box {
    left: auto;
    right: 0;
  }
  #featured-box .featured-news .visible-on-hover {
    opacity: 0;
  }
  #featured-box .featured-news:hover .visible-on-hover {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  body.admin-bar{
    height: 100vh;
    padding-top: 155px;
  }
  body #menu-toggler {
    display: none;
  }

  .film-cover,
#homeSerieTv,
#homeFilms {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1440px) {
  body.admin-bar {
    padding-top: 170px;
  }
}
@media (min-width: 1536px) {
  body.admin-bar {
    padding-top: 200px;
  }
}
.placeholder\:text-blue::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(5 41 72 / var(--tw-text-opacity));
}
.placeholder\:text-blue:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(5 41 72 / var(--tw-text-opacity));
}
.placeholder\:text-blue::placeholder{
  --tw-text-opacity: 1;
  color: rgb(5 41 72 / var(--tw-text-opacity));
}
.placeholder\:text-opacity-40::-moz-placeholder{
  --tw-text-opacity: 0.4;
}
.placeholder\:text-opacity-40:-ms-input-placeholder{
  --tw-text-opacity: 0.4;
}
.placeholder\:text-opacity-40::placeholder{
  --tw-text-opacity: 0.4;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px){
  .sm\:mr-4{
    margin-right: 1rem;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
}
@media (min-width: 768px){
  .md\:m-auto{
    margin: auto;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:mt-24{
    margin-top: 6rem;
  }
  .md\:h-8{
    height: 2rem;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-11\/12{
    width: 91.666667%;
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:pr-6{
    padding-right: 1.5rem;
  }
  .md\:pl-6{
    padding-left: 1.5rem;
  }
  .md\:text-right{
    text-align: right;
  }
}
@media (min-width: 1024px){
  .lg\:aspect-w-3{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 3;
  }
  .lg\:aspect-w-3 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:aspect-h-2{
    --tw-aspect-h: 2;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:mr-auto{
    margin-right: auto;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mt-auto{
    margin-top: auto;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-1\/2{
    height: 50%;
  }
  .lg\:h-\[auto\]{
    height: auto;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pl-14{
    padding-left: 3.5rem;
  }
  .lg\:pr-12{
    padding-right: 3rem;
  }
  .lg\:pl-12{
    padding-left: 3rem;
  }
}
@media (min-width: 1280px){
  .xl\:fixed{
    position: fixed;
  }
  .xl\:top-0{
    top: 0px;
  }
  .xl\:left-0{
    left: 0px;
  }
  .xl\:order-1{
    order: 1;
  }
  .xl\:order-2{
    order: 2;
  }
  .xl\:order-3{
    order: 3;
  }
  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:mt-32{
    margin-top: 8rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-full{
    height: 100%;
  }
  .xl\:h-screen{
    height: 100vh;
  }
  .xl\:h-8{
    height: 2rem;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:w-2\/5{
    width: 40%;
  }
  .xl\:w-2\/3{
    width: 66.666667%;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:w-1\/5{
    width: 20%;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:w-4\/12{
    width: 33.333333%;
  }
  .xl\:w-8\/12{
    width: 66.666667%;
  }
  .xl\:w-8{
    width: 2rem;
  }
  .xl\:justify-end{
    justify-content: flex-end;
  }
  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 1440px){
  .\32xl\:aspect-w-2{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 2;
  }
  .\32xl\:aspect-w-2 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .\32xl\:aspect-h-1{
    --tw-aspect-h: 1;
  }
  .\32xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .\32xl\:w-10\/12{
    width: 83.333333%;
  }
  .\32xl\:w-6\/12{
    width: 50%;
  }
  .\32xl\:w-1\/2{
    width: 50%;
  }
  .\32xl\:max-w-\[650px\]{
    max-width: 650px;
  }
  .\32xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .\32xl\:pt-20{
    padding-top: 5rem;
  }
  .\32xl\:pl-20{
    padding-left: 5rem;
  }
  .\32xl\:pl-28{
    padding-left: 7rem;
  }
}
@media (min-width: 2536px){
  .\36xl\:w-9\/12{
    width: 75%;
  }
}


/* Clearfix */
.clear {clear:both}

/* First Level */
nav#menu ul li {float:left; position:relative; text-transform:uppercase; list-style:none}
nav#menu ul li a {display:block; background:#152635; color:#fff; padding:5px 15px; font-size:14px;}

/* Second Level */
nav#menu ul li ul {display:none;}
nav#menu ul li ul li a {width:160px;}
nav#menu ul li:hover ul {display:block; position:absolute; top:26px;}

/* Third Level */
nav#menu ul li ul li ul li {list-style:inside square}
nav#menu ul li ul li ul li a {font-size:11px; color:#ddd}