@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin:0;
    padding:0;
    border:0;
    list-style:none;
    outline:0
}
@keyframes blink_{0%{opacity:1}50%{opacity:.9;color:var(--color-004)}100%{opacity:1;color:var(--color-003)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

:root {
    --color-001:#000;
    --color-002:#fff;
    --color-003:#2d9f21;
    --color-004:#21661a;
    --color-005:#21232b;
    --att:#d92a2a;
    --font-color-1:#fff;
    --back-color:#080808;
    --link-color:#cdcdce;
    --font-001: 'Montserrat', Arial, sans-serif;
}

/* FLEX/GRID */
.flex {
    display:flex;
}
.grid  {
    display: grid;
}

.flex_column,
.flex_column_b {
    display:flex;
    flex-direction:column;
}
.flex_column {
    align-items:center
}
.flex_column_b {
    align-items:center;
    justify-content:center
}
.flexColum {
    display:flex;
    flex-direction:column;
    gap:10px
}

.flex_columns {
    display:flex;
    flex-direction:row;
    gap:90px;
    font-size:15px;
    color:#fff;
    width:50%
}

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

.gap{
    gap:5px;
}
.gap-one{
    gap:10px;
}
.gap-two{
    gap:15px;
}
.gap-three{
    gap:20px;
}
.wrap{
    flex-wrap:wrap;
}
.grid_items {
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(21%,1fr));
    gap:15px;
    position:relative;
    padding:15px;
    box-sizing:border-box
}
.latest  {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(14%, 1fr));
    margin-bottom:30px;
}
#synt_novos {
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(14%,1fr));
    gap:10px;
    margin:0 auto 30px
}
#login-form .form-group input {
    color: white;
}
/*END*/
.text_j {
    text-align:justify
}

.info_p {
    color:#fcfcfc;
    font-weight:500;
    margin:0 auto
}
.column_r article,
.container_module,
.logo,
input {
    box-sizing:border-box
}
body {
    min-width:250px
}
.body-login{
    background-image: url('https://synthemes.com/wp-content/themes/synv2da/assets/imgs/login2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.body-login:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 85%);
    z-index: 1;
}


@keyframes brilho-animado {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(2); 
  }
}

.back-to-top,
.breadcrumbs a,
.capItem li a,
a {
    text-decoration:none
}
main {
    min-height:600px
}
.container_module {
    max-width:1280px;
    padding:0 20px;
    margin:0 auto
}

/* Para navegadores WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 30px;               /* Largura da barra */
  height: 20px;              /* Altura da barra horizontal */
  background: transparent;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #2e2e2e, #141414); 
  border-radius: 10px;
  border: 3px solid transparent;
  background-clip: content-box;   
  cursor: pointer;
  transition: background 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #141414, #2e2e2e);
}
/* Track (fundo da barra) */
::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
/* Firefox */
* {
  scrollbar-width: inherit;
  scrollbar-color: #2e2e2e #000;
}

body {
    background:var(--back-color);
    color:var(--font-color-1);
    font-family:var(--font-001);
    margin:0
}
figure,picture {
    display:block;
    margin:0
}
img {
    border:0;
    height:auto;
    max-width:100%;
    transition:opacity .3s ease-out
}

a {
    color: var(--link-color);
    transition:.3s ease-out;
    transition-property:color,background-color,border
}

a:hover {
    color:var(--color-003);
}
button{
    cursor:pointer;
    background:none;
    border:none;
}

.skip-to-content {
    left:-9999px;
    position:absolute;
    top:-9999px
}

.screen-reader-text {
    border:0;
    clip-path:inset(50%);
    clip:rect(1px,1px,1px,1px);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
    word-wrap:normal!important
}
.col,.cols,.featured,.header,.heading_slide,.logo,.menu li,.nav_item,.nav_submenu_item,.random,.wrapper {
    position:relative
}

form {
    clear:both;
    width:100%
}

