*{margin:0;padding:0;}
html,body{background-color:#212121;}
a:focus, a:hover {
text-decoration: none;
}
.noselect {
-webkit-touch-callout: none !important;
-webkit-user-select: none !important;
-moz-user-select: -moz-none !important;
-khtml-user-select: none !important;
-o-user-select: none !important;
user-select: none !important;
}
::-webkit-scrollbar {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-track {
background: #1e1e1e;
}
::-webkit-scrollbar-thumb {
background: #00aec1;
border: 2px solid #1e1e1e;
}
::-webkit-scrollbar-thumb:hover {
background: #007a91;
}
scrollbar-color: #00aec1 #1e1e1e;
scrollbar-width: thin;
.nodownload{display:none;}
.container-fluid{max-width:1600px;}
.logocontainer {
display: flex;
justify-content: center;
align-items: center;
height: 100px;
text-align: center;
}
.logocontainer img {
max-width: 100%;
max-height: 70px;
height: auto;
}
.menu-principal-container {
position: relative;
background: #333;
padding: 0px;
color: #fff;
margin: 0 0 20px;
}
.menu-toggle-area {
display: none;
cursor: pointer;
padding: 10px;
display: flex;
justify-content: end;
align-items: center;
background: #333;
}
.menu-toggle-area .hamburguesa {
display: block;
width: 25px;
height: 3px;
background: #fff;
position: relative;
}
.menu-toggle-area .hamburguesa::before,
.menu-toggle-area .hamburguesa::after {
content: '';
display: block;
width: 25px;
height: 3px;
background: #fff;
position: absolute;
transition: transform 0.3s;
}
.menu-toggle-area .hamburguesa::before {
top: -8px;
}
.menu-toggle-area .hamburguesa::after {
top: 8px;
}
.menu-principal {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.menu-principal li {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
position: relative;
}
.menu-principal a {
display: block;
color: #fff;
text-decoration: none;
padding: 10px 15px;
transition: background 0.3s;
font-weight:bold;
}
.menu-principal a:hover {
background: #444;
}
.menu-principal li a i{margin-right:3px;}
.menu-principal .sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
background: #444;
padding: 0;
list-style: none;
z-index: 999;
}
.menu-principal .sub-menu li {
text-align: left;
}
.menu-principal .sub-menu a {
padding: 10px 15px;
color: #fff;
white-space: nowrap;
}
.menu-principal .sub-menu a:hover {
background: #555;
}
@media (min-width: 769px) {
.menu-principal li:hover > .sub-menu {
display: block;
}
.menu-toggle-area{display:none;}
}
@media (max-width: 768px) {
.menu-toggle-area {
display: flex;
padding:22px;
}
.menu-principal {
display: none;
flex-direction: column;
width: 100%;
background: #333;
}
.menu-principal.active {
display: flex;
}
.menu-principal .sub-menu {
position: static;
background: #333;
padding-left: 0;
}
.menu-principal.active .sub-menu {
display: flex;
flex-direction: column;
}
.menu-principal a {
text-align: center;
}
}
.custom-grid .masonry-container {
column-width: 255px;
column-gap: 10px;
width: 100%;
margin: 0 auto;
}
.masonry-container p{
	color:white
}
.custom-grid .masonry-item {
display: inline-block;
margin-bottom: 5px;
break-inside: avoid;
width: 100%;
background:#65606030;
overflow: hidden;
}
.masonry-item.banner-item {
display: flex;
justify-content: center;
align-items: center;
background-color: #333;
color: white;
padding: 10px;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
font-size: 1.2rem;
}
.masonry-item.banner-item * {
max-width: 100%;
height: auto;
}
.custom-grid .post-thumbnail img {
display: block;
width: 100%;
height: auto;
margin:0 auto;
padding:10px;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
}
.masonry-item:hover .post-thumbnail img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.post-edit-link{
display:block;
color:white;
background:#3f0505;
width:100%;
text-align:center;
font-weight:bold;
position:relative;
}
.post-edit-link:before{
font-family: 'Font Awesome\ 5 Free';
content: "\f040";
font-weight: 900;
margin-right:5px;
}
.post-edit-link:hover{
text-decoration:none;
color:white;
background:#bf0707;
}
@media (max-width: 1024px) {
.custom-grid .masonry-container {
column-width: 180px;
}
}
@media (max-width: 768px) {
.custom-grid .masonry-container {
column-width: 150px;
}
}
@media (max-width: 480px) {
.custom-grid .masonry-container {
column-width: 100%;
}
}
.play-icon {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-45%, -50%);
font-size: 3rem;
color: rgba(255, 255, 255, 0.8);
pointer-events: none;
z-index: 2;
transition: color 0.3s ease;
}
.masonry-item:hover .play-icon,
.post-item:hover .play-icon{
color: #00aec1;
}
.masonry-item,
.post-item{
position: relative;
}
.play-gif{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-45%, -50%);
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    z-index: 2;
    transition: color 0.3s ease;
}
.play-gif img{
    opacity:0.8;
    width:77%!important;
    height:auto;
}
.masonry-item:hover .play-gif img{
  opacity:1;
  transition: color 0.3s ease-in-out;
}
.resvideo {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.resvideo iframe,
.resvideo video {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
.popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup.show {
visibility: visible;
opacity: 1;
z-index:100000;
}
.popup-content {
background-color: #141212b0;
border-radius: 10px;
max-width: 1200px;
width: 90%;
padding: 20px;
position: relative;
min-height:500px;
max-height: 98vh;
overflow-y: hidden;
display: flex;
align-items: center;
justify-content: center;
border:2px solid #000;
}
.popup-content img,
.popup-content iframe,
.popup-content video {
max-height: 95vh;
max-width: 100%;
width: auto;
height: auto;
display: block;
margin: 0 auto;
background: #000;
border-radius:0;
}
.popup-content iframe{
width:100%;
height:100%;
}
.popup-content video {
width:100%;
height:auto;
}
#popup-body {
    /*position: relative;*/
    transition: all 0.3s ease;
	overflow:hidden;
}
#popup-body img.zoomable {
    transition: transform 0.3s ease;
}
#popup-body img.zoomable:active {
    cursor: grabbing;
}
#popup-body video{
	width:1600px;
}
#popup-body video:hover, .postcontent video:hover{
cursor:pointer;
}
/* Players */
.msganunsplayer{max-width:80%}

