@charset "UTF-8";*,a:active,a:focus,a:hover {
    outline: 0
}

*,:after,:before {
    box-sizing: border-box
}

*,legend {
    padding: 0
}

.header .limit:after,.header .nav:before {
    content: ''
}

.superhq-gallery figure,ul.arquivo li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

* {
    margin: 0;
    line-height: 1em;
    list-style: none;
    background: 0 0;
    text-decoration: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,iframe,img,svg,video {
    display: inline-block;
    vertical-align: top
}

.the-share li.wa,[hidden],script {
    display: none
}

audio:not([controls]) {
    display: none;
    height: 0
}

button,html,input,select,textarea {
    font-family: inherit
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    white-space: normal
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

img,textarea {
    vertical-align: top
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer;
    border: 0
}

button[disabled],html,html input[disabled] {
    cursor: default
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

img {
    max-width: 100%;
    height: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

::-moz-selection {
    background: #fbccd9;
    text-shadow: none
}

::selection {
    background: #fbccd9;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: rgba(0,0,0,.3)
}

:-moz-placeholder {
    color: rgba(0,0,0,.3)
}

::-moz-placeholder {
    color: rgba(0,0,0,.3)
}

:-ms-input-placeholder {
    color: rgba(0,0,0,.3)
}

body>iframe,body>img,body>object,html>iframe,html>img,html>object {
    position: fixed
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    font-family: 'Exo 2',Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased
}

body {
    background-repeat: repeat-x;
    background-position: center top;
    background-attachment: fixed;
    color: #555;
    min-height: 100vh
}

:after,:before,a,a span,a svg,button,input,select,textarea {
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.header .limit:after,.header .mini-logo {
    -webkit-transition: all .6s cubic-bezier(.23,1,.32,1)
}

svg {
    overflow: visible
}

.page-title .bg,.wrapper {
    overflow: hidden
}

#svgsprites {
    position: fixed;
    top: -9999px;
    left: -9999px
}

.main-container,.sidebar,.wrapper {
    position: relative
}

#svgsprites #play .top,#svgsprites #plus .plus {
    fill: #ffc500;
    stroke: rgba(0,0,0,.4)
}

a,button {
    cursor: pointer
}

body.mobile .the-share li.wa {
    display: block
}

.main-container {
    z-index: 20;
    max-width: 1280px;
    margin: 0 auto 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    min-height: calc(100vh - 390px);
    background: #fff
}

.main {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
    max-width: 100%;
    min-width: 1px;
    min-height: 70vh
}

.sidebar {
    -webkit-flex: 0 0 330px;
    flex: 0 0 330px;
    margin-left: 10px;
    top: 0;
    left: auto;
    padding: 15px
}

.sidebar .sidebar-inner {
    width: 330px
}

.sidebar .sidebar-inner.fixed {
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    position: fixed;
    top: 60px
}

.sidebar .sidebar-inner.fixed.stop {
    position: absolute;
    top: auto!important;
    bottom: 0!important;
    left: 0!important
}

.sidebar .sidebar-inner>:not(:last-child) {
    margin-bottom: 30px
}

.header {
    position: relative;
    z-index: 100
}

.header .limit {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 80px
}

.mascote-logo {
    width: 100px;
    height: 80px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -3px
}

.header .nav {
    z-index: 99;
    position: absolute
}

.header .nav .left {
    display: flex;
    align-items: center
}

.header .logo {
    width: 200px;
    margin-right: 20px
}

.header .logo a {
    display: block
}

.header .logo .i-logo {
    width: 100px;
    height: 80px;
    margin-left: 80px
}

.header .logo .i-sublogo {
    display: block;
    position: absolute;
    left: 100%;
    bottom: 50px;
    width: 170px;
    height: 170px;
    fill: #fee145
}

.header .mini-logo {
    display: none;
    transition: all .6s cubic-bezier(.23,1,.32,1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-right: 10px
}

#submenu-categorias {
    position: relative;
    margin: 0 0 15px;
    z-index: 99;
    transition: all .3s;
    -moz-transition: all .3s;
    background: linear-gradient(to right,#fc0 49%,#840a21 50%)
}

#submenu-categorias.fixo {
    background-image: linear-gradient(to right,#fc0 49%,#840a21 50%);
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.25);
    transition: all .3s;
    -moz-transition: all .3s
}

#submenu-categorias .limit {
    background: #840a21;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

#submenu-categorias .limit span {
    background: #fc0;
    float: left;
    position: relative;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 900;
    color: #560816;
    text-transform: uppercase;
    margin-right: 30px
}

#submenu-categorias .limit span:after {
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #fc0;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0
}

#submenu-categorias .limit ul li {
    display: inline-block;
    text-align: center;
    color: #fff;
    height: 100%
}

#submenu-categorias .limit ul li a {
    line-height: 50px;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    transition: color .3s;
    -moz-transition: color .3s
}

#submenu-categorias .limit ul li:hover a {
    color: #fc0;
    transition: color .3s;
    -moz-transition: color .3s
}

#submenu-categorias.fixo .limit ul.menu-2 {
    display: block
}

body.iphone .header .mini-logo {
    width: 52px;
    height: 30px;
    background: url(https://www.superhq.net/wp-content/themes/superhq_new/img/mini-logo.png) center no-repeat;
    background-size: cover
}

body.iphone .header .mini-logo svg {
    display: none
}

.header .nav,.header .nav .bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-align: center;
    color: #fff;
    text-transform: uppercase
}

.header .mini-logo .ico {
    width: 52px;
    height: 30px
}

.header .nav {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    padding-left: 0
}

.header .nav:before {
    width: 300vw;
    height: 80px;
    overflow: hidden;
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 150vw)
}

.header .nav .bt:hover,.header .nav .menu li:hover a {
    background: rgba(0,0,0,.4)
}

.header .nav .bt {
    padding: 0 10px;
    height: 50px;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 700;
    position: relative
}

.publi-live-sdx {
    padding: 0 10px;
    display: none;
    font-weight: 700;
    position: relative;
    color: #fff
}

.header .nav .bt .ico {
    width: 15px;
    height: 15px;
    margin: auto 15px auto 0;
    fill: #fc0
}

.header .nav .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.header .nav .menu a {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 8px 10px
}

.header .nav .search-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #3f030f;
    border: 1px solid #3f030f;
    border-radius: 3px;
    width: 300px;
    height: 45px
}

