 .footer-v3-quadrado {
  width: 100%;
 }

 .footer-v3-quadrado .mensagem-customizada {
    height: var(--mensagem-customizada-height) !important;
    border-radius: 0;
    padding: calc(var(--padding-layout) / 3) var(--padding-layout);
    margin: 0 var(--margin-layout);
    margin-bottom: calc(var(--footer-base-margin) * 2);
    width: calc(100% - var(--margin-layout)*2);
    min-height: var(--mensagem-customizada-height) !important;
    max-height: var(--mensagem-customizada-height) !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.footer-v3-quadrado .mensagem-customizada {
  font-weight: 700;
  z-index: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

.footer-v3-quadrado .line-chips {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin: 0 var(--margin-layout);
    z-index: 9;
    margin-bottom: 0;
    position: relative;
    margin-top: 3px;
    font-size: var(--footer-font-size);
    width: calc(100% - calc(var(--margin-layout)*2));
}

.footer-v3-quadrado .line-chips .item-chip {
    background: #fff;
    display: flex;
    align-items: center;
    height: var(--chip-height);
    flex: 3;
    border-radius: 0;
    grid-template-areas: "ICONE LABEL" "ICONE TEXT";
    grid-template-rows: 30% 70%;
    grid-gap: 0px;
    padding: 0 15px 0 0;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    justify-content: flex-start;
}

.footer-v3-quadrado .line-chips .item-chip-3 {
    grid-template-areas: "ICONE TEXT" "ICONE TEXT";
}

.footer-v3-quadrado .line-chips .item-chip-2 {
  grid-template-areas: "ITEM-1" "ITEM-2";
}

.footer-v3-quadrado .line-chips .item-chip .icone {
  grid-area: ICONE;
  display: flex;
  justify-content: center;
  background: #0069ee;
  border-radius: 0;
  color: #fff;
  background: #fdd201;
  color: #007701;
}

.footer-v3-quadrado .line-chips .item-chip-1 .icone {
  grid-area: ICONE;
  display: flex;
  justify-content: center;
  border-radius: 0;
  width: calc(var(--chip-height) + calc(var(--footer-base-margin) * 4));
  height: calc(var(--chip-height) + calc(var(--footer-base-margin) * 4));
  background: #fdd201;
  color: #007701;
}

.footer-v3-quadrado .line-chips .item-chip-3 .icone {
  grid-area: ICONE;
  display: flex;
  justify-content: center;
  border-radius: 0;
  min-width: 50px;
  width: calc(var(--chip-height) + calc(var(--footer-base-margin) * 2));
  height: calc(var(--chip-height) + calc(var(--footer-base-margin) * 2));
}

.footer-v3-quadrado .line-chips .icone i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--chip-height) / 1.4);
  font-weight: normal;
}

.footer-v3-quadrado .line-chips .item-chip-3 .icone i {
  line-height: calc(var(--chip-height) + calc(var(--footer-base-margin) * 4));
  font-size: calc(var(--chip-height) + calc(var(--footer-base-margin) * 4));
  display: flex;
  align-items: center;
  font-size: calc(var(--chip-height) * 1);
}

.footer-v3-quadrado .line-chips .icone i.fa-phone-alt {
  font-size: calc(var(--chip-height) * 0.7);
}

.footer-v3-quadrado .line-chips .item-chip-2 .icone {
  font-size: 50px;
}

.footer-v3-quadrado .line-chips .item-chip-1 .label {
  grid-area: LABEL;
  font-size: 18px;
  padding-left: 5px;
  font-weight: 300;
  line-height: 100%;
  font-size: 0.28em;
  display: flex;
  white-space: nowrap;
}

.footer-v3-quadrado .line-chips .item-chip .text {
  grid-area: TEXT;
  text-align: center;
  font-weight: 700;
  font-size: 0.45em;
  color: #009203;
  padding-left: 3px;
  display: -webkit-box;
  /* max-width: 100%; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start;
  /* overflow: hidden; */
  white-space: nowrap;
}

