@charset "utf-8";

/* +++++++++++++++++++++++++
KINESI LAB LANDING CSS
+++++++++++++++++++++++++ */

/* reset elementi */

body,
html,
div,
a,
h1,
h2,
h3,
h4,
p,
li,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: normal;
}


::-webkit-scrollbar {
    display: none !important;
}

p {
    line-height: 130%;
    color: #707070;
    font-size: 17px;
    margin-bottom: 15px;
}

li {
    font-size: 17px;
    margin-bottom: 5px;
}

p strong {
    color: black;
    font-family: b-2;
}

li strong {
    color: black;
    font-family: b-2;
}

p:last-child {
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.container-80 {
    width: 85%;
    margin: 0 auto;
    max-width: 1700px;
}

@media (max-width:990px) {

    .container-80 {
        width: 87%;
    }

    p {
        font-size: 15px;
        margin-bottom: 13px;
    }
}

/* fonts */

.fade {
    opacity: 0 !important;
}

@font-face {
    font-family: b-1;
    src: url(fonts/basiersquare-regular-webfont.woff2);
}


@font-face {
    font-family: b-2;
    src: url(fonts/basiersquare-bold-webfont.woff);
}


html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: dimgrey;
    overflow-x: hidden;
    font-family: b-1;
    scroll-behavior: smooth;
    background-color: #d6ddd6;
}

body {
    /* --maincolor: #3c6429; */
    --maincolor: #29645d;
    --secondcolor: #a2ba8f;
}


/* ============== NAV =============== */

.logo {
    position: absolute;
    z-index: 100;
    top: 70px;
    left: 7.5%;
}

.logo img {
    height: 60px;
}

.cta_form_fixed {
    position: fixed;
    bottom: 40px;
    right: 7.5%;
    z-index: 100;
    animation: cta_form_fixed 3s infinite;
}

.wpcf7-select option:first-child {
    display: none;
}

.descrizione_approfondita__wrapper .btn .off {
    display: none; 
}

.descrizione_approfondita__wrapper .btn.active .off {
    display: block; 
}

.descrizione_approfondita__wrapper .btn.active .on {
    display: none;  
}

.descrizione_approfondita {
    display: none;
    padding-top: 15px; 
}

