@media (max-width: 767px) {
img.custom-logo {
    max-height: 60px !important;
}
  
#site-logo #site-logo-inner a img {
    height: 60px !important;
}

i.fa.fa-bars {
    font-size: 26px;
}

.qlwapp__container.qlwapp__container--bottom-right.qlwapp__container--rounded {
    display: none !important;
}
}


@media (min-width: 768px) and (max-width: 1024px) { 
i.fa.fa-bars {
    font-size: 26px;
}
}

@media only screen and (min-width: 959px) { 
div#qlwapp {
    display: block;
}
}

img.custom-logo {
    height: 62px;
}

#site-logo #site-logo-inner a img {
    width: auto;
    height: 62px;
}

a {
	outline: none !important;
}

a:focus {
	outline: none !important;
}

.page-header {
    border-top: 2px solid #2ba6e3;
  	border-bottom: 2px solid #008fd5;
}

.grecaptcha-badge {
    display: none;
}

#scroll-top {
    bottom: 100px !important;
}

span.link-contactos:hover {
    color: rgba(255, 255, 255, 0.7);
}

li.meta-author {
    pointer-events: none;
}

.clr.tax-desc {
    display: none;
}