@font-face {
    font-family: 'josefin-light';
    src: url('/fonts/josefinsans-light-webfont.woff2') format('woff2'),
        url('/fonts/josefinsans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'josefin-regular';
    src: url('/fonts/JosefinSans-Regular.woff2') format('woff2'),
        url('/fonts/JosefinSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'josefin-semibold';
    src: url('/fonts/josefinsans-semibold-webfont.woff2') format('woff2'),
        url('/fonts/josefinsans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'josefin-bold';
    src: url('/fonts/JosefinSans-Bold.woff2') format('woff2'),
        url('/fonts/JosefinSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fleurdeleah';
    src: url('/fonts/fleurdeleah-regular-webfont.woff2') format('woff2'),
        url('/fonts/fleurdeleah-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    color: #222;
    outline: 0;
}

a:hover {
    color: #0e8581;
}





html,
body {
    font-family: 'josefin-regular', sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    width: 100%;
    color: #444;
    background-color: #eee;
    /*    user-select: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;*/

}

html {
    box-sizing: border-box;
    margin-right: 0px !important;

}

body {
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out 0.2s;
}

body.fulltop {
    height: 100%;
}


body.menu-open {
    overflow: hidden;
    position: relative;
    /* facoltativo, aiuta su Safari mobile */
}

img {
    width: 100%;
    height: auto;
}

ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

/*HEADER*/

header {
    width: 100%;
    height: 120px;
    left: 0;
    top: 0;
    background-color: #eee;
    position: fixed;
    box-sizing: border-box;
    z-index: 1000;
}

.header-container {
    box-sizing: border-box;
    height: inherit;
    padding: 20px 38px 20px 20px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 20;
    text-transform: uppercase;
    font-family: "josefin-light", sans-serif;
}

.xcontainer {
    padding: 0 20px;
}

.logo {
    position: relative;
    display: table;
    pointer-events: initial;
    z-index: 10;
    top: 15px;
    float: left;
}

.logo img {
    display: block;
    height: 50px;
    width: auto;
}

.grid {
    margin-top: 60px;
    margin-bottom: 60px;
}

.grid-sizer,
.grid-item {
    width: 45%;
    margin-bottom: 10px;
    margin-right: 10px;
}

/* 2 columns */
.grid-item--width2 {
    width: 100%;
}

 .cbox {
  margin-top: -110px;
     padding: 0 20px;
  display: flex;
     flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  max-height: 500px;
}
.cbox h1{
    font-size: 36vw;
    color: #222;
    line-height: 20vw;
}
.cbox h2{
    font-size: 4vw;
  color: #fff;
  text-transform: uppercase;
  font-family: 'josefin-light', sans-serif;
    margin-top: 1.1em;
}

.cbox p {
    margin-top: 0.8em;
  font-size: 4vw;
  color: #b0b0b0;
}

.cbox p a:hover{
    color: #fff;
}

.cbox span {
  font-size: 30vw;
}

.gallery-masonry {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    /* Distanza tra le immagini */
    margin-top: 60px;
    margin-bottom: 60px;
}

.gallery-masonry img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.classic-menu {
    transition: background 0.4s;
}

.classic-menu .flexnav {
    display: none;
    float: right;
    position: relative;
    width: auto;
    max-height: 60px;
}

.classic-menu .flexnav li ul {
    min-width: 180px;
}

.classic-menu .flexnav li {
    background: transparent none repeat scroll 0 0;
    padding: 0 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.classic-menu .menu-timeline {
    opacity: 1 !important;
    -webkit-transition: translateY(0px) !important;
    transform: translateY(0px) !important;
    pointer-events: initial;
}

.classic-menu .flexnav li:last-child {
    padding-right: 0px;
}

.classic-menu .before-span {
    opacity: 1 !important;
    -webkit-transition: translateY(0px) !important;
    transform: translateY(0px) !important;

}

.classic-menu .flexnav li a {
    background: transparent none repeat scroll 0 0;
    padding: 0;
    position: relative;
    border-left: medium none;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    overflow: hidden;
}

.uppercase-text .classic-menu .flexnav > li > a {
    text-transform: uppercase;
}

.classic-menu .flexnav > li > a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #222;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-out;
}

.classic-menu .flexnav li > a.active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.classic-menu .flexnav:hover li > a::after,
.classic-menu .flexnav:hover li:hover > a.active::after,
.show-loader .classic-menu .flexnav li > a.active::after {
    transform: scaleX(0);
    transform-origin: right;
}

.classic-menu .flexnav:hover li:hover > a::after {
    transform: scaleX(1);
    transform-origin: left;
}

.flexnav:hover li a {
    color: rgba(0, 0, 0, 0.4);
}

.classic-menu .flexnav li:hover a {
    color: #222;
}

.classic-menu .flexnav li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transform-origin: 100% 0%;
}

.classic-menu .flexnav li a span::before {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    content: attr(data-hover);
}

.classic-menu .flexnav li:hover a span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%;
}

.classic-menu .flexnav li ul li a {
    padding: 0 20px 20px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #fff !important;
    opacity: 0.6;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    -ms-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}

.classic-menu .flexnav li ul li a.link::before {
    display: none;
}

.classic-menu .flexnav li ul li a.active,
.classic-menu .flexnav li ul li a:hover {
    opacity: 1;
}

.classic-menu .flexnav li > ul li {
    margin-left: 0;
    padding: 0;
    opacity: 1 !important;
    transform: none !important;
}

.classic-menu .flexnav li ul {
    -webkit-transform: translate3d(0px, 30px, 0px);
    transform: translate3d(0px, 30px, 0px);
    display: block !important;
    opacity: 0 !important;
    height: inherit !important;
    overflow: visible !important;
    visibility: hidden;
    left: 15px;
    top: 60px;
    padding-top: 20px;
    background: #000;
    border-radius: 3px;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
}

.classic-menu .flexnav li:last-child ul {
    left: auto;
    right: -10px;
}

.classic-menu .flexnav li ul ul {
    left: 5px !important;

}

.classic-menu .flexnav li ul:after {
    display: block;
    content: '';
    position: absolute;
    top: -6px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 9px;
    border-color: transparent transparent #000;
}

.classic-menu .flexnav li:last-child ul:after {
    left: auto;
    right: 20px;
}

.classic-menu .flexnav ul li ul:after {
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 9px;
    border-color: transparent transparent #000;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.classic-menu .flexnav li ul li > ul,
.classic-menu .flexnav li ul.open ul.open {
    top: -5px;
    z-index: 10;
}

.classic-menu .flexnav li:last-child ul li > ul,
.classic-menu .flexnav li:last-child ul.open ul.open {
    margin-left: -100%;
    left: -5px !important;
    right: auto;
    top: 0;
}

.classic-menu .flexnav li:last-child ul li ul::after {
    right: -10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.classic-menu .flexnav ul li ul li a {
    background: #000;
}

.classic-menu .flexnav ul li ul li ul li a {
    background: #000;
}

.classic-menu .flexnav li ul.flexnav-show {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1 !important;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
    transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
}

.classic-menu .flexnav .touch-button {
    display: none;
}

.flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
}

.burger {
    position: relative;
    width: 40px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    padding: 6px 0;
    float: right;
}

.burger span {
    display: block;
    height: 4px;
    width: 100%;
    background: #222;
    border-radius: 2px;
    transition: all 0.3s;
}

.burger:hover span {
    background: #0e8581;
    transition: background 0.3s;
}

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #222;
    color: #fff;
    z-index: 19;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: all;
    transition: opacity 0.4s ease, visibility 0.4s;
}

.overlay-menu.active {
    opacity: 1;
    visibility: visible;
}

.overlay-menu nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: calc(1rem + 7vw);
    line-height: calc(1rem + 7vw);
    font-family: 'josefin-light', sans-serif;
    text-transform: uppercase;
    text-align: center;
}


.close-x {
    display: none;
    position: relative;
    width: 40px;
    /* come .burger */
    height: 32px;
    /* come .burger */
    cursor: pointer;
    /* opzionale: centra rispetto al contenitore */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Le due linee che formano la X */
.close-x::before,
.close-x::after {
    content: '';
    position: absolute;
    left: 8px;
    /* metà dello spazio inutilizzato su lato; ((40-24)/2) */
    top: 14px;
    /* verticale, centro del box (32-4)/2 */
    width: 24px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
}

/* Rotazione per creare la X */
.close-x::before {
    transform: rotate(45deg);
}

.close-x::after {
    transform: rotate(-45deg);
}

.close-x:hover::before,
.close-x:hover::after {
    background: #0e8581;
    transition: background 0.3s;
}

.burger-wrapper {
    width: 40px;
    display: flex;
    flex-direction: column;
    float: right;
    top: 15px;
    position: relative;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.close-off {
    display: none;
}

.close-on {
    display: block;
}

.overlay-menu a {
    color: #fff;
}


.overlay-menu a:hover {
    color: #0e8581;
}

.posrel {
    position: relative;
}

#overlay {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    opacity: 0.8;
    display: none;
}

#pagecover {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1001;
    opacity: 1;
}

#overlay .spinner {
    background-image: url('/images/loader.svg');
    width: 100px;
    height: 100px;
    margin-top: 200px;
    margin: 120px auto 0 auto;
}

.loader {
  font-family: 'josefin-light', sans-serif;
  font-size: 120px;
  font-weight: 700;
  color: #0e8581;;
  width: 120px;
  height: 120px;
  animation: pulse 3.0s ease-in-out infinite;
  margin: 120px auto 0 auto;
}

.loader::before {
  content: "\00D8"; /* qui metti il carattere che vuoi, es. "W", "●", "Ø" */
}

@keyframes pulse {
  0%   { transform: scale(1);   opacity: 0.3; }
  50%  { transform: scale(1.01); opacity: 0.6;   }
  100% { transform: scale(1);   opacity: 0.3; }
}


.vertical {
    display: flex;
    align-items: center;
}

.bicolore {
    min-height: 100vh;
    width: 100vw;
    background: linear-gradient(to bottom, #eee 0%, #eee 50%, #0e8581 50%, #0e8581 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.centro-box {
    background: #e3ddcb;
    color: #222;
    padding: 48px 16px;
    min-width: 300px;
    max-width: 95vw;
    min-height: 180px;
    z-index: 1;
    position: relative;
}

input,
textarea {
    font-family: 'josefin-light', sans-serif;
    border: none;
    border-bottom: 1px solid #222;
    outline: none;
    /* Niente bordo blu al click */
    background: transparent;
    /* Nessuno sfondo */
    color: #222;
    /* Colore testo */
    padding: 6px 0 4px 0;
    /* Padding top-right-bottom-left, regola a piacere */
    font-size: calc(1rem + 0.30vw);
    width: 100%;
    /* Facoltativo: full width */
    box-sizing: border-box;
    /* Facoltativo: evitano padding che allarga */
    transition: border-color 0.3s;
    text-transform: uppercase;
    margin-bottom: 28px;
}



.light {
    font-family: 'josefin-light', sans-serif;
}

.autoresize {
    margin-top: 28px;
    width: 100%;
    max-height: 200px;
    /* opzionale: limite massimo */
    overflow-y: auto;
    resize: none;
    /* opzionale: disattiva il dragging angolo */
    box-sizing: border-box;
}

input:focus {
    border-bottom: 1px solid #ff0000;
    /* Cambia colore del bordo inferiore al focus */
}

textarea:focus {
    border-bottom: 1px solid #ff0000;
    /* Cambia colore del bordo inferiore al focus */
}

.big-checkbox {
    display: flex;
    align-items: center;
    font-size: 11px;
    gap: 0.3em;
    text-transform: uppercase;
    font-family: 'josefin-light', sans-serif;
    margin-top: 20px;
    color: #666;
}

.big-checkbox input[type="checkbox"] {
    width: 2em;
    height: 2em;
    accent-color: #0e8581;
    /* se vuoi colore custom su browser moderni */
    margin: 0;
    cursor: pointer;
}

.formwrapper {
    margin-top: 38px;
}

.contact-title h1 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
}

.infos {
    margin-top: 36px;
    font-family: 'josefin-light', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
}

.contact-title h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}

