@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
.container-fluid{
    margin: 0;
    padding: 0;
}
.section__versao__desktop{
    display: none;
}
.logo__meu__real__insta__rodape{
    background: url(../images/mobile/meu-real-mobile-26.webp);
    text-align:center;
    background-position: top center;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 6em;
}
img.logo__rodape__meu__real {
    width: 65%;
}
.instagram__rodape{
    width: 65%;
    margin-top: 25px;
}
.copyright{
    background-color: #171e49;
    padding: 2em;
    text-align: center;
}
.texto__copyright{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.link__amxcom{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.logo__meu__real__insta__rodape {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}
section.btn-whatsapp {
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 15px;
}
a.botao {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #6baa51;
    padding: 0.5em 1em;
    border-radius: 35px;
    text-decoration: none;
}
.pop-whatsapp > span {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
@media screen and (min-width: 600px){
    .section__versao__desktop{
        display: block;
    }
    .section__versao__mobile{
        display: none;
    }
    .texto__copyright{
        font-size: 16px;
    }
    img.logo__rodape__meu__real {
        width: 20%;
    }
    .logo__meu__real__insta__rodape {
        flex-direction: row;
    }
}