/*
    Theme Name: Prima Pubblicita
    Author: Andrea Paolazzi
    Author URI: https://www.primapubblicita.it/
    Description: Tema modulare di Prima Pubblicita
    Version: 7.0
*/



/*
    ================================================
    CSS RESET - START
    ================================================
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 reset display per i browser vecchi */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow: auto !important;
    padding-right: 0 !important;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
    ================================================
    CSS RESET - END
    ================================================
*/





/*
    ================================================
    GLOBALI
    ================================================
*/

body {
    font-size: 16px !important;
    background-color: #ffffff;
    overflow-x: hidden !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
    .ContenitoreBody {
        margin-top: 5.5em;
    }

table {
    font-family: "Work Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1em;
}

a {
    text-decoration: none;
    font-family: "Work Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 1em;
    list-style-type: none !important;
}
    a:hover {
        text-decoration: none !important;
    }

li {
    font-family: "Work Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.4em;
    list-style-type: none !important;
}
    
p {
    font-family: "Work Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
	word-break: auto-phrase;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Work Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    margin: 0;
	word-break: auto-phrase;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 3.3em;
    color: var(--verde);
    font-weight: 400;
    position: relative;
    margin-left: 0.8em;
    margin-bottom: 0.7em;
}

h2::before {
    content: "";
    width: 0.5em;
    height: 0.6em;
    background-image: url(/wp-content/uploads/2025/10/FrecciaTitoli.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -0.9em;
    top: 0.2em;
}

h3 {
    font-size: 1.6em;
    font-weight: 600;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

td {
    vertical-align: middle;
    padding: 2em !important;
}

strong {
    font-family: "Work Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: bold;
}

ul {
    list-style-type: circle;
    list-style-position: inside;
    margin: 5px;
    margin-left: 20px;
}

hr {
    margin: 0.2em 0 0 0 !important;
}

html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}


/* SCROLLBAR */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #F0F0F0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--grigio-2);
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--verde);
    }


/* LIBRERIA COLORI */

:root {
    --grigio-1: #373736;
    --grigio-2: #434342;
    --verde: #5C6B41;
}





/*
    ================================================
    GENERALI
    ================================================
*/


.Padding5 {
	padding-top: 5em;
	padding-bottom: 5em;
}
	.Padding5Sopra {
		padding-top: 5em;
	}
	.Padding5Sotto {
		padding-bottom: 5em;
	}

.Padding4 {
	padding-top: 4em;
	padding-bottom: 4em;
}
	.Padding4Sopra {
		padding-top: 4em;
	}
	.Padding4Sotto {
		padding-bottom: 4em;
	}

.Padding3 {
	padding-top: 3em;
	padding-bottom: 3em;
}
	.Padding3Sopra {
		padding-top: 3em;
	}
	.Padding3Sotto {
		padding-bottom: 3em;
	}
    
.Padding2 {
    padding-top: 2em;
    padding-bottom: 2em;
}
    .Padding2Sopra {
        padding-top: 2em;
    }
    .Padding2Sotto {
        padding-bottom: 2em;
    }

.Padding1 {
	padding-top: 1em;
	padding-bottom: 1em;
}
	.Padding1Sopra {
		padding-top: 1em;
	}
	.Padding1Sotto {
		padding-bottom: 1em;
	}

