/*
Theme Name: Animes Hentai
Theme URI: https://wa.me/553592511300
Description: Desenvolvido exclusivamente para site de hqs e videos.
Version: 1.0
Text Domain: hqhentai.com.br
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/********************************************
* Setar css
*********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    list-style:none;
    outline:0;
}
a:active, a:focus {
  outline: 0;
  -moz-outline-style: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    outline:0;
}

blockquote, q {
    quotes: none;
    outline:0;
}

a {
    text-decoration: none;
    outline:0;
    color: #b2b2b2;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
    outline:0;
}

button {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    user-select: none;
    outline:0;
    color: var(--h);
    font-family: 'Montserrat';
    cursor: pointer;
}

button:focus {
    outline: 0 none;
}

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

input, textarea, select {
    outline: 0;
}

a:focus {
    outline: 0;
}

body:not(.wp-customizer):not(.vc_editor) #wpbody-content,
body:not {
    outline: 0;
}

a:-webkit-any-link:active {
    outline: 0;
}

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

.none { display:none; }

html,body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    background: #252830;
    color: #fff;
}

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

a, button {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.pedidos img {
  width: 100%;
    margin-bottom: 1em;
    border-radius: 5px;
}

a.discord img {
    width: 100%;
    margin-bottom: 1em;
    border-radius: 5px;
}
a.alingParc img {
    width: 100%;
    margin-bottom: 1em;
    border-radius: 5px;
}

:root {
    --f: #131417;
    --b: rgba(0, 0, 0, 0.8);
    --h: #b2b2b2;
    --v: #ffd060;
}
/********************************************
* Pre Body
*********************************************/
.TreendList .Title:hover,
.VPost .Title:hover,
.TPost .Title:hover {
    color: var(--h)!important;
    /*text-decoration: underline;*/
}

.clear {
    clear: both;
}

.load {
    display: none;
}

.alinhamento {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.b {
  background: #252830;
}

.rlw {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
}

.widget-area {
    width: 300px;
    display: table-cell;
    vertical-align: top;
}

.content {
    display: table-cell;
    vertical-align: top;
    padding-right: 1.25rem;
}

.single .widget-area {
    width: 370px;
}

.Wdgt {
    position: relative;
    margin-bottom: 1.25rem;
    padding: 0;
    z-index: 1;
    border-radius: 10px
}

.Wdgt:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 10px;
    opacity: .1;
    z-index: -1;
}

.Wdgt>.Title {
    color: #fff;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 1rem;
    line-height: 19px;
    font-weight: 400;
    font-size: 23px;
    margin-top: 2rem;
}

.Wdgt>.Title:before, .Wdgt>.Title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

.Wdgt>.Title:before {
    background-color: #828282;
    right: 0;
    height: 1px;
    opacity: .2;
}

.Wdgt>.Title:after {
    height: 3px;
    width: 30px;
    background-color: var(--v);
}
.pagina-home {
    margin-bottom: 15px;
    position: relative;
}

.titulo-home {
    position: relative;
    padding-right: 20px;
    padding-bottom: 4px;
    border-bottom: 1px rgba(0,0,0,.1) solid;
    margin-bottom: 10px;
}

.titulo-home a {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: var(--f);
    border-radius: 10px;
}

.titulo-home a:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    -webkit-mask: url(img/exclamation.svg) no-repeat center;
    mask: url(img/exclamation.svg) no-repeat center;
    background-size: cover;
    margin-left: 3px;
    margin-top: 3px;
}
/********************************************
* 404
*********************************************/
.Title-404 {
    font-weight: 700;
    font-size: 1.7rem;
    text-align: center;
    padding: 9rem 0;
}
.Title-404>strong {
    display: block;
    font-size: 8rem;
    line-height: 1;
}
.Title-404>span {
    font-size: 1rem;
    opacity: .5;
    font-weight: 400;
    display: block;
}
.Title-404>button {
    width: 200px;
    padding: 15px;
    margin: 1em 0 0;
    border-radius: 5px;
    background: var(--f);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.Title-404>button a {
    color: #fff;
}
/********************************************
* Menu
*********************************************/
#menuP {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    height: 82px;
    transition: .2s;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    background: var(--f);
    border-radius: 0;
}

#menuP .logo {
    width: 260px;
    height: 80px;
    float: left;
    display: flex;
}

#menuP .logo img {
    width: auto;
    margin: auto;
}

#menuP .menu {}

#menuP .menu ul {}

#menuP .menu ul li {
    float: left;
    padding: 5px;
    position: relative;
    font-size: .85rem;
}

#menuP .menu ul li a {
border-radius: 10px;
    background-color: #444857;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 8px !important;
    cursor: pointer;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

#menuP .menu ul li a:hover {
    border-bottom-color: var(--h);
}

#menuP .Search {
    width: 400px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#menuP .Search .Form-Icon {
    position: relative;
    display: block;
    padding: 0;
}

#menuP .Search .Form-Icon input {
    width: 100%;
    padding: 10px;
    padding-right: 0;
    background-color: #252830;
    border: 1px solid #000;
    border-right: none;
    border-radius: 10px;
}

#menuP .Search .Form-Icon input::placeholder {
    color: #fff;
}

#menuP .Search .Form-Icon button {
    background-color: transparent!important;
    position: absolute;
    right: 8px;
    top: 6px;
    padding-top: 1px;
}

#menuP .Search .Form-Icon button:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    -webkit-mask: url(img/pesq.svg) no-repeat center;
    mask: url(img/pesq.svg) no-repeat center;
    background-size: cover;
}

#menuP .Search .Result {
    width: 370px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    animation-name: zoomIn;
    padding: 1.25rem;
    border-top: 3px solid transparent;
    border-color: #4c042e;
    margin-top: -3px;
    border-radius: 0 0 10px 10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

#menuP .Search .Result:before {
    content: '';
    position: absolute;
    right: 2rem;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-bottom-color: #4c042e;
}

.pesquisaItem {
    position: relative;
    width: calc(100%/2);
    padding: 0;
    padding-right: 10px;
    display: inline-block;
}

.pesquisaItem .thumb-img {
    position: relative;
    width: 100%;
    height: 100px;
}

.pesquisaItem:hover .thumb-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--f);
    opacity: .2;
    transition: .2s;
}

.pesquisaItem .thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.pesquisaItem .post-text {
    font-size: .885rem;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    line-height: 34px;
    transition: .4s;
    color: #1d1d1d;
}

.resultadosPesquisa {
    background: var(--f);
    text-align: center;
    padding: .88rem;
    color: #fff;
}

.resultadosPesquisa:hover {
    background: var(--h);
}

.search-undefined {}

.search-undefined h1 {
    font-size: 17px;
    text-align: center;
}

.search-undefined p {
    text-align: center;
    font-size: 12px;
}

#menuP.sticky {
    position: fixed;
}

#algndiv.fixed {
    height: 80px;
}

#menuP .menu li ul {
    background: #ffffff;
    position:absolute;
    top: 100%;
    left: -25px;
    width: 200px;
    margin-top: -3px;
    padding-left:0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
    display: none;
    border-top: 3px solid transparent;
    border-color: #3c0303;
    border-radius: 0 0 5px 5px;
}

#menuP .menu ul li.mlkcat ul {
    width: 500px;
    left: -40%;
}

#menuP .menu ul li:hover ul {
    display: block;
}

#menuP .menu ul li.mlkcat ul li {
    width: calc(100%/3);
    float:left;
}
#menuP .menu ul ul li {
    width: 100%;
    float:none;
    padding: .8rem 1.5rem;
    border-radius: 0;
    text-transform: capitalize;
}

#menuP .menu ul ul li:hover {
    background: #dddddd42;
}

#menuP .menu ul ul li a {
    font-size: 15px;
    color: #353535;
}

#menuP .menu ul ul li a:hover {
    border-bottom-color: transparent;
}

#menuP .menu ul li:hover ul:before {
    position: absolute;
    left: 80px;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-bottom-color: #4c042e;
    content: '';
}

#menuP .menu ul li.mlkcat:hover ul:before {
     left: 100px;
}
/********************************************
* Body
*********************************************/
.letterList ul{
    font-size:0;
    margin: 15px -5px;
    text-align:center;
}

.letterList>ul>li{
    display:inline-block;
    vertical-align:top;
    position:relative;
    margin-bottom:5px;
    width: 3.8%;
}

.letterList>ul>li>a{
    display:block;
    line-height: 40px;
    border-radius:15px;
    font-weight:700;
    font-size: .85rem;
    text-transform:uppercase;
    position:relative;
    z-index:2;
    min-width:35px;
    color: #693754;
}