form :focus {
    outline-offset:0
}

fieldset {
    border:0;
    margin:0;
    padding:0
}

label {
    display:block;
    font-weight:600
}

input,optgroup,select,textarea {
    color:var(--color-001);
    margin:0;
    vertical-align:top;
    font-size:1rem;
    line-height:1.25rem
}

input {
    height:60px;
    overflow:visible;
    padding:0 15px;
    width: 100%;
}
input[type=file] {
    border-radius:0;
    border:0;
    height:auto;
    padding:0;
    width:auto
}
[type=checkbox],[type=radio] {
    height:auto;
    padding:0;
    vertical-align:middle;
    width:auto
}
/*login-form-input*/
input[type="password"], input[type="text"] {
    padding-right: 40px !important;
}


input:focus  {
    outline: none;
    border: none;
}
.main_box{
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.auth-container input {
    height: 45px;
}

select {
    text-transform:none
}
textarea {
    height:180px;
    overflow:auto;
    padding:30px;
    resize:none
}
article li {
    font-size:1.3rem
}

.auth-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    animation: fadeIn 0.3s;
}
#close-login-box{
    color: #af1c1c;
    font-size: 26px;
    position: absolute;
    top: 0;
    right: 0;
}
.auth-modal-content {
    background-color: rgba(0, 0, 0, 0.9);
    margin: 10% auto;
    padding: 30px;
    border: 1px solid #333;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0, 255, 100, 0.2);
    position: relative;
}

.auth-close-modal {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.auth-close-modal:hover {
    color: #00ff64;
}

/* Password Reset Email Template */
.password-reset-email {
    background-color: #111;
    color: #eee;
    padding: 20px;
    border-radius: 5px;
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #333;
}

.password-reset-email a {
    color: #00ff64;
    text-decoration: none;
}

.password-reset-email .reset-button {
    display: inline-block;
    background-color: #00aa50;
    color: white;
    padding: 10px 20px;
    margin: 15px 0;
    border-radius: 5px;
    text-decoration: none;
}
.auth-container {
    position: relative;
    z-index: 105;
    width: 100%;
    max-width: 520px;
    padding: 30px;
    box-sizing: border-box;
    background-color: rgb(0 0 0 / 35%);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(17 16 16);
    color: #000000;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
    
}
 .desafio-soma {
    background-color: rgb(67 67 67 / 31%);
    padding: 15px;
    border-radius: 6px;
   
        }
        
        .desafio-soma label {
            font-weight: 500;
            margin-bottom: 10px;
            display: block;
        }
/* Tabs */
.auth-tabs {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;

}
.auth-tabs img{
    
    max-width: 350px;
   filter: brightness(1); 
  animation: brilho-animado 2s infinite alternate; 
    
}
.auth-tab.active {
    color: #00ff64;
}

.auth-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00ff64;
}

/* Forms */
.auth-form {
    display: none;
    animation: fadeIn 0.5s ease;
}

.auth-form.active {
    display: block;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #969595;
}

.form-group input {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #333;
    border-radius: 5px;
    color: #181818;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus {
    border:unset;
  
}

.forgot-password {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #aaa;
    text-align: right;
    text-decoration: none;
    transition: color 0.3s ease;
}

.forgot-password:hover {
    color: #00ff64;
}

.remember-me {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.remember-me input {
    width: auto;
    margin-right: 10px;
}

.remember-me label {
    margin-bottom: 0;
    color: #ddd;
}

/* Buttons */
.auth-button {
    width: 100%;
    padding: 12px;
    background-color: #741800;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.auth-button:hover {
    background-color: #a5100b;
}

.auth-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}

.auth-message.success {
    background-color: rgba(0, 255, 100, 0.1);
    color: #00ff64;
    border: 1px solid rgba(0, 255, 100, 0.3);
}