.grecaptcha-badge {
    visibility: hidden;
}


    .microrow {
  display: flex;
  flex-direction: column;
  justify-content: center; 
gap: 40px;
        margin-top: 40px;
}

    .microsection {
  text-transform: uppercase;
  font-size: 14px;
        flex: 0 0 auto;  
  text-align: center;
}

    
    .microsection h5{
        color: #0e8581;
        font-size: 18px;
    }
    
    .microsection ul {
  font-family: 'josefin-light', sans-serif;
}


/*portfolio*/

.port-title p {
    margin-top: 20px;
    font-family: 'josefin-light', sans-serif;
    text-transform: uppercase;
}

.port-xcont .next {
    margin-top: 60px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    font-family: 'josefin-regular', sans-serif;
}

.port-xcont .next p {
    font-family: 'josefin-light', sans-serif;
    color: #0e8581;
}

.port-xcont .next h3 {
    color: #FF8600;
    margin-bottom: 12px;
}

.port-xcont .next h3 a {
    color: #C8C4C4;
    transition: color 0.5s ease;
}

.port-xcont .next h3 a:hover {
    color: #0e8581;
}

.port-xcont .next h3 {
    font-size: 24px;
}

.icon-arrow svg {
    width: 1em !important;
    height: 1em !important;
    vertical-align: -0.125em;
    /* metti a punto se nel tuo caso serve (es: -0.15em, 0, 0.1em...) */
    font-size: inherit;
    /* si adatta esattamente alla grandezza del testo */
    display: inline-block;
}