.PaddingMezzo {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
	.PaddingMezzoSopra {
		padding-top: 0.5em;
	}
	.PaddingMezzoSotto {
		padding-bottom: 0.5em;
	}

.Padding1SxDx {
	padding-left: 1em;
	padding-right: 1em;
}
	.Padding1Sx {
		padding-left: 1em;
	}
	.Padding1Dx {
		padding-right: 1em;
	}

.Padding2SxDx {
	padding-left: 2em;
	padding-right: 2em;
}
	.Padding2Sx {
		padding-left: 2em;
	}
	.Padding2Dx {
		padding-right: 2em;
	}

.Margin5 {
    margin-top: 5em;
    margin-bottom: 5em;
}
    .Margin5Sopra {
        margin-top: 5em;
    }
    .Margin5Sotto {
        margin-bottom: 5em;
    }

.Margin4 {
    margin-top: 4em;
    margin-bottom: 4em;
}
    .Margin4Sopra {
        margin-top: 4em;
    }
    .Margin4Sotto {
        margin-bottom: 4em;
    }

.Margin3 {
    margin-top: 3em;
    margin-bottom: 3em;
}
    .Margin3Sopra {
        margin-top: 3em;
    }
    .Margin3Sotto {
        margin-bottom: 3em;
    }

.Margin2 {
    margin-top: 2em;
    margin-bottom: 2em;
}
    .Margin2Sopra {
        margin-top: 2em;
    }
    .Margin2Sotto {
        margin-bottom: 2em;
    }

.Margin1 {
    margin-top: 1em;
    margin-bottom: 1em;
}
    .Margin1Sopra {
        margin-top: 1em;
    }
    .Margin1Sotto {
        margin-bottom: 1em;
    }

.Relative {
    position: relative;
}

.Img100 {
    width: 100%;
}

.TestoBianco {
    color: #ffffff;
}

.SfondoNero {
    background: #000000;
}

.SfondoGrigio1 {
    background: var(--grigio-1);
}

.SfondoGrigio2 {
    background: var(--grigio-2);
}

.SfondoVerde {
    background: var(--verde);
}

.BottoneNero {
    border: 2px solid var(--verde);
    padding: 0.5em 1em;
    color: #ffffff;
    text-transform: math-auto;
    transition: 0.2s;
}
    .BottoneNero:hover {
        background: var(--verde);
        color: #ffffff;
        transition: 0.2s;
    }

.BottoneVerde {
    border: 2px solid var(--verde);
    background: var(--verde);
    padding: 0.5em 1em;
    color: #ffffff;
    text-transform: math-auto;
    transition: 0.2s;
}
    .BottoneVerde:hover {
        background: #000000;
        color: #ffffff;
        transition: 0.2s;
    }


/* Editor */

.Editor {
    text-transform: math-auto;
}


/* Intro pagine */

.Intro h1 {
    margin-bottom: 1em;
    font-weight: 500;
}

.Intro a {
    width: fit-content;
    display: block; 
    font-size: 1.2em;
    font-weight: 600;
    color: var(--verde);
    margin-bottom: 1em;
    margin-left: 1em;
    transition: 0.2s;
    position: relative;
}
    .Intro a:hover {
        opacity: 0.8;
        transition: 0.2s;
    }
        .Intro a:before {
            content: url("/wp-content/uploads/2025/10/FrecciaMenuLAterale.png");
            position: absolute;
            left: -0.8em;
        }

.Intro .BottoneVerde {
    color: #ffffff;
    font-weight: 400;
    width: fit-content;
    padding-right: 2em;
    padding-left: 0.8em;
    margin-top: 3em;
    margin-left: 0;
}
    .Intro .BottoneVerde:hover {
        background: var(--verde);
        opacity: 0.8;
        transition: 0.2s;
    }
        .Intro .BottoneVerde::before {
            display: none;
        }
        .Intro .BottoneVerde:after {
            content: url("/wp-content/uploads/2025/10/FrecciaPiccolaDX.png");
            position: absolute;
            margin-top: 0.1em;
            margin-left: 0.8em;
        }


/* Editor */

.Editor h2 {
    margin-top: 1em;
    margin-bottom: 0.6em;
}

.Editor h3 {
    margin-top: 1em;
    margin-bottom: 0.6em;
}

.Editor h5 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.Editor ul {
    margin: 0.4em 0;
}

.Editor li {
    list-style-type: disc !important;
	list-style-position: outside;
    margin-left: 1.1em;
}

.Editor a {
    color: var(--verde);
    border-bottom: 1px solid var(--verde);
}

.Intro {
    margin-top: 4em;
}


/*
    ================================================
    HEADER
    ================================================
*/

.header {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 10;
    padding: 2em 0;
}

#MenuHeader.header .ContenitoreHeader::before {
    content: "";
    height: 2px;
    background-color: var(--verde);
    position: absolute;
    bottom: -1em;
    right: calc(var(--bs-gutter-x) * .5);
    left: calc(var(--bs-gutter-x) * .5);
}



/* Menu */

.navbar-light .navbar-toggler-icon {
    background-image: unset;
    height: 4px;
    background: black;
    position: relative;
}
    .navbar-light .navbar-toggler-icon::before,
    .navbar-light .navbar-toggler-icon::after  {
        content: "";
        width: 100%;
        height: 4px;
        background-color: black;
        position: absolute;
    }
    .navbar-light .navbar-toggler-icon::before {
        top: -10px;
        right: -4px;
    }
    .navbar-light .navbar-toggler-icon::after {
        bottom: -10px;
        left: -4px;
    }