.letterList>ul>li:hover a {
    color: #fff;
}

.letterList>ul>li:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    border-radius: 20px;
    z-index:1;
    height: 42px;
    right:0;
    margin:0 .2rem;
    transition:.2s;
    background: #eee;
}

.letterList>ul>li.Current:before,.letterList>ul>li:hover:before{
    background: var(--f);
}

.two {
    display: flex;
    align-items: center;
}

.content .two h2 {
    margin-bottom: 0;
}

.space {
    margin: 15px;
}

.content h2,
.content h1 {
    font-size: 1.75rem;
    padding: 0;
    font-weight: bold;
}

.content h2.two span {
    margin: auto 0;
}

.moreButton {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 11px;
    color: var(--f);
    font-weight: bold;
    text-transform: uppercase;
    transition: .2s;
    background-color: var(--v);
    border-radius: 20px;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
}

.moreButton a {
    color: #fff;
}

.moreButton:hover {
    background: var(--f);
    color: #fff;
}

.moreButton:hover a {
    color: #fff;
}

.TPost {
    position: relative;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-bottom: .5rem;
    width: 16.666%;
    padding: 0 10px 20px;
}
.thumb_info .views svg {
    fill: #868ca0;
    margin-right: 5px;
}
.custom-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.TPost .selo {
    background: #23911bab;
    color: #f0f0f1;
    position: absolute;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 1;
}

.TSlider .selo.sel_exclusivo,
.TPost .selo.sel_exclusivo {
    background: #FFC745;
    color: #000;
}
.TSlider .selo.sel_jav,
.TPost .selo.sel_jav {
    background: #FFC745;
    color: #000;
}

.TSlider .selo.sel_lancamento,
.TSlider .selo.sel_video-hd,
.TPost .selo.sel_lancamento,
.TPost .selo.sel_video-hd {
    background: var(--f);
    color: #fff;
}

.TSlider .selo.sel_novo,
.TPost .selo.sel_novo {
    background: #27a931;
    color: #fff;
}

.TPost .Image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.TPost .Image figure {
    position: relative;
    width: 100%;
    height: 100%;
}

.TPost .Image figure:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5rem;
    z-index: 2;
    transform: scale(0);
    transition: .2s;
    background-color: rgba(0,0,0,.4);
    box-shadow: 0 0 0 2px #fff, 0 0 10px rgba(0,0,0,.5);
}

.TPost .Image figure:after {
    content: '';
    position: absolute;
    left: 44%;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    -webkit-mask: url(img/play.svg) no-repeat center;
    mask: url(img/play.svg) no-repeat center;
    background-size: cover;
    z-index: 4;
    opacity: 0;
}

.TPost:hover .Image figure:before {
    opacity: 1;
    transform: scale(1);
}

.TPost:hover .Image figure:after {
    opacity: 1;
}

.TPost:hover .Image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--f);
    opacity: .2;
    transition: .2s;
}

.TPost .Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TPost .Title {
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    line-height: 34px;
    transition: .4s;
    color: #fff;
    font-size: 14px;
}

.VPost {
    position: relative;
    width: 232px;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-bottom: .5rem;
    float: left;
}

.VPost .hdbutton,
.VPost .selo {
    position: absolute;
    top: 10px;
    left: 20px;
    background: var(--f);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    z-index: 2;
}

.VPost .Image {
    position: relative;
    width: 100%;
    height: 140px;
}

.VPost .Image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.VPost .Image figure {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
}

.VPost .Image figure:after {
    content: '';
    position: absolute;
    left: 47%;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    -webkit-mask: url(img/play.svg) no-repeat center;
    mask: url(img/play.svg) no-repeat center;
    background-size: cover;
    z-index: 4;
    opacity: 0;
}

.VPost:hover .Image figure:after {
    opacity: 1;
}

.VPost .Image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.VPost .Title {
    font-size: .985rem;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    line-height: 34px;
    transition: .4s;
    color: #444444;
}

.VPost .Image figure:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scale(0);
    margin: auto;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5rem;
    z-index: 2;
    transition: .2s;
    background-color: rgba(0,0,0,.4);
    box-shadow: 0 0 0 2px #fff, 0 0 10px rgba(0,0,0,.5);
}

.VPost:hover .Image figure:before {
    opacity: 1;
    transform: scale(1);
}

.VPost:hover .Image figure img {
    opacity: .9;
    transform: scale(1.2);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.sliderIndex {
    margin: 0 1.6rem 2em .0rem;
}

.TSlider {
    display: none;
    position: relative;
    width: 50%;
    float: left;
    padding: 10px;
}

.TSlider a {
}

.TSlider .selo {
    position: absolute;
    top: 10px;
    left: 20px;
    background: var(--f);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    z-index: 2;
}

.TSlider>a>.Image {
    width: 100%;
    height: 226px;
}

.TSlider>a>.Image>figure {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.TSlider>a>.Image>figure>img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-top: -10px;
}

.TSlider>a>.Image>figure>.Title {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 14px;
    background-color: transparent;
    background-repeat: repeat-x;
    background: linear-gradient(rgba(0,0,0,0),#000);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0,0,0,1);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}

.relacionadoPost {}

.relacionadoPost .TPost {
    position: relative;
    padding: 0;
    padding-right: 10px;
}

.relacionadoPost .TPost .Image {
    height: 320px;
}

.relacionadoPost .TPost .Title {
    position: relative;
    bottom: 0;
    padding: 0 5px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    z-index: 2;
}

.relacionadoPost .TPost a .Image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000001f;
    border-radius: 5px;
    z-index: 1;
}

.relacionadoPost .TPost .Image figure:before,
.relacionadoPost .TPost .Image figure:after {
    display: none;
}

.detailsP {
    position: relative;
    z-index: 1;
    margin-bottom: 1.25rem;
    color: #fff;
    overflow: hidden;
}

.detailsP:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #15020d;
    border-radius: 5px;
    opacity: .7;
    z-index: 2;
}

.detailsP:after {
    content: "";
    background-image: var(--imagesrc);
    position: absolute;
    top: -111px;
    left: 0;
    width: 100%;
    height: 600px;
    opacity: .3;
    z-index: 1;
}

.detailsP .infos {
    position: relative;
    z-index: 8;
    padding-left: 200px;
    min-height: 330px;
    max-width: 1360px;
    margin: 0 auto;
    width: 100%;
}

.detailsP .infos2 {
    position: relative;
    z-index: 8;
    padding-left: 5px;
}

.detailsP .infos .Title {
    vertical-align: middle;
    margin-right: 1rem;
    line-height: 36px;
    padding: 7px 0;
    margin-bottom: 0;
    max-height: none;
    font-weight: 300;
    font-size: 1.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
.detailsP .infos2 .Title {
    vertical-align: middle;
    margin-right: 1rem;
    line-height: 36px;
    padding: 7px 0;
    margin-bottom: 0;
    max-height: none;
    font-weight: 300;
    font-size: 1.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detailsP .infos .SubTitle {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 5px;
    color: #ffd060;
    border-bottom: 1px solid;
    cursor: pointer;
}
.detailsP .infos2 .SubTitle {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 5px;
    color: #ffd060;
    border-bottom: 1px solid;
    cursor: pointer;
}

.detailsP .infos .SubTitle:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 5px;
    background-color: #fff;
    -webkit-mask: url(img/downch.svg) no-repeat center;
    mask: url(img/downch.svg) no-repeat center;
    width: 15px;
    height: 15px;
}
.detailsP .infos2 .SubTitle:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 5px;
    background-color: #fff;
    -webkit-mask: url(img/downch.svg) no-repeat center;
    mask: url(img/downch.svg) no-repeat center;
    width: 15px;
    height: 15px;
}

.detailsP .infos .SubTitle.on:before {
    transform: rotate(180deg);
}
.detailsP .infos2 .SubTitle.on:before {
    transform: rotate(180deg);
}

.detailsP .infos .Image {
    position: absolute;
    left: 0;
    top: -10px;
    width: 200px;
    margin: 0 auto 1.25rem;
}
.detailsP .infos2 .Image {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    margin: 0 auto 1.25rem;
}

.detailsP .infos .Image figure {
    position: relative;
    padding-top: 280px;
}

.detailsP .infos2 .Image figure {
    position: relative;
    padding-top: 280px;
}

.detailsP .infos .Image figure img {
    position: absolute;
    left: -10px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.detailsP .infos2 .Image figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.detailsP .infos .xacz {
    display: none;
    font-size: 13px;
    max-height: 100px;
    overflow: auto;
    padding-right: 20px;
    opacity: .7;
}

.detailsP .infos2 .xacz {
    display: none;
    font-size: 13px;
    max-height: 100px;
    overflow: auto;
    padding-right: 20px;
    opacity: .7;
}

.detailsP .infos .xacz::-webkit-scrollbar {
    background-color: rgba(0,0,0,.3);
}
.detailsP .infos2 .xacz::-webkit-scrollbar {
    background-color: rgba(0,0,0,.3);
}

.detailsP .infos .xacz::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
}
.detailsP .infos2 .xacz::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

.detailsP .infos .xacz::-webkit-scrollbar-thumb {
    background-color: var(--f);
}

.detailsP .infos2 .xacz::-webkit-scrollbar-thumb {
    background-color: var(--f);
}

.detailsP .infos .xacz::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

.detailsP .infos2 .xacz::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

.detailsP .infos .xacz p {
    margin-top: 8px;
    margin-bottom: 0;
}

.detailsP .infos2 .xacz p {
    margin-top: 8px;
    margin-bottom: 0;
}

.detailsP .infos .xacz a {
    color: #ffd060;
}
.detailsP .infos2 .xacz a {
    color: #ffd060;
}

.detailsP .infos ul {
   margin: 0 auto;
    width: 100%;
}

.detailsP .infos2 ul {
    margin: 7px 0;
}

.detailsP .infos ul li {
    background: #00000047;
    float: left;
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
    text-decoration: none;
    margin: 5px;
    border-radius: 5px;
}

.detailsP .infos2 ul li {
    background: #00000047;
    float: left;
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
    text-decoration: none;
    margin: 0 5px 4px 0;
    border-radius: 5px;
}

.content .detailsP .infos ul li h2 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: initial;
}

