/* 
font-family: 'Roboto', sans-serif;
font-family: 'Raleway', sans-serif;
*/

.display-maximo {
	display: none;
}

.display-grande {
	display: none;
}

.display-mediano {
	display: none;
}

.display-chico {
	display: none;
}

body,
html {
	width: 100%;
	height: 100%;
}

.vertical-centered-text {
	-ms-display: flex;
	display: flex;
	/* alineacion vertical */
	align-items: center;
	/* alineacion horizontal */
	justify-content: center;
}

.vertical-centered-text-menu {
	-ms-display: flex;
	display: flex;
	/* alineacion vertical */
	align-items: center;
	/* alineacion horizontal */
	justify-content: space-around;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 130px;
	color: #fff;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 47pt;
	color: #fcfcfc;
	text-transform: uppercase;
	margin-bottom: 50px;
	text-align: center;
}

h3 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 25px;
	color: #fcfcfc;
	font-weight: 600;
	font-style: italic;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: rgb(255, 189, 242);
	float: left;
	padding: 12px 0px 0px 20px;
	box-sizing: border-box;
}
p {
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	font-weight: 400;
	font-size: 14px;
	margin: 10px;
	color: #fcfcfc;
}

/*BARRA SUPERIOR*/

#metamask {
	width: 100%;
	height: auto;
	position: fixed;
	text-align: center;
	background: #fcfcfc;
	top: 0px;
	left: 0px;
	z-index: 1000;
	box-shadow: -10px 0px 15px rgba(9, 9, 9, 0.1);
	padding: 5px 0px 10px;
}

.boton-m {
	text-align: center;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	font-weight: 400;
	font-size: 12px;
	color: #222222;
	float: right;
	background-color: rgb(255, 189, 242);
	border-radius: 50px;
	margin: 5px 5px 0px 0px;
	padding: 11px 30px;
	cursor: pointer;
}

.boton {
	text-align: center;
	color: #222222;
	float: right;
	background-color: rgb(255, 189, 242);
	border-radius: 25px;
	margin: 5px 30px 0px 0px;
	width: 40px;
	height: 40px;
	background-image: url('imagenes/discord.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.boton:hover,
.boton-t:hover {
	background-color: #222222;
}

.boton-t {
	text-align: center;
	color: #222222;
	float: right;
	background-color: rgb(255, 189, 242);
	border-radius: 25px;
	margin: 5px 10px 0px 0px;
	width: 40px;
	height: 40px;
	background-image: url('imagenes/twitter.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.mint {
	text-align: center;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	font-weight: 400;
	font-size: 12px;
	color: #222222;
	float: right;
	background-color: rgb(255, 189, 242);
	border-radius: 50px;
	margin: 5px 10px 0px 0px;
	padding: 11px 30px;
}

#lenguaje {
	float: left;
	margin: -5px 20px;
}

.en {
	color: #222222;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	margin-right: 5px;
}

.es {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: rgb(255, 189, 242);
	vertical-align: bottom;
	margin-left: 5px;
}

.check {
	position: relative;
	width: 50px;
	outline: none;
	vertical-align: top;
}

.check:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 25px;
	background: #222222;
	border-radius: 25px;
}

.check:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background: #fcfcfc;
	border-radius: 25px;
	transition: 0.25s;
	border: 2px solid #222222;
	box-sizing: border-box;
}

.check:checked:after {
	left: 25px;
	border: 2px solid rgb(255, 189, 242);
}

.check:checked:before {
	background: rgb(255, 189, 242);
}

/*MINT*/

label {
	display: block;
}

input#tentacles,
label {
	margin: 5px 15px 0px 0px !important;
}

input#tentacles {
	margin: 5px 0;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	border: 1px solid rgb(255, 189, 242);
	outline: none;
	text-align: center;
	background: transparent !important;
}

.boton-mint {
	text-align: center;
	display: block;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	line-height: 12px;
	font-weight: 400;
	font-size: 12px;
	color: #fcfcfc;
	padding: 14px 30px;
	background-color: #222222;
	margin: 15px 0px;
	border-radius: 50px;
	cursor: pointer;
}
.boton-mint-soldout {
	text-align: center;
	display: block;
	/* box-sizing: border-box; */
	font-family: 'Roboto', sans-serif;
	line-height: 12px;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	padding: 14px 30px;
	/* background-color: #222222; */
	margin: 15px 0px;
	/* border-radius: 50px; */
	/* cursor: pointer; */
}

