#scroll-down a span {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#scroll-down a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

section {
	padding: 100px 0px;
}
img {
	max-height:700px;
}
.sheet {
	width:60%;
	border:2px solid #000;
	padding:30px;
	margin-top:220px;
}

.sheet-r {
	width:60%;
	border:2px solid #000;
	padding:30px;
	margin-top:220px;
	float:right;
}

.sheet-r p span, .sheet p span{
	color:#b49759;
}

header img {
	max-height:none !important;
}

.small_desc {
		display: none;
	}

@media (max-width: 1024px) {
	.sheet {
		width:80%;
		border:2px solid #000;
		padding:30px;
		margin-top:110px;
	}
	.sheet-r {
		width:80%;
		border:2px solid #000;
		padding:30px;
		margin-top:110px;
		float:right;
	}
	
}

@media (width: 768px) {
	.large_desc {
		display: initial !important;
	}
	.small_desc {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.sheet {
		width:100%;
		border:2px solid #000;
		padding:30px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.sheet-r {
		width:100%;
		border:2px solid #000;
		padding:30px;
		margin-top:10px;
		margin-bottom:10px;
		float:right;
	}
	
	.text-left {
		text-align: center !important;
	}
	
	.text-right {
		text-align: center !important;
	}
	
	.large_desc {
		display: none;
	}
	
	.small_desc {
		display: initial;
	}
}

@media (max-width: 414px) {
	.sheet {
		width:100%;
		border:2px solid #000;
		padding:30px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.sheet-r {
		width:100%;
		border:2px solid #000;
		padding:30px;
		margin-top:10px;
		margin-bottom:10px;
		float:right;
	}
}

@media only screen and (orientation: portrait) {
	header {
		background-image: url("../img/vini/CAMPOALPERO-VINI.jpg");
	}
}