.content .detailsP .infos2 ul li h2 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: initial;
}

.detailsP .infos ul li.destaque {
    background: var(--f);
}

.detailsP .infos2 ul li.destaque {
    background: var(--f);
}

.detailsP .infos ul li a {
    color: var(--v);
}

.detailsP .infos2 ul li a {
    color: #fff;
}

.detailsP .infos .Description h3 {
    font-weight: initial;
    font-size: 14px;
}

.detailsP .infos2 .Description h3 {
    font-weight: initial;
    font-size: 14px;
}
.detailsP .infos .footerInfo {
    position: relative;
    padding-top: 10px;
    border-top: 1px solid;
    border-top-color: rgba(255,255,255,.2);
    margin: 0 10px;
}
.detailsP .infos2 .footerInfo {
    position: relative;
    padding-top: 19px;
    border-top: 1px solid;
    border-top-color: rgba(255,255,255,.2);
}

.detailsP .infos .footerInfo .Info {
    display: flex;
}

.detailsP .infos2 .footerInfo .Info {
    margin: 0;
    display: flex;
    height: 40px;
}

.detailsP .infos .footerInfo .Info span {
    display: flex;
    font-size: .75rem;
    line-height: 22px;
    margin: auto;
    margin-right: .7rem;
    margin-left: 0;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.detailsP .infos2 .footerInfo .Info span {
    display: inline-block;
    vertical-align: top;
    font-size: .75rem;
    line-height: 17px;
    margin: auto;
    margin-right: .5rem;
    margin-left: 0;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.detailsP .infos .footerInfo .Info span.author:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 1px;
    background-color: #ffffff;
    -webkit-mask: url(img/user.svg) no-repeat center;
    mask: url(img/user.svg) no-repeat center;
    background-size: cover;
}

.detailsP .infos2 .footerInfo .Info span.author:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 1px;
    background-color: #ffffff;
    -webkit-mask: url(img/user.svg) no-repeat center;
    mask: url(img/user.svg) no-repeat center;
    background-size: cover;
}

.detailsP .infos .footerInfo .Info span.datepost:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 1px;
    background-color: #ffffff;
    -webkit-mask: url(img/calendar.svg) no-repeat center;
    mask: url(img/calendar.svg) no-repeat center;
    background-size: cover;
}

.detailsP .infos2 .footerInfo .Info span.datepost:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 1px;
    background-color: #ffffff;
    -webkit-mask: url(img/calendar.svg) no-repeat center;
    mask: url(img/calendar.svg) no-repeat center;
    background-size: cover;
}

.detailsP .infos .footerInfo .Info span.viewCont:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 1px;
    background-color: #ffffff;
    -webkit-mask: url(img/eye.svg) no-repeat center;
    mask: url(img/eye.svg) no-repeat center;
    background-size: cover;
}

.detailsP .infos2 .footerInfo .Info span.viewCont:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 1px;
    background-color: #ffffff;
    -webkit-mask: url(img/eye.svg) no-repeat center;
    mask: url(img/eye.svg) no-repeat center;
    background-size: cover;
}


.detailsP .infos .seo {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    color: #bfbfbf;
    line-height: 20px;
    margin: 1em 0;
    margin-right: .5rem;
}

.detailsP .infos2 .seo {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    color: #bfbfbf;
    line-height: 20px;
    margin: 1em 0;
    margin-right: .5rem;
}

.detailsP .infos .seo h3 {
    font-size: 11px;
    margin: 0 10px;
}

.detailsP .infos2 .seo h3 {
    font-size: 11px;
}

.detailsP .post-ratings {
    font-size: 10px;
}

.authorMng {
    margin: 1em 0;
    margin-bottom: 0;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 5px;
    color: #fff;
    border-bottom: 1px solid #ffffff2e;
    cursor: pointer;
}

.authorMng span {
    color: #ffd051;
}

.titleDes {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: .5em 0 1em;
}


.foto {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.fotos .foto img {
    width: 1080px;
     margin: 3px;
    border: 5px solid #fff; /* Borda branca */
    border-radius: 5px; /* Para cantos levemente arredondados, opcional */
}

.chapters {
    margin: 0 0 2em;
}

.CapListaTitle {
    color: #fff;
    font-weight: bolder;
    padding: 10px;
    background: var(--f);
    border-radius: 3px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.CapListaTitle:hover,
.CapListaTitle.active {
    background: var(--h);
}

.CapListaTitle span.gocp {
    position: relative;
    background: var(--h);
    margin-left: -10px;
    margin-right: 6px;
    border-radius: 3px 0 0 3px;
    padding: 10px;
    padding-right: 25px;
}

.CapListaTitle span.gocp:before {
    content: "";
    position: absolute;
    top: 12px;
    background-color: #ffffff;
    -webkit-mask: url(img/downch.svg) no-repeat center;
    mask: url(img/downch.svg) no-repeat center;
    width: 15px;
    height: 15px;
}

.CapListaTitle.active span.gocp:before {
    left: 8px;
    background-color: #ffffff;
    -webkit-mask: url(img/book.svg) no-repeat center;
    mask: url(img/book.svg) no-repeat center;
    width: 18px;
    height: 15px;
}

.CapListaItens {
    display: none;
    margin-bottom: 1em;
}

.tab-nav li {
    padding: 10px 0;
    font-weight: bold;
}

.tab-nav li a {
    color: var(--v);
}

.tab-nav li.active {
    background: var(--f);
}

.tab-nav li.active a {
    color: #fff;
}

.player {
    width: 100%;
    height: 550px;
}

.player iframe {
    width: 100%;
    height: 100%;
}

.player #my-video {
    width: 100%;
    height: 100%;
}

.jwplayer .jw-preview, .jw-error .jw-preview {
    background-size: cover!important;
}

.absDown {
    width: 100%;
    background: var(--f);
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    padding: 5px 15px;
    text-decoration: none;
    margin: 1px;
    border-radius: 5px;
    color: #fff;
    cursor:pointer;
}

.absDown a {
    color: #fff;
}
.alert-danger {
    color: #fff;
    background-color: #267D37;
    border-color: #267D37;
}
.alert {
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 12px;
}
/********************************************
* Paginacao
*********************************************/
.pagination {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: .5em 0;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    color: #828d92;
    background: #f3f3f3;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    font-weight: 700;
    position: relative;
}

.pagination li.active a,
.pagination li:hover a {
    background: var(--f);
    color: #fff;
}
/********************************************
* Sidebar
*********************************************/
.TreendList li {
    margin-bottom: 1.25rem;
    counter-increment: listPopular;
}

.TreendList {}

.TreendList li .A {
    position: relative;
    padding-left: 65px;
    min-height: 85px;
}

.TreendList li .A .Top {
    position: absolute;
    left: -5px;
    top: -4px;
    min-width: 22px;
    padding: 0 5px;
    border-radius: 3px 0 0;
    z-index: 1;
    font-size: .6rem;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background-color: var(--f);
}

.TreendList li .A .Top:before, .TreendList li .A .Top:after {
    content: '';
    width: 0;
    top: 0;
    right: -5px;
    position: absolute;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
}

.TreendList li .A .Top:before {
    border-bottom-color: var(--f);
}

.TreendList li .A .Top:after {
    border-bottom-color: rgba(0,0,0,.4);
}

.TreendList li .A .Top i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
}

