footer{
    background-image: url('../image/rodape.png');
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer {
    display: grid;
    grid-template-columns: 30% 5% max-content 5% max-content;
    grid-template-rows: max-content max-content;
    justify-content: center;

    color: white;


}

.log-emp{
    display: grid;
    grid-template-columns: 65%;
    justify-content: center;
    align-items: center;
    color: white;
}

.logo-img p{
    padding-left: 90px;
    font-size: 1.1rem;
}

.logo-img{
    display: flex;
    align-items: center;
}

.logo-img img{
    width: 20%;
}

.footer-company {
    display: grid;
    grid-template-columns: 100%;
    column-gap: 2%;
    grid-template-rows: max-content;
    padding-top: 50px;
    font-size: 1.1rem;
}

.footer .logo-company {
    /* grid-column: 1 / span 3;
    width: 90%; */
    margin-bottom: 30px;

}

.footer-company img {
    width: 70%;
}

.v-a{
    padding-top: 5px;
}

.footer .logo-xavier {
    margin-top: 10px;
    width: 90%;
}

.footer .logo-fort {
    margin-top: 15px;
    width: 100%;
}

.footer-map {
    padding-top: 50px;
    font-family: 'm-pro-r';
    font-size: 1rem;

}

.footer-map a {
    text-decoration: none;
    color: #eee;

}

.footer-address {
    padding-top: 50px;
    font-family: 'm-pro-r';
    font-size: 1rem;
}

.footer-address .text-address {
    letter-spacing: 4px;
    margin-bottom: 10px;

}

.footer-address .icon-networks svg {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 10px;
}

.text-direito {

    font-size: 0.8rem;
    color: #d9cece;
    margin-bottom: 10px;

}

.text-direito-autorais{
  display:grid;
  grid-template-columns: 80%;
  justify-content: center;
  margin-top: 30px;
}


.text-map-site {
    letter-spacing: 4px;
    margin-bottom: 10px;
    font-family: 'm-pro';
}

.map-link {
    margin-bottom: 2px;
}

.log-emp{
    grid-column: 1 / span 2;
}

.hidden-arrow {
    display: none;
  }


  @media only screen and (max-width: 1108px) {
    .form-banner {
        display: none;
    }

    .log-emp {
        display: grid;
        grid-template-columns: 85%;
        justify-content: center;
        align-items: center;
        color: white;
    }

  }

@media only screen and (max-width: 760px) {

    footer {
        background-image: url(../image/footer/background-contato.png);
        background-size: 100% 100%;
        height: 100%; 
        padding-top: 50px;
    }

    .footer {
        display: grid;
        grid-template-columns: 80%;
        grid-template-rows: max-content;
        justify-content: center;

        color: white;
        font-size: 0.7rem;
        /* background-image: url(../image/footer/background-contato.png); */
        background-size: 100% 100%;
        
    }

    .footer-company img {
        width: 50%;
    }

    .logo-img p {
        padding-left: 10px;
        font-size: 0.9rem;
    }

    .logo-img img {
        width: 40%;
    }

    .logo-img {
        display: grid;
        align-items: center;
        justify-items: center;
        row-gap: 20px;
    }

    .footer-address {
        padding-top: 50px;
        font-family: Altone-Regular;
        font-size: 0.7rem;
    }

    .logo-affinity {
        width: 50px;
        height: 20px;
    }


    .footer-map {
        order: 2;
    }
    .form-banner {
        display: none;
    }

    .footer-company {
        order: 1;
        font-size: 0.9rem;

    }

    .footer-map {
        order: 2;
        padding-left: 20px;

    }

    .footer-xp {
        display: none;
    }

    .footer-address {
        order: 3;
        display: none;

    }

    /* seta para subir para cima, para tela responsiva */
#back-to-top {
    visibility: visible;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

#back-to-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
}

#back-to-top a:hover {
    opacity: 0.7;
}

#back-to-top svg {
    height: 35px;
}



/* FIM back-to-top */

}