/* 
    MADE BY ARTISTS VALLEY  
    COPYRIGHT 2022
    AUTOR: Germán Quiroz Bogner
*/

html {
	background-color: #fff;
}

h1,h2, h3, h4, h5, h6 {
	color: #0f1932;
}

h1 {
	font-family: "Montserrat-L", sans-serif;
}

p {
	font-size: 16px;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}

li {
    color: #000;
    text-align: left;
    font-size: 0.8em;
    padding: 10px 20px;
}

.load {
    position:absolute;
    transition:all .4s ease;
    transform:scale(2);
    opacity:0;
    border-color:transparent;
    z-index: -5;
    height: 0!important;
    width: 0!important;
}

.load img{
    height: 0!important;
    width: 0!important;
    display: none;
}

.blue {
	color: #000;
}

.search-bar {
	background-color: #efefef;
	width: 100vw;
	max-width: 500px;
	display: flex;
	height: 40px;
	border-radius: 10px;
}

.search-bar input {
	margin: 0;
	padding: 10px 12px;
	border: none;
	background-color: transparent;
	width: 100%;
	max-width: 400px;
	text-align: left;
	border-radius: 5px;
	color: #000;
	font-family: "Poppins";
	box-shadow: none;
}

.search-bar select {
	border: none;
	margin: 0;
	padding: 8px;
	border: none;
	background-color: #efefef;
	text-align: center;
	border-radius: 5px;
	color: #000;
	font-family: "Poppins";
}

.search-bar button {
	background: transparent;
	margin: 4px 0;
	box-shadow: none;
	opacity: 0.4;
	cursor: pointer;
}

.toggle {
	color: #0f1932;
}

.languaje {
    background: #fff;
    box-shadow: 0 0 4px #0000006b;
	color: #000;
}

.languaje li:hover {
	cursor: pointer;
	background: linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
	border-radius: 30px;
}

.languaje .selected {
	background: #000;
	border-radius: 30px;
	color: #fff;
}

.search {
	padding: 12px 15px 12px 10px;
	color: #8e929e;
	cursor: pointer;
}

textarea {
	overflow: auto;
	height: 90px;
	margin: 20px 3px;
	border: none;
	background: #f1f1f1;
	border-radius: 5px;
	padding: 10px;
	color: grey;
}

.contenedor h1 {
    padding: 0!important;
    margin: 30px 10px!important;
}

.contenedor1 {
	width: 90%;
	margin: auto;
	padding: 60px 0;
}

/* PAGINADO */

/*.pages {
	display: flex;
	margin: -20px 0 30px;
}*/

.pages {
    display: flex;
    margin: 0;
    position: fixed;
    top: 108px;
    width: 100%;
	left: 0;
    background: #fbfbfbd9;
    align-items: center;
    padding: 10px;
    justify-content: center;
}

.pages li {
	background: #000000;
    color: #fff;
    width: auto;
    height: 30px;
    margin: 0 2px;
    padding: 0;
	min-width: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
	cursor: pointer;
}

.pages .selected {
	background: -webkit-linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
    background: linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
}

.pages li:hover {
    opacity: 1;
	background: -webkit-linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
    background: linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
    color: #fff;
}

/* Header */

header {
	background: #fbfbfb;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
}

.header-top .logo {
    background: url('../assets/images/logo/logo.png') no-repeat;
	background-size: contain;
}

.bottom-menu {
    background: #fff;
	box-shadow: 0px 0px 5px #00000033;
}

.bottom-menu a {
    color: #000;
}

.bottom-menu i {
    color: #000;
    width: 40px;
}

.bottom-menu a:visited {
    color: #000;
}

/* Footer */
footer .logo {
    background: url(../assets/images/logo/logo.png) no-repeat;
	width: 270px;
    cursor: pointer;
	background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.header-top a {
	color: #5D6678;
}

.contenido-header p {
	color: #5D6678;
}

header button {
	background: #000;
	color: #fff;
}

button {
	background: #fff;
	color: #000;
}

.button-detail {
	align-items: center;
	justify-content: center;
}

.back-button {
	background: #000;
	color: #fff;
	/*background: -webkit-linear-gradient(to right, #2dceff, #c854ff, #ff0055);
    background: linear-gradient(to right, #2dceff, #c854ff, #ff0055);*/
}

button:hover {
	opacity: 1;
	background: -webkit-linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
    background: linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
	color: #fff;
}

/* Gradient Line */

.gradient-line {
	background: #000000;
	background: -webkit-linear-gradient(to right, #17a6d0, #e4aaff, #ff84ad, #f1bf65, #ffe45f, #4de99b, #67d0f1);
	background: linear-gradient(to right, #17a6d0, #e4aaff, #ff84ad, #f1bf65, #ffe45f, #4de99b, #67d0f1);
}

/* Categorias Header */
.header-category {
	background: #fbfbfb;
	border-top: 1px solid #00000024;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #00000024;
}

.header-category img {
	width: 13px;
	height: 13px;
}

.header-category a {
	color: rgba(0, 0, 0, 0.623);
	font-family: "Poppins";
	font-size: 14px;
	display: flex;
	align-items: center;
}

.footer-info a {
	display: flex;
}

/* Animacion Back */

.slider {
    width: 100vw;
    overflow: hidden;
}

.heightx4 {
    height: calc(100vw / 3)!important;
}

.slider i {
	position: absolute;
	top: 650px;
	right: 20px;
	color: #1ba5d0;
	font-size: 30px;
}

.back-always {
	position: fixed;
	z-index: -1;
	background: url('../assets/images/background-animated.gif') no-repeat; 
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100vw;
	height: 700px;
}

svg {
    width: 100vw;
    height: 700px;
    background: #fff;
    opacity: 0;
    position: absolute;
    z-index: -2;
}

defs path {
	stroke: white;
	stroke-width: 2px;
}

.contenido-header {
    display: flex;
    align-items: flex-start;
    padding: 9% 8% 8%;
    align-content: center;
    text-align: left;
    flex-direction: column;
	justify-content: space-evenly;
}

.color-letter {
	font-size: 28px;
	background: linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #000;
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

/* About us */

section {
	background: #fff;
    width: 100vw;
    min-height: 300px;
    text-align: center;
    display: flex;
	padding: 5vw 2vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}


section h1 {
	font-size: 30px;
	color: #0f1932;
	margin: 60px;
}


section label h1 {
	font-size: 24px;
	color: #0f1932;
}

br {
	height: 1px;
	border-bottom: 3px dashed rgba(0, 0, 0, 0.164);
	width: 90vw;
}

section  p {
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}

section a {
	color: #a19ed2;
	cursor: pointer;
	display: flex;
}

section a:hover {
}

section p {
	max-width: 70vw;
}

#views {
	border: none!important;
}


/* Partners */

.flex-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.flex-grid-partners {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.flex-grid-partners img{
	width: 18%;
}

.flex-grid button {
    color: #000;
    background: transparent!important;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 23px;
    border-radius: 20px;
	padding: 0;
	margin: 0;
    cursor: pointer;
    min-width: 150px;
    font-family: "Poppins";
	box-shadow: none;
}

.flex-scroll {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow-x: scroll;
	overflow-y:hidden;
}

.market h1 {
	text-align: left;
	border-bottom: 2px solid #91919154;
	padding: 10px 0;
}

.flex-grid img{
	width: 24%;
}

/* CATEGORIAS */

.section-categorias {
	background: #f3f3f3;
	color: #fff;
	width: 100vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 30px 2%;
}

.category-card {
    width: 420px;
    height: 348px;
    background: #fbfbfb;
    margin: 5px;
    border-radius: 10px;
    transition: 0.5s;
    box-shadow: 0 4px 10px rgb(17 29 48 / 16%);
    cursor: pointer;
    max-width: 350px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: stretch;
    flex-direction: column;
}

.pros {
	background: transparent!important;
    box-shadow: none!important;
	/*height: 580px;*/
}

.category-card i {
	color: #0000000d;
	font-size: 300px;
	top: -10px;
	position: absolute;
	left: 0;
}

.image .category-icons {
    display: flex;
    position: relative;
    bottom: 242px;
    left: 205px!important;
    background: #fff;
    width: 30px;
    padding: 6px 0 0 3px;
    height: 30px;
    border-radius: 30px;
    justify-content: center;
    box-shadow: 0 0 4px #0000002b;
}

.flex-price {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.category-icons i {
    font-size: 16px!important;
    margin: 0 5px 0 0;
    background: linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #000;
}

.category-card h3 {
    font-size: 16px;
    font-family: 'poppins';
    color: #0e1932;
    bottom: 0;
    background: #ffffff87;
    width: 100%;
    padding: 15px;
	border-radius: 0 0 10px 10px;
}

#card_art {
    /* background-color: #ffa0a0; */
	background: url('/assets/images/categories/ArtistsValley_Category_Art_1.png');
	background-size: contain;
    background-position: top;
}

#card_music {
    /* background-color: #f9a0ff; */
	background: url('/assets/images/categories/ArtistsValley_Category_Music_1.png');
    background-size: contain;
    background-position: top;
}

#card_video {
    /* background-color: #f9a0ff; */
	background: url('/assets/images/categories/video.png');
    background-size: contain;
    background-position: top;
}

#card_photo {
    /* background-color: #cda0ff; */
	/* background: url('/assets/images/categories/artists_valley_photo_1.jpg'); */
	background-size: cover;
	background-position: center;
}

#card-lit {
    background-color: #a0a7ff;
}

#card-comic {
    background-color: #a0caff;
}

#card_3d {
    /* background-color: #a0edff; */
	/* background: url('/assets/images/categories/artists_valley_3d_1.jpg'); */
	background-size: cover;
	background-position: center;
}

#card-arq {
    background-color: #a0ffe0;
}

#card-moda {
    background-color: #a0ffb0;
}

#card-ticket {
    background-color: #d6ffa0;
}

#card-proyecto {
    background-color: #fffca0;
}

#card-membresia {
    background-color: #ffcca0;
}

.category-card:hover {
	box-shadow: 0 4px 10px rgba(17, 29, 48, .26);
}

.card {
	padding: 25px;
	background: #fbfbfb!important;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
}

.card h4 {
	padding: 20px 0 0;
	font-family: 'Montserrat-L';
	font-size: 29px;
	font-weight: 900;
}

.category-card .back-button {
	width: 158px;
	position: absolute;
	bottom: 20px;
}