.auth-message.error {
    background-color: rgba(255, 50, 50, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 50, 50, 0.3);
}
.auth-message.error strong:first-child{
    color:#b60000;
}
.password-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
    transition: color 0.3s ease;
}

.password-toggle:hover {
    color: #00ff64;
}

.password-strength {
    height: 4px;
    background: #333;
    margin-top: 8px;
    border-radius: 2px;
    overflow: hidden;
}

.password-strength::after {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    background: #ff5050;
    transition: width 0.3s ease, background 0.3s ease;
}

.box_header,.col,
.sidebar .forms-content,
.wrapper {
    width:100%
}
#btn-mobile,
#overlay,
.none,
.back-to-top,
.search-popup,
.search-popup .close-icon{
    display:none
}
#overlay {
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5)
}
.header {
    background:var(--back-color);
    color:var(--font-color-1);
    left:0;
    right:0;
    top:0;
    z-index:10;
    font-size:0;
    line-height:1;
    border-bottom:none;
    box-shadow:0 .8px 1px rgba(0,23,0,.5);
}
.logo,article li {
    line-height:2rem
}
.logo_nav {
    display:flex;
    flex-direction:row;
    gap:40px;
    align-items:center
}
.logo,.main-menu {
    font-weight:900;
    font-family:Roboto,sans-serif
}
.logo_form {
    width:160px;
    margin:0 auto
}
.column_r {
    display:flex;
    flex-direction:column;
    width:100%
}
.column_r article {
    padding:0 15px 15px 0
}
.column_r article p {
    text-align:justify;
    line-height:2rem;
    font-size:1.3rem
}
.column_r article p iframe {
    max-width:80%;
    max-height:400px
}
.logo {
    padding:5px 0;
    font-size:1.75rem
}
.logo img {
    width:180px;
    height:auto
}
.main-menu {
    display:inline-block;
    text-transform:uppercase;
    z-index:15
}
.right_nav {
    display:flex;
    flex-direction:row;
    gap:15px;
    align-items:center;
    justify-content:center;
    padding:0;
    margin: 0
}
.nav_item a {
    color: var(--color-002);
    display: block;
    transition: .4s, _ .4s;
    font-size: 1rem;
    font-weight: 550;
    padding: 10px !important;
    border-radius: 10px;
}
.featured .breadcrumbs a,.nav_submenu_item a {
    color:#fff
}


