.footer {
    background-color: #0055ad;
    display: flex; display: -ms-flexbox; -moz-display: flex;;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    position: relative;
    height: 350px;
    line-height: 1.8;
    font-size: 1.2rem;
    box-shadow: -1px -1px 5px #666;
    border-top: 2px solid white;
}

.footer > * {
    padding-bottom: 4rem;
}
.footer img{
     width: auto;
     height: auto;
     max-width: 400px;
}

.footer h3 {
    margin-bottom: 2rem;
    margin-top: 3rem;
    color: white;
    font-size: 1.8rem;
    font-family:  serif;
}

.footer a {
    color: white;
    font-family: dosis-light, serif;
    display: table-header-group´;
    height: auto;
    width: auto;
}

.footer a:hover {
    color: #0186C9;
}

.footer-divisoria {
    height: 90%;
    width: 1px;
    background-color: #bbb;
    margin: 0 2rem;
}

.footer-info {
    width: 300px;
    height: autoi;
    display: flex; display: -ms-flexbox; -moz-display: flex;;
    flex-direction: column; -ms-flex-direction: column;
    text-align: center;
}

.footer-info .fa-whatsapp {
    cursor: pointer;
}

.footer-info h2 {
    font-family: merienda;
    color: #0186C9;
}

.footer-servicos {
    width: 300px;
    height: inherit;
    display: flex; display: -ms-flexbox; -moz-display: flex;;
    flex-direction: column; -ms-flex-direction: column;
    justify-content: flex-start
}

@media (max-width: 750px) {
    .footer {
        flex-direction: column; -ms-flex-direction: column;
        height: auto;
        padding: 1rem;
        font-size: 1.5rem;
    }

    .footer h3 {
        margin: 0;
        text-align: center;
    }

    .footer > * {
        padding: 0;
        margin: 0;
    }

    .footer-info {
        margin: 0;
        padding: 0;
        align-self: center;
        font-size: 1.3rem;
        padding: 0 1rem;
    }
    .footer a{
    text-align: center;
}

    .footer-info h2 {
         text-align: center;
    }


    .footer-divisoria {
        height: 1px;
        width: 90%;
        margin: 2rem 0;

    }

    .footer-servicos {
        margin: 0;
        padding: 0;
        text-align: center;
        padding-bottom: 4rem;
    }
}

@supports (display: grid) {

    .footer {
        background-color: #0055ad;
        display: flex; display: -ms-flexbox; -moz-display: flex;;
        justify-content: center;
        align-items: center;
        padding: 2rem 0;
        position: relative;
        height: 350px;
        line-height: 1.8;
        font-size: 1.2rem;
        box-shadow: -1px -1px 5px #666;
        border-top: 2px solid white;
    }

    .footer > * {
        padding-bottom: 4rem;
    }
    .footer img{
         width:100%;
    }

    .footer h3 {
        margin-bottom: 2rem;
        margin-top: 3rem;
        color: white;
        font-size: 1.8rem;
        font-family:  serif;
    }

    .footer a {
        color: white;
        font-family: dosis-light, serif;
    }

    .footer a:hover {
        color: #0186C9;
    }

    .footer-divisoria {
        height: 90%;
        width: 1px;
        background-color: #bbb;
        margin: 0 2rem;
    }

    .footer-info {
        width: 300px;
        height: inherit;
        display: flex; display: -ms-flexbox; -moz-display: flex;;
        flex-direction: column; -ms-flex-direction: column;
        text-align: center;
    }

    .footer-info .fa-whatsapp {
        cursor: pointer;
    }

    .footer-info h2 {
        font-family: merienda;
        color: #0186C9;
    }

    .footer-servicos {
        width: 300px;
        height: inherit;
        display: flex; display: -ms-flexbox; -moz-display: flex;;
        flex-direction: column; -ms-flex-direction: column;
        justify-content: flex-start
    }

    @media (max-width: 750px) {
        .footer {
            flex-direction: column; -ms-flex-direction: column;
            height: auto;
            padding: 1rem;
            font-size: 1.5rem;
        }

        .footer h3 {
            margin: 0;
            text-align: center;
        }

        .footer > * {
            padding: 0;
            margin: 0;
        }

        .footer-info {
            margin: 0;
            padding: 0;
            align-self: center;
            font-size: 1.3rem;
            padding: 0 1rem;
        }
        .footer a{
        text-align: center;
    }

        .footer-info h2 {
             text-align: center;
        }


        .footer-divisoria {
            height: 1px;
            width: 90%;
            margin: 2rem 0;

        }

        .footer-servicos {
            margin: 0;
            padding: 0;
            text-align: center;
            padding-bottom: 4rem;
        }
    }

}
