@import url('https://fonts.googleapis.com/css2?family=Damion&family=Lato:wght@400;700&family=Roboto:wght@400;700&display=swap');

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    transition: .3s;
}

a:hover{
	color: #d15f70;
}

*+p {
    margin-top: 13px;
}

img {
    max-width: 100%;
    height: auto;
}

.text-primary {
    color: #d15f70;
}

.text-primary-dark {
    color: #c56671;
}

.text-secondary {
    color: #a8acb7;
}

.fw-b {
    font-weight: 700;
}

.border2{
	background: #fff url(../img/border-img2.png) repeat-x;
    background-position: 100% bottom;
	width: 100%;
    height: 4px;	
}

.border3{
	background: #fff url(../img/border-img3.png) repeat-x;
    background-position: 100% bottom;
	width: 100%;
    height: 5px;	
}

body{
	color: #a0a5b1;
    font: 400 14px/20px "Roboto",sans-serif;	
	margin:0;
	padding:0;
	background: #ebecee;
}

#contenitorePagina{
	overflow: hidden;
    min-height: 500px;
}

#contenitoreTesta{
	background: url(../img/sfondoApertura1.jpg) no-repeat;
    -webkit-background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 542px;
	width:100%;
}

#borderHeader {
    position: absolute;
    background: #fff url(../img/border-img.png) repeat-x;
    background-position: 100% bottom;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 43px;
    border: none;
}

#contenitoreCorpoTesta{
	width:100%;
	box-sizing:border-box;
	padding:0px 100px;
}

.brand{
	width:90%;
}

.brand_name {
    color: #d15f70;
    font-family: 'Damion',sans-serif;
    font-size: 150px;
	line-height: 1.2;
    font-weight: 700;
	margin: 0;
}

.brand_name span {
    margin-left: -20px;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.brand_name em {
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.brand_slogan {
    font-size: 80px;
    display: block;
}

.testoApertura{
	width:80%;	
	text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 1.5;
}

.countdown {
    margin-top: 62px;
}

.countdown-row {
    display: flex;
    justify-content: flex-start;
}

.countdown-section {
    display: flex;
    font-family: 'Lato',sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #d15f70;
    text-align: center;
    background: url(../img/contdown-bg-icon.png) 100% 100% no-repeat;
    background-size: contain;
    width: 182px;
    height: 182px;
    padding-top: 40px;
	justify-content: center;
    align-items: center;
    flex-direction: column;
}

.countdown-amount {
    font-size: 72px;
    line-height: .8;
}

.countdown-amount+.countdown-period {
    margin-top: 14px;
}
.countdown-period {
    display: block;
}

#contenitoreTreBox{
	padding-top: 50px;
    padding-bottom: 80px;	
	width:100%;
	position: relative;
}

#contenitoreCorpoTreBox{
	width:100%;
	box-sizing:border-box;
	justify-content: space-between;
	display: flex;
	padding:0px 85px;
}

.boxTreBox{
	box-sizing:border-box;
	padding:15px 30px;
	width:33%;
}

.img-circle {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.img-circle img{
    border-radius: 50%;
	width:100%;
}

.boxTreBox h3{
	margin-top:35px;
	font-size: 36px;
	text-align:center;
	box-sizing:border-box;
	padding:0px 25px;
}

.boxTreBox h4{
	margin-top:6px;
	font-size: 24px;
	text-align:center;
	box-sizing:border-box;
	padding:0px 25px;
}

.boxTreBox p{
	text-align:center;
	box-sizing:border-box;
	padding:0px 25px;
}

#contenitoreUltimeFoto{
	background-image: url(../img/parallax1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width:100%;
	box-sizing:border-box;
	padding: 15px 100px;
}

#contenitoreUltimeFoto h2{
	font-size: 72px;
	margin: 0;
    line-height: initial;
}

#contenitoreUltimeFoto p{
	font-size: 22px;
	line-height: 1.1;
    text-align: justify;
}

#listaFoto{
	flex-wrap: wrap;
	display: flex
}

.boxFoto{
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	width:25%;
	box-sizing:border-box;
	padding: 15px;
}

.boxFoto img{
	border-radius: 50%;
	width:100%;
}

#contenitoreCiao{
	background: url(../img/sfondoBottom1.png) no-repeat;
    background-size: contain;
	background-position: center right;
    position: relative;	
	box-sizing: border-box;
    padding: 15px 100px;
	height: 600px;
	cursor:pointer;
}

#contenitoreCiao h2{
	font-family: damion,sans-serif;	
	font-size: 80px;
	line-height: 1.2;
	font-weight: 700;
}