.TreendList li .A .Top i:before, .TreendList li .A .Top i:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
}

.TreendList li .A .Top i:before {
    border-top-color: var(--f);
    border-left: 11px solid transparent;
    float: right;
}

.TreendList li .A .Top i:after {
    border-top-color: var(--f);
    border-right: 11px solid transparent;
    float: left;
}

.TreendList li .A .Top b:before {
    content: counter(listPopular);
    color: #fff;
    text-align: center;
}

.TreendList li .A 
.Title {
    font-size: 14px;
    line-height: 20px;
    transition: .4s;
    max-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    color: #383838;
}

.TreendList li .A .Image {
    position: absolute;
    width: 55px;
    left: 0;
    top: 0;
}

.TreendList li .A .Image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.TreendList li .A .Image figure {
    padding-top: 80px;
}

.TreendList li .A .sews {
    margin: 5px 0 0;
    font-size: 12px;
}

.desc-info h3 {
    font-size: 11px;
    color: #bfbfbf;
}

/* ************* 
*** Flex
**************** */
.listType {
    margin-left: auto;
}

.listType li {
    background: var(--f);
    border-radius: 5px;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    display: inline-block;
	margin: 5px;
}

.listType li a {
    color: #fff;
}

.alignParc div {
    display: inline-block;
}

.alignParc {
    text-align: center;
}

#sidebar-subscribe-box{position: relative;width:300px;border:1px solid #aaa;border-radius: 5px;padding:3px 0;margin-bottom: 1.5em;z-index: 1;background: #530000;}
.sidebar-subscribe-box-wrapper{color:#111;font-size:14px;line-height:20px;padding:1px 20px 10px;text-align:center;text-transform:uppercase;position: relative;z-index: 2;}
.sidebar-subscribe-box-form{
clear:both;display:block;
margin:10px 0;
}
form.sidebar-subscribe-box-form{
clear:both;
display:block;
margin:10px 0 0;
width:auto;
}
.sidebar-subscribe-box-email-field{-moz-border-radius:4px;-webkit-border-radius:4px;background:#fff url(https://3.bp.blogspot.com/-DfHJzP9Mlh4/UXZE9ONhVnI/AAAAAAAAAgM/5xtMqb9biR4/s1600/icons.png) no-repeat 0 -27px;border:1px solid #ccc;border-radius:4px;color:#444;margin:0 0 15px;padding: 10px 15px 10px 40px;width: 100%;}
#sidebar-subscribe-box:before {content: '';background: url('img/bgnews.jpg');background-size: cover;position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 5px;opacity: .7;z-index: -1;}
.sidebar-subscribe-box-wrapper p {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 2px 0 2px #000;
}
.sidebar-subscribe-box-email-button{background: var(--f);border: 1px solid var(--h);box-shadow:0 1px 0 rgba(255,255,255,0.3) inset, 0 1px 0 transparent;color:#fff;cursor:pointer;font-family:verdana;font-weight:700;padding:10px;text-shadow:1px 1px 0 rgba(0,0,0,.4);text-transform:uppercase;width:100%;}
.sidebar-subscribe-box-email-button:hover,.sidebar-subscribe-box-email-button:focus{background: var(--h);}
.sidebar-subscribe-box-email-button:active{
-moz-box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;
-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;
box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;
outline:0}iframe,object,embed,.yt-border iframe,.yt-border object,.yt-border embed,table{
width:100%;
}
embed{
border-radius:3px;
-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
background:#FFF;
border:1px solid #ddd;
box-shadow:0 2px 4px rgba(0,0,0,0.2);
margin:0;padding:4px 4px 4px;
}
#footer-section{
border-top:1px solid #aaa;
box-shadow:inset 0 4px 6px -3px #aaa;
font-family:cambria;
font-size:14px;
height:100px;
margin:10px -30px 5px;
padding:0 30px;
text-align:center;
width:100%;
}
a.social-icons{
margin-right: 5px;
height:45px;
width:45px;
}
a.social-icons:hover {
opacity: .7;
filter:alpha(opacity=70);
}
/* ************* 
*** Carrousel
**************** */
.owl-stage-outer {
    overflow: hidden;
}

.owl-item {
    width: 100%;
    float: left;
}

.owl-item .TSlider{
    position: relative;
    display: none;
    width: 100%;
    padding: 0;
}

.disabled {
    display: none;
}

.prevButton:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -2px;
}

.nextButton:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.paginationOwl {
    float: right;
}

.paginationOwl .prevButton,
.paginationOwl .nextButton {
    position: relative;
    background: transparent;
    border: 0;
    display: inline-block;
    cursor: pointer;
}

.paginationOwl button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -6px;
    border-right: .2em solid #fff;
    border-top: .2em solid #fff;
}

.loading-post {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--f);
    margin: 1em auto;
}

.loading-post .loading-wrapper {
    margin: 0 auto;
}

.detailsCat.two {
    display: block;
    width: 97%;
    background: #f6f7f9;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 1.5em;
    color: #828282;
    font-weight: 500;
    font-size: 14px;
}
/********************************************
* Comentarios
*********************************************/
.comments {
    margin: 1em 0;
}

.header-title {
    padding: 10px 0;
    font-size: 15px;
    font-weight: bolder;
    margin: 5px 0 10px 0;
}

.post-comments li {
    padding: 15px 0;
    border-top: 1px solid #d6d6d6;
}

.comment-avatar {
    margin: 0 15px 0 0;
    float: left;
    height: 45px;
    max-height: 55px;
    width: 60px;
    max-width: 60px;
}

.comment-header {
    display: flex;
}

.comment-header .author {
    font-weight: bold;
    font-size: 16px;
    color: var(--v);
    margin: auto 15px auto 0;
}

.comment-time {
    background: var(--f);
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 5px;
    margin: auto 15px auto 0;
}

.comment-reply-link {
    padding: 10px;
    background: #0b0b0b;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.textoComentario p {
    margin: 8px 0;
}

.comentariosBox {
}

.comment-reply-title {
    color: var(--h);
    font-weight: bold;
    margin: 0 0 1em 0;
}

.comment-reply-title a {
    color: #fff;
}

#cancel-comment-reply-link {
    padding: 5px 15px;
    font-size: 10px;
    text-transform: uppercase;
    background: red;
    border-radius: 10px;
}

.comment-form-comment textarea {
    background: #ffffff;
    border: 1px solid #cacaca;
    color: #585858;
    font-size: 15px;
    width: 100%;
    height: 100px;
    font-family: sans-serif;
    padding: 10px;
    resize: vertical;
}

.scontent {
    margin-left: 75px;
}

.post-comments li ul.children {
    margin: 1em 5em;
}

.grid-container {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin: 1em 0;
}

.grid-container.fix-grid {
    margin: 1em 0;
    padding: 0;
}

.grid-container .form-label {
    font-weight: bold;
    color: var(--hover);
    margin: 0 0 1em 0;
}

.grid-container .form-description {
    display: none;
}

.grid-container input {
    background: #ffffff;
    border: 1px solid #cacaca;
    color: #8c8c8c;
    font-size: 15px;
    width: 100%;
    font-family: sans-serif;
    padding: 10px;
    resize: vertical;
}

.form-submit input[type=submit] {
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    color: #000;
    border: 1px solid var(--f);
    border-radius: .35em;
    background: var(--v);
}

.form-submit input[type=submit]:hover {
    color: #fff;
    background: var(--f);
}

.commentsp {
    background: var(--secundario);
    margin: 3em 0 1.5em;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 19px;
}
/********************************************
* Download
*********************************************/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  margin: 8% auto;
  height: 100%;
  outline: 0;
}

.modal.on {
  display: block;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}


.modal-title {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.ads-code {
  width: 300px;
  height: 250px;
  margin: 0 auto;
  background: #562a2a05;
}

#downloadsb {
  text-align: center;
  font-weight: bolder;
}

.subtext {
  text-align: center;
  margin: 1em 0 0;
  font-weight: bolder;
}

#downloadkj {
  display: flex;
}

.download a {
  color: #fff;
}

