@charset "utf-8";

/* ***********************
PAVIN CESARE CSS
+++++++++++++++++++++++++ */



/*
========================================
RESET STILI PER ANCORE, PARAGRAFI, TITOLI
========================================
*/


/* SCELTA DEL FONT USATO */

/* thin */
@font-face {
    font-family: 'a-1';
    src: url('fonts/a-1.ttf');
    font-weight: normal;
    font-style: normal;
}

/* light */
@font-face {
    font-family: 'a-2';
    src: url('fonts/a-2.ttf');
    font-weight: normal;
    font-style: normal;
}

/* regular */
@font-face {
    font-family: 'a-3';
    src: url('fonts/a-3.ttf');
    font-weight: normal;
    font-style: normal;
}



html {
    background-color: white;
    scroll-behavior: smooth;
}

@media screen and (max-width:990px) {
    html {
        overflow-x: hidden;
    }
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: var(--maincolor);
    overflow-x: hidden !important;
    font-family: a-2;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -ms-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
}

.body-fixed {
    height: 100%;
    width: 100%;
    overflow: hidden;
}


body p bold {
    font-weight: 700;
}

h2,
h3,
h4 {
    color: black;
    font-family: a-1;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 {
    color: black;
    font-family: a-1;
    font-weight: normal;
}


a {
    text-decoration: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

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

p {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 130%;
}

@media screen and (max-width:768px) {
    p {
        font-size: 17px;
    }
}

strong {
    font-weight: normal;
    font-family: a-3;
}

/* colori fissi */

:root {
    --maincolor: black;
}

.mt-nav {
    margin-top: 100px;
}


@media screen and (max-width:990px) {
    .mt-nav {
        margin-top: 80px;
    }

    .mt-nav--mobile {
        width: 100%;
        height: 80px;
    }
}




#breadcrumbs {
    font-size: 14px;
    position: relative;
    z-index: 10;
    color: dimgray;
    font-family: a-1;
    margin: 5px;
    margin-top: 80px;
    margin-bottom: 30px;
}

#breadcrumbs a {
    position: relative;
    z-index: 10;
    color: dimgray;
    font-family: a-1;
    margin: 5px;
}

#breadcrumbs a:first-child {
    margin-left: 0;
}

#breadcrumbs .breadcrumb_last {
    color: black;
    margin: 5px;
    font-family: a-2;
}


@media (max-width:999px) {

    #breadcrumbs {
        font-size: 13px;
        margin-top: 95px;
        margin-bottom: 20px;
    }

}

.container-100 {
    width: 100%;
    margin: 0 auto;
}






ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

section {
    position: relative;
    z-index: 5;
}


/*
========================================
CLASSI PERSONALIZZATE SPAZIATURE, COLORE
========================================
*/


.sfondo-grigio {
    background-color: #f6f6f6;
}

.bianco {
    color: white;
}

.nero {
    color: black;
}


.padding--vh {
    padding-top: 12vh;
    padding-bottom: 12vh;
}

.padding-top--vh {
    padding-top: 12vh;
}

.padding-top-small--vh {
    padding-top: 7vh;
}


.padding-bottom--vh {
    padding-top: 12vh;
}