.port-index h3 {
    padding: 16px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.port-index h3 span {
    font-family: 'josefin-light', sans-serif;
}

.port-index {
    margin: 70px 0;
}

.port-title h1 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
}

.port-title h4 {
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 10px;
}



.port-title h5 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 150%;
    margin-bottom: 10px;
    font-family: 'josefin-light', sans-serif;
}

.notes-breadcrumb {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 150%;
    margin-bottom: 10px;
    font-family: 'josefin-light', sans-serif;
}

.notes-breadcrumb a {
    color: #222;
    text-decoration: none;
}

.notes-breadcrumb a:hover {
    color: #0e8581;
}

.notes-breadcrumb .sep {
    margin: 0 6px;
    color: #999;
}

.port-xcont {
    font-family: 'josefin-light', sans-serif;
    font-size: 20px;
    margin-bottom: 90px;
    line-height: 120%;
}

.port-xcont h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 22px;
    color: #0e8581;
    font-family: 'josefin-bold', sans-serif;
}

.port-xcont h4 {
    font-size: 21px;
    font-family: 'josefin-regular', sans-serif;
    margin-bottom: 10px;
    margin-top: 18px;
    text-transform: uppercase;
}

.port-xcont h5 {
    font-size: 18px;
    font-family: 'josefin-regular', sans-serif;
    margin-bottom: 14px;
    margin-top: 22px;
    text-transform: uppercase;
}