.section-ventajas {
	width: 100vw;
    padding: 100px 6vw;
	background: #fff;
}

.following {
	color: #fff!important;
	background: #000;
}

.following-tag:hover, .followers-tag:hover {
	cursor: pointer;
}

.new-windows-nft {
	display: flex;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    align-content: center!important;
    justify-content: space-between!important;
    align-items: center!important;
    margin: 0!important;
    padding: 0!important;
    width: 100%;
}

/* backgrouond color change */
.change-color {
	background: -webkit-linear-gradient(to right, #17a6d080, #e4aaff80, #ff84ad80, #f1bf6580, #ffe45f80, #4de99b80, #67d0f180);
	background: linear-gradient(to right, #17a6d080, #e4aaff80, #ff84ad80, #f1bf6580, #ffe45f80, #4de99b80, #67d0f180);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* LOADER */

.loader_container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 250px;
}
.loader {
	position: absolute;
	height: 160px;
	width: 160px;
	overflow: hidden;
	
}

.loader:after,
.loader:before {
	position: absolute;
	content: '';
	left: 0%;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

.loader:before {
	top: 0%;
	background: linear-gradient(#00ffbf 50%, transparent 50%);
	transform: rotate(270deg);
}

.loader:after {
	bottom: 0%;
	background: linear-gradient(transparent 50%, transparent 50%);
	transform: rotate(0deg);
}

.loader_2:before {
	top: 0%;
	background: linear-gradient(#00ffbf 50%, transparent 50%);
	transform: rotate(90deg);
}

.loader_3:before {
	top: 0%;
	background: linear-gradient(#fff 50%, transparent 50%);
	transform: rotate(270deg);
}

.loader_4 {
	height: 150px;
	width: 150px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader_4 h1 {
	color: #000;
	font-size: 2em;
}

/*
@-webkit-keyframes multifondo {
	0%   {
		background: #147897;
		background: -webkit-linear-gradient(to right, #0082c8, #1cd0b8);
		background: linear-gradient(to right, #0082c8, #1cd0b8);
		transition: 1s linear;
	}
	25%  {
		background: #671497;
		background: -webkit-linear-gradient(to right, #e0aaff, #a33dd3);
		background: linear-gradient(to right, #e0aaff, #a33dd3);
		transition: 1s linear;
	}
	75%  {
		background: #c80043;
		background: -webkit-linear-gradient(to right, #d34675, #f18665);
		background: linear-gradient(to right, #d34675, #f18665);
		transition: 1s linear;
	}
	100% {
		background: #cbf33d;
		background: -webkit-linear-gradient(to right, #cbf33d, #00ff80);
		background: linear-gradient(to right, #cbf33d, #00ff80);
		transition: 1s linear;
	}
}*/

/*
#card-hotsale {
	background: url('../assets/NFT-CAT/category-hotsale.jpg') no-repeat; 
	background-position: center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
}

/* NFT CONTENT */
.nft-content {
	background: #fbfbfb;
	width: 100vw;
}

.nft-menu-profile {
	width: 100vw;
    padding: 0;
    margin: 0px;
    min-height: auto;
}

.nft-menu-profile button {
    border: 2px solid #000;
	background-color: #000;
	color: #fff;
    border-radius: 30px;
	border-radius: 20px 20px 0px 0px;
	width: 100%;
    max-width: 90vw;
}

.nft-menu-profile .selected {
    background: #fbfbfb!important;
    color: #000;
    border-radius: 20px 20px 0px 0px;
    border: 2px solid #000;
    border-bottom: 3px solid #fbfbfb;
    z-index: 11;
    box-shadow: none;
}


.nft-menu-fondos {
	width: 100%;
    padding: 0;
    margin: 0px;
    min-height: auto;
}

.nft-menu-fondos button {
    border: 2px solid #000;
	background-color: #000;
	color: #fff;
    border-radius: 30px;
	border-radius: 20px 20px 0px 0px;
	width: 100%;
    max-width: 90vw;
}

.nft-menu-fondos .selected {
    background: #fbfbfb!important;
    color: #000;
    border-radius: 20px 20px 0px 0px;
    border: 2px solid #000;
    border-bottom: 3px solid #fbfbfb!important;
    z-index: 11;
    box-shadow: none;
}

.fondos-menu {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
}

.fondos-menu a {
	margin: 0 20px;
	font-size: 20px;
    font-weight: bolder;
    color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	transition: 0.2s linear;
	background: #000;
	border: none;
}

.fondos-menu a:hover {
	background: #000000;
    color: #fff;
    background: -webkit-linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
    background: linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
	border: none;
	transition: 0.2s linear;
}

.fondos-menu .button {
	min-width: 50px!important;
    padding: 10px 0 3px;
    margin: 0;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    border: 2px solid #000;
    z-index: 11;
    box-shadow: none;
	width: 33%!important;
}

.blackback {
	background: black;
    color: white!important;
    padding: 5px!important;
    width: 99%!important;
    border-radius: 4px;
    margin: 20px auto;
	margin-top: 3px;
}

.line {
    width: 100vw;
    height: 3px;
    background: #000000;
    margin: -3px 0;
    z-index: 10;
    position: absolute;
}

.hidden {
	display: none;
}

.nft-content h1 {
	color: #1d273b;
}

.category {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.category div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.category img {
	height: 15px;
	padding: 0 10px;
}

.category a {
	font-size: 14px;
}

.contenedor-articulo {
	display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 80px auto;
	justify-content: center;
    align-items: flex-start;
	padding: 0;
}


.market .contenedor-articulo {
	margin-top: 60px;
	width: 100%;
	justify-content: left;
	overflow-x: scroll;
	height: 500px;
	overflow-y: hidden;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.articulo {
	background: #fff!important;
	margin: 10px 5px 20px;
	border-radius: 10px;
	transition: 0.5s;
	box-shadow: 0 4px 10px rgb(17 29 48 / 16%);
	cursor: pointer;
	width: 250px;
	flex: 0 0 auto;
}

.articulo:hover {
	box-shadow: 0 4px 10px rgba(17, 29, 48, .26);
}

.articulo>i {
	font-size: 30px;
	color: #fbfbfb;
	background: #003877;
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	padding-top: 20px;
	border-radius: 50%;
	box-shadow: 0 2px 12px rgb(0 56 119 / 37%);
}

.articulo>h3 {
	font-size: 24px;
	margin-top: 30px;
}

.articulo>p {
	font-weight: 100;
	color: #5D6678;
	margin-top: 15px;
	padding-bottom: 20px;
}

.articulo>a {
	color: #5D6678;
	font-weight: 400;
	text-decoration: none;
}

.articulo>a:hover {
	color: #003877;
	transition: color .5s;
}

.articulo .image {
	width: 100%;
	max-height: 250px;
	height: 250px;
	border-radius: 0;
	overflow: hidden;
	padding: 2px;
}

.articulo .image-create-new {
    width: 100%;
    max-height: 450px;
    border-radius: 0;
    overflow: hidden;
    padding: 2px;
}

.articulo .image-create-new .image {
    width: 100%;
    height: 450px!important;
	max-height: none;
    border-radius: 0;
    overflow: hidden;
    padding: 2px;
}

.articulo img {
	width: 100%;
	background: transparent;
	object-fit: cover;
	height: 250px;
}

.heigth-fix {
	height: 350px;
}

.articulo h4 {
	text-align: left;
	width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
}

.content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}

.content-create {
	display: flex;
    flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
    align-items: stretch;
}

.content-social img {
	height: 15px;
	width: 15px;
	margin:  0 5px 0 0;
}

.content-social {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
	height: 40px;
	opacity: 0.3;
	padding: 0 10px 0;
}

.content-social div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}

.content div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	width: 100%;
}

.content div p {
	width: 100%;
	font-size: 11px;
}

.content div .user {
    /*height: 40px;
    width: 40px;
    border-radius: 5px;
    background: #fff;
	border: 1px solid rgba(153, 153, 153, 0.26);
    border: none;*/
    
    height: 120px;
    width: 120px;
    margin: 0;
    border-radius: 5px;
    border: none;
    object-fit: cover;
}

.controls-create {
    display: flex;
    align-items: center;
    padding: 0 14px;
    justify-content: center;
    width: 100%;
	flex-direction: column;
}

.controls-create button {
    background: #000;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 10px auto;
    padding: 10px 20px;
}

#preview_owner_pic, #preview_author_pic {
    height: 40px!important;
    width: 40px!important;
    margin: 0;
    border-radius: 5px;
    object-fit: cover;
}

.content .column {
	flex-direction: column;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.content .user-top {
	max-width: 300px;
}

.content .column p {
	text-align: left;
	margin: 0;
	padding: 0;
	border: none;
}

.content .column .check {
	width: 20px!important;
	height: 20px!important;
	padding: 0;
	margin: 0 3px;
}

.user-top b {
	font-size: 15px;
}

.user-top img {
	width: 13px;
	height: 13px;
}

/* previe music */

.preview_top_action_details {
	height: 220px;
	width: 276px;
	position: absolute;
}

.play-preview {
	display: flex;
	color: #fff;
	width: 100%;
	padding: 5px;
	align-items: center;
	align-content: center;
	overflow: hidden;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}

.play-preview i {
	cursor: pointer;
	font-size: 30px;
	margin: 0 5px 0 0;
}

.play-preview .bar {
	width: 100%;
	background: #ffffff26;
	height: 5px;
	margin: 0 7px 0 1px;
}

.bar .progress-bar {
	width: 100%;
	height: 5px;
	background-color: #fff;
	transition: 1s linear;
}

.play-preview .timer {
	width: 60px;
	color: #fff!important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.play-preview .timer p {
	padding: 1px;
	color: #fff!important;
}


/* Redes */

.network-content {
	text-align: center;
	display: flex;
	flex-direction: column;
	width: 100%!important;
	align-items: center;
	overflow-x: hidden;
}

.network-content h1 {
	font-size: 23px;
    font-family: "Montserrat", sans-serif;
    margin: 5px 0!important;
}

.flex-network {
	display: flex;
    flex-direction: row;
    align-content: flex-start;
	justify-content: space-around;
    align-items: center;
    margin: 20px;
    max-width: 100%;
    flex-wrap: wrap;
    height: auto;
	width: 600px;
}

.flex-network button {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	margin: 10px 10px;
    min-width: 280px;
}

.flex-network button img {
	width: 50px;
	height: 50px;
	margin: 10px;
}

/* Donaciones */

.follow-home {
	width: auto!important;
    min-width: 0;
    font-size: 12px;
}

.buttons-container-home {
	width: auto!important;
	display: none!important;
}

.follow-list {
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0;
	overflow-x: hidden;
    overflow-y: auto;
}

.follow-user {
    display: flex;
    background: #fff;
    width: 340px;
    height: 50px;
    flex-direction: row;
    align-items: center;
	margin: 5px;
    border-radius: 4px;
    color: #000;
    box-shadow: 2px 2px 2px #00000012;
	cursor: pointer;
}

.follow-user img {
	object-fit: cover;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 4px;
}

.follow-user p {
	font-size: 11px;
}

.folow-info {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #000;
}

.modal-donate-token-container {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.modal-donate-token-container img {
	width: 30px;
}

.modal-donate-token-container label {
	font-size: 14px!important;
	margin: 0!important;
	min-width: 150px;
	padding: 0!important;
}

.modal-donate-token-container input {
	margin: 20px 20px 20px 0!important;
}

.modal-inner-content h3 {
	color: #0f1932;
	font-weight: 300;
	padding: 10px;
	font-size: 15px;
	padding: 10px 10px 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.modal-donate-token-container h1 {
	font-size: 36px;
}

.modal-inner-content ul {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.modal-inner-content ul li {
	display: flex;
    align-items: center;
    height: 50px;
    padding: 20px;
    border-radius: 18px;
    background: #0000000f;
    margin: 3px 0;
    width: 90%;
    justify-content: space-between;
}

.modal-inner-content ul li i {
    background: #000;
    padding: 4px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}

/* Usuario Veirficado */

.back-user-verify {
	background: #000;
	color: #fff;
	width: 48px!important;
	height: 48px!important;
	background: -webkit-linear-gradient(to right, #17a6d080, #e4aaff80, #ff84ad80, #f1bf6580, #ffe45f80, #4de99b80, #67d0f180);
	background: linear-gradient(to right, #17a6d080, #e4aaff80, #ff84ad80, #f1bf6580, #ffe45f80, #4de99b80, #67d0f180);
	border-radius: 30px;
	padding: 4px!important;
	margin: 10px 0 10px 10px;
}

.back-user {
	color: #fff;
	width: 46px!important;
	height: 46px!important;
	padding: 2px!important;
	margin: 10px 0 10px 10px;
}

.back-user a:hover {
    border: none;
}

.contenedor-card-perfil {
    height: calc((470px / 3) + 60px)!important;
	padding: 3px;
	width: 470px;
}

.contenedor-card-perfil .image {
    height: calc(470px / 3);
}

.contenedor-card-perfil .image img {
    width: 100%;
    background: transparent;
    object-fit: cover;
    height: calc(450px / 3)!important;
}

.card-perfil {
	display: flex;
}

.card-perfil p, h4{
	width: auto!important;
	margin-top:  -2px;
	/*margin-left: 15px*/
}

.card-perfil .back-user {
	background: transparent;
	color: #fff;
	border-radius: 30px;
	margin: -80px 10px 0;
	height: auto!important;
	display: flex;
	justify-content: flex-start;
	width: 120px!important;
}

.card-perfil .back-user .check {
	margin: 0 5px;
}

.content .back-user video {
	height: 40px!important;
    width: 40px!important;
    margin: 0;
    border-radius: 5px;
    border: none;
    object-fit: cover;
}

.card-perfil .back-user img{
    height: 120px;
    width: 120px;
}

.card-perfil .back-user video{
    height: 120px!important;
    width: 120px!important;
    margin: 0;
    border-radius: 5px;
    border: none;
    object-fit: cover;
}

.picture-content video{
    margin: 0;
    border-radius: 5px;
    border: none;
    object-fit: cover;
}

.articulo .image video {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	display: none;
	/* object-fit: cover; */
}

.card-perfil .column {
	width: 100%;
	margin: 0;
	/*margin: 0px 0 0 50px;
	align-items: flex-start;*/
}

.price-content {
	position: absolute;
	margin: 5px 10px 0 ;
	display: flex;
}

.price-content img{
	width: 30px;
}

.price-content-card img{
	width: 30px;
}

.price-card {
	font-size: 24px;
    font-family: 'Montserrat-L';
    padding: 3px 0 6px;
    text-align: center!important;
}

.price {
	background: #b9b9b9;
	color: rgb(0, 0, 0);
	background: -webkit-linear-gradient(to right, #17a6d080, #e4aaff80, #ff84ad80, #f1bf6580, #ffe45f80, #4de99b80, #67d0f180);
	background: linear-gradient(to right, #17a6d080, #e4aaff80, #ff84ad80, #f1bf6580, #ffe45f80, #4de99b80, #67d0f180);
	border-radius: 4px;
	font-size: 17px;
	margin: 0 10px 0 0;
	padding: 3px 10px!important;
	text-align: center!important;
}

.tag-content {
	color: #fff;
}

.tag {
	background: #000000;
	color: #fff;
	background: -webkit-linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
	background: linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
	border-radius: 4px;
	font-size: 12px;
	margin: 0 5px 5px 0;
	padding: 5px 10px!important;
	text-align: center!important;
	cursor: pointer;
}

.tag-none {
	background: #808080;
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 5px 10px!important;
	text-align: center!important;
	cursor: pointer;
}

.flex-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 0px !important;
    padding: 0px !important;
}

.flex-rows {
	display: flex;
	flex-direction: row!important;
    justify-content: flex-start!important;
    text-align: left;
    margin: 0px !important;
    padding: 0px !important;
}

.input-quantity {
	margin: 0;
    padding: 10px 12px;
    border: none;
    background-color: #0000009c;
    color: #fff;
    width: auto;
    text-align: left;
    border-radius: 5px;
    position: absolute;
    font-family: "Poppins";
    height: 40px;
    margin: 20px 0;
    right: 70px;
    bottom: 75px;
}

#general_count {
	display: none;
}

/* Buy Detail */

.buy-detail {
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 0;
    max-width: none!important;
    box-shadow: 0 0!important;
	cursor: default!important;
}

.buy-detail b {
    font-size: 14px!important;
}

.contenedor-articulo-buy .articulo:hover {
    border: none;
    box-shadow: 0 0!important;
}

.header-steps{
	display: flex;
    position: fixed;
    top: 105px;
    left: 0;
}

.steps {
    width: 100%;
    margin: 0;
    padding: 30px;
    background: #ffffff;
    border-bottom: 1px solid #0000003d;
    position: fixed;
    height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

#preview_info {
    display: none;
    flex-direction: column;
	align-content: center;
    align-items: center;
    width: 100%;
}

#preview_iinfo p {
	max-width: 460px;
    width: 96%;
    margin: 0 auto;
    text-align: left;
    font-family: 'Poppins';
    padding: 10px 3px;
    font-size: 12px;
}

.title {
	margin: 90px 0 0;
}

.tag-none-line {
	background: #00000069;
    height: 4px;
    width: 38%;
}

.tag-line {
	background: -webkit-linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
	background: linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
    height: 4px;
    width: 38%;
}

.card-network-edit {
	background: #e8e8e8;
    color: #474747;
	background: -webkit-linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
	background: linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
    display: flex;
    flex-flow: row;
    width: calc(100% + 20px)!important;
    justify-content: flex-end!important;
    padding: 0;
    margin: 0 -10px -10px;
    border-radius: 0 0 8px 8px;
    align-items: center;
}

.card-network-edit input {
    width: 94%!important;
}

.card-network-edit p {
    width: auto!important;
}

.details {
	padding:  0 10px 10px;
}

.details .info {
	width: 100%;
	display: flex;
	text-align: inherit;
	justify-content: space-between;
	flex-direction: column;
}
.details .info img {
	width: 12px;
}

.details h3 {
	width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    text-align: left;
	font-family: 'Poppins';
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.card-network {
	background: #000000;
    color: #ffffff;
    display: flex;
    flex-flow: row;
    width: calc(100% + 20px);
    justify-content: center;
    padding: 0;
	margin: 0 0 -10px -10px;
    border-radius: 0 0 8px 8px;
    align-items: center;
}

.margin-50 {
	margin: 50px 0 0 -10px;
}

#create_network_card {
	display: flex;
}

#create_network_card img {
	width: 20px!important;
    height: 20px!important;
	margin: 0 5px 0 0!important;
}

.card-network p {
	font-size: 12px!important;
	width: auto!important;
	color: #fff!important;
}

.card-network img {
	height: 20px!important;
	width: 20px!important;
}

.fix-margin {
	margin: 0 -4% 0;
    width: 108%;
}

.details h4 {
	padding: 4px 0;
	text-align: center;
	font-size: 16px;
	margin: -4px 0 0;
	color: #4e4e4e;
}

.details p {
	width: 100%;
	text-align: left;
	font-size: 14px;
}

.details .tag {
	color: #fff;
    margin: 0 5px 5px 0px;
}

/* Questions */
.textos-questions {
    max-width: 800px;
}

.textos-questions p {
    text-align: justify;
}

.questions {
	padding: 80px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background: #fbfbfb;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	text-align: center;
}

.questions p {
	font-weight: 100;
	margin-top: 14px;
	color: #5D6678;
}


.questions a {
	margin: 28px 0 0 0;
/*    width: 130px;*/
	display: inline-block;
	background: #003877;
	text-align: center;
	color: #fbfbfb;
	padding: 12px;
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 5px;
	box-shadow:  0 2px 12px rgb(0 56 119 / 37%);
}

/* Services */

.services {
	display: flex;
	justify-content: space-between;
}

.services>img {
	width: 500px;
}

.box-skills {
	margin: 30px 30px 0 0;
}

.box-skills h4 {
	font-size: 24px;
	background: #f2f2f2;
	width: 350px;
	border-radius: 6px;
	padding: 10px 0 10px 15px;
	margin-bottom: 10px;
}

.box-skills i {
	color: #003877;
	font-size: 20px;
}

.bichis {
	width: 110%!important;
    height: auto!important;
    border-radius: 5px;
}

/* footer */

footer {
	background: #f2f2f2;
}


footer a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: 300;
	transition: color .3s ease-in-out;
	margin: 7px 0;
	font-size: 12px;
}


footer a:hover {
	color: #003877;
}

footer img {
	max-width: 350px;
}

footer div {
	display: flex;
	flex-direction: column;
}

.social {
	font-size: 30px;
}

.social-media {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 270px;
	font-size: 38px;
	margin-top: 10px;
}

.social-media-profile {
	display: flex;
	flex-direction: row!important;
	justify-content: center!important;
	align-items: center!important;
	width: 200px!important;
}

.social-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start!important;
}

.social-media-profile i {
	font-size: 30px!important;
	margin: 0 10px;
	background: linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #000;  
}

.social-media-profile button {
	border: 0;
	box-shadow: none;

}

.social-media i {
    font-size: 40px;
}

.social-media-profile button i {
	font-size: 30px;
	color: #1ba5d0;
	margin: -5px 9px;
}

i {
	cursor: pointer;
}

.social-media-profile img {
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	transition: all ease-in-out .3s;
}

.social-media img {
	width: 38px;
	height: 38px;
	line-height: 36px;
	cursor: pointer;
	text-align: center;
	transition: all ease-in-out .3s;
	margin-top: 5px;
}

.social-media i:hover {
	color: #cf90ff;
}

.button-tag {
    background: #000;
    color: #fff;
}

.button {
	margin: 3px;
	display: inline-block;
	text-align: center;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 20px;
    box-shadow: 0 1px 4px rgb(17 29 48 / 16%);
    cursor: pointer;
    transition: 0.2s linear;
    min-width: 150px;
    font-family: "Poppins";
    width: auto!important;
	background: #000;
	color: #fff;
}

.button:hover {
	opacity: 1;
	background: -webkit-linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
    background: linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
	color: #fff;
}

/* NFT PAGE */

#comentarios {
	display: none;
}

.edit_profile_content {
	margin: 0 5px 5px 0px;
    width: 25px;
    height: 25px;
    padding: 0px;
    position: absolute;
    z-index: 1000;
    text-align: center;
	display: flex;
}

.edit-networks {
    position: relative;
	margin: 3px 0!important;
}

.edit-gps {
    position: relative;
    margin: 0;
}

.edit-link {
    position: relative;
}

.edit_profile {
    margin: 0px 5px;
    background: #ffffff;
    border: none;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    padding: 0px;
    position: absolute;
    z-index: 1000;
    text-align: center;
   /* margin-left: -30px;
    margin-top: 2px;*/
}

.edit_profile i {
    margin: 0;
}


/*
#info {
	display: none;
}

#historial {
	display: none;
}

#extra {
	display: none;
}
*/

/* COLAPS */

input[id^="spoiler"] {
	display: none;
}

input[id^="spoiler"] + label {
    display: block;
    margin: 0 auto;
    border: transparent 2px solid;
    color: #000;
    text-align: center;
    width: 50vw;
    max-width: 800px;
    border-radius: 0;
    cursor: pointer;
    transition: all .6s;
}

.textos-questions label:hover {
    /*background: -webkit-linear-gradient(to right, #17a6d080, #e4aaff80, #ff84ad80, #f1bf6580, #ffe45f80, #4de99b80, #67d0f180);
	background: linear-gradient(to right, #17a6d080, #e4aaff80, #ff84ad80, #f1bf6580, #ffe45f80, #4de99b80, #67d0f180);*/
	border-bottom: 2px solid #e1dfdf;
}

input[id^="spoiler"]:checked + label {
	border-bottom: 2px solid #000;
}

input[id^="spoiler"] ~ .spoiler {
	height: 0;
	overflow: hidden;
	opacity: 0;
	margin: 10px auto 0; 
	padding: 10px; 
	transition: all .6s;
}

input[id^="spoiler"]:checked + label + .spoiler {
	height: auto;
	opacity: 1;
	padding: 10px;
}

.back {
	display: none;
}

.show {
	display: flex!important;
}

.contenedor-fondos {
    flex-direction: column;
}

.nft-page .icon-back {
	height: 40px;
	width: 40px;
	margin: 0 10px;
	border-radius: 50px;
	border: none;
}

.nft-page .icon-top {
	width: 0px;
}

.icon-top a {
	font-size: 10px
}

.icon-top i {
	font-size: 35px!important;
    padding: 0 0 5px!important;
}

.nft-page {
	background: #fff;
	width: 100vw;
	padding: 0;
	margin-top: 110px;
}

.profile-container-detail {
    width: auto;
    min-width: 0;
    display: flex;
}

.autor-detail {
	margin: 0!important;
    padding: 0!important;
    border: none!important;
    font-size: 10px!important;
}

.owner-detail {
	margin: 0!important;
    padding: 0!important;
    border: none!important;
    font-size: 10px!important;
}

.autor-name-detail {
    border: none!important;
    padding: 0!important;
}

.nft-page .tag-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
	padding: 10px;
    overflow-x: auto;
}

.nft-page h3 {
	padding: 10px!important;
	font-family: "Poppins";
	text-align: left;
}

.nft-page p {
    text-align: left;
    padding: 10px 10px;
    color: #000000d1;
    font-size: 13px;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
}

.nft-page .buy-price {
	margin: 10px;
    display: flex;
	width: 98%;
	font-size: 26px;
    width: -webkit-fill-available;
    justify-content: flex-end;
    align-items: stretch;
}

.nft-page .buy-price h4 {
    text-align: center;
    padding: 0 10px;
	font-size: 16px;
}

.black-button {
	background: #000;
	color: #fff;
	width: 100%;
}

.new-coment {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center!important;
}

.new-coment textarea {
    width: 100%!important;
}

.new-coment button {
    background: transparent;
    height: 90px;
    border: none;
    box-shadow: none;
	margin: 20px 3px;
}

.new-coment button:hover {
    font-weight: bold;
} 

.nft-page .price-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.nft-page .column {
	min-width: 450px;
	width: 30%;
	height: 100%;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
    min-height: 700px;
}

.nft-page .details-column {
	min-width: 350px;
    width: 100%;
    height: auto;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 0;
    flex-direction: column;
    margin: 0 15px;
    align-items: stretch;
    justify-content: center;
}

.nft-flex-detail {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0!important;
	border-top: 1px solid #00000012;
}  

.nft-inner-content {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding: 0;
}

.nft-inner-content .contenedor-articulo {
	margin: 0;
}

.contenedor-articulo-buy .articulo:hover {
	border: none;
}

.nft-inner-content .content {
	border-bottom: 1px solid #e7e7e7;
}

.nft-inner-content .articulo {
	width: 100%;
	height: calc(100vh - 100px);
}


.nft-inner-content .doble {
	display: flex;
	height: 99%;
}

.nft-inner-content .articulo .image {
	width: 70%;
	height: 100%;
	max-height: none;
	border-right: 1px solid #efefef;
}

.nft-inner-content .articulo .image img{
	height: 100%;
	width: auto;
}

.new-nft-animation img{
	height: 100%;
	width: auto;
	height: 250px!important;
}

.nft-inner-content .coments {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.nft-inner-content .coment {
    padding: 10px 0;
    font-size: 14px;
}

.nft-inner-content .coment i {
	font-size: 30px;
	opacity: 0.3;
}

.nft-inner-content .coment img {
	width: 40px;
	height: 40px;
}

.nft-inner-content .like {
    padding: 0 20px;
    width: 150px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.like p {
	padding: 0;
}

.nft-inner-content .info-container {
	height: auto;
	border-top: 1px solid #0000000d;
}

.like img {
	width: 15px;
	height: 15px;
}

.report {
	margin: 0 20px 0 -15px!important;
	width: 25px!important;
	height: 20px;
	color: rgb(167, 0, 0);
	padding: 0!important;
}

.coment-align {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

.coment-align div {
	align-items: flex-start!important;
	padding: 0 10px;
}

.nft-inner-content h3 {
	padding: 20px 0;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	align-items: baseline;
}

nav {
	height: auto;
}

.navegation {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
}

.navegation button {
	background: transparent;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	height: 30px;
	width: auto;
	min-width: 60px;
}

.details-nft {
	height: auto;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.details-nft .price-content {
	position: relative;
	margin: 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.details-nft .price-content .price {
	width: 100%;
	padding: 10px!important;
}

.details-nft .price-content button {
	margin: 0 10px 0 -35px;
}

.details-nft .price-content button:hover {
	opacity: 1;
}

/* MARKET */

.filtros {
	background: #fbfbfb;
	border-top: 1px solid #00000024;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #00000024;
}

.filtros div {
	margin:  0 5px;
	display: flex;
	margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.filtros select {
	margin: 0;
	padding: 8px;
	border: none;
	background-color: #efefef;
	text-align: center;
	border-radius: 5px;
	font-family: "Poppins";
}

.filtros p {
	margin: 0 3px;
}

/* PROFILE */

.up-button {
    position: absolute;
    top: calc((100vw / 3) - 40px);
    right: 10px;
    border-radius: 3px;
    width: 30px;
    padding: 0;
    text-align: center;
}

.up-button i {
	margin: 0;
	padding: 0;
}

.back-profile {
	/* position: fixed;*/
	 z-index: -1;
	 width: 100vw;
	 height: 100%;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 align-content: center;
 }
 
 .front-profile {
	 position: relative;
	 z-index: -1;
	 width: 100vw;
	 height: 700px;
 }
 
 .back-profile img {
	 display: flex;
	 flex-direction: column;
	 flex-wrap: nowrap;
	 align-content: center;
	 align-items: center;
	 width: 100vw;
	 height: calc(100vw / 3);
	 margin: 75px 0;
 }

.parallax {
    width: 100vw;
    position: fixed;
    height: auto!important;
    overflow: hidden;
    z-index: -1;
}

#walletProfileChainBtn {
	display: none;
}

.back-profile .edit {
	width: auto!important;
	height: 100%;
	/* NOTA: en la posta va sin este margen */
	margin: 50% auto;
}

.picture-content span {
    position: absolute;
    left: calc(5% + 163px);
    margin: 160px -2px 0;
    background-color: #fff;
    border-radius: 3px;
    width: 25px;
    padding: 0;
    z-index: 1000;
    text-align: center;
}

#edit_profile_social_network span {
	left: 120px;
}

#edit_profile_user_name span {
	margin: 0 10px;
}

#edit_profile_user_name {
    position: relative!important;
}

.profile-user-pic {
    height: 40px!important;
    width: 40px!important;
    margin: 0 10px;
    border-radius: 5px;
    object-fit: cover;
}

#edit_profile_description span {
	margin: -27px 110px;
}

.redes-h4 {
	font-size: 24px;
	margin-top: 0px!important;
	height: 30px;
	display: flex;
	align-content: center;
}

span {
    z-index: 1000;
    position: relative;
}

.picture-content span i {
	padding: 0;
	margin: 0;
}

.profile-top {
	width: 100%;
	height: 350px;
	background-color: #fff;
	border-top: 2px solid #eee;
}

.content-profile {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 350px;
}

.content-profile h4{
	margin: 0;
}

.up {
	margin: -140px 30px 0 5%;
	width: 200px;
	text-align: center;
	height: 388px;
}

.up p {
	font-size: 10px;
}

.up div {
	margin: 5px 0;
	display: flex;
	flex-direction: column;
}

.up button {
	margin: 20px 0;
}

.up h5 {
	font-size: 15px;
	font-family: 'MessinaSans';
	margin: 10px 0 0;
}

.up a {
	font-size: 14px;
	color: #667db6;
	border-bottom: 1px solid transparent;
	margin: 5px 0;
	width: auto;
}

a:hover i{
	border-bottom: none;
}

.up .eddit-i {
	margin: 6px 0 0 -36px;
	position: absolute;
	font-size: 30px;
	color: #1ba5d0;
}

.blue {
	font-size: 25px;
	color: #1ba5d0;
}

.mobile {
	display: none;
}

.profile {
	height: 200px;
	width: 200px;
	border-radius: 5px;
    background: transparent;
    border: none;
	object-fit: cover;
}

.profile-top .column {
	width: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: flex-start;
    margin: 15px 0;
    padding: 0 0 10px;
}



.profile-top .inner-column {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    align-content: center;
}

.profile-top h5 {
    margin: 0;
    padding: 3px;
    font-size: 16px;
}

.profile-top h6 {
    margin: 0;
    padding: 3px;
    font-size: 14px;
}

.profile-top .inner-space {
	width: 100%;
}

.profile-top .resume {
	width: 70vw;
	overflow-y: auto;
	overflow-x: hidden;
	height: 160px;
	color: #000000a8;
	margin: 20px 0;
}

.profile-top .resume p {
	font-size: 14px;
}

.profile-top .tag {
    margin: 6px 0;
    display: flex;
    align-items: center;
}

.flex-info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	color: #979292;
	align-items: center;
	font-size: 11px;
}

.flex-info p{
	margin: 0 10px 0 0;
}

.flex-info a {
	color: #1ba5d0;
	font-size: 16px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.flex-info .fa, .far, .fas{
	margin: 0 5px;
}

i {
  cursor: pointer;
}

.logo a:hover {
	border-bottom: none;
}

.check {
	width: 25px!important;
	margin: 20px;
	height: 20px!important;
}

/*.profile-top .flex {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	align-content: flex-start;
	height: 80px;
	margin: 0;
	position: absolute;
	justify-content: flex-end;
	right: 50px;
}*/

.profile-top .flex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    height: auto;
    margin: 0;
    position: relative;
    justify-content: flex-start;
    right: 0;
	width: 100%;
}

.profile-top .inner-flex {
	width: auto;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	align-content: flex-start;
	height: auto;
	margin: 0;
	justify-content: start;
}

.create-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 80px 0;
}

#buttons_container {
	top: -80px;
    right: 16px;
    position: absolute;
	display: flex;
    flex-direction: column;
}



.profile-top .column h4 {
	font-size: 40px;
	font-family: "Montserrat-L";
    display: flex;
	align-items: center;
}

.profile-top .column img {
    width: 22px!important;
    height: 22px!important;
    margin: 2px 0 2px 5px;
}

.profile-menu {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 99vw;
    margin: -3px;
	padding: 0 4%;
}

.profile-menu a {
	margin: 0 20px;
	font-size: 20px;
    font-weight: bolder;
    color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	transition: 0.2s linear;
	background: #000;
	border: none;
}

.profile-menu a:hover {
	background: #000000;
    color: #fff;
    background: -webkit-linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
    background: linear-gradient(to right, #17a6d080, #a33dd380, #d3467580);
	border: none;
	transition: 0.2s linear;
}

.btn-blue {
	margin: 0;
	background: #000;
	color: #fff;
}

/* NFT CREATE */
.nft-content-create {
	background: #fff;
	height: auto;
	width: 100%;
	display: flex;
	margin: 120px 0 0;
	align-content: flex-start;
	padding: 0;
	flex-direction: row;
	align-items: flex-start;
}

.nft-content-create h1 {
	color: #1d273b;
}

.nft-inner-create {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: auto;
}

.nft-content-create .back-blue {
	width: 100%;
    margin: 0 auto 100px;
    text-align: left;
    font-family: "Montserrat-L";
    padding: 0 5%;
    font-size: 24px;
}

.back-blue .articulo {
    width: 450px;
    margin: 10px;
	height: 645px!important;
}

.articulo .image {
    width: 100%;
    max-height: 250px;
    border-radius: 0;
    overflow: hidden;
    padding: 2px;
}

.back-blue .articulo img {
    width: 100%;
    background: transparent;
    object-fit: cover;
    height: 450px;
}

.css-error-container .css-error {

	border-bottom: 2px solid #ff0039cc;

}

.nft-content-create .css-error-span {

	display: none;

}

.css-error-container .textarea-error .css-error-span {

	display: flex;
	color: #ff0039cc;
	font-size: 10px;
	margin: -6px auto 0;
    max-width: 460px;
    padding: 0 10px 3px;
    font-family: 'Poppins';
    font-size: 12px;
	position: inherit;

}

.css-error-container .css-error-span {

	display: flex;
    color: #ff0039cc;
    margin: -2px auto 0;
    max-width: 460px;
    padding: 0 10px 3px;
    font-family: 'Poppins';
    font-size: 12px;
	position: inherit;

}

.css-error-span-valid {

	display: none;

}

.upload {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	width: 100%;
}

.upload label {
	max-width: 460px;
}

.upload textarea {
    margin: 10px 2px;
    font-size: 12px;
    background: #fff;
    color: #000;
    width: 99%;
    max-width: 460px;
    padding: 10px 12px;
    border: none;
    background-color: #efefef;
    text-align: left;
    border-radius: 5px;
    box-shadow: none;
}

.back-blue .tag {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins';
	margin: 0;
}

.back-blue .tag-none {
	width: 50px;
	height: 50px;
	margin: 0;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins';
}

.back-blue .tag h2 {
	color: #fff;
}

.save-draft {
	position: fixed;
    top: 220px;
    right: 40px;
}

.save-draft .btn-blue {
	font-size: 16px;
	border-radius: 30px;
}

.nft-inner-create h3 {
	width: 100%;
	max-width: 460px;
	margin: 20px auto 0;
	text-align: left;
	font-family: "Montserrat-L";
}

.nft-inner-create b {
	background-color: #4e4e4e;
}

.select-blockchain {
	display: flex;
	justify-content: center;
}

.block-card {
	background: #fff;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	margin: 0 20px;
	box-shadow: 0 4px 10px rgb(17 29 48 / 16%);
	filter: grayscale(1);
}

.select {
	filter: grayscale(0);
}

.block-card img {
	width: 80px;
	padding: 0px;
	margin: 20px 0 10px;
}

.block-card p {
	font-family: "Poppins-B";
}

.sticky-content {
	height: 89vh;
	width: 700px;
	background: #FFF;
	text-align: center;
}

.sticky-content p {
	font-size: 12px;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

.sticky-content .content-social div{
	width: 40px;
}


.nft-content-create .contenedor-articulo {
	width: 400px;
	position: sticky;
	top: 200px;
	right: 0;
}

/*
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}*/

select {
	border: none;
	margin: 0;
	padding: 11px;
	border: none;
	background-color: #efefef;
	text-align: center;
	border-radius: 5px;
	font-family: "MessinaSans";
	transition: all 0.25s ease;
	color: #7b7b7b;
	outline: 0; 
	cursor: pointer;
}
 
select:hover{
	background: transparent;
}

option {
	padding: 10px;
}

/*****/

.back-image {
	width: 100%;
	background: #fff;
	height: 100px;
	margin: 40px auto;
	max-width: 690px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgb(17 29 48 / 16%);
}

.input {
	height: 50px;
}

.top {
	margin: -90px auto 30px!important;
	opacity: 0.2;
	height: 60px;
	width: 100%!important;
	display: block;
	cursor: pointer;
	box-shadow: none;
}

.back-image i {
	font-size: 81px;
	color: #eaeaea;
	display: inline;
}

.input-file i {
	font-size: 24px;
	color: #eaeaea;
	background: #028ac9;
	padding: 10px;
	border-radius: 30px;
}

.back-image p {
	text-align: center!important;
}

.input-file {
	display: flex!important;
	justify-content: center;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	max-width: 460px;
	margin: 0 auto!important;
}

.release-publish {
	display: flex;
    width: 100%;
    max-width: 710px;
	margin: 5px 0;
}

.input-file {
    display: flex!important;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    max-width: 460px;
    width: 96%;
    color: #000;
    margin: 0 auto!important;
}

.input-file-input {
    opacity: 0.6;
    width: 96%!important;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    color: #000;
}

input {
    margin: 10px 2px;
    font-size: 12px;
    background: #efefef;
    color: #000;
    width: 99%;
    max-width: 460px;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgb(255 255 255 / 16%);
    border: none;
    margin: 10px 2px;
}

.upload h2 {
    text-align: left;
    max-width: 460px;
    width: 96%;
    margin: 0 auto;
    font-family: 'Montserrat-L';
    padding: 10px 0;
}

.upload p {
    max-width: 460px;
    width: 96%;
    margin: 0 auto;
    text-align: left;
    font-family: 'Poppins';
    padding: 10px 3px;
    font-size: 12px;
}

.upload select {
	color: #000;
    background: #efefef;
    text-align: left;
    font-family: 'Poppins';
    font-size: 12px;
    width: 99%;
    max-width: 460px;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgb(255 255 255 / 16%);
    border: none;
    margin: 10px 2px;
}

label select {
	background: #efefef;
	color: #000;
    width: 99%;
    max-width: 460px;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgb(255 255 255 / 16%);
    border: none;
    margin: 10px 2px;
}

select:hover{
	background: #efefef;
}
.upload label {
    margin: 0 auto;
    width: 96%;
    display: block;
    height: auto;
}

.upload button {
	min-width: 150px;
    margin: 10px 0;
}

/*.upload*/ .flex {
	width: 690px;
	margin: 0 auto;
}

.content-label {
	width: 460px;
	margin: 0 auto;
}

.checkmark p {
	margin: -6px 32px;
}

.content-form {
	width: inherit;
}

/* 404 */

#dialog {
	background-color: #8ad4e3;
	padding: 50px;
	border-radius: 100px;
	font-family: "Poppins";
} 

#dialog-triagle-left {
	width: 0;
	height: 0;
	border-bottom: 30px solid #000;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	position: absolute;
	margin: 70px -20px;
	transform: rotate(94deg);
}

.shakeit  {
	position: relative;
	margin: -240px -50px 0;
}

.shakeit:hover {
	-webkit-animation:  shake .1 ease-in-out .1s infiniite alternate;
	animation:  shake .1 ease-in-out .1s infiniite alternate;
}

.backgraund-error {
	max-width: 640px;
	width: 100%;
	height: 110px;
	position: absolute;
	background-color: #efefef;
	border-radius: 200px / 50%;
	top: 445px;
	z-index: -1;
}

@-webkit-keyframes shake {

	from {
		-webkit-transform: rotate(15deg);
	}

	to {
		-webkit-transform: rotate(-15deg);
		-webkit-transform-origin: center;
	}

}

@keyframes shake {

	from {
		transform: rotate(15deg);
	}

	to {
		transform: rotate(-15deg);
		transform-origin: center;
	}

}

input {
	font-family: "Poppins";
}

textarea {
	font-family: "Poppins";
}

/* FOOTER */

.footer-info {
	display: flex;
	flex-direction: column;
}


/* The container */
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin: 5px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	font-family: "Poppins";
}


.section-1 {
	background-color: #fff!important;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
  
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ROADMAP */

.road-map-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 10%;
    margin: 0 auto;
    text-align: center;
    flex-direction: row;
}

.road-map-card {
    display: block;
    width: 48%;
    margin: 1%;
    padding: 20px;
    background: #fdfdfd;
    box-shadow: 0px 0px 4px #00000013;
}

.road-map-card ul {
    width: 100%!important;
}

.road-map-card li {
    color: #000;
    text-align: left;
    font-size: 0.8em;
    width: 100%;
    padding: 15px;
    border-bottom: 1px dotted #00000042;
}

.border-black {
	border-left: 4px solid #000;
	margin: 10px 0;
}

.road-map-card h3 {
	background: #000;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    font-family: 'Montserrat-L';
}

.road-map-card-2 {
	background: transparent;
    padding: 5%;
    border-radius: 10px;
    margin: 0;
    width: 49%;
    box-shadow: 2px 2px 4px #00000013;
	border: 2px solid #fff;
}

.road-map-card-2 h3 {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 0;
    width: 100%;
}


.road-map-card-2 textarea {
    overflow: auto;
    height: 90px;
    margin: -10px 0;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    color: black;
}

.road-map-card-2 p {
	font-weight: 100;
    margin-top: 14px;
    font-size: 12px;
    color: #5D6678;
    padding: 20px 0 40px;
    max-width: 100%;
}

.road-map-card .gradient-line-2 {
	width: 100%;
	height: auto;
	background: #000000;
	background: -webkit-linear-gradient(to right, #17a6d080, #e4aaff80, #ff84ad80, #f1bf6580, #ffe45f80, #4de99b80, #67d0f180);
	background: linear-gradient(to right, #17a6d080, #e4aaff80, #ff84ad80, #f1bf6580, #ffe45f80, #4de99b80, #67d0f180)
}

.flex-card-2 {
	display: none;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
}

/* === CSS FILTER EFFECTS === */
.firstBlur.modalBlur > *:not(.modal) {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}

.firstBlur.modalDesaturate > *:not(.modal) {
	filter: saturate(0%);
	-webkit-filter: saturate(0%);
}
/* === SOFTEN THE MODAL BACKDROP SO THE EFFECT IS MORE VISIBLE === */
.modal-backdrop {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

/* Modal */

.modal-contenido {
	background-color:#fbfbfb;
    width: fit-content;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    max-height: 80vh;
	min-height: 30vh;
    overflow: hidden;
	align-items: center;
	justify-content: flex-start;
	min-width: 50vw;
    max-width: 1000px;
}


.modal-inner-content {
	overflow-y: auto;
	overflow-x: none;
	height: 100%;
	width: 100%;
/*	margin: 20px 20px;*/
}

.modal-inner-content p  {
	max-width: 90%;
    margin: 20px auto 0;
    font-size: 13px;
}

.modal-inner-content .colum p {
    padding: 9px;
    cursor: pointer;
    color: #fff;
    background: #000;
    max-width: 370px;
    border-radius: 4px;
}

.modal-inner-content h5  {
    margin: 20px auto 5px;
    font-size: 16px;
}

.modal-inner-content .follow-info p {
	margin: 0 auto 0;
	font-size: 10px;
}

.modal {
	background-color: rgba(0,0,0,.7);
	/*-webkit-filter: blur(1px);*/
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
	z-index: 1001;
	pointer-events:none;
	transition: all 1s;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: row; 
	display: flex;
	pointer-events: none;
}

/* CREATE */

#step_1 {
	display: flex;
}

#step_2 {
	display: none;
}

/* ID DEL MODAL */
#modal:target {
	/* opacity:1;
	pointer-events:auto; */
}

#modal_create:target {
    /* opacity:1;
    pointer-events:auto; */
}

.modal-contenido a {
	position: absolute;
	right: 16px;
    top: 14px;
	color: #000;
}

.transfer-flex {
	display: flex;
	flex-direction: column;
}

.modal-contenido input {
	margin: 0;
	padding: 10px 12px;
	border: none;
	background-color: #efefef;
	width: auto;
	/*max-width: 400px;*/
	text-align: left;
	border-radius: 5px;
	font-family: "Poppins";
	height: 40px;
	margin: 20px 0;
}

.social-modal input {
    padding: 10px 12px;
    border: none;
    background-color: #dbdbdb;
    color: #000;
    width: 80%;
    text-align: left;
    border-radius: 5px;
    font-family: "Poppins";
    height: 40px;
    margin: 0;
}

.modal-contenido h2 {
	font-family: "Montserrat-L";
	margin-bottom: 15px;
	padding: 10px 30px;
}

.modal-contenido label {
    color: #000;
    padding: 15px 3px 5px;
    font-family: 'Poppins';
    font-size: 12px;
    /*margin: 0 0 -15px;*/
    display: flex;
    align-items: center;
}

.modal-contenido button {
    margin: 10px 0;
	font-size: 15px;
}

.title h2 {
    padding: 10px 0 40px;
}

.flex-input {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.flex-input i {
	color: #696969;
	margin-right: 10px;
	padding: 2px;
	font-size: 24px;
	width: 30px;
}


/* upload file */

.dark {
    cursor: pointer;
    width: 100%;
    max-width: 430px;
    position: absolute;
    transition: .2s linear;
    z-index: 1;
    margin: 380px 5px;
}

.dark button  {
    cursor: pointer;
    opacity: 0.8;
    width: inherit;
}

.dark button:hover  {
    opacity: 1;
}


/* Terms */


.section-terms {
	width: 100%;
	height: auto;
	display: flex;
	font-family: "Poppins";
	margin: 85px 0;
}

.section-terms h2 {
    margin: 40px 0;
    font-family: 'Montserrat-L';
	font-size: 32px;
    max-width: 90%;
    text-align: center;
}

.section-terms p {
    max-width: 90%;
    text-align: justify;
}

.section-terms ul {
    width: 90%;
}

.new-nft {
	display: none;
	width: 60px;
	height: 60px;
	border-radius: 80px;
    background: linear-gradient(to right, #50d6ff, #da8bff, #ff81ab);
	color: #fff;
	cursor: pointer;
	z-index: 2000;
	box-shadow: 0px 0px 6px #0000004d;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	margin: 0 0 26px;
}

.new-nft a {
	color: #fff;
	font-size: 40px;
	margin: 0;
	padding: 0;
	font-family: 'Poppins';
}

.new-nft a:visited {
	color: #fff;
}

.modal .checkmark p {
    margin: 0 32px;
    font-size: 16px;
    height: 30px;
    min-width: 290px;
}

.modal .checkmark {
	margin: -10px 0;
}

.logo-top {
    height: auto;
	width:220px;
}

.textos-questions label h1{
	padding: 10px;
	margin: 0;
}	

#preview h1 {
    margin: 20px;
}

.flex-location {
	display: flex;
	align-items: center;
}

.articulo b {
	font-size: 14px;
	width: 100%;
	overflow-y: hidden;
	height: 20px;
}

.version {
	position: absolute;
	top: 50px;
    left: 245px;
    font-size: 10px;
}

.contenedor-card-perfil video {
    width: 100%;
    background: transparent;
    object-fit: cover;
    height: calc(100vw / 3)!important;
}

.flex-row-center {	
	display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    margin: 0px !important;
    padding: 0px !important;
}

/* Breakpoints responsive */

@media screen and (max-width:1800px) {
	/* CREATE */

	.save-draft .btn-blue {
		font-size: 14px;
		border-radius: 30px;
		min-width: 140px;
	} 

	section h2 {
		font-size: 28px;
	}

	#preview .articulo .image {
		width: 100%;
		max-height: 350px;
		max-width: 350px;
	}

	#preview .articulo {
		width: 350px;
	}

	.nft-content-create h1 {
		color: #1d273b;
		margin: 24px;
	}

	.back-blue .tag {
		width: 40px;
		height: 40px;
	}

	.back-blue .tag-none {
		width: 40px;
		height: 40px;
	}


	.sticky-content {
        height: 89vh;
        width: 550px;
    }

}