.nav_submenu_item:hover .nav_submenu {
    left:100%;
    opacity:1;
    transition:left .3s ease-out .3s,opacity .3s ease-out .3s
}
.random {
    background:0 0;
    border:none;
    margin:0;
    padding:0;
}
.heading_archive,.heading_slide {
    padding:10px;
    box-sizing:border-box
}
.heading_slide {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center
}
.heading_slide a {
    color:#fff;
    font-size:14px;
    background:var(--color-003);
    padding:5px;
    box-sizing:border-box;
    border-radius:5px;
    font-weight:600;
    font-variant:all-petite-caps
}
.heading_page {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}
.paged_ {
    background: #ffffff0d;
    padding: 8px;
    font-size: 1rem;
    border-radius: 10px;
    color: #00d47db3;
    border: 1px solid #ffffff0d;
}
.btn_n,.btn_n:active,.btn_n:hover {
    background:0 0;
    border:none;
    font-size:1.3rem;
    cursor:pointer
}
.btn_n {
    transition:.4s
}
.btn_n:active {
    color:var(--color-004)
}
.heading_archive_title:after,.title_section:after {
    content: '';
    width: 4px;
    background: var(--color-003);
    position: absolute;
    left: -8px;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #012b0c, #6ffc60);
   
}
.title_section {
    position:relative;
    font-size:1.4rem;
    padding:5px
}
.title_section:after {
    height:34px
}
.alt_title {
    display:flex;
    justify-content:center;
    padding:10px;
    box-sizing:border-box;
    background:#181818;
    color:#878787
}
.heading_archive_title {
    padding:5px 15px;
    box-sizing:border-box;
    margin:0 auto;
    color:var(--font-color-1);
    border-radius:10px;
    font-weight:700
}
.heading_archive_title:after {
    height:20px
}
.breadcrumbs {
    color:#b8b8b8;
    padding:10px 0;
    box-sizing:border-box;
    font-weight:500;
    font-size:.85rem;
    border:solid 1px #ffffff0f;
}
.breadcrumbs a {
    color:#b8b8b8;
    font-size:.85rem
}
.breadcrumbs span:first-child {
    padding-left:0!important
}
.breadcrumbs span {
    padding:0 4px;
    box-sizing:border-box
}
.featured .breadcrumbs {
    color:#fff;
    padding-right:60px
}
.featured .breadcrumbs a:hover {
    color:#fff;
    text-decoration:underline
}
.back-to-top:hover,.capItem li:hover,.generos a {
    background: linear-gradient(to top, #012b0c, #6ffc60);
    color:#fff;
}
.back-to-top {
    position:fixed;
    bottom:60px;
    right:40px;
    background:var(--color-003);
    color:var(--color-002);
    border-radius:40px;
    font-size:1.3rem;
    padding:9px 15px;
    box-sizing:border-box;
    transition:.3s
}
.featured__item__cat,.heading .post-edit-link {
    padding:3px 7.5px;
    font-weight:900;
    font-size:.75rem;
    line-height:1rem
}
.featured_heading .featured__item__title.title {
    color:#e7e7e7;
    text-decoration:none;
    transition:.3s ease-out;
    font-size:1.6rem;
    font-weight:700;
    z-index:1;
    background:#00000063;
    border-radius:15px 15px 0 0
}
.back_thumb:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:linear-gradient(to right,rgb(217 217 217 / 77%) calc((50vw - 170px) - 340px),rgb(232 232 232 / 66%) 50%,rgb(225 225 225 / 84%) 100%);
    z-index:1
}
.OA_tabs .active,.genero_term,.generos a:hover,.pagination .active, .pagination a:hover {
    background:var(--color-003)
}

#commentform input[type=submit]:hover,.heading .post-edit-link {
    transition:0.3s;
    background-color:var(--color-003)
}
.single_title,.titulo_serie {
    color: #ddd;
    box-sizing: border-box;
    font-size: 20px;
}
.heading hr {
    margin:30px auto
}
.btcontrol_single a span,.cap_ul a {
    font-size:0.9rem
}
.single_post_picture img {
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s
}
.heading hr {
    background:var(--color-005);
    border:0;
    clear:both;
    height:1px;
    opacity:.5
}

.breadcrumbs a:hover,.btn_n:hover,.nav_item a:hover {
    color:var(--color-003)
}