.port-xcont h6 {
    font-size: 16px;
    font-family: 'josefin-regular', sans-serif;
    margin-bottom: 14px;
    margin-top: 22px;
}

.port-xcont ul {
    margin-top: 18px;
}

.port-cover {
    margin-top: 60px;
    margin-bottom: 60px;
}

.bg-block {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.port-pre {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.5s ease;
    background-size: cover;
    background-position: center;
}

.port-pre img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.port-xcont .next .next-img {
    width: 100%;
    padding-top: 100%;
    /* Fallback: rende il div quadrato per browser vecchi */
    background-size: cover;
    background-position: center;
    position: relative;
    aspect-ratio: 1 / 1;
    /* CSS moderno: nei browser compatibili */
    padding-top: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
    /* durata e curva dell’effetto */
    margin-bottom: 24px;
}

.port-pre:hover {
    opacity: 0.7;
}

.btn-cta {
    display: inline-block;
    padding: 0.7em 3em 0.5em;
    background: #222;
    color: #fff;
    text-align: center;
    border-radius: 32px;
    border: none;
    font-size: 0.9em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    font-family: 'josefin-light', sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
    line-height: 1em;
}

.btn-cta:hover,
.btn-cta:focus {
    background: #0e8581;
    /* oppure un altro colore principale */
    color: #fff;
    outline: none;
}

#instagallery {
    margin-bottom: 140px;
    margin-top: 40px;
}


article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

#hero {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0 60px 0 20px;
}

#all {
    padding: 140px 0 0;
}

#hero-styles {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 2;
}

.hero-title {
    font-family: 'josefin-light', sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
}

.semibold {
    font-family: "josefin-semibold", sans-serif;
}

.hero-sub {
    font-family: 'josefin-regular', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 0.7vw;
}



section#intro {
    padding: 50px 0;
}

section.content {
    margin-top: 50px;
    padding: 50px 0;
}



.section-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 96%;
}

.chapter-title {
    font-family: 'josefin-light', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.chapter-text {
    font-size: 16px;
    font-family: 'josefin-regular', sans-serif;
    line-height: 146% !important;
    color: #111;
}

#ticket h4 {
    font-size: 3vw;
    text-transform: uppercase;
    font-family: 'josefin-light', sans-serif;
    box-sizing: border-box;
}

