@font-face {
    font-family: fontBold;
    /*src: url("./../font/Gotham-Black.otf") format("opentype");*/
    src: url("./../../font/Roboto-Bold.ttf") format("opentype");
}
@font-face {
    font-family: fontLight;
    /*src: url("./../font/Gotham-Light.otf") format("opentype");*/
    src: url("./../../font/Roboto-Light.ttf") format("opentype");
}
@font-face {
    font-family: fontRegular;
    /*src: url("./../font/GothamMedium.ttf") format("opentype");*/
    src: url("./../../font/Roboto-Regular.ttf") format("opentype");
}
@font-face {
    font-family: fontMedium;
    /*src: url("./../font/GothamMedium.ttf") format("opentype");*/
    src: url("./../../font/Roboto-Medium.ttf") format("opentype");
}
@font-face {
    font-family: fontStealFish;
    /*src: url("./../font/GothamMedium.ttf") format("opentype");*/
    src: url("./../../font/Steelfish Eb.otf") format("opentype");
}
@font-face {
    font-family: fontStealFishLight;
    /*src: url("./../font/GothamMedium.ttf") format("opentype");*/
    src: url("./../../font/Steelfish Rg.otf") format("opentype");
}
@font-face {
    font-family: fontStealFishItalic; 
    /*src: url("./../font/GothamMedium.ttf") format("opentype");*/
    src: url("./../../font/Steelfish Rg It.otf") format("opentype");
}


@media only screen and (max-device-width: 480px) {      
    p { -webkit-text-size-adjust:100% }               
}

a, a:hover {
    all: unset;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top : 70px;
}


p{
    margin: 0px;
}

body{
    background-color: #00203F;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    width: 100%;

    font-family: fontLight;
}


#contPrincipaleSito{
    width:  100vw;
    display: inline-block;
}

#contBarraTopSliderHome{
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0px;
    z-index: 1002;
    overflow: hidden;
    background: linear-gradient(
    to bottom,
    rgba(0, 32, 63, 1) 0%,
    rgba(0, 32, 63, 0) 100% 
    );
}



#logoMetaSlider{
    height: 100%;
    margin-left: 20px;
    float: left;
    -webkit-user-drag: none;
    cursor: pointer;
}

#contLocationTop{
    float: right;
    border-radius: 24px;
    height: 50px;
    margin-top: 10px;
    display: flex;
    margin-right: 12px;
    user-select: none;
    cursor: pointer;
    transition: 0.4s;
    background-color: rgba(121, 144, 165, 0.12);
}

#contLocationTop:hover{
    background-color: rgba(121, 144, 165, 0.36);
}


#contLinguaTop{
    float: right;
    border-radius: 24px;
    height: 50px;
    margin-top: 10px;
    display: flex;
    margin-right: 12px;
    user-select: none;
    cursor: pointer;
    transition: 0.4s;
    background-color: rgba(121, 144, 165, 0.12);
}

#contLinguaTop:hover{
    background-color: rgba(121, 144, 165, 0.36);
}


.testoMenuBarraTopDesktop{
    float: right;
    color: #ffffff;
    margin-right: 20px;
    line-height: 70px;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    transition: 0.4s;
}

.testoMenuBarraTopDesktop:hover{
    text-decoration: underline;
    font-weight: bolder;
    font-size: 18px;
}

#bandieraMenuBarraTopDesktop{
    height: 26px;
    margin-top: 12px;
    margin-left: 12px;
    -webkit-user-drag: none;
}


#contScletaLinguaMobile{
    border-radius: 24px;
    height: 50px;
    user-select: none;
    cursor: pointer;
    transition: 0.4s;
    background-color: rgba(121, 144, 165, 0.12);
    position: absolute;
    left: 29px;
    top: 29px;
}

#contScletaLinguaMobile:hover{
    background-color: rgba(121, 144, 165, 0.36);
}


.testoLinguaMenuMobile{
    float: right;
    color: #ffffff;
    margin-right: 20px;
    user-select: none;
    cursor: pointer;
    font-size: 24px;
    transition: 0.4s;
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
}

.testoLinguaMenuMobile:hover{
    text-decoration: underline;
    font-weight: bolder;
    font-size: 18px;
}

#iconaLinguaSceltaLinguaMobile{
    height: 26px;
    margin-top: 12px;
    margin-left: 12px;
    -webkit-user-drag: none;
}



#btnMenuTopMobile{
    float: right;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
    display: none;
    user-select: none;
    cursor: pointer;
}

.pinSceltaLocation{
    height: 26px;
    margin-top: 12px;
    margin-left: 12px;
    -webkit-user-drag: none;
}

.testoSceltaLocation{
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    margin-left: 12px;
    margin-right: 12px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testoSceltaLingua{
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    margin-left: 12px;
    margin-right: 12px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sliderHome{
    overflow: hidden;
}


.imgSlideHome{
    width: 100%;
    object-fit: cover;
    max-height: calc( 95vh - 70px );
}

.imgSlideAvventure{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.7;
    border-radius: 10px;
    transition: 0.5s;
    cursor: pointer;
    margin-top: 20px;
}

.swiper-slide-active .imgSlideAvventure, .imgSlideAvventure:hover{
    border: 1px solid #00C8FF40;
    box-shadow: 0 0 12px 10px #00C8FF40;
}

.testoSlideAvventure{
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    margin-top: 15px;
    font-size: 24px;
}

.testoSlidePagAvventure{
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    margin-top: 15px;
    font-size: 24px;
}

#fadeToblueGradient{
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, #00203F 100%);
    height: 130px;
    position: absolute;
    bottom: -2px;
    z-index: 10;
}


#fadeToblueGradientTopAdventure{
    width: 100%;
    background: linear-gradient(to top, transparent 0%, #00203F 100%);
    height: 130px;
    position: absolute;
    top: -2px;
    z-index: 10;
}

#fadeToblueGradientBottomAdventure{
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, #00203F 100%);
    height: 130px;
    position: absolute;
    bottom: -2px;
    z-index: 10;
}

#fadeToBlackeGradientLeftAdventure{
    width: 70%;
    background: linear-gradient(to left, transparent 0%, #000000 100%);
    height: 100%;
    position: absolute;
    bottom: -2px;
    left: 0px;
    z-index: 9;
}

#contScletaLinguaDesktop{
    position: fixed;
    top: 70px;
    right: 10px;
    width: 200px;
    min-height: 80px;
    background-color: rgb(0, 32, 63, 0.9);
    z-index: 1002;
    border-radius: 10px 0px 10px 10px;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none; 
    border: 1px solid rgba(0, 90, 174, 0.9);
}

.conRigaSceltaLinguaDesktop{
    width: 100%;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.4s;
}

.conRigaSceltaLinguaDesktop:hover{
    background-color: rgb(0, 32, 63, 1);
}


.testoRigaSceltaLinguaDesktop{
    color: #fff;
    line-height: 50px;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}


#contScletaSedeDesktop{
    position: fixed;
    top: 70px;
    right: 100px;
    width: 600px;
    min-height: 80px;
    background-color: rgb(0, 32, 63, 0.9);
    z-index: 1002;
    border-radius: 10px 0px 10px 10px;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    padding-left: 10px;
    border: 1px solid rgba(0, 90, 174, 0.9);
}

.conRigaSceltaSedeDesktop{
    width: 25%;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.4s;
    float: left;
}

.conRigaSceltaSedeDesktop:hover{
    background-color: rgb(0, 32, 63, 1);
}


.imgRigaSceltaSedeDesktop{
    height: 40px;
    width: 20px;
    object-fit: contain;
    margin-top: 5px;
    float: left;
    border-radius: 5px;
    margin-left: 5px;
}

.testoRigaSceltaSedeDesktop{
    float: left;
    color: #fff;
    line-height: 50px;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 7px;
    width: calc(100% - 40px);
}

.conRigaSceltaSedeDesktop:hover .testoRigaSceltaSedeDesktop{
    text-decoration: underline;
}


#tapoMenuMobile{
    width: 100vw;
    height: 150vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1100;
    pointer-events: none;
}


#contMenuMobile{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 100vw;
    background-color: #00203F;
    z-index: 1200;
    display: none;
}


#iconaChiudiMenuMobile{
    position: absolute;
    right: 30px;
    top: 32px;
    height: 40px;
    -webkit-user-drag: none;
}

