/* Inicio do Footer*/
.logo-footer {
    max-height: 250px;
    margin: 5px;
    padding-left: 0px !important;
    margin-left: -5px;
}

.pagefooter{
    background: #eeeeee;
    padding: 15px 0;
}

.footer-p{
    color: #2d7390 !important;
    font-size: 15px !important;
}

.footer-a{
    color: #2d7390 !important;
    font-size: 15px !important;
}

.footer-itcode{
    color: #2d7390 !important;
    font-size: 13px !important;
    text-align: right;
}

.footer-itcode:hover{
    text-decoration: none !important;
}

@media(min-width:992px){
    .footer-col{
        justify-content: flex-end;
        display: grid;
    }
}

@media(max-width:767px){
    .atendimento-col{
        margin-top: 10px;
    }

    .endereco-col{
        margin-top: 10px;
    }
}

.email-icon{
    width: 45px;
    margin-top: 30px;
}

/* Fim do Footer*/
