/*
    Theme Name: Prima Multimedia
    Author: Andrea Paolazzi
    Author URI: https://www.prima-tn.it/
    Description: Tema modulare di Prima Multimedia
    Version: 8.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;
    font-family: "Montserrat" !important;
}
    .ContenitoreBody {
        margin-top: 5.5em;
    }

table {
    font-family: "Montserrat" !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1em;
}

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

li {
    font-family: "Montserrat" !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.4em;
    list-style-type: none !important;
}
    
p {
    font-family: "Montserrat" !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat" !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: "Montserrat" !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(--giallo1);
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--blu5);
    }


/* LIBRERIA COLORI */

:root {
    --rosso : #900635;
    --rosso2 : #7e052e;
}





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

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

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

.Bold {
    font-weight: 600;
}

.Relative {
    position: relative;
}

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

.SfondoRosso2 {
    background: var(--rosso2);
}

.SfondoBianco {
    background: white;
}

.ColoreBianco {
    color: white;
}

.ColoreRosso2 {
    color: var(--rosso2);
}






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










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








/*
    ================================================
    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: "Oswald", 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: "Oswald", serif !important;
        font-optical-sizing: auto;
        font-size: 2em;
        text-transform: uppercase;
        display: inline-block;
        margin: 0em 0.6em;
        vertical-align: middle;
    }






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

.Homepage {
    padding: 4em 3em 2em 3em;
    background-color: var(--rosso) !important;
}
    .Homepage .Logo img {
        height: 139px;
    }

    .Homepage .DueBlocchi div:nth-child(1),
    .Homepage .DueBlocchi div:nth-child(2) {
        padding: 7em 2.5em 4em 2.5em
    }
        .Homepage .DueBlocchi div:nth-child(1) h2,
        .Homepage .DueBlocchi div:nth-child(2) h2 {
            font-size: 3.3em;
            margin-bottom: 0;
        }

    .Homepage .DueBlocchi div:nth-child(2) {
        position: relative;
    }
        .Homepage .DueBlocchi div:nth-child(2) p {
            font-size: 1.2em;
            line-height: 1.2em;
            font-weight: 600;
            position: absolute;
            bottom: 1em;
            left: 2.2em;
        }

    .Homepage .Contatti div:nth-child(1) p {
        font-size: 3.5em;
        font-weight: 600;
        line-height: 1.1em;
    }

    .Homepage .Contatti div:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5em;
    }
        .Homepage .Contatti div:nth-child(2) img {
            height: 90px;
        }
        .Homepage .Contatti div:nth-child(2) a {
            color: white;
            font-size: 4.6em;
            font-weight: 600;
            line-height: 1.1em;
        }

    .Homepage .Sedi div:nth-child(1) p {
        font-size: 1.8em;
        font-weight: 600;
    }

    .Homepage .Sedi div:nth-child(2) p,
    .Homepage .Sedi div:nth-child(3) p {
        font-size: 1.4em;
        font-weight: 400;
        line-height: 1.2em;
    }
        .Homepage .Sedi div:nth-child(2) {
            position: relative;
        } 
            .Homepage .Sedi div:nth-child(2):after {
                content: "";
                width: 1px;
                height: 50px;
                background-color: white;
                position: absolute;
                right: 0;
                top: 0;
            } 

    .Homepage .TestoInfo div:nth-child(1) p {
        font-size: 1.3em;
        font-weight: 600;
    }

    .Homepage .TestoFooter div:nth-child(1) p {
        font-size: 1em;
    }

.header,
.Footer {
    display: none;
}