#contPulsantiMenuMobile{
    width: 100vw;
    margin-top: 20vh;
}

.pulsanteGenericMenuMobile{
    width: 100vw;
    color: #ffffff;
    line-height: 55px;
    font-size: 28px;
    text-align: center;
    user-select: none;
    font-weight: 700;
}


#btnPrenotaOraMenuLateraleMobile{
    color: #ffffff;
    background-color: #005AAE;
    text-align: center;
    height: 55px;
    font-size: 24px;
    line-height: 55px;
    width: 80vw;
    margin-left: 10vw;
    margin-top: 10vh;
    border-radius: 25px;
    user-select: none;
    cursor: pointer;
}

#testoSeguiciSuiSocialMenuMobile{
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    height: 30px;
    line-height: 20px;
    position: absolute;
    bottom: 130px;
    left: 0px;
}

#contIconeSocialMediaMenuMobile{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: absolute;
    width: 100vw;
    bottom: 70px;
    left: 0px;
    height: 40px;
    overflow: hidden;
    -webkit-user-drag: none;
}

.iconaSocialMediaMenuMobile{
    height: 40px;
}

#contListaFrasiHome{
    position: absolute;
    bottom: 50px;
    z-index: 14;
    width: 100%;
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
}

.listaFrasiHome{
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}

.frecciettaListaFrasiHome{
    height: 30px;
    margin-right: 10px;
    margin-top: 10px;
}

.testoListaFrasiHome{
    color: #ffffff;
    margin: 0px;
    line-height: 50px;
    font-size: 16px;
    font-family: fontRegular; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#conBtnHomeMain{
    position: absolute;
    z-index: 1001;
    bottom: 150px;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 30px;
}


#conBtnHomeMain[staccato="true"]{
    position: fixed; 
    bottom: 20px;
    justify-content: flex-end;
    padding-right: 20px;
}


#conBtnHomeAdventure{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    z-index: 1000;
    flex-wrap: wrap;
}



#conBtnHomeAdventure[staccato="true"]{
    position: fixed; 
    bottom: 20px;
    justify-content: flex-end;
    padding-right: 20px;
}

#btnPrenotaOraHome{
    color: #ffffff;
    background-color: #005AAE;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    border: 1px solid #D9D9D980;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: fontMedium;
}

#btnPrenotaOraHome:hover{
    color: #005AAE;
    background-color: #ffffff;
}

#btnChiamaciHome{
    color: #005AAE;
    background-color: #ffffff;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    border: 1px solid #005AAE;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: fontMedium;
}

#btnChiamaciHome:hover{
    color: #ffffff;
    background-color: #005AAE;
}


#btnScegliSedeGenericaHome{
    color: #ffffff;
    background-color: #005AAE;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    border: 1px solid #D9D9D980;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: fontMedium;

    display: none;
}

#btnScegliSedeGenericaHome:hover{
    color: #005AAE;
    background-color: #ffffff;
}

#btnAiChatHome{
    color: #f17009;
    background-color: #0b233c;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    border: 1px solid #f17009;
    transition: 0.4s;
    box-shadow: rgb(242 116 21) 0px 0px 12px 0px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: fontMedium;

    position: relative;

    display: none;
}

#btnAiChatHome:hover{
    color: #0b233c;
    background-color: #f17009;
    border: 1px solid #0b233c;
}

#btnPrenotaOraAdventure{
    color: #ffffff;
    background-color: #005AAE;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    border: 1px solid #D9D9D980;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#btnPrenotaOraAdventure:hover{
    color: #005AAE;
    background-color: #ffffff;
}

#btnRegalaMEHome{
    color: #ffffff;
    background-color: #313773;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    border: 1px solid #D9D9D980;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: fontMedium;
}

#btnRegalaMEHome:hover{
    color: #313773;
    background-color: #ffffff;
}

#btnRegalaMEAdventure{
    color: #ffffff;
    background-color: #313773;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    border: 1px solid #D9D9D980;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#btnRegalaMEAdventure:hover{
    color: #313773;
    background-color: #ffffff;
}

#contVideoMain{
    border-radius: 30px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    max-width: 1100px;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

#videoMain{
    width: 100%;
}

#btnPlayMainVideo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    cursor: pointer;
    transition: 0.4s;
    -webkit-user-drag: none;
    opacity: 0.8;
}

#btnPlayMainVideo:hover{
    width: 140px;
    opacity: 1;
}

#titoloSezAvventure{
    color: #ffffff;
    font-size: 80px;
    width: 100%;
    text-align: center;
    font-family: fontStealFish;
}

#titoloSezAvventurePagAvventure{
    color: #ffffff;
    font-size: 80px;
    width: 100%;
    text-align: center;
    font-family: fontStealFish;
    margin-top: 120px;
}

#sottoTitoloSezAvventurePagAvventure{
    color: #ffffff;
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

#sottoTitoloSezAvventureHome{
    color: #ffffff;
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

#sliderAvventure{
    margin-bottom: 10px;
}

.swiper{
    overflow: hidden;
    max-width: 100vw;
    user-select: none;
}

#fasciaSocialMain{
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: rgba(0, 90, 174, 0.6);
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

#fasciaSocialFooter{
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.iconaSocialMain{
    height: 34px;
    margin-top: 8px;
    margin-left: 6px;
    margin-right: 6px;
    -webkit-user-drag: none;
    cursor: pointer;
    transition: 0.4s;
}

.iconaSocialMain:hover{
    height: 38px;
    margin-top: 6px;
}

#SliderCommenti{
    background-color: rgba(0, 90, 174, 0.6);
    width: 100vw;
    margin-top: 45px;
}

.contRecensione{
    width: 100%;
    padding-bottom: 10px;
    padding-left: 3%;
    padding-right: 3%;
}

.iconaStelleRecensioni{
    width: 40%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.contTestoRecensione{
    width: 100%;
    display: inline-block;
    max-width: 800px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.quoteLeftRecensione{
    float: left;
    width: 7%;
    object-fit: contain;
    padding: 1.2%;
}

.quoteRightRecensione{
    float: left;
    width: 7%;
    object-fit: contain;
    padding: 1.2%;
}

.testoRecensione{
    float: left;
    width: 86%;
    color: #ffffff;
    font-family: fontStealFishItalic;
    text-align: center;
    font-size: 48px;
    line-height: 62px;
}

.nomeRecensore{
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
}



#contGenOrariMappa{
    width: 100%;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 90px;
    margin-bottom: 50px;
    justify-content: center;
    min-height: 300px;
    padding-bottom: 50px;
    padding-top: 50px;
}

#contOrariGen{
    float: left;
    min-height: 300px;
}

#titoloOrari1{
    width: 100%;
    margin: 0px;
    text-align: right;
    color: #ffffff;
    font-family: fontStealFish;
    font-size: 30px;
    line-height: 30px;
}

#titoloOrari2{
    width: 100%;
    margin: 0px;
    text-align: right;
    color: #ffffff;
    font-family: fontStealFish;
    font-size: 44px;
    line-height: 44px;
}

#titoloOrari3{
    width: 100%;
    margin: 0px;
    text-align: right;
    color: #ffffff;
    font-family: fontStealFish;
    font-size: 30px;
    line-height: 30px;
}

#contOrari{
    background-color: rgb(0 14 27 / 80%);
    min-height: 130px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    float: right;
    width: 450px;
}

#contMappaGen{
    float: left;
    width: 55%;
    padding-bottom: 20px;
    min-height: 350px;
}

.titoloContatti{
    color: #ffffff;
    margin: 0px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
}


.rigaOrari{
    color: #ffffff;
    margin: 0px;
    display: flex;

    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    padding-left: 5px;
    padding-right: 5px;
}


.rigaContatti{
    color: #ffffff;
    margin: 0px;
    text-align: center;
}
#contMappa{
    width: 90%;
    height: 100%;
    margin-left: 5%;
    border-radius: 20px;
}

.leaflet-control-attribution{
    display: none !important;
}

.leaflet-marker-shadow{
    display: none !important;
}

.leaflet-marker-icon{
    width: 31px !important;
    height: 31px !important;
    cursor: pointer !important;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba( 255, 255, 255, 0.8 );
    margin-top: -26px !important;
}

.leaflet-marker-icon:hover{
    background-color: white;
}

.leaflet-popup{
    bottom: -17px !important;
}

