@import url('https://fonts.cdnfonts.com/css/altone-trial');


@media (max-width:3000px){
    .desktop{
        display: flex;
		flex-direction: column;
        cursor: url(imágenes/Cursores/pointer-small.png), auto;
    }

.banner{
	display: flex;
	position: relative;
	height:500px;
	align-content: center;
	align-items: center;
	justify-content: center;
	top:0%;
	width: 100%;
	overflow: hidden;
}
.banner .banner_text{
	display: flex;
	flex-direction: column;
	margin-top: 8%;
	margin-left: 5px;
	position:absolute;
	width: 100%;
	background: linear-gradient(
	#000000be,
	#00000031,
	#000000be);
	padding: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
}
.banner .banner_text .banner_text1{
	display: flex;
	width: fit-content;
	height: fit-content;
	overflow: hidden;
}

.banner img{
	width: 100%;
	height:100%;
	filter:brightness(0.2) saturate(100%);
}
.banner_buttons{
	display: flex;
	position: absolute;
	bottom: 0%;
	width: 100%;
	background-color: #0270b1;
	justify-content: center;
	margin: none;
}
.banner_buttons a{
	background-color: #0270b1;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	transition: 1s ease;
}
.banner_buttons a:hover{
	background-color: #fff;
	color: #000;
}
.banner_buttons2{
	display: flex;
	position: absolute;
	bottom: 9%;
	width: 90%;
	background-color: #003366;
	justify-content: center;
}
.banner_buttons2 a{
	background-color: #003366;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	transition: 1s ease;
}
.banner_buttons2 a:hover{
	background-color: grey;
	color: #fff;
}

.AD{
	display: flex !important;
	position: relative !important;
	text-align: center !important;
	margin-left: 10px !important;
	padding-left: 10px !important;
	background: #fff !important;
	justify-content: center !important;
	align-items: center !important;
	align-content: center !important;
	width: fit-content !important;
	height: 115px !important;
	border-radius: 25px !important;
	color: #000 !important;
	box-shadow: 2px 2px 2px #999;
	img{
		width:150px !important;
	}
	margin-bottom: 0px;
}

.img{
	font-family: 'Altone Trial', sans-serif;
	justify-content: center;
	align-items: center;
	align-content: center;
	display: flex;
	flex-direction: column;
	position: relative;
}

.img h1{
display: flex;
position: relative;
text-align: center;
justify-content: center;
font-size: 54px;
color: #fff;
background-color: #888;
padding: 5px;
border-radius: 25px;
margin: 0px;
width:90%;}
.img h3{
	font-size:26px;
	color: #888;
	}

figure{
	max-width: 60vw;
	max-height: 90vh;
	width: 100%;
	height: 85vh;
	overflow:scroll !important;
	border:3px solid #fff;
	position: relative;
	/*cursor: url(imágenes/Cursores/move.png), auto;*/
	color: #000;
	border-radius: 5px;
	box-shadow: 5px 5px 30px #888;
	background: #666;
}
#magnifying_area{
	overflow: hidden;
}

figure img{
	max-width: 100%;
	min-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 8;
	pointer-events: none;
	transition: .1s ease-in;
}

figure::-webkit-scrollbar{
	display: none;
	width: 8px;
	height: 8px;
}

figure::-webkit-scrollbar-thumb{
	background: #afafaf;
}

figure::-webkit-scrollbar-track{
	background: #e9e9e9;
}

.contenido{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-top: 3vh;
}

.config{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-left: 2vh;
	padding: .3vw;
	box-shadow: 2px 2px 2px #999;
	border-radius: 25px;
	.config_content{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		background-color: #f5f5f5;
		padding: 10px;
		border-radius: 25px;
	}
	input[type="range"]{
		appearance: none;
		width: 15vw;
		transition: .5s ease;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		transition: .35s ease;
	}
	input[type="number"]{
		justify-content: center;
		text-align: center;
		align-items: center;
		align-content: center;
		border: none;
		font-weight: bold;
		font-size: 20px;
		color: #000;
		background-color: #fff;
		border-radius: 25px;
		width: 45px;
		margin:0px;
		margin-right: 10px;
	}
	input[type="range"]::-webkit-slider-thumb {
		--S : 25px;
		-webkit-appearance: none;
		appearance: none;
		max-height: var(--S);
		max-width: var(--S);
		margin-top: -5px;
		border-radius: 50%;
		background: #156eeb;
		cursor: pointer;
		box-shadow: 5px 5px 5px #888;
		background-size: 45%;
		background-position: center;
		background-repeat: no-repeat;
		transition: .35s ease;
	}
	input[type="range"]::-webkit-slider-thumb:hover{
		background: #4f91ee;
		box-shadow:0px 0px 10px 2px #333;
		border: 1px solid #156eeb;
		transition: .35s ease;
	}
	input[type="range"]::-webkit-slider-runnable-track {
		background-color: #ccc;
		border-radius: 10px;
		height: 15px;
		transition: .35s ease;
		}
		span{
			color: #000;
			font-size: 20px;
			margin-bottom: 10px;
			margin:0px;
			font-weight: bolder;
			text-align: center;
			background-color: #ccc;
			border-radius: 25px;
			width: 100%;
		}
		
		h3{
			color:#fff !important;
			text-align: center !important;
			background: #156eeb !important;
			margin: 0px !important;
			margin-bottom: 10px !important;
			justify-content: center;
			align-items: center;
			align-content: center;
			width: 100% !important;
			border-radius: 25px !important;
			box-shadow: 5px 5px 5px #000 !important;
		}
		.inputs{
			margin-top: 10px;
			background-color: #e7e7e7;
			height: fit-content;
			border-radius: 25px;
			padding: 2px;
		}
}



#tamaño{
	cursor: pointer;
	cursor: url(imágenes/Cursores/link.png), auto;
}

