/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* General */
main p {
    margin: 0 0 1rem;
}
main ul {
    margin-left: 1rem;
}
main ul li {
    margin-bottom: 0.5rem;
}
main .w-image img:not([src*=".svg"]),
main .w-image[class*="ush_image_"] img {
    width: revert-layer;
}
.w-btn:hover {
    padding: 1.0em 1.5em;
}
.w-btn .w-btn-label:after {
    content: "";
    background: transparent;
    display: inline-block;
    /* width: 1px; */
    height: 18px;
    vertical-align: sub;
    transition: all 200ms linear;
}
.w-btn:hover .w-btn-label:after {
    content: "";
    background: url("img/icon-btn.svg") no-repeat;
    width: 24px;
    height: 18px;
    margin-left: 10px;
    vertical-align: sub;
    background-size: 95%;
    transition: all 200ms linear;
}
.box_flex {
    display: flex;
    gap: 1rem;
}

/* Header */
header#page-header .l-subheader.at_middle {
    background: rgba(5, 3, 32, 0.01);
    backdrop-filter: blur(200px);
}
header .l-subheader.at_middle .l-subheader-h {
    max-width: 1450px;
}

/* Menu SX */
header .menu_sx a:before {
    content: "";
    border-radius: 14px;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 2px;
    opacity: 0.8;
    transition: all 200ms linear;
}
header .menu_sx:hover a:before,
header .menu_sx.current-menu-item a:before {
    opacity: 1;
    filter: brightness(1.2);
    transition: all 200ms linear;
}
header .menu_sx.menu_aziende a:before {
    background-color: #0000FF;
    box-shadow: 0 0 0px 3px rgb(0 0 255 / 50%);
}
header .menu_sx.menu_alberghi a:before {
    background-color: #FF00FF;
    box-shadow: 0 0 0px 3px rgb(255 0 255 / 50%);
}
header .menu_sx.menu_comuni a:before {
    background-color: #fff;
    box-shadow: 0 0 0px 3px rgb(255 255 255 / 50%);
}
header#page-header nav.w-nav {
    margin-right: 0;
}
header .empty_space_menu {
    width: 200px;
}
header#page-header .l-subheader-h .w-btn {
    font-size: 15px;
    margin-left: 0;
}

/* Home */
.home main section .wpb_row {
    gap: 8rem;
}
.home main section.l-section.height_medium {
    padding-top: 8rem;
    padding-bottom: 4rem;
}
/* Box Image-Video */
.wpb_row .box_img_video .w-image {
    position: absolute;
    z-index: 9;
}
.wpb_row .box_img_video .w-video {
    border-radius: 50px;
    opacity: 1;
    width: 350px;
    height: 500px;
    filter: brightness(1.5);
}
.wpb_row .box_img_video .w-video .w-video-h {
    height: 100%;
}
.wpb_row .box_img_video .w-video video {
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    object-fit: cover;
}
/* scooter */
.wpb_row .box_img_video_scooter .w-video {
    opacity: 0.5;
    filter: brightness(1);
}
.wpb_row .box_img_video_scooter .w-video video {
    filter: grayscale();
}

/* Hero Home */
#hero_home {
    border-radius: 0 0 50px 50px;
    overflow: unset;
    padding: 200px 25px 150px;
    z-index: 1;
}
#hero_home .wpb_row {
    gap: 3rem;
}
#hero_home .vc_row {
    max-width: 900px;
    margin: auto;
}
#hero_home .vc_row .w-video {
    border-radius: 52px;
    border: 15px solid #03020D;
    /* margin-bottom: -200px; */
    z-index: 999;
    position: absolute;
    bottom: -260px;
}
#hero_home .vc_row .w-video video {
    border-radius: 35px;
}
#hero_home .l-section-video  {
    filter: blur(200px);
    opacity: 0.05;
}
#hero_home .l-section-overlay {
    opacity: 0.1;
    border-radius: 0 0 50px 50px;
}

