/* AJUSTE BOTÃO WHATSAPP FLUTUANTE */
a.whats-float {
    right: 25px !important;
    left: unset;
}

.ancora_topo {
    right: 25px !important;
    bottom: 105px;
}
#rodape .bloco-redes-sociais-rodape.bloco-personalizado.links-rodape-paginas ul li a[href*="pin"] span:first-child {
    font-size: 0;
}

#rodape .bloco-redes-sociais-rodape.bloco-personalizado.links-rodape-paginas ul li a[href*="pin"] span:first-child:before {
    content: "\f0d2";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome-v4;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    font-size: 17px;
} 
@media(min-width:768px){
    div#instagram_store .container.instagram div#instafeed.owl-loaded a {
        height: 393px;
    }
    
    div#instafeed img {
        width: 100%;
    }
}
@media(max-width:769px){
    div#instagram_store .container.instagram div#instafeed.owl-loaded a {
        height: 240px;
    }
    
    div#instafeed img {
        width: 100%;
        height: 240px;
    }
}