@media screen and (max-width:1300px) {

	.pages {
		top: 107px;
	}

	.search-bar {
		margin-left: 5px;
	}

	.header-category a {
		font-size: 12px;
	}

	.header-top a i{
		margin: 0;
	}

	.inner-column h6 {
		font-size: 14px;
    }


	/*.articulo {
		width: 43%;
	}*/

	.tag {
		font-size: 10px;
	}

	header button {
		font-size: 10px;
		margin: 18px 0 18px 20px;
		background: #000;
		color: #fff;
		min-width: 110px;
	}

	.search-bar input {
		margin: 0;
		padding: 10px 12px;
		border: none;
		background-color: transparent;
		width: 100%;
		max-width: 400px;
		font-size: 11px;
		text-align: left;
		border-radius: 5px;
		font-family: "Poppins";
	}

	.search-bar select {
		font-size: 11px;
	}

	.articulo .image {
		width: 100%;
		max-height: auto;
	}

	.contenedor-card-perfil {
        height: calc((350px / 3) + 50px)!important;
        padding: 3px;
        width: 350px!important;
	}
    
    .contenedor-card-perfil .image {
        height: calc(350px / 3);
    }

	.card-perfil .back-user img {
		height: 80px;
		width: 80px;
	}

	.card-perfil .back-user {
		margin: -50px 10px 0!important;
	}	

	.card-perfil .column {
		width: 100%;
		margin: 0;
		padding: 10px 0;
	}

	.card-perfil .column h4{
		font-size: 12px;
	}

	.content .column p {
		font-size: 9px;
	}	

	.category-card {
		width: 240px;
		height: 240px;
	}	

	.card h4 {
		font-size: 22px;
	}

	section p {
		font-size: 12px;
	}

	/* CREATE */

	.save-draft .btn-blue {
		font-size: 12px;
		border-radius: 30px;
		min-width: 120px;
	}

	section h2 {
		font-size: 24px;
	}

	#preview .articulo .image {
		width: 100%;
		max-height: 350px;
		max-width: 350px;
	}

	#preview .articulo {
		width: 100%!important;
		max-width: 350px;
	}

	.nft-content-create h1 {
		color: #1d273b;
		margin: 20px;
	}

	
	.back-blue .tag {
		width: 40px;
		height: 40px;
	}

    .back-blue .tag-none {
		width: 40px;
		height: 40px;
	}

	.sticky-content {
		width: 340px;
	}	

	.articulo b {
		font-size: 14px;
	}
}