.btn.download {
  width: 150px;
  padding: .675rem .75rem;
  background: var(--f);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 1em auto;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-footer>:not(:last-child) {
  margin-right: .25rem;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.blur {
  position: relative;
  z-index: 2;
  filter: blur(5px)
}

.black {
  background-color: rgba(0, 0, 0, 0.69);
  opacity: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  transition: .2s;
  visibility: hidden;
  z-index: 20;
}

.black.on {
  visibility: visible;
  opacity: .9
}

@media only screen and (min-width: 1270px) {
  .modal {
    max-width: 600px;
  }
}


.FMbutton {
    display: none;
}

.logoAutor {
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    opacity: .6;
}

.logoAutor div {
    display: inline-block;
    width: 18px;
    height: 13px;
    transition-duration: 1s;
    filter: invert(100%) sepia(10%) saturate(1020%) hue-rotate(196deg) brightness(101%) contrast(102%);
}

.logoAutor .s1 {
    width: 22px;
    height: 30px;
    transform: translateX(88px);
    transition-property: all;
    transition-duration: .5s;
    transition-delay: 1.2s;
    margin: 0;
}

.logoAutor .s2,
.logoAutor .s4,
.logoAutor .s8 {
    transform: translateY(10px);
    transition-property: all;
    opacity: 0;
    transition-delay: .5s;
}

.logoAutor .s3,
.logoAutor .s6,
.logoAutor .s9 {
    transform: rotate(0) translateX(0) translateY(-102px);
    transition-property: all;
    opacity: 0;
    transition-delay: .5s;
    margin: auto 0 0 -3px;
}

.logoAutor .s5,
.logoAutor .s7 {
    transform: translateY(10px);
    transition-property: all;
    opacity: 0;
    transition-delay: .5s;
}

.logoAutor:hover .s5,
.logoAutor:hover .s7 {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .4s;
}

.logoAutor:hover .s1:first-child {
    transform: translateX(0px);
    transition-delay: .1s;
}

.logoAutor:hover .s2,
.logoAutor:hover .s4,
.logoAutor:hover .s8 {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .4s;
}

.logoAutor:hover .s3,
.logoAutor:hover .s6,
.logoAutor:hover .s9 {
    transform: rotate(0) translateX(0) translateY(-0px);
    opacity: 1;
    transition-delay: .4s;
}

.s9 {
    background: url(img/copyright/ss.png);
    background-size: contain;
}

.s8 {
    background: url(img/copyright/e.png);
    background-size: contain;
}

.s7 {
    background: url(img/copyright/m.png);
    background-size: contain;
}

.s6 {
    background: url(img/copyright/e.png);
    background-size: contain;
}

.s5 {
    background: url(img/copyright/h.png);
    background-size: contain;
}

.s4 {
    background: url(img/copyright/t.png);
    background-size: contain;
}

.s3 {
    background: url(img/copyright/r.png);
    background-size: contain;
}

.s2 {
    background: url(img/copyright/a.png);
    background-size: contain;
}

.s1 {
    background: url(img/copyright/S.png);
    background-size: contain;
}

.post img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
/********************************************
* Footer
*********************************************/
footer .info {
    padding: 1em 0;
}

footer .csp {
    display: flex;
    justify-content: space-between;
    margin: 1em auto 0;
    align-items: center;
}

footer .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .logo img {
    width: auto;
}

footer .logo .social_links img {
    width: 40px;
}

.social_links {
    margin-left: 30px;
}

footer ul {}

footer ul li {
    display: inline-block;
    padding: .5rem 1rem;
    margin-right: 8px;
    text-transform: uppercase;
    transition: .4s;
}

footer ul li:hover {
    border-bottom-color: var(--f);
}

footer ul li a {
    font-size: 10px;
    color: var(--v);
}
/********************************************
* Mobile
*********************************************/
@media only screen and (min-width: 1270px) {
    .alinhamento {
     max-width: 1360px;
    }
}

@media only screen and (max-width: 1269px) {
    .modal {
      max-width: 60%;
    }
    .alinhamento {
        width: 98%;
    }
    .psm {
        position: fixed;
        left: -270px;
        top: 0;
        height: 100%;
        height: 100vh;
        transition: .2s;
        z-index: 10;
        opacity: 0;
        background: var(--h);
        box-shadow: 0 0 20px rgba(0,0,0,.5);
        width: 270px;
        padding: 1rem;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 9999;
    }
    .psm.on {
        left: 0;
        opacity: .9;
    }
    .Mbutton {
        font-size: 0;
        line-height: 0;
        text-align: center;
        padding: .75rem .5rem .5rem;
        width: 40px;
        border-radius: 4px;
        z-index: 11;
        height: 42px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1.25rem;
        margin: auto;
        z-index: 21;
        background: var(--h);
    }
    .Mbutton span, .Mbutton span::before, .Mbutton span::after {
        position: relative;
        display: block;
        height: 3px;
        border-radius: 2px;
        cursor: pointer;
        background-color: #fff;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .Mbutton span::before, .Mbutton span::after {
        content: "";
        width: 100%;
        height: 3px;
        border-radius: 2px;
        cursor: pointer;
        background-color: #fff;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .Mbutton span::before {
        position: absolute;
        left: 0;
        top: 16px;
    }

    .Mbutton span::after {
        position: absolute;
        top: 8px;
        left: 0;
    }
    .Mbutton.open span {
        background-color: transparent
    }

    .Mbutton.open span::before {
        -webkit-transform: rotate(45deg) translate(7px, 6px);
        -ms-transform: rotate(45deg) translate(7px, 6px);
        transform: rotate(45deg) translate(7px, 6px)
    }

    .Mbutton.open span::after {
        -webkit-transform: rotate(-45deg) translate(7px, -6px);
        -ms-transform: rotate(-45deg) translate(7px, -6px);
        transform: rotate(-45deg) translate(7px, -6px)
    }

    .Mbutton.open span::before,
    .Mbutton.open span::after {
        top: 0;
    }
         
    .Mbutton.open span::after {
        top: 18px;
    }
    .MenuBtnClose {
        background-color: rgba(0, 0, 0, 0.68);
        opacity: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        transition: .2s;
        visibility: hidden;
        z-index: 20;
    }
    .MenuBtnClose.on {
        visibility: visible;
        opacity: .9;
    }
    #menuP .Search {
        width: 100%;
        float: none;
        padding: 0;
    }
    #menuP .menu ul li {
        float: none;
        padding: 1.5rem 1.5rem .9rem;
        border-bottom: 1px solid #ffffff1a;
    }
    #menuP .Search .Result {
        position: relative;
        width: 100%;
        background: transparent;
        padding: 0;
        margin: 1em 0 0;
    }
    .pesquisaItem .post-text {
        color: #fff;
    }
    #menuP .menu li ul {
      background: #ffffff;
      width: 100%!important;
      margin: 10px 0;
      position: relative;
      top: 0;
      left: 0!important;
      display: block;
    }
    #menuP .menu ul li.mlkcat ul li {
      width: 100%;
      float: none;
    }
    .blur {
        position: relative;
        z-index: 2;
        filter: blur(5px);
    }
    .widget-area {
        width: 25%;
    }
    .single .widget-area {
        width: 30%;
    }
    .sliderIndex {
        margin: 0 0 1.5em;
    }
    .content h2, .content h1 {
        padding-right: 0;
        padding-left: 0;
    }
    .content .two.lks {
        display: flex;
        align-items: center;
    }
    .titleDes {
      font-size: 100%;
    }
    .detailsP .infos .Image {
      width: 100%;
      position: relative;
      margin:0;
    }
    .detailsP .post-ratings {
    }
    .absDown {
      float: none;
    }
    .TPost {
        width: calc(100%/5);
        display: inline-block;
    }
    .VPost {
        width: calc(100%/4);
        padding-left: .325rem;
        padding-right: .325rem;
        float: none;
        display: inline-block;
    }
    .relacionadoPost .TPost {
        width: calc(100%/3);
        float: left;
    }
    .relacionadoPost .TPost .Image {
        height: 250px;
    }
}

@media only screen and (max-width: 1020px) {
    .post.load {
        text-align: center;
    }
    .TPost {
        width: calc(100%/4);
    }
    .VPost {
        width: calc(100%/3);
    }
    .relacionadoPost .TPost {
        width: calc(100%/2);
    }
    .player {
        height: 450px;
    }
}