.leaflet-bar{
    cursor: pointer !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip{
    background-color: #333 !important;
    color: #fff !important;
}

.leaflet-popup-content{
    font-family: fontBold;
    
}

#contOrariInt1,#contOrariInt2{
    width: 46%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}

#btnNavigaMaps{
    background-color: #005AAE;
    color: #ffffff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1001;
    font-size: 18px;
    height: 50px;
    line-height: 30px;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    transition: 0.4s;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

#btnNavigaMaps:hover{
    padding-left: 40px;
    padding-right: 40px;
}

#titoloSezPrezzi{
    color: #ffffff;
    font-size: 80px;
    width: 100%;
    text-align: center;
    font-family: fontStealFish;
    margin-top: 55px;
}

#contPrezziGen{
    width: 80vw;
    margin-left: 10vw;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.contInternoPrezzi{
    margin-top: 20px;
}

.testoPrezziTop{
    width: 100%;
    margin: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    font-family: fontStealFishLight;
    padding-left: 5px;
    padding-right: 5px;
}

.contImgPrezzo{
    position: relative;
}

.imgPrezzo{
    width: 50%;
    margin-left: 25%;
    margin-top: 10px;
}

.prezzo1{
    position: absolute;
    top: 50%;
    left: 0px;
    color: #ffffff;
    font-size: 5vw;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    font-family: fontBold; 
}

.simboloEuroPrezzo1{
    font-size: 3vw;
}

.prezzo2{
    position: absolute;
    bottom: 5%;
    color: #000000;
    font-size: 2.6vw;
    font-family: fontBold;
    right: 0px;
    text-align: center;
    width: 70%;
}

.simboloEuroPrezzo2{
    font-size: 1vw;
}

.prezzo3{
    position: absolute;
    top: 22%;
    color: #000000;
    font-size: 0.8vw;
    line-height: 0.7vw;
    font-family: fontBold;
    right: 21%;
    text-align: center;
    width: 64%;
    transform: translateY(-50%);
}

#listaPuntiPrezzo{
    color: #ffffff;
    width: 50vw;
    margin-left: 16vw;
    margin-top: 80px;
    font-size: 16px;
    margin-bottom: 100px;
}


.contGenTuttoSchermo{
    background-color: #EDEDED;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
    overflow: hidden;
}

.imgTuttoSchermoSinistra{
    width: 50%;
    max-height: 80vh;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.contTuttoSchermoDestro{
    width: 50%;
    overflow: hidden;
    position: relative;
}

.contInternoTuttoSchermoDestro{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40vw;
}

.sopraTitotloTutSchermDestro{
    font-family: fontStealFish;
    color: #3F3F3F;
    font-size: 30px;
    border-bottom: 1px solid #000;
}

.titoloitotloTutSchermDestro{
    font-family: fontStealFish;
    color: #000000;
    font-size: 44px;
    line-height: 44px;
    margin-top: 40px;
}

.paragrafoitotloTutSchermDestro{
    color: #000000;
    font-size: 20px;
    margin-top: 10px;
}

.btnPrenotaOraTuttoSchemDestro{
    color: #ffffff;
    background-color: #005AAE;
    border-radius: 10px;
    font-size: 24px;
    float: left;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    user-select: none;
    cursor: pointer;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    font-family: fontMedium;
}

.btnPrenotaOraTuttoSchemDestro:hover{
    background-color: #00376a;
}

#imgTuttoSchermoArena{
    background-color: #00203F;
    padding: 100px;
    object-fit: contain;
}


#contFooter{
    width: 100%;
    min-height: 300px;
    background-color: #000E1B;
    display: inline-block;
}

#logoFooter{
    width: 100%;
    object-fit: contain;
    height: 150px;
    margin-top: 40px;
}

#contInfoAziendali{
    width: 80%;
    margin-left: 10%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-top: 20px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#logoMexFooter{
    max-width: 300px;
    object-fit: contain;
}

.colonnaFooter{
    margin-left: 30px;
    position: relative;
}

.testo1footer{
    color: #ffffff;
    font-family: fontBold;
    font-size: 20px;
}

.testo2footer{
    color: #ffffff;
    font-size: 18px;
}

.testo3footer{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 60px;
}

.testo4footer{
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
}

#contPrincipaleAvventuraAvventura{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#fasciaSinistraMainAvv{
    width: 35vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

#fasciaDestraMainAvv{
    
}

#logoAvventuraMain{
    width: 70%;
    padding: 50px;
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
}

.rigaListaSpecsAvventura{
    width: 100%;
    height: 60px;
    padding-left: 7%;
    overflow: hidden;
}

.iconaListaSpecsAvventura{
    height: 40px;
    margin-top: 10px;
    float: left;
    width: 50px;
    object-fit: contain;
}

.testoListaSpecsAvventura{
    float: left;
    line-height: 60px;
    color: #ffffff;
    margin-left: 10px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 65px);
}

#contVideoMainAdventure{
    position: relative;
}

#videoMainAdventure{
    width: 40vw;
    box-shadow: 0 0 12px 10px #00C8FF40;
    border-radius: 20px;
    margin-top: 130px;
    margin-bottom: 130px;
    background-color: #000000;
    object-fit: cover;
}

#btnPlayMainVideoAdventure{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    cursor: pointer;
    transition: 0.4s;
    -webkit-user-drag: none;
    opacity: 0.8;
}

#btnPlayMainVideoAdventure:hover{
    width: 140px;
    opacity: 1;
}

#contSecondarioAvventura{
    width: 100%;
    display: inline-block;
    aspect-ratio: 1 / 0.4;
    position: relative;
    box-shadow: 0 0 20px 20px #00203F;
}

#imgBackgroudSecondaFascia{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#contInternoSecondarioAvv{
    position: absolute;
    left: 16%;
    width: 35%;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
}

#titoloContSeccAvv{
    color: #ffffff;
    font-family: fontStealFish; 
    font-size: 80px;
    line-height: 80px;
}

#paragrafoContSeccAvv{
    color: #ffffff;
    font-size: 18px;
    margin-top: 30px;
}

#contListImgAvventura{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 70px;
    margin-bottom: 100px;
}

.imgListaAvventura{
    width: 40%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
}

.sliderAvventureDettaglioAvventura{
    margin-bottom: 60px !important;
}

#contListaAvventurePagAvventure{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 20px;
    margin-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
}


.contAvventuraListaAvventure{
    width: 35%;
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #000e1b;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    padding-bottom: 10px;
    overflow: hidden;
    max-width: 600px;
}



.imgAvventuraListeAvv{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    width: 101%;
    -webkit-user-drag: none;
    transition: 0.4s;
}

.contAvventuraListaAvventure:hover{
    box-shadow: 0 0 12px 10px #00C8FF40;
}

#contTitoloPagGrande{
    width: 100vw;
    margin-top: 100px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-left: 10%;
}

#testoTitoloPagGrande{
    color: #ffffff;
    font-family: fontStealFish;
    font-size: 80px;
    line-height: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#imgTitoloPagGrande{
    -webkit-user-drag: none;
    height: 320px;
    object-fit: contain;
    margin-left: 40px;
}

#contListaFaq{
    width: 100vw;
    min-height: 300px;
    background-color: #EDEDED;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 50px;
}

#contListaGameMasters{
    width: 100vw;
    min-height: 300px;
    background-color: #EDEDED;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    gap: 5%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


#contListaPromoIngressiGratuiti{
    width: 100vw;
    background-color: #EDEDED;
    min-height: 45vh;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.detailsFaq{
    width: 100%;
    font-family: fontStealFish;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    user-select: none;
    padding-top: 20px;
}

.testoRispostaFaq{
    font-family: fontRegular;
    font-size: 16px;
    line-height: 18px;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 20px;
    width: 50%;
}

.contVideoFaq{
    width: 300px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    position: relative;
}