.btcontrol_single a:hover,.pagination>* {
    background:var(--color-004)
}
.login-button a,.menu ul li a,.pagination a {
    color:var(--color-002)
}
.btcontrol_single a:hover {
    color:var(--color-002)
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 15px;
    box-sizing: border-box;
    flex-wrap:wrap;
    border-top: solid 1px #ffffff0f;
}
.pagination>* {
    border-radius: 10px;
    display: inline-block;
    padding: 8px 12px;
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
}
.content_footer {
    display:flex;
    margin:0 auto;
    width:100%
}
.pagination__title {
    padding-left:12px;
    padding-right:12px
}
.pagination a {
    background: #444857;
    border: solid 2px #ffffff1a;
}
.current {
    background:var(--color-004)!important
}
.footer {
    display:flex;
    flex-direction:column;
    gap:15px;
    background:var(--back-color);
    height:auto;
    justify-content:center;
    position:relative;
    z-index:9;
    padding:20px 0
}
.footer .info {
    border-top:solid 1px #161616;
}
.footer p {
    text-align: center;
    padding: 5px 20px;
    position:relative;
    bottom:-10px;
}
#overlay {
    position:fixed;
    z-index:9999
}
.content_footer {
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:30px
}
.footer_columns {
    width:100%;
    padding:70px 10px;
    box-sizing:border-box;
    margin-top:10px
}
.footer_copyright {
    color:#fcfcfc;
    font-weight:500;
    margin:0 auto;
    text-align:center
}
.button,.title{
    font-weight:900;
    font-family:Roboto,sans-serif
}
.cookies {
    background:#fff;
    padding:15px;
    box-sizing:border-box;
    width:100%;
    opacity:0;
    transition:opacity .15s ease-out,visibility .01s ease-out .6s;
    visibility:hidden
}
.button,.menu ul,.search-popup button{
    background:var(--color-003)
}
.icon {
    position:relative
}
.button {
    border:0;
    border-radius:0;
    color:#fff;
    cursor:pointer;
    display:table;
    height:auto;
    margin:0 auto;
    max-width:300px;
    padding:20px 30px;
    text-align:center;
    transition:.3s ease-out;
    transition-property:color,background-color,border;
    width:100%;
    font-size:1rem;
    line-height:1.25rem
}
.icon svg,.lazyloaded {
    transition:opacity .3s ease-out
}
.icon,.share {
    font-size:0;
    line-height:1
}
.button:not(a):not(div){
    height:60px;
    padding-bottom:0;
    padding-top:0
}
.button:hover{
    background:var(--color-004);
    color:#fff
}
.button:disabled{
    opacity:.33
}
.icon {
    display:block;
    height:auto
}
.icon svg {
    overflow:visible
}
.icon svg circle,.icon svg path {
    transition:fill .3s ease-out
}

.thumb {
    object-fit:cover;
    height:100%;
    width:100%
}
a.thumb {
    border-radius: 0 !important;
    border: none !important;
}
.title {
    display:block;
    margin:0
}
.title a {
    display:block
}
.menu ul,.search-popup {
    opacity:0;
    position:absolute
}
.left,.menu {
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap
}
#container_menu {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    flex-wrap:nowrap;
    width:100%;
    max-width:1280px;
    padding-top:15px;
    padding-bottom:15px;
    box-sizing:border-box
}
.login-button {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:0
}
.login-button a {
    margin:0
}
.login_i {
    font-size:23px
}
.search-input {
    padding:10px 40px 10px 10px;
    border-radius:20px;
    border:none;
    background-color:transparent;
    color:#fff;
    width:200px;
    outline:0
}
.search-button {
    border: none;
    border-radius: 30px;
    padding: 0;
    cursor: pointer;
    background: white;
    width: 30px;
    height: 30px;
}
.search-popup {
    top:30px;
    right:0;
    transition:opacity .5s;
    background:var(--color-002);
    box-shadow:0 8px 16px 0 rgba(0,0,0,.2);
    z-index:1;
    padding:10px;
    border-radius:5px;
    min-width:250px
}
.search-popup input {
    display:block;
    margin-bottom:10px;
    width:100%;
    color:var(--color-001);
    border:none;
    border-bottom:1px solid #ccc;
    padding:5px;
    outline:0
}
.search-popup button {
    color:#fff;
    border:none;
    border-radius:20px;
    padding:10px;
    font-size:.8rem;
    font-weight:600;
    cursor:pointer
}
.transition-active .search-button {
    background-color:#d6d6d654;
    color:#fff
}
.search-popup .close-icon {
    position:absolute;
    top:0;
    right:10px;
    background-color:#fff;
    color:red;
    border:none;
    border-radius:20px;
    padding:10px;
    cursor:pointer;
    font-size:1.2rem;
}
.search-popup .close-icon:hover {
    color:red
}
.news-grid {
    display:flex;
    gap:10px;
    padding:0;
    box-sizing:border-box;
    max-height:600px;
    margin:20px 0;
    align-items:normal;
    height:100%
}
#commentform,.comments-area {
    margin-top:20px
}