.header .nav .search-form .search-submit {
    -webkit-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    padding: 16px
}

.header .nav .search-form .search-submit .ico {
    width: 18px;
    height: 18px;
    fill: #fff
}

.header .nav .search-form .search-submit:hover {
    background: rgba(0,0,0,.2)
}

.header .nav .search-form .search-input {
    font-size: 15px;
    font-weight: 600;
    border: 0;
    background: 0 0;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
}

.page-title.busca,.page-title.single .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-align: center
}

.header .nav .search-form .search-input::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,.6)
}

.header .nav .search-form .search-input:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,.6)
}

.header .nav .search-form .search-input::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,.6)
}

.header .nav .search-form .search-input:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,.6)
}

.page-title,.page-title .home {
    color: #ad102d
}

.header .header-banner {
    position: absolute;
    bottom: 60px;
    right: 0
}

.header.fixed .limit:after {
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw)
}

.header.fixed .nav {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 80px;
    position: fixed
}

.header.fixed .mini-logo {
    opacity: 1
}

.singlegrid .page-title {
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-style: italic;
    position: relative
}

.no-singlegrid .page-title {
    margin: -20px -20px 0;
    padding: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-style: italic;
    position: relative
}

.page-title .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    opacity: .25;
    z-index: 10
}

.page-title *,.post-list header {
    position: relative
}

.page-title .bg img {
    opacity: 0
}

.page-title.single .bg {
    opacity: .1
}

.page-title.busca {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.page-title.busca .ico {
    margin-right: 20px
}

.page-title .ico {
    width: 20px;
    height: 20px;
    fill: #ad102d
}

.page-title .home:hover {
    opacity: .7
}

.page-title h1 {
    display: block;
    font-size: 80px;
    font-weight: 600;
    margin-top: -12px
}

.page-title.single .the_time {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    display: block;
    margin-bottom: 10px
}

.page-title.single h1 {
    font-size: 47px;
    font-weight: 700
}

.page-title.single .tags,.post-list .the_time {
    color: #ad102d;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 12
}

.page-title.single .tags {
    padding-top: 15px;
    font-size: 11px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center
}

.page-title.single .tags li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.post-list article.closed .the_title a:before,.post-list article.closed footer,.post-list article.closed main {
    display: none
}

.page-title.single .tags li:not(:first-child):before {
    content: '/';
    margin: 0 5px
}

.page-title.single .tags a {
    color: #70091c
}

.page-title.single .tags a:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3)
}

.post-list article {
    margin-bottom: 70px;
    border-top: 1px solid #fff
}

.post-list article:first-child {
    margin-top: -20px
}

.post-list article.closed {
    margin-bottom: -20px
}

.post-list article.closed .the_title .toggler {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.post-list article.closed .the_title .toggler .ico {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.post-list .the_time,.post-list header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex
}

.post-list header {
    margin: 0 -20px 10px;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    min-height: 60px;
    overflow: hidden;
    padding-bottom: 10px
}

.post-list .the_time {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    background: #fc0;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.post-list .the_title,.post-list .the_title .toggler {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    text-align: center
}

.post-list .the_time .d {
    font-size: 23px
}

.post-list .the_title {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    font-style: italic
}

.post-list .cats,.post-list .com-link,.post-list .tags {
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase
}

.post-list .the_title a {
    padding: 10px 20px 13px;
    display: block;
    color: #fff;
    width: 100%;
    background-color: #ad102d;
    position: relative;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.post-list .the_title a:before {
    content: '';
    display: block;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #ad102d;
    position: absolute;
    top: 100%;
    left: calc(50% - 10px)
}

.post-list .the_title a:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.post-list .the_title .toggler {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 10px;
    width: 30px;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.23,1,.32,1);
    transition: all .4s cubic-bezier(.23,1,.32,1);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer
}

.post-list .tags,.post-list .tags li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-align: center
}

.post-list .the_title .toggler .ico {
    width: 10px;
    height: 10px;
    fill: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.post-list .the_title .toggler:hover {
    background: rgba(0,0,0,.4)
}

.post-list .the_title:hover .toggler {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.post-list .tags {
    margin-bottom: 40px;
    font-size: 11px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #ad102d
}

.post-list .tags li {
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.post-list .cats,.post-list .cats li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-align: center
}

.post-list .tags li:not(:first-child):before {
    content: '/';
    margin: 0 5px
}

.post-list .tags a {
    color: #ad102d
}

.post-list .tags a:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3)
}

.post-list .cats {
    font-size: 11px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #666
}

.post-list .cats li {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 5px
}

.post-list .com-link,.post-list footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex
}

.post-list .cats li:first-child {
    color: #222
}

.post-list .cats a {
    color: #ad102d
}

.post-list .cats a:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3)
}

.post-list .com-link {
    font-size: 19px;
    color: #ad102d;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3)
}

.post-list .com-link .qty {
    -webkit-flex: 0 0 34px;
    flex: 0 0 34px;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #ad102d;
    color: #fff;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
    position: relative
}

.post-list .com-link .ico {
    fill: #ad102d;
    position: absolute;
    bottom: -4px;
    right: 6px;
    width: 14.45px;
    height: 12.24px
}

.post-list .com-link:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.post-list footer {
    padding-top: 40px;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.sidepanel .topbar .limit,.wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex
}

