.social-share-vertical-bar{
  display:none;
  }

.scroll-bar {
    display: block;
    position: fixed;
    animation: scrollheader .4s normal;
    animation-fill-mode: forwards;
    vertical-align: bottom;
    opacity: 0;
    margin-top: 0;
    z-index: 1;
    top: 120px;
    margin-left: -60px;
}

@keyframes scrollheader {
  0%   {opacity:0;margin-top: -100px;}
  100%   {opacity:1;margin-top: 0px;}
}

.social-icons a {
    display: block;
    font-size: 30px;
    transition: 0.2s linear all;
}

.social-icons a:hover {
    transition: 0.2s linear all;
    transform: scale(1.2);
}

.hs-blog-post .background-gradient-mundo, .background-gradient-empreendedores, .background-gradient-empresas, .background-gradient-bolso {
    z-index: 9999;
    position: relative;
}

.dnd-section.bg-light {
    position: relative;
    z-index: 999;
}

.footer-container-wrapper {
    position: relative;
    z-index: 999;
}

.atmc-header.sticky {
    z-index: 999999;
}

.background-gradient-empresas {
    z-index: 9999999999999;
    position: relative;
}

@media only screen and (max-width: 600px) { 
  .social-icons a {
    font-size: 20px;
}
  
  .scroll-bar {
    margin-left: -30px;
    padding: 5px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 10px #00000003;
}
}


@media (max-width: 767px)
.atmc-social svg {
    height: 18px;
    min-width: inherit;
}
}