.footer-v3-quadrado .line-chips .item-chip-1 .text {
  white-space: nowrap;
}

.footer-v3-quadrado .line-chips .item-chip-2 .item-1 {
  grid-area: ITEM-1;
  display: flex;
  gap: 15px;
}

.footer-v3-quadrado .line-chips .item-chip-2 .item-2 {
  grid-area: ITEM-2;
  display: flex;
  gap: 15px;
  padding: 0 50px;
}


.footer-v3-quadrado .line-pag-validade {
    display: flex;
    flex-direction: row;
    z-index: 9;
    background: #fdd201;
    display: grid;
    grid-template-areas: "C R" "C R" "F F";
    grid-template-columns: 30% 70%;
    max-height: calc(var(--footer-line-height) * 3);
    overflow: hidden;
    margin: 0 var(--margin-layout);
    color: #000;
    border-radius: 0;
    margin-bottom: var(--footer-base-margin);
    justify-items: stretch;
    align-items: stretch;
    position: relative;
    font-size: var(--footer-font-size);
    width: calc(100% - calc(var(--margin-layout)*2));
    padding: 5px;
}

.footer-v3-quadrado .line-pag-validade.footer-no-has-left {
  grid-template-areas: "R R" "R R" "F F";
}

.footer-v3-quadrado .line-pag-validade.footer-no-has-right {
  grid-template-areas: "C F" "C F" "C F";
}

.footer-v3-quadrado .line-pag-validade.footer-no-has-right.footer-no-has-bottom {
  grid-template-areas: "C C" "C C" "C C";
}

.footer-v3-quadrado .line-pag-validade.footer-no-has-right.footer-no-has-left {
  grid-template-areas: "F F" "F F" "F F";
}


.footer-v3-quadrado .TEXTO_RODAPE.line-chips .item-chip i{
    font-weight: normal;
    font-size: calc(var(--chip-height) / 1.4) !important;
} 

.footer-v3-quadrado .TEXTO_RODAPE.line-chips .item-chip i.fa-phone-alt {
    font-weight: bold !important;
    font-size: calc(var(--chip-height) / 1.8) !important;
}

.footer-v3-quadrado .column-5-line-2 .formas-de-pagamento-list {
    display: flex;
    height: calc(100% - 10px);
    overflow: hidden;
    background: #d3d3d3b5;
    padding: 4px;
    border-radius: 0;
    margin: 5px 5px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
}

.footer-v3-quadrado .column-5-line-2 .forma {
    height: 100%;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    /*min-width: var(--footer-line-height);*/
    background-position: center;
    display: flex;
    justify-content: center;
}

.footer-v3-quadrado .column-5-line-2 .forma img {
    max-height: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 5px;
}

.footer-v3-quadrado .column-1 {
  grid-area: C;
  background: #fff;
  border-radius: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(var(--footer-line-height) * 2);
  padding: 10px;
}

.footer-v3-quadrado .bar-end {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    background: #000000b8;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    height: 30px;
    /* line-height: 1.2; */
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
}

.footer-v3-quadrado .bar-end-1 {
    font-size: 25px;
    height: 40px;
}

.footer-v3-quadrado .bar-extra {
  width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 50px;
  padding: 0 15px;
  gap: 15px;
  overflow: hidden;
}

.footer-v3-quadrado .marca-dagua {
  color: #050505;
  color: #fff;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}


.footer-v3-quadrado span.imagens_meramente {
  color: #050505;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  /* display: -webkit-box; */
  /* display: flex; */
  /* -webkit-box-pack: center; */
  /* justify-content: center; */
  /* -webkit-box-align: center; */
  /* align-items: center; */
}

.footer-v3-quadrado .line-pag-validade.footer-no-has-right .column-1 {
  border-radius: 0;
}

.footer-v3-quadrado .line-pag-validade.footer-no-has-bottom .column-1 {
  border-radius: 0;
}

.telefone, .telefone .h-50 {
  align-content: center;
}