@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&amp;display=swap');

:root{
    --font-global: "Barlow", sans-serif;
    --font-graziato: "Playfair Display", serif;
    --section-padding-y: 160px;
    --color-dark-1: #111;
    --color-gray-1: #777;
    --color-gold-1: #E5B84D;
    --color-azzurro: #3A8ECE;
    --color-arancio: #E99244;
    --grigio-testi: #17171A;
    --grigio-azzurro: #9FCEE5;
    --border-radius-default: 5px;
    --box-shadow-block: 0px 5px 80px 0px rgba(51, 51, 51, 0.03),0px 4px 50px 0px rgba(51, 51, 51, 0.03),0px 3px 25px 0px rgba(51, 51, 51, 0.03),0px 2px 10px 0px rgba(51, 51, 51, 0.03),0px 1px 5px 0px rgba(27, 30, 53, 0.03);
}
.dark-mode{
    --color-dark-1: #1F1F24;
    --color-dark-2: #222;
}
.main-nav.dark-mode{
    background-color: rgba(30,30,30, .905);
}
body{
    letter-spacing: -0.008em;
}
.lead{
    font-size: 28px;
    line-height: 1.357; 
}
.lead strong {
    font-weight: 700;
}
.specialeOpenFilo h1, .specialeOpenFilo h2, .specialeOpenFilo h3, .specialeOpenFilo h4, .specialeOpenFilo h5, .specialeOpenFilo h6, .specialeOpenFilo .title-tag span{
    font-family: var(--font-global)!important;
}
h3, h4, h5,
.h3, .h4, .h5{
    letter-spacing: -0.0177em;
}
.specialeOpenFilo b, .specialeOpenFilo strong{
    font-weight: 700;
}
blockquote p {
    letter-spacing: -0.02em;
}
.inner-nav ul{
    font-size: 20px;
    line-height: 1.6; 
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.0095em;
}
.inner-nav > ul > li > a{
    opacity: 1 !important;     
}
.inner-nav > ul > li > a.deactivated{
    opacity: .32 !important;
    pointer-events: none;
}
.inner-nav ul li a{
    position: relative;
}
.inner-nav > ul > li > a:not(.no-hover):before{
    content: "";
    position: absolute;
    top: calc(50% + 0.7em);
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .27s var(--ease-default);
}
.inner-nav > ul > li > a.active:before{
    transform: scaleX(1);
}
/*.inner-nav > ul > li > a:not(.no-hover):after{
    content: "";
    position: absolute;
    top: calc(50% - 0.5em);
    right: -0.5em;
    display: block;
    width: 3px;
    height: 3px;
    background: currentColor;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    transition: var(--transition-default);
}*/
.main-nav.dark .inner-nav ul > li > a:hover, .main-nav.dark .inner-nav ul > li > a.active{
    color: var(--color-gold-1);
}
.inner-nav > ul > li > a:hover:after{
    opacity: 1;
    transform: scale(1);
}
span.incollab {
    display: block;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 8px;
    font-size: 16px;
}
.btn-mod,
a.btn-mod{    
    font-weight: 500;
}
.btn-mod.btn-medium{
    padding: 10px 22px;
    font-size: 16px;
    letter-spacing: 0.0025em;
}
.btn-mod.btn-large{
    padding: 13px 30px;
    font-size: 17px;
    letter-spacing: 0.0017em;
}
.link-hover-anim{
    letter-spacing: 0.0095em;
}
.hs-status{
    border-width: 1px;
}
.scroll-down-4{
    border-width: 1px;
}
.section-caption-border{
    padding: 0.4em 0.8em 0.5em;
}
.section-title{
    font-size: 60px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.012em;
}
.section-title-strong{
    font-weight: 800;
    font-size: 56px;
}
.features-list-icon{
    top: 0.2em;
}
.tpl-alt-tabs > li{
    letter-spacing: -0.02em;
}
.post-prev-2-img{
    margin-bottom: 17px;
}
.post-prev-2-title{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
}
.post-prev-2-info{
    font-size: 16px;
    text-transform: unset;
    letter-spacing: 0;
}
.footer-social-links a{
    width: 42px;
    height: 42px;    
    margin: 0 3px;
    font-size: 16px;
    overflow: visible; 
    border: 1px solid #fff;
    border-radius: 50%;
    isolation: isolate;
    transform: translateZ(0);
}
.footer-social-links a:hover{
    border-color: transparent;
}
.footer-social-links a:hover:before{
    transform: scale(1.1);
}
.light-content .fw-top-link .icon{
    width: 42px;
    height: 42px;
    transition: all .27s var(--ease-out-medium);
}
.light-content .fw-top-link .icon:before{
    transition: all .27s var(--ease-out-medium);
}
.footer-text a{
    color: inherit;
    text-decoration: underline;
}
.features-1-title{
    font-weight: 600; 
}
.features-2-item:before{
    border: 1px solid var(--color-dark-1);
    background: none;
    opacity: 0.15;
    transition: opacity .27s var(--ease-default);
    z-index: -1;
}
.features-2-item:hover:before{
    opacity: 1;
}
.features-2-label{
    font-weight: 500;
    color: var(--color-dark-1);
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.features-2-icon:before{
    background: var(--color-gray-light-1);
    opacity: 1;
    z-index: -1;
}
.features-2-icon svg{
    fill: var(--color-dark-1);
}
.light-content .features-2-item:before{    
    background: var(--color-dark-mode-gray-2);
    border: 1px solid var(--color-dark-mode-gray-2);
    transition: border-color .27s var(--ease-default);
    opacity: 1;
    z-index: -1;
}
.light-content .features-2-item:hover:before{
    background: var(--color-dark-mode-gray-2);
    opacity: 1;
}
.light-content .features-2-label{
    color: #fff;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.light-content. features-2-icon{
    color: #fff;
}
.light-content .features-2-icon svg{
    fill: #fff;
}
.light-content .features-2-icon:before{
    background: var(--color-dark-mode-gray-2);
    opacity: 1;
    z-index: -1;
}
.light-content .features-2-descr{
    color: var(--color-dark-mode-gray-1);
}
.bg-border-gradient:before{
    background: none;
    border: 1px solid var(--color-dark-1);
    opacity: 0.15;
}
.light-content .bg-border-gradient:before{
    background: none;
    border: 1px solid #fff;
    opacity: 0.25;
}
.bg-gradient-dark-alpha-1:before{
    opacity: .9;
}
.bg-gradient-dark-alpha-2:before{
    opacity: .9;
}
.work-navigation a, .work-navigation a:visited{
    color: var(--color-dark-1);
}
@media only screen and (max-width: 1366px) {
    :root{
        --section-padding-y: 140px;
    }
    .container{
        max-width: var(--container-width);
    }    
    .section-title{
        font-size: calc(1.138rem + 3.06vw);
    }
    .post-prev-2-title{
        font-size: calc(1.235rem + 0.31vw);
    }
}
@media only screen and (max-width: 480px) {
    .lead{
        font-size: 20px;
    }
}

img.infografica {
    max-height: 320px;
    margin: 0 auto;
}

/* ---------------------------------------------
 Sito Open
 --------------------------------------------- */
#page .site-main{
    max-width: 100%;
    padding: 0;
}
.site-header a, .site-footer a {
    text-decoration: none;
}
.site-header{
    position: absolute;
    background-color: #1F1F24;
}

