

.q_icon_list {
    margin-bottom: 10px;
}

.q_social_icon_holder.normal_social {
    margin: 0 11px;
}
@media only screen and (max-width: 769px) {
  .qode-footer-bottom-follow {    
    display: none;
  }
}

@media screen and (max-width: 1024px) {
   .ocultar {
       display:none !important;
   } }

@media screen and (min-width: 1024px) {
   .ocultar2 {
       display:none !important;
   } }

/*Configurações outro menu mobile*/
/*
@media only screen and (max-width: 800px){
.header_bottom, nav.mobile_menu, header.fixed_top_header .top_header {
    display: none !important;}}*/

/*.mobile_menu_button {
    display: none!important;
}*/

/*@media screen and (max-width: 1000px) {
    header {
        position: fixed !important;
        left: 0px !important;
        top: 0px !important;
    }
    .content {
        top: 30px !important; /* this should be equal to mobile header height */
    }
}