/* Video 90% - Home */
#banner_90perc {
    overflow: hidden;
}
#banner_90perc .wpb_row {
    position: absolute;
    top: 45%;
    width: 100%;
}
#banner_90perc .container {
    position: relative;
    width: 100vw;
    height: 850px;
}
#banner_90perc .container > .bg-video {
    width: 100%;
    height: 100%;
    filter: blur(100px);
    opacity: 0.5;
}
#banner_90perc .container > .text {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background-color: #000;
    color: #fff;
    font-weight: 800;
    mix-blend-mode: multiply;
    user-select: none;
    text-align: center;
    font-size: 600px;
    line-height: 600px;
    padding: 200px 0;
}

/* Middle Video Home */
#middle_video_home {
    min-height: 800px;
    max-width: 1920px;
    margin: auto;
}

/****************/
/* Pagina: FAQs */
/****************/
#faqs .wpb_row {
    gap: 3rem;
}
#faqs.l-section {
    padding: 5rem 25px;
}
#faqs.wpb_row video {
    filter: blur(200px);
    opacity: 0.7;
}
#faqs h3.collection-title {
    display: none;
}
#faqs ul {
    margin: 0;
}
#faqs .helpie-faq.accordions .accordion {
    margin: 0;
}
#faqs ul li.accordion__item {
    background: rgba(193, 193, 219, 0.10);
    margin-bottom: 8px;
    border: 0;
    padding: 0;
    transition: all 200ms linear;
}
#faqs ul li.accordion__item:hover {
    background: #0000FF;
    transition: all 200ms linear;
}
#faqs ul li.accordion__item:has(.active) {
    background: #030214;
}
#faqs .accordion .accordion__item .accordion__header {
    padding: 35px 8%;
}
#faqs ul li.accordion__item .accordion__title {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}
#faqs .helpie-faq.accordions .accordion__header:before,
#faqs .helpie-faq.accordions .accordion__header:after {
    background: #fff;
}
#faqs .accordion .accordion__item .accordion__body {
    padding: 15px 8%;
}
#faqs .accordion .accordion__item .accordion__body p {
    font-size: 14px;
}

/* Contact Form */
.home #contact_form {
    padding-top: 10rem;
}
form.wpcf7-form p {
    margin-bottom: 0;
}
form.wpcf7-form .box_flex>p {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}
form.wpcf7-form .box_flex>div {
    flex: 50%;
}
form.wpcf7-form .box_flex>div input {
    line-height: normal;
}
form.wpcf7-form .box_flex>div p {
    display: grid;
}
form.wpcf7-form p span.wpcf7-form-control-wrap {
    margin: 0 0 20px;
}
form.wpcf7-form p br {
    display: none;
}
form.wpcf7-form .box_flex span[data-name="phone_prefix"] {
    flex: 35%;
}
form.wpcf7-form input[type="submit"] {
    width: 100%;
    margin-top: 10px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7-list-item-label {
    font-size: 12px;
    line-height: 16px;
}
.privacy .wpcf7-form-control.wpcf7-checkbox {
    padding: 0 0;
}
.newsletter,
.privacy  {
    margin: 15px 0 0;
    display: inline-block;
}
.privacy {
    clear: both;
    line-height: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    display: block;
}
.privacy label {
    font-size: 12px;
}
.wpcf7 .privacy input[type="checkbox"] {
    display: inline-block;
    height: 14px;
    margin: 0 5px 0 0;
    width: 14px;
}

/* Animazione Scroll-sticky - sezione "Pacchetto chiavi in mano" - Home */
#section_pacchetti h4 {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 15px;
}
#section_pacchetti p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
#section_pacchetti .w-tabs button.w-tabs-item {
    border-radius: 10px;
    padding: 6px 20px;
    transition: all 200ms linear;
}
#section_pacchetti .w-tabs button.w-tabs-item:hover,
#section_pacchetti .w-tabs button.w-tabs-item.active {
    transition: all 200ms linear;
}
#section_pacchetti .w-tabs button.w-tabs-item:first-child {
    border: 1px solid #00F;
    background: #0000ff26;
}
#section_pacchetti .w-tabs button.w-tabs-item:first-child:hover,
#section_pacchetti .w-tabs button.w-tabs-item.active:first-child {
    background: #00F;
}
#section_pacchetti .w-tabs button.w-tabs-item:nth-child(2) {
    border: 1px solid #FF00FF;
    background: #ff00ff2b;
}
#section_pacchetti .w-tabs button.w-tabs-item:nth-child(2):hover,
#section_pacchetti .w-tabs button.w-tabs-item.active:nth-child(2) {
    background: #FF00FF;
}
#section_pacchetti .w-tabs button.w-tabs-item:last-child {
    border: 1px solid #fff;
    background: #ffffff29;
}
#section_pacchetti .w-tabs button.w-tabs-item:last-child:hover,
#section_pacchetti .w-tabs button.w-tabs-item.active:last-child {
    background: #fff;
    color: black;
}
#section_pacchetti .box_text_cj {
    margin: 10px 0 50px;
}
#section_pacchetti .wpb_row .wpb_column:first-child .box_text_cj:first-child {
    margin-left: 30px;
}
#section_pacchetti .wpb_row .wpb_column:last-child .box_text_cj:first-child {
    margin-left: -30px;
}
#section_pacchetti .wpb_row:not(#animation_scroll) .w-vwrapper {
    min-height: 310px;
}
#section_pacchetti .w-tabs-section:first-child .w-btn {
    background: #00F;
}
#section_pacchetti .w-tabs-section:nth-child(2) .w-btn {
    background: #FF00FF;
}
#section_pacchetti .w-tabs-section:last-child .w-btn {
    background: #fff;
    color: black!important;
}
#section_pacchetti .w-tabs-section:last-child .w-btn:hover .w-btn-label:after {
    filter: invert(1);
}

