.mb-5 {
  margin-bottom: 2rem;
}
.mb-6 {
  margin-bottom: 3rem;
}
.mb-8 {
  margin-bottom: 4rem;
}
.mb-10 {
  margin-bottom: 5rem;
}
@font-face {
  font-family: "FontAwesome";
  src: url("/static/node_modules/font-awesome/fonts/fontawesome-webfont.674f50d287a8.eot?v=4.7.0");
  src: url("/static/node_modules/font-awesome/fonts/fontawesome-webfont.674f50d287a8.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("/static/node_modules/font-awesome/fonts/fontawesome-webfont.af7ae505a9ee.woff2?v=4.7.0")
      format("woff2"),
    url("/static/node_modules/font-awesome/fonts/fontawesome-webfont.fee66e712a8a.woff?v=4.7.0")
      format("woff"),
    url("/static/node_modules/font-awesome/fonts/fontawesome-webfont.b06871f281fe.ttf?v=4.7.0")
      format("truetype"),
    url("/static/node_modules/font-awesome/fonts/fontawesome-webfont.912ec66d7572.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa,
.fas,
.fab {
  font-family: "FontAwesome";
}
h1,
h2,
h3,
h4 {
  display: inline-block;
  font-weight: 600;
  font-family: "EB Garamond", serif;
}
h1 {
  margin-top: 1rem;
}
h1.section-title.left-border {
  padding: 0 0 0 1rem;
  border-right: none;
  border-left: 2px solid #ba8b45;
}
h1.section-title.right-border {
  padding: 0 1rem 0 0;
  border-left: none;
  border-right: 2px solid #ba8b45;
  text-align: right;
}
h1 + p {
  margin-top: 1rem;
}
h6 {
  display: inline-block;
  width: fit-content;
  padding: 0.3rem 0.3rem 0.3rem 0.6rem;
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  background-color: #ba8b45;
}
p {
  margin-bottom: 2rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  p {
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    margin-top: 1.3rem;
    font-size: 4rem;
  }
  p {
    margin-bottom: 2.5rem;
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    margin-top: 1.5rem;
    font-size: 5rem;
  }
  h1.section-title {
    font-size: 4rem;
  }
  p {
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height: 2rem;
  }
}
.provvidenza-section {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.provvidenza-section:first-child {
  padding-top: 0;
}
.center-content-using-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.provvidenza-header {
  position: relative;
}
.provvidenza-header img {
  width: auto;
  height: 300px;
}
.provvidenza-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 50%,
    #ffffff 100%
  );
}
.provvidenza-header .header-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.provvidenza-header .header-content h1 {
  margin: 0;
}
.provvidenza-header .header-content span {
  display: block;
  margin-right: -2rem;
  font-weight: 300;
  text-align: right;
  color: #ba8b45;
}
.provvidenza-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border: 2px solid #ba8b45;
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.provvidenza-card img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0.7;
}
.provvidenza-card .list {
  flex-grow: 1;
}
.provvidenza-card .list ul {
  padding-left: 1rem;
  font-size: 0.9rem;
  font-weight: 300;
}
.provvidenza-card .list ul li {
  margin-bottom: 0.3rem;
}
.provvidenza-card .price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.provvidenza-card .price h2 {
  font-size: 3.5rem;
  margin: 0;
}
.provvidenza-card .price span {
  font-size: 1rem;
  font-weight: 300;
  padding-left: 0.5rem;
  color: #ba8b45;
}
.btn-provvidenza {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  border-radius: 0;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.btn-provvidenza::before,
.btn-provvidenza::after {
  content: "";
  position: absolute;
  top: 0;
  transition: width 0.2s, color 0.2s;
  z-index: -1;
}
.btn-provvidenza::before {
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  border: 2px solid #ba8b45;
}
.btn-provvidenza:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ba8b45;
}
.btn-provvidenza:hover {
  cursor: pointer;
  color: #ba8b45;
  fill: #ba8b45;
}
.btn-provvidenza:hover::before {
  width: 100%;
}
.btn-provvidenza:hover::after {
  width: 0%;
}
.images-block .main-image {
  position: relative;
  height: 100%;
  padding: 5rem 2rem 0 0;
  z-index: 0;
}
.images-block .secondary-image {
  position: absolute;
  top: 3rem;
  right: 0;
  left: initial;
  width: 50%;
  height: 50%;
  z-index: 1;
}
.images-block.left-aligned .main-image {
  padding: 5rem 0 0 2rem;
}
.images-block.left-aligned .secondary-image {
  left: 0;
  right: initial;
}
.images-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.masonry-container .masonry-sizer {
  width: 50%;
}
.masonry-container .masonry-item {
  width: 50%;
}
.masonry-container .masonry-item::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.masonry-container .masonry-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #ffffff;
}
.masonry-container .masonry-item .instagram-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
}
.masonry-container .masonry-item .instagram-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
}
.provvidenza-link,
.provvidenza-link:active,
.provvidenza-link:visited,
.provvidenza-link:focus {
  color: #ba8b45;
}
.provvidenza-link:hover {
  text-decoration: none;
  color: #dfc77c;
}
hr {
  border-color: #ba8b45;
}
hr.section-separator {
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .masonry-container .masonry-sizer {
    width: 33.3%;
  }
  .masonry-container .masonry-item {
    width: 33.3%;
  }
}
@media screen and (min-width: 768px) {
  .provvidenza-section {
    padding-top: 5rem;
  }
  .images-block .main-image {
    padding: 0 0 0 5rem;
  }
  .images-block .secondary-image {
    top: 50%;
    right: initial;
    left: 2rem;
    width: 40%;
    height: 40%;
    transform: translateY(-50%);
  }
  .images-block.left-aligned .main-image {
    padding: 0 5rem 0 0;
  }
  .images-block.left-aligned .secondary-image {
    left: initial;
    right: 2rem;
  }
  .masonry-container .masonry-sizer {
    width: 25%;
  }
  .masonry-container .masonry-item {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .provvidenza-section {
    padding-top: 6rem;
  }
  .provvidenza-card {
    height: 44rem;
  }
  .masonry-container .masonry-sizer {
    width: 25%;
  }
  .masonry-container .masonry-item {
    width: 25%;
  }
}
html body {
  font-family: "Montserrat", sans-serif;
}
html body .provvidenza-navbar#cantinaNavbar,
html body .provvidenza-navbar#enotecaNavbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem;
  z-index: 10;
}