.tlt .animated {
    animation-duration: 3s !important;
    visibility: hidden;
}

.icon {
    width: 40px;
}

svg {
    width: 40px;
    height: 40px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.footer-box {
    padding: 20px 20px;
}


footer img {
    max-height: 40px;
    width: auto;
}

.top-border {
    border-top: 1px solid #aaa;
    padding-top: 30px;
}


.separator {
    background-image: url(/images/ophono.webp);
    width: 40px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.2;
}


.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mt3 {
    margin-top: 3rem;
}

.mt4 {
    margin-top: 4rem;
}

.mt5 {
    margin-top: 5rem;
}

.mt6 {
    margin-top: 6rem;
}

.mt7 {
    margin-top: 7rem;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.text-responsive {
    font-family: 'josefin-light', sans-serif;
    text-transform: uppercase;
    width: 100vw;
    /* larghezza sempre uguale a quella della viewport */
    text-align: center;
    /* testo centrato */
    white-space: nowrap;
    /* niente a capo */
    font-size: clamp(0.5rem, 5.5vw, 6rem);
    /* font che scala tra 1rem e 4rem in base alla larghezza */
}


.petrolio {
    color: #0e8581;
}

.marquee_text {
    font-family: "josefin-light", sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 7rem;
    transform: translateY(-50%);
    width: 100%;
    max-width: 100vw;
    /* massimo la larghezza della viewport */
    overflow: hidden !important;
    /* nasconde tutto ciò che “sborda” */
    box-sizing: border-box;
}

.slick-slide img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100vw;
}

#portfolio {
    margin-bottom: 50px;
}

#intro {
    margin-top: 50px;
    margin-bottom: 50px;
}

.sentence {
    font-size: 14px;
    color: #777;
    margin-top: 60px;
}

.post-byline {
  font-size: 1.6rem;
  color: #999;
  margin-top: 8px;
  letter-spacing: 0.03em;
}

.blog-cover {
  margin-top: 80px;
}
.blog-tags {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
.blog-text {
  margin-top: 60px;
}
.blog-text img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.notes-text {
  margin-top: 60px;
}
.notes-text img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.notes-text p {
  line-height: 160%;
  margin-bottom: 20px;
}
.notes-text a:not(.btn-cta) {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #0e8581;
}
.notes-text a:not(.btn-cta):hover {
  color: #222;
}
.blog-form {
  margin-top: 80px;
}

.related-portfolio {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.related-portfolio h4 {
  margin-bottom: 20px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #999;
}

.related-portfolio a {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
}

.related-portfolio a:hover {
  color: #0e8581;
}
.form-cap {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}
.form-cap strong {
  color: #0e8581;
}
.parsley-required {
  color: #ec1923;
}
#result-message {
  text-align: center;
  margin-top: 2rem;
  text-transform: uppercase;
  border: 1px solid #399690;
  padding: 20px;
  display: none;
}
.copy {
  text-transform: uppercase;
  padding: 30px 0;
  font-size: 12px;
}
.copy-left{
    text-align: center;
}
.copy-right{
    text-align: center;
}

.locations {
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 0.7vw;
}
.notes-text h2 {
  font-family: 'josefin-regular', sans-serif;
  margin-top: 20px;
}

.fleur {
  font-family: 'fleurdeleah', serif;
  text-transform: lowercase;
  font-size: 1.6em;
  line-height: 1.6em;
}

.responsiveTable {
  width: 100%;
  border-collapse: collapse;
}

.responsiveTable th,
.responsiveTable td {
  padding: 8px;
}

/* Mobile */
@media (max-width: 768px) {
  .responsiveTable thead {
    display: none;
  }
  .responsiveTable,
  .responsiveTable tbody,
  .responsiveTable tr,
  .responsiveTable td {
    display: block;
    width: 100%;
  }
  .responsiveTable tr {
    margin-bottom: 1rem;
  }
  .responsiveTable td {
    border: none;
    border-bottom: 1px solid #eee;
  }
  .responsiveTable td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    padding: 8px;
    font-weight: bold;
    border-right: 1px solid #eee;
    background: #f9f9f9;
  }
}

