﻿.footer {
    height: 40vh;
}
@media (min-width: 766px) {
    .section-footer {
        height: auto;
    }

    .logo-footer-position {
        width: auto;
        height: 18rem;
        margin-top: 2.5rem;
    }

    .contatos-titulo {
        padding-left: 2rem;
        font-family: Lora;
        font-size: 20px;
    }

    .icone-map-telefone-email {
        font-size: 2rem;
        color: #ceb185;
        padding-left: 1rem;
    }

    .span-endereço {
        font-family: lora;
        font-weight: 500;
        margin-left: 5px;
        font-size: 20px;
    }

    .font-contato-telefone-email {
        font-size: 15px;
        font-family: Montserrat;
        margin-left: 2rem;
        font-weight: 500;
        color: inherit;
    }

    .atendimento-titulo {
        font-family: Lora;
        font-size: 20px;
    }

    .row-tempo {
        margin-left: 3rem;
    }

    .titulo-online {
        font-size: 20px;
        font-family: lora;
    }

    .button-politicas {
        background-color: #d0ac7c;
        border-style: none;
        padding: 1rem;
        padding-left: 3rem;
        padding-right: 3rem;
        margin: 2rem;
        font-family: Montserrat;
        font-weight: 500;
    }

    .padding-rodape {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }





}
@media (max-width: 768px) {

    /*footer*/
    .footer {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .section-footer {
        height: auto;
        padding-bottom: 2rem;
    }

    .logo-footer-position {
        width: auto;
        height: 18rem;
        margin-top: 2.5rem;
    }

    .contatos-titulo {
        font-family: Lora;
        font-size: 20px;
    }

    .icone-map-telefone-email {
        font-size: 2rem;
        color: #ceb185;
        padding-left: 2rem;
    }

    .span-endereço {
        font-family: lora;
        font-weight: 500;
        font-size: 20px;
    }

    .font-contato-telefone-email {
        font-size: 15px;
        font-family: Montserrat;
        font-weight: 500;
    }

    .atendimento-titulo {
        font-family: Lora;
        font-size: 20px;
    }


    .titulo-online {
        font-size: 20px;
        font-family: lora;
    }

    .button-politicas, .button-politicas:hover, .button-politicas:visited, .button-politicas:active, .button-politicas:link {
        font-weight: 700;
        padding: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
        border-style: none;
        background-color: #e8d1ae;
        font-family: Montserrat;
        font-size: 1.5rem;
        color: inherit;
        text-decoration: inherit;
    }

    /*footer fim */


}