#tamaño::-webkit-slider-thumb{
	-webkit-appearance: none;
height: 40px;
width: 40px;
}

#tamaño::-moz-range-thumb{
	height: 40px;
	width: 40px;
	}

button{
	border-radius: 100%;
	padding: 10px;
	font-weight: bold;
	font-size: 34px ;
	margin: 2px;
	cursor: pointer;
	transition: .5s ease;
	background-color: #f5f5f5;
	border: 2px solid #ccc;
	box-shadow: 2px 2px 15px #000;
}

button:hover{
	background-color: #c3c3c3;
	border: 2px #ff8800 solid;
	color: #ff8800;
}

.card {
	background-color: white;
	padding: 20px;
	border-radius: 25px;
	margin: 0px;
	margin-top: 40px;
	margin-left: 2%;
	width: 96%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden !important;
	max-width: 2000px;
}
.card h3 {
	color: #003366;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 14px;
	height: 20px;
}

.card h1 {
	text-align: center;
	align-items: center;
	align-content: center;
	font-size: 32px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	color: #fff;
	background:linear-gradient(
		90deg,
		#003366,
		#156EEB,
		#156eeb,
		#156EEB,
		#003366);
	border-radius: 25px;
	letter-spacing: 5px;
	font-size: 52px;
}

.card p {
	color: #333333;
	line-height: 1.5;
	font-size: 16px;
}
.card a {
	color: #003366;
	text-decoration: none;
}
.card a:hover {
	text-decoration: underline;
}

.card-content{
	background-color: #f0f0f0;
	cursor: pointer;
	transition: .5s ease;
	margin:none;
	position: relative;
	display: flex;
	margin-bottom: 2px;
}


.card-content img{
	display: inline;
	flex-direction: row;
}

.card-content h4{
	margin-top: 0px;
	margin-bottom: 2px;
}

.card-content p{
	margin-top: 2px;
	margin-bottom: 0px;
}

.card-content:hover{
	background-color: #ccc;
}



.card-item{
	background-color: #f0f0f0;
	cursor: pointer;
	transition: 1s ease;
	display: inline-flex;
	flex-direction: column;
	text-align: center;
	border: none;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 5px;
}

.card-item h3{
	margin-bottom: 2px;
}

.card-item p{
	margin-top: 2px;
}

.card-item:hover{
	background-color: #ccc;
	outline: 2px solid #c3c3c3;
}

/* Contenido de Novedades */
.nov .nov_dis .nov_div{
	align-items: flex-start;
	align-content: flex-start;
}


        /**V2 Start*/
    /*.card_itemv2{
        display: inline-flex;
        flex: 1;
        position: relative;
        cursor: url(imágenes/Cursores/link.png), auto;
        overflow: hidden !important;
        aspect-ratio: 16/9;
        transition: 1.5s ease;
        margin-bottom: 5px;
        margin-right: 5px;
        border-radius: 5px;
        width: 100%;
        height: 100%;
        max-width: 395px;
        max-height: 275px;
        outline: 2px solid #ffffff00;
        video{
            display: none;
            }
        span{
        display: none;
        }
        img{
        aspect-ratio: 16/9;
        transition: 1.5s ease;
        filter:blur(0.2px);
        filter:blur(1.2px) brightness(0.3);
        border-radius: 5px;
        width: 110%;
        height: 100% ;
        }
        .nuevo{
        display: flex;
        position:absolute;
        top:-5%;
        left:2%;
        color:#fff;
        background-color: #156eeb;
        z-index: 1;
        border-radius: 5px;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 18px;
        }
        h4{
        bottom:5%;
        display: flex;
        position: absolute;
        left:4%;
        color: #fff;
        z-index: 1 !important;
        font-size: 20px;
        }
        p{
        bottom:-1%;
        display: flex;
        position: absolute;
        left:4%;
        color: #fff;
        z-index: 1 !important;
        font-size: 14px;
        }
    }

    .card_itemv2:hover{
        img{
            transform: scale(1.1);
            filter:blur(0px) brightness(1);
            border-radius: 5px;
        }
        padding: none;
        outline: 2px solid #156eeb;
    }*/
    /**V2 END*/
    
    /**V3 Start*/
    .card_itemv2{
        display: inline-flex;
        flex: 1;
        position: relative;
        overflow: hidden !important;
        aspect-ratio: 16/9;
        border-radius: 5px;
        width: 100%;
        height: 100%;
        max-width: 15vw;
        max-height:20vh;
        outline: 2px solid #ffffff00;
        background: linear-gradient(
            #003366,
            #0270b1
            );
        img{
            display: none;
        }
        h4{
            display: flex;
			flex-direction: column;
            position: absolute;
            text-align: center;
            justify-content: center;
            align-items: center;
            align-content: center;
            text-align: center;
            width: 100%;
            height: 100%;
            color: #fff;
            z-index: 1 !important;
            font-size: 2vw;
            font-weight: bold;
            margin: 0px;
			margin-bottom: -1vh;
            text-shadow: 2px 2px 2px #888;
            transition: .2s ease;
            }
		p{
			margin-top: 32px;
			display: flex;
			flex-direction: column;
            position: absolute;
            text-align: center;
            justify-content: center;
            align-items: center;
            align-content: center;
            text-align: center;
            width: 100%;
            height: 100%;
            color: #fff;
            z-index: 1 !important;
            font-size: 22px;
            font-weight: bold;
            text-shadow: 2px 2px 2px #888;
            transition: .2s ease;
			}
    }
    .card_itemv2:hover{
        box-shadow: 3px 3px 3px 1px #003366;
        background: linear-gradient(
            #0270b1,
            #2574e2,
            #7bacf1
            );
            h4{
                text-shadow: 2px 2px #444;
            }
			p{
                text-shadow: 2px 2px #444;
            }
    }
    /**V3 End*/

	
.content{
	max-width: 500px !important;
}

.img{
	color:#505050;
	margin-left: -25px;
    margin-top: 15px;
	margin-bottom: -15px;                                    
}


.img h1{
	margin:2px;
	margin-bottom: 5px;
	font-family: 'Altone Trial', sans-serif;
}

.img h3{
	margin:2px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Altone Trial', sans-serif;
}

}

@media (max-width:768px){
	.card{
		h1{
			width: 100% !important;
		}
	}
	.card_itemv2{
		width: 100% !important;
		height: 20vh !important;
		align-content: center;
		align-items: center;
		h4{
			width: 100% !important;
		}
	}
	.contenido{
		flex-direction: column;
		.config{
			display: none;
		}
	}
}