
.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;
}

.nft-card {
    width: 300px;
    display: flex;
    height: 300px;
    margin: 5px;
    flex-direction: column;
    box-shadow: 0 0px 13px -7px #0000006b;
    cursor: pointer;
    border-radius: 20px;
}

.selected-network {
    padding: 7px 10px 7px 5px;
    border-radius: 4px;
    border: #000 2px solid;
}

.network  {
    background: #ffffffb0;
    opacity: 1;
    position: absolute;
    z-index: 2;
    display: flex;
    border-radius: 40px;
    height: 30px;
    margin: 26px 0 0;
    backdrop-filter: blur(1px);
    transition: 0.5s ease;
    justify-content: center;
    align-items: center;
}

.network img {
	width: 30px!important;
	border: none!important;
	padding: 8px!important;
}


.nft-card-header img {
    width: 85px;
    border-radius: 10px;
    border: #ffffff6e solid 2px;
    height: 80px;
}

.nft-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: inherit;
    width: calc(100% - 20px);
    padding: 0px 10px;
	margin: -20px 0 0 0;
    border-radius: 10px 10px 0 0;
}

.card-column {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: flex-start;
	padding: 0 5px;
	height: 55px;
	margin: 0 0 5px 0;
}

.card-column button {
	font-size: 8px;
	padding: 6px;
	cursor: pointer;
	border-radius: 10px;
	margin: 0 5px 0 0;
	background: #000;
	color: #fff;
	border: 0;
}

.nft-user-author {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin: 0;
    opacity: 1;
    transition: 0.5s ease;
    scale: 0.95;
    width: 320px;
    z-index: 2;
}

.nft-card:hover .nft-user-author {
	display: flex;
    align-items: flex-start;
    justify-content: flex-end;
	margin: 0;
	opacity: 1;
	scale: 1;
}

.nft-card:hover .network  {
    opacity: 1;
}

.nft-card:hover .nft-card-footer {
	scale: 1.02;
}

.flex {
	display: flex;
}

.nft-image-container {
	margin: 0;
	z-index: 0;
}

.nft-image-container img {
	height: 300px;
	width: 300px;
	object-fit: cover;
	border-radius: 20px;
}


.nft-card:hover .nft-user-author {
	display: flex;
    align-items: flex-start;
    justify-content: flex-end;
	margin: 0;
	opacity: 1;
	scale: 1;
}

.poc-card:hover .network  {
    opacity: 1;
}

.poc-card:hover .poc-card-footer {
	scale: 1.02;
}

.poc-image-container {
	margin: 0;
	z-index: 0;
    cursor: pointer;
}

.poc-image-container img {
	height: 200px;
	width: 200px;
	object-fit: cover;
	border-radius: 20px;
}

.poc-card-footer {
    background: #ffffff6b;
    padding: 12px 10px 0;
    margin: -100px auto 0;
    width:180px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    height: 80px;
    opacity: 1;
    transition: 0.5s ease;
}

.poc-card {
    margin: 5px;
}

.wallet-display button {
	background: #fff;
	margin: 0;
	padding: 5px;
}

h4 {
    font-size: 16px;
    padding: 5px;
}

section p {
    max-width: 100%!important;
    font-size: 16px!important;
}

.nft-card-footer {
    background: #ffffff6b;
    padding: 12px 10px 0;
    margin: -129px auto 0;
    width: 266px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    height: 110px;
    opacity: 1;
    transition: 0.5s ease;
}

.contenedor-pocs {
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
    width: calc(100% - 60px);
    overflow-x: scroll;
    overflow-y: hidden;
}

.section-us h2 {
    width: calc(100% - 140px);
    font-size: 42px;
    font-family: 'Poppins';
    text-align: left;
    margin-top: 30px;
}

section {
    padding: 2vw 2vw!important;
}

a.boton {
	position: relative;
	display: flex;
	padding: 10px;
    border-radius: 20px;
    font-weight: bold;
    overflow: hidden;
    color: #000!important;
    cursor: pointer;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all ease 1s;
    font-family: "MostraAlt", sans-serif;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    justify-content: center;
    align-items: center;
	background: #ffffff54;
}

a p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 12px;
	color: #000!important;
	background-clip: none;
	-webkit-background-clip: none;
	-webkit-text-fill-color: none;
}

a.boton img {
    width: 25px;
}

a.boton:after,
a.boton:before {
	width: 80px;
	height: 200px;
	content: '';
	display: block;
	background: rgba(255,255,255,0.5);
	transform: rotate(45deg);
	top: -60px;
	position: absolute;
	transition: none;
	right:-58%;
	cursor: pointer;
}
 
a.boton:before {
	left: -80%;
}
 
a.boton:hover {
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	background:#fff;
}
 
a.boton:hover:after,
a.boton:hover:before {
	transform: rotate(45deg), scaleX(130%);
	background: rgba(255,255,255,0.1);
	transition: all ease 0.8s;
}
 
a.boton:hover:after {
	right: 130%;
}
 
a.boton:hover:before {
	left: 130%;
}

.color-letter {
    -webkit-text-fill-color: #000!important;
}

.modal {
    backdrop-filter: blur(1px);
}

.flex-modal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.modal-contenido {
    overflow-y: auto!important;
    align-items: flex-start!important;
}

.modal-contenido p {
    margin: 10px 0 0 30px!important;
}

.modal-contenido h5 {
    margin: 10px 0 0 30px!important;
}

.modal-contenido h3 {
    margin: 10px 0 0 30px!important;
}

.modal-contenido img {
    width: 100%!important;
    height: auto;
    border-radius: 20px;
}

ul li {
    display: flex;
}

ul li p {
    font-size: 16px!important;
}

.modal-a {
    color: #390083!important;
    font-weight: bolder;
    position: relative!important;
    right: 0!important;
    top: 0!important;
}