nav.navbar.navbar-light {
    width: fit-content;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translate(0px, -50%);
}

button.navbar-toggler.ms-auto {
    border: 0;
    color: var(--grigio-1) !important;
    font-size: 1.6em;
}

.header .offcanvas-header {
    justify-content: end !important;
    padding: 3.5em 6em 0em 0em;
}

.header .offcanvas-header .btn-close { 
    width: 2em;
    height: 2px;
    padding: 0;
    background-image: unset;
    position: relative;
}
    .header .offcanvas-header .btn-close:before,
    .header .offcanvas-header .btn-close::after {  
        content: "";
        width: 2em;
        height: 4px;
        background: white;
        position: absolute;
        top: 50%;
        left: 0;
    }
        .header .offcanvas-header .btn-close::before {
            transform: rotate(45deg);
        }
        .header .offcanvas-header .btn-close::after {
            transform: rotate(-45deg);
        }

div#offcanvasRight {
    background: var(--verde);
}

ul#menu-menu-principale {
    margin-left: 3em;
    margin-top: 3.5em;
}
    ul#menu-menu-principale li {
        margin-bottom: 1.5em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #ffffff;
    }
        ul#menu-menu-principale li a {
            font-size: 1.6em;
            font-weight: 300;
            color: #ffffff;
            transition: 0.2s;
			width: 100%;
			display: inline-block;
        }
            ul#menu-menu-principale li a:hover {
                opacity: 0.8;
                transition: 0.2s;
            }

button.btn-close.text-reset.btn-close-white {
    opacity: 1;
}

.ContenitoreSedi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
    margin-left: 3.3em;
    margin-top: 1em;
}
    .ContenitoreSedi h2 {
        color: white;
        font-size: 1.6em;
        margin-left: 0;
        margin-bottom: 0;
    }
    
    .ContenitoreSedi p {
        color: white;
        font-size: 0.8em;
    }





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


.Footer {
    position: relative;
    color: white;
    text-transform: uppercase;
    z-index: 5;
    margin-top: auto;
}

.InfoFooter {
    font-size: 0.9em;
    text-transform: math-auto;
    margin-top: 3em;
}

.Footer .Editor {
    margin-bottom: 3em;
}
    .Footer .Editor h5 {
        font-size: 1.3em;
        margin-bottom: 0.4em;
    }

.BotAppuntamento {
    display: block;
    width: fit-content;
    margin-bottom: 3em;
}

.Policy {
    font-size: 0.9em;
    font-weight: 300;
    color: #ffffff;
    text-transform: math-auto;
}
    .Policy:hover {
        opacity: 0.8;
        color: #ffffff;
        transition: 0.2s;
    }

.BottoneVerdeFooter {
    font-size: 1.2em;
    font-weight: 300;
    border: 2px solid var(--verde);
    background: var(--verde);
    padding: 0.7em 1em;
    color: #ffffff;
    text-transform: math-auto;
    transition: 0.2s;
}
    .BottoneVerdeFooter:hover {
        background: #000000;
        color: #ffffff;
        transition: 0.2s;
    }

.Footer .BottoneVerdeFooter {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .Footer .BottoneVerdeFooter img {
        padding-left: 0.7em;
    }

.Footer .BottoneNero {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
    .Footer .BottoneNero img {
        padding-left: 1.5em;
    }

.Footer .Editor a {
    color: white;
    text-decoration: none !important;
    border-bottom: 0px !important;
}
	.Footer .Editor a:hover {
		opacity:0.7 !important;
	}




/*
    ================================================
    PAGE
    ================================================
*/


.TitoloPage {
    text-align: center;
    margin-top: 4em;
}

.ContenutoPage a {
    text-transform: uppercase;
    color: #fff;
    padding: 0.6em 1em;
    transition: 0.2s;
    font-size: 0.72em !important;
}
    .ContenutoPage a:hover {
        background-color: #ffffff;
    }

input.tnp-email {
    font-family: "Work Sans", sans-serif !important;
    font-optical-sizing: auto;
}





/*
    ================================================
    404
    ================================================
*/


.QuattroZeroQuattro {
    padding-top: 3em;
}

.TornaHome {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    margin-top: 4em;
    padding: 1em;
}
    .TornaHome h1 {
        font-family: "Work Sans", sans-serif !important;
        font-optical-sizing: auto;
        font-size: 2em;
        text-transform: uppercase;
        display: inline-block;
        margin: 0em 0.6em;
        vertical-align: middle;
    }





/*
    ================================================
    HOMEPAGE
    ================================================
*/



.IntroHome {
    height: 42vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
    #TitoloPrincipale {
        overflow: hidden; 
        max-height: 42vh; 
        transition: opacity 1s ease-out, max-height 1s ease-out;
    }
        #TitoloPrincipale.FadeOut {
            opacity: 0;
            max-height: 0; 
        }
            #TitoloPrincipale.Hidden {
                display: none;
            }

    .IntroHome h1 {
        font-size: 3em;
    }

    .IntroHome img {
        bottom: 3em;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }


