* {
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #707070;
}
a {
    text-decoration: none !important;
    color: #707070 !important;
}

h1 {
    text-transform: uppercase;
    margin: 20px 0px;
    font-size: 20px;
    font-weight: 600;
}
h2 {
    text-transform: uppercase;
    margin: 25px 0px 10px 0px;
    font-size: 18px;
    font-weight: 600;
}
b {
    font-weight: 600;
}
p {
    font-size: 15px;
    margin: 0px;
    line-height: 23px;
    font-weight: 400;
}
p.testo2 {
    font-size: 16px;
    margin-bottom: 10px;
}
p.mb {
    margin-bottom: 10px;
}

.logo {
    margin: 0px auto;
    display: block;
    width: 300px;
    margin-bottom: 40px;
}

.containerfull {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.containerfull .col_sx {
    flex: 1;
	position: relative;
}

.containerfull .bg_sx {
    height: 100%;
    width: 100%;
    background-size: cover;
    display: none;
	position: absolute;
	top: 0px;
}
.containerfull .bg_sx#backgroundimg1 {
    background-image: url('fotohome_1.jpg');
}
.containerfull .bg_sx#backgroundimg2 {
    background-image: url('fotohome_2.jpg');
}
.containerfull .bg_sx#backgroundimg3 {
    background-image: url('fotohome_3.jpg');
}
.containerfull .bg_sx.visible {
    display: block;
}

.containerfull .col_dx {
    padding: 50px;
    display: flex;
    align-items: center;
    overflow-y: scroll;
}
.center {
    text-align: center;
}
.center p {
	text-align: center;
}
.linkblack {
    color: #111111 !important;
}

.btn_vai_calendario {
    display: block;
    margin: 30px auto 30px;
    padding: 10px;
    text-align: center;
    color: #003888;
    font-size: 16px;
    font-weight: 600;
}
@media only screen and (max-width: 1366px) {
	.logo {
		margin-bottom: 20px;
	}
	.containerfull .col_dx {
    	width: 400px;
	}
	.containerfull .col_dx {
        padding: 30px;
    }
	h1 {
		margin: 10px 0px;
	}
	h2 {
		margin: 5px 0px 0px 0px;
	}
	p.mb {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 959px) {
	h1 {
		margin: 20px 0px;
	}
	h2 {
		margin: 25px 0px 10px 0px;
	}
	.logo {
		margin-bottom: 40px;
	}
    .containerfull {
        height: auto;
		display: block;
    }
	.containerfull .col_dx {
		width: 100%;
	}
	.containerfull .col_sx,
    .containerfull .bg_sx {
        height: 230px;
    }
    .containerfull .col_dx {
        padding: 40px;
    }
	p {
		text-align: justify;
	}
	p.mb {
		margin-bottom: 10px;
	}
}