@media only screen and (max-width: 950px) {
    .widget-area {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .single .widget-area {
        display: block;
        width: 100%;
    }
    .relacionadoPost .TPost {
        width: calc(100%/6);
    }
    .rlw .detailsP {
        margin-right: 0;
    }
    .content {
        padding-right: 0;
        width: 100%;
        display: block;
    }
  	#sidebar-subscribe-box {
      width: 100%;
  	}
    .modal {
        max-width: 90%;
    }
  	.contact-form {
      display: inline!important;
      width: 100%!important;
  	}
    .info-contact {
      display: block!important;
      width: 100%!important;
  	}
    .logoAutor div {
      transform: none!important;
      opacity: 1!important;
  }
  footer .csp a {
      text-align: center;
  }
}

@media only screen and (max-width: 880px) {
    .fotos .foto img {
    width: 100%;
    }
    .letterList>ul>li>a {
        line-height: 30px;
    }

    .letterList>ul>li:before {
        height: 30px;
    }

    .letterList>ul>li {
        width: auto;
    }
    .detailsP .infos {
        padding-left: 0;
    }
    .detailsP .infos .Image figure {
        display: none;
    }
    .title_video h1 {
        color: #fff;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: flex;
    }
}
@media (max-width: 765px) {
    .headline_panel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media screen and (max-width: 767px) {
    .headline_panel {
        margin: 10px 0 0;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
@media only screen and (max-width: 750px) {
    .TPost { width: calc(100%/3) }
    footer .csp {
        flex-direction: column;
    }
    footer .logo {
        margin: 0 auto;
    }
    footer ul {
        margin: 1em auto;
        text-align: center;
    }
    .relacionadoPost .TPost {
        width: calc(100%/2);
    }
    .player {
        height: 350px;
    }
    .headline_panel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (max-width: 630px) {
    .VPost .Image {
        height: 180px;
    }
}

@media only screen and (max-width: 570px) {
     .TPost { width: calc(100%/2) }
    .VPost {
        width: calc(100%/1);
    }
    .player {
        height: 300px;
    }
}

@media only screen and (max-width: 500px) {
    .TPost .Image {
        height: 250px;
    }
}
@media (max-width: 450px) {
    .headline_panel, .headline_panel .filter_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
   .headline_panel .filter_buttons .btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 5px !important;
    } 
}
@media only screen and (max-width: 380px) {
    .psm {
        width: 60%;
    }

    #menuP .Search .Result {
        display: none!important;
    }
}
#dt_contenedor {
    background: #000000;
}
.social-links {
    margin-top: 14px;
    display: inline-block;
}
.social-links img {
    background-color: #8b0000;
}
.views-count2 {
   background: rgba(0, 0, 0, 0.6);
	font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    text-shadow: 1px 1px 1px #000;
    padding: 5px;
    right: 10px;
    border-radius: 5px;
}
.thumb_info {
    font-size: 12px;
    color: #868ca0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.thumb_info .added, .thumb_info .views {
    color: #ccc;
    line-height: 1 !important;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px 10px;
}
.ri-eye-line{
    margin-right: 5px;
}
.ri-image-line {
    margin-right: 5px;
    font-size: 12px;
}
.thumb_info .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.whs {
	display: none;
}
.descrseo {
    font-size: 10px;
    text-align: justify;
}
.vip {
	text-align: center;
	font-size: 12px;
	padding: 20px;
}
.vip a {
	border-radius: 15px;
    padding: 2px 10px;
    background: #27a931;
    color: #fff;
    font-size: 12px;
    margin: 5px;
}
h2.small {
	font-size: 18px;
}
.topo-categorias a {
    background: #fff;
    display: inline-block;
    border: 1px solid #ccc;
    color: #000;
    font-size: 12px;
    line-height: 10px;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 12px;
}
.topo-categorias {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.topo-categorias li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0;
}
.parterns a{
	margin: 0 2px 0;
}
.vip2 a{
	background: #008000;
	font-size: 14px;
	padding: 3px;
	border-radius: 5px;
	color: #fff;
	padding: 2px 10px;
}
.link a{
	background: var(--f);
	font-size: 11px;
	padding: 3px;
	border-radius: 5px;
	color: #fff;
	padding: 2px 10px;
	float: left;
}
.viewscount {
	background: var(--f);
    font-size: 11px;
    color: #fff;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
    padding: 4px;
    border-radius: 5px;
}
.copyright {
	font-size: 12px;
	padding: 0;
	text-align : center;
}
.doacao-container {
    position: relative;
    margin: 2rem auto;
    max-width: 100%;
}
.doacao-container .doacao-content {
    display: block;
    min-height: 300px;
    position: relative;
    background-color: #2e3346;
    overflow: hidden;
    border-radius: 2.5rem;
    color: #fff;
}
.doacao-container .doacao-content .doc-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 400px;
}
.doacao-container .doacao-content .doc-content {
    padding: 2.5rem 4rem;
    font-weight: 400;
    padding-left: calc(405px + 2.5rem);
}
.doacao-container .doacao-content .doc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
img {
    border-style: none;
    border-radius: 10px;
}
.panel_header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 1px;
}
.headline {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: .75rem;
}
.headline .title {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.headline_panel {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.filter_buttons.sorting {
    overflow: visible;
}
.filter_buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    overflow: hidden;
}
.filter_buttons .btn.active, ul.sort li a.active {
    background-color: var(--v);
    color: #000;
}

.filter_buttons .btn {
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #444857;
    border-radius: 10px;
    margin: 5px 0 0 10px;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.filter_buttons .btn svg {
    margin-left: 5px;
    fill: #868ca0;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
}
.custom-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.sort {
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    padding-top: 5px;
    border-radius: 10px;
    z-index: 999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility .3s;
    -o-transition: opacity 0.3s, visibility .3s;
    transition: opacity 0.3s, visibility .3s;
}

.btn:hover .sort {
    opacity: 1;
    visibility: visible;
}
.sort li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#menuP .menu ul li a:hover {
    background: var(--v);
    color: #000;
}
.sort li a {
    background: #444857;
    display: block;
    padding: 10px 20px;
    color: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: background 0.3s, color .3s;
    -o-transition: background 0.3s, color .3s;
    transition: background 0.3s, color .3s;
}
.sort li a:hover {
    background: var(--v);
    color: #000;
}
ol, ul {
    list-style: none;
}
.filter_button {
  display: inline-flex;
  align-items: center;
  background-color: #444857; /* Cor de fundo do botão */
  color: #fff; /* Cor do texto */
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #000; /* Borda preta */
  cursor: pointer;
  font-size: 16px; /* Tamanho da fonte */
}

.filter_button .custom-svg {
  margin-left: 8px; /* Espaçamento entre o texto e o ícone */
  width: 16px; /* Tamanho do ícone */
  height: 16px;
  fill: #fff; /* Cor do ícone */
}
    .auth-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 20px;
}

