@font-face {
    font-family: futura;
    src: url('../font/futura/futura_medium_bt.ttf');
    font-weight: light;
}
@font-face {
    font-family: futura;
    src: url('../font/futura/Futura_Heavy_font.ttf');
    font-weight: bold;
}
body{
    font-family: futura;
    color: black;
}
a{
    color: inherit;
    transition: 0.3s;
}
a:focus, a:hover{
    text-decoration: none;
    color: #ffda00;
}

h1, h2, h3, h4 {
    color: black;
}
input, textarea {
    background: white!important;
    border: 1px solid #dfdfdf!important;
    box-shadow: none!important;
}
textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
    box-shadow: 0 1px 1px #ffffff inset, 0 0 1px rgb(54 54 54 / 60%) !important;
    outline: 0 none!important;
}
.header_app{
    position: fixed;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    z-index: 100;
    padding: 4%;
}
.sezione_body_right{
     position: relative;
     float: left;
     width: 75%;
     margin-left: 25%;
    z-index: 1;
 }


.preloader{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:100vw;
    height:200vh;
    background:#ffeb3b;
    visibility:hidden;
    opacity:0;
    /*transition:all 0.5s ease;*/
    z-index:99999999999999;
    overflow: auto hidden;
}
.preloader_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    font-size: 2em;
    font-weight: 300;

    color: #2b2b2b;
}


.spinner{
    width: 200px;
    height: 200px;

    border: 2px solid transparent;
    border-top:3px solid #2b2b2b;
    border-radius: 100%;

    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;

    animation: spin 1s infinite linear;
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
         transform: rotate(360deg);
     }
}



.page{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;

    visibility:hidden;
    opacity:0;
    transition:all 0.5s ease;
}

.show{
    visibility:visible !important;
    opacity:1 !important;
    transition:all 0.5s ease;
}