@media screen and (max-width:1250px) {

	.pages {
		top: 86px;
	}

	.save-draft {
		position: fixed;
		top: 160px;
		right: 40px;
	}

	.back-blue .tag-none {
		width: 30px;
		height: 30px;
	}

	.version {
		position: absolute;
		top: 40px;
		left: 245px;
		font-size: 10px;
	}

	.logo-top {
		height: auto;
		width: 200px;
	}

	.header-top .logo {
		margin: 0 10px 0;
	}

	.search-bar {
		display: flex;
	}

	.menu-link {
		display: none;
	}

	.modal-inner-content p  {
        font-size: 11px;
    }
    
    .loader_container {
        height: 160px;
    }

    .loader {
        position: absolute;
        height: 110px;
        width: 110px;
        overflow: hidden;
        
    }

    .loader_4 {
        height: 100px;
        width: 100px;
    }

	.titulo {
		font-size: 45px;
	}

	.contenido-header {
		flex-direction: column;
		justify-content: space-evenly;
	}

	.contenido-header>img {
		width: 300px;
		height: 300px;
	}

	.textos-header {
		margin: 0;
	}

	.hide-category {
		display: none;
	}

    header {
        height: auto;
    }

    .header-top {
        height: 60px;
    }

	.header-category {
        padding: 6px;
    }

    .header-category a {
        font-size: 10px;
    }

	/*header .logo img {
		height: 36px!important;
		margin: -10px -5px;
	}*/

	.contenido-header>img {
		width: 90%;
		height: auto;
		max-width: 500px;
	}

	.section-us button {
		min-width: 200px;
		width: 80vw;
	}

	.section-us .back-button {
		margin: 20px 0 0;
	}

	/* Questions */

	.questions {
		min-height: 720px;
		justify-content: space-evenly;
		flex-direction: column;
	}

	.questions>img {
		width: 400px;
	}

	/* results */

	.conten-results {
		flex-direction: column-reverse;
	}

	.results-text>a {
		margin-bottom: 60px;
	}

	.numbers {
		width: 100%;
		/* justify-content: space-between; */
	}

	.results-text {
		width: 100%;
	}

	/* Services */

	.services {
		flex-direction: column-reverse;
		align-items: center;
	}

	.box-skills {
		margin: 0 0 40px 0;

	}

	.box-skills h4 {
		width: 500px;
	}

	.services>img {
		width: 400px;
	}

	/* Footer */

	footer {
		justify-content: space-evenly;
	}

	.partFooter {
		width: 40%;
		margin-bottom: 40px;
	}

	.category {
		display: none;
	}

	/* NFT ITEM */

	.nft-inner-content .doble {
		display: flex;
		flex-direction: column;
	}

	.nft-inner-content .articulo .image {
		height: 100%;
		width: 100%;
	}

	.nft-page .column {
		min-width: 450px;
		width: 99%;
	}

	.nft-inner-content .doble {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		height: auto;
	}    
	
	.articulo {
        width: 250px;
		height: 458px;
    }

    .articulo img {
        width: 100%;
        background: transparent;
        object-fit: cover;
        /*height: calc(350px / 3);*/
        height: 250px;
    }

    .articulo .image {
        width: 100%;
        max-height: 250px;
        border-radius: 0;
        overflow: hidden;
        padding: 2px;
        height: 250px;
    }

	.slider {
		width: 100vw;
	}

	.header-steps {
		display: flex;
		position: fixed;
		top: 85px;
		left: 0;
	}

	.steps {
		width: 100%;
		margin: 0;
		padding: 30px;
		background: #ffffff;
		border-bottom: 1px solid #0000003d;
		position: fixed;
		height: 50px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
		z-index: 10;
	}

	.back-blue .tag {
		width: 30px;
		height: 30px;
	}

	.toggle {
		height: 40px;
		width: 30px;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
    } 

    .header-user img {
        height: 35px;
        width: 35px;
    } 

    .header-user p {
        font-size: 9px;
    }

    .header-user h5 {
        font-size: 12px;
    }

}