.wp-pagenavi {
    padding: 50px 0;
    margin: 0 -20px -20px;
    border-top: 0;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.wp-pagenavi .pages {
    display: none
}

.wp-pagenavi .current,.wp-pagenavi a,.wp-pagenavi span {
    -webkit-flex: 0 0 26px;
    flex: 0 0 26px;
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #BFBFBF
}

.wp-pagenavi .current.first,.wp-pagenavi .current.last,.wp-pagenavi a.first,.wp-pagenavi a.last {
    white-space: nowrap;
    font-size: 14px
}

.wp-pagenavi a:hover {
    background: #ad102d;
    color: #fff;
    border-color: transparent
}

.sidepanel,.wp-pagenavi .current {
    background: #ad102d;
    border-color: transparent!important;
    color: #fff
}

.wp-pagenavi .ico {
    width: 10px;
    height: 16px;
    fill: #ad102d;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.no-posts {
    text-align: center;
    font-size: 30px;
    padding: 50px 0;
    text-transform: uppercase;
    font-style: italic
}

.sidepanel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .5s cubic-bezier(.23,1,.32,1);
    transition: all .5s cubic-bezier(.23,1,.32,1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.sidepanel .search-form .search-submit:hover,.sidepanel .topbar {
    background: rgba(0,0,0,.2)
}

.sidepanel.on {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.sidepanel .limit {
    max-width: 1100px;
    margin: 0 auto;
    position: relative
}

.sidepanel .topbar {
    margin-bottom: 40px
}

.sidepanel .topbar .limit {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 60px
}

.sidepanel .search-form {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.sidepanel .search-form .search-submit {
    -webkit-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    padding: 21px
}

.sidepanel .search-form .search-submit .ico {
    width: 18px;
    height: 18px;
    fill: #fff
}

.sidepanel .search-form .search-input {
    font-size: 20px;
    font-weight: 600;
    border: 0;
    background: 0 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff
}

.sidepanel .search-form .search-input::-webkit-input-placeholder {
    font-size: 17px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,.6)
}

.sidepanel .search-form .search-input:-moz-placeholder {
    font-size: 17px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,.6)
}

.sidepanel .search-form .search-input::-moz-placeholder {
    font-size: 17px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,.6)
}

.sidepanel .search-form .search-input:-ms-input-placeholder {
    font-size: 17px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,.6)
}

.sidepanel .close-menu {
    -webkit-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    padding: 21px
}

.sidepanel .close-menu span {
    display: none
}

.sidepanel .close-menu .ico {
    width: 18px;
    height: 18px;
    fill: #fff
}

.sidepanel .close-menu:hover {
    background: rgba(0,0,0,.2)
}

.sidepanel .flexaside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0 -20px -40px
}

.sidepanel .flexaside>* {
    -webkit-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    min-width: 250px;
    padding: 0 20px 40px
}

.sidepanel .flexaside .menu li:not(:last-child) {
    margin-bottom: 20px
}

.sidepanel .flexaside .menu a {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    display: inline-block
}

.sidepanel .flexaside .menu a:hover {
    color: #fc0
}

.sidepanel .categories:before {
    content: 'Categorias';
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px
}

.sidepanel .categories li:not(:last-child) {
    margin-bottom: 10px
}

.sidepanel .categories a {
    color: #fff;
    font-style: italic
}

.sidepanel .categories a:hover {
    color: #fc0
}

.sidepanel .last-post {
    margin-bottom: 40px
}

.sidepanel .last-post h3 {
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px
}

.sidepanel .last-post .link {
    display: block;
    font-style: italic;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase
}

.sidepanel .last-post .link:hover .thumb {
    box-shadow: inset 0 0 0 5px #fc0
}

.sidepanel .last-post .thumb {
    display: block;
    margin-bottom: 15px;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}

.sidepanel .last-post .thumb img {
    opacity: 0
}

.sidepanel .last-post .date {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fc0
}

.maislidos-widget a,.widget-title {
    color: #900e26;
    text-transform: uppercase;
    font-style: italic
}

.widget-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px
}

.maislidos-widget li:not(:last-child) {
    margin-bottom: 10px
}

.maislidos-widget a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px 0 20px;
    width: calc(100% + 10px);
    margin-left: -10px;
    position: relative;
    overflow: hidden
}

.feedrss:before,.maislidos-widget a:before {
    display: block;
    content: ''
}

.maislidos-widget a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ad102d;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -webkit-transition: all .4s cubic-bezier(.23,1,.32,1);
    transition: all .4s cubic-bezier(.23,1,.32,1);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.feedrss form input,.feedrss:before {
    -webkit-transition: all 150ms ease-in-out
}

.maislidos-widget a:hover {
    color: #fc0
}

.maislidos-widget a:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.maislidos-widget a>* {
    position: relative
}

.maislidos-widget .thumb {
    margin-right: 30px;
    -webkit-flex: 0 0 50px;
    flex: 0 0 50px;
    min-height: 50px;
    background-repeat: no-repeat;
    background-position: cover;
    border-radius: 10px
}

.maislidos-widget .num {
    position: absolute;
    left: 53px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #fc0
}

.fb-likebutton {
    background: url(../../../../../../themes/superhq_new/img/bg_likebutton.jpg) #ccc no-repeat;
    height: 147px;
    position: relative;
    margin: -20px 0 0
}

.fb-likebutton .fb-like {
    position: absolute;
    left: 17px;
    bottom: 17px
}

.feedrss,.feedrss>* {
    position: relative
}

.textwidget {
    color: #fff;
    line-height: 1.3em
}

.feedrss {
    padding: 20px;
    color: #fff
}

.feedrss:hover:before {
    box-shadow: 0 1rem 2rem -1rem rgba(0,0,0,.5),inset 0 0 0 1px rgba(255,255,255,.1)
}

.feedrss:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ad102d;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    transition: all 150ms ease-in-out
}

.feedrss .widget-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 5px
}

.feedrss .widget-title .ico {
    -webkit-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #fff
}

.feedrss .msg {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    opacity: .6
}

.feedrss form input {
    display: block;
    border: 0;
    width: 100%;
    background: rgba(0,0,0,.2);
    color: #fff;
    padding: 10px;
    height: 40px;
    transition: all 150ms ease-in-out
}

.feedrss form input:focus,.feedrss form input:hover {
    background: rgba(0,0,0,.4)
}

.shq-ads {
    position: relative;
    z-index: 20
}

.shq-ads.fixed .shq-ad {
    width: 300px
}

.shq-ads.fixed .shq-ad.fixed {
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    position: fixed
}

.shq-ads.fixed .shq-ad.fixed.stop {
    position: absolute;
    top: auto!important;
    bottom: 0!important;
    left: 0!important
}

.parceiros-widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: -5px
}

.parceiros-widget ul.c1 li {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%
}

.parceiros-widget ul.c2 li {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%
}

.parceiros-widget ul.c3 li {
    -webkit-flex: 0 1 33.333%;
    flex: 0 1 33.333%
}

.parceiros-widget li {
    display: block;
    padding: 5px
}

.parceiros-widget li.feature {
    min-width: 100%
}

.parceiros-widget li.feature .parceiro {
    height: 140px
}

.parceiros-widget li.feature .parceiro:before {
    display: none
}

