/*
    Theme Name: Prima Pubblicita
    Author: Andrea Paolazzi
    Description: Tema di Prima Pubblicita
    Version: 4.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;
}

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;
    overflow-x: hidden !important;
}

table {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 1em;
}

a {
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1em;
    color: #000000 !important;
    list-style-type: none !important;
}
    a:hover {
        text-decoration: none !important;
    }

li {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.4em;
    color: #000000;
	list-style: none;
}

p {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 16px !important;
    color: #000000;
    line-height: 1.5em;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    color: #000000;
    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: 'Roboto', sans-serif !important;
    font-weight: bold;
}

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

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

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

/* Risolve problema caricamento carosello */

.responsive {
    display: none;
}

    .responsive.slick-initialized {
        display: block;
    }


/* SCROLLBAR */

/* width */
::-webkit-scrollbar {
	z-index: 10 !important;
    width: 10px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
    background: #12AA6D;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #1F7B51;
    }


/* LIBRERIA COLORI */

:root {
	--sfondo: #12AA6D;
	--verde-1: #1F7B51;
    --verde-2: #1D9460;
    --verde-3: #16A268;
    --verde-4: #12AA6D;
}





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

.PaddingGrande {
    padding-top: 6em;
    padding-bottom: 6em;
}

.PaddingMedio {
    padding-top: 3em;
    padding-bottom: 3em;
}
    .PaddingMedioSopra {
        padding-top: 3em;
    }

.PaddingPiccolo {
    padding-top: 2em;
    padding-bottom: 2em;
}
	.PaddingPiccoloSopra {
		padding-top: 2em;
	}

.Bottone {
	font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    background: #ffffff;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 0.9em;
    cursor: pointer;
    padding: 0.7em 1.7em;
    transition: 0.3s;
	opacity: 1;
}
    .Bottone:hover {
        opacity: 0.8;
        transition: 0.3s;
    }

.BottoneVerde {
	font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    background: var(--sfondo);
    color: #ffffff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 0.9em;
    cursor: pointer;
    padding: 0.7em 1.7em;
    transition: 0.3s;
	opacity: 1;
}
    .BottoneVerde:hover {
        opacity: 0.8;
        transition: 0.3s;
    }

.Titolo {
	position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 1.5em;
    font-size: 2.8em !important;
    z-index: 2;
}

.TitoloBig {
    color: var(--magenta);
    font-size: 4em;
    font-weight: 600;
    line-height: 1.1em;
    margin-top: 1em;
}

.Img100 {
	width: 100%;
}







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


.header {
	background: var(--sfondo);
    padding: 0.6em 4em;
    position: relative;
	top: 0;
    left: 0;
    width: 100%;
	z-index: 10;
}


/* Menu */

.menuheader {
    text-align: right;
    margin-top: 1.5em;
}

.menuheaderInterno {
    text-align: right;
    margin-top: 1em;
}

#menu-menu-principale {
    position: relative;
    margin: 0;
	padding: 0;
}
    #menu-menu-principale li {
        display: inline-block;
        color: #ffffff;
        margin: 0 1em;
        text-transform: uppercase;
    }
    #menu-menu-principale a {
    	font-family: 'Roboto', sans-serif !important;
    	text-decoration: none;
    	font-size: 1em;
    	font-weight: 600;
    	position: relative;
    	transition: 0.2s;
    }
		#menu-menu-principale a:after {
			content: '';
    		position: absolute;
    		width: 30px;
    		height: 2px;
    		background: var(--azzurro);
    		border-radius: 0;
    		bottom: -8px;
    		left: 0;
    		right: 0;
    		margin-left: auto;
    		margin-right: auto;
    		border-radius: 4px;
		}
        #menu-menu-principale a:hover {
            opacity: 0.8;
        }

#menu-menu-principale a {
    color: #ffffff !important;
    border-bottom: 4px solid #434242;
    padding-bottom: 0.3em;
}


/* Header interno */

.HeadIntImg {
	position: relative;
    background: #434242;
}
	.HeadIntImg h1 {
		color: #ffffff;
		text-transform: uppercase;
		font-size: 4em;
		font-weight: 800;
		margin-top: 0.3em;
	}
	.HeadIntImg h2 {
		color: #ffffff;
		font-weight: 400;
		font-size: 1.3em;
		margin: 0;
	}








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