.videoFaq{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btnPlayVideoFaq{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    -webkit-user-drag: none;
    cursor: pointer;
    transition: 0.4s;
}

.btnPlayVideoFaq:hover{
    width: 120px;
    height: 120px;
}

#contInfoPagBoxRegalo{
    width: 100vw;
    background-color: #EDEDED;
    min-height: 300px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sopraTitoloPagBox{
    color: #3F3F3F;
    font-family: fontStealFish;
    font-size: 30px;
    line-height: 30px;
}

.titoloPagBox{
    color: #000000;
    font-family: fontStealFish;
    font-size: 50px;
    line-height: 50px;
    margin-top: 30px;
}

.paragrafoPagBox{
    color: #000000;
    font-size: 16px;
    margin-top: 15px;
    width: 50%;
}

.btnPulsantePagBox{
    background-color: #005AAE;
    color: #ffffff;
    user-select: none;
    cursor: pointer;
    transition: 0.4s;
    padding-left: 20px;
    width: fit-content;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 10px;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    margin-top: 40px;
}

.btnPulsantePagBox:hover{
    background-color: #ffffff;
    color: #005AAE;
    border: 1px solid #005AAE;
}

.lineaSeparatricePagBox{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #BEBEBE;
    margin-top: 50px;
    margin-bottom: 50px;
}

.backgroudnBody{
    background-image: url(./../../img/sfondo_nuovo_sito_tile.png);
    background-repeat: initial;
}

#backroudTriangoliSliderHome{
    background-image: url(./../../img/sfondo_nuovo_sito.png);
    background-repeat: initial;
    margin-top: -0px;
    padding-top: 80px;
    padding-bottom: 115px;
}

#backroudTriangoliVideoSottoHome{
    background-image: url(./../../img/sfondo_nuovo_sito.png);
    background-repeat: initial;
    padding-top: 60px;
    padding-bottom: 65px;
}

.backgroundTriangoliGenerico{
    background-image: url(./../../img/sfondo_nuovo_sito.png);
    background-repeat: initial;
    display: inline-block;
    width: 100%;
}

.categoriaAvventuraLista{
    font-size: 18px;
}

.titoloAvventuraLista{
    font-family: fontRegular;
}

#contClassificaIframe{
    width: 90%;
    margin-left: 5%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 0px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    border: 2px solid rgba(0, 90, 174, 0.6);
    margin-bottom: 100px;
    max-height: 1080px;
    
    display: none;
}

.backgroundBodyWhite{
    background-color: #ededed;
    background-image: url(./../../img/sfondo_nuovo_sito_tile.png);
    background-repeat: initial;
}

#contGeneralePrenotazione{
    width: 80vw;
    margin-left: 10vw;
    min-height: 90vh;
    padding-top: 80px;
    margin-bottom: 50px; 
}

#contGeneralePrenotazione[schermo="wide"]{
    width: 100vw;
    margin-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}


.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 70px;
        height: 70px;
        margin: 9px;
        border: 9px solid #000000;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #000000 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.imgLogoStanzaPrivCond{
    width: 100%;
    height: 130px;
    object-fit: contain;
    margin-top: 50px;
}

.imgLogoEliminaPren{
    width: 100%;
    height: 130px;
    object-fit: contain;
    margin-top: 50px;
    margin-bottom: 30px;
}

.imgLogoPagamentoAnticipato{
    width: 100%;
    height: 130px;
    object-fit: contain;
    margin-top: 50px;
}

.imgLogoPrenotazioneInviata{
    width: 100%;
    height: 130px;
    object-fit: contain;
    margin-top: 50px;
}

#contLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.titoloPrenotazione{
    color: #000000;
    font-family: fontStealFish;
    font-size: 50px;
    line-height: 50px;
    margin-top: 30px;
    text-align: center;
}

.paragrafoPrenotazione{
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
}

#imgIngressoSedePrenotazione{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    border-radius: 20px;
    -webkit-user-drag: none;
    width: 300px;
    min-height: 100px;
    background-color: #000000;
    aspect-ratio: 1 / 1.13;
    object-fit: cover;
}

#contEsternoInfoSedePren{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

#contEsternoSceltaAvventuraSedePren{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

#contInternoInfoSedePren{
    padding-left: 20px;
}

#nomeSedePredn{
    color: #000000;
    font-family: fontBold;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
}

#indirizzoSedePren{
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    width: 100%;
    text-align: left;
}

#btnMapsSedePren{
    color: #005AAE;
    font-family: fontBold;
    cursor: pointer;
    user-select: none;
    margin-top: 20px;
}

#btnMapsSedePren:hover{
    text-decoration: underline;
}

.btnPrenotazioneSedePren{
    color: #ffffff;
    background-color: #005AAE;
    width: fit-content;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    font-size: 20px;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    font-family: fontMedium;
    white-space: nowrap;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.btnPrenotazioneSedePren:hover{
    color: #005AAE;
    background-color: #ffffff;
    border: 1px solid #005AAE;
}

#btnCambiaSede{
    margin-top: 20px;
}

#btnContinuaSedePren{
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
}

.contSceltaAvventuraPren{
    overflow: hidden;
    width: 35%;
    background-color: #005AAE;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    max-width: 600px;
}

.contSceltaAvventuraPren:hover{
    box-shadow: 0 0 12px 10px #00C8FF40;
}

.imgSceltaAvventuraPren{
    width: 100%;
    -webkit-user-drag: none;
}

.testoSceltaAvventuraPren{
    user-select: none;
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.categoriaAvventuraPrenotazione{
    font-size: 18px;
}

.titoloAvventuraPrenotazione{
    font-family: fontRegular;
}

#titoloStanzaPrivata{
    margin-top: 10px;
}

.titoloTipoStanzaPrenotazione{
    color: #000000;
    font-family: fontBold;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-left: 20%;
    margin-right: 20%;
}

.titoloPrenotazioneInviata{
    color: #000000;
    font-family: fontBold;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-left: 20%;
    margin-right: 20%;
}

.titoloPagAnticipato{
    color: #000000;
    font-family: fontBold;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-left: 20%;
    margin-right: 20%;
}

.sottoTitoloTipoStanzaPrenotazione{
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%
}

.sottoTitoloEliminaPren{
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%
}

.sottoTitoloTipoPagamentoAnticipato{
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%
}

.sottoTitoloTipoPrenotazioneInviata{
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%
}

.infoSottoTipoStanzaPrenotazione{
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%
}

#btnPrenStanzaEsclusiva{
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

#btnPrenStanzaCondivisa{
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 50px;
}

#btnVaiASitoParthner{
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 50px;
}

#btnProcediPagAnticipato{
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 50px;
}

#btnPrenotazioneInviata{
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 50px;
}

#btnProcediAnticipatoGift{
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 50px;
}

#titoloStanzaCondivisa{
    margin-top: -25px;
}

#titoloEliminaPren{
    margin-top: -25px;
}

.testoEnfasiBlu{
    color: #005AAE;
    font-family: fontBold;
} 

.ui-datepicker{
    margin-left: 10% !important;
    margin-right: 10% !important;
    margin-top: 50px !important;
    width: 80% !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px !important;
    padding: unset !important;
}

.ui-widget-content{
    background:unset !important;
    background-color: #ffffff !important;
}

.ui-widget.ui-widget-content{
    border: unset !important;
    border-radius: 15px !important;
    overflow: hidden !important;
}

.ui-datepicker table{
    margin: unset !important;
    margin-bottom: 20px !important;
}

.ui-datepicker th{
    color: #B5BEC6 !important;
}

.ui-widget-header{
    color: #000000 !important;
    border: unset !important;
    background: unset !important;
} 

.ui-datepicker .ui-icon{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

.ui-widget-header a{
    width: 32px !important;
    height: 32px !important;
    margin-top: 3px !important;
}

.ui-icon{
    width: 32px !important;
    height: 32px !important;
    left: 0px !important;
    top: 0px !important;
    margin-top: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

.ui-datepicker-next span{
    background-image: url("/css/images/icona_calendario_destro.png") !important;
}

.ui-datepicker-prev span{
    background-image: url("/css/images/icona_calendario_sinistro.png") !important;
}

.ui-datepicker-next:hover span{
    background-image: url("/css/images/icona_calendario_destro_black.png") !important;
}

.ui-datepicker-prev:hover span{
    background-image: url("/css/images/icona_calendario_sinistro_black.png") !important;
}

.ui-datepicker-prev, .ui-datepicker-next{
    cursor: pointer !important;
}

a:not([href]):not([tabindex]):hover{
    background: unset !important;
    border:unset !important;
    top: 2px !important;
}

.ui-datepicker-title{
    font-size: 20px;
}

.ui-datepicker .ui-datepicker-header{
    margin-top: 10px;
    margin-bottom: 10px;
}

.ui-datepicker .ui-datepicker-prev{
    left: 10px !important;
}

.ui-datepicker .ui-datepicker-next{
    right: 10px !important;
}

.ui-state-default{
    color: #4A5660 !important;
    background: unset !important;
    border: unset !important;
    text-align: center !important;
    font-size: 20px !important;
    font-family: fontBold !important;
    cursor: pointer !important;
    height: 50px !important;
    line-height: 50px !important;
    aspect-ratio: 1 / 1 !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
    border-radius: 100px !important;
}

.ui-datepicker td{
    overflow: hidden;
}

.ui-state-hover{
    color: #ffffff !important;
    background-color: #0084ff !important;
}

.ui-state-active{
    color: #ffffff !important;
    background-color: #005AAE !important;
}

#contCalendarioPrenotazione{
    width: 100%;
}

#contCalendarioListaOrariaPrenotazione{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    min-height: 100px;
    border-radius: 15px;
    background-color: #ffffff;
    display: inline-block;
}