.parceiros-widget li.feature .parceiro .name {
    font-size: 22px
}

.parceiros-widget .parceiro {
    display: block;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    background: #ad102d;
    position: relative
}

.parceiros-widget .parceiro:before {
    content: '';
    display: block;
    padding-top: 100%
}

.parceiros-widget .parceiro .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.parceiros-widget .parceiro .bg img {
    opacity: 0
}

.parceiros-widget .parceiro .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-transform: uppercase;
    font-size: 14px;
    word-break: break-all;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.entry .flex-ico,.singlegrid .cats {
    -ms-flex-align: center;
    text-transform: uppercase
}

.parceiros-widget .parceiro:hover .name {
    opacity: 1
}

.parceiros-widget .parceiro:hover .bg {
    opacity: .2
}

.parceiros-widget a.parceiro {
    background: #fc0
}

.parceiros-widget a.parceiro .name {
    color: #ad102d
}

.entry {
    font-size: 1rem;
    color: #666;
    line-height: 1.5em
}

.entry.single {
    margin-bottom: 35px
}

.entry:after {
    display: table;
    clear: both;
    content: ''
}

.entry.page {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0
}

.entry * {
    line-height: 1.5em
}

.entry:last-child,.entry:last-child:last-child {
    margin-bottom: 0!important
}

.entry a {
    color: #ad102d
}

.entry a:hover {
    opacity: .7
}

.entry p:not(:last-child) {
    margin-bottom: 20px
}

.entry p:empty {
    display: none
}

.entry p audio,.entry p blockquote,.entry p embed,.entry p hr,.entry p iframe,.entry p img,.entry p object,.entry p ol,.entry p ul,.entry p video {
    margin-top: 20px;
    margin-bottom: 0
}

.entry p audio:first-child,.entry p blockquote:first-child,.entry p embed:first-child,.entry p hr:first-child,.entry p iframe:first-child,.entry p img:first-child,.entry p object:first-child,.entry p ol:first-child,.entry p ul:first-child,.entry p video:first-child {
    margin-top: 0
}

.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 20px;
    font-weight: 400;
    color: #222
}

.entry h1 {
    font-size: 2.5em
}

.entry h2 {
    font-size: 2.2em
}

.entry h3 {
    font-size: 1.9em
}

.entry h4 {
    font-size: 1.6em
}

.entry h5 {
    font-size: 1.3em
}

.entry h6 {
    font-size: 1.1em
}

.entry b,.entry strong {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
    font-weight: 700
}

.entry br {
    display: block
}

.entry hr {
    display: block;
    margin: 0 0 20px;
    border-top: 1px solid #ddd
}

.entry em {
    font-style: italic
}

.entry img {
    margin: 0 0 20px;
    max-width: 100%
}

.entry .wp-smiley {
    margin: 0
}

.entry .aligncenter,.entry .centered {
    display: block;
    margin: 0 auto 20px;
    text-align: center
}

.entry .alignright {
    margin: 0 0 20px 20px;
    float: right;
    text-align: right
}

.entry .alignleft {
    margin: 0 20px 20px 0;
    float: left;
    text-align: left
}

.entry img.size-full {
    width: auto
}

.entry img.size-large {
    width: 100%
}

.entry img.alignleft,.entry img.alignright {
    max-width: 50%
}

.entry img[style*='margin-left: auto'],.entry img[style*='margin-right: auto'],.entry img[style*='margin-left:auto'],.entry img[style*='margin-right:auto'] {
    display: block
}

.entry small,.entry strike {
    color: rgba(255,255,255,.8)
}

.entry code {
    font: 1.1em 'Courier New',Courier,Fixed
}

.entry>ol,.entry>ul {
    margin: 0 0 20px
}

.entry>ol li,.entry>ul li {
    margin: 0 0 7px
}

.entry>ol li:last-child,.entry>ul li:last-child {
    margin: 0
}

.entry ol ol,.entry ol ul,.entry ul ol,.entry ul ul {
    margin: 0 0 20px 10px
}

.entry ol li {
    list-style: decimal inside
}

.entry ul li {
    list-style: disc inside
}

.entry audio,.entry embed,.entry iframe,.entry object,.entry video {
    max-width: 100%!important;
    display: block;
    margin: 0
}

.entry .more-link {
    font-weight: 700
}

.entry abbr,.entry acronym,.entry span.caps {
    cursor: help
}

.entry abbr,.entry acronym {
    border-bottom: 1px dashed #ddd
}

.entry blockquote {
    margin: 0 20px 20px;
    display: block;
    font-family: Times,'Times New Roman',serif;
    color: #ad102d;
    font-size: 1.5rem;
    text-align: right
}

.entry blockquote:before {
    content: '”';
    font-size: 8rem;
    line-height: 8rem;
    height: 4rem;
    display: block
}

.entry .center {
    text-align: center
}

.entry .hidden {
    display: none
}

.entry .wp-caption {
    max-width: 100%;
    background: rgba(0,0,0,.05)
}

.entry .wp-caption img {
    margin-bottom: 0
}

.entry .wp-caption p.wp-caption-text {
    text-align: right;
    font-style: italic;
    font-size: 12px;
    line-height: 1em;
    color: #666;
    margin: 0;
    padding: 7px 10px
}

.entry .fitvid {
    position: relative;
    width: 100%;
    margin: 0 0 20px
}

.entry .fitvid:before {
    display: block;
    padding-top: 56.25%;
    content: ''
}

.entry .fitvid embed,.entry .fitvid iframe,.entry .fitvid object,.entry .fitvid video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.entry table {
    width: 100%;
    margin-bottom: 30px
}

.entry table td,.entry table th {
    width: auto!important;
    text-align: left!important;
    vertical-align: top
}

.entry table td:first-child,.entry table th:first-child {
    width: 320px!important;
    padding-right: 20px
}

.entry table td:first-child a,.entry table th:first-child a {
    display: block
}

.entry table td:first-child img,.entry table th:first-child img {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%
}

.entry table a {
    display: inline-block
}

.entry table a:hover .flex-ico {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3)
}

.entry table a:hover .flex-ico .ico {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.entry table a br,.entry table strong br {
    display: none;
    position: fixed
}

.entry .flex-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #3374bb;
    font-style: italic;
    font-size: 10px;
    font-weight: 600
}