.padding-medium--vh {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.padding-small--vh {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.padding-big--vh {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.padding--5vh {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.padding--10vh {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.padding--15vh {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.padding--20vh {
    padding-top: 20vh;
    padding-bottom: 20vh;
}


@media screen and (max-width:768px) {
    .padding-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .padding--10vh {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .padding--vh {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .padding-top--vh {
        padding-top: 5vh;
    }

    .padding--15vh {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

}

.padding-120 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width:768px) {
    .padding-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .padding-small--vh {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.padding-hero {
    padding-top: 80px;
    padding-bottom: 80px;
}

}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bottom-50 {
    margin-bottom: 50px;
}

.bottom-30 {
    margin-bottom: 30px;
}

.bottom-10 {
    margin-bottom: 15px;
}

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

.container-80 {
    max-width: 1600px;
    width: 80%;
    margin: 0 auto;
    position: relative;
}


.container-95 {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.container-90 {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.container-50 {
    max-width: 1000px;
    width: 50%;
    margin: 0 auto;
    position: relative;
}


@media screen and (max-width:768px) {
    .container-disegni-tecnici__element {
        width: 48%;
    }
}

@media screen and (max-width:990px) {
    .container-80 {
        width: 85%;
        margin: 0 auto;
        position: relative;
    }

    .container-50 {
        min-width: auto;
        width: 85%;
        margin: 0 auto;
        position: relative;
    }

    .container-80.container-80-mobile-full {
        width: 100%;
    }
}


/*
================
BOTTONE PULSANTE
================
*/

/* BOTTONE COLORE NERO */

a.btn {
    color: var(--maincolor);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: relative;
    height: auto;
    padding: 15px 30px;
    position: relative;
    z-index: 2;
    border: 1px solid var(--maincolor);
    font-size: 17px;
    font-family: a-3;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 10px;
    line-height: 15px;
    border-radius: 100px;
    background-color: white;
}


a.btn--white {
    color: white;
    border: 1px solid white;
}

a.btn:hover {
    background-color: forestgreen;
    border-color: forestgreen;
    color: white;
}


@media (max-width:768px) {
    a.btn {
        color: var(--maincolor);
        padding: 10px 26px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    a.btn:after {
        height: 10px;
        width: 30px;
        margin-left: 7px;
        top: 1px;
    }

    .scroll__text {
        display: none;
    }
}



/* //////////////////////////
GO UP ON SCROLL
////////////////////////// */



.go-up {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: forestgreen;
    border-radius: 100%;
    color: white;
}

.go-up img {
    height: 28px;
    width: auto;
    transform: rotate(-90deg);
}

.go-up:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.go-up span {
    display: block;
    width: 100%;
    text-align: center;
    color: red;
    font-family: barlow-3;
    transform-origin: center;
    transform: rotate(-90deg);
}


.go-up-visible {
    bottom: 20px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media screen and (max-width: 768px) {
    .go-up {
        height: 35px;
        width: 35px;
    }

    .go-up img {
        height: 20px;
    }
}


/*============================
MENU DI NAVIGAZIONE
============================= */

.nav-up {
    left: -150px !important;
    opacity: 0 !important;
}

.navigazione {
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.navigazione:before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: white;
    height: 100%;
    width: 100%;
    transform: translateY(-100%);
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    z-index: -1;
}

.navigazione--scroll.navigazione:before {
    transform: translateY(0);
}

.navigazione--light {}

.navigazione__container {
    height: 110px;
    width: 80%;
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: height 0.45s ease;
    transition: height 0.45s ease;
}

.navigazione--scroll .navigazione__container {
    height: 80px;
}

.navigazione__recapiti li {
    display: inline-block;
    margin-right: 30px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.65);
}


.menu_news_carousel .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
}


.menu_sx {
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.menu_sx_rapido ul {
    margin-right: 50px;
}

.menu_sx_rapido li {
    display: inline-block;
    color: black;
    margin-right: 20px;
    font-size: 15px;
}

.menu_sx_rapido li:after {
    content: "";
    height: 6px;
    width: 6px;
    background-color: black;
    display: inline-block;
    border-radius: 100%;
    margin-left: 20px;
}

.menu_sx_rapido li:last-child:after {
    display: none;
}

.navigazione--light .menu_sx_rapido li a {
    color: white;
}



.menu_sx_rapido li a {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: a-3;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: black;
}

.menu_sx_rapido li a:hover {
    opacity: 0.5;
}

@media screen and (max-width:990px) {
    .menu_sx_rapido {
        display: none;
    }
}

.navigazione__logo {
    top: 15px;
    left: 50%;
    position: fixed;
    z-index: 9999;
    transform: translateX(-50%);
}

.navigazione__logo img {
    height: 140px;
    width: auto;
    margin-top: 20px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}



.navigazione--scroll .navigazione__logo img {
    height: 70px;
    margin-top: 0;
}

@media (max-width:999px) {

    .menu_sx_rapido {
        display: none;
    }

    .navigazione__logo img {
        height: 85px;
        width: auto;
        margin-top: 5px;
    }

}

/* VOCI DI NAVIGAZIONE */


.menu-full {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 5000;
    overflow: hidden;
    visibility: hidden;
}

.menu-full-container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 100;
    justify-content: center;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
}


.menu-full--sfondo {
    position: absolute;
    height: 100vh;
    width: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.voci_menu_standard__ul--desktop {
    display: flex;
    justify-content: space-around;
}
.voci_menu_standard__ul.voci_menu_standard__ul--desktop ul {
    text-align: left;
}
.voci_menu_standard__previews--realizzazioni ul li a,
.voci_menu_standard__previews--servizi ul li a {
    font-family: a-1;
    font-size: 18px;
    text-align: left;
    line-height: 1.3;
}

.voci_menu_standard__ul--desktop .title {
    color: black;
    font-family: a-2;
    font-size: 30px;
    line-height: 50px;
}

.voci_menu_standard__ul--mobile {
    display: none;
}

.voci_menu_standard__ul {
    width: 100%;
    position: relative;
    z-index: 9999;
}

.voci_menu_standard__ul ul {
    text-align: center;
}

.voci_menu_standard__ul li a {
    color: black;
    font-family: a-2;
    font-size: 30px;
    text-align: center;
    padding: 0;
    position: relative;
    display: block;
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    font-weight: normal;
    margin-bottom: 20px;
    display: inline-block;
    opacity: 0.75;
}

.voci_menu_standard__ul li a:hover {
    color: forestgreen;
}

.voci_menu_standard__ul li a:last-child {
    margin-bottom: 0;
}

.voci_menu_standard__ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: white;
    content: "";
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}


.voci_menu_standard__ul .sub-menu {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.voci_menu_standard__ul .sub-menu li a {
    color: black;
    font-family: a-1;
    font-size: 20px;
    text-align: center;
    padding: 0;
    position: relative;
    display: block;
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    font-weight: normal;
    display: inline-block;
    opacity: 0.75;
}

.voci_menu_standard__ul .sub-menu li {
    margin-bottom: 7px;
}

.voci_menu_standard__ul .sub-menu li:last-child {
    margin-bottom: 0;
}

.voci_menu_standard__ul .sub-menu li a:hover {
    color: forestgreen;
}



.voci_menu_standard__ul li a {
    margin: 0;
    padding: 0;
}

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


@media screen and (max-width:990px) {

    .voci_menu_standard__ul--desktop {
        display: none;
    }

    .voci_menu_standard__ul--mobile {
        display: initial;
    }

    .voci_menu_standard__ul ul {
        text-align: center;
    }

    .voci_menu_standard__ul li a {
        font-size: 28px;
        text-align: center;
        padding-bottom: 0;
        display: inline-block;
        opacity: 1;
    }

    .voci_menu_standard__ul li {
        margin-bottom: 5px;
    }

    .voci_menu_standard__ul {
        overflow-y: scroll;
    }

    .voci_menu_standard__ul .sub-menu {
        display: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .voci_menu_standard__ul .sub-menu li a {
        font-size: 16px;
    }
}


/* menu dx */

.menu_dx {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/* HAMBURGER */

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

.hamburger__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 5px;
}

.hamburger__icon__container {
    transform-origin: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hamburger__icon {
    height: 45px;
    width: 45px;
    margin-left: 7px;
    margin-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center;
    border-radius: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border: 1px solid black;

}

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

.hamburger__icon--line {
    width: 20px;
    height: 1px;
    background-color: black;
}

.hamburger__icon--line--1 {}

.hamburger__icon--line--2 {
    transform-origin: center;
    transform: rotate(-90deg);
    margin-top: -1px;
}


.hamburger__text {
    font-family: a-2;
    font-size: 18px;
    color: black;
}

.hamburger__text:hover {
    opacity: 0.5;
}

.hamburger:hover {
    cursor: pointer;
}


.hamburger__container {}

.hamburger__container > div {}

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



.navigazione--light .hamburger__icon {
    border-color: white;
}

.navigazione--light .hamburger__icon {
    border-color: white;
}


.navigazione--light .hamburger__icon--line {
    background-color: white;
}


.navigazione--light .hamburger__text {
    color: var(--maincolor);
}


/*
///////////////////////////////
IMPOSTAZIONI NAVIGAZIONE MOBILE
///////////////////////////////
*/


@media screen and (max-width:990px) {

    .hamburger__text {
        display: none;
    }

    .nav-up {
        top: 0px !important;
    }

    .navigazione__container {
        height: 60px;
        width: 100%;
        padding-left: 10px;
        padding-right: 20px;
    }

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

    .navigazione--scroll .navigazione__container {
        height: 60px;
        margin-top: 0;
    }

    .navigazione__logo svg {
        height: 35px;
        width: auto;
        margin-top: 0;
    }

    .navigazione--scroll .navigazione__logo img {
        height: 45px;
        width: auto;
        margin-top: 0;
    }


    .menu-full-container {
        padding-bottom: 0;
    }

    .hamburger__icon {
        height: 32px;
        width: 32px;
        margin-right: 0;
        margin-top: 0;
    }

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

    .hamburger__icon--line {
        width: 15px;
        height: 2px;
        background-color: white;
    }

    .hamburger__icon--line--1 {}

    .hamburger__icon--line--2 {
        transform-origin: center;
        transform: rotate(-90deg);
        margin-top: -2px;
    }

    .hamburger__icon--line {
        background-color: black;
    }

}

/* ====== FINE IMPOSTAZIONI NAVIGAZIONE MOBILE ======== */



/*
====================================
PAGINA HOME front-page.php
====================================
*/


/* hero home */

.hero {
    height: 100vh;
    position: relative;
    background-color: white;
    width: 100vw;
}

.hero__container {
    position: relative;
    width: 80vw;
    max-width: 1800px;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.hero__img {
    width: 100%;
    height: auto;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.95;
}


.hero__content {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 10;
}

.hero__content p {
    font-family: a-3;
    font-size: 48px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    color: dimgray;
}

.hero__content p span {
    display: inline-block;
}

.hero__content p strong {
    color: black;
    font-family: a-3;
}

.hero__content h2 {
    font-family: a-1;
    font-size: 48px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 80px;
}

@media (max-width:990px) {

    .hero__content p {
        font-size: 30px;
    }
}

/* bullets hero slideshow */

.hero__slideshow .swiper-pagination-bullet {
    background-color: white;
}

.hero__slideshow .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px;
}


/* ======== introduzione con claim ======== */

.intro {
    font-size: 25px;
    font-family: a-3;
    text-align: left;
    margin-bottom: 50px;
}

@media screen and (max-width:768px) {
    .intro {
        font-size: 20px;
        margin-bottom: 25px;
        font-family: a-2;
    }
}

.intro--white {
    color: white;
}

.p-50 {
    padding: 50px;
}

@media screen and (max-width:768px) {
    .p-50 {
        padding: 30px 0;
    }
}

.introduzione_claim h2,
.introduzione_claim h1 {
    font-size: 60px;
    line-height: 130%;
    color: var(--maincolor);
    margin-bottom: 20px;
    font-family: a-3;
    font-weight: normal;
    position: relative;
    margin-top: 0;
    padding-top: 0;
}

.introduzione_claim--home h1 {
    font-size: 32px;
    line-height: 130%;
    color: var(--maincolor);
    margin-bottom: 10px;
    font-family: a-3;
    font-weight: normal;
    position: relative;
    padding-bottom: 30px;
    letter-spacing: 1px;
    transform: translateX(-1px);
    text-transform: none !important;
}


.introduzione_claim {
    font-family: a-1;
    font-size: 15px;
    margin-bottom: 30px;
    color: var(--maincolor);
}

.introduzione_claim p {
    font-family: a-2;
    font-size: 28px;
    color: gray;
}


@media (max-width:990px) {

    .introduzione_claim h2,
    .introduzione_claim h1 {
        font-size: 40px;
    }

    .introduzione_claim h2:after,
    .introduzione_claim h1:after {
        display: none;
    }
}

@media screen and (max-width:999px) {

    .introduzione_claim h1,
    .introduzione_claim h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .introduzione_claim--home h1 {
        font-size: 24px !important;
        line-height: 130%;
    }

    .introduzione_claim p {
        font-family: a-2;
        font-size: 18px;
        color: gray;
    }

}

.intro_sezione__text {
    letter-spacing: 8px;
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
}

.intro_sezione__line {
    height: 80px;
    width: 1px;
    background-color: var(--maincolor);
    margin: 0 auto;
}

/* sezione categorie home */

.container_categorie {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.container_categorie.only_one {
    justify-content: center;
}

.container_categorie a {
    display: inline-block;
}

.container_categorie .categoria {
    width: 48%;
}

.container_categorie .categoria img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

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

.categoria__img__caption {
    position: absolute;
    top: 50px;
    right: 50px;
    color: white;
    transform-origin: right center;
    transform: rotate(-90deg);
    letter-spacing: 3px;
    font-size: 18px;
}

.categoria__img__caption:after {
    display: inline-block;
    content: "";
    width: 70px;
    height: 1px;
    background-color: white;
    position: relative;
    bottom: 4px;
    margin-left: 10px;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.categoria:hover img {
    opacity: 0.65;
}

.categoria:hover .categoria__img__caption:after {
    width: 35px;
}


.categoria__nome {
    color: black;
}

.categoria__nome h2 {
    color: black;
    font-weight: normal;
    font-family: a-3;
    text-align: center;
    font-size: 28px;
}

.caption {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: white;
    display: none;
}


.container_categorie__servizi .categoria {
    margin-bottom: 5vh;
}

@media (max-width:768px) {
    .categoria__img__caption {
        display: none;
    }

    .categoria__img img {
        margin-bottom: 15px;
    }

    .categoria h2 {
        font-size: 20px;
    }
}


.scroll--fade {
    display: inline-block;
}

/* testo home */




@media screen and (max-width:768px) {


    .categoria.categoria--archivio p {
        font-size: 18px;
        padding: 0 5%;
    }


    .categoria {
        width: 50%;
        margin: 0;
    }

    .categoria.categoria--archivio {
        width: 100%;
    }

    .categoria__icona img {
        height: 80px;
        width: auto;
        margin-bottom: 10px;
    }


    .categoria h2 {
        font-size: 16px;
    }

    .categoria {
        margin-bottom: 30px;
    }

    .categoria__copertina__discover__symbol {
        display: none;
    }

    .categoria__nome span {
        font-size: 72px;
        line-height: 72px;
    }

    .categoria--archivio {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .categoria--archivio .categoria__icona img {
        height: 90px;
        width: auto;
        margin-bottom: 10px;
    }
}


/* ========= sezione slideshow home swiper js ========= */

.slideshow_home {
    padding-bottom: 70px;
    position: relative;
}

.white-50 {
    background-color: white;
    height: 50%;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.swiper-wrapper {
    transition-duration: 0.35s !important;
}

.slideshow_home .swiper-slide {
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 50px;
}

.swiper-slide .scroll--fade {
    width: 100%;
    height: 100%;
}

.in_evidenza_img {
    width: 100%;
    /*height: 50vh;*/
    position: relative;
    overflow: hidden;
}

.in_evidenza_img__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.in_evidenza_img__inner:after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}


.aggiornamenti_home--news .in_evidenza_img {
    width: 100%;
    height: 30vh;
    min-height: 300px;
}

.singola_news_carousel__title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: white;
    font-size: 28px;
    font-family: a-2;
}

.in_evidenza_title {
    margin-top: 25px;
    position: relative;
    text-align: left;
    width: 100%;
    font-size: 28px;
}

.in_evidenza_title h2 {
    margin-bottom: 5px;
    font-family: a-1;
    font-size: 21px
}

.in_evidenza_category p {
    text-align: center;
    font-size: 18px;
    font-family: a-1;
    padding: 0;
    margin: 0;
}

.in_evidenza_img {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.in_evidenza_img:hover {
    opacity: 0.8;
}




@media screen and (max-width: 768px) {

    .singola_news_carousel__date {
        top: 20px;
        left: 20px;
        transform: rotate(0);
    }

    .singola_news_carousel__title {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: white;
        font-size: 20px;
        font-family: a-2;
        max-width: 90%;
    }


    .swiper-slide__title {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .in_evidenza_title {
        font-size: 18px
    }

    .slideshow_home {
        margin-bottom: 0;
    }


}

.swiper-container-evidenza {
    position: relative;
    padding-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
}

.swiper-container-singolo {
    position: relative;
    padding-bottom: 50px;
    width: 100%;
}


.swiper-button-next--custom,
.swiper-button-prev--custom {
    background-color: forestgreen;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    z-index: 10;
    border-radius: 100px;
}

.swiper-button-next--custom:hover,
.swiper-button-prev--custom:hover {
    cursor: pointer;
}

.swiper-button-next--custom img,
.swiper-button-prev--custom img {
    height: 30px;
}

.swiper-button-prev--custom {
    left: 25px;
}

.swiper-button-next--custom {
    right: 25px;
}

@media (max-width:990px) {

    .swiper-button-next--custom,
    .swiper-button-prev--custom {
        display: none;
    }
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: calc(50% - 25px);
    width: 70px;
    height: 50px;
    margin: 0;
    padding: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.swiper-button-next img,
.swiper-button-prev img {
    height: 30px;
    width: auto;
    margin: 0 auto;
}

.swiper-button-prev {
    left: 0;
    color: transparent;
    background-color: var(--maincolor);
    font-size: 15px;
    padding: 15px;
    background-image: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next {
    right: 0;
    color: transparent;
    background-color: var(--maincolor);
    background-image: none;
}

.swiper-pagination {
    text-align: left;
}

.swiper-pagination span {
    margin-right: 12px !important;
}

.slideshow_home .swiper-pagination {
    padding-left: 10%;
}


.swiper-pagination-bullet {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 11px;
    width: 11px;
    text-align: left;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--maincolor);
}

@media (max-width:768px) {
    .swiper-container-evidenza {
        padding-bottom: 30px;
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
}


/* navigazione post */

.navigazione_post {
    background-color: white;
}

.navigazione_post a {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: a-2;
    padding: 10px 25px;
    background-color: #eeee;
    display: inline-block;
    border-radius: 50px;
}


.navigazione_post a:hover {
    color: black;
    border-color: black;
}

@media screen and (max-width:768px) {
    .navigazione_post a {
        padding: 5px;
    }

    .nav-previous a {
        border-left: none;
        border-bottom: none;
    }

    .nav-next a {
        border-right: none;
        border-bottom: none;
    }

}


/* sezione highlights home */


.fascia_standard p {
    font-family: barlow-2;
    font-size: 21px !important;
}

.fascia_standard h2 {
    font-family: barlow-2;
    color: #aaa !important;
    font-size: 48px;
    color: dimgrey;
}

@media screen and (max-width:768px) {
    .fascia_standard h2 {
        font-size: 36px;
    }

}



/* custom builder sezioni home */

.paragrafo p {
    font-size: 20px;
    font-family: a-1;
    line-height: 135%;
    color: dimgray;
}


.paragrafo h1 {
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 30px;
    font-family: a-3;
}

.paragrafo h2 {
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 30px;
}

.paragrafo--intro h1,
.paragrafo--intro h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 2px
}

.paragrafo li {
    margin-left: 5px !important;
    list-style: disc !important;
    margin-bottom: 5px;
}

.paragrafo ul {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px !important;
}


@media screen and (max-width:990px) {
    .paragrafo--sx {
        padding-right: 0;
    }

    .paragrafo--dx {
        padding-left: 0;
    }

    .paragrafo--intro h1,
    .paragrafo--intro h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .paragrafo h1,
    .paragrafo h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .paragrafo p {
        font-size: 16px;
        line-height: 130%;
    }
}

.paragrafo p {
    color: dimgray;
    font-family: a-1;
}

.paragrafo p strong {
    color: black;
    font-family: a-2;
}

.paragrafo a {
    color: forestgreen;
    font-family: a-2;
    text-decoration: underline;
}

.paragrafo h2,
.paragrafo h1 {
    font-size: 24px;
    font-family: a-3;
    text-align: left;
    margin-bottom: 30px;
}

.testo_introduzione h2:first-child {
    margin-top: 0;
}



/*
====================================
SCROLL
====================================
*/


.scroll {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    height: 65px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 100;
}

.scroll.scroll--left {
    left: 10%;
    transform: translateX(0);
}

.scroll__text {
    margin-top: -25px;
    color: black;
    font-family: a-3;
    font-size: 13px;
}

.scroll__inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 65px;
    width: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    background-color: black;
}

.scroll__inner__element {
    position: absolute;
    background-color: black;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    z-index: 15;
    animation: scroll 1.5s infinite;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes scroll {
    0% {
        top: -15px;
    }

    100% {
        top: 100%;
    }
}






/*
================================================
PAGINA TASSONOMIA taxonomy-cat_products.php
================================================
*/

.elenco_categorie {
    padding: 10px;
}

.elenco_categorie ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.elenco_categorie a {
    color: black;
    font-family: a-2;
    padding: 7px 20px;
    font-size: 13px;
    display: inline-block;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    background-color: #eeee;
    margin: 0 10px;
    border-radius: 50px;
    margin-bottom: 10px;
}


.elenco_categorie a:hover {
    background-color: #ddd;
}

.elenco_categorie .current-cat a {
    font-family: a-3;
    background-color: forestgreen;
    color: white;
}

@media (max-width:999px) {
    .elenco_categorie {
        display: none;
    }
}


.singolo-prodotto__img {
    transition: 0.55s ease;
    margin-bottom: 25px;
}

.singolo-prodotto__titolo {
    width: 100%;
    position: relative;
    padding-top: 15px;
    padding-bottom: 25px;
}

.singolo-prodotto__titolo .linea_grafica {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 40px;
    background-color: var(--maincolor);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}


.singolo-prodotto:hover .linea_grafica {
    width: 60px;
}

.singolo-prodotto__titolo .piu {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.singolo-prodotto__titolo h2 {
    margin: 0;
    padding: 0;
    font-size: 21px;
    font-family: a-3;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: var(--maincolor);
}

@media screen and (max-width:768px) {
    .singolo-prodotto__titolo h2 {
        font-size: 16px;
        font-family: a-3;
    }


    .singolo-prodotto__img {
        transition: 0.55s ease;
        margin-bottom: 0;
    }

}


.categoria__titolo {
    width: 100%;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
    text-align: center;
    font-family: bodoni_regular;
    font-size: 21px;
}

.categoria__titolo .piu {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* paginazione post */

.contenitore_paginazione_post {
    width: auto;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    margin-top: 50px;
    text-align: left;
}

.paginazione_post {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.paginazione_post a,
.paginazione_post span {
    margin-right: 15px;
    color: var(--secondcolor);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border: 1px solid var(--maincolor);
}

.paginazione_post span {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 100px;
    border: 1px solid var(--maincolor) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--maincolor);
    color: white;
    padding-top: 3px;
}

.paginazione_post a.page-numbers {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 100px;
    border: 1px solid var(--maincolor) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding-top: 3px;
}

.paginazione_post a.next.page-numbers,
.paginazione_post a.prev.page-numbers {
    display: inline-block;
    width: auto;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    border-radius: 100px;
}

.paginazione_post a:hover {
    background-color: var(--maincolor);
    color: white;
}



.singolo_progetto {
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;
    overflow: hidden;
    position: relative;
    height: 45vh;
}

.singolo_progetto:hover .singolo_progetto__img {
    transform: scale(1.05);
}


.singolo_progetto__img {
    height: 45vh;
    width: 100%;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    transition: all 0.75s ease;
    position: relative;
}

.singolo_progetto__img:before {

    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.33+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#54000000', GradientType=0);
    /* IE6-9 */

}


/*========================================================
NEWS ARCHIVIO NEWS E SINGLE NEWS category.php e single.php
==========================================================
*/

.singola-news__img {
    position: relative;
    height: auto;
    width: auto;
    margin-bottom: 30px;
}

.singola-news:hover h2 {
    color: forestgreen;
}

.singola-news h2 {
    font-size: 25px;
    color: black;
    font-family: a-2;
}

.singola-news p {
    font-size: 19px;
    line-height: 140%;
    color: dimgray;
}


.singola-news:hover img {
    opacity: 0.75;
}

@media (max-width:999px) {
    .singola-news h2 {
        font-size: 18px;
    }
}

/*
========================================
PAGINA SINGOLO TRATTAMENTO single-servizio.php
========================================
*/


.container-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.container-gallery--item {
    position: relative;
}


.contenitore_img__ingrandisci {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    height: 50px;
    width: 50px;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.contenitore_img__ingrandisci img {
    height: 25px;
}

.contenitore_img:hover .contenitore_img__ingrandisci {
    background-color: rgba(255, 255, 255, 1);
}

.gallery_text {
    font-size: 21px;
    max-width: 60%;
    font-family: a-3;
    line-height: 140%;
}

@media (max-width: 999px) {
    .container-gallery {
        grid-template-columns: 1fr 1fr;
        position: relative;
        grid-gap: 10px;
    }

    .contenitore_img__ingrandisci {
        display: none;
    }
}


/* popup image */

img.mfp-img {
    width: auto;
    max-height: 65vh;
    height: 65vh;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    background-color: white;
}

@media (max-width:999px) {
    img.mfp-img {
        width: auto;
        max-height: auto;
        height: auto;
        width: 100%;
        height: auto;
    }
}

s .mfp-container {
    background-color: white;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}


.mfp-arrow-right:after {
    content: "→";
    height: 50px;
    width: 50px;
    background-color: forestgreen;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: a-2;
    font-size: 24px;
    margin-bottom: 3px;
}

.mfp-arrow-right {
    margin-right: 20px;
}

.mfp-arrow-left:after {
    content: "←";
    height: 50px;
    width: 50px;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: a-3;
    font-size: 24px;
    margin-bottom: 3px;
}

.mfp-arrow:after {
    border-top-width: 0px;
    border-bottom-width: 0px;
    top: 0px;
    height: 50px !important;
    width: 50px !important;
    background-color: forestgreen;
    border-radius: 50px;
}

.mfp-arrow:before,
.mfp-arrow:after {
    border: none;
}


.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: black;
    font-size: 32px;
    margin-bottom: 10px;
}

.mfp-bottom-bar, .mfp-counter {
    padding: 5px 15px;
}

.mfp-title, .mfp-counter {
    color: black;
}
/*
------------------------------------------
FORM
------------------------------------------*/


#form {
    text-align: center;
    font-size: 18px;
    background-color: #eeee;
}

#form .testo_form p {
    font-size: 36px;
    font-family: a-3;
    color: dimgray;
    line-height: 140%;
}

#form .testo_form p strong {
    color: black;
    font-family: a-3;
}

#form label {
    font-size: 16px;
    font-family: a-2;
}

@media (max-width:999px) {
    #form .testo_form p {
        font-size: 24px;
        font-family: a-3;
    }
}

.privacy_form {
    font-size: 16px;
}

.wpcf7-text {
    width: 100%;
    border: none;
    padding: 5px;
    color: black;
    background-color: transparent;
    border-bottom: 1px solid gray;
    border-radius: 0 !important;
    font-size: 16px;
}

.wpcf7-textarea {
    width: 100%;
    border: none;
    background-color: transparent;
    border: 1px solid black;
    padding: 10px;
    margin-top: 15px;
    color: black;
    border-radius: 15px;
    font-family: a-2;
    font-size: 16px;
}

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

.form-row {
    color: dimgrey;
}

.form-row label {
    color: dimgrey;
    font-size: 18px;
}

@media (max-width:999px) {
    #form .form-row label {
        color: dimgrey;
        font-size: 15px;
    }
}

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-quiz {
    width: 100%;
    border: none;
    padding: 5px;
    color: black;
    background-color: transparent;
    border-bottom: 1px solid black;
    border-radius: 0 !important;
}

input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext:hover,
.wpcf7-textarea:hover,
.wpcf7-text:hover {
    border-color: forestgreen !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;
}

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

.wpcf7-submit {
    background-color: forestgreen;
    color: white;
    border: 1px solid forestgreen;
    font-size: 17px;
    padding: 10px;
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 50px;
    text-align: center;
    font-family: a-3;
}

.wpcf7-submit:hover {
    cursor: pointer;
    background-color: black;
    border: 1px solid black;
}

.privacy-form-info {
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 10px;
    font-family: a-1;
}

.privacy-form-info a {
    color: black;
    text-decoration: underline;
}

.privacy-form label {
    font-size: 16px !important;
    font-family: a-3;
}

.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-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 {
    background-color: white;
}

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: a-2;
    margin-top: 10px;
}

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

.wpcf7-response-output {
    border-color: var(--maincolor) !important;
    background-color: var(--maincolor) !important;
    text-align: center;
    color: white !important;
    font-family: a-3 !important;
    font-size: 16px !important;
    padding: 20px !important;
}





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


footer {
    position: relative;
    z-index: 2;
    padding: 5vh 0;
    text-align: center;
    font-family: a-1;
}


.dati_footer p a {
    font-family: a-2;
    display: inline-block;
    padding: 7px 18px;
    background-color: #eeee;
    border-radius: 100px;
    margin-bottom: 7px;
}

.footer li:hover {
    color: forestgreen;
}


.border-top {
    border-top: 1px solid var(--maincolor) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--maincolor) !important;
}

.border-right {
    border-right: 1px solid var(--maincolor) !important;
}

footer p {
    color: var(--maincolor);
    font-family: a-1;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}


footer p strong {
    font-family: a-3;
}


.socials img {
    height: 22px;
    width: auto;
    margin-left: 22px;
}

.socials img:hover {
    opacity: 0.65;
}

@media (max-width:768px) {

    .socials {
        margin-top: 15px;
    }

    .socials img {
        height: 20px;
        width: auto;
        margin-left: 0;
        margin-right: 22px;
    }
}

.logo_footer img {
    height: 100px;
    width: auto;
}

footer p {
    margin-bottom: 0;
    font-size: 18px;
    text-align: left;
}

footer li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 3px;
}

.footer_2 p {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

a.credits {
    text-decoration: underline;
}

@media screen and (max-width:768px) {
    footer {
        margin-top: 0;
    }

    .logo_footer img {
        display: none;
    }

    footer p {
        margin-bottom: 10px;
        font-size: 16px;
        text-align: left;
    }

    footer ul {
        margin-top: 30px;
        margin-left: 15px;
    }

    footer ul li {
        margin-bottom: 15px;
    }

}



/* banner cookies */

#SCK .SCK_BannerContainer {
    width: auto !important;
    max-width: 45% !important;
    padding: 11px 0 10px 25px !important;
    box-shadow: none !important;
    background-color: white !important;
    height: 65px !important;
    margin-left: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    border: 1px solid var(--maincolor);
    opacity: 1;
    animation: bannercookiesappari 2s;
}

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

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


#SCK_BannerActionsContainer {}

#SCK_BannerActions {
    position: relative !important;
    display: flex !important;
    justify-content: flex-end !important;
}


#SCK #SCK_BannerText,
#SCK #SCK_BannerText p {
    font-size: 15px;
    font-family: a-3;
    padding: 0;
    margin: 0;
    line-height: normal;
    color: dimgray !important;
}

#SCK #SCK_BannerText,
#SCK #SCK_BannerText p a {
    color: var(--maincolor) !important;
    font-family: a-3 !important;
    color: forestgreen !important;
}

#SCK #SCK_BannerTextContainer {
    float: none;
    width: 100%;
}

#SCK .SCK_Accept {
    background-color: white !important;
    color: forestgreen !important;
    background-color: white !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding: 10px 20px !important;
    font-family: a-2 !important;
    border: 3px solid forestgreen !important;
    border-radius: 100px !important;
}

#SCK .SCK_Accept:hover {
    background-color: forestgreen !important;
    color: white !important;
    cursor: pointer !important;
}

#SCK .SCK_Close {
    display: inline-block !important;
    font-size: 12px;
    color: black;
    padding: 5px !important;
    background-color: #ddd;
    border-radius: 50px !important;
    margin-left: 0 !important;
    display: none !important;
}

#SCK_BannerActionsContainer {
    float: none !important;
}





@media screen and (max-width:768px) {
    #SCK .SCK_BannerContainer {
        width: 100% !important;
        max-width: 100% !important;
        height: 70px !important;
        padding: 5px !important;
        border-radius: 0 !important;
        bottom: 0 !important;
        overflow: hidden !important;
        border: none !important;
    }

    #SCK .SCK_Accept {
        transform: translateY(-20px);
    }
}