.titoloSelezDataPren{
    color: #000000;
    font-family: fontRegular;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

#contListaOrariPrenotazione{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    align-items: center;
}

.elemListaOrariPren{
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    user-select: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    cursor: pointer;
    font-family: fontBold;
    position: relative;
}


.elemListaOrariPren:hover{
    box-shadow:  0 0 12px 1px #005AAE;
}

.elemListaOrariPren[selezionato="true"]{
    box-shadow:  0 0 12px 1px #005AAE;
    border: 2px solid #005AAE;
    height: 44px;
    margin-bottom: 10px;
}

.elemListaOrariPren[valido="false"]{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
}

.elemListaOrariPren[passata="true"]{
    opacity: 0.2;
}

.testoOrarioListaOrariPren{
    float: left;
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #00203F;
    border-radius: 7px 0px 0px 7px;
    text-align: center;
    user-select: none;
}

.elemListaOrariPren:hover .testoOrarioListaOrariPren{
    background-color: #005AAE;
}

.elemListaOrariPren[selezionato="true"] .testoOrarioListaOrariPren{
    background-color: #005AAE;
}

.elemListaOrariPren[valido="false"] .testoOrarioListaOrariPren{
    background-color: #DB0F12;
}

.elemListaOrariPren[passata="true"] .testoOrarioListaOrariPren{
    background-color: #000000;
}

.testoSlotDisponibiliListaOrariPren{
    float: left;
    font-size: 20px;
    color: #080808;
    padding-right: 20px;
    padding-left: 10px;
    background-color: #ededed;
    border-radius: 0px 10px 10px 0px;
    min-width: 202px;
    text-align: center;
    font-family: fontRegular;
    user-select: none;
}

.elemListaOrariPren[selezionato="true"] .testoSlotDisponibiliListaOrariPren{
    background-color: #ffffff;
}

.testoSelezionatoOrarioPren{
    background-color: #005AAE;
    color: #FFFFFF;
    position: absolute;
    bottom: -24px;
    height: 24px;
    border-radius: 0px 0px 10px 10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    right: 12%;
    font-size: 16px;
    display: none;
}



.elemListaOrariPren[selezionato="true"] .testoSelezionatoOrarioPren{
    display: unset;
}

#contCalendarioNumeroGiocatoriPrenotazione{

    appearance: none;           /* standard */
    -webkit-appearance: none;   /* Chrome/Safari */
    -moz-appearance: none; 

    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    max-width: 500px;
    height: 60px;
    float: right;
    cursor: pointer;
    border: 0px !important;
    text-align: center;
    text-align-last: center; 
    -webkit-text-align-last: center;
    font-family: fontRegular;
    font-size: 23px;
    outline: none; 

    color: #000000;

    background-image: url(/img/freccia_verso_basso.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: calc(100% - 20px);
    background-position-y: 50%;
    padding-right: 70px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#contCalendarioNumeroGiocatoriPrenotazione:hover{
    box-shadow: 0 0 12px 1px #005AAE;
}

#contConfermaPrenCalendario{
    width: 100%;
    display: inline-block;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 40px;
    margin-bottom: 50px;
}

#btnConfermaCalendario{
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

#contRiepilogoPrenotazione{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    min-height: 95vh;
}

#contSinistroRiepilPren{
    float: left;
    width: 40%;
    min-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    position: relative;
}

#contDestroRiepilPren{
    float: left;
    width: 60%;
    min-height: 300px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contIntPrenRecapFlex{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;
    max-width: 800px;
}

.contDatiRiepilogo{
    width: calc(50% - 30px);
}

#imgAvventuaBlurRiepPren{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
}

#contImgOverlapPren{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30vw;
}

#imgAvventuaOverlapPren{
    width: 100%;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    -webkit-user-drag: none;
}

#imgAvventuaOverlapPren[disableshadow="true"]{
    box-shadow: unset !important;
}

#testoRiepilogoDesktopPren{
    width: 100%;
    color: #000000;
    font-family: fontStealFish;
    font-size: 50px;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#testoInserisciDatiPren{
    width: 100%;
    color: #000000;
    font-family: fontStealFish;
    font-size: 50px;
    line-height: 50px;
    margin-top: 60px;
    margin-bottom: 20px;
}

#testoAvventuraMobilePren{
    display: none;
}

.domandaRiepilogoPren{
    font-family: fontLight;
    color: #3F3F3F;
    font-size: 20px;
    line-height: 20px;
}

.rispostaRiepilogoPren{
    font-family: 'fontRegular';
    color: #000000;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 26px;
    margin-top: 5px;
}

#btnModificaPrenotazione{
    margin-top: 20px;
}

#btnPrenotaOraPrenotazione{
    margin-top: 30px;
}

.inputInserisciITuoiDati{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 1px solid #CFD0D7;
    width: 90%;
    height: 40px;
    margin-top: 5px;
    padding-left: 10px; 
    padding-right: 10px;
    border-radius: 5px;
    background-color: #ffffff;
}

.inputInserisciITuoiDati[errato="true"]{
    border: 1px solid red;
    color: red;
}

#comeConosciutiPren{
    background-image: url(/img/freccia_verso_basso.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
    padding-right: 50px;
    color: #000000;
}

#numeroDiIngressiAcquiso{
    background-image: url(/img/freccia_verso_basso.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
    padding-right: 50px;
    color: #000000;
}

#iconPrenotazioneInviata{
    margin-bottom: 50px;
    margin-top: 100px;
}

#titoloPrenInviata{
    font-family: fontStealFish;
    font-size: 70px;
    line-height: 70px;
    padding-bottom: 20px;
}

#btnEliminaPren, #btnMantieniPren{
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
}

#testoApertiSoloSuPrenotazione{
    color: #ffffff;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#testoDiscalaimerSeparazioneSquadre, #testoSpostatiAlCinema{
    color: #000000;
    width: 80%;
    float: right;
    margin-right: 10%;
    margin-left: 10%;
    text-align: right;
    margin-top: 40px;
    font-family: fontBold;
    max-width: 500px;
}

#fasciaIGameMaster{
    width: 100VW;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding-left: 10%;
    align-content: center;
    padding-right: 10%;
    margin-bottom: 120px;
    margin-top: 50px;
    align-items: center;
    gap: 50px;
}

#fasciagameMasterSinistra{
    width: 40vw;
}

#titoloIGameMaster{
    width: 100%;
    margin: 0px;
    color: #ffffff;
    font-size: 36px;
    font-family: fontStealFishLight;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

#sottoTitoloIGameMaster{
    color: #ffffff;
    font-size: 80px;
    width: 100%;
    font-family: fontStealFish;
    text-align: left;
}

#paragrafoIGameMaster{
    color: #ffffff;
    font-size: 20px;
    margin-top: 10px;
}
 
#btnScopriGameMasterHome{
    color: #ffffff;
    background-color: #005AAE;
    border-radius: 20px;
    font-size: 24px;
    float: left;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    user-select: none;
    cursor: pointer;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    font-family: fontMedium;
}

#fasciaGameMasterDestra{
    width: 60vw;
}

#imgIGameMasterHome{
    width: 100%;
    border-radius: 20px;
    -webkit-user-drag: none;
    aspect-ratio: 16 / 12;
    object-fit: cover;
}


.contListaGm{
    width: 30%;
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 400px;
}

.imgListaGms{
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
    -webkit-user-drag: none;
}

.nomeListaGms{
    text-align: center;
    font-size: 40px;
    width: 100%;
    color: #000000;
    font-family: fontStealFishLight;
}