.entry .flex-ico strong {
    font-weight: 700;
    display: block;
    font-size: 17px;
    line-height: 1em
}

.entry .flex-ico .ico {
    -webkit-flex: 0 0 34px;
    flex: 0 0 34px;
    fill: #3374bb;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .2s cubic-bezier(.175,.885,.32,1.275);
    transition: all .2s cubic-bezier(.175,.885,.32,1.275)
}

.entry .flex-ico.external {
    color: #ad102d
}

.entry .flex-ico.external .ico {
    fill: #ad102d
}

.entry .flex-ico.ouo {
    color: #f06060
}

.entry .flex-ico.ouo .ico {
    fill: #f06060
}

.entry .wpcf7 {
    margin-bottom: 40px
}

.entry .code-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 20px
}

.entry .code-banner:hover img {
    box-shadow: 0 0 0 5px #fc0
}

.entry .code-banner button,.wpcf7-form .wpcf7-text:focus,.wpcf7-form .wpcf7-text:hover,.wpcf7-form .wpcf7-textarea:focus,.wpcf7-form .wpcf7-textarea:hover {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1)
}

.entry .code-banner img {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    margin: 0
}

.entry .code-banner input {
    position: fixed;
    top: -99999px;
    left: -99999px
}

.entry .code-banner .line {
    margin: 0 5px;
    border-top: 1px dashed rgba(0,0,0,.3);
    -webkit-flex: 1 1 10px;
    flex: 1 1 10px
}

.entry .code-banner button {
    padding: 5px 10px;
    background: rgba(0,0,0,.3);
    color: #fff;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em
}

.entry .code-banner button:hover {
    background: #ad102d;
    color: #fff
}

.entry .code-banner button span {
    display: block;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px
}

.entry .code-banner button.copied {
    font-size: 0;
    text-indent: -9999px;
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3)
}

.entry .code-banner button.copied span {
    display: none
}

.entry .code-banner button.copied:before {
    content: 'Código Copiado!';
    line-height: 1em;
    display: block;
    font-size: 16px;
    text-indent: 0
}

.wpcf7-form .form-fields,.wpcf7-form .form-fields>.action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex
}

.wpcf7-form {
    max-width: 600px;
    margin: 0 auto 30px;
    text-shadow: none!important
}

.wpcf7-form .form-fields {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin: 0 -10px -20px
}

.wpcf7-form .form-fields>* {
    padding: 0 10px 20px;
    -webkit-flex: 1 1 10%;
    flex: 1 1 10%
}

.wpcf7-form .form-fields>.msg {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%
}

.wpcf7-form .form-fields>.action {
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.wpcf7-form .wpcf7-text,.wpcf7-form .wpcf7-textarea {
    width: 100%;
    border: 0;
    background: #f7f7f7;
    line-height: 20px;
    padding: 10px;
    height: 40px;
    font-size: 16px;
    color: #ad102d
}

.wpcf7-form .wpcf7-text::-webkit-input-placeholder,.wpcf7-form .wpcf7-textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
    font-style: italic;
    font-weight: 600
}

.wpcf7-form .wpcf7-text:-moz-placeholder,.wpcf7-form .wpcf7-textarea:-moz-placeholder {
    font-size: 14px;
    color: #999;
    font-style: italic;
    font-weight: 600
}

.wpcf7-form .wpcf7-text::-moz-placeholder,.wpcf7-form .wpcf7-textarea::-moz-placeholder {
    font-size: 14px;
    color: #999;
    font-style: italic;
    font-weight: 600
}

.wpcf7-form .wpcf7-text:-ms-input-placeholder,.wpcf7-form .wpcf7-textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
    font-style: italic;
    font-weight: 600
}

.wpcf7-form .wpcf7-textarea {
    height: 130px
}

.wpcf7-form .wpcf7-submit {
    min-height: 40px;
    border-radius: 3px;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #ad102d;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.wpcf7-form .wpcf7-submit:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.wpcf7-form .wpcf7-submit+svg {
    display: none
}

.wpcf7-form .ajax-loader {
    position: fixed;
    top: -9999px;
    left: -9999px
}

.wpcf7-form .ajax-loader+svg {
    opacity: 0;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(100% + 10px);
    width: 40px;
    height: 40px
}

.wpcf7-form .ajax-loader[style*=visible]+svg {
    opacity: 1
}

.wpcf7-form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 10px
}

.wpcf7-form .wpcf7-validation-errors {
    background: #fffac1;
    color: rgba(0,0,0,.7);
    border: 0;
    font-size: 12px
}

.wpcf7-form .wpcf7-mail-sent-ng,.wpcf7-form .wpcf7-spam-blocked {
    background: #f26c4f;
    color: #fff;
    border: 0;
    font-size: 12px
}

.wpcf7-form .wpcf7-mail-sent-ok {
    background: #acd373;
    color: rgba(0,0,0,.8);
    border: 0;
    font-size: 12px
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 11px;
    color: #f26c4f;
    padding-top: 3px
}

.superhq-gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-top: 20px;
    margin: 0 0 20px;
    position: relative
}

.superhq-gallery.column-count-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

.superhq-gallery.column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.superhq-gallery.column-count-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.superhq-gallery.column-count-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
}

.superhq-gallery.column-count-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5
}

.superhq-gallery.column-count-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6
}

.superhq-gallery.column-count-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7
}

.superhq-gallery.column-count-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8
}

.superhq-gallery.column-count-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9
}

.superhq-gallery figure {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-bottom: 20px;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    page-break-inside: avoid
}

.superhq-gallery figure a {
    display: block;
    position: relative;
    -webkit-transition: none;
    transition: none
}

.superhq-gallery figure a img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px
}

.superhq-gallery figcaption {
    display: none
}

.singlegrid .cats,.no-singlegrid .cats,.singlegrid .cats li,.no-singlegrid .cats li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex
}

.singlegrid .cats,.no-singlegrid .cats {
    font-size: 11px;
    font-style: italic;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #666;
    font-weight: 600;
    margin-bottom: 50px
}

.singlegrid .cats li,.no-singlegrid .cats li {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 5px
}

.singlegrid .cats li:first-child,.no-singlegrid .cats li:first-child {
    color: #222
}

.singlegrid .cats a,.no-singlegrid .cats a {
    color: #ad102d
}