/*Zoom*/ 
.zoomable {
transition: transform 0.3s ease, transform-origin 0.3s ease;
cursor: zoom-in;
}
.zoomable.zoomed {
transform: scale(3); /* Ajusta el nivel de zoom deseado */
cursor: zoom-out;
}
.close-popup {
position: absolute;
top: 10px;
right: 10px;
color: #000;
background: #b9a3a3;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
cursor: pointer;
z-index:100000;
}
.close-popup:hover{
color: #b9a3a3;
background: #000;
transition: all 0.5s ease-out;
}
.file-download,
.xshare,
.open-comments,
.copy-url-button{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
padding: 0;
color: white;
background: black;
font-size: 1.5em;
border-radius: 50%;
transition: background-color 0.3s ease, transform 0.3s ease;
border:3px solid #00aec1ba;
}
.file-download {
top: 10px;
left: 10px;
}
.xshare {
top: 65px;
left: 10px;
}
.open-comments {
top: 125px;
left: 10px;
}
.copy-url-button{
bottom:10px;
left:10px;
border:none;
display:none;
}
.file-download:hover,
.xshare:hover,
.open-comments:hover,
.copy-url-button:hover {
background-color: #00aec1;
color:white;
cursor:pointer;
}
@media (min-width: 1200px) {
.file-download {
top: 10px;
left: 10px;
}
.xshare {
top: 70px;
left: 10px;
}
.open-comments {
top: 130px;
left: 10px;
}
}
@media (max-width: 768px) {
.popup-content {
width: 100%;
max-width: 90%;
}
.popup-content img,
.popup-content iframe,
.popup-content video {
aspect-ratio: auto;
}
}
.popup-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.5);
color: white;
border: none;
font-size: 24px;
padding: 10px;
cursor: pointer;
z-index: 1000;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s ease;
}
.popup-nav:hover {
background: rgba(255, 255, 255, 0.8	);
color: black;
}
.prev-post {
left: 10px;
}
.next-post {
right: 10px;
}
/*@media (max-width: 768px) {
.popup-nav {
top:65%;
transform:translateY(-65%);
}
}*/
@media (max-width: 768px) {
    .file-download,
    .xshare,
    .open-comments,
    .copy-url-button {
        position: static;
        margin: 0; 
    }
    .file-download {
      top: 10px;
      left: 10px;
    }
    .xshare {
     top: 55px;
      left: 10px;
    }
    .open-comments {
      top: 100px;
     left: 10px;
    }
  .popup-nav {
    top:50%;
    transform:translateY(-50%);
    }
  .copy-url-button{
    display:none;
    }
  .popup-content{
    height: auto;
	padding: 20px 10px 30px;
  }
  .buttons-container {
	display: flex; 
	flex-wrap: wrap; 
	gap: 10px; 
    padding-top: 20px;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    }
}
.postcontent {
overflow-y: hidden;
box-sizing: border-box;
max-width:75%;
margin:0 auto;
display:block;
}
.postcontent img{
max-width:80%;
height:auto;
margin: 0 auto;
text-align:center;
display:block;
}
.postcontent video{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.single-download,.x-single-share, .single-edit {
position: absolute;
background: black;
padding: 10px;
font-size:2.5em;
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
color:white;
width: 60px;
height: 60px;
}
.single-download{
top: 0;
left: 0;
}
.x-single-share{
top: 80px;
left: 0;
}
.single-edit{
top: 160px;
left: 0;
}
.single-download:hover i,.single-edit:hover i, .x-single-share:hover i {
color: #00aec1;
transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
.single-download, .x-single-share, .single-edit {
		width:45px;
		height:45px;
		font-size:1.5em;
	}
	.x-single-share{
		top: 50px;
		left: 0;
		}
	.single-edit{
		top: 100px;
		left: 0;
	}
}
.related{
margin: 30px auto 0;
}
.related h4{
color:white;
font-family: 'Font Awesome\ 5 Free';
letter-spacing:3px;
border-bottom:1px solid white;
width:100%;
padding-bottom:10px;
font-size:1.2em;
margin: 50px auto 0;
}
.pagination {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
padding: 0;
margin: 20px 0;
}
.pagination li {
margin: 0 5px;
}
.pagination a,
.pagination span {
display: inline-flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #00aec1;
background-color: #1e1e1e;
border: 1px solid #444;
border-radius: 50%;
transition: all 0.3s ease;
}
.pagination a:hover {
background-color: #00aec1;
color: #1e1e1e;
border-color: #00aec1;
transform: scale(1.1);
transition: all 0.3s ease;
}
.pagination .active span {
background-color: #00aec1;
color: #1e1e1e;
border-color: #00aec1;
cursor: default;
}
.pagination .disabled span {
display: inline-block;
width: auto;
height: auto;
padding: 8px;
font-size: 14px;
font-weight: normal;
color: #888;
background-color: #2e2e2e;
border-radius: 4px;
cursor: not-allowed;
opacity: 1;
}
@media (max-width: 600px) {
.pagination li {
margin: 0 3px;
}
.pagination a,
.pagination span {
width: 35px;
height: 35px;
font-size: 12px;
}
}
.first-page, 
.previous-page, 
.next-page, 
.last-page {
    border: none !important;
    border-radius: 0 !important;
    margin: 0 10px;
    padding: 0 30px;
}

.first-page span, 
.previous-page span, 
.next-page span, 
.last-page span {
    border: 1px solid;
    border-radius: 0 !important;
    padding: 0 40px;
    margin: 0 10px;
}
@media (max-width: 767px) {
  .pagination .disabled,
  .first-page,
  .last-page {
        display: none !important;
    }
}
#calendar_wrap {
background-color: #1e1e1e;
border: 1px solid #444;
border-radius: 8px;
padding: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
color: #fff;
font-family: 'Arial', sans-serif;
}
#calendar_wrap caption {
text-align: center;
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 10px;
color: #fff;
}
#wp-calendar {
width: 100%;
border-collapse: collapse;
}
#wp-calendar thead th {
padding: 10px;
background-color: #333;
color: #00aec1;
font-weight: bold;
text-transform: uppercase;
border: 1px solid #444;
}
#wp-calendar tbody td {
padding: 10px;
text-align: center;
border: 1px solid #444;
transition: background-color 0.3s ease-in-out;
}
#wp-calendar tbody td:hover {
background-color: #555;
cursor: pointer;
}
#wp-calendar tbody td#today {
background-color: #00aec1;
color: #fff;
font-weight: bold;
}
#wp-calendar tbody td#today a{color:white;}
#wp-calendar tbody td a {
color: #00aec1;
text-decoration: none;
font-weight: bold;
display: inline-block;
width: 100%;
height: 100%;
line-height: 1.5;
transition: color 0.3s ease;
}
#wp-calendar tbody td a:hover {
color: #fff;
}
#wp-calendar tbody td:not(:has(a)) {
color: #888;
}
#wp-calendar tfoot #prev,
#wp-calendar tfoot #next {
font-size: 1.2rem;
color: #00aec1;
text-decoration: none;
padding: 5px 10px;
border-radius: 4px;
transition: background-color 0.3s ease, color 0.3s ease;
}
#wp-calendar tfoot #prev:hover,
#wp-calendar tfoot #next:hover {
background-color: #00aec1;
color: #fff;
}
@media (max-width: 768px) {
#wp-calendar {
font-size: 0.9rem;
}
#wp-calendar tbody td {
padding: 5px;
}
#calendar_wrap {
padding: 10px;
}
}
.widgetscontainer {
border-top: 10px solid #1c1818bf;
width: 100%;
max-width:1600px;
margin: 20px auto;
}
.widgetscontainer .col-md-4 h4{
color:aqua;
padding: 20px 0 10px;
text-transform:capitalize;
}
.widgetscontainer .col-md-4 .textwidget{
color:white;
text-align:justify;
padding:8px;
}
.follow-x-button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 20px;
background-color: #1da1f2;
color: #fff;
font-size: 1.2rem;
font-weight: bold;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
width:100%;
}
.follow-x-button:hover {
background-color: #0c5a91;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
color:white;
}
.follow-x-button i {
margin-right: 8px;
font-size: 1.5rem;
}
.random-posts-grid {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 0 auto;
padding: 10px;
}
.random-posts-grid .post-item {
flex: 1 1 calc(25% - 10px);
max-width: calc(25% - 10px);
box-sizing: border-box;
text-align: center;
background-color: #1e1e1e;
border: 1px solid #444;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.related .random-posts-grid .post-item {
flex: 1 1 calc(20% - 10px);
max-width: calc(20% - 10px);
}
.random-posts-grid .post-item img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
}
.random-posts-grid .post-title {
font-size: 1rem;
color: #fff;
margin: 10px 0;
padding: 0 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.random-posts-grid .post-link {
display: block;
text-decoration: none;
color: inherit;
}
.random-posts-grid .post-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
.random-posts-grid .post-item,
.related .random-posts-grid .post-item	{
flex: 1 1 calc(50% - 10px);
max-width: calc(50% - 10px);
}
}
@media (max-width: 480px) {
.random-posts-grid .post-item,
.related .random-posts-grid .post-item	{
flex: 1 1 calc(50% - 10px);
max-width: calc(50% - 10px);
}
}
.scroll-buttons {
position: fixed;
bottom: 20px;
right: 20px;
display: flex;
flex-direction: column;
gap: 5px;
}
.scroll-btn {
background-color: #1e1e1e;
color: white;
border: none;
padding: 10px;
border-radius: 5px;
cursor: pointer;
font-size: 1rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
transition: background-color 0.3s ease, transform 0.3s ease;
}
.scroll-btn:hover {
background-color: #00aec1;
transform: translateY(-2px);
}
.scroll-btn:active {
transform: translateY(0);
}
.page .page-title{
  margin:10px 0px 20px;;
  color:white;
}
.page .postcontent{
  color:white;
  max-width:90%;
  font-size:1.2em;
}
/*This*/
#popup-body video:hover,.postcontent video:hover {cursor: url(https://img.cib.li/playpause.cur), auto !important;}
.popup-content {
    display: flex;
    justify-content: center; 
    align-items: center; 
    background-image: url(https://quickiie.com/wp-content/uploads/2025/02/loading50-nwOQHguc.gif);
    background-repeat: no-repeat;
    background-position: center;
		min-height:500px;
}
.video-wrapper{
	position: relative; 
	overflow: hidden; 
	max-width: 100%; 
	background: #000;
}
.popup-content .video-wrapper{
	padding-bottom: 0; 
}
.postcontent .video-wrapper{
	padding-bottom: 56.25%; 
	height: 0; 
}
.popup-content video{height:auto!important}
.postcontent video{height:100%!important;}
.resvideo {
    width: 100vw;
    max-width: 100%;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}