.login-btn, .signup-btn {
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.login-btn {
    border-radius: 10px;
    background-color: #444857;
    color: #fff;
    border: 1px solid #000;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 20px !important;
    cursor: pointer;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.signup-btn {
    background-color: var(--v);
    border-radius: 10px;
    color: #000;
    border: 1px solid #000;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 20px !important;
    cursor: pointer;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.end {
    background: var(--f);
    width: 100%;
}
.tituloPost {
    background-color: var(--f);
    width: 100%;
    color: #262626;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}
.heading {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.heading .button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px;
    margin-right: 10px;
}
.title_video {
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}
.button {
    border-radius: 10px;
    background-color: #444857;
    color: #fff;
    font-size:0.9rem;;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.TPost .image-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.TPost .category-label {
    position: absolute;
    color: #fff;
    font-size: 12px;
    z-index: 2;
    bottom: 10px;
    padding: 5px;
    right: 5px;
    border-radius: 5px;
    line-height: 1 !important;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
}
/* Estilização do botão de abrir o menu */
#openSidebarBtn {
    position: fixed;
    top: 20px;
    left: 20px;
    background-color: #7d0443;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    z-index: 1001;
    border-radius: 5px;
}

/* Estilização do menu lateral */
.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.3s;
    z-index: 1000;

}

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
}


/* Estilização do botão de fechar o menu */
.close-btn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

/* Ajustes para a lista de posts e palavras-chave */
.sidebar h2 {
    margin-left: 20px;
}

.sidebar ul {
    list-style-type: none;
    padding: 20px;
}


/* Estilização do ícone de hambúrguer */
.hamburger-menu {
    position: absolute;
    top: 25px;
    left: 5px;
    width: 30px;
    height: 25px;
    display: inline-block;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
}

    .hamburger-menu span {
    display: block;
    width: 35px;
    height: 6px;
    margin: 5px;
    background-color: var(--v);
    border-radius: 20px;
        }
/* Estilização do menu lateral */
       .sidebar {
            position: fixed;
            left: 0;
            top: 0;
            width: 0;
            height: 100%;
            background-color: #333;
            overflow-x: hidden;
            transition: 0.3s;
            z-index: 1000;
        }

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
}


/* Botão de fechar o menu */

.close-btnn {
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 50px;
    background: 0 0;
    border: none;
    color: #fff;
    cursor: pointer;
    color: var(--v);
}

/* Ajustes para a lista de posts e palavras-chave */
.sidebar h2 {
    margin-left: 20px;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
}

.hidden {
    display: none;
}
.header-container {
			display: flex;
			align-items: center;
			justify-content: space-between; /* Alinha itens nos extremos */
		}
		/* Ajustes gerais no header para dispositivos móveis */
@media (max-width: 768px) {
   .Wdgt {
       display: block;
   }
    /* Estilizando o logo para que ele se ajuste corretamente */
    .logo img {
       height: 80px;
    }



    /* Garantindo que o menu lateral esteja oculto e alinhado */
    .sidebar {
        width: 250px;
        position: fixed;
        top: 0;
        height: 100%;
        background: var(--f);
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
        transition: transform 0.3s ease;
    }

    .sidebar.open {
        transform: translateX(250px);
    }
    .headline {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.meta-seo {
    padding: 15px;
}
.meta-seo h2 {
 margin: 0; 
}
    /* Estilo do título */
    .headline .title {
       -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.6rem;
    }
     .titulo-home h1 {
        font-size: 1.6rem;
    }

    /* Estilos dos botões de filtro */
    .filter_buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    /* Botão ativo com destaque */
    .filter_buttons .btn.active {
        background-color: #00a8f3; /* Cor de fundo do botão ativo (destaque) */
        color: black; /* Cor do texto do botão ativo */
    }

    /* Menu suspenso dentro dos botões */
    .filter_buttons .btn svg {
        margin-left: 10px;
        vertical-align: middle;
    }

    .filter_buttons .btn ul.sort {
        display: none; /* Oculto por padrão */
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 1;
        padding: 10px 0;
    }

    .filter_buttons .btn:hover ul.sort,
    .filter_buttons .btn.active ul.sort {
        display: block; /* Exibir ao hover ou quando ativo */
        z-index: 999;
    }

    .filter_buttons .btn ul.sort li {
        list-style: none;
        padding: 10px 15px;
        color: white;
        cursor: pointer;
    }

    .filter_buttons .btn ul.sort li:hover {
        background-color: #00a8f3; /* Cor ao passar o mouse */
    }

    .filter_buttons .btn ul.sort li a {
        color: white;
        text-decoration: none;
        display: block;
        font-size: 16px;
    }

    /* Ajuste de layout do menu suspenso */
    .filter_buttons .btn ul.sort li a:hover {
        color: white;
    }
}
.filter_buttons.sorting {
    overflow: visible;
}
.name-originals {
  display: flex;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    color: #878787;
    position: relative;
    z-index: 2;
}
.cpages {
    z-index: 2;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    border-radius: 10px;
    line-height: 1 !important;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
}
.breadcrumbs{
    padding: 0;
    margin: 10px;
}
.breadcrumbs a {
    color: var(--v);
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: var(--f);
}

.breadcrumbs span {
    color: #333;
}
.nav {
    border-top-color: rgba(255, 255, 255, .2);
    font-size: 12px;
    position: absolute;
}
.content-pagination {
    margin: 1em 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.content-pagination li {
    position: relative;
    background: rgba(0, 0, 0, .3);
    padding: 5px 15px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    transition: all .3s;
    color: #ccc;
}
.content-pagination li.active, .content-pagination li:hover {
    color: #000;
    background: var(--v);
}
.content-pagination li {
    position: relative;
    background: rgba(0, 0, 0, .3);
    padding: 5px 15px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    transition: all .3s;
    color: #ccc;
}
.content-pagination li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: transparent;
    transition: all .3s;
}
.alinhamento-title {
    padding-left: 200px;
}
.selected {
    background: #131417;
    width: 100%;
    display: block;
    float: left;
    color: #fff;
    padding: 20px;
    font-weight: 900;
    font-size: 16px;
    border: 1px solid #000;
    margin: 10px 0 10px;
    border-radius: 10px;
}
.selected:last-of-type {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-color: #000 !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.selected:first-of-type {
    padding-top: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.selected span {
    background: transparent;
    text-align: center;
    margin: 10px 0;
    color: #0ebeff;
    text-transform: none;
    border: 1px solid #0ebeff;
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-flex;
}
		.detailsP .infos {
			min-height: 305px;
		}
		
.A {
  display: flex;
    align-items: flex-start;
    background: #444857;
    border-radius: 10px;
    margin: 10px;
}

.A li {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}

.Title {
  font-size: 12px;
  font-weight: bold;
  color: white;
  margin-bottom: 5px; /* Espaço entre o título e os views */
}

.img-circular {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover; /* Preenche o círculo da imagem */
}

.viewscount {
  font-size: 12px;
  color: #ccc; /* Cor das views */
  display: flex;
  align-items: center;
  gap: 5px; /* Espaço entre o ícone e o número */
}

.post-number {
  font-size: 14px;
  color: white;
  font-weight: bold;
  margin-right: 10px; /* Espaço após o número */
}
#sidebarMenu {
    width: 0; /* Sidebar fechado inicialmente */
    position: fixed;
    height: 100%;
    top: 5%;
    left: 0;
    background-color: #111; /* Fundo da sidebar */
    overflow-x: hidden;
    transition: 0.5s;
}

@media (max-width: 768px) {
  .A {
    flex-direction: row;
    align-items: flex-start;
  }
}

/* Background do ul dos posts populares */
ul.top-posts {
    background-color: var(--f);
}
.top-posts {
    background-color: var(--f); /* Define o fundo da lista */
    padding: 15px; /* Adiciona espaçamento interno (padding) */
    border-radius: 5px; /* Adiciona um border-radius */
    list-style-type: none; /* Remove os marcadores padrão da lista */
}

.top-posts li {
    margin-bottom: 10px; /* Espaçamento entre os itens da lista */
    padding: 10px; /* Espaçamento interno para cada item */
    background-color: var(--f); /* Cor de fundo de cada item */
    border-radius: 5px; /* Border-radius para cada item */
}
.top-posts li .Title {
    font-size: 14px; /* Tamanho da fonte */
    font-weight: bold;
    color: white;
    white-space: nowrap; /* Impede que o texto quebre em várias linhas */
    overflow: hidden; /* Esconde o texto que excede a largura */
    text-overflow: ellipsis; /* Adiciona "..." quando o texto é cortado */
    max-width: 100%; /* Define a largura máxima do título para que o corte funcione */
    display: block;
}
.panel_sup {
    width: 100%;
    margin: 10px 0 10px;
    background-color: #131417;
    padding: 10px 20px;
    border-radius: 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    border: 1px solid #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.brand_image {
    display: flex;
    align-items: center;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    text-align: center;
    overflow: hidden;
}
.brand_image_wrapper {
    background-color: #131417;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #000;
    overflow: hidden;
}
.brand_image img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.brand_inform {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 1px;
}
.brand_inform .title.title-clear {
    margin-bottom: 0 !important;
}
.brand_inform .title {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 567px) {
    .panel_sup {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
}
.viewcomic_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
}
.viewcomic_menu a.button, .readcomic_menu a.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px;
}
.viewcomic_menu a.button, .readcomic_menu a.button {
    margin-top: 10px;
}
.viewcomic_menu a.button svg {
    font-size: 24px;
    fill: #868ca0;
    margin-right: 10px;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
}
.button svg {
    fill: #868ca0;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
}
.custom-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.viewcomic_menu .action_rating {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.viewcomic_menu a.button, .readcomic_menu a.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}
.viewcomic_menu a.button, .readcomic_menu a.button {
    margin-top: 10px;
}
.btn-favourites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.titleread {
    width: 100%;
    color: #f0f0f1;
    text-align: center;
    font-weight: 700;
    padding: 10px;
    font-size: 16px;
    display: grid;
    justify-items: center;
}
.gallery-controls {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 10px;
}

.gallery-controls button,
.gallery-controls a {
    background-color: #444857;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.gallery-controls button:active,
.gallery-controls a:active {
    background-color: #666;
}
.selo {
    left: -30px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    width: 120px;
    font-size: 11px;
    padding: 8px;
    -webkit-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: white;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 8px;
    top: 20px;
    padding: 6px 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 2;
}
.flag-english {
    background-image: url(http://animeshentai.cc/wp-content/uploads/2024/10/brazil-flag-150x150-1.jpg);
}
.flag {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 25px;
    margin-top: 3px;
    width: 25px;
    z-index: 1;
    top: 10px;
    right: 5px;
    border-radius: 100%;
}
.anno {
    background: #00d084;
    padding: .75rem 1.25rem;
    z-index: 99;
    color: #000;
    font-size: 13px !important;
    border-radius: 6px;
    margin-bottom: 10px;
}
.anno2 {
    background: #2e3346;
    padding: 8px;
    z-index: 99;
    color: #dbdbdb;
    font-size: 13px !important;
    border-radius: 6px;
    margin-bottom: 10px;
    text-align: center;
    width: 120px;
}
.counts {
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 10px;
}
.search-mobile-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-mobile-campo {
    flex: 1;
    padding: 10px;
    border-radius: 4px 0 0 4px;
    outline: none;
}

.search-btn-mobile {
    background-color: #fff;
    border-left: none;
    padding: 10px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: linear-gradient(9deg, rgba(219, 170, 33, 1) 0%, rgba(0, 0, 0, .4318102240896359) 0%);
}

.search-btn-mobile i {
    font-size: 1.2rem;
    color: var(--v);
}

@media (max-width: 768px) {
    .search-mobile {
        width: 100%;
        float: right;
        overflow: hidden;
        position: relative;
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
  .search-mobile-campo {
        flex: 1;
        padding: 10px;
        border-radius: 5px 0 0 5px;
        outline: none;
        background: #4448574f;
    }
}
@media (min-width: 768px) {
    .search-mobile {
        display: none;
    }
}
input[type="search"] {
    color: #ffffff; /* Cor do texto */
    caret-color: #ffffff; /* Cor do cursor */
    background-color: #000000; /* Cor do fundo, caso necessário */
}

input[type="search"]::placeholder {
    color: #cccccc; /* Cor do placeholder (texto de dica) */
}
.post p {
    font-size: 14px;
}
.custom-thumbnail {
    width: 100%; /* O contêiner ocupa toda a largura disponível */
    height: 320px; /* Defina a altura desejada */
    overflow: hidden; /* Oculta partes da imagem que saem do contêiner */
    position: relative; /* Necessário para que o 'object-fit' funcione */
}

.custom-thumbnail img {
    position: absolute; /* Posiciona a imagem */
    top: 50%; /* Centraliza verticalmente */
    left: 50%; /* Centraliza horizontalmente */
    width: 100%; /* A imagem ocupa toda a largura do contêiner */
    height: auto; /* Mantém a proporção da imagem */
    min-height: 100%; /* Garante que a altura mínima seja 100% do contêiner */
    min-width: 100%; /* Garante que a largura mínima seja 100% do contêiner */
    object-fit: cover; /* Faz a imagem cobrir completamente o espaço do contêiner */
    transform: translate(-50%, -50%); /* Centraliza a imagem */
}
/* Modal container (invisible background) */
#reportModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}

/* Modal content (the box) */
.modal-content3 {
    position: absolute;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px; /* Define a max-width for smaller screens */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the modal */
}
/* Modal container */
#reportModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}

/* Modal content */
.modal-content {
    position: absolute;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
    border-radius: 8px; /* Optional: for rounded corners */
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

/* Form elements inside modal */
#reportForm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#reportForm label {
    font-weight: bold;
    color: var(--f);
}

#reportForm textarea {
    width: 100%;
    height: 80px;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
    resize: none;
}

#reportForm button {
    background-color: var(--v);
    color: black;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#reportForm button:hover {
    background-color: var(--f);
    color: white;
}
#reportForm input[type="text"] {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
#reportButton {
    cursor: pointer;
    border-radius: 10px;
    color: var(--h);
    font-size: .9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -o-transition: background .3s;
    margin: 0;
}

#reportButton:hover {
    color: var(--v); /* Cor de fundo ao passar o mouse */
}