/* ---------------------------------------------
 Menu
 --------------------------------------------- */
nav.main-nav{
    position: absolute!important;
    transition: opacity 0.3s ease-in-out;
    bottom: 0;
    top: inherit;
}
.main-nav.dark-mode{
    background-color: transparent!important;
}
.main-nav:not(.transparent) {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
nav.main-nav.active{
    position: fixed!important;
    top: 0;
    bottom: inherit;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(30, 30, 30, .905)!important;
}
#menuSticky.active .inner-nav ul {
    font-size: 17px;
}

/* ---------------------------------------------
 Apertura
 --------------------------------------------- */
#home .scroll-down-1{
    position: relative;
    z-index: 2;
}
#home .container{
    /*max-width: 100%;
    padding: 0;*/
}
.home-section img {
    border-top-left-radius: 120px;
    height: 70vh;
    object-fit: cover;

}
.home-section .hs-title-5 {
    text-transform: none;
    font-weight: 800;
    font-size: 140px;
    width: max-content;
    z-index: 2;
    position: relative;
    text-shadow: 0 0 30px rgba(0, 0, 0, .32);
    margin: 0 auto;
}
.home-section h1 span.glitch{
  position: relative;
  margin: 0 2px;
}
.home-section h1 span.character{
  transition: opacity 0.15s ease;
  opacity: 1;
}
.home-section h1 span svg{
  position: absolute;
  left: 50%;
  top: calc(50% + 25px);
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease;
  opacity: 0;
}
.home-section h1 br{
    display: none;
}