.singlegrid .cats a:hover,.no-singlegrid .cats a:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3)
}

.related {
    margin: 0 0 50px!important
}

.related .title {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase
}

.related ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 -10px -20px
}

.related ul li {
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
    padding: 0 10px 20px;
    color: #222;
    font-size: 12px;
    font-style: italic;
    min-width: 150px
}

.related ul li a {
    display: block;
    color: #222;
    font-weight: 600
}

.related ul li a:hover .thumb {
    box-shadow: inset 0 0 0 5px #fc0
}

.related ul li .thumb {
    display: block;
    height: 160px;
    margin-bottom: 10px
}

.related ul li .the_time {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase
}

.related ul li .the_title {
    display: block;
    color: #ad102d;
    font-size: 15px
}

.coms .title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    color: #ad102d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
    margin-bottom: 20px
}

.coms .title .qty {
    -webkit-flex: 0 0 34px;
    flex: 0 0 34px;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #ad102d;
    color: #fff;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 19px
}

.coms .title .ico {
    fill: #ad102d;
    position: absolute;
    bottom: -4px;
    right: 6px;
    width: 14.45px;
    height: 12.24px
}

.coms .title:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

ul.arquivo {
    padding-top: 30px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

ul.arquivo li {
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    padding-bottom: 10px
}

ul.arquivo a {
    display: block;
    position: relative;
    min-height: 200px;
    background: #ad102d
}

ul.arquivo a:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3)
}

ul.arquivo .bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    mix-blend-mode: multiply;
    opacity: .2
}

ul.arquivo .bg img {
    display: block;
    opacity: 0;
    min-height: 300px
}

ul.arquivo .name {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: right;
    padding: 20px;
    font-size: 32px;
    text-transform: uppercase;
    word-break: break-word;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.4)
}

ul.arquivo .name .count {
    display: block;
    font-weight: 400;
    font-size: 14px;
    opacity: .7;
    padding-top: 5px
}

.footer {
    background: #560816;
    padding: 50px 0;
    color: #fff
}

.footer .limit {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex
}

.footer .logo-footer {
    width: 200px;
    height: 90px;
    filter: url(#shadow)
}

.footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-direction: column
}

.footer .menu li {
    display: inline-block;
    margin: 0 0 10px
}

.footer .menu a {
    font-size: 11px;
    font-weight: 600;
    color: #ebebeb;
    text-transform: uppercase
}

.footer .menu a:hover {
    color: #fc0
}

.footer .copyright {
    padding-top: 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-style: italic
}

.footer .copyright:before {
    content: '';
    display: table;
    clear: both
}

.footer .copyright strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px
}

.footer .limit>div {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
    font-size: 1rem
}

@media only screen and (min-width: 801px) {
    .footer .limit>div {
        width:33.3333333333%
    }
}

.tagcloud {
    margin-bottom: 1.5rem;
    font-size: 0
}

.tagcloud>a {
    display: inline-block;
    padding: 5px 9px 5px;
    margin: 0 6px 6px 0;
    position: relative;
    vertical-align: top;
    font-size: 14px!important;
    color: inherit
}

.tagcloud>a:before {
    margin-right: .25em;
    content: "#"
}

.tagcloud>a:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    content: "";
    background-color: currentColor;
    opacity: .1666;
    transition: border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out
}

.tagcloud>a:hover:after {
    border-color: currentColor;
    background-color: transparent;
    opacity: .99
}

.title-menu-footer {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: .8rem
}

.title-menu-footer:after {
    content: "";
    display: block;
    width: 5%;
    height: 2px;
    background: #fff;
    margin-top: 5px
}

.copyright {
    width: 100%;
    text-align: center;
    background: #3f030f;
    color: #fff;
    font-size: 13px;
    padding: 15px
}

.flutuante-cc {
    width: 300px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999
}

.flutuante-cc .center-cc {
    width: 300px;
    height: 250px;
    display: block;
    margin: 0 auto
}

.flutuante-cc .bt-fechar-cc {
    background-color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer
}

.hidden-xs {
    display: block!important
}

.visible-xs {
    display: none!important
}

.clearfix:before,.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.banner-790x120,.banner-300x100 {
    width: 100%;
    background: #ad102d;
    padding: 10px 0
}

.banner-790x120.pb0,.banner-300x100.pb0 {
    padding-bottom: 0
}

.banner-790x120 img,.banner-300x100 img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto
}

.banner-300x100-topo {
    width: 300px;
    margin: 15px auto
}

.banner-300x100-topo img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto
}

.banner-750x250-single img,.banner-300x100-single img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto
}

.grecaptcha-badge {
    opacity: 0
}

.touchcarousel {
    position: relative;
    overflow: hidden;
    height: 45px
}

.touchcarousel .touchcarousel-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden
}

.touchcarousel .touchcarousel-container {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none
}

.touchcarousel .touchcarousel-item {
    float: left;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0
}

.touchcarousel .grab-cursor,.touchcarousel .grabbing-cursor {
    cursor: move
}

.touchcarousel-wrapper .owl-stage-outer {
    width: 100%
}

.touchcarousel-wrapper .owl-stage-outer .owl-item {
    float: left
}