#cursore_centrale.start_rotation {
    rotate: 0deg;
    animation-name: anim_cursore;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
}
#animation_scroll .box_text_cj {
    opacity: 0;
}
#animation_scroll .box_text_cj.start_opacity {
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
}
#animation_scroll .w-btn-wrapper {
    opacity: 0;
    min-height: 0;
    position: absolute;
}
#animation_scroll .w-btn-wrapper.start_fading {
    opacity: 0;
    transform: scale(0);
    /* display: none; */
    min-height: 0;
    align-items: center;
    position: absolute;
    margin: 0 10%;
    animation-name: anim_button;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 6.2s;
    animation-timing-function: ease-in-out;
}
#animation_scroll .w-vwrapper {
    min-height: 310px;
}
@keyframes anim_cursore {
  0% {
      rotate: 0deg;
  }
  16.7% {
      rotate: 69deg;
  }
  33.4% {
      rotate: 118deg;
  }
  50.1% {
      rotate: 176deg;
  }
  66.8% {
      rotate: 239deg;
  }
  83.5% {
      rotate: 280deg;
      opacity: 1;
      display: block;
      transform: scale(1);
  }
  100% {
      rotate: 360deg;
      opacity: 0;
      display: none;
      min-height: 300px;
      transform: scale(0);
  }
}
#section_pacchetti .start_opacity.boxtext_1 {
    opacity: 0;
    animation-name: anim_boxtext;
    animation-delay: 0s;
}
#section_pacchetti .start_opacity.boxtext_2 {
    opacity: 0;
    animation-name: anim_boxtext;
    animation-delay: 1.4s;
}
#section_pacchetti .start_opacity.boxtext_3 {
    opacity: 0;
    animation-name: anim_boxtext;
    animation-delay: 2.8s;
}
#section_pacchetti .start_opacity.boxtext_4 {
    opacity: 0;
    animation-name: anim_boxtext;
    animation-delay: 4.2s;
}
#section_pacchetti .start_opacity.boxtext_5 {
    opacity: 0;
    animation-name: anim_boxtext;
    animation-delay: 5.6s;
}
@keyframes anim_boxtext {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@keyframes anim_button {
    form {
        opacity: 0;
        display: none;
        transform: scale(0);
    }
    to {
        opacity: 1;
        display: grid;
        transform: scale(1);
        /* min-height: 300px; */
    }
}

/*
#cursore_centrale {
    position: fixed;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    transition: transform 0.3s ease;
    z-index: 10;
}
.box_text_cj {
    display: none;
}*/

/* Footer */
footer#page-footer {
    background: #05031B;
}
footer .wpb_column p,
footer .wpb_column ul li a {
    font-weight: 300;
    font-size: 14px;
}
footer .wpb_column a {
    color: #97999f;
}
footer .wpb_column a:hover {
    color: #fff;
    text-decoration: underline;
}
footer h2.widgettitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