#contenitoreCiao h2 span{
	font-size: 150px;
    line-height: .9;
}

#contenitoreFooter{
	background: #fff;
    padding-top: 60px;
    padding-bottom: 140px;
	width:100%;
	box-sizing: border-box;
    padding: 15px 100px 100px 100px;
}

#contenitoreFooter a{
	color: #a8acb7;
	font-weight: 400;
	font-family: Damion,sans-serif;
	font-size: 72px;
	display: block;
    line-height: initial;
}

#modaleBottome{
	position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
	display:none;
	z-index: 30;
}

#modaleBottomWrapper{
	display: flex;
	justify-content: center;
	height: 100%;
}

#modaleBottomWrapper .imgPrincipale{
	height: 100%;
}

#modaleBottome #chiusuraBtn{
	box-sizing: border-box;
    padding-left: 20px;
	width:50px;
	cursor:pointer;
}

#modaleBottome #chiusuraBtn img{
	width:100%;
}
/**/

.boxTreBox .img-circle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  border: 21px solid #d15f70;
  border-radius: 50%;
  transition: 0.3s;
}
.lt-ie9 article p.img-circle:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.boxTreBox:hover .img-circle:before {
  opacity: 1;
  left: 0;
}
.lt-ie9 .boxTreBox:hover .img-circle:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.boxTreBox:hover .icon:before{
  opacity: 1;
}
.lt-ie9 .boxTreBox:hover .icon:before{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/**/

.thumb_overlay {
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  border: 21px solid #d15f70;
  border-radius: 50%;
  transition: 0.3s;
}
.lt-ie9 .thumb_overlay:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.boxFoto:hover .thumb_overlay {
  opacity: 1;
  background: rgba(209, 95, 112, 0.2);
}
.lt-ie9 .boxFoto:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33D15F70', endColorstr='#33D15F70')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33D15F70', endColorstr='#33D15F70');
  zoom: 1;
}
.boxFoto:hover .thumb_overlay:before {
  opacity: 1;
  left: 0;
}
.lt-ie9 .boxFoto:hover .thumb_overlay:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.lt-ie9 .boxFoto:hover .thumb_overlay:before {
  display: block;
}

/**/

.toTop {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    background: #a8acb7;
    border-radius: 50%;
    box-shadow: 4px 4px 8px 0 rgb(0 0 0 / 40%);
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.toTop:hover {
  background: #d15f70;
}

.toTop img{
	width:40%;
	text-align:center;
	margin-top:35%;
}

/**/

@media screen and (max-width: 500px) {
	#contenitoreCorpoTesta {
		padding:0px 20px;
	}
	
	.brand {
		width: 100%;
	}
	
	.brand_name {
		font-size: 100px;
	}
	
	.testoApertura {
		width: 100%;
	}
	
	#contenitoreTesta{
		background-position: bottom;    
		background-size: 100%;
		padding-bottom: 260px;
		padding-top: 60px;
	}
	
	.countdown {
		margin-top: 0;
	}
	
	.countdown-section {
		background-size: 100%;
		background-position: center;
		padding-top: 0px;
	}
	
	.countdown-amount {
		font-size: 50px;
	}
	
	.countdown-amount+.countdown-period {
		margin-top: 5px;
	}
	
	#contenitoreTreBox {
		padding-bottom: 0;
	}
	
	#contenitoreCorpoTreBox {
		display:block;
		padding: 0px 20px;
	}
	
	.boxTreBox {
		width:100%;
		padding:0;
		margin-bottom: 50px;
	}
	
	.boxTreBox h3 {
		font-size:50px;
		padding: 20px 5px;
		line-height: initial;
		margin: 0;
	}
	
	.boxTreBox h4 {
		padding: 5px;
		margin: 0;
		font-size: 30px;
	}
	
	.boxTreBox p {
		font-size: 23px;
		line-height: initial;
		padding: 20px 5px;
		margin: 0;
	}
	
	#contenitoreUltimeFoto{
		padding: 20px;
	}
	
	#contenitoreUltimeFoto h2 {
		font-size: 60px;
	}
	
	.boxFoto {
		width:50%;
		padding: 5px;
	}
	
	#contenitoreCiao {
		padding:20px;
		background-size: 70%;
		background-position: bottom right;
	}
	
	#contenitoreCiao h2 {
		font-size: 50px;
		text-align: center;
	}
	
	#contenitoreCiao h2 span {
		margin-top: 20px;
		display: block;
		font-size: 100px;
	}
	
	#contenitoreFooter{
		padding:20px;
	}
	
	#contenitoreFooter a {
		font-size: 40px;
	}
	
	.toTop {
		right: 20px;
		bottom: 20px;
	}
}