/* PUNTO BOTONES  */
.button-ccd-primary::after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #adefdb;
    position: relative;
    bottom: -12px;
    right: -32px;
}
@media (max-width: 766px) {
.flexcolumn-ccd-footer-socialmedia{
    flex-direction: column-reverse!important;
}
}