#single-wrapper {
    display:flex;
    justify-content:center;
    flex-direction:row;
    flex-wrap:nowrap;
    gap:10px;
    overflow-x:hidden;
    box-sizing:border-box
}

.menu {
    display:flex;
    align-items:center;
    gap:15px;
    top:100%;
    transition:.5s;
}
.menu li:hover>ul {
    box-sizing:border-box;
    z-index:1;
    opacity:1;
    pointer-events:auto
}
.desafio label,.login_links a {
    padding:10px;
    box-sizing:border-box
}
#single_item_featured {
    position:relative;
    display:inline-block
}
#single_item_featured::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    z-index:1;
    pointer-events:none
}

.destaque,.itemViews,.statusP {
    position: absolute;
    right: 0;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    color: #fff;
    z-index: 1;
    text-transform: capitalize;
    background: #1314177d;
}
.statusP {
    top:10px;
    background:var(--color-004)
}
.destaque {
    bottom:40px;
}
.itemViews {
    bottom:10px;
}
.homeModule {
    width:100%;
    position:relative;
    margin:30px 0;
    padding:0
}
.module {
    min-height:80vh
}
.serie_title h3 a {
    font-weight:600;
    color:var(--font-color-1);
    overflow:hidden;
    -webkit-line-clamp:1;
    display:-webkit-box;
    margin: .4rem .2rem;
    font-size:1rem;
}

#forms_contato,.subc ul {
    flex-direction:column;
    display:flex
}
.subc ul {
    gap:6px
}
.sbti {
    font-size:21px;
    font-weight:600
}
.contato_form {
    background:var(--color-002);
    width:100%;
    padding:20px 0;
    box-sizing:border-box
}
#forms_contato {
    align-items:center;
    gap:15px;
    margin:0 auto
}
#forms_contato input,#forms_contato textarea {
    width:90%;
    padding:15px;
    box-sizing:border-box;
    border:1px dotted #000
}
.contato_form .container_module {
    display:flex;
    flex-direction:column;
    gap:20px
}
.desafio {
    display:flex;
    flex-direction:row;
    width:90%;
    gap:12px
}
.desafio_login {
    display:flex;
    flex-direction:row;
    width:90%;
    margin-bottom:10px
}
.desafio label {
    background:beige
}
.desafio_login label {
    background:beige;
    box-sizing:border-box
}

.loader {
    position:absolute;
    top:30%;
    left:50%;
    transform:translate(-50%,-50%);
    width:50px;
    height:50px;
    background-size:cover;
    animation:1s linear infinite spin
}
.header_ac {
    display:flex;
    flex-direction:column;
    gap:40px
}
.login_links {
    box-sizing:border-box;
    display:flex;
    gap:30px;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap
}
.login_links a {
    background:#a00;
    color:#fff;
    border-radius:10px
}
.login_links a:hover {
    background:#f90202
}
.box_user {
    min-height:500px
}
.search-container {
    visibility:hidden;
    display:flex;
    background:#303030;
    width:100%;
    margin:0 auto;
    height:0;
    flex-direction:column;
    justify-content:center;
    -webkit-transform-origin:top;
    transition:height .2s,visibility .2s,opacity .2s,transform 0s .2s;
    -webkit-transition:height .2s,visibility .2s,opacity .2s,-webkit-transform 0s .2s;
    -webkit-animation-duration:.2s
}
.search-container.active {
    visibility:visible;
    opacity:1;
    height:128px
}
.search-container .search-form {
    max-width:768px;
    width:100%;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    overflow:hidden
}
.search_box {
    padding:0 15px;
    box-sizing:border-box
}
#popupButton {
    background:#272727;
    border:1px solid #fff;
    font-weight:600;
    color:#fff;
    padding:13px 25px;
    border-radius:0;
    line-height:1.5;
    cursor:pointer
}
.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;
}
.flag-english {
    background-image: url(/wp-content/themes/porncomic/assets/styles/flags/english.webp);
}
.flag-espanol {
    background-image: url(/wp-content/themes/porncomic/assets/styles/flags/espanol.webp);
}
.warning {
    text-align: center;
    font-size: 14px;
    padding: 0 2rem;
    color:#ffcf72;
}
.userImage  {
    width: 30px;
    border-radius: 30px;
    border: solid 3px var(--color-004);
}