.boton-video {
	color: #222222;
	background-color: rgb(255, 189, 242);
	text-align: center;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	font-weight: 400;
	font-size: 14px;
	border-radius: 50px;
	border: 4px solid #fcfcfc;
	margin: 50px 0px 25px;
	width: 178px;
	padding: 14px;
	display: inline-block;
}
.boton-video:hover {
	background-color: #fcfcfc;
	color: #222222;
}

.boton-m:hover,
.boton-mint:hover,
.mint:hover {
	background-color: #222222;
	color: rgb(255, 189, 242);
}

.crypto p {
	color: #808080;
	font-size: 11px;
	line-height: 14px;
}

.crypto0 p {
	color: #808080;
	font-size: 11px;
	line-height: 14px;
}

.section-mint .texto p.subtitle {
	font-size: 14px;
	line-height: 16px;
}

/*HIGHLIGHTS*/

#ethe {
	background-image: url('imagenes/ethe.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 90px;
	height: 105px;
	margin-right: 25px;
}

#goals {
	background-image: url('imagenes/goals.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 90px;
	height: 105px;
	margin-right: 25px;
}

#film {
	background-image: url('imagenes/film.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 90px;
	height: 105px;
	margin-right: 25px;
}

#money {
	background-image: url('imagenes/money.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 90px;
	height: 105px;
	margin-right: 25px;
}
#ticket {
	background-image: url('imagenes/ticket.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 90px;
	height: 105px;
	margin-right: 25px;
}

/*PATRON PODIUM*/
#podium {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('imagenes/calladita-podium.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
}

/*ROADMAP*/

#roadmap {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url('imagenes/calladita-frame.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.texto-1 {
	text-align: center;
	position: relative;
	margin: 50px 0px 50px;
	width: 100%;
}

.box {
	background-color: rgba(255, 255, 255, 0.4);
	border: 0.5px solid #fcfcfc;
	border-radius: 20px;
	box-sizing: border-box;
}
.texto-2 {
	display: inline-block;
	width: 48%;
	background-color: rgba(255, 255, 255, 0.4);
	border: 0.5px solid #fcfcfc;
	border-radius: 20px;
	box-sizing: border-box;
}
.texto-2:first-child {
	margin-right: 4%;
}

.title-r {
	font-size: 20px;
	font-weight: 300;
	color: #fcfcfc;
	line-height: 25px;
	padding: 25px;
	text-align: center;
}

.flecha {
	background-image: url('imagenes/flecha.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 40px;
	display: inline-block;
	left: 50%;
	margin-left: -15px;
}
.yellow {
	font-size: 16px;
	font-style: italic;
	color: rgb(241, 255, 0);
}

.counter {
	text-align: center;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #222222;
}

.texto {
	text-align: left;
}
/*CREW*/

#person-1 {
	width: 270px;
	height: 270px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	background-image: url('imagenes/miguel.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-bottom: 25px;
}

.title {
	font-size: 16px;
	font-weight: 300;
	color: #222222;
	line-height: 25px;
	border-bottom: 1px solid #999999;
	display: block;
	padding-bottom: 15px;
}

.subtitle {
	font-size: 14px;
	font-weight: 300;
	color: #222222;
	line-height: 18px;
}

#person-2 {
	width: 270px;
	height: 270px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	background-image: url('imagenes/jim.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-bottom: 25px;
}
#person-3 {
	width: 270px;
	height: 270px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	background-image: url('imagenes/daniela.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-bottom: 25px;
}
#person-4 {
	width: 270px;
	height: 270px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	background-image: url('imagenes/shill.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-bottom: 25px;
}

#person-5 {
	width: 270px;
	height: 270px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	background-image: url('imagenes/julie.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-bottom: 25px;
}
#person-6 {
	width: 270px;
	height: 270px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	background-image: url('imagenes/tony.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-bottom: 25px;
}

/*GALLERY*/

#gallery {
	position: relative;
	width: 100%;
	height: 750px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('imagenes/gallery.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

table {
	width: 100%;
}
table tr {
	background-color: #aba7a7;
	height: 40px;
}
.record {
	background-color: #cdcdcd;
}
.backer {
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	font-weight: 400;
	font-size: 14px;
	margin: 10px;
	color: #000;
	padding-left: 10px;
}
.num {
	font-weight: bold;
	width: 100px;
}
.podium {
	overflow-x: auto;
	padding: 15px;
	background-color: #668189;
	border-radius: 20px;
}

/* ---- ----- ----- Contenedor Principal y Flechas ----- ----- ----- */

.contenedor-slider {
	background: transparent;
	height: auto;
}

.peliculas-recomendadas .contenedor-slides {
	display: flex;
	align-items: center;
	position: relative;
}
.pelicula {
	position: relative;
}

.peliculas-recomendadas .contenedor-slides .flecha-izquierda,
.peliculas-recomendadas .contenedor-slides .flecha-derecha {
	position: absolute;
	border: none;
	font-size: 25px;
	height: 40px;
	top: calc(50% - 20px);
	line-height: 40px;
	width: 40px;
	color: #222222;
	cursor: pointer;
	z-index: 500;
	background: #fff;
	border-radius: 50%;
}

.peliculas-recomendadas .contenedor-slides .flecha-izquierda:hover,
.peliculas-recomendadas .contenedor-slides .flecha-derecha:hover {
	background: #222222;
	color: #fff;
}

.peliculas-recomendadas .contenedor-slides .flecha-izquierda {
	left: -50px;
}

.peliculas-recomendadas .contenedor-slides .flecha-derecha {
	right: -50px;
}

/* ---- ----- ----- Carousel ----- ----- ----- */
.peliculas-recomendadas .contenedor-carousel {
	width: 100%;
	overflow: hidden;
	scroll-behavior: smooth;
}

.peliculas-recomendadas .contenedor-carousel .carousel {
	display: flex;
	flex-wrap: nowrap;
}

.peliculas-recomendadas .contenedor-carousel .carousel .pelicula {
	min-width: 20%;
	transition: 0.3s ease all;
	border-radius: 20px;
	padding: 5px;
	box-sizing: border-box;
}

.peliculas-recomendadas .contenedor-carousel .carousel .pelicula.hover {
	transform: scale(0.9);
	transform-origin: center;
	border-radius: 20px;
}

.peliculas-recomendadas .contenedor-carousel .carousel .pelicula img {
	width: 100%;
	vertical-align: top;
	border-radius: 20px;
	height: 100%;
}

/* Caption text */
.text-slides-1 {
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	font-weight: 600;
	font-size: 15px;
	color: #fcfcfc;
	margin: 15px 0px;
	text-transform: uppercase;
	text-shadow: 2px 2px 8px #000;
}



#top-1, #top-2, #top-3{
	background-color: #f3ebed;
}

#backer-1, #backer-2, #backer-3{
	font-weight: 500;
}

