body {
    font-family: var(--font-2);
    font-weight: 200;
    font-size: 1.6rem;
    color: var(--colore-5);
}

@media (max-width:990px) {
    body {
        font-size: 1.4rem;
    }
}

img {
    border-radius: initial;
}

strong {
    font-weight: 700;
}

.bg-grigio {
    background-color: #f2f2f2;
}

.bg-grigio-scuro {
    background-color: #e9e9e9;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*NAV MAIN*/
.nav-item {
    margin: 0 12px;
}

.nav-link {
    color: var(--colore-6) !important;
    font-size: 1.3rem;
}

.cta .nav-link {
    background-color: var(--colore-1);
    border-radius: 36px;
    color: #fff !important;
    padding: 5px 35px !important;
}

.cta .nav-link:hover {
    background-color: #871e26;
}

.cta .nav-link:hover:after {
    content: initial;
}

.fixed {
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 50%);
}

@media (max-width:990px) {
    .navbar-brand {
        width: 75%;
    }

    .navbar-brand svg {
        width: 100%;
    }

    .navbar-nav.landing {
        padding-bottom: 50px;
    }

    .nav-link {
        font-size: 1.2rem;
    }
}

/*FOOTER*/
.footer-lp {
    background-color: #fff;
}

.footer-lp ul {
    list-style: none;
    margin-bottom: 50px;
    padding: 0;
}

.footer-lp ul li {
    margin-bottom: 10px;
    margin-bottom: 10px;
    color: var(--colore-6);
    font-size: 1.25rem;
    font-weight: 700;
}

.footer-lp ul li i {
    margin-right: 25px;
    color: var(--colore-1);
}

.footer-lp ul li a {
    color: var(--colore-6);
}

.footer-lp span.social {
    color: #7e7e7e;
    font-size: 2.5rem;
}

.footer-lp ul.social {
    list-style: none;
    margin-bottom: 50px;
    padding: 0;
    display: flex;
}

.footer-lp ul.social li {
    margin-bottom: 10px;
    margin-right: 50px;
}

.footer-lp ul.social li i {
    color: var(--colore-1);
    font-size: 3.25rem;
}

@media (max-width:990px) {
    .footer-lp span.social {
        display: block;
        font-size: 2rem;
    }

    .footer-lp ul.social {
        display: inline-flex;
    }

    .footer-lp ul.social li {
        margin: initial;
    }

    .footer-lp ul.social li i {
        font-size: 2rem;
    }

    .footer-lp svg {
        width: 75%;
    }
}

.iubenda-lp {
    background-color: var(--colore-1);
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    font-size: 1.75rem;
}

.iubenda-lp span {
    margin: 0 10px;
}

.iubenda-lp a,
.iubenda-lp a:hover {
    color: #fff;
}

/* box */
h1 {
    font-size: 4.6rem;
    font-weight: 700;
    color: #616161;
    text-align: center;
    padding-top: 2%;
    line-height: 100%;
    display: flex;
    justify-content: center;
}

h1::before {
    content: initial;
}

h1 a {
    color: #616161;
}

h1.white {
    font-size: 4rem;
    color: #fff;
    padding: 0;
}

h1.thin {
    font-size: 3.8rem;
    font-weight: 200;
}

@media (max-width:990px) {
    h1 {
        font-size: 2.8rem;
    }

    h1.white {
        font-size: 2.8rem;
    }

    h1.thin {
        font-size: 2.6rem;
    }

    .cta-lp h2 {
        font-size: 1.6rem;
    }
}

.evidenziato {
    content: '';
    z-index: -1;
    display: inline-block;
    display: contents;
    height: 85px;
    width: auto;
    color: var(--colore-1);
    animation: fadeIn 5s;
}

.evidenziato.white {
    color: #fff;
    border-bottom-color: #eb6773;
}

/*TOP*/
.hero-top {
    background-image: url(../images/LP/BG_Hero.svg);
    background-repeat: no-repeat;
    background-position-x: 30em;
    background-position-y: -26em;
    position: relative;
    z-index: +1;
}

.img-megafono {
    position: relative;
    top: 170px;
}

.freccia-animata {
    width: 15%;
    position: relative;
    left: 40%;
    top: 20%;
}

.hero-half {
    position: relative;
    z-index: -1;
}

#top h1 {
    margin-left: 100px;
    width: 70%;
    margin-top: 50px;
    font-size: 5rem;
    line-height: 100%;
}

#top h1::before {
    content: initial;

}

#top h2 {
    background-color: var(--colore-1);
    font-size: 2.4rem;
    color: #fff;
    border-radius: 0px 100px 100px 0px;
    width: fit-content;
    font-weight: 400;
    padding: 10px 50px 10px 100px;
}

#top h3 {
    font-size: 3.4rem;
    font-weight: 400;
    color: var(--colore-6);
}

#top p {
    margin: 25px 0 0 100px;
    width: 80%;
}

#top div.box-2 p {
    margin: 25px 0 0 0;
    width: 100%;
}

img.you {
    width: 100%;
    height: auto;
}

.btn-partecipa {
    padding: 50px 0 100px 0;
}

.btn-partecipa a {
    background: var(--colore-1);
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    padding: 10px 75px;
    letter-spacing: 1px;
    font-size: 2rem;
}

.btn-partecipa a:hover {
    background-color: #871e26;
}