.latest .card_item, .data_r, .span_module {
    width:100%;
}

.data_l  {
    width: 100%;
    height: 100%;
}
.card_item  {
    padding: 3px;
}
.card_latest {
    flex-direction: column;
    gap: 5px;
    width: 100%;
    align-items: center;
}
.data_r  {
    gap: 10px;
    align-items: baseline;
}
.picture {
    margin: 0;
    aspect-ratio: 1 / 1.4;
    overflow:hidden!important;
}
.data_l img {
    color: transparent;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:0.3s!important;
}
.data_l img:hover {
    scale:110%;
}
.serie_title{
    width:100%;
}
.serie_title h3 {
    text-align:center;
}
.serie_title ul a {
    color: #bbb6b6;
    font-weight: 400;
    font-size: 12px;
    align-items: center;
    justify-content: space-around;
    padding:10px 0;
}
.serie_title ul a p{
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1rem;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    max-width: calc(100% / 1.5);
    margin:0;
}
.serie_title h3 a:hover,.serie_title ul a:hover {
    transition:all 0.3s;
    color:var(--color-003)
}
.ch_serie{
    gap:5px;
}
.ch_serie li  {
    box-sizing: border-box;
    border-radius: 10px;
    border: solid 1px #292828;
    background: #141414;
    line-height: 0.4rem;
}
.ch_serie li span {
    font-size:0.60rem;
    color:rgb(85 85 85);
    min-width: 57px;
    height:9.6px;
    text-align:center;
}

.gif_blink  {
    animation: blink_ 1s infinite;
}
.new {
    color:var(--color-003);
}
.resp_menu  {
    display: none;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 70%;
    background: #0b0c10;
    max-width: 360px;
    z-index: 100;
}
.resp_menu a{
    margin:0 auto;
}
    
.resp_menu li {
    padding: 15px 0;
    border-bottom: solid 1px #171717;
}
.user {
    position: relative; 
    display: inline-block;
}
.userOptions {
    display: none;
    position: absolute;
    top: 100%;
    width: 150px;
    right: 10%;
    font-weight: 600;
    padding: 10px;
    list-style: none;
    background: #191919;
}
.userOptions > :first-child{
    background: var(--color-003);
    
}
.userOptions > :last-child{
    background: var(--att);
}
#login_button {
    padding: 0;
    background: none;
    border: none;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    top: 0;
    display: block;


}

#login_button i {
    font-size:33px;
}
.user:hover .userOptions,
#login_button:hover + .userOptions {
    display: flex;
    flex-direction: column;
}
.userOptions a {
    display: block;
    padding: 8px;
    font-size: 0.8rem;
    text-align: center;
    color: #ddd;
    text-decoration: none;
    border-radius:5px;
}

.menu a, .resp_menu a {
    font-size:1rem;
    color:#fff;
}

