/* CSS Document */
.hero__left {
    width: 40% !important;
}
.hero__right {
    margin-right: 5.89552%;
    width: 50.59701%;
    margin-top: 0px;
    justify-content: space-between;
    /*font-family: SpaceMono, Helvetica, Tahoma, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.13333;
    text-transform: uppercase;*/
}
.width-100{
  width: 100%;  
}
.mt-auto{
    margin-top: auto !important;
}
.font-size-1 {
    font-size: 90px;
}
.font-size-2 {
    font-size: 60px;
}
.font-size-3 {
    font-size: 48px;
}
.font-size-4 {
    font-size: 42px;
}
.font-size-5 {
    font-size: 36px;
}
.font-size-6 {
    font-size: 30px;
}
/*.hero__link {
    font-size: 100%;
}*/
.countdown-home {
    margin-top: 30px;
}
.pt-30{
    padding-top: 30px;
}
.otgs-development-site-front-end{
    display: none;
    background-size: 32px;
    padding: 22px 0px;
    font-size: 12px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 18px;
    text-align: center;
    color: white;
    background-color: #33879E;
} 
.otgs-development-site-front-end a { 
    color: white; 
}
.otgs-development-site-front-end .icon {
    background: url(wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/installer/res/img/icon-wpml-info-white.svg) no-repeat;                                
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    margin-left: -23px;
}
.video-bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
} 
.slide {
    position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0;
            transition: opacity 1.5s ease-in-out; /* Durata dissolvenza */
} 


.header__left, .header__right {
    width: calc(50% - 100px);
}
.header__right-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.header__spaz-image {
    width: 1px; 
    height: auto;
}

.header__triennale-image {
    height: 45px; 
    margin: 0 auto;
}

.header__langs {
    white-space: nowrap;
}

.header__burger {
    margin-left: 15px;
}
.mobile__menu__header{
    display: flex;
}
.logo_menu_mobile{
    height: 33px;
}
.logo__menu{
    display: none;
}
@media screen and (max-width: 1268px){
    .font-size-1 {
    font-size: 60px;
}
.font-size-2 {
    font-size: 48px;
}
.font-size-3 {
    font-size: 42px;
}
.font-size-4 {
    font-size: 32px;
}
.font-size-5 {
    font-size: 28px;
}
.font-size-6 {
    font-size: 24px;
}
         
}
@media screen and (max-width: 894px){
    .font-size-1 {
    font-size: 48px;
}
.font-size-2 {
    font-size: 44px;
}
.font-size-3 {
    font-size: 40px;
}
.font-size-4 {
    font-size: 28px;
}
.font-size-5 {
    font-size: 25px;
}
.font-size-6 {
    font-size: 22px;
}
    
    .marquee{
        margin: 100px 25px 100px 25px !important;
    }
    .hero__right {
        width: 100%;
        margin-right: 0%;
    }
    .header__spaz-image, .header__logo-alta, .header__triennale-image {
        display: none;
    }
    .header__right {
        justify-content: flex-end;
        text-align: right;
    }  
    .header__left, .header__right {
        width:auto;
    }
    .logo__menu{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-right: 12px;
        padding-top: 30px;
    }
}
@media (max-width: 767px) {
    
}   
@media screen and (max-width: 374px){    
    .hero__right {
        width: 100%;
        margin-right: 0%;
    }
}
@media (min-width: 895px) {
 .content-home{
    display: flex;
    flex-direction: column;
    align-items: flex-end !important;
    height: 100%;
    width: 100%;
    }   
} 