.HomeProfessionista {
    border-left: 2px solid var(--verde);
    padding-left: 1em;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 500;
}

.NumeriHome .Numero {
    font-family: "Work Sans", sans-serif !important;
    font-size: 5.5em;
    font-weight: 500;
    color: #ffffff;
}
.NumeriHome p {
    font-size: 1.4em;
}

.LinkRapidiHome .Contenitore {
    display: flex;
    justify-content: center;
    align-items: center;
}

.LinkRapidiHome p {
    font-size: 1.5em;
    padding-left: 1.5em;
}

.LinkRapidiHome img {
    max-height: 80px;
}



.BordoDxSx {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.HomeCollaboratori {
    border-left: 2px solid var(--verde);
    padding-left: 1em;
}
    .HomeCollaboratori h6 {
        font-weight: 600;
        font-size: 1.4em;
        margin-bottom: 0.3em;
    }





/*
    ================================================
    STUDIO
    ================================================
*/

.Studio .Editor p {
    font-size: 1.4em;
}

.ImmagineHoverWrap {
    position: relative; 
    display: block; 
    overflow: hidden;
}

.ImmagineHoverWrap img {
    width: 100%;
    height: auto;
    display: block;
}

.OverlayContenitore {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
}

.ImmagineHoverWrap:hover .OverlayContenitore {
    opacity: 1;
    visibility: visible;
}

.OverlayNero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
	transition: 0.2s;
}

.TestoProfessione {
    position: absolute;
    bottom: 1em;
    right: 1em;
    z-index: 2;
    color: white;
    font-size: 1.2em;
    text-align: right;
    padding: 10px;
    text-align: left;
}
    .TestoProfessione p {
        margin: 0;
    }

.NomeProfessionista {
    border-left: 2px solid var(--verde);
    padding-left: 1em;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: 500;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
    .NomeProfessionista h5 {
        font-weight: 500;
    }
    .NomeProfessionista p {
        word-break: break-all;
        font-size: 0.8em;
    }




/*
    ================================================
    TEAM
    ================================================
*/






/*
    ================================================
    SERVIZI
    ================================================
*/

.Servizi .Editor p {
    font-size: 1.4em;
}


/*
    ================================================
    SEDI
    ================================================
*/

.Sedi .BottoneParcheggio {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-11px, -50%);
}

.BottoneParcheggio {
    border: 2px solid var(--verde);
    color: var(--verde);
    padding: 0.5em 1em;
    transition: 0.2s;
}
    .BottoneParcheggio:hover {
        background: var(--verde);
        color: #ffffff;;
        transition: 0.2s;
    }

.Sedi .Editor {
    border-left: 2px solid var(--verde);
    padding-left: 1em;
}
    .Sedi .Editor p {
        font-size: 1.2em;
    }

.Sedi iframe {
    width: 100%;
    height: 600px;
}





/*
    ================================================
    APPUNTAMENTO e COLLABORA
    ================================================
*/

.Appuntamento .Intro h1 {
    margin-bottom: 0.5em;
}

.Appuntamento .Intro a {
    margin-top: 2em;
    margin-left: 0;
}
    .Appuntamento .Intro a:before {
        content: none;
    }

.wpcf7{
    background-color: rgba(92, 107, 65, 0.1);
    padding: 2em;
}
    .wpcf7 label {
        width: 100%;
    }

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 0.4em;
    margin-top: 1.5em;
    width: 100%;
}
    textarea.wpcf7-form-control.wpcf7-textarea {
        resize: none;
        height: 150px;
        margin-bottom: 1em;
    }