/*********************/
/* Pagina: CHI SIAMO */
/*********************/
#chi_siamo .box_chisiamo {
    border-radius: 30px;
    background: #00F!important;
    padding: 40px;
    max-width: 1140px;
    margin: 0 auto 40px;
}
#chi_siamo .box_chisiamo h1 {
    /* padding: 40px 0; */
}
#chi_siamo .box_chisiamo h1 img {
    vertical-align: middle;
}
@media (min-width: 1024px) {
    #chi_siamo .box_chisiamo {
        padding: 40px 150px;
        border-radius: 1000px;
        margin: 0 auto 80px;
    }
    #chi_siamo .box_chisiamo h1 {
        /* padding: 120px 0; */
    }
    #chi_siamo .box_chisiamo.box_chisiamo_slide_testo,
    #chi_siamo .box_chisiamo.box_chisiamo_solo_testo {
        padding: 150px;
    }
    #chi_siamo .box_chisiamo.box_chisiamo_solo_testo {
        padding: 120px 160px;
    }
    #chi_siamo .box_chisiamo.box_chisiamo_solo_testo p {
        font-size: 24px;
        font-weight: 100;
        line-height: 34px;
    }
    #chi_siamo .box_chisiamo.box_chisiamo_step {
        padding: 80px 100px;
    }
}
.box_chisiamo .box_text_grey {
    border-radius: 20px;
    background: #E2DFFE;
    box-shadow: 0px 0px 4px 0px #E4E2E4;
    padding: 20px;
    margin-left: 0;
}
.box_chisiamo .box_text_grey h4 {
    color: #05031B;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.8px;
}
.box_chisiamo .box_text_grey p {
    font-size: 14px;
    line-height: 20px;
    color: #05031B;
}
.box_chisiamo .box_text_blue {
    border-radius: 20px;
    background: #F0F;
    box-shadow: 0px 0px 4px 0px #E4E2E4;
    padding: 20px;
    margin: 40px 0 0 0;
}
.box_chisiamo .box_text_blue h4 {
    color: white;
}
.box_chisiamo .box_text_blue p {
    color: white;
    font-size: 16px;
    line-height: 20px;
}
.box_chisiamo .box_img_persone img {
    margin: 0;
}
.box_chisiamo .step_box {
    margin: 30px 20px;
}
.box_chisiamo .step_box p {
    color: var(--dark, #05031B);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    z-index: 1;
    min-height: 80px;
    display: grid;
    align-items: center;
}
.box_chisiamo .step_box p:before {
    content: "1";
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 70px;
    font-weight: 800;
    line-height: 120px;
    position: absolute;
    z-index: -1;
    width: 40px;
    left: -25px;
    top: -20px;
    text-align: center;
}
.box_chisiamo .step_box.step_1 p:before {content: "1";}
.box_chisiamo .step_box.step_2 p:before {content: "2";}
.box_chisiamo .step_box.step_3 p:before {content: "3";}
.box_chisiamo .step_box.step_4 p:before {content: "4";}
@media (min-width: 800px) {
    .box_chisiamo .box_text_grey {
        border-radius: 24px;
        padding: 25px;
        margin-left: -60px;
    }
    .box_chisiamo .box_text_blue {
        border-radius: 24px;
        padding: 25px;
        margin: 40px -70px 0 40px;
    }
    .box_chisiamo .box_img_persone img {
        margin: -80px 0 0 80px;
    }
    .box_chisiamo .step_box p:before {
        font-size: 120px;
        line-height: 120px;
        left: -30px;
    }
}
/* Banner Logo con BG Video - Chi siamo */
#banner_logo .w-image {
    position: absolute;    mix-blend-mode: multiply;
    top: 0;
    z-index: 1;
    width: 100%;
    margin: auto;
}
#banner_logo .w-video {
    height: 88%;
    background: #010005;
}
#banner_logo .w-video-h {
    width: 1400px;
    height: 100%;
    margin: auto;
}
#banner_logo .w-image img {
    max-width: 1400px;
    margin: auto;
}
#banner_logo video {
    width: 100%;
    height: auto;
    filter: blur(100px);
    opacity: 1;
}