.Footer1 {
    padding: 3em 0;
	background: #434242;
}
	.Footer1 p {
		color: #ffffff;
		font-size: 0.8em !important;
	}
	.Footer1 a {
		font-size: 13px !important;
		color: #ffffff !important;
		text-decoration: none;
		display: block;
		margin-bottom: 0.2em;
	}
	.Footer1 a:hover {
		transition: 0.2s;
		color: var(--sfondo) !important;
	}

.LogoFooter img {
	display: block;
	margin-bottom: 1em;
}

.Footer2 {
    padding: 2em 0;
}

.Footer2 a {
	text-align: center;
    display: block;
}






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

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

.ContenutoPage a {
    text-transform: uppercase;
    background-color: var(--arancio);
    border: 2px solid var(--arancio);
    color: #fff;
    padding: 0.6em 1em;
    transition: 0.2s;
    font-size: 0.72em !important;
}

    .ContenutoPage a:hover {
        background-color: #ffffff;
        color: var(--arancio);
    }

input.tnp-email {
    font-family: 'Roboto', sans-serif !important;
}





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

.QuattroZeroQuattro {
    background-color: var(--giallo);
    padding-top: 5em;
}

.TornaHome {
    text-align: center;
    margin: 0 auto;
    background: var(--grigio);
    width: fit-content;
    margin-top: 4em;
    padding: 1em;
}
    .TornaHome h1 {
        font-family: 'Roboto', sans-serif !important;
        font-size: 2em;
        color: #ffffff;
        text-transform: uppercase;
        display: inline-block;
        margin: 0em 0.6em;
        vertical-align: middle;
    }
    .TornaHome img {
        display: inline-block;
        vertical-align: middle;
    }





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

.SliderHome {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 76vh;
}

.SliderContent {
	position: relative;
	height: 76vh;
}

.TitoloSlider {
    position: absolute;
    top: 28vh;
    left: 50%;
    transform: translateX(-50%);
}

.TitoloSlider h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 4em;
    font-weight: 700;
    line-height: 1em;
    color: #ffffff;
}

.TitoloSlider h2 {
    color: #ffffff;
    font-size: 1.4em;
	font-weight: 400;
    text-align: center;
}

.carousel {
    background-color: #434242 !important;
}


/* SERVIZI */

.Servizio h3 {
    color: #ffffff;
}

.Servizio p {
    color: #ffffff;
}

.Ser-1 {
    background: var(--verde-1);
    padding: 3em 2em;
	min-height: 360px;
}
	.Ser-1 h3 {
		margin: 0.6em 0px;
	}
	.Ser-1 p {
		min-height: 60px;
		margin-bottom: 1em;
	}

.Ser-2 {
    background: var(--verde-2);
    padding: 3em 2em;
	min-height: 360px;
}
	.Ser-2 h3 {
		margin: 0.6em 0px;
	}
	.Ser-2 p {
		min-height: 60px;
		margin-bottom: 1em;
	}

.Ser-3 {
    background: var(--verde-3);
    padding: 3em 2em;
	min-height: 360px;
}
	.Ser-3 h3 {
		margin: 0.6em 0px;
	}
	.Ser-3 p {
		min-height: 60px;
		margin-bottom: 1em;
	}

.Ser-4 {
    background: var(--verde-4);
    padding: 3em 2em;
	min-height: 360px;
}
	.Ser-4 h3 {
		margin: 0.6em 0px;
	}
	.Ser-4 p {
		min-height: 60px;
		margin-bottom: 1em;
	}





/*
    ================================================
    AMBIENTE
    ================================================
*/

.AmbienteImg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100%;
}

.TestoAmbiente {
	padding: 8em 10em;
}






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

.TestoServizi {
	padding: 5em 10em;
}

.ListaSer {
    padding-bottom: 4em;
}

.ServizioInt {
    background: #F1F1F1;
    padding: 2em;
	margin: 0.8em 0;
	min-height: 230px;
}
	.ServizioInt h3 {
		font-weight: 400;
		color: var(--sfondo);
		font-size: 1.5em;
		margin-bottom: 0.6em;
	}
	.ServizioInt p {
		min-height: 80px;
	}