.home-section h1 span.glitch.actived .character{
  opacity: 0;
}
.home-section h1 span.glitch.actived svg{
  opacity: 1;
}

/* ---------------------------------------------
 Svg Apertura
 --------------------------------------------- */
#svg-apertura{
    position: absolute;
    top: -8vh;
    left: 0;
    max-height: 120vh;
}
#svg-apertura path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  animation: draw 6s forwards linear;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

svg.animate-svg {
    width: 100%;
    height: auto;
    display: block;
}
.mt-negative{
    margin-top: -200px;
}
.mb-negative{
    margin-bottom: -200px;
}
.bg-light-1{
    background-color: #F8F9F7!important;
    transition: background-color 0.5s ease;
}
.bg-light-1 .light-content{
    color: #0C2A30;
    transition: color 0.5s ease;
}
.bg-light-1 .light-content a{
    color: #0C2A30;
    transition: color 0.5s ease;
}
.light-content .section-caption{
    color: var(--color-gold-1);
    font-size: 16px;
    font-weight: 600;
}
.bg-light-1 .light-content .slider-strong .owl-prev, .bg-light-1 .light-content .slider-strong .owl-next{
    border-color: #0C2A30;
}
.bg-light-1 .light-content .owl-prev svg, .bg-light-1 .light-content .owl-next svg{
    color: #0C2A30;
}
.light-content .section-line{
    background: var(--color-gold-1);
}
.bg-light-1 .light-content .section-line{
    background: var(--color-gold-1);
}

.episodio .section-caption{
    text-align: center;
    color: var(--color-gold-1);
    font-size: 16px;
    font-weight: 600;
}
.episodio p{
    position: relative;
    z-index: 1;
}
.episodio p.didascalia {
    margin: 0;
}

.marquee-style-5{
    font-family: var(--font-graziato);
    font-size: 300px;
    color: var(--grigio-azzurro);
    opacity: .5;
}
.marquee-style-5 .marquee-track > div{
    padding-right: 0.1em;
}
.marquee .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(to right, rgba(31, 31, 36, 1) 0%, rgba(31, 31, 36, 1) 33%, rgba(31, 31, 36, 0) 100%);
    transition: background-color 0.5s ease;
    z-index: 2;
}
.bg-light-1 .marquee .overlay{
    background: linear-gradient(to right, rgba(249, 249, 247, 1) 0%, rgba(249, 249, 247, 1) 33%, rgba(249, 249, 247, 0) 100%);
    transition: background-color 0.5s ease;
}
.marquee-style-5 .marquee-track > div{
    padding-right: 0.3em;
}

/* ---------------------------------------------
 Wave
 --------------------------------------------- */
 .container.intervistaAudio {
    background: #1F1F24;
    max-width: 100%;
}
.wave {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.wave .wave-play{
    position: relative;
    width: 80px;
    height: 80px;
    background-image: url(https://static.open.online/wp-content/themes/open-wp-child/filodoro-191224/images/icon-play.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.wave .wave-play.attivo{
   background-image: url(https://static.open.online/wp-content/themes/open-wp-child/filodoro-191224/images/icon-pause.svg);
}
div#waveformDiario1, div#waveformDiario2, div#waveformDiario3 {
    width: calc(100% - 100px);
}
.wave video{
    display: none;
}

/* ---------------------------------------------
 Punti
 --------------------------------------------- */
#punti .masonry .team-1-item, #punti.light-content .team-1-item{
    background-color: #fff;
    color: var(--grigio-testi);
}
#punti .masonry .team-1-item .team-1-title, #punti.light-content .team-1-item .team-1-title{
    color: var(--color-gold-1);
}