@media (max-width:1200px) {
    #top h1 {
        margin-left: 25px;
        width: 90%;
        margin-top: 25px;
        font-size: 2.6rem;
    }

    #top h2 {
        font-size: 1.6rem;
        padding: 10px 25px 10px 25px;
    }

    #top h3 {
        font-size: 3rem;
        margin-left: 25px;
    }

    .evidenziato {
        height: 50px;
    }

    #top p,
    #top div.box-2 p {
        margin: 25px;
        width: 90%;
    }

    .hero-half {
        position: initial;
    }

    .btn-partecipa {
        padding: 0 0 100px 0;
    }

    .btn-partecipa a {
        padding: 10px 25px;
        font-size: 1.4rem;
    }

    .hero-top img {
        width: 100%;
        height: auto;
        max-width: 451px;
    }

    .hero-top img.freccia-hero {
        max-width: initial;
    }

    .freccia-animata {
        width: 20% !important;
        position: relative;
        left: 40%;
        top: 40px;
        z-index: +2;
    }
}

@media (min-width:991px) and (max-width:1200px) {
    .hero-top {
        background-position-x: 15em;
    }
}


/* PERCHE */

.perche h2 {
    background-color: var(--colore-1);
    color: #fff;
    padding: 5% 0 1% 0;
    font-size: 3.2rem;
    text-align: center;
    font-weight: 200;
}

.perche .box-landing span {
    display: inline-block;
    color: #616161;
    font-size: 3rem;
    line-height: 100%;
    width: 60%;
}

.perche .box-landing span img {
    width: 100%;
    max-width: 557px;
}

.perche .box-landing span span {
    width: auto;
    font-weight: 700;
}

@media (max-width:990px) {
    .perche h2 {
        font-size: 2rem;
    }

    .perche .box-landing span {
        font-size: 2rem;
        width: 100%;
    }
}


/* Chi */

.chi h2 {
    color: var(--colore-1);
    font-weight: 700;
    font-size: 3rem;
}

.chi h2 span {
    color: var(--colore-6);
}

.chi img {
    max-width: 750px;
}

.chi .motto {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    margin: 0;
    color: var(--colore-6);
}

.chi .citazione {
    font-weight: 400;
    color: var(--colore-1);
    font-size: 2.2rem;
    line-height: 100%;
}

@media (max-width:990px) {
    .chi h2 {
        margin: 25px;
        font-size: 2rem;
        text-align: center;
    }

    .chi p,
    .chi .motto {
        margin: 25px;
    }
}

/*Testimonianze*/

@media (max-width: 1024px) {
    .carousel-item.testimonianze .carousel-caption {
        right: 3%;
        left: 3%;
    }

    .carousel-item.testimonianze .box-caption {
        height: 360px;
        margin-top: 10px;
    }

    .carousel-caption .box p {
        font-size: 1.2rem;
        margin: 0;
    }

    .more-link {
        font-size: 1rem;
    }
}


/*Rete*/

.rete {
    background-color: var(--colore-1);
    color: #fff;
}

#wave-cta-top,
#wave-rosso-top {
    position: relative;
    top: 2px;
}

#wave-rosso-bottom,
#wave-cta-bottom {
    position: relative;
    bottom: 4px;
}

@media (max-width:990px) {
    .rete svg {
        width: 100%;
    }
}

/*FAQ*/

.card.landing {
    border: none;
    border-radius: 55px;
    background-color: var(--colore-1);
    color: #fff;
    margin-bottom: 30px;
}

.accordion-header {
    padding: 15px 40px;
    cursor: pointer;
    font-weight: 400;
    background-color: transparent;
    border: none;
    margin-block: 0;
}

.accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    font-size: 1.6rem;
    padding-block: 0;
    color: #fff !important;
}

/*
.accordion-button::after {
    background-image: none;
    content: "\f078";
    font-family: "Font Awesome 7 Free";
    position: absolute;
    right: 25px;
    font-weight: 900;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}*/

.card.landing .card-body {
    background-color: #eee;
    color: var(--colore-6);
    font-weight: 400;
    font-size: 1.5rem;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}


/*CTA*/

.cta-lp {
    background-color: var(--colore-1);
}

.cta-lp h2 {
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 200;
}

.cta-phone span:first-of-type {
    color: #fff;
    font-size: 4rem;
    display: block;
}

.cta-phone span:last-of-type {
    color: #fff;
    font-size: 3rem;
    display: block;
    font-weight: 700;
}

.btn.cta {
    background-color: #881a24;
    border-radius: 50px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    padding: 5px 200px;
    border: 3px solid #fff;
}

.btn.cta:hover {
    background-color: var(--colore-1);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
input[type="date"] {
    border: none !important;
    border-radius: 12px !important;
    font-family: var(--font-2);
    font-weight: 200;
}

.privacy,
.privacy a {
    color: #fff;
}

.privacy input[type=checkbox] {
    width: 20px;
    height: 20px;
}

input[type="submit"] {
    border: 2px solid #fff;
    border-radius: 24px;
    font-size: 1.5rem;
    font-family: var(--font-2);
    float: right;
    padding: 5px 75px;
    text-transform: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
    width: 72%;
    margin: 0 auto;
    border: none;
    text-align: center;
    background: #fff;
    font-weight: 700;
}

.wpcf7-not-valid-tip {
    color: #fff;
    position: relative;
    bottom: 20px;
}

@media (max-width:990px) {

    .cta-lp .w-75,
    .cta-lp .w-50 {
        width: 100% !important;
    }

    .cta-phone span:first-of-type,
    .cta-phone span:last-of-type {
        font-size: 2.5rem;
        line-height: 100%;
    }

    .btn.cta {
        padding: 5px 100px;
    }

    .cta-lp h2 {
        font-size: 1.8rem;
    }
}

.iubenda-lp a,
.iubenda-lp a:hover {
    font-size: 1.3rem;
    font-weight: 400;
}

.iubenda-lp .iubenda-nostyle {
    margin-left: 0;
}

.wpcf7-list-item-label {
    width: calc(100% - 30px) !important;
}