@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,400i,500,500i,700,800,900');

html, body {
	font-family: 'Montserrat', sans-serif !important;
	margin: 0;
	font-size: 15px;
	font-family: serif;
}
div {
	box-sizing: border-box;
	transition: all 400ms ease-in-out 0s;
}
h1, h2, h3, h4, h5 {
	color: #082933;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h5 {
	font-size: 24px;
}
a {
	text-decoration: none;
	transition: all 400ms ease-in-out 0s;
	color: #666;
}
hr {
	border: 0;
	height: 1px;
	background: #aaa;
	opacity: 0.2;
	width: 80%;
}
.sezione {
	position: relative;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-style: solid;
	border-color: transparent;
	overflow: hidden;
	border-width: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sezione#contatti {
	background-color: #eee;
	border-top: 1px double #ccc;
	padding-top: 70px;
	padding-bottom: 70px;
}
.sezione:hover {
}
#menu .top, #menu .left, #menu .right, #menu .bottom {
	position: absolute;
}
#menu .top {
	top: 0px;
}
#menu .left {
	left: 40px;
}
#menu .right {
	right: 90px;
}
#menu .bottom {
	bottom: 90px;
}
.logo {
	height: 100px;
}
.col {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.white {
	background-color: #fff;
}
.col .testo {
	width: 85%;
	padding: 20px 0;
	margin: auto;
}
.white p {
	color: #828282;
	line-height: 23px;
}
.menuButton {
	display: none;
}
#menu {
	visibility: visible;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	background-size: cover;
	background-color: #fff;
	left: 0;
	height: 100px;
	border-bottom: 1px solid #ddd;
}
#menu .logo {
}
.containerMenu {
  padding-right: 40px;
  position: relative;
}
.voci {
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
}
.voci a {
	display: inline-block;
	line-height: 100px;
	padding: 0 6px;
	color: #777;
	font-weight: 600;
}
.voci a:hover {
	color: #333;
}
#footer_content {
	overflow: hidden;
	width: 80%;
	margin: auto;
}
#dati, #recapiti {
	float: left;
	width: 50%;
	padding: 2%;
	font-size: 16px;
	color: #333;
}
#recapiti {
	line-height: 23px;
}
#recapiti img {
	height: 23px;
	float: left;
	margin-right: 22px;
	filter: invert(1);
}
#dati a, #recapiti a {
	color: #333;
}
iframe {
	border: 0;
	width: 100%;
	height: 560px;
	overflow-x: hidden;
}
.pagina {
	background: #fff !important;
	overflow: hidden;
	display: block;
	position: relative;
}
.space {
	margin-top: 100px;
}
.subtitle {
	font-family: 'Satisfy', cursive;
	font-size: 20px;
	position: absolute;
	left: 180px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 40px;
	color: #da5a8f;
	width: 30%;
	height: 100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
span#triveneto {
	background-image: url(../img/triveneto.png);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 44px;
	display: none;
	margin-bottom: -10px;
}
.btn {
    text-align: center;
    border-radius: 40px;
    padding: 0.7em 1.8em;
    border: 2px solid #da5a8f;
    list-style-type: none;
    color: #da5a8f;
    text-decoration: none;
    display: block;
    width: 175px;
    margin-top: 25px;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: .4s ease;
}
.btn:hover {
    background-color: #da5a8f;
    color: #fff;
}
nav {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 30px;
}
nav li {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
}
nav li a {
	font-weight: 600;
	color: #777;
}
nav li a:hover {
	color: #222;
}
.page {
	padding: 30px;
	box-sizing: border-box;
	max-width: 1200px;
	margin: auto;
}
.page table {
    border-spacing: 0;
    min-width: 350px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #e3e6f0;
    box-sizing: border-box;
    width: 100%;
	table-layout: fixed;
}
.page table thead td {
	background-color: #f8f9fc;
	padding: 15px;
	border-bottom: 1px solid #e3e6f0;
	color: #da5a8f;
	font-size: 15px;
	font-weight: 700;
}
.page table tbody th {
	background-color: #f8f9fc;
	padding: 15px;
	border-bottom: 1px solid #e3e6f0;
	color: #da5a8f;
	font-size: 15px;
	font-weight: 700;
}
.page table tbody td {
	padding: 15px;
	background-color: #fff;
}
.page table tbody tr:nth-child(2n) td {
	background-color: #fafafa;
}
.thumbnail {
	display: inline-block;
	width: 180px;
	height: 240px;
	background-color: #ccc;
	margin: 5px;
	cursor: pointer;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	border: 1px solid #aaa;
}
.thumbnail span.name {
	display: block;
	word-break: break-word;
	color: #000;
	background-color: rgba(256,256,256,0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 9px;
	font-size: 11px;
	z-index: 2;
	text-transform: uppercase;
	line-height: 15px;
}
.thumbnail span.size {
	word-break: break-word;
	display: block;
	font-size: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 5px;
	background-color: rgba(256,256,256,0.8);
	color: #000;
	z-index: 2;
	display: none;
}
.thumbnail img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(256,256,256,0.1);
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
p.brand {
	background-color: #bbb;
	color: #fff;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 18px;
}