.menu a:hover,.resp_menu a:hover {
    transition:0.3s;
    color:var(--color-003)
}
.secul {
    gap:0;
    padding: 20px 10px;
}
.secul .openHis a,
.secul .His a,
.secul .random a,
.secul .menu-item a{
    padding: 5px 15px;
}
.close_x {
    align-items: center;
    justify-content: space-between;
}
.login_connected,
.login_buttons{
 background: #121212;
 
}
.login_connected a,
.login_buttons a {
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.login_buttons a{
     background: var(--color-004);
}
.login_buttons a:hover{
    color:unset;
    background:var(--color-003);
}
.login_connected > :first-child{
     background: var(--color-003);
}
.login_connected > :nth-child(2){
     background: var(--att);
}
.login_connected > :first-child:hover{
    color:unset;
    background:var(--color-004);
}
.login_connected > :nth-child(2):hover{
    color:unset;
    background:#d40000;
}
.header_comments {
    padding: 0 10px 20px 10px;
    border-bottom: solid 1px #1b1919;
    justify-content: space-between;
    flex-wrap:wrap;
}
.header_comments div  {
    background: #1b1919;
    gap: 5px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
}
.header_comments button.active  {
    background: var(--color-004);
}
.header_comments button  {
    background: none;
    border: none;
    background: #0a0909;
    border-radius: 10px;
    padding: 5px 12px;
    color: #fff;
    cursor: pointer;
}
.header_comments h2 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}
.ccontente_ {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.post-comments {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.comment  {
    display:flex;
    flex-direction: column;
    width: 100%;
    gap:10px;
}
#commentform textarea {
    width: 100%;
    height: 6.7rem;
    box-sizing: border-box;
    padding: .6rem;
    border: none;
    background-color: #fff;
    color: #000;
    resize: none;
    overflow: hidden;
    font-family: var(--font-001);
}
#commentform input[type=submit] {
    background-color: var(--color-004);
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    width: 20%;
    border-radius: 20px;
    height: 40px;
}
.comments-area {
    box-sizing:border-box;
    padding:15px
}
.comment-respond h3 {
    font-size:1.3rem;
    font-weight:750;
    color:#fff;
    padding-top:15px;
    margin-bottom:10px
}
.comment-avatar img {
    border-radius:30px;
    width:3.8rem
}
.post-comments ul li.comment .comment-avatar {
    top:1rem
}
.post-comments ul {
    list-style:none;
    margin-top:1rem;
    padding:.4rem
}
.scontent  {
    width: 100%;
}
.post-comments .children {
    display: flex;
    flex-direction: column;
    gap: 5px;
    box-sizing: border-box;
}
.depth-2  {
    padding-left: 80px;
    border-bottom: 1px solid #2f2e2e
}
.children .comment {
    box-sizing: border-box;
    border-top: 1px solid #2f2e2e;
    padding-top: 10px;
    padding-bottom:10px;
    padding-right:0;
}
.scontent .innerC {
    display: flex;
    gap: 7px;
    flex-direction: column;
}
.scontent  p  {
    margin:0;
    font-size:1.1rem;
}
.user_name {
    gap:12px;
    align-items: center;
}
.username_c {
    font-size: 1.3rem;
    font-weight: 600;
    color:#fff;
}
.comment-time,.comment-reply-link {
    font-size:0.9rem;
}
.comContros  {
    padding: 10px 0;
    background: #0c0c0c;
}
.comContros button  {
    background: none;
    border: none;
    color: white;
    font-weight: 600;
    padding: 0 10px;
}
spoiler  {
    background-color: #444;
    color: transparent;
    cursor: pointer;
    transition: color 0.3s;
    padding: 2px 4px;
    border-radius: 3px;
}
spoiler:hover,
spoiler.revealed  {
    color: #fff;
}
.comment-form-comment {
    position: relative;
}

#emoji-box {
    position: absolute;
    left: 30px;
    top: -40px;
    height: 150px;
    max-width: 50%;
    overflow: auto;
    overflow-y: auto;
    color: #ebc606;
    background: #000000cc;
    border: 1px solid #fff;
    padding: 10px;
}
.emoji-btn:hover {
    color:yellow;
}
.emoji-btn {
    cursor:pointer;
    font-size: 20px;
    padding: 5px;
}
.big-post h2,.small-post h2,.span_module a,.serie_title h3 a  {
    text-overflow:ellipsis;
    -webkit-box-orient:vertical
}
a.thumb {
    border-radius: 0 !important;
    border: none !important;
}