.sa-logotipo{	
margin: 10px auto 30px 0;
float: none;
display: flex;
width: 100%;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
gap: 0;
}
.sa-logotipo .title{
width: 100%;
float: left;
display: block;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.08em;
text-transform: uppercase;
font-family: 'Founders Grotesk';
color: #000;
margin-bottom: 20px;
}
.sa-logotipo .logo{
width: calc(100% / 7);
float: left;
padding: 10px;
height: 70px;
margin: 0;
display: flex;
align-items: center;
justify-content: flex-start;
}
.sa-logotipo span:first-of-type {
margin-left: 0;
padding-left: 0;
padding-right: 20px;
}
.sa-logotipo .logo img{
filter: grayscale(1);
max-height: 75px;
}
.sa-logotipo .logo img:hover{
filter: grayscale(0);
transition-property: filter;
transition-duration: 1s;   
}
.sa-logotipo .logo.lnk img:hover{
cursor: pointer;
}
@media (max-width: 980px) {
.sa-logotipo .logo{
width: calc(100% / 2);
}
}