
.institucional .sobre-loja-rodape {
    order: -1;
    width: 390px;
    padding-right: 80px
}

.sobre-loja-rodape p {
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 260px;
    display: -webkit-box;
}

/* bloco geral */
#rodape .sua-loja {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* título */
#rodape .sua-loja .titulo {
  font-size: 22px;
  font-weight: bold;
  color: #f5b400;
}

/* texto */
#rodape .sua-loja .texto-loja {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
}

/* box endereço */
#rodape .sua-loja .box-endereco {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  margin-top: 10px;
}

/* link */
#rodape .sua-loja a {
  display: inline-block;
  margin-top: 5px;
  font-weight: bold;
}

#rodape span.titulo img {
	max-width: 200px;
}

.links-rodape.links-rodape-paginas.span2 {
	left: 0px !important;
}

#rodape span.b {
	color: black !important;
}

#rodape span.a {
	color: black !important;
  font-weight: 700;
}

.rodape-endereco {
	  border: 1px solid var(--texto_global);
    padding: 12px 20px;
    margin-top: 15px;
    color: var(--texto_global);
    background: transparent;
    border-radius: 6px;
    transition: all .2s;
}

button.botao-mapa {
	background: none !important;
}

@media(max-width: 769px) {
		#rodape .sua-loja {
		  display: block !important;
      width: 100% !important;
      margin-bottom: 40px;
    	padding: 0;
	}
	
	#rodape .sua-loja .titulo {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
	}
	
	#rodape .sua-loja .texto-loja {
		font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
    color: #333;
    font-size: 0.725rem;
    min-height: 100px;
	}
	
	#rodape button.botao-mapa {
		display: flex ;
	}
	
}

@media(min-width: 769px) {
	.links-rodape.span3.sua-loja {
		margin-right: 50px;
	}
}

#rodape button {
	border: none !important;
}