<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

header .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.container-top nav {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
    z-index: 100;
    display: flex;
    align-items: center;
}

.container-top nav:after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 110;
}

.container-top nav ul {
  margin: 40px auto;
  z-index: 120;
  list-style: none;
  padding: 0px;
}

.container-top nav ul li {
  float: left;
  margin: 0px 10px;
}

.container-top nav ul li a {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border:1px solid #fff;

}


.container-top .home-bott {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 85%;
  max-height: 1200px;
  width: auto;
  z-index: 99;
   animation-name: bottiglia;
  animation-duration: 6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes bottiglia {
  0% {
    opacity: 0;
     left: 120%;
  }
  
  100% {
    opacity: 1;
     left: 70%;
  }
}


.container-main &gt; div {
	padding: 0px 20px;
}




.container-main .side p {
	 padding-left: .5rem;
	 padding-right: .5rem;
	 font-size: .8rem;
}

.social {
    text-align: left;
}

.social i {
    padding: 0px 30px 15px 0px;
    font-size: 25px;
}

.social a i.fa-facebook-square {
	color: darkblue;
}

.social a i.fa-instagram {
	color: #926601;
}

.social a i.fa-twitter-square {
	color: #079201;
}

.social a i.fa-pinterest-square {
	color: #9e0000;
}


.container-main .center .swiper-container {
    width: 100%;
 }

.container-main .center .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /*
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      */
    }

.container-main .center .swiper-slide img {
    	max-width: 100%;
    }

    .swiper-pagination {
    	margin: 10px auto;
    	position: relative;
    }

    .swiper-pagination-bullet {
    	margin: 5px;
    	border-radius: 0px;
    	width: 20px;
    	height: 2px;
    	-webkit-transition: .3s;
			transition: .3s;
    }

    .swiper-pagination-bullet-active {
    	background-color: red;
    	width: 40px;
    }


    .swiper-container-full {
    	width: 100%;
    	height: 100%;
    	overflow: hidden;
    }

    .swiper-container-full .swiper-slide {
    	width: 100%;
    	height: 100%;
    	position: relative;
    	overflow: hidden;
    }

    .swiper-container-full .swiper-slide img {
    	position: absolute;
    	left: 50%;
    	top:50%;
    	transform: translate(-50%,-50%);
    }

    .swiper-container-multiple .swiper-slide.swiper-slide-bg {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
    }


fieldset {
	margin-bottom: 20px;
	display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 1px;
    border-style: solid;
    border-color: threedface;
    border-image: initial;
}

fieldset input[type="text"], textarea {
	width: 100%;
	background-color: transparent;
	border:0;
}

textarea  {
	height: 150px;
}

.img-bottle {
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  height: 100%;
  max-height: 1756px;
  width: auto;
  margin-bottom: 0px;
}

.img-center {
  max-width: 100%;
  margin: 0px auto 25px auto;
  display: block;
}

.zoom-img {
  cursor: pointer;
  cursor: hand;
}

.overlay-img {
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  position: fixed;
  top: 0px;
  left: 0px;
}

.overlay-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 90%;
  max-height: 90%;
  border:10px solid #fff;
}

.overlay-img .fa {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  padding:20px;
  cursor: pointer;
  cursor: hand;
  font-size: 30px;
}

p {
  text-align: justify;
}

/*

form input[type="submit"] {
	background-color: #222;
	margin: 20px auto;
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	border: 0px;
}

*/</pre></body></html>