/* Language switcher */
.language-switch {
  margin-left: auto;
  /* Leave space for the burger icon on mobile */
  margin-right: 5rem;
}
.language-switch .lang-toggle {
  display: inline-flex;
  border: 2px solid #ba8b45;
  border-radius: 999px;
  overflow: hidden;
  background: #ffffffcc;
  backdrop-filter: blur(2px);
  cursor: pointer; /* Whole block is clickable */
}
.language-switch .lang-btn {
  appearance: none;
  border: 0;
  padding: 0.25rem 0.6rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  color: #ba8b45;
  background: transparent;
  line-height: 1.2;
  /* Make the whole half toggle clickable */
  flex: 1 1 0;
  text-align: center;
}
.language-switch .lang-btn + .lang-btn {
  border-left: 2px solid #ba8b4533;
}
.language-switch .lang-btn:not(:disabled):hover {
  cursor: pointer;
  background: #ba8b4515;
}
.language-switch .lang-btn.active {
  color: #fff;
  background: #ba8b45;
}
/* Disabled (current) language should not react to hover/click */
.language-switch .lang-btn:disabled,
.language-switch .lang-btn[disabled] {
  cursor: default;
  pointer-events: none;
}

/* Fine-tune sizes on very small screens */
@media screen and (max-width: 575.98px) {
  .language-switch .lang-btn {
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
  }
}

/* On desktop the burger is hidden, so remove extra right margin */
@media screen and (min-width: 992px) {
  .language-switch {
    margin-right: 0;
  }
}
/* Keyboard accessibility for the whole toggle */
.language-switch .lang-toggle:focus-visible {
  outline: 2px solid #ba8b45;
  outline-offset: 2px;
}
html body .provvidenza-navbar#cantinaNavbar .logo,
html body .provvidenza-navbar#enotecaNavbar .logo {
  flex-grow: 0;
  flex-shrink: 0;
}
html body .provvidenza-navbar#cantinaNavbar .logo a img,
html body .provvidenza-navbar#enotecaNavbar .logo a img {
  height: 4.5rem;
}
html body .provvidenza-navbar#cantinaNavbar .menu,
html body .provvidenza-navbar#enotecaNavbar .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  padding: 0 3rem;
  list-style: none;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}
