@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300&display=swap');
html, body {
    overflow-x: hidden;
    background-color: #ffffff;
    position: relative;
    opacity: 1;
    /* transition: 1s opacity; */
	padding-right: 0 !important;
    font-family: 'Open Sans', sans-serif;
}

body.fade-out {
    opacity: 0;
    transition: none;
    background-color: #ffffff;
}

.height100 {
	height: 100%;
}

.letter-spacing {
	letter-spacing: 1px;
}

section {
    padding: 0;
    position: relative;
}

button:focus {
    outline: none;
}

.pre-line {
    white-space: pre-line;
}

.transform-none {
    text-transform: none;
}

/* Font Weight */


.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

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

.font-weight-800 {
    font-weight: 900;
}

.font-weight-900 {
    font-weight: 900;
}

/*   Fine Font Weight   */

/*   Line Height   */

.line-height-xs {
    line-height: 1;
}

.line-height-sm {
    line-height: 1.2;
}

.line-height-md {
    line-height: 1.4;
}

.line-height-lg {
    line-height: 1.6;
}

.line-height-xl {
    line-height: 1.8;
}

/*   Fine Line Height   */

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0;
	line-height: 1;
}

p {
    font-size: 1rem;
}

a {
	color: #000000;
	text-decoration: underline,
}

a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #000000;
	text-decoration: none;
}

.img-centered {
    margin: 0 auto;
}

/* Fine Classi generiche */


/* Pulsanti */

.button { 
    background-color: #000000;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    color: #ffffff;
    text-transform: uppercase;
    outline: none;
    display: inline-block;
    font-size: 1.5rem;
    border: none;
    letter-spacing: 1px;
    font-weight: bold;
}

.button:hover {
    background-color: #000000;
	color: #FF0000;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.button {
    text-decoration: none;
}

a:hover.button {
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.focus.button, a.active.button {
    text-decoration: none;
    color: #ffffff;
    background-color: #6a7989;
}

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem;
    display: none;
}

.scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem;
}

.close {
    position: absolute;
    right: 1rem;
    top: 0;
    opacity: 1;
    font-size: 3rem;
}

.errored {
    color: #ffffff;
    background-color: #e10000;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.bold {
    font-weight: 700!important;
}

.img-logo {
    max-width: 75px;
}

.post-detail span {
    margin-right: 10px;
}
.share-detail span {
    margin-right: 7px;
}

.riquadro {
    border: 1px solid #d0d0d0;
}

a.button-iniziative {
    background-color: #000000;
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
    color: #ffffff;
    text-transform: uppercase;
    outline: none;
    display: inline-block;
    font-size: 1rem;
    border: none;
    letter-spacing: 1px;
    font-weight: bold;    
    text-decoration: none;
}

a:hover.button-iniziative {
    text-decoration: none;
    color: #ffffff;
    background-color: #FF0000;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}