@media screen and (max-width:1085px) {

	.pages {
		top: 84px;
	}

	.nft-menu-profile .selected {
        border-radius: 10px 10px 0px 0px;
        z-index: 11;
        box-shadow: none;
    }
    

    .nft-menu-profile button {
        border-radius: 10px 10px 0px 0px;
        width: 100%;
        max-width: 90vw;
        margin: 0;
    }


	.footer-info {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		flex-wrap: nowrap;
		width: 100%;
		justify-content: center;
	}

	.back-blue .articulo {
		width: 450px;
		margin: 10px;
		height: 650px;
	}

	.create-flex {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin: 10px 0;
		align-content: center;
		flex-wrap: nowrap;
	}

	.header-category a {
        font-size: 8px;
    }

	.logo-top {
		height: 20px;
		width: 180px;
	}

	.header-category {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}

	.heigth-auto {
		max-height: calc(100vw / 3);
	}
	
	.back {
		left: 30px!important;
		width: 121px;
	}

	/* CARDS  */
	.contenedor-card-perfil {
		height: calc((420px / 3) + 50px)!important;
		padding: 3px;
		max-width: 420px;
	}
	
	.contenedor-card-perfil .image {
		height: calc(420px / 3);
	}
	
	#walletProfileChainBtn {
		display: none!important;
	}

	#header_actions_create_button {
		display: none!important;
	}

	.search-bar select {
		display: none;
	}

	/*.articulo {
		width: 100%!important;
		max-width: 350px;
		height: calc((350px / 3) + 50px)!important;
	}*/

	.contenedor-card-perfil .image {
		height: calc(350px / 3);
	}

	.tag {
		font-size: 11px;
	}

	section {
		padding: 40px 0;
	}

	section p {
		max-width: none;
	}

	.content-profile {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
		align-items: flex-start;
        width: 100%;
        height: auto;
        padding: 0 5%;
    }

	.profile-top .resume {
		width: 90vw;
		margin: 0 0 10px;
		padding: 0;
		height: auto;
		max-height: 140px;
	}

	.pointer {
		flex-direction: row!important;
	}

	.pointer .actions {
		display: flex;
		align-items: center;
		height: 38px;
		font-size: 18px;
	}

	header {
		height: auto;
		padding: 10px;
	}

	.profile-top {
		width: 100%;
		height: auto;
	}

	.flex-info {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		color: #979292;
		align-items: flex-start!important;
	}

	.up {
        height: auto;
        margin: -70px 0 0;
    }

	.content-profile button {
        min-width: 100px;
    }

	.picture-content span {
        left: calc(5vw + 160px);
		top: calc((100vw / 3) - 7px);
		margin: 20px 0px;
	}

	.up-button {
        top: calc((100vw / 3) + 20px);
	}

    .edit-avatar {
        top: 60px;
        right: 0px;
        left: -70px;
        bottom: 0;
    }

	.modal-contenido h2 {
		font-size: 20px;
	}

	.modal-contenido {
        padding: 30px 10px;
		min-width: auto;
    }

	.profile {
		height: 120px;
		width: 120px;
	}

	.new-nft {
		display: flex;
	}

	.flex-grid {
		display: flex;
		flex-direction: row;
	}

	section h1 {
		font-size: 25px;
		margin: 40px;
	}

	h1 {
		font-size: 30px;
	}

	.back-profile img {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
		width: 100vw;
		height: auto!important;
		margin: 0px 0;
	}
	
	.flex-grid {
        position: none;
        top: 510px;
        padding: 0;
        margin: 0;
    }

    .back-button {
        margin: 30px 5px;
    }

	.modal-contenido {
		max-height: 70vh;
    	max-width: 94%;
        width: 90%;;
	}

	.profile-top .inner-flex {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: auto;
		height: auto;
		margin: 0px 0 15px 0;
	}

    .profile-top .inner-column {
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
		align-items: baseline;
        flex-wrap: nowrap;
        align-content: center;
    }

    .profile-top p {
        font-size: 11px;
        padding: 0;
    }

    .profile-top h5 {
        margin: 0;
		padding: 3px;
        font-size: 16px;
    }

	.profile-top h6 {
        margin: 0;
		padding: 3px;
        font-size: 16px;
    }

    .profile-top .column h4 {
        font-size: 30px;
		padding: 0px 0 5px;
	}
		
	.profile-top .column {
        margin: 0;
		min-height: 380px;
    }

	.profile-top .resume p {
        font-size: 11px;
        margin: -10px 0 0;
    }

	.social-media-profile {
        width: 100%!important;
		height: 40px;
    }
    
    .social {
        width: 88vw;
		position: relative;
		top: 370px;
		margin-top: -85px!important;
    }

	#donate_section {
        display:none!important;
		width: 82vw;

	}

	.contenido-header p {
        max-width: 100%;
    }

	header {
		height: auto;
		padding: 10px;
	}

	.header-top .logo {
		margin: -5px 0;
	}

	header .logo img {
		height: 40px!important;
	}

	.enlases_header button {
        display:none;
    }

	#wallet_connect {
		display: block;
		right: 13px;
		position: fixed;
		top: 13px;
		margin: 0px;
	}

	.header-user {
		position: fixed;
		right: 0;
		top: 0;
		margin: 6px;
		width: auto;
		cursor: pointer;
		overflow: hidden;
	}

	.header-user div {
		display:none;
	}

	.search-bar {
		display: none;
        width: 90vw;
    }

	.new-nft a {
		color: #fff;
		font-size: 40px;
		margin: 0;
		padding: 0;
		font-family: 'Poppins';
	}

	.slider {
		width: 100vw;
		margin-top: 52px!important;
	}

	#buttons_container {
		top: -120px;
		right: 0;
		position: absolute;
	}

	/* CREATE */

	.nft-content-create {
		background: #fff;
		height: auto;
		width: 100%;
		display: flex;
		margin: 65px 0 0;
		align-content: flex-start;
		padding: 0;
		flex-direction: column;
		align-items: center;
	}

	.content-form {
		width: 100%;
		height: auto;
		position: relative;
	}

	.nft-content-create .back-blue {
		width: 100%;
		margin: 0 auto 100px;
		text-align: left;
		font-family: "Montserrat-L";
		padding: 5%;
		font-size: 18px;
		position: relative;
		top: auto;
	}

	.flex {
		width: 100%;
		margin: 0 auto;
	}

	.nft-inner-create {
		display: flex;
		flex-direction: column;
		padding: 2% 0;
		height: auto;
		overflow: hidden;
		margin: 0;
	}

	.save-draft {
		position: fixed;
		right: 20px;
		z-index: 1001;
		bottom: 70px;
		top: auto;
		left: auto;
	}

	section h2 {
		font-size: 20px;
	}

	.upload p {
		max-width: 460px;
		width: 99%;
		text-align: left;
		font-family: 'Poppins';
		padding: 3px 0;
		font-size: 10px;
	}

	.nft-content-create .contenedor-articulo {
	    width: 100%;
        position: relative;
        top: auto;
        display: flex;
        right: auto;
        flex-direction: column;
        align-items: center;
	}

	.sticky-content {
		height: auto;
		width: 100%;
		padding: 0 0 180px 0;
		position: relative;
	}

	.details h3 {
        font-size: 12px;
    }  

	.category-card {
		width: 100%;
		margin: 0 5px 15px;
		align-items: center;
		background-size: cover!important;
		background-position: center!important;
		max-width: 100%;
	}

	.upload label {
		width: 100%;
	}

	.upload input {
		background: #fff;
        color: #000;
		width: 99%;
		max-width: 460px;
		padding: 15px 10px;
		border-radius: 10px;
		box-shadow: 0 0 3px rgb(17 29 48 / 16%);
		border: none;
		margin: 10px 2px;
	}

	/* follow */

	.profile-top .flex {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: row;
		align-content: flex-start;
		height: auto;
		margin: 0;
		position: relative;
		justify-content: flex-start;
		right: 0;
	}

	.follow-user {
        width: 100%;
    }

	.follow-user p {
		font-size: 9px;
	}

	/*.profile-menu {
		display: flex;
		flex-direction: row;
		margin: 10px 0 -3px;
	}*/

	.profile-menu {
        padding: 0;
        display: flex;
        flex-direction: row;
        margin: 10px 0 0;
    }

	.profile-menu a {
		margin: 5px;
		width: 345px;
    	padding: 7px;
		font-size: 16px;
	}

	.back-blue .articulo img {
		width: 100%;
		background: transparent;
		object-fit: cover;
		height: 450px;
	}

    /* Footer */
    footer {
        display: flex;
        flex-direction: column;
		align-items: flex-start;
        flex-wrap: nowrap;
        align-content: stretch;
        padding: 15vw 15vw 150px;
        justify-content: center;
    }

	.version {
		position: absolute;
		top: 36px;
		left: 200px;
		font-size: 10px;
	}

    footer .footer-info {
        margin-top: 30px;
    }

	.section-terms {
        margin: 18px 0;
    }

	.nft-content-create .articulo {
		width: 100%!important;
		max-width: 450px;
		height: auto;
		margin: 50px auto 0;
	}

	.header-top {
		display: flex;
		justify-content: space-between;
		height: 40px;
		width: 100%;
		align-items: flex-start;
		padding: 0 15px;
	}

	.header-steps {
        display: flex;
        position: fixed;
        top: 73px;
        left: 0;
    }

	.steps {
		width: 100%;
		margin: 0;
		background: #fff;
		border-bottom: 1px solid #eee;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}
	
	.title {
		margin: 30px 0 0;
	}
	
	.tag-none-line {
		background: #00000069;
		height: 4px;
		width: 30%;
	}

	.flex-info a {
		font-size: 10px;
	}
/*
    .dark {
        position: relative;
        display: flex;
        background: #ffffff36;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        transition: .2s linear;
        z-index: 1;
        padding: 0 0 10px;
        width: 100%;
        height: auto;
    }

	.dark button {
        opacity: 1;
        width: 92%;
    }*/

	.nft-page .icon-top {
		width: 0px;
		display: none;
	}

	.nft-inner-content .articulo {
		height: auto;
	}
	
    .nft-inner-content .like {
        display: none;
    } 

	.nft-page {
		margin-top: 60px;
	}

	.nft-page .column {
		min-width: 0;
		width: 99%;
	}

	.nft-inner-content .articulo .image img {
		height: auto;
		width: 100%;
	}
}	


