section {
    width: 100%;
    text-align: center;
}


.logo-topo {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 115px;
    max-height: none !important;
    /* text-align: right; */
}

.topo {
    text-align: center;
}

.foto-perfil {
    box-shadow: 1px 1px 1px 1px #ccc;
    max-height: 160px;
    width: 125px;

}



body {
    font-family: 'baloo da 2', sans-serif;
}

h1 {
    font-size: 26px;
}

.content {
    text-align: left;
}

.perfil h1 {
    padding-top: 20px;
    font-weight: 700;
}

.botoes {
    padding-top: 20px;
}

.icone {
    border-radius: 999px;
    padding: 20px;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 69px;
}

.botoes h6 {
    padding: 10px;
    color: #212529;
}

.botoes img {
    box-shadow: 1px 2px 10px 1px #0000001f;
    margin-top: 15px;
    margin-bottom: 15px;
}

.topo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.botao-vcard {
    color: #fff;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    border-radius: 5px;
}

.perfil {
    margin-top: 10px;

}

.perfil,
.botoes {
    background-color: transparent;
    padding-top: 10px;
    padding: 18px 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px #00000036;
}

.botoes {
    margin-top: 15px;
    margin-bottom: 15px;
}

.vcard {
    padding-top: 15px;
}

.qr-code {
    background-color: #fff;
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: 0 auto;
}

.botao-compartilhar {
    width: 100%;
    background-color: transparent;
    display: block;

}


.compartilhar-via {

    display: none;

}

.compartilhar {
    background-color: transparent;
    text-align: center;
}

.collapse {
    transition: ease 0.5s;
}

.botoes h6 {
    display: none;
}

.rodape {
    margin-top: 20px;
    margin-bottom: 20px;
}

.collapse {
    transition: ease 0.5s;
    width: 100%;
}

.listas {
    padding-top: 35px;
}

.listas h6 {
    font-size: 14px;
}

.listas h6:hover {
    animation: none;
    transform: scale(1.1);
}

.botao-whatsapp {
    color: #FFF;
    background-color: #4ABC5E;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    padding: 8px 15px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
}

.botao-whatsapp:hover{
    color: #fff;
}





@media (max-width:467px) {
    .imagem-perfil img {
        height: auto;
    }



    .compartilhar-via {

        display: block;

    }

    .botoes h6 {
        display: none;
    }


    .logo-topo {
        width: auto;
        height: auto;
        max-height: none;
        max-width: 100px;
        /* text-align: right; */
    }

    .botao-vcard {

        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }

    .perfil,
    .botoes {
        background-color: transparent;
        padding-top: 10px;
        padding: 18px 20px;
        border-radius: 5px;
        box-shadow: 0px 0 0px 0px #00000036;
    }

    .perfil {
        padding-left: 15px;
        padding-right: 0px;
    }

    .perfil h1 {
        padding-top: 25px;
        font-size: 18px;
    }

    .content {
        padding-right: 0px;
        padding-left: 0px;
    }


    h6 {
        display: none;
    }

    .icone {
        border-radius: 999px;
    }
}