.btnPremiContatti{
    color: #ffffff;
    background-color: #005AAE;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    text-align: center;
    overflow: hidden;
    font-family: fontMedium;
    margin-top: 10px;
    width: 90%;
    margin-left: 5%;
}

.btnPremiContatti:hover{
    color: #005AAE;
    background-color: #ffffff;
}

#contScritteSliderHome{
    position: absolute;
    width: 100vw;
    top: 50%;
    left: 0px;
    z-index: 10;
    transform: translateY(-50%);
}

#titoloScritteSLiderHome{
    width: 100%;
    font-family: fontStealFish;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    text-shadow: 0 0 5px #005AAE,
    0 0 10px #005AAE,
    0 0 20px #005AAE;
}

#sottoTitoloScritteSLiderHome{
    width: 100%;
    font-family: fontStealFish;
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    text-shadow: 0 0 5px #005AAE,
    0 0 10px #005AAE,
    0 0 20px #005AAE;
}


.contTestoExtra{
    width: 100%;
    display: inline-block;
}

.contImgRec{
    width: 100%;
}

.imgRec{
    height: 80px;
    border-radius: 100px;
    margin-top: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.testoDisclaimerUscitaGameMaster{
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    width: 100%;
}

#inputEmailPromoGruppi{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 1px solid #CFD0D7;
    width: 90%;
    height: 40px;
    margin-top: 5px;
    padding-left: 10px; 
    padding-right: 10px;
    border-radius: 5px;
    background-color: #ffffff;

    margin-top: 30px;
}

#inputEmailPromoGruppi[errato="true"]{
    border: 1px solid red;
    color: red;
}

#iconTestoAiChat{
    background-image: url(/img/icona_live_chat_ai_arancione.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 40px;
}

#btnAiChatHome:hover #iconTestoAiChat {
    background-image: url(/img/icona_live_chat_ai_scura.png);
}


#contMainLiveChat{
    position: fixed;
    right: 18px;
    bottom: 85px;
    width: 450px;
    height: 700px;
    background-color: #f17009;
    z-index: 1002;
    border-radius: 10px;
    box-shadow: rgb(241 112 9) 0px 4px 12px 0px;
    overflow: hidden;

    max-height: calc(100vh - 100px);

    display: none;
}

#contHeaderLiveChat{
    width: 100%;
    height: 70px;

    overflow: hidden;
}

#contBodyLiveChat{
    width: calc(100% - 4px);
    background-color: #00182f;
    height: calc(100% - 72px);
    margin-left: 2px;
    border-radius: 0px 0px 10px 10px;

    overflow: hidden;
}

#iconaContLiveChat{
    float: left; 
    width: 40px;
    margin-left: 20px;
    margin-top: 18px;
}

#titoloContLiveChat{
    float: left;
    font-family: fontStealFish;
    color: #ffffff;
    line-height: 70px;
    font-size: 30px;
    margin-left: 20px;
    user-select: none;
}

#iconaChiudiContLiveChat{
    float: right;
    height: 50px;
    user-select: none;
    cursor: pointer;
    margin-right: 9px;
    margin-top: 9px;
    padding: 10px;

    transition: .4s;
}

#iconaChiudiContLiveChat:hover{
    padding: 5px;
}

#contMessaggiChatAi{
    width: 100%;
    height: calc( 100% - 91px );

    transition: .4s;

    overflow-x: hidden;
    overflow-y: auto;

    scrollbar-width: thin;
    scrollbar-color: #ff6b00 rgba(255, 255, 255, 0.06);
}

#contMessaggiChatAi::-webkit-scrollbar {
  width: 8px;
}

#contMessaggiChatAi::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  margin: 6px 0;
}

#contMessaggiChatAi::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff8a00, #ff5a00);
  border-radius: 20px;
  border: 2px solid #001f35;
  box-shadow: 0 0 8px rgba(255, 106, 0, 0.7);
}

#contMessaggiChatAi::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ff9d2e, #ff6b00);
  box-shadow: 0 0 12px rgba(255, 106, 0, 0.95);
}

#contMessaggiChatAi::-webkit-scrollbar-corner {
  background: transparent;
}

#contInputMessaggiChatAi{
    width: 100%;
    height: 80px;

    transition: .4s;
}

#contInternoInputMessaggiChatiAi{
    width: 90%;
    height: 60px;
    border: 1px solid #344255;
    margin-left: 5%;
    border-radius: 10px;
    overflow: hidden;

    transition: .4s;
}

#inputAiChat{
    float: left;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    color: white;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 60px);
    padding-top: 17px;
    padding-bottom: 17px;

    white-space: pre-wrap;
    overflow-wrap: anywhere;
    
    resize: none;
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;  
}

#inputLiveChat::-webkit-scrollbar {
     display: none;              /* Chrome, Safari, Edge */
}

#inputAiChat::placeholder {
    color: #c8c3bd;
}

#iconaInviaMessaggioLiveChat{
    float: right;
    height: 55px;
    padding: 15px;
    user-select: none;
    cursor: pointer;
    opacity: .8;
    margin-top: 2px;
    transition: .4s;
}

#iconaInviaMessaggioLiveChat:hover{
    opacity: 1;
    padding: 10px;
}

#testoDisclaimerIa{
    width: 100%;
    color: #bcc2c5;
    text-align: center;
    font-size: 13px;
    margin-top: -15px;
}

