.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-net {
     display: flex;
    align-items: center;
    column-gap: 34px;
}
.contact-info-footer{
       display: flex;
    align-items: center;
        column-gap: 34px;
}
.footer-content{
 padding: 28px 0px 0px 0px;
}
.site-footer{
    background: linear-gradient(180deg, #222431 57.14%, #222431 63.21%), #F7F5F5;
border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.certifications img {
    max-width: 360px;
    width: 100%;
}

.footer-logo .custom-logo {
    max-width: 141px;
    height: 100%;
    width: 100%;
}
.site-footer .menu a {
    color: #fff;
    transition: 0.2s;
}
.contact-info{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.contact-info a {
    text-decoration: none;
    font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 0.875rem;
line-height: 130%;
letter-spacing: -0.01em;

color: #E5E6E9;
}

.footer-row {
    padding: 12px 45px;
}

.footnotes p {
    text-align: center;
    font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 12px;
line-height: 130%;
/* idêntico à altura da caixa ou 16px */
letter-spacing: -0.01em;

color: rgba(229, 230, 233, 0.7);
    margin: 0px;
    padding:20px 0; 
}
.footnotes  {
    border-top: 1px solid rgba(255,255,255,0.18)
}
.footer-content{
     border-right: 1px solid rgba(255,255,255,0.18);
        border-left: 1px solid rgba(255,255,255,0.18);
}

.site-footer .menu a:hover {
    color: #F04E30
}

@media(max-width:901px){
    .site-footer .menu a {
    font-size: 14px;
}
.footer-navigation .menu {
    max-width: 225px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    gap:12px;
    padding: 30px 0px 44px 0;
}

.footer-row{
    padding: 16px;
    align-items: flex-start;
    flex-direction: column;;
}
.site-footer{
    padding: 0 20px;
}
.contact-info-footer{
    flex-direction: column;
        align-items: flex-start;
    gap:15px;
margin-bottom: 34px;
}
.footer-content{
    border-top: 2px solid #F36E3A
}
}