@media only screen and (min-width: 768px) {
.copy-left{
    text-align: right;
}
.copy-right{
    text-align: left;
}


    .rightcol {
        margin-left: auto;
    }

    .centro-box {
        max-width: 85vw;
        padding-left: 36px;
        padding-right: 36px;
    }

    .autoresize {
        margin-top: 40px;
    }

}

@media only screen and (min-width: 1200px) {

        .microrow {
  display: flex;
  flex-direction: row;
  justify-content: center; 
gap: 40px;
        margin-top: 40px;
}
    
    
    .microsection {
  font-size: 14px;
  text-align: left;
}
    
    .microsection h5{
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    
 .locations {
  font-size: 20px;
}   




    .overlay-menu nav ul {
        font-size: calc(1rem + 5vw);
        line-height: calc(1rem + 5vw);
    }



    .big-checkbox {
        font-size: 14px;
    }

    .big-checkbox input[type="checkbox"] {
        width: 1.5em;
        height: 1.5em;
    }

    .formwrapper {
        margin-top: 38px;
    }

    .contact-title h1 {
        font-size: 42px;
        line-height: 42px;
    }

    .infos {

        font-size: 12px;
    }

    .contact-title h4 {
        font-size: 16px;
    }



    .port-xcont .next {
        font-size: 16px;
        line-height: 16px;
    }



    .port-xcont .next h3 {
        font-size: 26px;
    }

    .port-index h3 {
        font-size: 16px;
    }

    .port-xcont h6 {
        font-size: 16px;
    }

    .port-xcont h5 {
        font-size: 19px;
    }

    .port-xcont h4 {
        font-size: 22px;
    }

    .port-xcont h3 {
        font-size: 27px;
    }

    .port-title h5 {
        font-size: 16px;
    }

    .port-title h4 {
        font-size: 18px;
    }

    .port-title h1 {
        font-size: 47px;
        line-height: 47px;
    }

    .sentence {
        font-size: 16px;
    }

    .hero-title {
        font-size: 50px;
        line-height: 50px;
    }

    .hero-sub {
        font-size: 16px;
    }

    .section-title {
        font-size: 36px;
    }

    .chapter-title {
        font-size: 21px;
    }

    .chapter-text {
        font-size: 19px;
    }

    .xcontainer {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

     .locations {
  font-size: 22px;
}   

    


    .overlay-menu nav ul {
        font-size: calc(1rem + 5vw);
        line-height: calc(1rem + 5vw);
    }


    .big-checkbox {
        font-size: 15px;
    }

    .big-checkbox input[type="checkbox"] {
        width: 1.4em;
        height: 1.4em;
    }

    .formwrapper {
        margin-top: 38px;
    }

    .contact-title h1 {
        font-size: 46px;
        line-height: 46px;
    }

    .infos {

        font-size: 12px;
    }

    .contact-title h4 {
        font-size: 18px;
    }


    .port-xcont .next .next-img {
        margin-bottom: 0px;
    }

    .port-xcont .next {
        font-size: 17px;
        line-height: 17px;
    }



    .port-xcont .next h3 {
        font-size: 30px;
    }

    .port-index h3 {
        font-size: 16px;
    }

    .port-xcont h6 {
        font-size: 17px;
    }

    .port-xcont h5 {
        font-size: 20px;
    }

    .port-xcont h4 {
        font-size: 24px;
    }

    .port-xcont h3 {
        font-size: 30px;
    }

    .port-title h5 {
        font-size: 18px;
    }

    .port-title h4 {
        font-size: 19px;
    }

    .port-title h1 {
        font-size: 58px;
        line-height: 58px;
    }

    .sentence {
        font-size: 17px;
    }

    .hero-title {
        font-size: 60px;
        line-height: 60px;
    }

    .hero-sub {
        font-size: 20px;
    }

    .section-title {
        font-size: 42px;
    }

    .chapter-title {
        font-size: 22px;
    }

    .chapter-text {
        font-size: 18px;
    }

    .xcontainer {
        padding: 0 40px;
    }

    .btn-cta {
        font-size: 14px;
        line-height: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

     .locations {
  font-size: 24px;
}   

    
        

  .cbox p {
    margin-top: 0.5em;
    font-size: 2vw;
  }




    .overlay-menu nav ul {
        font-size: calc(1rem + 4vw);
        line-height: calc(1rem + 4vw);
    }

    .big-checkbox {
        font-size: 15px;
    }

    .big-checkbox input[type="checkbox"] {
        width: 1.4em;
        height: 1.4em;
    }

    .formwrapper {
        margin-top: 38px;
    }

    .contact-title h1 {
        font-size: 51px;
        line-height: 51px;
    }

    .infos {

        font-size: 12px;
    }

    .contact-title h4 {
        font-size: 20px;
    }

    .port-xcont .next .next-img {
        margin-bottom: 0px;
    }

    .port-xcont .next {
        font-size: 17px;
        line-height: 17px;
    }



    .port-xcont .next h3 {
        font-size: 32px;
    }

    .port-index h3 {
        font-size: 16px;
    }

    .port-xcont h6 {
        font-size: 18px;
    }

    .port-xcont h5 {
        font-size: 20px;
    }

    .port-xcont h4 {
        font-size: 25px;
    }

    .port-xcont h3 {
        font-size: 34px;
    }

    .port-title h5 {
        font-size: 20px;
    }

    .port-title h4 {
        font-size: 21px;
    }

    .port-title h1 {
        font-size: 68px;
        line-height: 68px;
    }

    .port-over {
        padding-right: 30px;
    }


    .sentence {
        font-size: 18px;
        margin-top: 60px;
    }

    .hero-title {
        font-size: 72px;
        line-height: 72px;
    }

    .hero-sub {
        font-size: 22px;
    }

    .section-title {
        font-size: 48px;
    }

    .chapter-title {
        font-size: 24px;
    }

    .chapter-text {
        font-size: 22px;
    }

    .xcontainer {
        padding: 0 50px;
    }

    .btn-cta {
        font-size: 14px;
        line-height: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

     .locations {
  font-size: 30px;
}   

    
        .cbox h2 {
  margin-top: 0em;
}
    
        .cbox p {
  margin-top: 0;
  font-size: 1.5vw;
}
    
    .cbox h1 {
  font-size: 21vw;
}
    
      .cbox p {
    margin-top: 0.5em;
    font-size: 2vw;
  }
    
        .cbox span {
  font-size: 18vw;
}
    
    

    .overlay-menu nav ul {
        font-size: calc(1rem + 4vw);
        line-height: calc(1rem + 4vw);
    }

    .big-checkbox {
        font-size: 15px;
    }

    .big-checkbox input[type="checkbox"] {
        width: 1.4em;
        height: 1.4em;
    }

    .formwrapper {
        margin-top: 38px;
    }

    .contact-title h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .infos {

        font-size: 12px;
    }

    .contact-title h4 {
        font-size: 22px;
    }

    .port-xcont .next .next-img {
        margin-bottom: 0px;
    }

    .port-xcont .next {
        font-size: 18px;
        line-height: 18px;
    }



    .port-xcont .next h3 {
        font-size: 34px;
    }

    .port-index h3 {
        font-size: 17px;
    }

    .port-xcont h6 {
        font-size: 19px;
    }

    .port-xcont h5 {
        font-size: 21px;
    }

    .port-xcont h4 {
        font-size: 27px;
    }

    .port-xcont h3 {
        font-size: 37px;
    }

    .port-title h5 {
        font-size: 22px;
    }

    .port-title h4 {
        font-size: 22px;
    }

    .port-title h1 {
        font-size: 79px;
        line-height: 79px;
    }

    .port-over {
        padding-right: 30px;
    }


    .sentence {
        font-size: 19px;
    }

    .hero-title {
        font-size: 90px;
        line-height: 90px;
    }

    .hero-sub {
        font-size: 24px;
    }

    .section-title {
        font-size: 42px;
    }

    .chapter-title {
        font-size: 25px;
    }

    .chapter-text {
        font-size: 23px;
    }

    .xcontainer {
        padding: 0 50px;
    }

    .btn-cta {
        font-size: 14px;
        line-height: 14px;
    }
}




@media only screen and (min-width: 1401px) {
    

 .locations {
  font-size: 32px;
}   

    
.cbox h1 {
  font-size: 24vw;
}
    
    .cbox span {
  font-size: 21vw;
}
    
    .cbox h2 {
  font-size: 2.5vw;
  margin-top: 0em;
}
    
    .cbox p {
  margin-top: 0;
  font-size: 1.5vw;
}

    .port-title p {
        font-size: 15px;
    }

    .overlay-menu nav ul {
        font-size: calc(1rem + 4vw);
        line-height: calc(1rem + 4vw);
    }

    input,
    textarea {
        font-size: calc(1rem + 0.30vw);
    }

    input {
        margin-bottom: 0px;
    }





    .light {
        font-family: 'josefin-light', sans-serif;
    }

    .big-checkbox {
        font-size: 14px;
    }

    .big-checkbox input[type="checkbox"] {
        width: 1.2em;
        height: 1.2em;
    }




    .contact-title h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .infos {
        font-size: 14px;
    }

    .contact-title h4 {
        font-size: 24px;
    }

    .port-xcont .next .next-img {
        margin-bottom: 0px;
    }

    .port-xcont .next {
        font-size: 18px;
        line-height: 18px;
        border-top: 1px solid #fff;
        padding-top: 56px;
    }



    .port-xcont .next h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .port-index h3 {
        padding: 16px 0;
        font-size: 18px;
    }



    .port-index {
        margin: 100px 0;
    }

    .gallery-masonry {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }

    .port-over {
        padding-right: 30px;
    }

    .port-title h1 {
        font-size: 90px;
        line-height: 90px;
    }

    .port-title h4 {
        font-size: 24px;
        line-height: 150%;
        margin-top: 18px;
    }

    .port-title h5 {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 20px;
    }

    .port-xcont {
        font-size: 22px;
        margin-bottom: 90px;
    }

    .port-xcont h3 {
        font-size: 40px;
        margin-bottom: 24px;
        margin-top: 36px;
    }

    .port-xcont h4 {
        font-size: 28px;
        margin-bottom: 14px;
        margin-top: 22px;
    }

    .port-xcont h5 {
        font-size: 22px;
        margin-bottom: 14px;
        margin-top: 22px;
    }

    .port-xcont h6 {
        font-size: 20px;
        margin-bottom: 14px;
        margin-top: 22px;
    }

    .port-xcont h3:first-of-type {
        margin-top: 0;
    }

    .port-xcont ul {
        margin-top: 18px;
    }


    .port-cover {
        margin-top: 110px;
        margin-bottom: 140px;
    }

    .bg-block {
        height: 500px;
    }


    .sentence {
        font-size: 20px;
    }

    .xcontainer {
        padding: 0 80px;
    }



    #portfolio {
        margin-bottom: 40px;
    }

    #intro {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .rightcol {
        margin-left: auto;
    }

    .header-container {
        padding: 20px 80px;
    }

    #all {
        padding: 160px 0 0;
    }

    #hero {
        padding: 0 80px;
    }


    .hero-title {
        font-size: 110px;
        line-height: 110px;
    }

    .hero-sub {
        font-size: 28px;
    }

    section#intro,
    section.content {
        padding: 80px 0;
    }

    section.content {
        margin-top: 60px;
    }

    .section-title {
        font-size: 66px;
        max-width: 1200px;
        margin-bottom: 90px;
    }

    .chapter-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .chapter-text {
        font-size: 24px;
    }

    .btn-cta {
        font-size: 14px;
    }


    #instagallery {
        margin-bottom: 140px;
        margin-top: 60px;
    }

    .marquee_text {
        font-size: 4rem;
    }

    .footer-box {
        padding: 20px 80px;
    }


}
/* News page */
.news-item {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
}

.news-img-col img {
    width: 100%;
    height: auto;
    display: block;
}

.news-text-col h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #0e8581;
    font-family: 'josefin-bold', sans-serif;
    margin-bottom: 10px;
}

.news-meta a {
    font-family: 'josefin-light', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #0e8581;
    display: inline-block;
    margin-bottom: 24px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.news-meta a:hover {
    color: #222;
}

.news-text-col p {
    line-height: 160%;
    margin-bottom: 20px;
}

.news-text-col a:not(.btn-cta) {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #0e8581;
}

.news-text-col a:not(.btn-cta):hover {
    color: #222;
}

.news-sectors {
    font-size: 13px !important;
    text-transform: uppercase;
    color: #777 !important;
    font-family: 'josefin-light', sans-serif;
}

.news-sectors strong {
    color: #0e8581;
    font-family: 'josefin-semibold', sans-serif;
}

@media only screen and (max-width: 991px) {
    .news-img-col {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .news-text-col {
        padding-left: 60px;
    }

    .news-text-col h3 {
        font-size: 22px;
        margin-top: 0;
    }


}