#reportButton i {
    margin-right: 8px; /* Espaçamento entre o ícone e o texto */
}
#shareButton:hover {
    color: var(--v);
}
.reason-option {
        display: flex;
        align-items: center;
        padding: 10px;
        cursor: pointer;
        border: 1px solid #ccc;
        margin-bottom: 5px;
        color: var(--f);
        border-radius: 10px;
    }
    .reason-option:hover {
        background-color: #f0f0f0;
    }
    .reason-option i {
        margin-right: 10px;
    }
    .reason-option.selected {
        background-color: var(--v);
        color: black;
        padding: 10px;
    }
    .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.modal-header h2 {
    margin: 0;
    font-size: 1.5em; /* Ajuste o tamanho da fonte conforme necessário */
    color: var(--f);
}

.modal-header .close {
    font-size: 1.5em; /* Ajuste o tamanho da fonte conforme necessário */
    cursor: pointer;
}
.modal-title {
    margin: 0;
}

.modal-header .close3 {
    color: #000;
    font-size: 1.5rem;
    border: none;
    background: 0 0;
    cursor: pointer;
}
.aneBanners {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.aneBanners li {
    display: inline-block;
    margin: 0 4px 5px;
}
.friday {
    text-align: center;
    padding: 0 5px 15px 0;
}
.flexBetween {
    display: flex; /* Alinha os elementos filhos em uma linha */
    align-items: flex-start; /* Alinha os itens ao topo */
    margin: 20px 0 0;
}
.thumbnail-single {
    flex: 0 0 auto; /* Impede que a miniatura encolha ou cresça */
    margin-right: 20px; /* Espaço entre a miniatura e as informações */
}

.info-single {
    flex: 1; /* Permite que a seção de informações ocupe o restante do espaço */
    width: 100%;
}

/* Estilos adicionais, se necessário */
.titulo-single h2 {
    margin: 0; /* Remove margens do título secundário */
}

.titulo-single h1 {
    margin: 0; /* Remove margens do título principal */
}

/* Estilos para categorias e tags */
.categories,
.tags {
    display: inline-block;
    margin: 20px 0;
    align-items: center;
    gap: 10px;
}

.category-item,
.tag-item {
    background-color: var(--f);
    padding: 5px;
    transition: background-color 0.3s;
    border-radius: 10px;
    display: inline-grid;
}

.category-item:hover,
.tag-item:hover {
    background-color: var(--v); /* Cor ao passar o mouse */
    color: #000;
}
.category-item a:hover,
.tag-item a:hover {
    color: #000;
}

.top-margin {
    margin-top: 10px; /* Margem superior para listas com a classe 'top-margin' */
}
.Description{
    font-size: 13px;
    color: #b2b2b2;
}
.span:hover {
    color: var(--v);
}

.meta-seo h2 {
font-size: 0.78rem;
    color: orange;
    margin: 0 0 20px 5px;
    font-size: rem;
    padding: 5px;
}
.meta-seo {
    font-size: 16px;
    color: #555; /* Cor suave para a meta-seo */
    margin-top: 5px;
}

/* Responsividade para telas menores */
    @media (max-width: 768px) {
        .single-info-new {
            font-size: 1rem; /* Ajusta o tamanho da fonte */
        }

        .flexBetween {
            flex-direction: column; /* Coluna em mobile */
            align-items: center; /* Centraliza os itens */
            padding: 10px;
        }
        .info-single {
            margin: 20px;
        }
        .postVideos {
            margin: 0; /* Adiciona margens para vídeos */
        }
    }

    @media (max-width: 480px) {
        .titulo-single h1 {
            font-size: 1.5rem; /* Ajusta o tamanho da fonte do título */
        }

        button {
            font-size: 0.9rem; /* Ajusta o tamanho da fonte do botão */
        }
    }
                .descricao-views {
                z-index:1;
                  color:white;
                  display:flex;
                  align-items: flex-end;
                }
                .page {
                font-size:1.4rem;
                  font-weight:bold;
                }
                .descricao-views i {
                font-size:1.2rem;
                  color:var(--h);
                  margin-right:3px;
                }
                .single-info-new {
                  display: flex;
                  max-width: 1450px;
                  gap: 20px;
                  justify-content: center;
                  background: var(--f);
                  height: 50px;
                }
                .selo-single {
                   display: flex;
                 justify-content: space-evenly;
                  align-items: center;
                  background: #ffd060;
                  padding: 10px;
                  color: #000;
                  font-weight: 600;
                }

.titulo-home {
    align-items: center;
    display: flex;
    margin-top: 27px;
    padding: 10px;
}
.titulo-home h1 {
    font-size: 28px;
    color: #fff;
}

@media (max-width: 768px) {
  #menuP .logo img {
    width: auto;
    margin-left: 50px;
}
}