/*
    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;
    font-family: "Poppins", sans-serif !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: "Poppins", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1em;
}

a {
    text-decoration: none;
    font-family: "Poppins", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 1em;
    list-style-type: none !important;
    color: var(--Rosso1);
    transition: 0.2s;
}
    a:hover {
        text-decoration: none !important;
        color: var(--Rosso1);
        opacity: 0.8;
    }

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

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

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

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: "Poppins", 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(--Rosso);
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--Rosso);
    }


/* LIBRERIA COLORI */

:root {
    --Grigio: #2B2A29;
    --Grigio-2: #ECECEC;
    --Grigio-3: #dad9d9;
    --Rosso: #D22023;
    --RossoBottone: #9B1719;
    --Blu: #259AD0;
    --Blu2 : #1e3b90;
    --Giallo : #fbd959;
}





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

.Background {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.BackgroundContain {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.Relative {
    position: relative;
}

.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;
	}

.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;
    }

.Img100 {
    width: 100%;
    display: block;
}

.SfondoGrigio {
    background: var(--Grigio);
}

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

.SfondoRosso {
    background: #A8231F;
}

.SfondoAzzurro {
    background-color: #39A8DC;
    background: linear-gradient(152deg, #7ec5ec 0%, #98d5f4 50%, #e8f6fd 100%);
}

.SfondoGiallo {
    background-color: var(--Giallo);
}

.TestoBianco {
    color: #ffffff;
}

.H1Principale {
    font-size: 2.5em;
    font-weight: 600;
}

.Editor h1 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.Editor h2 {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.Editor h3 {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.Editor h4 {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 0.5em;
    color: var(--Rosso1);
    border-bottom: 1px solid var(--Rosso);
    margin-top: 1.5em;
}

.Editor h5 {
    font-size: 1.1em;
    font-weight: 400;
    color: var(--Rosso1);
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.Editor h6 {
    font-size: 1em;
    font-weight: 400;
    color: var(--Rosso1);
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.Editor p {
    font-size: 1em;
    font-weight: 400;
    margin: 1em 0;
    line-height: 1.7em;
    word-break: break-word;
}
    .Editor p:first-child {
        margin-bottom: 1em;
        margin-top: 0;
    }
        .Editor p:first-child:has(+ ul) {
            margin-bottom: 0em;
            margin-top: 0;
        }

.Editor ul {
    margin-left: 0 !important;
    margin-top: 0;
    margin-bottom: 1em;
}
    .Editor ul li {
        margin-left: 1.4em !important;
        list-style-type: square !important;
        list-style-position: outside;
        font-size: 0.94em;
    }
        .Editor ul li ul li {
            margin-left: 1em !important;
            list-style-type: circle !important;
        }

.Editor img {
    height: auto;
}
    
.Editor a {
    color: var(--Rosso)
}
    .Editor a:hover {
        color: var(--Rosso)
    }

.TitoloRosso {
    font-size: 3.3em !important;
    font-weight: 600 !important;
    color: var(--Rosso);
    margin-bottom: 0.5em;
}

.BottoneGenerico {
    font-size: 1em;
    padding: 1em 1.5em;
    transition: 0.2s;
}

.BottoneRosso {
    color: white;
    background: var(--Rosso);
    border: unset;
    transition: 0.2s;
}
    .BottoneRosso:hover {
        color: white;
        background: var(--Rosso);
    }

img.aligncenter {
    display: block;
    margin: auto;
}

.BackgroundImage {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
} 

.SfondoGrigio3 {
    background-color: var(--Grigio-3);
}

.ColoreRosso {
    color: var(--Rosso);
}

.ColoreRossoBottone {
    color: var(--RossoBottone);
}

.ColoreBianco {
    color: white;
}

.ColoreNero {
    color: black;
}

.ColoreBlu {
    color: var(--Blu2);
}

.Testo1 { 
    font-size: 2.5em;
    font-weight: 500;
}

.Testo2 {
    font-size: 2.1em;
    font-weight: 600;
    line-height: 1.2em;
}

.Testo3 {
    font-size: 2.1em;
}

.Testo4 {
    font-size: 1.4em;
    font-weight: 500;
}

.Testo5 {
    font-size: 1.3em;
    line-height: 1.7em;
    font-weight: 500;
}

.Testo6 {
    font-size: 2.8em;
    font-weight: 600;
}

.SfondoGrigio {
    background: var(--Grigio);
}

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

.SfondoRosso {
    background: var(--Rosso);
}

.PaddingBlocco {
    padding: 1em 1em 1em 1em;
}

.Bottone {
    border: 2px solid currentColor;
    border-radius: 25px;
    padding: 0.4em 2.1em;
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}

.BottoneGrande {
    border: 1px solid currentColor;
    border-radius: 25px;
    padding: 0.3em 1.6em;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 500;
}

.BordoCard {
    padding: 5.4em 5.3em 5.4em 5.3em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.BordoCard2 {
    padding: 5.8em 0em 5.8em 5.3em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.BordoCard3 {
    padding: 0em 0em 0em 5.4em;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.ElementoCentrato {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ElementoStart {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2em;
}

.ImmagineFluid {
    height: 532px;
    object-fit: cover;
}

.ImmagineFluid2 {
    height: 460px;
    object-fit: cover;
}

.ObjCover {
    object-fit: cover;
}

.BloccoFiel {
    margin-top: 2em;
}

.BloccoFiel p {
    color: var(--Rosso);
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1.1em;
    position: relative;
    width: fit-content;
}
    .BloccoFiel p:after {
        content: "";
        width: 25px;
        height: 25px;
        background-image: url(https://www.petrolvilla.it/wp-content/uploads/2026/03/LogoDownload.png);
        position: absolute;
        right: -2em;
        background-repeat: no-repeat;
        background-position: center;
    }

    .BloccoFiel .ContenitoreAllegati {
        display: flex;
        gap: 0.8em;
        flex-wrap: wrap;
        
    }

    .BloccoFiel .ContenitoreAllegati a {
        border: 1px solid var(--Rosso);
        border-radius: 25px;
        padding: 0.3em 0.6em;
        font-size: 0.9em;
        font-weight: 500;
        flex: 0 0 calc((100% - 30px) / 3);
        text-align: center;
        min-width: 200px;
    }










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

.header {
    padding: 1.5em 0;
    border-bottom: 1px solid var(--Grigio-3);
}
    .header .LogoSito img {
        max-width: 100%;
        width: 247px;
        height: auto;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-auto;
        transform: translateZ(0);
    }

/* Menu principale */

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

.MenuPrincipale .menu {
    display: flex;
    gap: 25px;
}
    .MenuPrincipale .menu > li {
        position: relative;
        transition: 0.1s;
        padding: 10px 0;
        border-bottom: 1px solid transparent;
    }
        .MenuPrincipale .menu > li:hover {
            border-bottom: 1px solid var(--Rosso);
        }
            .MenuPrincipale .menu > li > a {
                display: block;
                font-weight: 600;
            }

        /* stile menu li attivo */
        .MenuPrincipale .menu li.current-menu-item {
            border-bottom: 2px solid var(--Rosso);
        }
        .menu-item-has-children .sub-menu::before {
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
            width: 100%;
            height: 40px;
            background: transparent;
        }
            .MenuPrincipale .sub-menu {
                position: absolute;
                top: 4.4em;
                left: -2.4em;
                min-width: 280px;
                background: var(--Grigio-2);
                display: none;
                padding: 1.5em 2.5em;
                box-shadow: 0 10px 25px rgba(0,0,0,0.08);
                z-index: 999;
            }
            .MenuPrincipale .menu-item-has-children:hover > .sub-menu {
                display: block;
            }
            .MenuPrincipale .sub-menu li a {
                display: block;
                padding: 0px;
                font-weight: 500;
                font-size: 0.9em;
            }


/* social header */

.SocialHeader {
    margin-left: 3.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

    .SocialHeader img {
        height: auto;
        max-width: 100%;
        width: 20px;
        display: block;
    }


/* lingue header */

.LanguageSwitcher {
    margin-left: 2em;
}

.LanguageSwitcher .SelettoreLingua {
    border: unset;
    font-weight: 600;
    text-transform: uppercase;;
    background-color: white;
}
    .LanguageSwitcher .SelettoreLingua option {
        font-size: 1em;
        text-transform: uppercase;;
    }










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

.Footer {
    background: var(--Grigio);
    margin-top: auto;
    color: #ffffff;
    font-size: 0.9em;
}

.Footer .LogoFooter {
    max-width: 100%;
    width: 259px;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    transform: translateZ(0);
}

.Footer .SocialFooter {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 2.4em;
}
    .Footer .SocialFooter img {
        width: 20px;
        height: 22px;
    }

.Footer .MenuFooter #menu-menu-footer {
    margin: 0;
}

    .Footer .MenuFooter li.menu-item,
    .Footer .MenuProdotti li.menu-item {
        line-height: 1.7em;
    }

.Footer ul.menu {
    margin-left: 0;
    margin-right: 0;
}
    .Footer .MenuProdotti li.menu-item {
        position: relative;
    }
        .Footer .MenuProdotti li.menu-item::before {
            content: ">";
            width: 15px;
            height: 15px;
            display: inline-block;
        }










/*
    ================================================
    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: "Poppins", sans-serif !important;
    font-optical-sizing: auto;
}










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

section.BackgroundHero {
    height: 85vh;
}
    section.BackgroundHero img {
        position: absolute; 
        top: 0; 
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

.Homepage .BloccoHome {
    position: absolute;
    bottom: 3em;
    left: 50%;
    transform: translate(-50%, 10px);
}
    .Homepage .Testo1 {
        font-weight: 600;
    }

    .Homepage .ContTessera {
        width: 647px;
        height: 305px;
        padding: 1.5em 2em;
        overflow: hidden;
    }
        .Homepage .ContTessera::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.3); 
            z-index: 1;
        }
        .Homepage .ContTessera h2,
        .Homepage .ContTessera h3,
        .Homepage .ContTessera .Bottone {
            position: relative; 
            z-index: 2; 
            color: #ffffff; 
        }

        .Homepage .ContTessera h2 {
            font-size: 1.5em;
            font-weight: 200;
        }

        .Homepage .ContTessera h3 {
            font-size: 1.8em;
            font-weight: 500;
            line-height: 1.2em;
        }

        .Homepage .ContTessera .Bottone {
            position: absolute; 
            bottom: 1.7em;
            left: 2.2em;
            z-index: 3; 
        }

    .Homepage .Testo4 {
        margin-bottom: 5em;
    }

    .Homepage .TesseraMobileHome {
        display: none;
    }

    
    .Homepage .BloccoBottoni,
    .Homepage .BloccoLoghi {
        display: inline-block;
    }
        .Homepage .BloccoLoghi img {
            max-width: 100%;
            width: 90px;
            height: auto;
            image-rendering: -webkit-optimize-contrast;
            image-rendering: crisp-edges;
        }










/*
    ================================================
    CHI SIAMO
    ================================================
*/

.ChiSiamo .BackgroundImage::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.ChiSiamo .Testo1 {
    position: absolute;
    bottom: 4em;
    right: 5em;
    z-index: 3;
}

.ChiSiamo .Testo1 {
    font-weight: 600;
}

.ChiSiamo .Sezione3 .BackgroundImage {
    height: 717px;
}
    .ChiSiamo .Sezione3 .BackgroundImage .BloccoTesto {
        position: absolute;
        width: 33%;
        bottom: 6.5em;
        left: 0.6em;
    }

    .ChiSiamo .Sezione1 {
        padding-top: 2em;
        padding-bottom: 2em;
    }
 
.ChiSiamo .ImmagineFluid2 {
    /*max-height: 460px;*/
    object-fit: contain;
    max-width: 100%;
    height: auto;
    display: block;
}









/*
    ================================================
    LUCE E GAS
    ================================================
*/

.LuceGas .Sezione4 .BackgroundImage {
    height: 540px;
}

.LuceGas .BordoCard {
    padding: 4.1em 5.3em 4.1em 5.3em;
}

.LuceGas .ImmagineFluid2 {
    height: 100%;
}
    
.BloccoCardLuce {
    padding: 5em 3em 5em 3em;
}
    .BloccoCardLuce h2 {
        font-size: 3.1em;
        font-weight: 500;
        margin-bottom: 0.5em;
    }

.LuceGas .BloccoPartner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5em; 
    width: 100%;
}
    .LuceGas .BloccoPartner div { 
        text-align: center;
    }
        .LuceGas .BloccoPartner img {
            max-width: 100%;
            width: 271px;
            height: auto;
            transform: translateZ(0);
            image-rendering: -webkit-optimize-contrast;
            image-rendering: revert;
            image-rendering: -webkit-optimize-contrast;
            backface-visibility: hidden;
            margin-top: 0.5em;
        }
            .LuceGas .BloccoPartner div:nth-child(1) p {
                font-size: 0.9em;
            }
            .LuceGas .BloccoPartner div:nth-child(1) img {
                width: 200px;
            }










/*
    ================================================
    CONTATTI
    ================================================
*/

.Contatti .Editor h3{
    font-size: 1em;
}

.Contatti .Editor p {
    font-size: 1em;
    margin-top: 0;
}

.Contatti .Editor a {
    color: black;
}

.Contatti iframe {
    height: 540px;
}

.Contatti .PaddingSinistro {
    padding-left: 6.9em;
}

.Contatti .PaddingDestro {
    padding-right: 6.9em;
}

.Contatti .ContenitoreInfoContatti.BordoCard {
    padding: 6em 6em 6em 5em;
}

.Contatti .ContenitoreImmagine img {
    height: 550px;
    object-fit: cover;
}


.Mappa #mappa-osm {
    width: 100%;
    height: 600px;
}
    .Mappa .IconaGoogleMaps {
        position: absolute;
        z-index: 900000;
        right: 10px;
        top: 10px;
        background-color: var(--Rosso);
        padding: 0.3em;
    }
        .Mappa .IconaGoogleMaps {
            opacity: 1 !important;
            display: flex;
        }






/*
    ================================================
    PAGINA GASOLIO E AUTOTRAZIONE / GASOLIO E BENZINA AGRICOLA
    ================================================
*/

.Autotrazione .Editor ul,
.Agricoli .Editor ul  {
  list-style-type: none; 
  margin-left: 0.9em !important;
}
    .Autotrazione .Editor ul li,
    .Agricoli .Editor ul li {
            margin-left: 0em !important; 
            margin-bottom: 0.3em;
            line-height: 1.5em;
        }
        .Autotrazione .Editor ul li::marker,
        .Agricoli .Editor ul li::marker  {
            content: "> "; 
        }










/*
    ================================================
    PAGINA NEWS
    ================================================
*/

.CardNews {
    background-color: white;
    padding: 1.5em;
}
    .CardNews .news-card-date {
        color: var(--Rosso);
        margin-bottom: 0.5em;
    }
        .CardNews .News h2 {
            font-size: 1.4em;
            font-weight: 600;
            margin-bottom: 0.5em;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 1.2em;
            min-height: 54px;
        }
        .CardNews .News .TestoNews {
            line-height: 1.3em;
            font-weight: 300;
            padding-right: 1.5em;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .CardNews .news-card-link {
            display: inline-block;
            position: absolute;
            right: 0.5em;
            bottom: 0.6em;
            font-size: 1.8em;
            color: var(--Rosso);
            font-weight: 300;
        }

        .ImgNews {
            height: 279px;
            object-fit: cover;
        }

        .archive-pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.7em;
        }
            span.page-numbers.current {
                font-size: 1.8em;
                color: var(--Rosso);
                font-weight: 500;
            }
            .page-numbers {
                font-size: 1.4em;
            }
            .prev.page-numbers img,
            .next.page-numbers img  {
                height: 15px;
            }


/* singola news */

.single-news .single-news-date {
    color: var(--Rosso);
    font-size: 1.2em;
    margin: 1em 0em 0.5em 0em;
}

.single-news h1 {
    font-size: 1.8em;
    margin: 0em 0em 0.5em 0em;
    font-weight: 600;
}

.single-news .single-news-navigation {
    display: flex;
    justify-content: space-between;
}
    .single-news .single-news-navigation .Bottone {
        border: 1px solid currentColor;
        border-radius: 25px;
        padding: 0.5em 0.6em;
        font-size: 0.9em;
        font-weight: 500;
        display: inline-block;
        width: 302px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .single-news  .single-news-navigation .Bottone {
            border-color: var(--RossoBottone);
        }
            .single-news  .single-news-navigation .Bottone.NewsNext {
                padding: 0.7em 1em 0.7em 2.7em !important;
            }
            .single-news  .single-news-navigation .Bottone.NewsPrev {
                padding: 0.7em 2.7em 0.7em 1em !important;
            }
                .single-news  .single-news-navigation .Bottone a {
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                }
                    .single-news  .single-news-navigation .Bottone a img.FrecciaNext {
                        position: absolute;
                        right: 1em;
                        top: 34%;
                    }
                    .single-news  .single-news-navigation .Bottone a img.FrecciaPrev {
                        position: absolute;
                        left: 1em;
                        top: 34%;
                    }









  

/* ================================================
   COOKIE
   ================================================ */

.ct-container.ct-ultimate-gdpr-cookie-popup-bottomPanel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ct-ultimate-gdpr-cookie-popup-wafer.ct-ultimate-gdpr-cookie-bottomPanel {
    position: fixed !important; 
    bottom: 0 !important;
    width: 100%;
    z-index: 99999;
}

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


#ct-ultimate-gdpr-cookie-modal-body a {
    color: var(--Rosso) !important;
}

#ct-ultimate-gdpr-cookie-modal-body .ct-ultimate-gdpr-cookie-modal-btn a {
    color: white !important;
}

#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-popup-wafer #ct-ultimate-gdpr-cookie-accept, 
#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-popup-wafer #ct-ultimate-gdpr-cookie-change-settings,
#ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-popup-wafer #ct_ultimate-gdpr-cookie-reject,
.ct-ultimate-gdpr-cookie-modal-btn a {
    background-color: var(--Rosso) !important;
    border-color: var(--Rosso) !important;
    color: white !important; 
}

#ct-ultimate-gdpr-cookie-modal-body .ct-ultimate-gdpr-cookie-modal-btn a:hover {
    color: white !important;
    border: 1px solid var(--Rosso) !important;
}


    /* impostazioni */

    #ct-ultimate-gdpr-cookie-modal-slider-form {
        margin-top: 2.5em !important; 
    }

    .ct-ultimate-gdpr-slider-not-block .ct-ultimate-gdpr-slider {
        border-color: var(--Rosso) !important;
    }

    #ct-ultimate-gdpr-cookie-modal-slider-form path {
        fill: var(--Rosso) !important;
    }

    .ct-ultimate-gdpr-cookie-modal-slider li.ct-ultimate-gdpr-cookie-modal-slider-item--active label:after {
        background: var(--Rosso) !important;
    }










/*
    ================================================
    PAGINA LUBRIFICANTI E ADBLUE
    ================================================
*/

.Adblue .SfondoAzzurro .Testo2.ColoreBianco {
    font-size: 3.3em;
}










/*
    ================================================
    COMPONENTE SLIDER NEWS
    ================================================
*/

.carousel-indicators {
    margin-bottom: 0em !important;
}
    .carousel-indicators [data-bs-target] {
        width: 20px;
    }

#ScorrimentoNewsHome { 
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    overflow-x: auto; 
    scroll-snap-type: x mandatory; 
    scroll-behavior: smooth; 
    gap: 24px; 
    padding-bottom: 20px;
}
    #ScorrimentoNewsHome::-webkit-scrollbar { 
        display: none; 
    }

.ItemNews {
    width: 85%; 
    flex: 0 0 auto; 
    scroll-snap-align: start;
}

.FrecciaSliderNewsPrev {
    position: absolute; 
    top: 50%; left: 0em; 
    transform: translateY(-50%); 
    z-index: 10; 
    background: transparent;
    border: none;
}

.FrecciaSliderNewsNext {
    position: absolute; 
    top: 50%; 
    right: 0em; 
    transform: translateY(-50%);
    z-index: 10; 
    background: transparent; 
    border: none;
}

@media (min-width: 768px) {
    .ItemNews { 
        width: calc(50% - 12px); 
    }
}

@media (min-width: 992px) {
    .ItemNews { 
        width: calc(33.333% - 16px);
    }
}








/*
    ================================================
    COMPONENTE CAROSELLO IMMAGINI
    ================================================
*/

.ComponenteCarosello .carousel-item img {
    object-fit: cover !important;
    max-height: 641px;
    object-position: center;
}

.ComponenteCarosello .carousel-control-next, 
.ComponenteCarosello .carousel-control-prev {
    width: 3%;
}










/*
    ================================================
    MAPPA INTERATTIVA
    ================================================
*/

.MappaInterattiva {
	position: relative;
	width: 100%;
}

.MappaInterattiva__Inner {
	position: relative;
	width: 100%;
}

.MappaInterattiva__MapWrap {
	position: relative;
	width: 100%;
}

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

.MappaInterattiva__Markers {
	position: absolute;
	inset: 0;
}

.MappaInterattiva__Marker {
	position: absolute;
	transform: translate(-50%, -100%);
	text-decoration: none;
	z-index: 2;
}

.MappaInterattiva__Marker img {
	display: block;
	max-width: 32px;
	height: auto;
}

.MappaInterattiva__MarkerLabel {
	margin-top: 4px;
	padding: 3px 6px;
	color: #222;
	font-size: 13px;
	line-height: 1.2;
	border-radius: 3px;
	white-space: nowrap;
    font-weight: 600;
}

.BloccoDistributore {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.MappaInterattiva__Marker[aria-label="Ala"] .BloccoDistributore,
.MappaInterattiva__Marker[aria-label="Rovereto"] .BloccoDistributore,
.MappaInterattiva__Marker[aria-label="Trento"] .BloccoDistributore,
.MappaInterattiva__Marker[aria-label="Lavis"] .BloccoDistributore,
.MappaInterattiva__Marker[aria-label="Bolzano"] .BloccoDistributore {
    flex-direction: row-reverse;
}

.MappaInterattiva__Marker[aria-label="Borgo Chiese"] .BloccoDistributore{
    flex-direction: row;
}

.MappaInterattiva__Marker[aria-label="Lavis"] .BloccoDistributore {
    flex-direction: column;
}

.MappaInterattiva__PopupWrap {
	position: fixed;
	inset: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.MappaInterattiva__PopupWrap:target {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.MappaInterattiva__Overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.4);
}

.MappaInterattiva__Popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(560px, calc(100% - 40px));
	max-height: 721px;
	overflow: auto;
	background: #fff;
	box-shadow: 0 15px 40px rgba(0,0,0,0.25);
	padding: 2.6em 1em 1em 1em;
	z-index: 2;
}

.MappaInterattiva__Close {
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 30px;
	line-height: 1;
	text-decoration: none;
	color: #222;
}

.MappaInterattiva__PopupGrid {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.MappaInterattiva__PopupImage {
	margin-bottom: 15px;
}

.MappaInterattiva__PopupImage img {
	display: block;
	width: 100%;
	max-height: 250px;
    object-fit: cover;
}

.MappaInterattiva__PopupHeader {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
    padding: 0em 0.8em;
}

.MappaInterattiva__PopupNome {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 400;
}
    .MappaInterattiva__PopupWrap.distributore .MappaInterattiva__PopupNome {
        color: var(--Rosso) !important;
    }

.MappaInterattiva__PopupCitta {
    font-size: 1.7em;
    line-height: 1.05;
    font-weight: 600;
    color: var(--Rosso);
}

.ContenitoreInfoDistributore {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.MappaInterattiva__PopupInfo {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 3em;
    font-weight: 400;
}

.MappaInterattiva__PopupTipoIcona img {
	display: block;
	max-width: 40px;
	height: auto;
}

.MappaInterattiva__Servizi {
	margin-top: 20px;
	display: grid;
	gap: 12px;
    padding: 0em 0.8em;
}

.MappaInterattiva__InformazioniFlex {
    display: flex;
    gap: 1em;
    justify-content: space-between;
}
 
.MappaInterattiva__Servizio {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	line-height: 1.4;
    font-weight: 600;
}
    .MappaInterattiva__Servizio img {
        display: block;
        width: 30px;
        height: 30px;
        object-fit: contain;    
    }

.MappaInterattiva__PopupMap {
    width: 255px;
}

.MappaInterattiva__PopupMap .IconaGoogleMaps,
.MappaInterattiva__LeafletWrapper .IconaGoogleMaps {
    position: absolute;
    z-index: 9000;
    right: 10px;
    top: 10px;
    background: var(--Rosso);
    display: flex;
    height: 30px;
}


@media screen and (max-width: 991px) {
	.MappaInterattiva__PopupGrid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	.MappaInterattiva__Marker img {
		max-width: 24px;
	}

	.MappaInterattiva__MarkerLabel {
		font-size: 11px;
		padding: 2px 5px;
	}

	.MappaInterattiva__Popup {
		width: calc(100% - 20px);
		padding: 15px;
	}

	.MappaInterattiva__PopupCitta {
		font-size: 26px;
	}
}

.MappaInterattiva__Desktop {
	display: block;
}

.MappaInterattiva__Mobile {
	display: none;
}

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

	.MappaInterattiva__Mobile {
		display: block;
	}
}







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

.QuattroZeroQuattro {
    padding-top: 3em;
}

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

.QuattroZeroQuattro {
    padding-top: 3em;
}

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

.QuattroZeroQuattro a {
    display: inline-block;
    background: var(--Grigio);
    transition: 0.2s;
}
    .QuattroZeroQuattro a h1 {
        font-family: 'Roboto', sans-serif !important;
        font-size: 1.2em;
        text-transform: uppercase;
        color: white;
        padding: 0.7em;
        transition: 0.2s;
    }
    .QuattroZeroQuattro a:hover {
        opacity: 0.8;
    }