html body .provvidenza-navbar#cantinaNavbar .menu li,
html body .provvidenza-navbar#enotecaNavbar .menu li {
  margin-bottom: 1rem;
}
html body .provvidenza-navbar#cantinaNavbar .menu li a,
html body .provvidenza-navbar#enotecaNavbar .menu li a {
  position: relative;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid transparent;
  font-size: 1.5rem;
  text-decoration: none;
  letter-spacing: 0.05rem;
  color: #101012;
}
html body .provvidenza-navbar#cantinaNavbar .menu li a::after,
html body .provvidenza-navbar#enotecaNavbar .menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: #101012;
  transition: width 0.2s;
}
html body .provvidenza-navbar#cantinaNavbar .menu li a:active,
html body .provvidenza-navbar#enotecaNavbar .menu li a:active,
html body .provvidenza-navbar#cantinaNavbar .menu li a:visited,
html body .provvidenza-navbar#enotecaNavbar .menu li a:visited,
html body .provvidenza-navbar#cantinaNavbar .menu li a:hover,
html body .provvidenza-navbar#enotecaNavbar .menu li a:hover {
  color: #101012;
}
html body .provvidenza-navbar#cantinaNavbar .menu li a:active::after,
html body .provvidenza-navbar#enotecaNavbar .menu li a:active::after,
html body .provvidenza-navbar#cantinaNavbar .menu li a:visited::after,
html body .provvidenza-navbar#enotecaNavbar .menu li a:visited::after,
html body .provvidenza-navbar#cantinaNavbar .menu li a:hover::after,
html body .provvidenza-navbar#enotecaNavbar .menu li a:hover::after {
  width: 100%;
}
html body .provvidenza-navbar#cantinaNavbar .menu li:last-child,
html body .provvidenza-navbar#enotecaNavbar .menu li:last-child {
  margin-right: 0;
}
html body .provvidenza-navbar#cantinaNavbar .menu.show,
html body .provvidenza-navbar#enotecaNavbar .menu.show {
  display: flex;
}
html
  body
  .provvidenza-navbar#cantinaNavbar
  .menu.show
  + .burger
  span:nth-child(1),
