*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}input,textarea,select,option,div,button,a,img{transition:all .15s linear;border:0}a,img{color:#bd1414;text-decoration:none}a:hover{color:#900f0f;text-decoration:none}ul{list-style:none;margin:0;padding:0}img{vertical-align:top}html,body{width:100%;height:100%}body{background:#efefef;color:#000;font-size:16px;margin:0;padding:0}@media only screen and (max-width:1247px){body{font-size:14px}}.container{margin:0 auto;padding:0;width:96%;max-width:1600px;position:relative}.row{margin:0 -10px;display:flex;justify-content:space-between;align-items:center;align-content:center}.col{padding:0 10px;flex:1}.flex0{flex:0}.flex-start{align-items:flex-start}header{width:100%;background:#bd1414;color:#fff;overflow:hidden}@media only screen and (max-width:1247px){header{position:fixed;top:0;z-index:999;padding:0 2%}}header .row{height:80px}@media only screen and (max-width:1247px){header .row{height:60px}}header .logo{color:#fff;font-style:italic;text-transform:uppercase;position:relative;margin-top:-8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:1247px){header .logo{transform:scale(.8);margin:-10px 0 0 -8px}}header .logo h1,header .logo div{font-size:40px;letter-spacing:-3px;font-weight:700;margin:0;padding:0}header .logo h1 span,header .logo div span{font-size:12px;background:#fff;color:#bd1414;letter-spacing:0;padding:1px 4px 0 3px;position:absolute;top:100%;right:-2px;margin-top:-10px;transition:all .15s linear}header .logo:hover{text-shadow:0 0 10px #fff}header .logo:hover span{box-shadow:0 0 10px #fff}header #menuAnchor{width:60px;height:60px;cursor:pointer;position:relative}@media only screen and (min-width:1248px){header #menuAnchor{display:none}}header #menuAnchor span{position:absolute;top:0;left:10px;width:40px;height:5px;border-radius:10px;background:#fff;transition:all .12s linear}header #menuAnchor span:nth-child(1){top:14px}.menuOpen header #menuAnchor span:nth-child(1){top:26px;transform:rotate(45deg)}header #menuAnchor span:nth-child(2){top:26px}.menuOpen header #menuAnchor span:nth-child(2){transform:scale(0)}header #menuAnchor span:nth-child(3){top:38px}.menuOpen header #menuAnchor span:nth-child(3){top:26px;transform:rotate(-45deg)}header nav#menu{flex:0;padding:0 60px}@media only screen and (max-width:1247px){header nav#menu{position:fixed;top:60px;left:0;width:100%;height:100%;padding:60px 0 0;background:rgba(0,0,0,.95);z-index:9090;visibility:hidden;transition:all .12s linear;filter:opacity(0%)}.menuOpen header nav#menu{visibility:visible;filter:opacity(100%)}}header nav#menu ul{display:flex}@media only screen and (max-width:1247px){header nav#menu ul{width:100%;flex-wrap:wrap;text-align:center}}header nav#menu ul li{display:flex;font-size:16px;font-weight:700;margin:0 6px}@media only screen and (max-width:1247px){header nav#menu ul li{width:100%;justify-content:center;border-bottom:1px solid rgba(255,255,255,.2)}}header nav#menu ul li a{color:#fff;padding:10px;white-space:nowrap;display:flex;align-items:center;gap:7px}@media only screen and (max-width:1247px){header nav#menu ul li a{padding:20px}}header nav#menu ul li .menu-icon-wrapper{display:flex;align-items:center;justify-content:center;height:22px;width:22px}header nav#menu ul li .menu-icon-wrapper svg{display:block;height:22px;width:22px;stroke:#fff;fill:none}header nav#menu ul li .menu-text{display:inline-block;vertical-align:middle;font-size:17px;color:#fff;font-weight:700}header nav#menu ul li a:hover{text-shadow:0 0 8px #fff}header nav#menu ul li a:hover .menu-text{color:#fff;text-shadow:0 0 6px #fff}header #search{flex:1;height:80px;background:#900f0f;position:relative}@media only screen and (max-width:1247px){header #search{height:60px;position:fixed;top:60px;left:0;width:100%;z-index:9999;visibility:hidden;transition:all .12s linear;filter:opacity(0%)}.menuOpen header #search{visibility:visible;filter:opacity(100%)}}header #search:before{content:'';position:absolute;top:0;left:100%;width:200%;height:100%;background:#900f0f}@media only screen and (max-width:1247px){header #search:before{display:none}}header #search input{width:100%;background:0 0;color:#fff;font-size:16px;font-weight:400;text-transform:uppercase;outline:0;height:80px;padding:0 0 0 86px}@media only screen and (max-width:1247px){header #search input{font-size:14px;height:60px;padding:0 0 0 66px}}header #search input::-webkit-input-placeholder{color:#fff;filter:opacity(50%)}header #search input:-moz-placeholder{color:#fff;filter:opacity(50%)}header #search input::-moz-placeholder{color:#fff;filter:opacity(50%)}header #search input:-ms-input-placeholder{color:#fff;filter:opacity(50%)}header #search input:focus{filter:opacity(100%)}header #search input:focus::-webkit-input-placeholder{color:#fff;filter:opacity(20%)}header #search input:focus:-moz-placeholder{color:#fff;filter:opacity(20%)}header #search input:focus::-moz-placeholder{color:#fff;filter:opacity(20%)}header #search input:focus:-ms-input-placeholder{color:#fff;filter:opacity(20%)}header #search button{position:absolute;top:0;left:0;width:80px;height:80px;z-index:8;background:0 0;cursor:pointer}@media only screen and (max-width:1247px){header #search button{transform:scale(.7);margin:-10px}}header #search button:before{content:'';width:26px;height:26px;border:2px solid #fff;border-radius:100px;position:absolute;top:19px;left:21px}header #search button:after{content:'';width:2px;height:16px;background:#fff;position:absolute;top:44px;left:50px;transform:rotate(-40deg)}header #search button:hover{filter:opacity(70%)}main{padding:48px 0}@media only screen and (max-width:1247px){main{padding:80px 2% 30px}}main .titlePage{width:100%;background:0 0;color:#111;margin:0 0 15px;padding:0;overflow:hidden}@media only screen and (max-width:1247px){main .titlePage{padding:12px 0;margin:0 0 10px}}main .titlePage .row{margin:0;align-items:flex-start;flex-wrap:wrap}@media only screen and (max-width:1247px){main .titlePage .row{flex-wrap:wrap;align-items:flex-start}}main .titlePage h1,main .titlePage h2,main .titlePage h3,main .titlePage h4{flex:1;font-size:22px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;line-height:1.3;max-width:100%;margin:0;padding:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111;text-transform:uppercase;font-weight:700}@media only screen and (max-width:1247px){main .titlePage h1,main .titlePage h2,main .titlePage h3,main .titlePage h4{font-size:18px;white-space:normal;min-width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;hyphens:none;line-height:1.4;text-align:left}}@media only screen and (max-width:768px){main .titlePage h1,main .titlePage h2,main .titlePage h3,main .titlePage h4{font-size:17px;line-height:1.4;text-align:left;hyphens:none}}@media only screen and (max-width:480px){main .titlePage h1,main .titlePage h2,main .titlePage h3,main .titlePage h4{font-size:16px;line-height:1.5;text-align:left;hyphens:none}}main .titlePage .breadcrumb{flex:0;display:flex;justify-content:flex-end;align-items:flex-start;white-space:nowrap;font-size:12px;margin:0;filter:opacity(80%);min-width:200px;color:#111}@media only screen and (max-width:1247px){main .titlePage .breadcrumb{min-width:100%;max-width:100%;font-size:11px;margin:8px 0 0;justify-content:flex-start;white-space:normal}}main .titlePage .breadcrumb a{color:#111}main .titlePage .breadcrumb a:hover{text-shadow:0 0 6px #111}main .titlePage .breadcrumb .breadcrumb_last{display:none}main .banhome{width:100%;min-width:100%;max-width:100%;margin:20px 0;display:flex;justify-content:center}@media only screen and (max-width:1247px){main .banhome{margin:10px 0}}main .banhome .row{justify-content:center !important}main .banhome .row>div{margin:0 10px}@media only screen and (max-width:1247px){main .banhome .row>div{display:none}main .banhome .row>div:first-child{display:flex;margin:0}}main .banhome.top{margin:0 0 40px}@media only screen and (max-width:1247px){main .banhome.top{margin:0 0 20px}}main .mainTitle{margin:0 0 8px}main .mainTitle h1,main .mainTitle h2,main .mainTitle h3,main .mainTitle h4{font-size:22px;color:#000;text-transform:uppercase;font-weight:400}main .xg-tax-seo-desc{margin:6px 0 0;font-size:14px;line-height:1.5;color:#333}@media only screen and (max-width:1247px){main .xg-tax-seo-desc{font-size:13px}}@media only screen and (max-width:1247px){main .mainTitle h1,main .mainTitle h2,main .mainTitle h3,main .mainTitle h4{font-size:18px}}main .mainTitle h1 strong,main .mainTitle h2 strong,main .mainTitle h3 strong,main .mainTitle h4 strong{font-weight:700}main .xg-tax-player-full{width:100%;margin-top:12px;margin-bottom:18px}main .xg-tax-player-full .xg-tax-player-inner{width:100%}main .xg-tax-player-full iframe,main .xg-tax-player-full embed,main .xg-tax-player-full video{width:100% !important;max-width:none !important;height:auto !important;display:block;aspect-ratio:16/9}main .xg-tax-player-full .am-player,main .xg-tax-player-full .player{width:100% !important;max-width:none !important}@media only screen and (max-width:1247px){main .xg-tax-player-full .am-player iframe{height:100% !important}}main .xg-tax-player-heading{margin:6px 0 10px;font-size:18px;font-weight:700;text-align:center;color:#000}@media only screen and (max-width:1247px){main .xg-tax-player-full{margin-bottom:10px}main .xg-tax-player-heading{margin:4px 0 8px;font-size:16px}}main .category-description{margin-top:15px;padding:15px 20px;background:rgba(255,255,255,.05);border-left:3px solid #bd1414;border-radius:4px;font-size:14px;line-height:1.6;color:#ccc;max-width:800px;text-align:left}[dir=rtl] main .category-description{text-align:right}main .category-description p{margin:0 0 10px}main .category-description h1,main .category-description h2,main .category-description h3,main .category-description h4{margin:16px 0 8px;line-height:1.3;font-weight:700;color:inherit}main .category-description h1:first-child,main .category-description h2:first-child,main .category-description h3:first-child,main .category-description h4:first-child{margin-top:0}main .category-description h1{font-size:20px}main .category-description h2{font-size:18px}main .category-description h3{font-size:16px}main .category-description h4{font-size:14px}main .category-description ul,main .category-description ol{margin:0 0 10px;padding-inline-start:18px}main .category-description ul{list-style:disc}main .category-description ol{list-style:decimal}main .category-description li{margin:0 0 6px}main .category-description li:last-child{margin-bottom:0}main .category-description p:last-child{margin-bottom:0}@media only screen and (max-width:768px){main .category-description{font-size:13px;padding:12px 15px;margin-top:12px}}main .postList .row{margin:0 -10px;flex-wrap:wrap;align-items:stretch;justify-content:flex-start}@media only screen and (max-width:1247px){main .postList .row{margin:0 -5px}}main .postList .post{padding:10px;max-width:20%;min-width:20%;display:flex;flex-direction:column}@media only screen and (max-width:1247px){main .postList .post{padding:5px;max-width:50%;min-width:50%}}main .postList .post .inner{width:100%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);border-radius:8px;display:flex;flex-direction:column;flex-grow:1;transition:transform .2s ease,box-shadow .2s ease}main .postList .post .inner:hover{transform:translateY(-4px);box-shadow:0 6px 12px rgba(0,0,0,.15)}main .postList .post .inner .thumb{width:100%;height:0;padding-top:68%;position:relative}main .postList .post .inner .thumb .img{width:100%;height:100%;position:absolute;top:0;left:0;background-position:center;background-size:cover;background-repeat:no-repeat;z-index:5;border-radius:8px 8px 0 0;object-fit:cover;object-position:center}main .postList .post .inner .thumb .img:hover{filter:brightness(1.05)}main .postList .post .inner .thumb .time{position:absolute;bottom:5px;right:5px;z-index:10;background:rgba(0,0,0,.7);color:#fff;font-size:11px;padding:3px 6px;border-radius:4px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:1247px){main .postList .post .inner .thumb .time{font-size:11px;padding:3px 4px 2px}}main .postList .post .inner .thumb .time .icon{display:inline-block;vertical-align:top;width:11px;height:11px;border:1px solid #fff;border-radius:20px;margin:0 5px 0 0;position:relative}main .postList .post .inner .thumb .time .icon:before{content:'';width:1px;height:4px;background:#fff;position:absolute;top:2px;left:4px}main .postList .post .inner .thumb .time .icon:after{content:'';width:3px;height:1px;background:#fff;position:absolute;top:5px;left:4px}main .postList .post .inner .title{padding:12px;font-size:14px;font-weight:600;flex-grow:1}@media only screen and (max-width:1247px){main .postList .post .inner .title{padding:10px;font-size:13px}}main .postList .post .inner .title a{color:#111;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4em;max-height:2.8em}@media only screen and (max-width:1247px){main .postList .post .inner .title a{line-height:1.3em;max-height:2.6em}}main .postList .post .inner .title a:hover{color:#bd1414}main .pagination{width:100%;display:flex;justify-content:flex-start;align-items:center}@media only screen and (max-width:1247px){main .pagination{width:auto;margin:0 -4px;flex-wrap:wrap}}main .pagination a,main .pagination span{width:60px;height:60px;background:#fff;color:#000;box-shadow:0 0 5px rgba(0,0,0,.05);font-size:22px;font-weight:700;margin:5px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:1247px){main .pagination a,main .pagination span{width:40px;height:40px;font-size:16px;margin:4px}}main .pagination a.pages,main .pagination span.pages{display:none}main .pagination a.current,main .pagination span.current{color:#bd1414}main .pagination a:hover,main .pagination span:hover{color:#900f0f}main .pagination a.nextpostslink,main .pagination a.previouspostslink,main .pagination span.nextpostslink,main .pagination span.previouspostslink{background:#bd1414;color:#fff}main .pagination a.nextpostslink:hover,main .pagination a.previouspostslink:hover,main .pagination span.nextpostslink:hover,main .pagination span.previouspostslink:hover{background:#900f0f}footer .cats{width:100%;padding:20px 0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:20px}footer .cats a{color:#fff;background:linear-gradient(90deg,#bd1414 0%,#900f0f 100%);padding:14px 32px;border-radius:28px;font-size:18px;font-weight:800;box-shadow:0 2px 8px rgba(0,0,0,.13);text-transform:uppercase;letter-spacing:1.2px;transition:transform .2s,box-shadow .2s,background .2s,color .2s;text-shadow:0 2px 8px rgba(0,0,0,.08);outline:none}@media only screen and (max-width:1247px){footer .cats a{font-size:15px;padding:10px 18px;gap:8px}}footer .cats a:hover{color:#fff;background:linear-gradient(90deg,#900f0f 0%,#bd1414 100%);transform:scale(1.08) translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.16);text-shadow:0 4px 12px rgba(0,0,0,.13)}footer .text{font-size:16px;line-height:160%;color:#313131;text-align:left !important;padding:44px 0}footer .text,footer .text *{text-align:left !important}[dir=rtl] footer .text,[dir=rtl] footer .text *{text-align:right !important}footer .text p{margin:0 0 16px !important}footer .text p:last-child{margin-bottom:0 !important}footer .text h1,footer .text h2,footer .text h3,footer .text h4{margin:20px 0 10px;line-height:1.3;font-weight:700;color:#111 !important}footer .text h1:first-child,footer .text h2:first-child,footer .text h3:first-child,footer .text h4:first-child{margin-top:0}footer .text h1{font-size:22px}footer .text h2{font-size:20px}footer .text h3{font-size:18px}footer .text h4{font-size:16px}footer .text ul,footer .text ol{margin:0 0 12px;padding-inline-start:18px}footer .text ul{list-style:disc}footer .text ol{list-style:decimal}footer .text li{margin:0 0 6px}footer .text li:last-child{margin-bottom:0}@media only screen and (max-width:1247px){footer .text{font-size:14px;padding:26px 2%}}footer .bottom{width:100%;border-top:10px solid #bd1414;text-align:center;padding:50px}@media only screen and (max-width:1247px){footer .bottom{padding:30px 5%}}footer .bottom .logo{color:#bd1414;font-style:italic;text-transform:uppercase;position:relative;margin-top:-8px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}footer .bottom .logo h1{font-size:40px;letter-spacing:-3px;font-weight:700;margin:0;padding:0}footer .bottom .logo h1 span{font-size:12px;background:#bd1414;color:#efefef;letter-spacing:0;padding:1px 4px 0 3px;position:absolute;top:100%;right:-2px;margin-top:-10px;transition:all .15s linear}footer .bottom .logo:hover{filter:opacity(70%)}footer .bottom ul{display:flex;justify-content:center;margin:30px 0}@media only screen and (max-width:1247px){footer .bottom ul{flex-wrap:wrap;margin:20px 0}}footer .bottom ul li{display:flex;font-size:16px;font-weight:700;margin:0 6px}@media only screen and (max-width:1247px){footer .bottom ul li{font-size:13px}}footer .bottom ul li a{color:#bd1414;padding:10px;white-space:nowrap;text-transform:uppercase}@media only screen and (max-width:1247px){footer .bottom ul li a{padding:5px}}footer .bottom ul li a:hover{color:#900f0f}footer .bottom .rights{font-size:13px;font-weight:700;color:#313131;text-transform:uppercase}@media only screen and (max-width:1247px){footer .bottom .rights{font-size:11px}}article .row{margin:0}@media only screen and (max-width:1247px){article .row{flex-wrap:wrap}}article .player{width:885px;height:510px;background:#909090;position:relative}article .player .video-container{margin-bottom:0 !important}@media only screen and (max-width:1247px){article .player{width:100%;height:auto;margin:0 0 10px}}article .player iframe,article .player embed{width:100%;height:100%}@media only screen and (max-width:1247px){article .player iframe,article .player embed{position:absolute;top:0;left:0}}article .bansing>div{margin:0 0 10px}article .bansing>div:last-child{margin:0}@media only screen and (max-width:1247px){article .bansing>div:first-child{margin:10px 0 0}article .bansing>div:last-child{display:none}}article .bansing img{vertical-align:top}@media only screen and (max-width:1247px){article .bansing{min-width:100%;max-width:100%;justify-content:center;text-align:center}}article .description{width:100%;max-width:100%;margin:20px 0 0}article .description.page{max-width:100%;padding:0 2px}@media only screen and (max-width:1247px){article .description{margin:20px 0 10px}}article .description p{font-size:16px;font-weight:400;color:#000;line-height:150%;margin:0 0 12px}article .description h1,article .description h2,article .description h3,article .description h4{margin:18px 0 10px;line-height:1.3;font-weight:700;color:#111}article .description h1:first-child,article .description h2:first-child,article .description h3:first-child,article .description h4:first-child{margin-top:0}article .description h1{font-size:22px}article .description h2{font-size:20px}article .description h3{font-size:18px}article .description h4{font-size:16px}article .description ul,article .description ol{margin:0 0 12px;padding-inline-start:18px}article .description ul{list-style:disc}article .description ol{list-style:decimal}article .description li{margin:0 0 6px}article .description li:last-child{margin-bottom:0}article .description p:last-child{margin-bottom:0}@media only screen and (max-width:1247px){article .description p{font-size:14px}article .description h1{font-size:20px}article .description h2{font-size:18px}article .description h3{font-size:16px}article .description h4{font-size:14px}#wpadminbar{position:absolute;top:60px !important;z-index:12 !important}}article .description>.title{font-size:16px;font-weight:700;margin:0 0 4px}@media only screen and (max-width:1247px){article .description>.title{font-size:15px}}footer .banfoot{width:100%;min-width:100%;max-width:100%;margin:0 0 48px;display:flex;justify-content:center}@media only screen and (max-width:1247px){footer .banfoot{margin:0 0 30px}}footer .banfoot .row{justify-content:center !important}footer .banfoot .row>div{margin:0 10px}@media only screen and (max-width:1247px){footer .banfoot .row>div{display:none}footer .banfoot .row>div:first-child{display:flex;margin:0}}main .banhome>div,footer .banfoot>div{display:inline-block}.banhome.hidden_desktop{display:none !important}@media only screen and (max-width:1247px){.banhome.hidden_desktop{display:flex !important;justify-content:center}}.banhome.hidden_mobile{display:flex !important;justify-content:center}@media only screen and (max-width:1247px){.banhome.hidden_mobile{display:none !important}}.banhome:not(.hidden_desktop):not(.hidden_mobile){display:flex !important;justify-content:center}.banhome.top{text-align:center;margin:0 auto;display:flex;justify-content:center;align-items:center}.banhome.top .widget{margin:0 auto}@media only screen and (max-width:1247px){article .right .widget:not(:first-child){display:none !important}article .right .widget{margin-top:20px}}@media only screen and (max-width:1247px){.am-player{position:relative;width:100%;height:300px !important;padding-bottom:0 !important;overflow:hidden}.am-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}}@media only screen and (min-width:1248px){article .right .widget{margin-bottom:20px}article .right .widget:last-child{margin-bottom:0}}@media only screen and (max-width:1247px){article .right{margin-bottom:40px;text-align:center}.xg-categorias-post{margin-top:12px !important}}main .titlePage{overflow:hidden}main .titlePage h1,main .titlePage h2,main .titlePage h3,main .titlePage h4{margin:0;padding:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main .titlePage h1.xg-post-title{display:block !important;position:relative;text-indent:calc(clamp(18px, 1em, 24px) + 6px);align-items:flex-start;gap:6px}main .titlePage h1.xg-post-title .xg-title-icon{width:clamp(18px, 1em, 24px) !important;height:clamp(18px, 1em, 24px) !important;flex:0 0 auto;display:inline-block;position:absolute;left:0;top:.12em;margin-top:0}@media only screen and (min-width:1248px){main .titlePage h1,main .titlePage h2,main .titlePage h3,main .titlePage h4{max-width:calc(100% - 220px)}}@media only screen and (max-width:360px){main .titlePage h1,main .titlePage h2,main .titlePage h3,main .titlePage h4{font-size:13px;line-height:1.6}main .titlePage{padding:10px 12px}}.categoriesList{margin:20px 0}.categoriesList .row{margin:0 -10px;flex-wrap:wrap;align-items:stretch;justify-content:flex-start}@media only screen and (max-width:1247px){.categoriesList .row{margin:0 -5px}}.category-item{padding:10px;max-width:25%;min-width:25%;display:flex;flex-direction:column}@media only screen and (max-width:1247px){.category-item{padding:5px;max-width:50%;min-width:50%}}@media only screen and (max-width:768px){.category-item{max-width:100%;min-width:100%}}.category-item .inner{width:100%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);border-radius:8px;display:flex;flex-direction:column;flex-grow:1;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.category-item .inner:hover{transform:translateY(-4px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.category-item .thumb{width:100%;height:0;padding-top:68%;position:relative;overflow:hidden}.category-item .thumb .img{width:100%;height:100%;position:absolute;top:0;left:0;background-position:center;background-size:cover;background-repeat:no-repeat;z-index:5;border-radius:8px 8px 0 0;transition:transform .3s ease}.category-item .thumb .img.default-thumb{background:linear-gradient(135deg,#bd1414 0%,#900f0f 100%);display:flex;justify-content:center;align-items:center}.category-item .thumb .default-icon{color:rgba(255,255,255,.8);opacity:.7;transition:opacity .3s ease}.category-item .inner:hover .thumb .img{transform:scale(1.05)}.category-item .inner:hover .thumb .default-icon{opacity:1}.category-item .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(189,20,20,.8);display:flex;justify-content:center;align-items:center;z-index:10;opacity:0;transition:opacity .3s ease}.category-item .inner:hover .overlay{opacity:1}.category-item .count{text-align:center;color:#fff}.category-item .count .number{display:block;font-size:24px;font-weight:700;line-height:1}.category-item .count .label{display:block;font-size:12px;font-weight:400;text-transform:uppercase;margin-top:2px}.category-item .title{padding:12px;font-size:14px;font-weight:600;flex-grow:1}@media only screen and (max-width:1247px){.category-item .title{padding:10px;font-size:13px}}.category-item .title a{color:#111;text-decoration:none;display:block;line-height:1.4}.category-item .title a:hover{color:#bd1414}.category-item .description{padding:0 12px 12px;font-size:12px;color:#666;line-height:1.4}@media only screen and (max-width:1247px){.category-item .description{padding:0 10px 10px;font-size:11px}}.no-categories{width:100%;text-align:center;padding:40px 20px;color:#666}.no-categories p{font-size:16px;margin:0}.xg-more-videos-bar{margin:8px 0 0}.xg-more-videos-link{display:block;background:#bd1414;color:#fff;font-size:16px;font-weight:600;text-align:center;padding:10px 18px 9px;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.08);letter-spacing:.2px;transition:background .2s,color .2s,box-shadow .2s;text-decoration:none;position:relative}.xg-more-videos-link:hover{background:#900f0f;color:#fff;box-shadow:0 4px 16px rgba(0,0,0,.12)}.xg-more-videos-arrow{margin-left:8px;display:inline-block;vertical-align:middle;width:22px;height:22px}.xg-more-videos-arrow svg{display:block;width:22px;height:22px}@media only screen and (max-width:1247px){.xg-more-videos-link{font-size:14px;padding:8px 14px 7px}.xg-more-videos-bar{margin:6px 0 0}}.video-duration-badge{display:inline-flex;align-items:center;height:36px;background:0 0 !important;background-color:transparent !important;color:#080341;font-size:15px;font-weight:600;padding:0;border-radius:0;margin-left:0;vertical-align:middle;text-transform:none;letter-spacing:0;box-shadow:none;border:none;white-space:nowrap}.video-duration-badge svg{flex:0 0 auto}@media only screen and (max-width:768px){.video-duration-badge{font-size:14px}main .titlePage h1,main .titlePage h2,main .titlePage h3,main .titlePage h4{display:inline;flex:none}}.xg-categorias-post{margin-top:8px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-start}@media only screen and (max-width:1247px){.xg-categorias-post{gap:8px}}.breadcrumb-centralizada{display:flex;justify-content:center;align-items:center;margin:18px 0 0;font-size:17px;font-weight:700;text-align:center;width:100%}.breadcrumb-centralizada a{font-weight:700;font-size:17px;color:#111}@media only screen and (max-width:600px){.breadcrumb-centralizada,.breadcrumb-centralizada a{font-size:15px}}.mobile-bottom-menu{display:none;position:fixed;bottom:0;left:0;right:0;background:#bd1414;box-shadow:0 -2px 10px rgba(0,0,0,.3);z-index:1000;border-top:2px solid #900f0f}@media only screen and (max-width:1247px){.mobile-bottom-menu{display:block !important}}.mobile-menu-container{display:flex;justify-content:space-around;align-items:center;padding:2px 0;max-width:100%}.mobile-menu-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#fff;padding:2px 3px;min-width:50px;transition:all .2s ease;border-radius:4px;position:relative}.mobile-menu-item:hover,.mobile-menu-item:active{color:#fff;background:rgba(255,255,255,.1);transform:translateY(-2px)}.mobile-menu-home{background:rgba(255,255,255,.15);border-radius:50%;padding:4px 3px}.mobile-menu-home:hover{background:rgba(255,255,255,.25)}.mobile-menu-icon{margin-bottom:1px;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.mobile-menu-home-icon{width:28px;height:28px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-label{font-size:8px;font-weight:600;text-align:center;line-height:1.1;margin-top:0}@media only screen and (max-width:1247px){.mobile-bottom-menu{display:block}main{margin-bottom:45px}body{margin-bottom:45px}}@media only screen and (max-width:360px){.mobile-menu-item{min-width:40px;padding:1px}.mobile-menu-icon{width:20px;height:20px}.mobile-menu-home-icon{width:24px;height:24px}.mobile-menu-label{font-size:7px}}[dir=rtl]{text-align:right;direction:rtl}[dir=rtl] header .container{direction:rtl}[dir=rtl] .logo{float:right;margin-right:0;margin-left:20px}[dir=rtl] #menuAnchor{float:left;right:auto;left:20px}[dir=rtl] #menu{right:auto;left:0;text-align:right}[dir=rtl] #menu ul{direction:rtl}[dir=rtl] #menu ul li{float:right;margin-left:0;margin-right:20px}[dir=rtl] #search{float:left;margin-left:0;margin-right:20px}[dir=rtl] #search input{padding-right:50px;padding-left:15px;text-align:right}[dir=rtl] #search button{right:auto;left:0}[dir=rtl] .container{direction:rtl}[dir=rtl] .row{direction:rtl}[dir=rtl] .video-card{text-align:right}[dir=rtl] .video-card .title{text-align:right}[dir=rtl] .video-card .meta{text-align:right}[dir=rtl] .video-card .duration{right:auto;left:8px}[dir=rtl] .sidebar{float:left;margin-left:0;margin-right:30px}[dir=rtl] .main-content{float:right;margin-right:0;margin-left:30px}[dir=rtl] .pagination{direction:rtl}[dir=rtl] .pagination a,[dir=rtl] .pagination span{float:right;margin-left:5px;margin-right:0}[dir=rtl] footer{text-align:right}[dir=rtl] footer .cats a{margin-left:10px;margin-right:0}[dir=rtl] footer .bottom{direction:rtl}[dir=rtl] footer .bottom .logo{float:right}[dir=rtl] footer .bottom ul{float:left;direction:rtl}[dir=rtl] footer .bottom ul li{float:right;margin-left:20px;margin-right:0}[dir=rtl] .mobile-bottom-menu{direction:rtl}[dir=rtl] .mobile-menu-container{direction:rtl}[dir=rtl] .mobile-menu-item{text-align:center}[dir=rtl] .mobile-language-selector{right:auto;left:10px}[dir=rtl] .language-selector{direction:rtl}[dir=rtl] .language-dropdown{text-align:right;background-position:left 10px center;padding-left:35px;padding-right:12px}[dir=rtl] .language-links{direction:rtl;justify-content:flex-end}[dir=rtl] .language-link{text-align:right}[dir=rtl] input[type=text],[dir=rtl] input[type=search],[dir=rtl] textarea,[dir=rtl] select{text-align:right;direction:rtl}[dir=rtl] input::placeholder{text-align:right}[dir=rtl] .btn{text-align:center}[dir=rtl] ul,[dir=rtl] ol{padding-right:20px;padding-left:0}[dir=rtl] li{text-align:right}[dir=rtl] table{direction:rtl}[dir=rtl] th,[dir=rtl] td{text-align:right}@media only screen and (max-width:768px){[dir=rtl] .mobile-language-selector{left:5px;right:auto}[dir=rtl] #search{margin-right:10px;margin-left:0}[dir=rtl] .logo{margin-left:10px;margin-right:0}}@media only screen and (max-width:480px){[dir=rtl] .container{padding-right:10px;padding-left:10px}[dir=rtl] .sidebar{margin-right:0;margin-left:0}[dir=rtl] .main-content{margin-left:0;margin-right:0}}[dir=rtl] .slide-in-right{animation:slideInLeft .3s ease-out}[dir=rtl] .slide-in-left{animation:slideInRight .3s ease-out}@keyframes slideInLeft{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInRight{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}[dir=rtl][lang=ar],[dir=rtl][lang=ar] *{font-family:'Tahoma','Arial Unicode MS','Lucida Sans Unicode',sans-serif;line-height:1.6}[dir=rtl][lang=he],[dir=rtl][lang=he] *{font-family:'David','Times New Roman',serif;line-height:1.5}[dir=rtl]{letter-spacing:.5px;word-spacing:1px}[dir=rtl] .number,[dir=rtl] .price,[dir=rtl] .date,[dir=rtl] .time{direction:ltr;display:inline-block;text-align:left}[dir=rtl] .icon-arrow-right:before{content:"←"}[dir=rtl] .icon-arrow-left:before{content:"→"}[dir=rtl] .tooltip{text-align:right}[dir=rtl] .tooltip:before{right:auto;left:50%;transform:translateX(50%)}.language-selector{margin-left:15px;display:flex;align-items:center}#language-switcher{background:#333;color:#fff;border:1px solid #555;border-radius:4px;padding:5px 10px;font-size:14px;cursor:pointer;transition:all .3s ease}#language-switcher:hover{background:#555;border-color:#777}#language-switcher:focus{outline:none;box-shadow:0 0 5px rgba(255,255,255,.3)}@media only screen and (max-width:768px){.language-selector{margin-left:10px;margin-top:10px}#language-switcher{font-size:12px;padding:4px 8px}}.wau-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.wau-hidden img{width:1px;height:1px}@media screen and (max-width:768px)