/* Template Pagine Interne */
.template_pagine #hero_pagina.g-cols.wpb_row.via_grid {
    margin: 0 auto;
}
.template_pagine #hero_pagina h6 .w-text-h {
   border-radius: 24px;
   padding: 2px 15px;
   font-weight: 100;
   font-size: 18px;
}
.template_pagine #hero_pagina h4.w-text:before {
    display: none;
}
.template_pagine #hero_pagina .w-video {
    height: 550px;
}
.template_pagine #hero_pagina .w-video-h {
    height: 100%;
}
.template_pagine #hero_pagina video {
    border-radius: 50px;
}
.template_pagine .g-cols.wpb_row.via_grid {
    max-width: 1300px;
    margin: 8rem auto;
    gap: 8rem;
    align-items: center;
    padding: 0 25px;
}
/* Carousel Loghi */
.carousel_loghi.l-section {
    padding: 0;
    margin: 8rem auto;
}
.carousel_loghi .l-section-h.i-cf {
    max-width: 1700px;
}
.carousel_loghi h2 {
    color: #edf1f8;
    font-family: "Plus Jakarta Sans";
    font-size: 125px;
    font-weight: 700;
    line-height: 125px;
}
.carousel_loghi .cols_1 .wpb_text_column {
    position: absolute;
    top: 40px;
    text-align: center;
    width: 100%;
}
.carousel_loghi .cols_1 .l-section.wpb_row,
.carousel_loghi .cols_1 .w-grid.type_carousel {
    mix-blend-mode: darken;
}
.carousel_loghi .w-post-elm.post_image img {
    width: auto;
}
/* Immagini paragrafi */
.template_pagine .wpb_row img {
    border-radius: 40px;
}
.template_pagine .wpb_row .no_radius img {
    border-radius: 0;
}
/* Titoletti paragrafi */
.template_pagine .wpb_row h4.w-text {
    display: flex;
    align-items: center;
}
.template_pagine .wpb_row h4.w-text:before {
     content: "";
     /* background: url("img/icon-aziende.svg") no-repeat; */
     width: 30px;
     height: 32px;
     display: inline-block;
     padding-right: 18px;
     vertical-align: sub;
     background-size: contain;
}

/******************/
/* Pagina Aziende */
/******************/
#aziende.template_pagine #hero_pagina h6 .w-text-h {
    background: #00F;
}
#aziende.template_pagine .wpb_row h4.w-text:before {
    background: url("img/icon-aziende.svg") no-repeat;
    background-size: contain;
}
#aziende.template_pagine .carousel_loghi.l-section {
    background: #0000FF;
}
/*******************/
/* Pagina Alberghi */
/*******************/
#alberghi.template_pagine #hero_pagina h6 .w-text-h {
    background: #FF00FF;
    color: #000;
}
#alberghi.template_pagine .wpb_row h4.w-text:before {
    background: url("img/icon-alberghi.svg") no-repeat;
    background-size: contain;
}
#alberghi.template_pagine .carousel_loghi.l-section {
    background: #FF00FF;
}
/*****************/
/* Pagina Comuni */
/*****************/
#comuni.template_pagine #hero_pagina img {
    border-radius: 0;
}
#comuni.template_pagine #hero_pagina h6 .w-text-h {
    background: #fff;
    color: #000;
}
#comuni.template_pagine .wpb_row h4.w-text:before {
    background: url("img/icon-comuni.svg") no-repeat;
    background-size: contain;
}
#comuni.template_pagine .carousel_loghi.l-section {
    background: #fff;
}