@media screen and (max-width:820px) {

	#buttons_container {
		top: -150px;
		right: 0;
		position: absolute;
	}

	.pages {
		display: flex;
		margin: 0;
		position: fixed;
		top: 60px;
		width: 100%;
		left: 0;
		background: #fbfbfbd9;
		align-items: center;
		padding: 10px;
		justify-content: flex-start;
		overflow-x: auto;
		z-index: 10;
	}

	.contenedor-articulo {
		display: flex;
		flex-wrap: wrap;
		width: auto;
		margin: 60px 7px;
		justify-content: center;
		align-items: flex-start;
		padding: 0;
	}

	.header-user img {
		height: 35px;
		width: 35px;
		margin: 0;
		padding: 0;
	}

	.header-user {
		position: fixed;
		right: 0;
		top: 0;
		margin: 13px;
		width: auto;
		cursor: pointer;
		overflow: hidden;
	}

	/*
	.articulo {
        width: 100%!important;
        max-width: calc(100% - 26px);
        height: calc(((100% - 26px)/ 3) + 50px)!important;
    }

    .articulo .image {
        width: 100%;
        height: calc(((100% - 26px)/ 3) + 50px)!important;
    } */

	.contenedor-card-perfil {
		width: 100%!important;
        max-width: calc(100%);
        height: calc((100vw / 3) + 40px)!important;
    } 


	.contenedor-card-perfil .image {
		width: 100%;
        height: calc((100vw - 26px)/ 3)!important;
    } 

    .contenedor-card-perfil .image img {
        width: 100%;
        background: transparent;
        object-fit: cover;
        height: calc(100vw / 3)!important;
    } 

	.contenedor-card-perfil video {
		width: 100%;
    	background: transparent;
    	object-fit: cover;
    	height: calc(100vw / 3)!important;
	}

	.header-steps {
        display: flex;
        position: fixed;
        top: 50px;
        left: 0;
    }

    .version {
		position: absolute;
		top: 35px;
		left: 185px;
		font-size: 10px;
	}

    .logo-top {
		height: 20px;
		width: 160px;
	}

    .steps {
        width: 100%;
        margin: 0;
        padding: 0 20px;
	}
	.dark button {
		cursor: pointer;
		opacity: 0.8;
		width: 85%;
		margin: 0 2%;
	}

	.dark {
		cursor: pointer;
		width: 100%;
		max-width: 430px;
		position: absolute;
		transition: .2s linear;
		z-index: 1;
		margin: 70% 0;
	}

	/*.picture-content span {
        left: calc(5% + 175px);
    }*/

	.profile-top p {
		font-size: 10px;
		padding: 0;
	}

	section {
		padding: 40px 0;
	}

	.titulo {
		font-size: 35px;
	}

	h1 {
		font-size: 26px;
	}

	.mobile {
		display: block;
	}

	.phone {
		display: block;
	}


	/* About us

	/* Questions */

	.questions>img {
		width: 200px;
	}

	/* results */

	.numbers .number {
		width: 95%;
	}

	.results-text h4 {
		font-size: 35px;
	}

	/* Services */

	.services>img {
		width: 200px;
	}

	.box-skills h4 {
		width: 100%;
	}

	.section-ventajas {
		width: 100vw;
		padding: 80px 0;
	}

	.questions {
		padding: 80px 4vw;
	}

	.questions img {
		width: 100%;
	}

	.textos-questions {
		width: 100%;
	}	

	.textos-questions label h1{
		padding: 10px;
		margin: 0;
	}	

    .card-perfil .back-user img {
        height: 80px;
        width: 80px;
    }

    .card-perfil .back-user {
        margin: -40px 10px 0;
    }

    .nft-content h1 {
        color: #fff;
        text-align: center;
        padding: 0;
        margin: 65px 0;
    }

	.header-top {
		display: flex;
		flex-direction: column;
        align-items: flex-start;
	}


	.header-category {
		display: none;
	}

	.articulo {
        width: 250px;
        max-width: 350px;
        /*sheight: 558px;*/
    }

	.articulo .image {
        width: 100%;
        max-height: 350px;
        border-radius: 0;
        overflow: hidden;
        padding: 2px;
        /*height: 350px;*/
    }

	.articulo img {
        width: 100%;
        background: transparent;
        object-fit: cover;
        /*height: 350px;*/
    }

	.articulo b {
		font-size: 12px;
	}

	.new-nft-animation img{
		height: 350px!important;
	}

	.image .category-icons {
		left: 216px;
	}
}