.touchcarousel-wrapper .owl-stage-outer .owl-item li {
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.touchcarousel-wrapper .owl-stage-outer .disabled {
    display: none
}

.item-post-grade {
    width: calc(100%/4 - 10px);
    position: relative;
    border: 3px solid #fff;
    box-shadow: 0 0 2px 0 #00000042;
    transition: border-color .3s ease-in-out
}

.item-post-grade:hover {
    border-color: #c50d30;
    color: #fff
}

.item-post-grade:hover .entry-body {
    background: #c50d30
}

.item-post-grade:hover .entry-body .entry-header .entry-title a,.item-post-grade:hover .entry-body .entry-summary {
    color: #fff
}

.item-post-grade .entry-featured-media {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 157.55%;
    position: relative;
    overflow: hidden
}

.item-post-grade .entry-featured-media img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.selos {
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 12;
    margin: 0;
    right: 0;
    top: 0
}

.selos .selo {
    position: absolute;
    display: inline-block;
    margin-right: 6px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bolder;
    text-transform: uppercase;
    cursor: pointer
}

.selos .selo.att {
    background: #b50d2c;
    left: 6px;
    top: 6px
}

.selos .selo.new {
    background: #ee2f5d;
    right: 0;
    top: 6px
}

.selos .selo.fina {
    background: #2b62d2;
    bottom: 5px;
    right: 0
}

.selos .selo.ad {
    background: #4327c0
}

.selos .selo.ad {
    background: #c027c0;
    bottom: 5px;
    left: 6px
}

.item-post-grade .entry-body {
    position: absolute;
    bottom: 0;
    padding: 5px 8px;
    background: #fff;
    color: #636363;
    width: calc(100%);
    height: 61px;
    overflow: hidden;
    transition: background .3s ease-in-out
}

.item-post-grade .entry-body .entry-header {
    position: relative
}

.item-post-grade .entry-body .entry-header .entry-title {
    font-size: 14px;
    line-height: 16px;
    max-height: 36px;
    display: block;
    display: -webkit-box
}

.item-post-grade .entry-body .entry-header .entry-title a {
    color: #000;
    font-weight: 600;
    line-height: unset
}

.item-post-grade .entry-body .entry-summary {
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.post-list-grade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between
}

.title_destaque {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin: 0 0 1rem;
    text-transform: uppercase
}

.title_destaque.archive a {
    color: #840a21
}

.title_destaque.busca,.title_destaque.archive {
    display: flex;
    align-items: center
}

.title_destaque.archive h1 {
    font-size: 17px;
    margin-left: 3px
}

.title_destaque.busca svg {
    width: 14px;
    height: 14px;
    margin-right: 10px
}

.title_destaque.busca h1 {
    font-size: 18px
}

.header .nav .menu li {
    position: relative;
    display: flex
}

.header .nav .menu .menu-item-has-children>a:after {
    content: "";
    border-style: solid;
    border-width: .15em .15em 0 0;
    content: '';
    display: inline-block;
    height: .45em;
    left: .15em;
    position: relative;
    top: -2px;
    transform: rotate(135deg);
    vertical-align: top;
    width: .45em;
    margin-left: 10px
}

.header .nav .menu .sub-menu {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 31px;
    z-index: 100;
    left: 0;
    right: auto;
    width: 240px;
    background: #3f030f;
    box-shadow: 0 15px 45px 15px rgb(0 0 0 / 7%)
}

.header .nav .menu .sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0,30px);
    -moz-transform: translate(0,30px);
    -ms-transform: translate(0,30px);
    -o-transform: translate(0,30px);
    transform: translate(0,30px);
    transition: visibility 0s .55s,opacity 375ms ease-in-out 175ms,transform 375ms ease-in-out 175ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.header .nav .menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    transition: visibility 0s ease-in-out 175ms,opacity 375ms ease-in-out 175ms,transform 375ms ease-in-out 175ms
}

.header .nav .menu .sub-menu li {
    width: 100%;
    padding: 15px 15px;
    border-bottom: 1px solid #ffffff0d;
    transition: all .2s ease-in-out
}

.header .nav .menu .sub-menu li>a {
    padding: 0;
    background: transparent!important
}

.header .nav .menu .sub-menu li:last-child {
    border: 0
}

.header .nav .menu .sub-menu li:hover {
    background: #34040d
}

.e404grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 0
}

.item-post-grade .entry-featured-media .play {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    opacity: 1;
    z-index: 12
}

.item-post-grade .entry-featured-media .play:before {
    content: "";
    display: block;
    background-image: url(https://www.superhq.net/wp-content/themes/superhq_new/img/botao-reproduzir.png?nocache);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    opacity: .8
}

.back-to-top {
    display: block;
    visibility: visible;
    width: 28px;
    height: 28px;
    border-width: 1px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    left: auto;
    bottom: 10px;
    z-index: 999;
    text-indent: 100%;
    white-space: nowrap;
    border-style: solid;
    border-color: transparent;
    background-color: #000;
    color: #fff;
    opacity: .5;
    border-radius: 4px;
    transition: opacity 375ms ease-in-out
}

.back-to-top:before {
    content: "";
    border-style: solid;
    border-width: .15em .15em 0 0;
    content: '';
    display: inline-block;
    height: .45em;
    left: -1em;
    position: relative;
    top: 4px;
    transform: rotate(-45deg);
    width: .45em
}

embed,iframe,object,video {
    max-width: 100%
}

.header-banner>* {
    margin: 0 auto auto auto;
    text-align: center;
    display: block;
    clear: both
}

.header-banner {
    margin: 1em 0
}

.icone-mobile-search {
    display: none;
    z-index: 5;
    cursor: pointer
}

.icone-mobile-search svg {
    width: 18px;
    height: 18px;
    fill: #fff
}

@media (max-width: 992px) {
    .wp-pagenavi {
        margin:0
    }

    .carrousel .touchcarousel-wrapper {
        width: 1280px
    }

    .footer .limit {
        flex-direction: column
    }

    .footer .limit>div {
        margin-bottom: 20px;
        padding: 0 20px
    }

    .header .mini-logo,.icone-mobile-search {
        display: block
    }

    .main,.main-container {
        display: block;
        padding: 10px 5px
    }

    .sidebar {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }

    .header .limit {
        padding: 20px 0 10px
    }

    .header .limit:after {
        left: 12%;
        bottom: -15px
    }

    .header .logo {
        position: static;
        margin: 0 auto;
        display: block;
        width: 200px;
        height: auto;
        -webkit-transform: none;
        transform: none
    }

    .header .logo .i-sublogo,.header .nav .left .logo,.header .nav .menu,.header .nav .search-form {
        display: none
    }

    .header .logo .i-logo {
        width: 200px;
        height: 114px
    }

    .header .nav {
        width: 90%;
        margin: 0 auto
    }

    .header .nav .bt {
        display: flex;
        background: 0 0!important
    }

    .publi-live-sdx {
        display: block
    }

    .header .nav .bt span {
        margin-left: 10px
    }

    .header .nav .bt .ico {
        margin: auto
    }

    .item-post-grade {
        width: calc(100%/3 - 10px)
    }

    .sidebar .sidebar-inner {
        width: 100%
    }

    .sidebar .sidebar-inner * {
        margin: 0 auto auto auto;
        text-align: center;
        clear: both
    }

    #submenu-categorias {
        margin: 0
    }

    #submenu-categorias .limit ul.menu-1,#submenu-categorias.fixo .limit ul.menu-1-mob {
        display: none!important
    }

    #submenu-categorias .limit ul.menu-1-mob,#submenu-categorias.fixo .limit ul.menu-2-mob {
        display: block
    }

    .sidepanel .categories li:not(:last-child),.sidepanel .topbar {
        margin-bottom: 20px
    }

    .header.fixed .nav:before,.sidepanel .categories a,.sidepanel .flexaside .menu a {
        display: block
    }

    .header.fixed .nav {
        width: 90%;
		height: 60px;
        background-color: #ad102d;
        position: relative;
    }

    #submenu-categorias.fixo {
        position: relative;
        top: 0;
    }

    .header.fixed .mini-logo {
        margin-right: 10px
    }

    .sidepanel>.limit {
        padding: 0 20px 20px
    }
}