/* ---------------------------------------------
 Decoration
 --------------------------------------------- */
svg.decoration {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    height: 1px;
    overflow: visible;
    width: 100%;
}

/* ---------------------------------------------
 Video
 --------------------------------------------- */
.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.video .meride-video-container {
    /* aspect-ratio: 16 / 9; */
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
.video .meride-video-container video{
    width: 100% !important;
    height: 100% !important;
}

/* ---------------------------------------------
 Related
 --------------------------------------------- */
#related .post-prev-2-title{
    font-family: var(--font-graziato);
    font-size: 28px;
    line-height: 30px;
}
#related.light-content .blog-item-data{
    color: var(--color-gold-1);
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 700;
}

/* ---------------------------------------------
 Hide Desktop/Mobile
 --------------------------------------------- */
@media only screen and (min-width: 769px) {
    .onDesktop{
        display: block;
    }
    .onMobile{
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    #home .aperturaTxt {
        margin: 0 auto;
        padding: 0 32px;
    }
    .aperturaImg {
        padding: 0 40px;
    }
    .home-section .hs-title-5{
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    #svg-apertura{
        
    }
    .home-section .hs-title-5{
        font-size: 82px;
        margin: 0 auto;
    }
    .home-section h1 span svg{
        max-height: 42px;
        top: calc(50% + 11px);
    }
    .onDesktop{
        display: none;
    }
    .onMobile{
        display: block;
    }
    .home-section img{
        border-top-left-radius: 40px;
        height: auto;
    }
    svg.animate-svg{
        stroke-width: 2px;
    }
    section.page-section.linea {
        height: 200px;
    }
    svg.animate-svg{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .mb-negative{
        margin-bottom: 0;
    }
    .mt-negative {
        margin-top: 0;
    }
    .marquee-style-5{
        font-size: 220px;
    }
    .section-title-strong{
        font-size: 34px;
    }
    .inner-nav > ul{
        height: 100%;
    }
    .main-nav-sub{
        height: 100%;
    }
    #punti .onMobile .col-sm-6{
        width: 100%;
    }
    .owl-item .col-sm-6 {
        background-color: #fff;
        border-radius: 4px;
        margin-bottom: 0 !important;
    }
    .slider-strong .owl-prev svg, .slider-strong .owl-next svg{
        color: #fff;
    }
    .testimonials-slider-3 .owl-controls{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .home-section h1 br{
        display: block;
    }
    .home-section .hs-title-5{
        font-size: 62px;
        margin: 0 auto;
    }
    .home-section h1 span svg{
        max-height: 32px;
        top: calc(50% + 9px);
    }
    #svg-apertura{
        stroke-width: 2px;
        top: 28px;
    }
    nav.main-nav{
        overflow-x: scroll;
        overflow-y: hidden;
        opacity: 0;
        z-index: -1;
    }
    nav.main-nav.active{
        opacity: 1;
        z-index: 99;
    }
    .main-nav-sub{
        height: 100%;
    }
    .inner-nav > ul{
        height: 100%;
        gap: 24px;
        width: max-content;
        padding-right: 20px;
        font-size: 14px;
    }
    .inner-nav ul > li > a{
        height: 100%;
    }
    .section.page-section.linea{
        height: 100px;
    }
    .testimonials-slider-3 .owl-controls{
        margin-top: 16px;
    }
    #related .owl-item .col-sm-12 {
        background-color: var(--color-dark-3);
        padding: 36px 32px;
    }
    .mb-negative{
        margin-bottom: -100px;
    }
    .wave .wave-play{
        width: 50px;
        height: 50px;
    }
    div#waveformDiario1 {
        width: calc(100% - 70px);
    }
}