/* Dunacraft | GLOBAL CSS */

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

body {
    background-image: 
        linear-gradient(rgba(54, 58, 63, 0.23), rgba(54, 58, 63, 0.23)),
        linear-gradient(325deg, rgba(3, 3, 17, 1.00) 0.00%, rgba(2, 7, 5, 1.00) 47.05%, rgba(3, 23, 16, 1.00) 100%);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: black;
    min-height: 100vh;
}

#main-container {
	position: relative;
	width: 98%;
	max-width: 1440px;
	margin: 0 auto;
	height: 1500px;
	overflow: hidden;
	outline: 0px solid red;
	background: transparent !important;
	z-index: 999999 !important;
	filter: contrast(0.9) brightness(1.0) saturate(1.8) !important;
}

.logo {
    position: absolute;
    top: 82px;
    left: 105px;
    width: 260px;
    height: 66px;
	user-select: none;
	pointer-events: none;
	-webkit-user-drag: none;
}

.menu_top {
	height: 20px;
	position: absolute;
	top: 107px;
	left: 686px;
	width: 844px;
	display: flex;
	gap: 25px;
	align-items: center;
}

.votar_title, .header-mobile {
    display: none !important;
}

.banner {
    position: absolute;
    top: 185px;
    left: 75px;
	user-select: none;
	pointer-events: none;
	-webkit-user-drag: none;
}

.boton_ip {
    position: absolute;
    top: 595px;
    left: 565px;
    z-index: 10;
}

.boton_ip:hover #img_ip {
    transform: scale(1.1);
}

#img_ip {
    transition: transform 0.3s ease !important;
}

.ip_copy {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    border-radius: 20px;
    z-index: 999999 !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease;
}

.ip_copy.mostrar-mensaje {
    opacity: 1 !important;
}

.recursos_title {
    position: absolute;
    top: 760px;
    left: 71px;
	user-select: none;
	pointer-events: none;
	-webkit-user-drag: none;
}

.recursos_image {
    width: 952px;
    height: 237px;
    top: 816px;
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 35px;
    align-items: center;
    left: 74px;
}

.marco-zoom {
    width: 200px;
    height: 200px;
    overflow: hidden; 
    display: inline-block;
}

.img-transicion {
    transition: transform 0.4s ease !important;
    display: block;
}

.marco-zoom:hover .img-transicion {
    transform: scale(1.15);
}

.novedades_title {
	position: absolute;
	top: 1083px;
	left: 108px;
	user-select: none;
	pointer-events: none;
	-webkit-user-drag: none;
}

.novedades {
	width: 863px;
	height: 176px;
	top: 1150px;
	position: absolute;
	left: 116px;
	border-radius: 20px;
	border: 2px solid #857E7E;
	overflow: hidden;
	position: relative;
	gap: 20px;
}

.novedades_cont {
	width: 564px;
	height: 155px;
	position: absolute;
	top: 10px;
	left: 286px;
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	overflow-y: auto;
	padding-right: 10px;
}

.entrada-noticia {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.entrada-noticia h3 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.entrada-noticia p {
	color: #cccccc;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
	text-align: justify;
	width: 544px;
}

.novedades_cont::-webkit-scrollbar {
    width: 8px;
}

.novedades_cont::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    border-radius: 15px;
}

.banner_1 {
	width: 270px;
	height: 557px;
	position: absolute;
	top: 769px;
	left: 1058px;
	border: 2px solid #A8A8A8;
	border-radius: 20px;
	user-select: none;
	pointer-events: none;
	-webkit-user-drag: none;
}
	
.boton_votar {
	top: 1137px;
	left: 1075px;
	position: absolute;
}
	
.footer_duna {
	width: 1300px; 
	height: 60px;
	position: absolute;
	top: 1400px; 
	left: 70px;
	text-align: center;
	padding: 13px 0;
	border-top: 1px solid rgba(133, 126, 126, 0.3);
}

.footer_text {
    color: #cccccc; 
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    user-select: none;
}

.footer_text span {
    color: #ffffff; 
    font-weight: bold;
}

@media (max-width: 1440px) {
    #main-container {
        margin-left: 50% !important;
        transform: translateX(-50%) scale(0.85) !important;
        transform-origin: top center !important;
        
        width: 1440px !important; 
        max-width: none !important;
        
        left: auto !important;
        right: auto !important;
        display: block !important;
    }
    
    body {
        overflow-x: hidden !important;
        height: 1279px !important;
    }
}