@media (max-width: 768px) {
    .header-banner {
        display:none
    }

    .item-post-grade .entry-featured-media {
        padding-bottom: 157.55%
    }

    .item-post-grade .entry-body {
        height: 60px
    }

    .item-post-grade .entry-body .entry-header .entry-title {
        font-size: 12px
    }

    .item-post-grade .entry-body .entry-summary {
        font-size: 11px;
        line-height: 12px
    }
}

@media (max-width: 568px) {
    .header .limit:after,body.iphone .header .logo svg {
        display:none
    }

    ul.arquivo .bg img,ul.arquivo a {
        min-height: 50px
    }

    .header .logo {
        width: 200px
    }

    .header .logo .i-logo {
        width: 200px;
        height: 114px
    }

    .item-post-grade {
        width: calc(100%/2 - 5px)
    }

    #submenu-categorias {
        margin: 0
    }

    #submenu-categorias .limit span {
        line-height: 38px;
        padding: 0 5px;
        font-size: 12px;
        margin-right: 7px
    }

    #submenu-categorias .limit span:after {
        border-top-width: 19px;
        border-bottom-width: 19px;
        border-left-width: 7px
    }

    #submenu-categorias .limit ul li a {
        line-height: 38px;
        padding: 0 7px;
        font-size: 12px
    }

    body.iphone .header .logo a {
        width: 200px;
        height: 114px;
        background: url(../../../../../../themes/superhq_new/img/shq-logo.png) center no-repeat;
        background-size: cover
    }

    .post-list .the_title {
        font-size: 18px
    }

    .post-list .the_time {
        font-size: 12px
    }

    .post-list .the_time .d {
        font-size: 16px
    }

    .entry table {
        border-bottom: 1px solid rgba(0,0,0,.2)
    }

    body.iphone .entry table {
        border: 0!important
    }

    .entry table tr {
        float: left;
        width: 100%;
        clear: both;
        border: 0
    }

    body.iphone .entry table tr {
        display: table-cell
    }

    .entry table tr td,.entry table tr th {
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%!important;
        padding: 0;
        float: left;
        clear: both;
        border: 0
    }

    .entry table tr td:first-child,.entry table tr th:first-child {
        width: 100%!important;
        padding: 0
    }

    .entry p:empty {
        display: none
    }

    .sidepanel,.sidepanel .flexaside .menu a {
        font-size: 18px
    }

    .page-title {
        padding: 20px 10px
    }

    .page-title h1 {
        margin: 0;
        font-size: 45px;
        font-weight: 700;
        line-height: .85em
    }

    .page-title.single .the_time {
        font-size: 14px
    }

    .page-title.single h1 {
        font-size: 20px;
        line-height: 1em
    }

    ul.arquivo {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    ul.arquivo .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    ul.arquivo .name {
        display: block;
        font-size: 18px;
        position: relative
    }

    .footer .logo-footer {
        display: none
    }

    .flutuante-cc {
        width: 100%;
        text-align: center
    }

    .flutuante-cc .center-cc {
        height: 120px
    }

    .hidden-xs {
        display: none!important
    }

    .visible-xs {
        display: block!important
    }
}

.related-posts .item-post-grade {
    width: 100%;
    margin-right: 10px;
}

.related-posts .item-post-grade .entry-featured-media,.yarpp-thumbnails-horizontal .item-post-grade .entry-featured-media {
    padding-bottom: 127.55%;
}

.related-posts .item-post-grade .entry-body,.yarpp-thumbnails-horizontal .item-post-grade .entry-body {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glider,.glider-contain {
    margin: 0 auto;
    position: relative
}

.glider,.glider-track {
    transform: translateZ(0);
}

.glider-dot,.glider-next,.glider-prev {
    border: 0;
    padding: 0;
    user-select: none;
    outline: 0
}

.glider-contain {
    width: 100%
}

.glider {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    padding: .53rem 0;
}

.glider-track {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1;
}

.glider.draggable {
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab
}

.glider.draggable .glider-slide img {
    user-select: none;
    pointer-events: none
}

.glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.glider-slide {
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%;
    min-width: 150px
}

.glider-slide img {
    max-width: 100%
}

.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0
}

.glider-next,.glider-prev {
    position: absolute;
    background: 0 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)
}

.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover {
    color: #ccc
}

.glider-next {
    right: -23px;
    left: auto
}

.glider-next.disabled,.glider-prev.disabled {
    opacity: .25;
    color: #666;
    cursor: default
}

.glider-hide {
    opacity: 0
}

.glider-dots {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0
}

.glider-dot {
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 7px
}

.glider-dot:focus,.glider-dot:hover {
    background: #ddd
}

.glider-dot.active {
    background: #a89cc8
}

@media(max-width: 36em) {
    .glider::-webkit-scrollbar {
        opacity:1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px
    }

    .glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: rgba(156,156,156,.25);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.25);
        box-shadow: 0 0 1px rgba(255,255,255,.25)
    }
}

.related-contain {
    position: relative;
    margin-bottom: 2rem;
}

.related-prev, .related-next {
    user-select: none;
    position: absolute;
    outline: none;
    position: absolute;
    padding: 2px 2px 2px 3px;
    background: none;
    width: 51px;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -42px;
    border: 0;
    top: 40%;
    cursor: pointer;
    color: #560816;
    opacity: 1;
    line-height: 1;
    transition: opacity .25s cubic-bezier(.17,.67,.83,.67),
    color .5s cubic-bezier(.17,.67,.83,.67);
  }

.related-next {
    right: -42px;
    left: unset;
}