/* Card Mezzi */
#card_mezzi .g-cols.wpb_row.via_grid {
    margin: 2rem auto;
    gap: 1rem;
    padding: 0;
}
#card_mezzi .w-iconbox {
    border-radius: 40px;
    border: 2px solid #FFF;
    background: #03020D;
    min-height: 160px;
    display: grid;
    padding: 0;
    align-items: center;
    transition: all 200ms linear;
    width: auto;
    /* max-width: fit-content; */
    margin: auto;
}
#card_mezzi .w-iconbox a.w-iconbox-link {
    padding: 20px 30px 0;
}
#card_mezzi .w-iconbox .w-iconbox-meta a.w-iconbox-link {
    padding: 0 30px 10px;
}
#card_mezzi .w-iconbox:hover {
    background: #0000FF;
    transition: all 200ms linear;
}
#card_mezzi .wpb_column.has-link:hover .w-iconbox {
    background: #0000FF;
    transition: all 200ms linear;
}
#card_mezzi .w-iconbox-icon {
    font-size: 8rem!important;
}
#card_mezzi .wpb_row img {
    border-radius: 0;
}
#card_mezzi h5.w-iconbox-title {
    font-weight: 400;
    font-size: 18px;
}
/* Card Mezzi - Pagina */
.card_mezzi_pagina#card_mezzi .g-cols.wpb_row.via_grid {
    margin: 8rem auto;
    max-width: 1350px;
    padding: 0 20px;
    gap: 2rem;
}
.card_mezzi_pagina#card_mezzi .w-iconbox {
    padding: 0 30px;
}
.card_mezzi_pagina#card_mezzi .wpb_column.has-link:hover .w-iconbox {
    background: #0000FF;
    transition: all 200ms linear;
}
.card_mezzi_pagina#card_mezzi .w-iconbox a.w-iconbox-link {
    padding: 50px 40px 0;
}
.card_mezzi_pagina#card_mezzi .w-iconbox .w-iconbox-meta a.w-iconbox-link {
    padding: 0 0;
}
.card_mezzi_pagina#card_mezzi h5.w-iconbox-title {
    font-size: 26px;
    text-align: left;
}
.card_mezzi_pagina#card_mezzi .w-iconbox .w-iconbox-text {
    padding: 0 0 30px 0;
    text-align: left;
    font-size: 14px;
}
/* Pagamenti Disponibili */
.template_pagine #pagamenti_disponibili .g-cols.wpb_row.via_grid {
    margin: 2rem auto;
    gap: 8rem;
    padding: 0;
}
.template_pagine #pagamenti_disponibili img {
    border-radius: 0;
}

/* Template pagine Mezzi */
.template_mezzi {
    background: #000000;
}
.template_mezzi #hero_pagina h6 .w-text-h {
   border-radius: 0;
   padding: 0;
   font-size: 26px;
}
.template_mezzi #hero_pagina h1.w-text {
   font-weight: 100;
}
.template_mezzi #hero_pagina .w-video {
    height: 490px;
}
.template_mezzi #hero_pagina video {
    border-radius: 0;
}
.template_mezzi .wpb_row img {
    border-radius: 0;
}
.template_mezzi .wpb_row h2,
.template_mezzi .wpb_row h6 {
    font-weight: 100;
}
.template_mezzi .wpb_row h6 {
    font-size: 26px;
    line-height: 34px;
}
.template_mezzi .wpb_row p {
    margin-bottom: 15px;
}
/* Titoletti paragrafi */
.template_mezzi .wpb_row h4.w-text:before {
     display: none;
     padding-right: 0;
}
/* BG Middle */
section.bg_middle_template_mezzi.l-section {
    max-width: 1920px;
    margin: auto;
    background-size: 100%!important;
    min-height: 610px;
    padding: 6% 25px 0;
    background-color: #000000!important;
}
.bg_middle_template_mezzi .g-cols.vc_row {
    max-width: 1250px;
    margin: auto;
}
.bg_middle_template_mezzi .wpb_row h2 {
    font-weight: 100;
}
#GALLERY {
    background-color: #000000;
}
.home #GALLERY {
    background-color: transparent;
}