html
  body
  .provvidenza-navbar#enotecaNavbar
  .menu.show
  + .burger
  span:nth-child(1) {
  transform: rotate(45deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
html
  body
  .provvidenza-navbar#cantinaNavbar
  .menu.show
  + .burger
  span:nth-child(2),
html
  body
  .provvidenza-navbar#enotecaNavbar
  .menu.show
  + .burger
  span:nth-child(2) {
  opacity: 0;
}
html
  body
  .provvidenza-navbar#cantinaNavbar
  .menu.show
  + .burger
  span:nth-child(3),
html
  body
  .provvidenza-navbar#enotecaNavbar
  .menu.show
  + .burger
  span:nth-child(3) {
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
  bottom: initial;
}
html body .provvidenza-navbar#cantinaNavbar .burger,
html body .provvidenza-navbar#enotecaNavbar .burger {
  display: block;
  position: fixed;
  width: 2.5rem;
  height: 1.5rem;
  top: 3rem;
  right: 2rem;
  transform: rotate(0deg) translateY(-50%);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 15;
}
html body .provvidenza-navbar#cantinaNavbar .burger span,
html body .provvidenza-navbar#enotecaNavbar .burger span {
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
html body .provvidenza-navbar#cantinaNavbar .burger span:nth-child(1),
html body .provvidenza-navbar#enotecaNavbar .burger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
html body .provvidenza-navbar#cantinaNavbar .burger span:nth-child(2),
html body .provvidenza-navbar#enotecaNavbar .burger span:nth-child(2) {
  top: 50%;
  transform-origin: left center;
}
html body .provvidenza-navbar#cantinaNavbar .burger span:nth-child(3),
html body .provvidenza-navbar#enotecaNavbar .burger span:nth-child(3) {
  top: 100%;
  transform-origin: left center;
}
html body .provvidenza-navbar#cantinaNavbar {
  position: relative;
  max-width: 1440px;
}
html body .provvidenza-navbar#cantinaNavbar .menu.show {
  background-color: rgba(255, 255, 255, 0.9);
}
html body .provvidenza-navbar#cantinaNavbar .burger span {
  background-color: #101012;
}
html body .provvidenza-navbar#enotecaNavbar .menu.show {
  background-color: rgba(0, 0, 0, 0.8);
}
html body .provvidenza-navbar#enotecaNavbar .menu li a {
  color: #ffffff;
}
html body .provvidenza-navbar#enotecaNavbar .menu li a::after {
  background: #ffffff;
}
html body .provvidenza-navbar#enotecaNavbar .menu li a:active,
html body .provvidenza-navbar#enotecaNavbar .menu li a:visited,
html body .provvidenza-navbar#enotecaNavbar .menu li a:hover {
  color: #ffffff;
}
html body .provvidenza-navbar#enotecaNavbar .burger span {
  background-color: #ffffff;
}
html body .provvidenza-navbar#enotecaNavbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  html body .provvidenza-navbar#cantinaNavbar,
  html body .provvidenza-navbar#enotecaNavbar {
    padding: 1rem;
  }
  html body .provvidenza-navbar#cantinaNavbar .logo a img,
  html body .provvidenza-navbar#enotecaNavbar .logo a img {
    height: 5.5rem;
  }
  html body .provvidenza-navbar#cantinaNavbar .burger,
  html body .provvidenza-navbar#enotecaNavbar .burger {
    top: 3.5rem;
    right: 2rem;
  }
}
@media screen and (min-width: 992px) {
  html body .provvidenza-navbar#cantinaNavbar,
  html body .provvidenza-navbar#enotecaNavbar {
    padding: 1rem 3rem;
  }
  html body .provvidenza-navbar#cantinaNavbar .logo a img,
  html body .provvidenza-navbar#enotecaNavbar .logo a img {
    height: 7.5rem;
  }
  html body .provvidenza-navbar#cantinaNavbar .menu,
  html body .provvidenza-navbar#enotecaNavbar .menu {
    position: initial;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 0;
    width: initial;
    height: initial;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: flex-end;
  }
  html body .provvidenza-navbar#cantinaNavbar .menu li,
  html body .provvidenza-navbar#enotecaNavbar .menu li {
    margin: 0 2rem;
  }
  html body .provvidenza-navbar#cantinaNavbar .menu li a,
  html body .provvidenza-navbar#enotecaNavbar .menu li a {
    font-size: 1rem;
  }
  html body .provvidenza-navbar#cantinaNavbar .burger,
  html body .provvidenza-navbar#enotecaNavbar .burger {
    display: none;
  }
}
html body #overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 100;
}
html body #overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7rem;
  height: 7rem;
  object-fit: cover;
}
html body #cantinaHomeLogo {
  height: 20rem;
  margin-top: -2rem;
  border-bottom: 2rem solid #ffffff;
  opacity: 0;
}
html body #cantinaHomeLogo img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
html body #cantinaHomeSlider {
  height: 20rem;
  margin-bottom: 5rem;
}
html body #cantinaHomeSlider div {
  height: 100%;
}
html body #cantinaHomeSlider div img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
html body #cantinaHomeSlider div:nth-child(even) img {
  border-top: 1rem solid #ffffff;
}
html body #cantinaHomeSlider div:nth-child(odd) img {
  border-bottom: 1rem solid #ffffff;
}
html body #cantinaHomeSlider-ow {
  margin-top: -18rem;
}
@media screen and (min-width: 1200px) {
  html body #cantinaHomeLogo {
    height: 30rem;
    margin-top: -3rem;
    border-bottom: 4rem solid #ffffff;
  }
  html body #cantinaHomeSlider {
    height: 30rem;
    margin-bottom: 9rem;
  }
  html body #cantinaHomeSlider-ow {
    margin-top: -27rem;
  }
}
html body .provvidenza-product-item,
html body .provvidenza-product-item:hover,
html body .provvidenza-product-item:focus,
html body .provvidenza-product-item:visited {
  color: #101012;
  text-decoration: none;
  border: none;
}
html body .provvidenza-product-item .product-image {
  position: relative;
  border: 2px solid transparent;
  overflow: hidden;
  transition: border 0.2s;
  height: 400px;
  text-align: center;
}
html body .provvidenza-product-item .product-image img {
  width: auto;
  object-fit: cover;
  height: 100%;
}
html body .provvidenza-product-item .product-image img.secondary-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  transition: all 0.5s;
  opacity: 0;
  transform: scale(2);
  transform-origin: bottom;
  margin: auto;
}
html body .provvidenza-product-item .product-image:hover {
  border: 2px solid #ba8b45;
}
html body .provvidenza-product-item .product-image:hover .secondary-image {
  opacity: 1;
  width: auto;
}
html body .provvidenza-product-item .product-description {
  padding: 1rem 0;
  text-align: center;
}
html body .provvidenza-product-item .product-description p {
  font-size: 0.8rem;
}
html body .provvidenza-product-fields {
  width: 100%;
  padding: 2rem 0;
  border-left: 2px solid #ba8b45;
}
html body .provvidenza-product-fields table tr {
  border-bottom: 1rem solid #ffffff;
}
html body .provvidenza-product-fields table tr td {
  padding: 0;
  font-size: 0.9rem;
}
html body .provvidenza-product-fields table tr td:first-child div {
  width: 100%;
  padding: 0.3rem 0.3rem 0.3rem 0.9rem;
  text-align: right;
  white-space: nowrap;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #ba8b45;
}
html body .provvidenza-product-fields table tr td:last-child {
  font-weight: 300;
  padding-left: 0.5rem;
  letter-spacing: 0.05rem;
}
html body .provvidenza-product-image {
  width: auto;
  height: 100%;
  max-height: 40rem;
  object-fit: cover;
}
html body .provvidenza-diff-image {
  width: 18rem;
}
@media screen and (min-width: 1200px) {
  html body .provvidenza-product-fields {
    padding: 3rem 0;
  }
  html body .provvidenza-product-fields table tr td {
    font-size: 1rem;
  }
  html body .provvidenza-product-fields table tr td:first-child div {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  }
}
html body.enoteca {
  padding: 0;
  background-color: #130a04;
}
html body.enoteca #enotecaHomeSlider {
  height: 100vh;
}
html body.enoteca #enotecaHomeSlider div {
  height: 100%;
}
html body.enoteca #enotecaHomeSlider div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body.enoteca .scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scale(0.6);
  width: 4rem;
  height: 6rem;
  margin: 2rem auto;
  border: 2px solid #dfc77c;
  border-radius: 2rem;
  opacity: 0.5;
}
html body.enoteca .scroll-indicator:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin: auto;
  background: #dfc77c;
  top: 1rem;
  left: 0;
  right: 0;
  border-radius: 50%;
  animation: animate 2s ease infinite;
}
html body .logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
html body .logo-overlay #enotecaLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 16rem;
}
@keyframes animate {
  30% {
    top: 1rem;
  }
  70% {
    top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  html body.enoteca .logo-overlay #enotecaLogo {
    width: 26rem;
  }
}
@media screen and (min-width: 992px) {
  html body.enoteca .logo-overlay #enotecaLogo {
    width: 28rem;
  }
}
@media screen and (min-width: 1200px) {
  html body.enoteca .logo-overlay #enotecaLogo {
    width: 30rem;
  }
}
html body footer {
  width: 100%;
  padding: 4rem 0;
  margin-top: 6rem;
}
html body footer ul {
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
}
html body footer ul li {
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}
html body footer ul li .fa,
html body footer ul li .fab,
html body footer ul li .fas {
  padding-right: 0.5rem;
  font-size: 1.1rem;
}
html body footer ul li a,
html body footer ul li a:active,
html body footer ul li a:visited,
html body footer ul li a:focus {
  color: #ba8b45;
}
html body footer ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}
html body footer.cantina-footer {
  background-color: #101012;
}
html body footer.enoteca-footer {
  background-color: #221209;
}
html body footer .footer-logo {
  display: block;
  width: 12rem;
  margin: 0 auto;
}
html body .credits-bar {
  padding: 0.5rem 0;
  background-color: #020000;
}
html body .credits-bar span {
  font-size: 0.7rem;
  font-weight: 600;
  color: #555555;
}
html body .credits-bar span a {
  color: #555555;
}
html body .credits-bar span a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  html body footer ul {
    margin-top: 1rem;
  }
  html body footer ul li {
    text-align: left;
  }
  html body footer .footer-logo {
    width: 11rem;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  html body footer address {
    margin-left: 1rem;
  }
  html body footer .footer-logo {
    width: 10rem;
  }
}
@media screen and (min-width: 992px) {
  html body footer address {
    margin-left: 1rem;
  }
  html body footer ul {
    margin-top: 2rem;
  }
  html body footer ul li {
    font-size: 0.8rem;
  }
  html body footer ul li .fa,
  html body footer ul li .fab,
  html body footer ul li .fas {
    padding-right: 0.5rem;
    font-size: 1.1rem;
  }
  html body footer .footer-logo {
    width: 13rem;
  }
}
@media screen and (min-width: 1200px) {
  html body footer address {
    margin-left: 1rem;
  }
  html body footer ul {
    margin-top: 2rem;
  }
  html body footer ul li {
    font-size: 0.8rem;
  }
  html body footer ul li .fa,
  html body footer ul li .fab,
  html body footer ul li .fas {
    padding-right: 0.5rem;
    font-size: 1.1rem;
  }
  html body footer .footer-logo {
    width: 15rem;
  }
}