.backer-1 {
	background-image: url(imagenes/oro.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
	margin-left: 30px;
	margin-left: auto;
    margin-right: auto;
    display: block;
}
.backer-2 {
	background-image: url(imagenes/plata.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
	margin-left: 30px;
	margin-left: auto;
    margin-right: auto;
    display: block;
}
.backer-3 {
	background-image: url(imagenes/bronce.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
	margin-left: auto;
    margin-right: auto;
    display: block;
}




.connectclaim { 
	text-align: center;
	margin: 0 auto;
    width: 50%;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    background-color: rgb(5, 5, 5);
    border-radius: 50px;
   /* margin: 5px 5px 0px 0px;*/
    padding: 30px 30px;
    cursor: pointer;
}

.formClaim{ margin-top: 25px;}
.formClaim input
{	
	
border: 1px solid #fff;
width: 50%;
height: 50px;
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 15px;
box-sizing: border-box;
padding: 12px 20px;
text-align: left;
margin-bottom: 5px;
background-color: transparent !important;
border-radius: 50px;
outline: none;
}

.cantClaim{
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
	margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}




input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
  /* border: 2px solid #ddd;*/
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline:none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}
.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
   /* padding: .5rem;
    border: solid #ddd;
    border-width: 0 2px;*/
    text-align: center;
}

   




/*input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
 background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
 background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
 padding-right: 2rem;
}
*/





.backer-1 span {display: none;}
.backer-2 span {display: none;}
.backer-3 span {display: none;}


/* ---- ----- ----- Media Queries ----- ----- ----- */
@media screen and (max-width: 800px) {
	.peliculas-recomendadas .contenedor-carousel {
		overflow: visible;
	}

	.peliculas-recomendadas .contenedor-carousel .carousel {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
	.text-slides-1 {
		display: none;
	}
	.peliculas-recomendadas .flecha-izquierda,
	.peliculas-recomendadas .flecha-derecha {
		display: none;
	}
}



.avatar {
	width: 42px;
	height: 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 10px;

	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 4px #999,
		0 2px 5px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 0 1px #fff, 0 0 0 4px #999,
		0 2px 5px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 1px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0, 0, 0, 0.2);
}
.all {margin-top:15px; color: rgb(255, 255, 255); width: 300px; font-size : 16px; margin: 0 auto;}
.all:hover { color:rgb(255 189 242) !important}