.app_structure{
    position: relative;
    float: left;
    width: 100%;
}
.body_app{
    position: relative;
    float: left;
    width: 80%;
    margin-left: 20%;
}
.container_header{
    position: relative;
    max-width: 1200px;
    margin: auto;
}
.header_contatti{
    float: left;
    position: relative;
    width: 100%;
    padding: 2% 0;
    border-bottom: 1px solid black;
}
.bottone_generico{
    position: relative;
    width: 125px;
    margin: auto;
    padding: 6px 20px;
    line-height: 19px;
    color: black;
    border-radius: 20px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid black;
    background-color: transparent;
}
.bottone_generico:hover{
    background-color: #ffda00;
    border-color: #ffda00;
    text-decoration: none!important;
    text-underline: none!important;
}
.bottoner_header_contatti{
    float: right;
    margin-left: 10px;
}
.header_menu{
    position: relative;
    float: left;
    width: 100%;
}
.div_container_menu{
    position: relative;
    float: right;
    width: 80%;
    max-width: 950px;
    margin-top: 6px;
}
.footer_app{
    position: relative;
    float: left;
    width: 100%;
    background-color: #F7E9E9;
    padding: 4% 2%;
}
.inner_footer_app{
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 90%;
}
.sezione_footer{
    position: relative;
    float: left;
    width: 100%;
}
.sezione_big_footer{
    position: relative;
    float: left;
    width: 40%;
    font-size: 14px;
}
.margin_left_empty_footer{
    margin-left: 30%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.container_swiper_prodotto{
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.gallery-top {
    height: 100%;
    width: 80%;
    float: left;
}
.gallery-thumbs {
    height: 100%;
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.immagine_big_prdotto{
    position: relative;
    border-radius: 50%;
    height: 350px;
    width: 350px;
}
.immagine_small_prdotto{
    position: relative;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.container_swiper_home{
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    margin: 4% 0;
}
.div_info_slider{
    position: absolute;
    bottom: 15%;
    right: 5%;
    text-align: left;
    padding: 2%;
    width: 90%;
    max-width: 550px;
    background-color: white;
    border-radius: 15px;
}
.titolo_slider_home{
    font-size: 25px;
    width: 100%;
    margin-bottom: 0px;
}
.sottotitolo_slider_home{
    font-size: 17px;
    width: 100%;
    margin-bottom: 10px;
}
.text_slider_home{
    position: relative;
    width: 80%;
    font-size: 13px;
    max-width: 360px;
}
.bottone_slider_home{
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
    border-width: 2px;
}
.pagination_home{
    position: absolute;
    bottom: 20px!important;
    width: 100%;
    text-align: left;
    left: 4%!important;
}
.swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    margin: 6px 0;
    display: inline-block;
    border-radius: 0;
    background: #7575756b;
    opacity: 1;
    border: 0;
    transition: 0.3s;
}
.swiper-pagination-bullet-active {
    background: #ffda00;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    color: #ffda00;
}
.sezione_pagina{
    position: relative;
    float: left;
    width: 100%;
    padding: 4% 2%;
}
.inner_sezione_pagina{
    position: relative;
    margin: auto;
    max-width: 90%;
}
.articolo_big{
    position: relative;
    float: left;
    width: 100%;
    margin: 2% 0.5%;
}
.div_container_plus_minus_cart{
    position: relative;
    float: left;
    width: 120px;
}
.barretta_tipologia_articolo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1;
}
.immagine_articolo_anteprima{
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
}
.div_info_articolo_big{
    position: relative;
    float: left;
    width: 38%;
    padding: 3%;
}
.titolo_articolo_big{
    font-size: 23px;
    width: 100%;
    max-width: 250px;
    line-height: 25px;
}
.data_tipologia_articolo{
    position: relative;
    float: left;
    width: 100%;
    line-height: 16px;
    font-size: 13px
}
.mini_desc_articolo_big{
    position: relative;
    float: left;
    width: 100%;
    line-height: 16px;
    font-size: 13px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 4% 10% 4% 0%;
}
.bottone_leggi_tutto{
    margin-top: 10px;
    border-width: 2px;
    font-weight: bold;
    font-size: 14px;
}
.articolo_small{
    position: relative;
    float: left;
    width: 32.3333%;
    margin: 0.5%;
    margin-bottom: 4%;
}
.sezione_immagine_articolo{
    position: relative;
    float: left;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.div_info_articolo_small{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5%;
}
.titolo_articolo_small{
    font-size: 17px;
    width: 100%;
    max-width: 215px;
    line-height: 17px;
}
.container_form{
    text-align: center;
    max-width: 400px;
    margin: 10% auto;
}
.bottone_accedi{
    float: none;
}
.form_login{
    margin-bottom: 2%;
}

.login_error {
    background: #ff8300;
    color: white;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 5px;
}
.container_bottone_centrato{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.bottone_informazioni_corso {
    width: 200px;
    margin-top: 70px;
}
.margin_top_page{
    margin-top: 75px;
}
.immagine_articolo{
    position: absolute;
    top: 0;
    width: 100%;
    height: 300px;
}
.div_top_articolo{
    position: relative;
    float: left;
    width: 70%;
    max-width: 500px;
    padding: 3%;
}
.titolo_articolo{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
}
.sottotitolo_articolo{
    position: relative;
    float: left;
    font-size: 19px;
}
.body_articolo{
    position: relative;
    margin: auto;
    width: 98%;
    max-width: 800px;
    padding-top: 200px;
}
.container_html{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10%;
}
.background_articoli{
    background: white;
}
.sezione_titolo_pagina{
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid black;
    margin-top: 5%;
    padding-top: 2%;
    margin-bottom: 2%;
}
.titolo_categoria_pagina{
    position: relative;
    float: left;
    max-width: 40%;
    font-size: 35px;
}
.descrizione_categoria_pagina{
    position: relative;
    float: right;
    max-width: 50%;
    font-size: 16px;
}
.articolo_categoria{
    position: relative;
    float: left;
    width: 32.3333%;
    margin: 0.5%;
    margin-bottom: 4%;
}
.div_over_articolo{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4%;
    max-width: 60%;
}
.titolo_articolo_categoria{
    font-size: 22px;
    width: 100%;
    margin-bottom: 0px;
}
.sottotitolo_articolo_categoria{
    font-size: 17px;
    width: 100%;
    margin-bottom: 20px;
}
.div_info_articolo_categoria{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5%;
    height: 180px;
    overflow: hidden;
}
.text_tipologia_categoria{
    position: relative;
    float: left;
    width: 100%;
    line-height: 16px;
    font-size: 13px;
    height: 40px;
    overflow: hidden;
}
.altri_articoli{
    position: relative;
    margin: auto;
    width: 98%;
    max-width: 800px;
    border-top: 1px solid black;
    padding-top: 2%;
}
.titolo_altri_articoli{
    position: relative;
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 25px;
}
.altro_articolo_categoria{
    position: relative;
    float: left;
    width: 49%;
    margin: 0.5%;
    margin-bottom: 4%;
}
.div_titolo_chi_siamo{
    position: relative;
    float: left;
    width: 50%;
    height: 500px;
    background: #007EFF;
    padding: 15% 10%;
}
.titolo_chi_siamo{
    position: relative;
    float: left;
    font-size: 35px;
    font-weight: bold;
    color: white;
}
.mini_info_chi_siamo{
    position: relative;
    float: left;
    font-size: 13px;
    color: white;
    line-height: 15px;
}
.immagine_stily{
    position: relative;
    float: left;
    width: 50%;
    height: 500px;
}
.div_immagine_interno{
    position: relative;
    float: left;
    width: 50%;
    height: 2400px;
}
.immagine_interno{
    position: relative;
    float: left;
    width: 100%;
    height: 800px;
}
.div_testo_chi_siamo{
    position: relative;
    float: left;
    width: 50%;
    height: 700px;
    padding: 5% 4%;
}
.titolo_paragrafo_chi_siamo{
    position: relative;
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 25px;
}
.testo_chi_siamo{
    position: relative;
    float: left;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10%;
}
.form_carriere{
    position: relative;
    margin: auto;
    width: 98%;
    max-width: 800px;
    padding-top: 200px;
}
.form_1_2{
    position: relative;
    float: left;
    width: 48%;
    border-radius: 0!important;
    margin: 1%;
    padding: 3%!important;
}
.form_1_1{
    position: relative;
    float: left;
    width: 98%;
    border-radius: 0!important;
    margin: 1%;
    padding: 3%!important;
    background-color: transparent;
}
.container_allega_file{
    position: relative;
    float: left;
    width: 100%;
    margin: 1%;
}
.container_privacy_form{
    position: relative;
    float: left;
    width: 100%;
    margin: 1%;
}
.bottone_invia_carriere{
    border-radius: 0;
    background-color: #B2D8FF;
    border: 0;
    font-size: 20px;
    padding: 10px 40px;
    margin: 1%;
}
.text_privacy_form{
    position: relative;
    float: left;
    margin-top: 9px;
    margin-left: 9px;
    width: 70%;
}
.div_singolo_contatto{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 4%;
    height: 450px;
}
.container_google_maps{
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}
.div_text_contatto{
    position: relative;
    float: left;
    width: 50%;
    background-color: #EFEFEF;
    padding: 8%;
    height: 100%;
}
.container_google_maps iframe{
    width: 100%!important;
    height: 100%!important;
}
.bottone_contattaci{
    background-color: #007EFF;
    color: white;
    border: 0;
    padding: 6px 25px;
    margin-top: 4%;
}
.container_button_menu{
    display: none;
}
.social_footer{
    font-size: 28px;
    margin-right: 8px;
}
.loghi_footer{
    position: relative;
    float: left;
    width: 130px;
    margin-left: 20px;
}
.bottoni_footer{
    font-size: 14px;
}
.bottone_presentazione{
    margin-top: 10px;
    border-color: white;
    color: white;
}
.bottone_presentazione:hover{
    background-color: white;
    color: #007EFF;
}
.div_container_loghi_footer{
    position: relative;
    float: right;
}
.titolo_sezione_home{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
}
.container_news{
    position: relative;
    margin: auto;
    max-width: 1200px;
}
.singolo_articolo{
    position: relative;
    float: left;
    width: 48%;
    margin: 1%;
    margin-bottom: 4%;
    padding: 2%;
    height: 550px;
    overflow: hidden;
}
.data_articolo_categoria{
    font-size: 12px;
}
.bottone_vedi_altro{
    float: none;
    width: 150px;
}

.singola_attivita{
    position: relative;
    float: left;
    width: 31.33333%;
    margin: 1%;
    margin-bottom: 4%;
    padding: 2%;
    border: 1px solid transparent;
    border-radius: 10px;
}
.bottone_vedi_altro_attivita{
    float: none;
    width: 150px;
    margin-top: 15px;
}
.div_small_footer{
    position: relative;
    float: left;
    width: 19%;
    margin-right: 3%;
}
.div_big_footer{
    position: relative;
    float: left;
    width: 31%;
    margin-right: 3%;
}
.logo_footer{
    position: relative;
    float: left;
    width: 100px;
}
.lightborder-top{
    border-top: 1px solid #707070;
    padding-top: 15px;
}
.titolo_sezione_footer{
    position: relative;
    float: left;
    width: 100%;
    font-size: 20px;
}
.div_1_2_footer{
    position: relative;
    float: left;
    width: 50%;
}
.div_1_3_footer{
    position: relative;
    float: left;
    width: 33.3333%;
}
.text_small_footer{
    position: relative;
    float: left;
    width: 100%;
}
.text_medium_footer{
    position: relative;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 17px;
}
.container_social_footer{
    position: relative;
    float: left;
    width: 60%;
}
.icona_social_footer{
    position: relative;
    margin-right: 10px;
    font-size: 18px;
}
.testo_copy{
    position: relative;
    float: left;
    width: 100%;
    font-size: 10px;
}
.container_swiper_footer{
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    margin: 4% 0;
}
.swiper-container-footer{
    width: 90%;
    border-radius: 15px;
}
.div_list_attivita_header{
    position: absolute;
    background-color: #ffffffed;
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 27px;
    padding: 10px 15px;
    border-radius: 0 0 20px 20px;
}
.singola_attivita_header{
    font-size: 17px;
    position: relative;
    background-color: #F2F2F2;
    color: #6F6F6F;
    padding: 9px;
    text-align: center;
    width: 80%;
    margin: auto;
    transition: 0.3s;
}
.singola_attivita_header:hover{
    background-color: #31CFC9;
}
.visualizza_minimenu{
    height: auto;
    opacity: 1;
}
.immagine_top_attivita{
    position: relative;
    float: left;
    width: 100%;
    padding: 10% 0;
}
.titolo_big_attivita{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 54px;
}
.descrizione_attivita{
    position: relative;
    text-align: center;
    font-size: 30px;
    padding: 8% 0;
}
.sezione_singola_informazioni{
    position: relative;
    float: left;
    width: 100%;
    margin: 4% 0;
}
.titolo_sezione_informazioni{
    position: relative;
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
}
.no_height{
    height: auto!important;
}
.descrizione_sezione_informazioni{
    position: relative;
    float: right;
    width: 60%;
    font-size: 24px;
    line-height: 29px;
    padding: 2% 0;
}
.info_sub_map_attivita{
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0;
}
.container_tag_news{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
    overflow: hidden;
}
.singolo_tag_news{
    text-align: center;
    padding: 4px 11px;
    border-radius: 10px;
    background-color: #F7F7F7;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
}
.container_countdown{
    position: relative;
    width: 500px;
    margin: auto;
}
.div_countdown{
    position: relative;
    float: left;
    width: 100%;
    margin: auto;
    background-color: #F7F7F7;
    border-radius: 27px;
    padding: 4%;
}
.div_singolo_time{
    position: relative;
    float: left;
    margin: 1% 2%;
    width: 21%;
}
.text_time{
    text-align: center;
    font-size: 40px;
}
.label_single_time{
    text-align: center;
}
.nome_partita_countdown{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 4%;
}
.tabella_classifica{
    margin-top: 4%;
    position: relative;
    float: left;
    width: 100%;
}
tr{
    border-bottom: 1px solid #707070;
}
.titolo_sezione_pagina{
    margin-top: 20px;
    font-weight: bold;
    font-size: 40px;
    color: #4BBEB5;
    text-align: center;
}
.immagine_top_small{
    position: relative;
    float: left;
    width: 100%;
}
.titolo_banner{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #31CFC9;
    color: white;
    font-weight: bold;
    padding: 2% 5%;
    font-size: 32px;
}
.sezione_testo_storia {
    position: relative;
    float: right;
    width: 100%;
    font-size: 20px;
    line-height: 29px;
    padding: 2% 0;
}
.immagine_sezione_storia{
    position: relative;
    float: left;
    width: 100%;
    padding: 15% 0;
    border-radius: 15px;
}
.container_dirigenti{
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 650px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-template-rows: auto 1fr;
    align-items: center;
}
.container_consiglieri{
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1110px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-template-rows: auto 1fr;
    align-items: center;
}
.singola_persona{
    position: relative;
    float: left;
    width: 100%;
    padding: 5%;
}
.immagine_persona{
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.container_info_persona{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.titolo_persona{
    font-size: 22px;
    margin-bottom: 0;
}
.sottotitolo_persona{
    font-size: 17px;
    margin-bottom: 0;
}
.hr_info_persona{
    position: relative;
    float: left;
    width: 100%;
    margin: 9px 0;
    border-color: #707070;
}
.contatti_info_persona{
    position: relative;
    float: left;
    width: 100%;
}
.container_documenti{
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1110px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-template-rows: auto 1fr;
    align-items: center;
}
.singolo_documento{
    position: relative;
    float: left;
    width: 100%;
    padding: 10% 5%;
}
.immagine_documento{
    position: relative;
    float: left;
    width: 100%;
    padding-top: 40%;
    border-radius: 20px;
}
.info_documento{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.data_documento{
    position: relative;
    float: left;
    width: 90%;
    font-size: 17px;
    margin-bottom: -5px;
}
.titolo_documento{
    position: relative;
    float: left;
    width: 90%;
    font-size: 22px;
    margin-bottom: 0;
}
.icona_download_documento{
    position: absolute;
    right: 0;
    width: 30px;
}
.container_sponsor{
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1110px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    grid-template-rows: auto 1fr;
    align-items: center;
}
.singolo_sponsor{
    position: relative;
    float: left;
    width: 90%;
    padding: 5%;
    background-color: #F7F7F7;
    margin: 5%;
    border-radius: 20px;
}
.immagine_sponsor{
    position: relative;
    float: left;
    width: 40%;
    margin: 5%;
    padding-top: 20%;
}
.info_sponsor{
    position: relative;
    float: left;
    width: 40%;
    margin: 5%;
}
.titolo_partner{
    position: relative;
    float: left;
    width: 100%;
    font-size: 17px;
}
.descrizione_partner{
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
}
.container_singola_squadra{
    position: relative;
    float: left;
    width: 100%;
}
.container_squadra{
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1110px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto 1fr;
    align-items: center;
}
.titolo_squadra{
    position: relative;
    float: left;
    width: 100%;
    font-size: 20px;
    cursor: pointer;
}
.border_squadra{
    font-weight: bold;
}
.nome_giocatore{
    position: relative;
    float: left;
    width: 100%;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
}
.numero_giocatore{
    position: relative;
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 21px;
}
.visualizza_totale_squadra{
    height: auto;
}
.descrizione_articolo{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 8%;
}
.data_articolo{
    position: relative;
    float: left;
    font-size: small;
}
.div_list_attivita_header_mobile{
    position: relative;
    float: left;
    width: 90%;
    height: 0;
    overflow: hidden;
}
.visualizza_minimenu_mobile{
    height: auto;
    margin-bottom: 20px;
}
.container_tabella_classifica{
    overflow-x: auto;
    position: relative;
    float: left;
    width: 100%;
}
.no_padding{
    padding: 0!important;
}
.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 110vh;
    min-width: 177.77vh;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -53%);
}
.container_video_home{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: -12%;
}
.testo_big_center_page{
    position: relative;
    width: 100%;
    margin: 4% auto;
    max-width: 1100px;
    font-size: 23px;
}
.color_background_grey{
    background-color: #F2F2F2;
}
.singolo_servizio_prefessionisti{
    position: relative;
    float: left;
    width: 40%;
    margin: 5%;
    padding: 5%;
    text-align: center;
    background-color: white;
    border-radius: 20px;
}
.titolo_servizio_professionsti{
    font-size: 32px;
    color: #00A598;
    font-weight: bold;
}
.no_margin_bottom{
    margin-bottom: 0;
}
.bottone_acquista_generico{
    background-color: #F7F7F7;
    color: black;
    font-weight: bold;
}
.div_1_2{
    position: relative;
    float: left;
    width: 50%;
}
.numero_carrello{
    position: absolute;
    top: -2px;
    right: -7px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid black;
    color: white;
    background-color: black;
    text-align: center;
    font-size: 9px;
    padding: 1px 0 0 0;
}
.immagine_prodotto_big{
    position: relative;
    width: 400px;
    height: 400px;
    margin: auto;
    border-radius: 50%;
}
.container_info_prodotto{
    position: relative;
    float: left;
    width: 100%;
    padding: 0 8%;
}
.titolo_prodotto{
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 0;
}
.prezzo_prodotto{
    position: relative;
    float: left;
    width: 100%;
    font-size: 19px;
}
.descrizione_mini_prodotto{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.container_sezione_add_prodotto{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.div_container_plus_minus{
    position: relative;
    float: left;
    width: 120px;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ffda00;
    color: #ffda00;
}
.div_aggiungi_al_carrello_prodotto{
    position: relative;
    float: left;
    width: auto;
    background-color: black;
    color: white;
    text-align: center;
    padding: 6px 22px;
    border-radius: 40px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 20px;
    margin-bottom: 50px;
}
.div_aggiungi_al_carrello_prodotto:hover{
    background-color: #ffda00;
    color: black;
}

.help_versioni {
    font-size: 17px;
    float: left;
    width: 100%;
    position: relative;
}

.edit-front {
    background: #ffda00;
    width: 42px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 13px;
    border-radius: 20px;
    margin-top: 16px;
    margin-left: 12px;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.edit-front:hover {
    background-color: black;
    color: #ffda00;
}

.text_quantita{
    position: relative;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    font-weight: bold;
}
.container_prodotti_mini{
    position: relative;
    margin: auto;
    max-width: 900px;
}
.prodotti_correlati{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 50px;
}
.number_product{
    margin: 0 10px;
}
.color_background_green{
    background-color: #0DA598;
}
.color_background_light_grey{
    background-color: #FAFAFA;
}
.color_text_white{
    color: white;
}
.titolo_info_prodotto{
    font-size: 26px;
    font-weight: bold;
}
.testo_info_prodotto{
    position: relative;
    float: left;
    width: 100%;

}
.icon_cart{
    cursor: pointer;
    transition: 0.3s;
}
.icon_cart:hover, .icon_cart:focus{
    color: #ffda00;
}
.elenco_carrello{
    position: relative;
    float: left;
    width: 56%;
    margin-right: 4%;
    background-color: white;
}
.elenco_carrello_padding {
    padding: 7%;
}
.box_carrello_totale {
    padding: 7%;
    margin-top: 30px;
    background-color: #fffcf0;
    position: relative;
    border-radius: 26px;
    display: none;
}
.box_carrello_totale-visible {
    display: block;
}
.riepilogo_carrello{
    position: relative;
    float: left;
    width: 40%;
    background-color: white;
    padding: 4%;
    text-align: center;
}
#form_submit:disabled {
    cursor: not-allowed;
}
.bottone_scelta_pagamento{
    position: relative;
    margin: auto;
    width: 90%;
    border-radius: 20px;
    text-align: center;
    color: white;
    padding: 4%;
    cursor: pointer;
    background-color: black;
}
.bottone_richiedi{
    width: 300px;
}
.text-right{
    text-align: right;
}
.help_sconto {
    line-height: 12px;
    border-bottom: none;
}
.totale_row * {
    margin-bottom: 0;
}
.help_sconto small,
.totale_daily,
.prodotto_cart {
    font-weight: 500;
}
.prodotto_cart a:hover{
    text-decoration: underline!important;
    color: black!important;
}
.label_iva {
    background: #faf2d3;
    border-radius: 7px;
    font-size: 11px;
    padding: 3px 7px;
    font-weight: 200;
}
.empty-cart p {
    margin-bottom: 40px;
}
.empty-cart a {
    font-size: 20px;
    background: #ffda01;
    padding: 10px 20px;
}
.empty-cart a:hover {
    color: #ffda01;
    background: black;
}
.text_codice_sconto {
    position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 40px;
    margin-bottom: 0;
}
.bottone_verifica_sconto {
    width: 100%;
    margin-top: 10px;
}
.titolo_pagina{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: #00A598;
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}
.descrizione_servizi{
    position: relative;
    width: 100%;
    margin: 4% auto;
    max-width: 1100px;
    font-size: 18px;
    text-align: center;
}
.container_servizi_pagina{
    position: relative;
    float: left;
    width: 100%;
}
.singolo_servizio_pagina{
    position: relative;
    float: left;
    width: 23%;
    margin: 1%;
    background-color: white;
    border-radius: 20px;
    padding: 33px 40px;
    text-align: center;
    height: 130px;
}
.titolo_servizio_pagina{
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    vertical-align: middle;
}
.descrizione_servizio_pagina{
    position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 17px;
    margin-top: 10px;
    margin-bottom: 0;
}
.testo_big_center_pagina_footer{
    position: relative;
    width: 100%;
    margin: 4% auto;
    max-width: 1100px;
    font-size: 23px;
    text-align: center;
}
.singolo_operatore{
    padding: 2%;
    position: relative;
    float: left;
    width: 23%;
    margin: 1%;
    height: 300px;
}
.immagine_operatore{
    position: relative;
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.info_operatore{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    line-height: 20px;
}
.mini_sezione_carrello{
    position: relative;
    float: left;
    width: 29.3333%;
    margin: 2%;
    background-color: white;
    border-radius: 40px;
    padding: 3%;
}
.sidenav {
    height: 100%;
    width: 20%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-left: 4%;
    box-shadow: -6px 0 14px 0px #cacaca;
}
.singolo_elemento_menu {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    line-height: 60px;
}
.container_menu_principale{
    position: relative;
    float: left;
    width: 100%;
    margin-top: calc(50vh - 200px);
}
.color_background_light_green{
    background-color: #0DA59827;
}
.underline_special::after{
    position: absolute;
    width: 100%;
    height: 14px;
    left: 0;
    bottom: 1px;
    z-index: -1;
    background-color: #007E79;
    content: '';
}
.down_level{
    z-index: -1;
}
.color_yellow{
    color: #ffda00;
}
.container_video_pagina iframe{
    border-radius: 20px;
}
.banner_newsletter{
    position: relative;
    float: left;
    width: 75%;
    margin-left: 25%;
    background-color: #007E79;
    padding: 4% 2%;
}
.titolo_newsletter{
    position: relative;
    float: left;
    width: 100%;
    color: white;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}
.descrizione_newsletter{
    position: relative;
    float: left;
    width: 100%;
    color: white;
    text-align: center;
}
#mc_embed_signup{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.mc-field-group{
    position: relative;
    float: left;
    width: 25%;
}
.clear{
    position: relative;
    float: left;
    width: 25%;
}
.filed_news{
    position: relative;
    float: left;
    width: 90%;
    border-radius: 20px!important;
    color: #5A5A5A;
    padding: 0 15px!important;
}
#mc-embedded-subscribe{
    background-color: #31CFC9;
    border: 0;
    width: 100%;
    font-weight: bold;
}
.container_ricerca{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.container_barra_ricerca{
    position: relative;
    margin: auto;
    width: 80%;
    max-width: 600px;
    cursor: pointer;
}
.cerca_su_barra_di_ricerca{
    position: absolute;
    right: 7%;
    bottom: 17px;
    font-size: 22px;
}
.form_barra_ricerca{
    height: 60px!important;
}
.no_padding_top{
    padding-top: 0;
}
.bottone_recensioni{
    position: absolute;
    bottom: 10%;
    width: 190px;
}
.text-prezzo{
    margin: 0;
    line-height: 16px;
}
.text-prezzo-scontato{
    font-size: 10px;
    text-decoration: line-through;
}
.text_supersmall_footer{
    position: relative;
    float: left;
    width: 100%;
    font-size: 9px;
    line-height: 11px;
    margin-top: 20px;
}
.div_video_home{
    padding:56.25% 0 0 0;
    position:relative;
    margin-bottom: -15%;
}
.div_dispositivo_medico{
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.popup_newsletter{
    position: fixed;
    display: none;
    width: 80%;
    margin: 16% 10%;
    padding: 5%;
    height: auto;
    z-index: 1005;
    background-color: #007E79;
}
.chiudi_modal{
    position: absolute;
    top: 11px;
    right: 14px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}
.bottone_chiudi_banner{
    position: relative;
    width: 220px;
    background-color: #31CFC9;
    border: 0;
    font-weight: bold;
    border-radius: 50px;
    display: inline-block;
    height: 36px;
    padding: 0 24px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 36px;
    margin-top: 25px;
    cursor: pointer;
}
.container_lingue{
    position: relative;
    float: left;
    width: 94%;
    margin-left: 8px;
}
.header {
    position: fixed;
    width: 20%;
    height: 100%;
    padding: 20px;
    padding-left: 5%;
    background-color: white;
    z-index: 100;
    top: 0;
    left: 0;
}
.sezione_header {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 0 2%;
    box-shadow: 0px 3px 6px #00000029;
}
.inner_sezione_header {
    position: relative;
    max-width: 90%;
    margin: auto;
}
.section_right_header {
    position: relative;
    float: right;
}
.sezione_mini_header_first {
    position: relative;
    float: left;
    width: auto;
    padding: 7px 18px;
    border-left: 1px solid #EDEDED;
    font-size: 13px;
    color: #9D9D9D;
}
.container_logo_header {
    position: relative;
    float: left;
    width: 20%;
}
.logo_header {
    position: fixed;
    width: 135px;
    z-index: 101;
    top: 30px;
    left: 4%;
}
.container_pagine_principali {
    position: relative;
    float: left;
    width: 60%;
}
.inner_container_pagine_principali {
    position: relative;
    margin: auto;
    width: 485px;
}
.pagine_principali_header {
    position: relative;
    float: left;
    padding: 15px 25px;
    cursor: pointer;
}
.container_search_header {
    position: relative;
    float: left;
    width: 20%;
}
.container_carrello_header {
    position: fixed;
    right: 30px;
    z-index: 100;
    top: 35px;
}
.cart_header {
    position: relative;
    float: left;
    font-size: 20px;
    margin-top: 17px;
    margin-left: 8px;
}
.container_button_open {
    display: none;
}
.icon_social{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.footer_navbar{
    position: absolute;
    bottom: 40px;
}
.bar1, .bar2 {
    width: 30px;
    height: 2px;
    background-color: black;
    margin: 8px 0;
    transition: 0.4s;
}
.bottone_lingua {
    width: 25px;
    position: fixed;
    right: 80px;
    z-index: 100;
    top: 41px;
}
.color_background_light_red{
    background-color: #FCF4F4;
}
.container_info_prodotto_home{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 100px;
}
.titolo_prodotto_home{
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 33px;
}
.descrizione_mini_prodotto_home{
    position: relative;
    float: left;
    width: 100%;
    font-size: 20px;
}
.prezzo_prodotto_home{
    position: relative;
    float: left;
    width: 100%;
    font-size: 20px;
}
.immagine_prodotto_big_home{
    position: relative;
    width: 400px;
    height: 400px;
    margin: auto;
    border-radius: 50%;
}
.bottone_big_home{
    float: left;
    width: 160px;
    padding: 10px 20px;
    font-size: 15px;
    margin-top: 20px;
}
.titolo_centrato_home{
    position: relative;
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.text_centrato_home{
    position: relative;
    float: left;
    margin-left: 20%;
    width: 60%;
    text-align: center;
    margin-bottom: 4%;
}
.container_info_circle{
    position: relative;
    float: left;
    width: 100%;
}
.div_1_4{
    position: relative;
    float: left;
    width: 30%;
}
.div_2_4{
    position: relative;
    float: left;
    width: 40%;
}
.single_idea{
    position: relative;
    float: left;
    width: 80%;
    margin-bottom: 14%;
}
.single_idea_right{
    float: right;
}
.img_idea{
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.mini_info_idea{
    position: relative;
    float: left;
    width: calc(100% - 115px);
    margin-left: 15px;
    margin-top: 13px;
    max-width: 240px;
}
.big_img_idea{
    position: relative;
    float: left;
    margin: 0 10%;
    margin-bottom: 5%;
    width: 80%;
    padding-bottom: 80%;
    border-radius: 50%;
}
.big_number{
    position: relative;
    float: left;
    font-size: 200px;
    font-weight: bold;
    color: #D1D1D1;
    line-height: 160px;
    width: 160px;
}
.container_descrizione_big_idea{
    position: relative;
    float: left;
    width: calc(70% - 160px);
    margin-top: 50px;
}
.container_descrizione_big_idea h4{
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 0;
}
.color_background_light_red_gradient{
    background-image: linear-gradient(#FCF4F4, #fdf9f9);
}
.text_registrati_footer{
    position: relative;
    float: left;
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
}
.bottone_iscriviti{
    float: left;
    margin-top: 20px;
}
.sub_footer{
    position: relative;
    float: left;
    width: 100%;
    background-color: #F8F2F2;
    padding: 2%;
    text-align: center;
}
.text_sub_footer{
    position: relative;
    float: left;
    width: 20%;
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
}
.text_small_footer_suerte{
    position: relative;
    text-align: right;
    float: left;
    width: 20%;
    margin-bottom: 0;
    font-size: 12px;
}
.container_prodotti{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 1%;
}
.container_cat {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    grid-template-areas:
    ". . .";
    padding: 15px;
}
.cat {
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 6%);
    border: 1px solid #eaeaead1;
    border-radius: 10px;
}
.cat:hover p {
    display: block;
    color: black;
    transition: .25s color;
}
.cat p {
    display: none;
    /* border: 1px solid; */
    float: right;
    margin-bottom: 0;
    margin-right: 24px;
    background: #fedb00;
    padding: 5px 17px;
    border-radius: 20px;
    margin-top: 7px;
}
.cat h2 {
    display: inline-block;
    font-size: 22px;
    padding: 10px;
    font-weight: 700;
    margin-bottom: 13px;
    max-width: 70%;
}
.cat .cont-img {
    width: 100%;
    padding: 0px 30px 10px;
    top: 0;
    text-align: center;
}
.cat .cont-img .img_anteprima {
    height: 240px;
    object-fit: contain;
}
.banner_categoria {
    background: #fedb00;
    width: 98%;
    height: 270px;
    margin: 75px auto 0px;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 8%);
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover !important;
}
.t-white {
    color: white;
}
.container_filtri {
    margin: 15px auto 20px;
    padding-left: 40px;
}
.container_filtri a,
.container_filtri button {
    border: 1px solid black;
    padding: 10px 20px;
    border-radius: 50px;
    background: transparent;
    transition: 0.3s;
}

.filtro_active {
    background: white !important;
}
.back-search {
    /* display: block; */
    border: 1px solid #d0d0d0;
    /* width: 100%; */
    padding: 9px 13px;
    border-radius: 50px;
    float: left;
    margin-top: 1%;
    font-size: 12px;
    margin-right: 10px;
}
.back-search:hover{
    background: #ffda00;
    color: black;
    border: 1px solid black;
}

.search-btn {
    border: 1px solid #dfdfdf;
    padding: 9.5px 16px 9.5px 11px;
    border-radius: 50px;
    float: left;
    margin-top: 1%;
    font-size: 12px;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    border-left: none;
}
.search-btn:hover{
    background: #ffda00;
    color: black;
}
.container_filtri *:hover {
    transition: 0.3s;
    background: white;
    color: black;
}
.banner_categoria h1 {
    font-weight: bold;
    bottom: 0;
    padding-top: 160px;
    padding-left: 40px;
    font-size: 64px;
}
.banner_categoria h1.btns {
    padding-top: 110px;
}
.singolo_prodotto{
    position: relative;
    float: left;
    width: 32.3333%;
    margin: 0.5%;
    height: 550px;
}
.titolo_prodotto_mini{
    position: relative;
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 23px;
}
.sezione_immagine_prodotto{
    position: relative;
    float: left;
    width: 100%;
    height: 260px;
}
.desc_prodotto_mini{
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
    height: 140px;
    overflow: hidden;
}
.div_info_prodotto{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5%;
}
.bottone_acquista_prodotto_mini{
    float: left;
    margin-left: 15px;
}
.container_sub_prodotto{
    position: relative;
    float: left;
    width: 100%;
}
.prezzo_prodotto_mini{
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 17px;
    margin: 2px 0 0 0;
}
.text_quantita{
    position: relative;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    font-weight: bold;
}
.container_prodotti_mini{
    position: relative;
    margin: auto;
    max-width: 900px;
}
.prodotti_correlati{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 50px;
}
.singolo_articolo_large{
    position: relative;
    float: left;
    width: 98%;
    margin: 1%;
    margin-bottom: 4%;
    padding: 2%;
    height: 450px;
    overflow: hidden;
}
.immagine_articolo_anteprima_large{
    position: relative;
    float: left;
    width: 60%;
    height: 400px;
}
.div_info_articolo_categoria_large{
    position: relative;
    float: left;
    width: 30%;
    margin: 7% 5%;
}
.titolo_articolo_categoria_large{
    font-size: 20px;
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
}
.sottotitolo_articolo_categoria_large {
    font-size: 15px;
    width: 100%;
    margin-top: 20px;
}
.mappa{
    position: relative;
    float: left;
    width: 100%;
    height: 500px;
    /* margin-left: 5px; */
    margin-top: -50px;
    top: 0;
}
.div_contatti{
    position: relative;
    float: left;
    width: 80%;
    margin-top: -100px;
    padding: 5%;
    border-radius: 0px 20px 0px 0px;
    background-color: white;
}
.div_contatti h4{
    font-weight: bold;
}
.info_contatti{
    font-size: 18px;
    margin-bottom: 40px;
}
.no_padding{
    padding: 0;
}
.text_checkbox {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    margin-top: 8px;
    margin-left: 5px;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    line-height: initial;
}
.bottone_privacy {
    float: left;
    width: 15px;
    box-shadow: none;
    accent-color: #ffda00;
}
input.bottone_privacy:focus {
    box-shadow: none!important;
}
.inner_sezione_pagina {
    position: relative;
    margin: auto;
    max-width: 1300px;
    padding: 0 4%;
}
.container_form_registrazione {
    position: relative;
    width: 80%;
    margin: auto;
    text-align: center;
}
.sezione_nascosta {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none;
}
.bottone_iscriviti_form {
    width: 100%;
    max-width: 200px;
    float: initial;
}
.container_gia_registrato {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.divider_form {
    position: relative;
    float: left;
    width: 100%;
}
.container_assistenza {
    position: relative;
    float: left;
    width: 100%;
    margin: 5% 0;
    padding: 4%;
}
.titolo_pagina_azienda {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
}
.container_list_assistenza {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    text-align: center;
}
.singola_sezione_faq {
    position: relative;
    float: left;
    width: 100%;
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    padding: 4% 2%;
    margin-top: 15px;
}
.table_ordini{
    position: relative;
    float: left;
    width: 100%;
}
.only_mobile{
    display: none;
}
.swiper-container-home{
    width: 95%;
    height: 80vh;
    position: absolute;
    top: 0;
    border-radius: 12px;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2%;
}

.intro-home {
    position: absolute;
    width: 95%;
    /* z-index: 100; */
    margin-top: 87vh;
    margin-left: 3%;
    /* margin-right: auto; */
    font-size: 20px;
}
.intro-home > h1 {
    background-color: #323232;
    font-size: 70px;
    border-radius: 20px;
    color: #ffffff;
    padding: 34px;
    font-weight: bold;
    display: inline-block;
    width: 60%;
}

.intro-home > h3 {
    font-size: 23px;
    border-radius: 20px;
    color: white;
    padding: 34px;
    display: inline-block;
    line-height: 35px;
    width: 60%;
}
.player-home {
    background: antiquewhite;
    padding: 30px 40px;
    border-radius: 20px;
}

.player-home iframe{
    border-radius: 20px;
}
.about-home {
    display: inline-block;
    margin-top: 30px;
    padding: 20px 23px;
    background: #ffda00;
    border-radius: 75px;
    font-size: 30px;
}
.about-home:hover {
    background: black;
}

h3.alt {
    background: transparent;
    color: #000000;
    width: 100%;
    margin-top: 0;
    /* border: 1px solid; */
    line-height: 35px;
    padding: 20px 0px;
}
h3.alt2 {
    margin-top: 30px;
    color: black;
    /* padding: 0; */
    padding-top: 0;
    margin-bottom: 7%;
}

.img-row-home {
    width: 37%;
    vertical-align: top;
    border-radius: 20px;
    margin-left: 2%;
    max-height: 320px;
    object-fit: contain;
    background: #ffeb03;
}


.swiper-container-prodotti {
    width: 98%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
}

.video_principale_pagina{
    position: absolute;
    width: 100%;
    height: 100%;
}
.container_info_slider_home {
    position: absolute;
    right: 8%;
    bottom: 8%;
    text-align: right;
    background-color: #00000059;
    min-width: 40%;
    color: white;
    padding: 4%;
    border-radius: 8px;
}

.title_drop {
    cursor: pointer;
    color: black;
    background: no-repeat;
    border: none;

}

.bc_separator {
    margin-left: 10px;
}

span:not(.bc_separator){
    transition: .15s all;
}

.title_drop:hover span:not(.bc_separator){
    color: #ffda00;
    transition: .15s all;
}

.title_drop:hover img {
    filter: invert(0.8) sepia(1) hue-rotate(357deg) saturate(5.5);
    transition: .15s all;
}

.container_inner_swiper {
    position: absolute;
    width: 100%;
    height: 100%;
}
.img_swiper_top {
    position: absolute;
    width: 100%;
    height: 100%;
}
.container_info_slider_home h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0;
    color: white;
}
.container_info_slider_home p {
    font-size: 25px;
    color: white;
}
.container_info_slider_home .bottone_generico{
    width: auto;
    font-size: 12px;
    padding: 8px 27px;
    color: #ffda00;
    border-color: #ffda00;
    float: right;
}
.container_info_slider_home .bottone_generico:hover{
    color: black;
}
.container_swiper_about{
    position: relative;
    float: left;
    width: 40%;
    height: 30vh;
}
.container_swiper_about.container_alt {
    padding: 0 0 0 5%;
    width: 45%;
    margin-top: 10%;
}

.swiper-about{
    height: 140%;
    border-radius: 14px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.swiper_home_second {
    width: 37% !important;
    padding: 0!important;
    margin-right: 3% !important;
    margin-top: 3% !important;
}

.container_text_right{
    position: relative;
    float: left;
    width: 50%;
    margin: 10% 0;
    padding: 0 5%;
}
.container_text_right h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
.container_text_right h2{
    font-size: 25px;
    margin-bottom: 0;
}
.container_text_right h3{
    font-size: 20px;
    margin-bottom: 0;
}


.container_text_left{
    position: relative;
    float: left;
    width: 50%;
    padding: 0 5%;
}
.container_text_left h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
.container_text_left h2{
    font-size: 25px;
    margin-bottom: 0;
}
.container_text_left h3{
    font-size: 20px;
    margin-bottom: 0;
}

.container_text_full{
    position: relative;
    float: left;
    width: 90%;
    margin: 10% 0 5% 0;
    padding: 0 5%;
}
.container_text_full.container_full_bottom{
    margin: 0% 0 10% 0;
}

.container_text_full h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
.container_text_full h2{
    font-size: 25px;
    margin-bottom: 0;
}
.container_text_full h3{
    font-size: 20px;
    margin-bottom: 0;
}

.row_container_new {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 60px;
}

.container_descrizione_pagina_full{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 3%;
}

.container_descrizione_pagina{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15%;
}
.container_descrizione_prodotto{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15%;
    height: 330px;
    overflow: hidden;
}
.gradientback {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: 50px;
    cursor: pointer;
    background-image: linear-gradient(#f000, white);
}
.freccia_apri_text {
    position: absolute;
    bottom: -10px;
    float: left;
    width: 100%;
    text-align: center;
    color: #000000!important;
    font-size: 26px;
    margin-bottom: 0;
}
.container_clients{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5%;
}
.immagini_clients {
    float: left;
    width: 15%;
    margin: 5%;
    height: 50px;
}
.container_immagini_left{
    position: relative;
    float: left;
    width: 50%;
}
.img_singola_page{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 2%;
}
.bottone_info{
    float: left;
    width: auto;
    margin-top: 5%;
    font-size: 15px;
    padding: 10px 30px;
}
.contenuto_sede{
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
    width: 100%;
}
.contenuto_sede_l{
    padding-top: 150px;
}
.titolo_sede{
    position: relative;
    float: left;
    width: 30%;
    font-weight: bold;
}
.titolo_contatti_mobile {
    display: none;
}
.mini_info_sede{
    position: relative;
    float: left;
    width: 20%;
    text-decoration: none;
    list-style: none;
}
.info_sede{
    position: relative;
    float: left;
    width: 50%;
    text-decoration: none;
    list-style: none;
    padding-left: 0;
}
.info_sede_big{
    font-size: 20px;
}
.form{
    position: relative;
    float: left;
    width: 100%;
    margin-left: -1%;
}
.container_rent{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5vh;
}
.titolo_rent{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.sottotitolo_rent{
    position: relative;
    float: left;
    margin-top: 1.5%;
    margin-bottom: 2%;
    margin-left: 2%;
    width: initial;
}

.btn_rent_evidenza {
    margin-top: 1.5%;
    margin-bottom: 2%;
    float: right;
    width: auto;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    text-align: center;
    padding: 6px 22px;
    border-radius: 40px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 10px;
}
.btn_rent_evidenza:hover {
    background: black;
}
#form_query {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.dropdown{
    float: left;
    position: relative;
    margin-top: 5%;
}
.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
    width: 11px;
    margin-right: 3px;
}

.dropdown-content{
    margin-top: 30px;
    z-index: 200;
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 280px;
    box-shadow: 6px 7px 10px 0px rgb(0 0 0 / 7%);
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    line-height: 30px;
    border-bottom: 1px solid black;
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    transition: .3s;
}
.dropdown-content a:hover{
    color: #ffda00;
}
#myDropdown_4{
    min-width: 200px;
}
.prodotto_singolo {
    height: 18em;
    float: left;
    width: 23%;
    margin: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
    -webkit-box-shadow: 16px 17px 36px -12px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 16px 17px 36px -12px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.search_cat {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.search_cat input {
    border-radius: 20px;
    padding-left: 18px;
    border-end-end-radius: 0;
    border-start-end-radius: 0;
}
.property-image {
    height: calc(100% - 30px);
    width: 100%;
    padding: 1em 2em;
    position: absolute;
    top: 0;
    text-align: center;
}
.img_anteprima{
    position: relative;
    width: 80%;
    margin: auto;
    z-index: 10;
}
.property-description {
    z-index: 99;
    background-color: #FAFAFC;
    height: 15em;
    width: 100%;
    position: absolute;
    bottom: -9em;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 0.5em 1em;
}

.svuota-carrello {
    background: black;
    border-radius: 20px;
    padding: 4px 12px;
    color: white;
    font-size: 12px;
}


.prodotto_singolo:hover .property-description {
    height: 22em;
}

.prodotto_singolo:hover .descrizione_mini_prodotto {
    opacity: 100%;
}

.prodotto_singolo:hover .add_to_list {
    opacity: 100%;
}

.titolo_mini_prodotto {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 25px;
}
.categoria_mini_prodotto{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.badge-prezzo {
    z-index: 99;
    margin-top: 10px;
    margin-left: 10px;
    background: #ffda00;
    display: inline-block;
    width: 110px;
    text-align: center;
    border-radius: 20px;
    color: #272727;
    font-size: 12px;
    padding: 5px 5px;
    line-height: 15px;
}

.descrizione_mini_prodotto{
    font-size: 12px;
    margin-top: 14px;
    width: 100%;
    line-height: 15px;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.add_to_list{
    position: relative;
    float: left;
    font-size: 10px;
    font-weight: 700;
    margin: 10px 0;
    transition: .3s;
    cursor: pointer;

    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.add_to_list:hover{
    text-decoration: underline;
    color: #ffda00;
}
.img_principale_prodotto{
    position: relative;
    float: left;
    width: 99%;
    margin: 0.5%;
    margin-left: 10px;
}
.img_galleria_prodotto{
    position: relative;
    float: left;
    width: 49%;
    margin: 0.5%;
}
.container_consigliati{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10%;
}
.container_consigliati h4{
    font-size: 20px;
}

.container_associati{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.container_associati h4{
    font-size: 20px;
}

.prodotto_correlato {
    position: relative;
    float: left;
    width: 31.3333%;
    margin: 1%;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
    -webkit-box-shadow: 16px 17px 36px -12px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 16px 17px 36px -12px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.immagine_prodotto_correlato{
    position: relative;
    float: left;
    width: 80%;
    height: 90px;
    background-size: contain!important;
    margin: 10%;
}
.intro_prodotto_correlato{
    position: relative;
    float: left;
    width: 100%;
    padding: 5%;
    height: 130px;
}
.prodotto_active{
    background-color: black;
    color: white;
}
.intro_prodotto_correlato .add_to_list{
    position: absolute;
    bottom: 0;
    opacity: 100%;
}
.titolo_prodotto_correlato{
    font-weight: bold;
    font-size: 12px;
}
.color_background_light_yellow{
    background-color: #ffda0014;
    border-radius: 26px;
}
.inner_body{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5vh;
}
.dropdown-content a:last-child {
    border-bottom: 0;
}
.video_swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.video_swiper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
}
.toast-success{
    background-color: #ffda00;
}
#toast-container > div {
    color: black;
    opacity: 1;
}
.toast-close-button{
    color: black;
}
#toast-container > .toast-success{
    background-image: none!important;
}
.search_product{
    position: relative;
    float: left;
    width: 30%;
    margin-top: 1%;
}
.img_big_top{
    position: relative;
    float: left;
    width: 100%;
}
.container_text_sub{
    position: relative;
    float: left;
    width: 80%;
    margin-top: 5%;
    margin-left: 10%;
}
.container_text_sub h1{
    font-size: 23px;
}
.container_text_sub .container_descrizione_pagina, .container_descrizione_prodotto{
    margin-top: 0;
}
.menu_por{
    position: relative;
    width: 56px;
    margin-bottom: 14px;
}
.dropdown_header{
    position: absolute;
    top: 55px;
    left: 0;
}
.dropbtn-header{
    margin-left: 5px;
}
.bolder{
    font-weight: bold!important;
    color: #ffda00!important;
}
.underline_special{
    position: relative;
    display: inline-block;
}
.container_bottone_mini_carrello{
    position: relative;
    background-color: #ffda00;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding: 6px 1px 0 0;
    color: black;
}
.container_bottone_mini_carrello .fas{
    font-size: 14px;
    color: black;
}
.container_descrizione_prodotto.open{
    height: auto;
}
.open .gradientback{
    background: none;
}
.open .fa{
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg)
}
.info_sede_mobile {
    display: none;
}
.banner-test {
    background: #1f1f1f;
    padding: 20px;
    border-radius: 20px;
    margin-top: 15px;
    text-align: left;
}
.banner-test h3 {
    color: white;
    font-size: 21px;
    display: inline;
}
.banner-test p {
    color: white;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.1;
    width: 80%;
}
.banner-test i {
    font-size: 25px;
    background: #ffda00;
    padding: 20px;
    border-radius: 50%;
    margin-top: 0;
    float: right;
}

.banner-com {
    box-shadow: 0 0 0 3px #fedb00;
    outline: dashed 3px #3a3a3a;
    background: #fffae2;
}

.banner-com h3 {
    color: black;
}

.banner-com p {
    color: #565656;
}

.banner-com i {
    background: none;
    border: 1px solid #faf1b6;
}

@media (max-height: 740px) {
    .footer_navbar {
        position: relative;
        float: left;
        bottom: initial;
        margin-top: 10px;
    }
    .container_menu_principale {
        margin-top: 110px;
    }
}
@media (max-width: 768px) {
    a:focus, a:hover{
        color: inherit;
    }
    .div_1_2{
        width: 100%;
    }
    .container_info_prodotto_home {
        text-align: left;
    }
    .only_desktop{
        display: none;
    }
    .only_mobile{
        display: block;
    }
    .container_pagine_principali {
        display: none;
    }
    .container_bandiere_desktop{
        display: none;
    }
    .container_search_header {
        position: relative;
        float: right;
        width: auto;
        margin-right: 20px;
    }
    .change .bar1 {
        -webkit-transform: rotate(-30deg) translate(-5px, 1px);
        transform: rotate(-30deg) translate(-5px, 1px);
    }
    .change .bar2 {
        -webkit-transform: rotate(30deg) translate(-5px, -5px);
        transform: rotate(30deg) translate(-5px, -5px);
    }
    .container_carrello_header{
        z-index: 100;
        right: 90px;
        top: 42px;
    }
    .bottone_lingua {
        right: 150px;
        top: 48px;
    }
    .container_button_open {
        display: block;
        position: fixed;
        width: auto;
        max-width: 10%;
        margin: 12px 0;
        z-index: 101;
        right: 4%;
        top: 35px;
    }
    .sezione_pagina{
        padding: 6%;
    }
    .header_app {
        position: fixed;
        width: 100%;
        z-index: 1000;
        background-color: white;
    }
    .div_container_menu {
        display: none;
    }

    .bottoner_header_contatti {
        font-size: 10px;
    }
    .container_swiper_home {
        height: 300px;
        margin: 25px 0 12% 0;
    }
    .pagination_home {
        bottom: 0;
        display: none;
    }


    .intro-home > h1 {
        background-color: #323232;
        font-size: 45px;
        border-radius: 20px;
        color: #ffffff;
        padding: 34px;
        font-weight: bold;
        display: inline-block;
        width: 100%;
    }


    .intro-home {
        position: absolute;
        width: 94%;
        margin-top: 65vh;
        margin-left: 3%;
        font-size: 20px;
    }

    .img-row-home {
        display: none;
    }

    .intro-home > h3 {
        font-size: 20px;
    }


    .div_info_slider {
        padding: 5%;
    }

    .titolo_slider_home {
        font-size: 16px;
    }

    .text_slider_home {
        font-size: 10px;
    }

    .bottone_slider_home {
        font-size: 8px;
    }

    .sezione_immagine_articolo_big {
        width: 100%;
        margin-right: 0;
    }

    .div_info_articolo_big {
        width: 100%;
        padding: 4% 0;
    }

    .articolo_small {
        width: 100%;
        margin-bottom: 6%;
    }

    .div_1_4_footer {
        font-size: 10px;
        margin-bottom: 4%;
    }

    .margin_top_page {
        margin-top: 8%;
    }

    .immagine_articolo {
        height: 200px;
    }

    .body_articolo {
        padding-top: 160px;
        width: 100%;
    }

    .div_top_articolo {
        width: 90%;
    }

    .titolo_articolo {
        font-size: 25px;
    }

    .sottotitolo_articolo {
        font-size: 14px;
    }

    .titolo_altri_articoli {
        font-size: 15px;
    }

    .altro_articolo_categoria {
        width: 100%;
        margin-bottom: 8%;
    }

    .titolo_articolo_categoria {
        font-size: 14px;
    }

    .sezione_titolo_pagina {
        margin-top: 8%;
        margin-bottom: 10%;
    }

    .titolo_categoria_pagina {
        max-width: 100%;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .descrizione_categoria_pagina {
        max-width: 100%;
        font-size: 12px;
    }

    .articolo_categoria {
        width: 100%;
        margin-bottom: 8%;
    }

    .bottone_invia_carriere {
        font-size: 13px;
        padding: 10px 30px;
    }

    .div_titolo_chi_siamo {
        height: auto;
        width: 100%;
    }

    .immagine_stily {
        height: 250px;
        width: 100%;
    }

    .div_immagine_interno {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }
    .immagine_interno {
        width: 100%;
        height: 250px;
    }

    .div_testo_chi_siamo {
        width: 100%;
        height: auto;
        padding: 5% 0;
    }

    .titolo_paragrafo_chi_siamo {
        font-size: 18px;
    }

    .testo_chi_siamo {
        font-size: 12px;
    }

    .container_button_menu {
        display: inline-block;
        cursor: pointer;
        position: fixed;
        left: 30px;
        z-index: 1001;
        top: 30px;
    }
    .change_sidenav {
        width: 250px;
    }

    .sidenav{
        width: 0;
        padding: 0;
        background-color: white;
        display: block;
    }

    .sidenav.change{
        width: 350px;
        padding: 60px 30px;
    }

    .container_google_maps {
        width: 100%;
        height: 300px;
    }
    .div_singolo_contatto {
        height: auto;
        margin-bottom: 60px;
    }
    .div_text_contatto {
        font-size: small;
        text-align: center;
        width: 100%;
    }
    .bottone_contattaci {
        margin: 4% 15% 0 15%;
        float: none;
    }
    .bottoni_footer{
        font-size: 12px;
    }
    .sottotitolo_slider_home {
        font-size: 15px;
    }
    .bottone_vedi_altro_attivita {
        width: 100px;
    }
    .container_swiper_footer {
        height: 300px;
    }
    .div_small_footer {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }
    .div_big_footer {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }
    .text_medium_footer {
        font-size: 13px;
    }
    .text_small_footer {
        font-size: 13px;
        line-height: 19px;
    }
    .div_1_2_footer {
        position: relative;
        float: left;
        width: 45%;
        margin-right: 5%;
    }
    .logo_footer {
        width: 100px;
    }
    .singola_attivita_header {
        font-size: 12px;
        position: relative;
    }
    .titolo_big_attivita {
        font-size: 35px;
    }
    .immagine_top_attivita {
        padding: 15% 0;
    }
    .descrizione_attivita {
        font-size: 15px;
        padding: 8% 5%;
    }
    .container_countdown {
        width: 90%;
    }
    .text_time {
        font-size: 22px;
    }
    .label_single_time {
        font-size: 13px;
    }
    .nome_partita_countdown {
        font-size: 16px;
    }
    .sezione_singola_informazioni {
        margin: 0;
    }
    .descrizione_sezione_informazioni {
        width: 85%;
        font-size: 15px;
        line-height: 22px;
    }
    .titolo_squadra {
        font-size: 16px;
    }
    .container_squadra {
        grid-template-columns: repeat(2, 1fr);
    }
    .descrizione_sezione_informazioni iframe{
        height: 300px!important;
        width: 100%;
    }
    .tabella_classifica td, th {
        padding: 1rem 1rem;
        font-size: 12px;
    }
    .titolo_sezione_pagina {
        margin-top: 50px;
        font-size: 30px;
    }
    .margin_top_page {
        margin-top: 25px;
    }
    .titolo_sezione_informazioni {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 5px;
    }
    .sezione_testo_storia {
        font-size: 16px;
        line-height: 22px;
        padding: 5% 0;
    }
    .immagine_sezione_storia {
        padding: 20% 0;
    }
    .data_documento {
        font-size: 14px;
    }
    .titolo_documento {
        font-size: 18px;
    }
    .immagine_sponsor {
        width: 90%;
        margin: 5%;
        padding-top: 40%;
    }
    .info_sponsor {
        width: 90%;
        margin: 0 5%;
    }
    .singolo_articolo{
        height: 400px;
    }
    .testo_big_center_page{
        font-size: 19px;
    }
    .sezione_body_right{
        width: 100%;
        margin-left: 0;
        z-index: 2;
    }
    .immagine_articolo_anteprima {
        height: 150px;
    }
    .titolo_sezione_home {
        font-size: 21px;
    }
    .sottotitolo_articolo_categoria {
        font-size: 12px;
    }
    .immagine_articolo_anteprima_large {
        width: 40%;
        height: 240px;
    }
    .div_info_articolo_categoria_large {
        width: 50%;
        margin: 0 5%;
    }
    .immagine_operatore {
        width: 100px;
        height: 100px;
    }
    .elenco_carrello{
        width: 100%;
        margin-right: 0;
        padding: 6%;
    }
    .riepilogo_carrello{
        width: 100%;
        margin-top: 5%;
        padding: 6%;
    }
    .mini_sezione_carrello{
        width: 96%;
        margin: 2%;
        padding: 6%;
    }
    .immagine_prodotto_big{
        width: 200px;
        height: 200px;
    }
    .titolo_info_prodotto {
        font-size: 22px;
    }
    .container_sezione_add_prodotto {
        position: relative;
        bottom: 0;
        float: left;
        width: 100%;
    }
    .container_info_prodotto {
        padding: 0;
    }
    .banner_newsletter {
        width: 100%;
        margin-left: 0;
        padding: 5%;
    }
    #mc-embedded-subscribe {
        width: 100%;
    }
    .singolo_servizio_pagina {
        width: 31.3333%;
        padding: 33px 14px;
    }
    .text_centrato_home {
        margin-left: 5%;
        width: 90%;
    }
    .div_2_4 {
        width: 100%;
    }
    .big_img_idea {
        margin: 0 25%;
        width: 50%;
        padding-bottom: 50%;
        margin-bottom: 20px;
    }
    .container_descrizione_big_idea {
        width: calc(100% - 160px);
        margin-bottom: 20px;
    }
    .div_1_4 {
        width: 100%;
    }
    .single_idea {
        float: left;
        width: 46%;
        margin: 2%;
    }
    .img_idea {
        width: 80px;
        height: 80px;
    }
    .mini_info_idea {
        width: calc(100% - 95px);
    }
    .sezione_immagine_prodotto {
        height: 200px;
    }
    .singolo_prodotto {
        width: 49%;
        height: 500px;
    }
    .mappa {
        height: 400px;
        margin-top: 0px;
    }
    .div_contatti {
        width: 100%;
        padding: 6%;
        margin-top: 0;
    }
    .body_app {
        width: 100%;
        margin-left: 0;
    }
    .inner_body {
        margin-top: 140px;
        padding: 0 4%;
    }
    .container_swiper_about {
        height: calc(100vh - 170px);
    }
    .container_text_right h1 {
        font-size: 25px;
    }
    .container_text_right h3 {
        font-size: 18px;
    }
    .container_descrizione_pagina, .container_descrizione_prodotto {
        font-size: 14px;
    }
    .immagini_clients {
        width: 25.3333%;
        margin: 4%;
    }
    .prodotto_singolo {
        width: 31.3333%;
    }
    .prodotto_correlato {
        width: 48%;
    }
    .swiper-container-home {
        width: 93%;
        margin-top: 22%;
        height: 50vh;
    }

    .container_info_slider_home {
        right: 4%;
        bottom: 5%;
        max-width: 90%;
    }

    .intro-home > h3 {
        font-size: 20px;
        width: 100%;
        padding: 3%;
    }
    .about-home {
        width: 100%;
    }

    .player-home {
        padding: 18px 15px;
    }

    .search_product{
        float: left;
        width: 100%;
        margin: 0;
    }
    .titolo_mini_prodotto {
        font-size: 16px;
        line-height: 19px;
    }
    .dropdown {
        margin-top: 7%;
    }
    .logo_header {
        top: 30px;
    }
    .header_mobile{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: white;
        height: 130px;
    }
    .container_text_sub {
        width: 90%;
        margin-left: 5%;
    }
    .container_menu_principale {
        margin-top: calc(50vh - 360px);
    }

    .row_container_new {
        margin-top: 0;
    }

    .container_cat {
        grid-template-columns: 1fr;
        grid-template-areas: ".";
        padding: 26px 2px;
    }

    .search_cat .search_product {
        width: 40%;
        margin-top: 3%;
        margin-bottom: 20px;
    }

    .search_cat .search-btn {
        margin-top: 3%;
    }

    .btn_rent_evidenza {
        margin-right: 5px;
        margin-top: 2.6%;
        padding: 9px 22px;
        display: none;
    }

    .back-search {
        margin-top: 3.1%;
    }

    .banner_categoria {
        min-height: 110px;
        height: initial;

    }

    .cat .cont-img .img_anteprima {
        height: 170px;
    }

    .banner_categoria h1 {
        padding-top: 66px;
        padding-left: 20px;
        font-size: 24px;
    }

    .banner_categoria h1.btns {
        padding-top: 20px;
    }

    .container_filtri {
        padding-left: 20px;
        display: inline-block;
    }

    .container_filtri a {
        font-size: 12px;
        padding: 4px 16px;
        display: inline-block;
        margin-bottom: 6px;
    }
}

@media (max-width: 480px) {
    .singolo_articolo {
        width: 100%;
        height: auto;
        margin-bottom: 10%;
    }

    .singola_attivita {
        width: 96%;
        margin: 2%;
        margin-bottom: 4%;
        padding: 2%;
    }

    .container_swiper_home {
        height: 230px;
    }

    .container_swiper_footer {
        height: 200px;
    }

    .singolo_servizio_prefessionisti {
        width: 90%;
        padding: 6%;
    }

    .titolo_servizio_professionsti {
        font-size: 27px;
    }

    .titolo_banner {
        padding: 3% 5%;
        font-size: 19px;
    }

    .singolo_servizio_pagina {
        width: 96%;
        margin: 2%;
        padding: 6%;
        height: auto;
    }

    .div_1_3_footer {
        width: 100%;
        margin-bottom: 20px;
    }

    .div_1_2 {
        width: 100%;
        margin-bottom: 4%;
    }

    .singolo_operatore {
        width: 48%;
    }

    .elenco_carrello {
        padding: 8%;
    }

    .mini_sezione_carrello {
        padding: 8%;
    }

    .descrizione_newsletter {
        font-size: 12px;
    }

    .mc-field-group {
        width: 100%;
        margin-bottom: 20px;
    }

    .filed_news {
        width: 100%;
    }

    .banner_newsletter {
        padding: 7%;
    }

    .clear {
        width: 100%;
    }

    .container_video_home {
        margin-bottom: -80%;
        z-index: -3;
    }

    .info_operatore {
        line-height: 18px;
        font-size: 12px;
    }

    .singolo_operatore {
        height: 230px;
    }

    .div_video_home {
        margin-bottom: -1%;
    }

    .immagine_prodotto_big_home {
        width: 200px;
        height: 200px;
    }

    .container_info_prodotto_home {
        margin-top: 40px;
    }

    .titolo_prodotto_home {
        font-size: 27px;
    }

    .descrizione_mini_prodotto_home {
        font-size: 14px;
    }

    .text_centrato_home {
        margin-left: 0;
        width: 100%;
        font-size: 14px;
    }

    .big_number {
        font-size: 100px;
        line-height: 95px;
        width: 110px;
    }

    .container_descrizione_big_idea {
        width: calc(100% - 30px);
        margin-left: 28px;
        margin-bottom: 20px;
        margin-top: -61px;
    }

    .single_idea {
        width: 96%;
    }

    .text_sub_footer {
        width: 100%;
    }

    .dropdown-content{
        margin-top: 0;
    }

    .container_social_footer {
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }

    .text_small_footer_suerte {
        text-align: left;
        width: 100%;
        margin-top: 15px;
    }

    .titolo_centrato_home {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .singolo_prodotto {
        width: 100%;
        margin: 0;
        height: auto;
        margin-bottom: 10%;
    }

    .gallery-thumbs {
        display: none;
    }

    .gallery-top {
        width: 100%;
    }

    .immagine_big_prdotto {
        height: 250px;
        width: 250px;
    }

    .div_aggiungi_al_carrello_prodotto {
        float: left;
        margin-top: 20px;
    }

    .desc_prodotto_mini {
        font-size: 12px;
        height: auto;
    }

    .immagine_articolo_anteprima_large {
        width: 100%;
        height: 200px;
    }

    .div_info_articolo_categoria_large {
        width: 100%;
        margin: 10px 0;
    }

    .titolo_articolo_categoria_large {
        font-size: 16px;
    }

    .sottotitolo_articolo_categoria_large {
        font-size: 13px;
    }

    .singolo_articolo_large {
        width: 100%;
        margin: 0;
        height: auto;
        margin-bottom: 10%;
    }

    .immagine_articolo_anteprima {
        height: 200px;
    }

    .titolo_sezione_informazioni {
        font-size: 17px;
        line-height: 24px;
    }

    .info_contatti {
        font-size: 15px;
    }

    .logo_header {
        width: 109px;
        top: 7px;
        left: 10px;
        z-index: 100;
    }

    .container_button_open {
        right: 20px;
        top: 10px;
    }

    .container_carrello_header {
        top: 17px;
        right: 70px;
    }
    .bottone_lingua {
        right: 122px;
        top: 23px;
    }

    .container_info_slider_home h2 {
        font-size: 30px;
    }

    .container_info_slider_home p {
        font-size: 16px;
    }

    .container_info_slider_home .bottone_generico {
        font-size: 10px;
        padding: 4px 10px;
    }

    .container_menu_principale {
        margin-top: 0;
    }

    .footer_navbar {
        position: relative;
        bottom: initial;
        float: left;
        margin-top: 50px;
    }

    .singolo_elemento_menu {
        font-size: 26px;
        line-height: 50px;
    }

    .icon_social {
        margin-bottom: 25px;
    }

    .sidenav {
        background-color: #ffda00;
    }

    .sidenav.change {
        width: 100%;
        padding-bottom: 0;
    }

    .container_swiper_about {
        padding: 3%;
        margin-top: 3%;
        width: 100%;
        height: 250px;
    }

    .swiper-about {
        height: 100%;
    }

    .container_swiper_about.container_alt {
        display: none;
    }


    .container_swiper_about.container_alt > div {
        display: none;
    }

    .container_swiper_about.container_alt > div {
        display: none;
    }



    .container_text_right {
        width: 100%;
        margin-top: 0;
        padding: 5%;
    }

    .inner_body {
        margin-top: 80px;
    }

    .container_text_left {
        width: 100%;
    }

    .sottotitolo_rent {
        font-size: 14px;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    #form_query {
        margin-top: 10px;
    }

    .dropbtn {
        width: 17px;
        margin-top: -7px;
    }

    .dropdown-content a {
        padding: 12px 10px;
        margin: 0 auto;
        font-size: 13px;
        width: 90%;
    }

    .prodotto_singolo {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .container_immagini_left {
        width: 100%;
    }

    .prodotto_correlato {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .container_immagini_left {
        width: 100%;
    }

    .img_singola_page {
        display: none;
    }

    .img_singola_page:first-child {
        display: block;
    }

    .titolo_sede {
        width: 100%;
    }
    .titolo_contatti_mobile{
        position: relative;
        float: left;
        width: 100%;
        font-weight: bold;
        display: initial;
    }

    .mini_info_sede {
        display: none;
    }

    .info_sede {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .info_sede_big {
        display: none;
    }

    .info_sede_mobile {
        display: flex;
        flex-direction: column;
    }

    .info_sede_mobile a{
        background: #ffda00;
        padding: 15px;
        margin-bottom: 10px;
    }


    .form_1_2 {
        width: 98%;
    }

    .bolder {
        color: black!important;
        text-decoration: underline!important;
        text-underline-position: under;
    }
    .dropdown {
        margin-top: 10%;
    }
    .img_anteprima {
        width: 65%;
    }
    .header_mobile {
        height: 80px;
    }
    .dropbtn-header{
        margin-top: -2px;
    }
    .property-description{
        bottom: -8em;
    }
}