@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
.container{
	width:1124px;
	margin:0 auto;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;	
    color: #333;
}
a{
    color: #333;
}
.lg img {
    padding: 5px;
    width: 26px;
}
.lg {
    text-align: center;
}
.box{
    border: 1px solid rgba(0, 0, 0, 0.12);
	width:calc(33.3333% - 33px);
	margin:15px 15px;
	float:left;
}
.box:nth-child(3n+1){
    clear:left;
}
.clearfix{
	clear:both;
}
img{
	max-width:100%;
}
.box-cnt{
	padding:15px;
}
.box-title{
	font-weight:bold;
	font-size:18px;	
}
.box-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    background-position: center;
}
.box-text {
    padding: 5px 0 10px 0;
	line-height:1.4;
    min-height: 75px;
}
.box-durata {
    color: #666;
}
.box-durata svg{
    width: 14px;
    margin-right: 4px;
	fill:#ccc;
    display: inline-block;
    margin-bottom: -2px;
}
.box-info {
    border-top: 1px solid #eee;
    padding: 15px;
    margin-top: 10px;
	font-size:12px;
    min-height: 54px;
}
.box-info-prezzi {
    width: 60%;
    float: left;
}

.box-info-prenota {
    float: right;
    width: 40%;
}

a.btn {
    background: #a80979;
    color: #fff;
    padding: 11px 15px;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
    float: right;
}

.box-info-condizioni {
    clear: both;
    color: #666;
    padding-top: 5px;
}

.sfondocnt{
  background-image: url(../img/sfondo3.jpg);
  background-size: cover;
  width: 100%;
  background-position: center;
  top:0;
  margin-bottom:30px;
}
.logo {
  z-index: 2;
  text-align: center;
  display: block;
  padding:15px 0 15px 0;
}
.title {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 62px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0 30px 0;
  text-transform: uppercase;
}
.footer-credits{
	clear:both;
	padding-top:50px;
	padding-bottom:20px;
	font-size:12px;
	text-align:center;
}
div#cookie-law {
    position: fixed;
    bottom: 0;
    z-index: 25;
    background: #fff;
    width: 100%;
    padding: 5px;
    text-align: center;
    border-top: 1px solid #ccc;
}

a.close-cookie-banner {
    font-weight: bold;
    color: #333;
    margin-left: 8px;
}
div#cookie-law a {
    text-decoration: underline;
}

div#cookie-law a.close-cookie-banner {
    text-decoration: none;
}

@media only screen and (max-width: 1200px){
	.container {
		width: calc(100% - 30px);
	}
}

@media only screen and (max-width: 1023px){
  .title {
    font-size: 32px;
  }
  .box {
    border: 1px solid rgba(0, 0, 0, 0.12);
    width: calc(100% - 32px);
  }
}