/**************/
/* Pagina App */
/**************/
/* Animazione Hero App */
@keyframes anim_titolo {
  from {
      max-width: 530px;
  }
  to {
      max-width: 450px;
      transform: translate(0px, 0px);
      text-align: left;
      font-size: 22px;
      line-height: 26px;
  }
}
@keyframes anim_titolo_span {
  from { margin: 0 16%; }
  to   { margin: 0; }
}
@keyframes anim_ul {
  from {
      gap: 2rem;
      justify-content: center;
  }
  to {
      transform: translate(0px, 0px);
      float: none;
  }
}
@keyframes anim_ul_li {
  from {
      float: left;
  }
  to {
      float: none;
  }
}
@keyframes anim_video {
  from {
      opacity: 0; visibility: hidden; transform: scale(0.8);
  }
  to {
      opacity: 1; visibility: visible; transform: scale(1);
  }
}
.animazione_hero#hero_app_anim h1 {
    max-width: 530px;
    text-align: center;
    font-size: 30px;
    transform: translate(66%, 50px);
    animation-name: anim_titolo;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
}
.animazione_hero#hero_app_anim h1 span {
    margin: 0 16%;
    display: block;
    animation-name: anim_titolo_span;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
}
.animazione_hero#hero_app_anim ul {
    gap: 2rem;
    justify-content: center;
    transform: translate(29%, 50px);
    animation-name: anim_ul;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
}
.animazione_hero#hero_app_anim ul li {
    float: left;
    margin-right: 40px;
    animation-name: anim_ul_li;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
}
.animazione_hero#hero_app_anim .type_carousel {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    margin-top: -50%;
    animation-name: anim_video;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
    animation-timing-function: ease-in-out;
}
.animazione_hero#hero_app_anim .l-section-video {
    filter: blur(100px);
}
/* Slider App */
#slider_app {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.card_slide_app .usg_vwrapper_1 {
    padding-top: 30px;
}
.card_slide_app .usg_vwrapper_1 h6 {
    margin-bottom: 20px;
}
.card_slide_app.w-grid.type_carousel .post_content p {
    font-size: 16px;
    line-height: 24px;
}
.card_slide_app.w-grid.type_carousel .owl-nav {
   position: absolute;
   right: 120px;
   bottom: -120px;
   /* width: 100%!important; */
   display: flex;
   justify-content: end;
   column-gap: 1.5rem;
}
.card_slide_app.w-grid.type_carousel .owl-nav button {
    position: relative;
}


/************************/
/* Pagina Approfondisci */
/************************/
#approfondisci.template_pagine #hero_pagina.g-cols.wpb_row.via_grid {
    max-width: 1300px;
    margin: 0 auto;
    gap: 6rem;
    align-items: center;
    padding: 0 25px;
}
#approfondisci.template_pagine #hero_pagina.g-cols.wpb_row.via_grid h1 {
    width: fit-content;
    margin: 0 0 10px 0;
    font-weight: 600;
}
#approfondisci.template_pagine #hero_pagina.g-cols.wpb_row.via_grid h2 {
    font-weight: 600;
}
#approfondisci.template_pagine #hero_pagina.g-cols.wpb_row.via_grid h1 .w-text-value:after {
    content: "";
    background: #00F;
    height: 18px;
    width: auto;
    display: block;
    margin-top: -20px;
}
#approfondisci.template_pagine.template_mezzi #hero_pagina .w-video {
    height: 520px;
}
#approfondisci.template_pagine.template_mezzi .wpb_row img {
    border-radius: 40px;
}
#approfondisci.template_pagine.template_mezzi .wpb_row .no_radius img {
    border-radius: 0;
}
#approfondisci.template_pagine .graph_section.g-cols.wpb_row.via_grid {
    margin: 8rem auto;
    gap: 8rem;
    align-items: normal;
}
#approfondisci.template_pagine .graph_section.g-cols.wpb_row.via_grid .w-iconbox {
   margin-bottom: 10px;
}
/* Chart */
.ays-chart-charts-main-container text {
   fill: white;
   font-family: inherit;
}
.ays-chart-charts-main-container text:after {
   content: "M";
   display: inline-block;
}
.ays-chart-charts-main-container g g g:first-child rect {
   fill: #000;
   stroke-dasharray: 3;
   stroke-width: 1px;
   stroke: #3a3a3a;
}