input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    width: fit-content;
    min-width: 6em;
    border: 2px solid var(--verde);
    padding: 0.3em 0.3em;
    text-align: center;
    height: fit-content;
    margin-left: 1em;
}

iframe {
    width: 100%;
    height: 300px;
}

.AppuntCitta {
    width: fit-content;
    min-width: 7em;
    border: 2px solid var(--verde);
    padding: 0.5em 1em;
    text-align: center;
    height: fit-content;
}
    .AppuntCitta h6 {
        font-size: 1.2em;
        font-weight: 600;
        color: var(--verde);
    }

.BtnParcheggioApp {
    position: absolute;
    bottom: 1.5em;
    right: 1.2em;
}

select.wpcf7-form-control.wpcf7-select {
    border: 2px solid var(--verde);
    padding: 0.3em 1em;
    margin-top: 0.5em;
    background: none;
}

span.wpcf7-spinner {
    display: none !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--verde);
    border: 1px solid var(--verde);
    color: #ffffff;
    font-size: 1.4em;
    font-weight: 500;
    padding: 1em 1em;
    transition: 0.2s;
    margin-left: auto;
    display: block;
}
    input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
        opacity: 0.8;
        /*transition: 0.2s;*/
    }

.Appuntamento h2,
.Collabora h2 {
    margin-left: 0em;
    margin-bottom: 0.3em;
}
    .Appuntamento h2::before,
    .Collabora h2::before {
        display: none;
    }





/*
    ================================================
    PAGINA PRIVACY-POLICY
    ================================================
*/   

.Generica .Editor {
    word-break: break-all;
}



/*
    ================================================
    COOKIES
    ================================================
*/

.ct-ultimate-gdpr-cookie-popup-wafer.ct-ultimate-gdpr-cookie-bottomPanel {
    bottom: 0 !important;
}

#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-popup-wafer {
    border-radius: 0 !important;
}

.ct-ultimate-gdpr-cookie-popup-wafer-white a,
.ct-ultimate-gdpr-slider-not-block a,
.ct-ultimate-gdpr-slider-block a {
    color: var(--verde) !important;
    font-family: montserrat_semibold, sans-serif !important;
}

div#ct-ultimate-gdpr-cookie-accept {
    background: var(--verde) !important;
    border: 1px solid var(--verde) !important;
}

div#ct_ultimate-gdpr-cookie-reject {
    border-color: #808181 !important; 
    background-color: transparent !important;
    color: #7c7c7c !important;
    font-family: montserrat_semibold, sans-serif;
    font-size: 12px;
}

.ct-ultimate-gdpr-cookie-modal-content {
    margin: 8em auto 0 auto;
}
    #ct-ultimate-gdpr-cookie-modal-body div:nth-child(1) {
        font-size: 0.9em;
        padding-right: 1.5em;
    }
    .ct-ultimate-gdpr-cookie-modal-slider-info.cookie3 {
        display: none !important;
    }
    .ct-ultimate-gdpr--Groups-3 .ct-slider-cookie3 .ct-ultimate-gdpr-slider,
    .ct-ultimate-gdpr-cookie-modal-slider-wrap,
    .ct-ultimate-gdpr-slider-not-block .ct-ultimate-gdpr-slider,
    .ct-ultimate-gdpr-slider {
        display: none !important;
    }
    ul.ct-ultimate-gdpr-cookie-modal-slider {
        margin-top: 2.6em;
    }
    .ct-ultimate-gdpr-cookie-modal-slider-item path,
    .ct-ultimate-gdpr-cookie-modal-slider-item path {
        fill: #595959 !important;
    }
        .ct-ultimate-gdpr-cookie-modal-slider-item.ct-ultimate-gdpr-cookie-modal-slider-item--active path,
        .ct-ultimate-gdpr-cookie-modal-slider-item .ct-ultimate-gdpr-cookie-modal-slider-item--active path {
            fill: var(--verde) !important;
        }

    #ct-ultimate-gdpr-cookie-modal-slider-item-block path{
        fill: var(--verde) !important;
    }
    .ct-ultimate-gdpr-cookie-modal-btn.save a {
        background: var(--verde) !important;
        border: 1px solid var(--verde) !important;
        color: white !important;
    }
    .ct-ultimate-gdpr-cookie-modal-slider li.ct-ultimate-gdpr-cookie-modal-slider-item--active label:after {
        background: var(--verde);
    }

    .grecaptcha-badge {   
        display: none !important;
    }