.rigaChatAi{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.contMessaggioAi{
    max-width: 74%;
    overflow: hidden;
    border-radius: 10px;
    background-color: #142639;
    padding: 10px;
    width: fit-content;
    margin-left: 15px;
    margin-right: 15px;
}

.contMessaggioAi[isutente="false"]{
    float: left;
}

.contMessaggioAi[isutente="true"]{
    float: right;
}

.testoMessaggioAi{
    color: #ffffff;

    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.orarioMessaggioAi{
    color: #8b969f;
    font-size: 12px;
    margin-top: 5px;
    user-select: none;
}

.contMessaggioAi[isutente="true"] .orarioMessaggioAi{
    text-align: right;
}


#indicatoreNotificaAiChat{
    width: 30px;
    height: 30px;
    background-color: red;
    position: absolute;
    right: -10px;
    top: -10px;
    line-height: 30px;
    color: #ffffff;
    border-radius: 20px;
    font-weight: bold;
}

.pulsanteAiChat{
    max-width: 74%;
    min-width: 50%;
    overflow: hidden;
    border-radius: 10px;
    background-color: #142639;
    padding: 10px;
    width: fit-content;
    margin-left: 30px;
    margin-right: 15px;
    color: #f17009;
    background-color: #0b233c;
    box-shadow: rgb(242 116 21) 0px 0px 12px 0px;
    user-select: none;
    cursor: pointer;
    text-align: center;
    border: 1px solid #f17009;
    font-family: fontMedium;
}

.pulsanteAiChat:hover{

}

@media (max-width: 767px) {

    

    #contMenuMobile{
        display: unset;
    }

    .testoSceltaLocation{
        max-width: 100px;
    }


    #btnMenuTopMobile{
        display: unset;
    }

    .testoMenuBarraTopDesktop{
        display: none;
    }

    #sliderHome{
        overflow: hidden;
    }

    .imgSlideHome{
        height: 80vh;
    }

    #fadeToblueGradient{
        height: 300px;
    }

    #slide1Home{
        object-position: 30% 50%;
    }

    #slide3Home{
        object-position: 70% 50%;
    }

    #contScletaSedeDesktop{
        right: 0px;
        width: 100%;
    }

    .conRigaSceltaSedeDesktop{
        width: 33%;
    }

    .testoRigaSceltaSedeDesktop{
        font-size: 13px;
    }

    #contLinguaTop{
        display: none;
    }
    .listaFrasiHome{
        height: 30px;
    }

    .frecciettaListaFrasiHome{
        height: 20px;
        margin-top: 5px;
        margin-right: 5px;
    }

    .testoListaFrasiHome{
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        text-shadow: 0 0 8px #000000;
        padding-left: 5px;
        padding-right: 5px;
    }

    #contListaFrasiHome{
        bottom: 19vh;
        display: unset;
        padding-left: unset;
        padding-right: unset;
    }

    #conBtnHomeMain{
        gap: 5px;
        bottom: 5px;
        flex-wrap: wrap;
    }

    #conBtnHomeAdventure{
        gap: 20px;
        margin-top: 20px;
        bottom: 20px;
        margin-bottom: 30px;
    }

    #btnPrenotaOraHome{
        font-size: 15px;
    }

    #btnScegliSedeGenericaHome{
        font-size: 15px;
    }

    #btnAiChatHome{
        font-size: 15px;
    }

    #btnPrenotaOraAdventure{
        font-size: 15px;
    }

    #btnRegalaMEHome{
        font-size: 15px;
    }

    #btnRegalaMEAdventure{
        font-size: 15px;
    }

    #contVideoMain{
        border-radius: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #fasciaSocialMain{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #btnPlayMainVideo{
        width: 80px;
    }

    #btnPlayMainVideoAdventure{
        width: 80px;
    }

    #btnPlayMainVideo:hover{
        width: 100px;
    }

    .testoSlideAvventure{
        font-size: 18px;
    }

    .testoSlidePagAvventure{
        font-size: 18px;
    }

    .categoriaAvventuraLista{
        font-size: 14px;
    }

    #titoloSezAvventure{
        font-size: 40px;
    }

    #titoloSezPrezzi{
        font-size: 40px;
        margin-top: 60px;
    }

    #conBtnHomeMain[staccato="true"]{
        justify-content: center;
        padding-right: 0px;
    }

    #conBtnHomeAdventure[staccato="true"]{
        justify-content: center;
        padding-right: 0px;
        margin-bottom: 0px;
    }

    .testoRecensione{
        font-size: 24px;
        line-height: 30px;
    }

    #SliderCommenti{
        margin-top: 15px;
    }

    .nomeRecensore{
        font-size: 16px;
    }

    .imgRec{
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .iconaStelleRecensioni{
        margin-bottom: 10px;
    }

    #contOrariGen, #contMappaGen{
        width: 100%;
        padding-bottom: unset;
    }

    #contMappaGen{
        min-height: unset;
    }

    #contGenOrariMappa{
        width: 100%;
        margin-top: 20px;
        display: inline-block;
        border: none;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    #titoloOrari1{
        margin-top: 20px;
    }

    #titoloOrari2{
        margin-top: 5px;
    }

    #titoloOrari3{
        margin-top: 5px;
    }

    #titoloOrari1,#titoloOrari2, #titoloOrari3{
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }

    #contOrari{
        width: 80%;
        margin-left: 10%;
        transform:none;
        margin-bottom: 20px;
        float: none;
        width: 100%;
        margin-left: 0px;
        border-radius: 0px;
    }
    #contOrariInt1, #contOrariInt2{
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }

    #contMappa {
        height: 220px;
    }

    #btnNavigaMaps{
        width: calc(100% - 20px);
    }

    .rigaOrari{
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px;
    }

    .lunghezzaFissaGiornoSett{
        width: 100px;
    }

    #contPrezziGen{
        width: 100%;
        margin-left: 0px;
    }

    .testoPrezziTop{
        font-size: 20px;
    }

    .contInternoPrezzi{
        margin-top: 0px;
    }

    #listaPuntiPrezzo{
        width: 100%;
        margin-left: 0px;
        padding-right: 20px;
        margin-top: 30px;
        font-size: 14px;
        margin-bottom: 80px;
    }

    .prezzo1{
        font-size: 9vw;
        top: 53%;
    }

    .simboloEuroPrezzo1{
        font-size: 4vw;
    }

    .prezzo2{
        font-size: 4vw;
        bottom: 5%;
        width: 57%;
    }

    .simboloEuroPrezzo2 {
        font-size: 3vw;
    }

    .prezzo3{
        top: 26%;
        font-size: 1.6vw;
        line-height: 1.3vw;
        width: 63%;
    }

    .contGenTuttoSchermo{
        display: block;
    }

    
    .imgTuttoSchermoSinistra{
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .contTuttoSchermoDestro{
        width: 100%;
    }

    .contInternoTuttoSchermoDestro{
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
        width: 100%;
    }

    .imgPrezzo{
        width: 70%;
        margin-left: 15%;
    }

    .sopraTitotloTutSchermDestro{
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 15px;
        text-align: left !important;
    }

    .titoloitotloTutSchermDestro{
        padding-right: 20px;
        padding-left: 20px;
        font-size: 44px;
        line-height: 44px;
        text-align: left !important;
    }

    .paragrafoitotloTutSchermDestro{
        padding-right: 20px;
        padding-left: 20px;
        font-size: 16px;
        text-align: left !important;
    }

    .btnPrenotaOraTuttoSchemDestro{
        margin-left: 20px;
        margin-bottom: 40px;
        font-size: 16px;
        margin-top: 15px;
        float: left !important;
    }

    #imgTuttoSchermoArena{
        padding: 40px;
    }

    #logoFooter{
        height: 80px;
        margin-top: 30px;
    }

    #contInfoAziendali{
        display: inline-block;
    }

    #logoMexFooter{
        max-width: unset;
        width: 100%;
    }

    .colonnaFooter{
        margin-left: unset;
    }

    .testo1footer{
        font-size: 16px;
        margin-top: 30px;
    }

    .testo2footer{
        font-size: 14px;
        margin-top: 10px;
    }

    .testo3footer{
        font-size: 14px;
        margin-bottom: unset;
        margin-top: 10px;
    }

    .testo4footer{
        position: unset;
        font-size: 14px;
        margin-top: 10px;
    }

    #contPrincipaleAvventuraAvventura{
        flex-direction: column-reverse;
        justify-content: unset;
        padding-bottom: 30px;
    }

    #fasciaSinistraMainAvv{
        width: 100%;
    }

    #logoAvventuraMain{
        width: 100%;
        aspect-ratio: 1 / 0.4;
        padding: unset;
        padding-left: 20%;
        padding-right: 20%;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .rigaListaSpecsAvventura{
        padding-left: unset;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .testoListaSpecsAvventura{
        width: unset;
        font-size: 18px;
    }

    #videoMainAdventure{
        width: 80%;
        margin-left: 10%;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    #contSecondarioAvventura{
        aspect-ratio: 1 / 0.9;
    }

    #fadeToBlackeGradientLeftAdventure{
        width: 100%;
        background: linear-gradient(to left, transparent 0%, #000000 100%);
    }

    #contInternoSecondarioAvv{
        left: 30px;
        width: 60%;
    }

    #titoloContSeccAvv{
        font-size: 40px;
        line-height: 40px;
    }

    #paragrafoContSeccAvv{
        font-size: 14px;
    }

    #contListImgAvventura{
        display: inline-block;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .imgListaAvventura{
        width: 100%;
        border-radius: unset;
        margin-bottom: 10px;
        margin-bottom: 20px;
    }
    
    #titoloSezAvventurePagAvventure{
        font-size: 40px;
        margin-top: 80px;
    }

    #contListaAvventurePagAvventure{
        display: inline-block;
        margin-bottom: 10px;
        margin-top: 0px;
        padding-left: unset;
        padding-right: unset;
    }

    .contAvventuraListaAvventure{
        margin-left: 5%;
        margin-bottom: 30px;
        width: 90%;
    }

    #contTitoloPagGrande{
        display: inline-block;
        margin-top: 80px;
        padding-left: unset;
    }

    #testoTitoloPagGrande{
        width: 100vw;
        font-size: 40px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        line-height: unset;
    }

    #imgTitoloPagGrande{
        margin-left: unset;
        width: 100%;
        height: 270px;
        margin-top: 20px;
    }

    #contListaFaq{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #contListaGameMasters{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .detailsFaq{
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .testoRispostaFaq{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
        font-size: 16px;
        line-height: 16px;
        width: 100%;
    }

    .contVideoFaq{
        width: 90%;
        margin-left: 5%;
    }

    #contInfoPagBoxRegalo{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .sopraTitoloPagBox{
        font-size: 24px;
    }

    .titoloPagBox{
        font-size: 40px;
        margin-top: 0px;
    }

    .paragrafoPagBox{
        margin-top: 5px;
        font-size: 16px;
        line-height: 18px;
        width: 100%;
    }

    #backroudTriangoliSliderHome{
        padding-bottom: 80px;
    }

    #backroudTriangoliVideoSottoHome{
        padding-bottom: 60px;
    }

    #sottoTitoloSezAvventurePagAvventure{
        font-size: 18px;
        padding-left: 13%;
        padding-right: 13%;
        margin-bottom: 20px;
    }

    #sottoTitoloSezAvventureHome{
        font-size: 18px;
        padding-left: 13%;
        padding-right: 13%;
    }

    #contClassificaIframe{
        width: 100%;
        margin-left: 0px;
        border-radius: 0px;
        margin-top: 10px;
        margin-bottom: 70px;
        aspect-ratio: 1 / 1.5;

        border: unset;

        border-bottom: 2px solid rgba(0, 90, 174, 0.6);
    }

    #contGeneralePrenotazione{
        width: 90vw;
        margin-left: 5vw;
        display: inline-block;
        margin-bottom: 20px;
    }
    
    .titoloPrenotazione{
        margin-top: unset;
    }

    .paragrafoPrenotazione{
        padding-left:unset;
        padding-right: unset;
    }

    #contEsternoInfoSedePren{
        margin-top: 30px;
        display: block;
    }

    #imgIngressoSedePrenotazione{
        width: 80%;
        margin-left: 10%;
    }

    #contInternoInfoSedePren{
        padding-left: unset;
    }

    #nomeSedePredn{
        text-align: center;
        margin-top: 20px;
    }

    #indirizzoSedePren{
        text-align: center;
        margin-top: 10px;
    }

    #btnMapsSedePren{
        text-align: center;
    }

    #btnCambiaSede{
        margin-left: 50%;
        transform: translateX(-50%);
    }

    #btnContinuaSedePren{
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .btnPrenotazioneSedePren:hover{
        color: #ffffff;
        background-color: #005AAE;
        border: 1px solid #005AAE;
    }

    #contEsternoSceltaAvventuraSedePren{
        display: block;
        margin-top: 20px;
    }

    .contSceltaAvventuraPren{
        width: 100%;
        margin-bottom: 20px;
    }

    .testoSceltaAvventuraPren{
        line-height: 18px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .categoriaAvventuraPrenotazione{
        font-size: 14px;
    }

    .titoloAvventuraPrenotazione{
        font-size: 18px;
    }

    .titoloTipoStanzaPrenotazione{
        margin-left: 5px;
        margin-right: 5px;
    }

    .titoloPrenotazioneInviata{
        margin-left: 5px;
        margin-right: 5px;
    }

    .titoloPagAnticipato{
        margin-left: 5px;
        margin-right: 5px;
    }

    .sottoTitoloTipoStanzaPrenotazione{
        padding-left: 5px;
        padding-right: 5px;
    }

    .sottoTitoloEliminaPren{
        padding-left: 5px;
        padding-right: 5px;
    }

    .sottoTitoloTipoPagamentoAnticipato{
        padding-left: 5px;
        padding-right: 5px;
    }

    .sottoTitoloTipoPrenotazioneInviata{
        padding-left: 5px;
        padding-right: 5px;
    }

    .infoSottoTipoStanzaPrenotazione{
        padding-left: 5px;
        padding-right: 5px;
    }

    #btnPrenStanzaCondivisa{
        margin-bottom: 50px;
    }

    #btnVaiASitoParthner{
        margin-bottom: 50px;
    }

    #btnProcediPagAnticipato{
        margin-bottom: 50px;
    }

    #btnPrenotazioneInviata{
        margin-bottom: 50px;
    }

    #btnProcediAnticipatoGift{
        margin-bottom: 50px;
    }

    .ui-datepicker table{
        width: calc( 100% - 10px ) !important;
        margin-left: 5px !important;
    }

    .ui-datepicker{
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 20px !important;
        width: 100% !important;
        margin-bottom: 30px;
    }

    .ui-datepicker td{
        width: 14% !important;
    }

    .ui-state-default{
        margin-left: 0px !important;
        transform: unset !important;
        height: unset !important;
        padding: unset !important;
    }

    #contCalendarioListaOrariaPrenotazione{
        margin-left: unset;
        margin-right: unset;
        width: 100%;
        margin-top: 0px;
    }
    
    #contListaOrariPrenotazione{
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
        padding-bottom: 5px;
    }

    .elemListaOrariPren{
        width: calc( 100% - 10px );
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .ui-datepicker-next:hover span{
        background-image: url("/css/images/icona_calendario_destro.png") !important;
    }
    
    .ui-datepicker-prev:hover span{
        background-image: url("/css/images/icona_calendario_sinistro.png") !important;
    }

    
    .elemListaOrariPren:hover{
        box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px 0px;
    }

    .elemListaOrariPren[selezionato="true"]{
        margin-bottom: 30px;
        box-shadow:  0 0 12px 1px #005AAE;
    }

    .testoSlotDisponibiliListaOrariPren{
        min-width: unset;
        float: unset;
        margin-left: 20%;
    }

    #contCalendarioNumeroGiocatoriPrenotazione{
        width: 100%;
        margin-left: unset;
        margin-right: unset;
        font-size: 18px;
        margin-top: 30px;
    }

    #contConfermaPrenCalendario{
        padding-left: unset;
        padding-right: unset;
        margin-top: 30px;
    }

    #btnConfermaCalendario{
        width: 100%;
        white-space: unset;
        font-size: 16px;
    }

    #contSinistroRiepilPren{
        float: unset;
        width: 100%;
        height: unset;
        aspect-ratio: 1 / 0.6;
        min-height: unset;
    }

    #contDestroRiepilPren{
        float: unset;
        width: 100%;
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 50px;
    }

    #contImgOverlapPren{
        width: 70%;
        transform: unset;
        left: 15Vw;
        top: unset;
        bottom: -30px;
    }

    #testoAvventuaOverlapPren{
        display: none;
    }

    #testoRiepilogoDesktopPren{
        display: none;
    }

    #testoAvventuraMobilePren{
        display: inline-block;
        color: #000000;
        width: 100%;
        text-align: left;
        font-family: fontStealFish;
        text-align: center;
    }

    #testoAvventuraMobilePren .categoriaAvventuraPrenotazione{
        font-size: 24px;
    }

    #testoAvventuraMobilePren .titoloAvventuraPrenotazione{
        font-size: 48px;
        font-family: unset;
        line-height: 55px;
    }

    .contIntPrenRecapFlex{
        display: block;
    }

    .contDatiRiepilogo{
        width: 100%;
    }

    .domandaRiepilogoPren{
        text-align: center;
    }

    .rispostaRiepilogoPren{
        text-align: center;
    }

    #btnModificaPrenotazione{
        width: 100%;
    }

    #testoInserisciDatiPren{
        text-align: center;
    }

    .inputInserisciITuoiDati{
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
        text-align-last: center; 
        -webkit-text-align-last: center;
    }

    #btnPrenotaOraPrenotazione{
        width: 100%;
        margin-bottom: 30px;
        margin-top: 20px
    }

    #contRiepilogoPrenotazione{
        display: inline-block;
    }

    #iconPrenotazioneInviata{
        margin-top: 50px;
    }

    .imgLogoEliminaPren{
        margin-top: 20px;
    }

    #btnEliminaPren, #btnMantieniPren{
        margin-bottom: 50px;
        margin-top: 20px;
    }

    #testoDiscalaimerSeparazioneSquadre, #testoSpostatiAlCinema{
        max-width: unset;
        text-align: center;
        width: 100%;
        margin-right: unset;
    }

    #fasciaIGameMaster{
        display: block;
        margin-top: unset;
        margin-bottom: 100px;
    }

    #fasciagameMasterSinistra{
        width: 100%;
        display: inline-block;
    }

    #titoloIGameMaster{
        font-size: 30px;
        text-align: center;
    }
    
    #sottoTitoloIGameMaster{
        font-size: 50px;
        text-align: center;
    }
    
    #paragrafoIGameMaster{
        font-size: 16px;
        text-align: center;
    }

    #btnScopriGameMasterHome{
        font-size: 16px;
        margin-left: 50%;
        transform: translateX(-50%);
        float: unset;
        text-align: center;
    }

    #fasciaGameMasterDestra{
        width: 100%;
        margin-top: 30px;
    }

    .contListaGm{
        width: 45%;
    }

    #contScritteSliderHome{
        top: 45%;
    }
    
    #titoloScritteSLiderHome{
        font-size: 22px;
        margin: 0px;
    }
    
    #sottoTitoloScritteSLiderHome{
        font-size: 34px;
    }

    #contMainLiveChat{
        right: 2%;
        bottom: 2%;
        width: 96%;
        height: calc(100% - 100px);
    }
}