.btn--circle {
    background-color: green;
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.btn.btn--shop {
    background-color: #FF9900;
    color: black;
    gap: 10px;
    display: flex;
    align-items: center;
}

.btn.btn--shop img {
    height: 18px;
    width: auto;
    filter: invert(100);
}

.btn--circle img {
    height: 35px;
    width: auto;
}

.disclaimer_cta strong {
    font-family: b-2;
}

@keyframes cta_form_fixed {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

h1 {
    color: var(--maincolor);
    font-family: b-2;
    max-width: 1300px;
    line-height: 120%;
    font-size: 40px;
}

@media (max-width:990px) {
    h1 {
        width: 100%;
        font-size: 25px;
    }
}


.navigazione {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media(min-width:768px) {
    .navigazione {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

.navigazione__container {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1700px;
}

.navigazione__container__logo {
    height: 130px;
    width: auto;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}


@media(max-width:1250px) {
    .navigazione__container__logo {
        height: 100px;
    }
}


.navigazione_menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navigazione_link a {
    color: white;
    margin-left: 40px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 18px;
}

.navigazione_link a:hover {
    color: var(--maincolor);
}

.navigazione_link {
    display: flex;
    align-items: center;
}

.navigazione_lingue {
    padding-left: 30px;
}

.navigazione_lingue li {
    display: inline;
    list-style: none;
    margin: 0;
}

.navigazione_lingue ul {
    margin: 0;
    padding: 0;
}



.navigazione--scroll {
    height: 75px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
}

.navigazione__container__logo--2 {
    display: none;
}

.navigazione--scroll .navigazione__container__logo--1 {
    display: none;
}

.navigazione--scroll .navigazione__container__logo--2 {
    display: block;
}


.navigazione--scroll .navigazione_link a {
    color: black;
}

.navigazione--scroll .navigazione__container__logo {
    height: 35px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.logo {
    height: 50px;
    width: auto;
}

.burger,
.close {
    display: none;
}

.navigazione_mobile__cta {
    display: none;
}

.navigazione_link .navigazione_mobile__cta a {
    padding: 0;
    border: none;
}

.navigazione_mobile__cta a img {
    height: 22px;
}

.navigazione_mobile__cta a {
    display: flex;
    gap: 7px;
}

.navigazione_link .navigazione_mobile__cta .footer_contatto {
    margin-bottom: 5px;
    padding: 12px 20px;
    border-radius: 15px;
    color: white;
    background-color: var(--maincolor);
    display: flex;
}

.hero__text__content__logo img {
    height: 200px;
    margin-bottom: 50px;
}


@media(max-width:1100px) {
    .navigazione_menu {
        gap: 15px;
    }

    .navigazione_link a {
        margin-left: 12px;
    }

    .navigazione_link a:first-child {
        margin-left: 0;
    }
}


@media(max-width:768px) {

    .navigazione_link a {
        color: black;
    }

    .navigazione_link a:last-child {
        border-bottom: none;
    }

    .navigazione_link a:hover {
        color: black;
    }

    .navigazione_mobile__cta {
        display: block;
    }

    .navigazione_lingue {
        padding-left: 0;
        margin-top: 30px;
    }

    .navigazione_lingue ul {
        padding-left: 0;
        display: flex;
        width: 100%;
        gap: 20px;
    }

    .navigazione_lingue li {
        display: inline-block;
        width: auto;
        padding: 0;
        border: none;
    }

    .navigazione_link .navigazione_lingue a {
        display: block;
        padding: 0;
        border: none;
        font-size: 16px;
        margin-left: 0;
    }

    .navigazione_link {
        display: block;
        position: fixed;
        height: calc(100% - 60px);
        width: 100%;
        background-color: white;
        top: 60px;
        left: 0;
        padding: 30px 20px;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        overflow-y: scroll;
        transform: translateY(-30px);
    }

    .close div:nth-child(1) {
        transform-origin: center;
        transform: rotate(90deg);
        background-color: var(--maincolor);
        width: 100%;
        height: 3px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .close div:nth-child(2) {
        transform-origin: center;
        transform: rotate(90deg);
        background-color: var(--maincolor);
        width: 3px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .close {
        transform: rotate(45deg);
        height: 35px;
        width: 35px;
        position: relative;
    }

    .navigazione_link.navigazione_link--show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navigazione_link a {
        display: block;
        padding: 25px 0;
        border-bottom: 1px solid #dedede;
        font-size: 16px;
        margin-left: 0;
    }

    .burger {
        display: block;
        width: 35px;
        margin-right: 0;
    }

    .burger div {
        height: 3px;
        background-color: var(--maincolor);
        margin-bottom: 7px;
        width: 100%;
    }

    .burger div:last-child {
        margin-bottom: 0;
    }

    .navigazione__container__logo {
        height: 24px;
    }

    .navigazione--scroll .navigazione__container__logo {
        height: 24px;
    }

    .navigazione__container__logo--2 {
        display: block;
    }

    .navigazione__container__logo--1 {
        display: none;
    }

    .navigazione--scroll .navigazione__container__logo--1 {
        display: none;
    }

    .navigazione--scroll .navigazione__container__logo--2 {
        display: block;
    }


    .navigazione {
        background-color: white;
        height: 60px;
    }

    .navigazione--scroll {
        height: 60px;
    }

    .btn {
        padding: 8px 22px;
    }

    .container-90,
    .container-80,
    .navigazione__container {
        width: calc(100% - 40px);
    }

}


/* hero */

img {
    display: block;
}

.hero {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero__darker {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.15);
}

.hero video {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero__text {
    color: white;
}

.hero__text p {
    color: white;
}

.hero__text {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.hero__text__content {
    max-width: 800px;
    animation: hero__text__content 1.2s ease;
}

@keyframes hero__text__content {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    30% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero__text h1 {
    color: white;
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 110%;
    font-family: b-2;
}

.hero__text h2 {
    color: white;
    font-size: 25px;
}



@media(max-width:1250px) {
    .hero__text h1 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .hero__text h2,
    .recensioni h2 {
        font-size: 21px;
        margin-bottom: 25px;
    }

}

@media(max-width:990px) {
    .hero__text h1 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .hero__text h2,
    .recensioni h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }

}

@media(max-width:768px) {
    .hero__flex {
        flex-wrap: wrap;
    }

    .hero {
        min-height: auto;
        padding-top: 90px;
        margin-bottom: 30px;
    }

    .hero {
        height: 100vh;
    }

    .hero__text__content__logo img {
        height: 100px;
        margin-bottom: 30px;
    }


}


/* ============== HERO =============== */







@media (max-width:1250px) {

    .cta_form_fixed {
        right: 5%;
    }

    .container-80 {
        width: 90%;
    }

    .hero__img img {
        width: 55vw;
        max-width: 55vw;
    }

    /* .hero__img img {
        width: 50vw;
    } */
}

.btn--circle {
    display: none;
}

@media (max-width:990px) {

    .cta_form_fixed--whatsapp .btn--circle {
        display: flex;
    }

    .cta_form_fixed--whatsapp .btn {
        display: none;
    }

    .cta_form_fixed {
        position: fixed;
        bottom: 10px;
        right: 50%;
        z-index: 100;
        animation: none;
        width: auto;
        transform: translateX(50%);
    }

    .cta_form_fixed.cta_form_fixed--whatsapp {
        transform: translateX(0);
        right: 5%;
    }

}

@media (max-width:768px) {

    .cta_form_fixed--whatsapp .btn--circle {
        display: flex;
    }

    .cta_form_fixed--whatsapp .btn {
        display: none;
    }
}




.btn {
    padding: 9px 35px;
    /* background-color: var(--maincolor); */
    background-color: var(--maincolor);
    border-radius: 100px;
    color: white;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-family: b-1;
    font-size: 18px;
}

.btn--small {
    padding: 10px 25px;
    font-size: 17px;
}

.btn--shop {
    display: flex;
    align-items: center;
    gap: 10px
}

.btn--shop img {
    height: 20px;
    width: auto;
    filter: invert(100);
}

.btn:hover {
    opacity: 0.8;
    color: white;
    /* transform: scale(1.035); */
}

.btn.btn--preventivo--fixed:hover {
    /* transform: scale(1) !important;  */
}

.btn.btn--purple {
    /*  background-color: var(--secondcolor); */
    background-color: #e8bb09;
    -webkit-box-shadow: 0px 5px 20px 0px #424242;
    -moz-box-shadow: 0px 5px 20px 0px #424242;
    -o-box-shadow: 0px 5px 20px 0px #424242;
    box-shadow: 0px 5px 20px 0px #424242;
}

.btn.btn--purple img {
    margin-right: 10px;
    transform: translateY(-3px);
}

h .btn--prodotto--grigio {
    background-color: #E0E0E0;
    color: black;
}

.btn--prodotto--grigio:hover {
    color: black;
}

/* cta shop */

.cta_shop__container {
    max-width: 1300px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 30px;
    width: 85%;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(255, 153, 0, 0.4);
    box-shadow: 0px 0px 30px 5px rgba(255, 153, 0, 0.4);
}

.cta_shop__container .intro {
    margin-bottom: 25px;
}

.cta_shop__container__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
}

.cta_shop__container__dx {
    padding-left: 20px;
    border-left: 1px solid #ccc;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media(max-width:768px) {

    .cta_shop__container__dx {
        padding-left: 0;
        border-left: none;
        height: auto;
        display: block;
    }

    .cta_shop__container__grid {
        grid-template-columns: 1fr;
    }
}

/* PER IGOR: cambio colore pulsanti */

/* pulsante preventivo fixed */

.btn--preventivo--fixed {
    background-color: #2e9926 !important;
    position: fixed;
    bottom: 30px;
    right: 50%;
    z-index: 100;
    /* colore di scorta alternativo 'giallo amazon': #e8bb09 */
}


@media(min-width:990px) {
    .btn--preventivo--fixed {
        transform: translateX(50%);
    }
}


.btn--preventivo--fixed--whatsapp {
    display: none;
}

/*pulsante  preventivo flottante  */
.btn--preventivo {
    background-color: #2e9926 !important;
    /* colore di scorta alternativo 'giallo amazon': #e8bb09 */
}


@media(max-width:768px) {
    .btn--preventivo--fixed--whatsapp {
        display: flex;
        height: 55px !important;
        width: 55px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 100;
        background-color: #2e9926;
    }

    .btn--preventivo--fixed--desktop {
        display: none;
    }
}

/* pulsante acquista ora */

.btn--acquista {
    background-color: #FF9900 !important;
}

/* pulsante video apertura popup */

.btn--video {
    background-color: #e30a0a !important;
}

@media (max-width:990px) {
    .btn {
        padding: 8px 21px;
        font-size: 15px;
    }
}

@media (max-width:768px) {
    .btn {
        padding: 8px 20px;
        font-size: 15px;
        width: 100%;
        text-align: center;
    }
}



/* ============== tabella_comparativa.php TABELLA COMPARATIVA =============== */

.tabella_comparativa__flex {
    display: flex;
    overflow-x: scroll;
}

.tabella_head {
    width: 16%;
    min-width: 250px;
}

.tabella_col {
    width: 28%;
    border-left: 1px solid #ddd;
    min-width: 300px;
}

.tabella_col .btn {
    margin-top: 10px;
}

.tabella_col__item--white {
    color: white;
    font-size: 18px;
    font-family: b-2;
}

.spacer--20 {
    height: 15px;
}

.tabella_head__item--img,
.tabella_col__item--img {
    height: 280px !important;
}

.tabella_col__item img {
    max-height: 250px;
    max-width: 100%;
}

.tabella_head__item {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.tabella_head__item:nth-child(odd),
.tabella_col__item:nth-child(odd) {
    background-color: #f5f5f5;
}

.tabella_head__item:nth-child(1),
.tabella_col__item:nth-child(1) {
    /* background-color: white; */
}

.tabella_col__item {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

.tabella_col__item.tabella_col__item--descrizione {
    display: block;
    padding: 15px;
}

.tabella_col__item.tabella_col__item--descrizione h3 {
    font-size: 18px;
    color: black;
    margin-bottom: 5px;
    font-family: b-2;
}

.tabella_head__item.tabella_head__item--descrizione {
    padding: 15px 0;
}

.tabella_col__item.tabella_col__item--descrizione ul {
    margin-left: 20px;
}

.tabella_col__item.tabella_col__item--descrizione li {
    margin-left: 10px;
}

.tabella_col__item--title {
    font-family: b-2;
    color: black;
}

.tabella_head__item {
    color: black;
}


.tabella_col__item--prezzo {
    font-family: b-2;
    color: var(--maincolor);
}

.tabella_head__item--descrizione,
.tabella_col__item--descrizione {
    height: auto;
}

.mobile_scroll_x {
    display: none;
    margin-bottom: 20px;
}

@media (max-width:1200px) {
    .mobile_scroll_x {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }

    .mobile_scroll_x__move {
        width: 90px;
        height: 1px;
        overflow: hidden;
        position: relative;
    }

    .mobile_scroll_x__move__inner {
        width: 100%;
        height: 100%;
        background-color: black;
        position: absolute;
        top: 0;
        right: 0;
        animation: mobile_scroll_x__move__inner 2s ease infinite;
    }

    @keyframes mobile_scroll_x__move__inner {
        0% {
            transform: translateX(100%);
        }

        50% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }
}

/* ============== video_multipli.php VIDEO MULTIPLI  =============== */

.video__img {
    position: relative;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
}

.video__img__ico img {
    height: 60px;
    width: auto;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.video__img__ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
}

.video__img:hover .video__img__ico img {
    transform: scale(1.2);
}

.video_multipli__titolo {
    padding-top: 15px;
    color: black;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}


/* ============== preventivi.php PREVENTIVI =============== */

.preventivi_content {
    display: none;
}

.preventivi_content--active {
    display: block;
}

.preventivi_head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.preventivo_descrizione {
    margin-bottom: 20px;
    line-height: 110%;
}

.preventivi_head__item {
    padding: 10px 30px;
    border-radius: 100px;
    border: 2px solid var(--maincolor);
    white-space: nowrap;
    font-family: b-2;
}

.preventivi_head__item:hover {
    cursor: pointer;
    border-color: var(--maincolor);
}

.preventivi_head__item--active {
    color: white;
    background-color: var(--maincolor);
    border-color: var(--maincolor);
}

.preventivi_content {
    background-color: var(--maincolor);
    border-radius: 15px;
    animation: preventivi_content 1s ease
}

@keyframes preventivi_content {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.preventivi_content__inner {
    display: flex;
    justify-content: center;
    gap: 3%;
    padding: 30px;
    flex-wrap: wrap;
}

.preventivo {
    width: 30%;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #dedede;
    background-color: white;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.25);
}

.preventivo img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.preventivo__titolo {
    color: black;
    font-size: 19px;
    font-family: b-2;
}

.preventivo .btn {
    background-color: purple;
}

@media(max-width:1500px) {}

@media(max-width:1250px) {}

@media(max-width:990px) {
    .preventivo {
        width: 45%;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .preventivi_head {
        justify-content: flex-start;
        overflow-y: hidden;
        width: 100vw;
        transform: translateX(-5vw);
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 0;
    }

    .preventivi_head__item {
        padding: 8px 15px;
    }

    .preventivi_content {
        width: 100vw;
        transform: translateX(-5vw);
        border-radius: 0;
    }

    .preventivo {
        width: 100%;
        min-width: 80vw;
        margin-bottom: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .preventivi_content__inner {
        padding: 15px;
        flex-wrap: nowrap;
        overflow-y: hidden;
        justify-content: flex-start;
    }
}

.swiper-pagination-bullet {
    background-color: black;
    height: 12px;
    width: 12px;
}

/* ============== foto-testo.php COLONNA FOTO TESTO =============== */

.foto_immagine {
    margin-top: 10vh;
}

.foto_immagine:first-child {
    margin-top: 0;
}

.foto_immagine_grid {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.foto_immagine_grid--dx {
    justify-content: flex-end;
}

.foto_immagine__img {
    width: 45%;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.19);
    border-radius: 20px;
}

.foto_immagine__img img {
    width: 100%;
}

.foto_immagine_grid--sx .foto_immagine__img img {
    border-radius: 20px;
}

.foto_immagine_grid--dx .foto_immagine__img img {
    border-radius: 20px;
}

.foto_immagine__linea img {
    border: 1px solid #ccc;
    border-radius: 100px;
}

.linea_immagine {
    width: 100px;
    height: 1px;
    background-color: #ccc;
}

.foto_immagine__linea img {
    height: 40px;
}

.foto_immagine__linea {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

.foto_immagine__linea--sx {
    transform: translateX(-20px);
}

.foto_immagine__linea--dx {
    transform: translateX(20px);
}

.foto_immagine__testo h2,
.banner_testo h2,
.foto_immagine__testo h3 {
    color: black;
    margin-bottom: 30px;
    font-family: b-2;
    font-size: 27px;
    line-height: 130%;
}

.foto_immagine__testo ul {
    margin-left: 10px;
}

.foto_immagine__testo li {
    margin-left: 10px;
}

.foto_immagine__testo {
    width: calc(50% - 100px);
}

@media (max-width:1500px) {
    .foto_immagine__img {
        width: 50%;
    }

    .foto_immagine__testo {
        width: 45%;
    }

    .foto_immagine__linea {
        display: none;
    }

    .foto_immagine_grid {
        justify-content: space-between;
    }
}



@media (max-width:990px) {

    .foto_immagine {
        margin-top: 50px;
    }

    .foto_immagine_grid {
        justify-content: flex-start;
    }

    .foto_immagine__testo {
        width: 100%;
    }

    .foto_immagine__img img {
        width: 100%;
    }

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

    .foto_immagine_grid--dx {
        flex-direction: column-reverse;
    }

    .foto_immagine__testo h2,
    .foto_immagine__testo h3 {
        color: black;
        margin-bottom: 15px;
        font-size: 19px;
    }

    .foto_immagine_grid--sx .foto_immagine__img img {
        border-radius: 15px;
    }

    .foto_immagine_grid--dx .foto_immagine__img img {
        border-radius: 15px;
    }

}

/* ========== carosello immagini gallery.php ============== */

.dettaglio__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; 
}

.dettaglio_gallery {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    background-color: white;
}

.dettaglio_gallery img {
    object-fit: cover;
    width: 100%;
}

.dettaglio_gallery__titolo {
    padding-top: 15px;
    font-size: 17px;
    text-align: center;
}

@media(max-width:990px) {

.dettaglio__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; 
}
}
@media(max-width:768px) {
    .dettaglio__grid { 
    grid-template-columns: 1fr;
    grid-gap: 15px; 
}
}

/* ============== dettagli.php CAROSELLO DETTAGLI =============== */

section {
    padding: 10vh 0;
    position: relative;
}


.intro {
    color: var(--maincolor);
    text-align: center;
    font-family: b-2;
    font-size: 30px;
    margin-bottom: 45px;
    position: relative;
}

.intro.intro--small {
    font-size: 20px;
    margin-bottom: 15px;
}


.intro--white {
    color: white;
}

.container-article {
    max-width: 990px;
}


@media (max-width:1350px) {
    .intro {
        font-size: 25px;
        margin-bottom: 50px;
        padding: 0 25px;
    }

    .intro:before {
        height: 90px;
        width: 90px;
    }

    section {
        margin-top: 70px;
    }
}

@media (max-width:990px) {
    section {
        margin-top: 50px;
    }

    .intro {
        font-size: 22px;
        margin-bottom: 50px;
        padding: 0 30px;
    }

    .intro:before {
        height: 90px;
        width: 90px;
    }
}

@media(max-width:768px) {

    section {
        padding: 30px 0;
        position: relative;
    }

    .navigazione_menu .btn {
        display: none;
    }

    .intro {
        font-size: 30px;
        margin-bottom: 25px;
    }
}

.dettagli--2 .dettaglio__text {
    background-color: white !important;
}

.dettagli--2 {
    background-color: #eeee;
    padding-top: 8vh;
    padding-bottom: 8vh;
}


.swiper-container {
    width: 100%;
    padding-left: 7.5%;
    padding-right: 7.5%;
}

.swiper-pagination span :not(.swiper-pagination.swiper-fraction span) {
    margin: 0 10px !important;
    height: 12px;
    width: 12px;
    border-radius: 100px;
    background-color: black;
}



.dettagli {
    height: auto;
    position: relative;
}

.modelli_grid_3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.dettaglio {
    background-color: #F5F5F5;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.dettaglio .video_youtube {
    margin-top: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dettagli--icone img {
    max-width: 150px;
    margin-top: 30px;
}

.dettagli--icone .dettaglio__img {
    text-align: center;
}

.dettaglio__img img {
    width: 100%;
}

.dettaglio__text {
    padding: 40px;
}

.dettaglio__text__title {
    display: flex;
    gap: 10px;
}

.dettaglio__text__title .counter {
    background-color: var(--secondcolor);
    height: 30px;
    width: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 100px;
}

.dettaglio__text h3 {
    color: var(--maincolor) !important;
}

.sfondo-bianco {
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.dettaglio__text h2,
.dettaglio__text h3 {
    color: black;
    font-family: b-2;
    font-size: 24px;
    margin-bottom: 20px;
}

.dettaglio__text ul {
    margin-left: 15px;
}

.next,
.prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.next:hover,
.prev:hover {
    cursor: pointer;
}

.next:hover img,
.prev:hover img {
    cursor: pointer;
    border-color: var(--maincolor);
}

.prev img,
.next img {
    border-radius: 100px;
    border: 1px solid gray;
    height: 50px;
}

.prev {
    left: 30px;
}

.next {
    right: 30px;
}

@media (max-width:1350px) {
    .dettaglio__text {
        padding: 25px;
    }

    .dettaglio__text h2,
    .dettaglio__text h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width:990px) {

    .modelli_grid_3col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .dettaglio__text h2,
    .dettaglio__text h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .swiper-container {
        padding-bottom: 50px;
        padding-left: 6.5%;
        padding-right: 6.5%;
    }

    .dettaglio {
        border-radius: 15px;
    }

    .dettaglio__text {
        padding: 20px;
    }

    .next,
    .prev {
        display: none;
    }

    .swiper-pagination span {
        margin: 0 7px !important;
        height: 10px;
        width: 10px;
    }
}

@media(max-width:768px) {
    .modelli_grid_3col {
        display: flex;
        width: 100vw;
        transform: translateX(-5%);
        gap: 15px;
        overflow-x: scroll;
        padding: 0 5%;
    }

    .modelli_grid_3col .dettaglio {
        width: 80vw !important;
        min-width: 80vw !important;
    }
}

/* ============== faq.php FAQ =============== */

.faq_item {
    background-color: white;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.faq_title {
    padding: 25px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: black;
    font-family: b-2;
}

.faq_title:hover {
    cursor: pointer;
}

.faq_title img {
    height: 35px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 100px;
}

.rotate-45 {
    transform: rotate(45deg);
}

.faq_content {
    padding: 0 40px 25px 40px;
    display: none;
    max-width: 1000px;
}

.faq_content a {
    text-decoration: underline;
    color: var(--maincolor);
}

.faq_content--active {
    display: block;
}

.faq_content ul {
    margin-left: 10px;
}

.faq_content li {
    margin-left: 10px;
}

@media (max-width:990px) {
    .faq_title {
        padding: 15px 25px;
        font-size: 15px;
    }

    .faq_title img {
        height: 28px;
        padding: 3px;
    }

    .faq_content {
        padding: 0 25px 15px 25px;
    }

    .faq_content p {
        font-size: 14px;
    }

    .faq_content iframe {
        max-width: 100% !important;
    }

    .faq_title img {
        height: 25px;
        width: auto;
    }
}


/* ====== modelli.php MODELLI ====== */


.modello {
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.65);
}

.modelli_introduzione {
    width: 60%;
    max-width: 1300px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 30px;
    display: flex;
}

.modelli_introduzione--banner_testo img {
    max-height: 85px;
    min-height: 85px;
    min-width: 85px;
}

.modelli_introduzione--banner_testo {
    background-color: white;
    gap: 20px;
}

.modelli_introduzione p strong {
    font-family: b-2;
}

.modelli_introduzione__label_img img {
    max-height: 65px;
    max-width: 65px;
}

.modelli_introduzione p {
    color: #707070;
}

.modelli_introduzione img {
    margin-right: 25px;
}

.modello__label {
    padding: 7px 17px;
    border-radius: 100px;
    text-transform: uppercase;
    color: black;
    font-size: 15px;
    transform-origin: right center;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-bottom: 20px;
    transform: translateX(-50%);
}

.modello__label--verticale {
    color: white;
    position: absolute;
    top: 10px;
    right: 40px;
    left: auto;
    margin-bottom: 0;
    transform: translateX(0);
    transform: rotate(-90deg);
}

.modello:hover {
    border-color: var(--maincolor);
}

.modello__img {
    text-align: center;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.modello__img img {
    max-height: 330px;
    border-radius: 15px;
}

.modello__titolo {
    color: var(--maincolor);
    font-family: b-2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
}

.modello__prezzo {
    color: black;
    font-family: b-2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
}

.modello__descrizione {
    margin-bottom: 30px;
}

.modello__descrizione li {
    margin-left: 10px;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ccc;
}

.modello__descrizione h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: b-2;
    color: black;
}

.modello__descrizione li:last-child {
    margin-left: 10px;
    padding-bottom: 7px;
    margin-bottom: 0;
    border-bottom: none;
}

.modello .btn--prodotto {
    background-color: #e8bb09;
    padding: 12px 28px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.btn--prodotto img {
    height: 21px;
    margin-right: 8px;
    transform: translateY(-3px);
}

.btn--prodotto:nth-child(2) img {
    margin-right: 8px;
}

/* se i modelli sono 2 centrali */
@media (min-width:990px) {
    .due_modelli_centrati {
        display: flex;
        justify-content: center;
    }

}

@media (min-width:1700px) {
    .due_modelli_centrati .swiper-slide {
        width: 30vw !important;
    }

    .due_modelli_centrati .modello__img img {
        max-height: 400px !important;
        border-radius: 15px !important;
    }
}


@media (max-width:1450px) {
    .modelli_introduzione {
        width: 87%;
        padding: 20px;
        border-radius: 15px;
    }
}

@media (max-width:990px) {
    .modelli_introduzione {
        width: 87%;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 15px;
        border-radius: 15px;
        display: block;
    }

    .modelli_introduzione p {
        color: black;
        font-size: 14px;
    }

    .modelli_introduzione img {
        height: 35px;
        margin-bottom: 15px;
    }

    .modello__titolo {
        font-size: 20px;
    }

    .modello__prezzo {
        font-size: 16px;
    }

    .modello__descrizione {
        margin-bottom: 20px;
    }

    .modello {
        padding: 20px;
    }
}

@media (max-width:989px) {
    .modelli .swiper-container {
        display: block;
    }

    .modelli .swiper-wrapper {
        display: block;
    }

    .modello {
        margin-bottom: 20px;
    }
}

@media (max-width:989px) {
    .swiper-wrapper {
        margin-bottom: 15px;
    }
}

@media (max-width:768px) {
    .modello__prezzo {
        font-size: 19px;
    }
}


/* ============== fascia_foto.php FOTO FULL CON TESTO =============== */

.foto_full {
    width: calc(100% - 50px);
    margin: 0 auto;
}


.foto_full__img {
    height: 60vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.foto_full__img:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    height: 70%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(214, 221, 214, 0) 0%, rgba(214, 221, 214, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(214, 221, 214, 0) 0%, rgba(214, 221, 214, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(214, 221, 214, 0) 0%, rgba(214, 221, 214, 1) 100%);

}

.foto_full__text {
    width: 50%;
    max-width: 1100px;
    position: relative;
    z-index: 10;
    top: -7vh;
    margin: 0 auto;
    text-align: center;
}

.foto_full__text h2,
.foto_full__text h3,
.foto_full__text h4 {
    margin-bottom: 30px;
    color: var(--maincolor);
    font-family: b-2;
    font-size: 44px;
}

@media (max-width:1400px) {
    .foto_full__text {
        width: 80%;
        top: -30px;
    }

    .foto_full__text h2,
    .foto_full__text h3,
    .foto_full__text h4 {
        margin-bottom: 20px;
        font-size: 30px;
    }
}

@media (max-width:990px) {

    .foto_full__text h2,
    .foto_full__text h3 {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 115%;
    }

    .foto_full__text {
        width: 85%;
        top: -30px;
    }
}

/* ============== recensioni.php RECENSIONI =============== */

.recensione {
    text-align: center;
}

.recensione__img {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    border: 1px solid #ccc;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 15px;
}

.recensione__titolo {
    color: var(--maincolor);
    font-family: b-2;
    font-size: 20px;
    margin-bottom: 20px;
}

@media (max-width:990px) {
    .recensione__img {
        height: 110px;
        width: 110px;
        margin-bottom: 10px;
    }
}

/* ====== guida.php GUIDA PER NEWSLETTER ====== */

.container-guida {
    background-color: #F5F5F5;
    border-radius: 20px;
    width: 60%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px;
}

.container-guida img {
    max-height: 450px;
}

.container-guida input[type="submit"] {
    background-color: var(--maincolor);
    color: white !important;
    border: none;
    border-radius: 100px;
    font-family: b-1;
}

.container-guida input[type="submit"]:hover {
    background-color: var(--maincolor);
    transform: scale(1.05);
}

@media (max-width:1450px) {
    .container-guida {
        width: 80%;
        padding: 20px;
    }
}

@media (max-width:990px) {
    .container-guida {
        border-radius: 0;
        width: 100%;
        padding: 20px;
    }

    .guida .ebook-container {
        border-radius: 15px;
        border: 1px solid #ccc;
        padding: 15px;
    }

    .container-guida img {
        max-height: 250px;
        text-align: center;
    }

    .container-guida input[type="submit"] {
        font-size: 16px;
        width: 100%;
        padding: 12px 20px;
    }
}

/* ====== video.php video full ====== */

.container-video {
    margin: 0 auto;
    width: 75%;
    max-width: 1350px;
}

.video_youtube {
    position: relative;
    margin-top: 50px;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
}

.video_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:1250px) {
    .container-video {
        width: 90%;
    }

    .video_youtube {
        border-radius: 15px;
    }
}

/**
       * Simple fade transition,
       */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.7;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/* ========== footer end ========== */



.footer_end__logo img {
    max-height: 120px;
    width: auto;
}


.footer_dati {}

.footer_loghi-1 img {
    max-height: 55px;
    width: auto;
}

.footer_loghi-1 {
    margin-bottom: 15px;
}

.footer_loghi-2 img {
    max-height: 100px;
    width: auto;
    margin-right: 7px;
}

.footer_end {
    padding: 10vh 0;
    background-color: var(--maincolor);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: white;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.footer_end p {
    color: white;
}

.footer_end p strong {
    color: white;
    font-weight: 600;
}

.footer_end p a {
    color: black;
    display: inline-block;
    background-color: white;
    padding: 10px 20px;
    border-radius: 100px;
    margin-bottom: 15px;
}

.footer_end p a:last-child {
    margin-bottom: 0;
}

.footer_end__col__title {
    font-family: b-2;
    margin-bottom: 20px;
}

.footer_end ul {
    margin-left: 10px;
}

.footer_end li {
    margin-left: 6px;
}

.footer_recap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    color: white;
    margin-top: 50px;
}

@media (max-width:990px) {
    .footer_end img:nth-child(1) {
        margin-bottom: 30px;
    }

    .footer_end p:last-child {
        margin-bottom: 30px;
    }

    .footer_end img:nth-child(2) {
        margin-bottom: 10px;
    }
}


/* ====== FOOTER CTA ====== */



@media (max-width:990px) {
    .footer_end__logo img {
        max-height: 120px;
        width: auto;
        height: 90px;
    }

}



/* === FORM ==== */

#footer_form .intro {
    font-size: 36px;
}

.wpcf7-text {
    width: 100%;
    border: none;
    padding: 15px;
    color: white;
    font-size: 16px;
    background-color: var(--maincolor);
    border: 1px solid white;
    border-radius: 15px !important;
    font-family: b-1;
    -webkit-appearance: none;
}

.guida .wpcf7-text {
    color: black;
}

.wpcf7-select {
    max-width: 100%;
    min-width: 100%;
    border-radius: 15px;
    padding: 15px;
}

.wpcf7-textarea {
    width: 100%;
    border: none;
    background-color: var(--maincolor);
    padding: 15px;
    color: white;
    border-radius: 15px !important;
    font-family: b-1;
    font-size: 16px;
    max-width: 100%;
    height: 180px;
    overflow-y: scroll;
    border: 1px solid white;
}

.privacy-form {
    font-size: 13px;
}

.form_privacy_text {
    font-size: 14px !important;
}

.form_privacy_text a {
    color: black;
    text-decoration: underline;
}

.form-row {
    color: dimgrey;
    margin-bottom: 0;
}

.form-row label {
    color: white;
}

input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext {
    width: 100%;
    border-color: #ddd;
    border: none;
    padding: 5px;
    color: white;
    background-color: transparent;
    border-bottom: 1px solid white;
    display: none;
    border-radius: 0 !important;
}


input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext:hover,
.wpcf7-textarea:hover,
.wpcf7-text:hover {
    border-color: black !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input[type='radio'],
input[type='checkbox'] {
    clip: rect(1px, 1px, 1px, 1px);
    padding: 10px;
}

input[type='radio'],
input[type='checkbox'] {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50% !important;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: 1px solid gray;
    margin: 0;
    margin-right: 5px;
}

input[type='radio']:checked,
input[type='checkbox']:checked {
    background-color: var(--secondcolor);
    border: 1px solid var(--secondcolor);
}

.form_privacy {
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
}

.form_invia {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.wpcf7-submit {
    background-color: #13a603;
    color: white;
    font-size: 18px;
    padding: 20px 50px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    font-family: b-2;
    border: none;
    border-radius: 100px;
}

.wpcf7-submit:hover {
    cursor: pointer;
    background-color: var(--secondcolor);
    color: white;
}

.privacy-form {
    font-size: 13px;
}

.form-row {}



input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext {
    width: 100%;
    border-color: #ddd;
    border: none;
    padding: 5px;
    color: white;
    background-color: transparent;
    border: 1px solid #aaa;
    display: none;
    border-radius: 0 !important;
}

input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext:hover,
.wpcf7-textarea:hover,
.wpcf7-text:hover {}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

/* errori contact form 7 */

.wpcf7-not-valid-tip {
    font-size: 14px;
    text-transform: uppercase;
    color: red;
    font-family: b-2;
    margin-top: 10px;
}

.wpcf7-not-valid-tip:before {
    content: "↑";
    margin-right: 5px;
}

.wpcf7-response-output {
    border-color: green !important;
    background-color: green !important;
    text-align: center;
    color: white !important;
    font-family: b-2 !important;
}

@media (max-width:768px) {
    #footer_form .intro {
        font-size: 25px;
    }

    #footer_form {
        padding-bottom: 30px;
    }
}

.tabella_head__item.tabella_head__item--descrizione {
    padding-left: 15px !important;
}

@media (max-width: 990px) {

    .hero__text h2 {
        color: white;
        font-size: 21px;
    }

}

@media (max-width: 700px) {
    .hero__text h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .hero__text h2 {
        color: white;
        font-size: 18px;
    }
}

.close {
    opacity: 1;
}

.show--mobile {
    display: none;
}

@media(max-width:768px) {
    .show--mobile {
        display: block;
    }

    .show--desktop {
        display: none !important;
    }

    p,
    li {
        font-size: 15px;
    }

    .foto_full {
        width: 100%;
        margin: 0 auto;
    }

    .faq_item {
        border-radius: 15px;
    }

    .faq_title {
        padding: 15px 15px;
        font-size: 15px;
    }

    .faq_content {
        padding: 0 15px 15px 15px;
    }

    .footer_end__col {
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    }
}





@media (max-width:768px) {

    .navigazione_link a {
        display: block;
        padding: 12px 20px;
        font-size: 16px;
        margin-left: 0;
        margin-bottom: 5px;
        background-color: #d6ddd6;
        border-radius: 15px;
    }

    .navigazione_link a:last-child {
        border-bottom: none !important;
        padding-bottom: 0;
    }

    .link_altre_landing {
        background-color: rgba(0, 0, 0, 0.075);
        padding: 15px;
        border-radius: 15px;
        margin-top: 10px;
    }

    .link_altre_landing a {
        display: block;
        font-size: 15px;
        padding: 15px !important;
        border-radius: 15px;
    }

    .link_altre_landing strong {
        color: black;
    }

    .altre_landing a {
        padding: 8px 15px;
        border-radius: 15px;
        border: 2px solid var(--maincolor) !important;
        width: 100%;
        text-align: center;
    }

    .footer_end p a {
        width: 100%;
        text-align: center;
    }

}

.mobile_scroll_x {
    display: none;
    margin-bottom: 20px;
}

@media (max-width:1200px) {
    .mobile_scroll_x {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }

    .mobile_scroll_x__move {
        width: 90px;
        height: 1px;
        overflow: hidden;
        position: relative;
    }

    .mobile_scroll_x__move__inner {
        width: 100%;
        height: 100%;
        background-color: black;
        position: absolute;
        top: 0;
        right: 0;
        animation: mobile_scroll_x__move__inner 2s ease infinite;
    }

    @keyframes mobile_scroll_x__move__inner {
        0% {
            transform: translateX(100%);
        }

        50% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }
}


.contenuto_form input[type="text"],
.contenuto_form input[type="email"],
.contenuto_form textarea {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.contenuto_form input[type="text"]:hover,
.contenuto_form input[type="email"]:hover,
.contenuto_form textarea:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white !important;
}

.footer_cta_blu p a {
    margin-bottom: 7px;
}

@media(max-width:768px) {
    .footer_cta_blu p a {
        color: white;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 7px;
    }
}

.footer_cta_normal a {
    text-decoration: underline;
}