/**
 * Pie corporativo ViniGalicia (paridad mirror/css/style.css)
 */

/*
 * Tipografía pie (mirror style.css: h3 28px, h4 1.6em uppercase #fff, Recoleta).
 * Especificidad body+#pie: gana vg-typography-mirror.css en la galería.
 */
body.mr-shop-body #pie,
body.mr-shop-body #pie.page-section {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

body.mr-shop-body #pie h1,
body.mr-shop-body #pie h2,
body.mr-shop-body #pie h3,
body.mr-shop-body #pie h4,
body.mr-shop-body #pie h5,
body.mr-shop-body #pie h6 {
  font-family: "Recoleta", sans-serif !important;
  font-weight: 400;
  color: #fff !important;
}

body.mr-shop-body #pie h3 {
  font-size: 28px;
  line-height: 1.25;
  text-transform: none;
  margin-bottom: 1rem;
}

body.mr-shop-body #pie h4 {
  font-size: 1.6em !important;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 480px) {
  body.mr-shop-body #pie h4 {
    font-size: 6vw !important;
  }
}

#pie.page-section {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0;
}

#pie.text-white,
#pie.text-white a.text-white {
  color: #fff;
}

.vg-footer-do {
  background: #fff;
  color: var(--vg-text-body);
}

.vg-footer-do .container.mycontainer {
  border-top: 1px solid #c0c0c0;
}

.vg-footer-do img {
  max-height: 72px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.vg-footer-newsletter {
  background-color: var(--vg-brand);
  color: #fff;
}

/* h3 newsletter: reglas globales #pie h3 (28px, mirror) */
.vg-footer-newsletter .vg-footer-newsletter-kicker {
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.04em;
}

.vg-footer-newsletter .form-control-home {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #f2e9e5;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #312891;
  border-radius: 0;
  text-transform: uppercase;
}

.vg-footer-newsletter .form-control-home::placeholder {
  color: rgba(242, 233, 229, 0.65);
}

.vg-footer-newsletter .form-control-home:focus {
  outline: none;
  border-bottom-color: #fff;
  box-shadow: none;
}

.vg-footer-newsletter .form-check-input {
  border-color: rgba(255, 255, 255, 0.5);
}

.vg-footer-newsletter .form-check-input:checked {
  background-color: #fff;
  border-color: #fff;
}

.vg-footer-newsletter .btn_fb {
  color: #fff !important;
  border-bottom-color: #fff;
}

.vg-footer-main {
  background-color: var(--vg-brand);
}

#pie hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 1;
  margin: 0;
}

#pie a.text-white {
  text-decoration: none;
}

#pie a.text-white:hover {
  text-decoration: underline;
  color: #fff !important;
}

#pie .icono-social {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

#pie .icono-social i {
  font-size: 18px;
}

#pie .icono-social:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  opacity: 1;
}

/*
 * Franja Kit Digital (mirror: hermana de #pie, no dentro del footer azul)
 * <div class="container mycontainer"><div class="row g-0 p-3">…<img style="width:100%">
 */
.vg-footer-kit {
  display: block;
  width: 100%;
  background: #fff;
  color: var(--vg-text-body);
  margin: 0;
  padding: 0;
}

.vg-footer-kit .container.mycontainer {
  max-width: 1400px !important;
  width: 100%;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto;
}

.vg-footer-kit .row.g-0 {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-left: 0;
  margin-right: 0;
}

.vg-footer-kit img {
  width: 100%;
  max-width: none;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
