@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed&display=swap');

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family: 'Fira Sans Condensed', sans-serif;
	line-height: 1.5;
	color: #3b393d;
	background: #000;
	overflow: hidden;
	overflow-y: scroll;
	margin: 16px 0 0 0;
	user-select: none;
	list-style-type: none;
}
body.body--hidden {
	overflow: hidden;
}
body.body--hidden .codrops-header,
body.body--hidden .content--related {
	opacity: 0;
}
.titulo {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff;
	margin: .5em 0 0;
	text-shadow: 0 0 6px #000;
}
.verify {
    opacity: 1;
    margin: 0;
}
.verify:hover {
    opacity: .3;
}
.mini {
    color: #333;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin: 0 12px;
}
h3 {
  margin: 8px 0 -20px 0;
  color:#ff3200;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 60%;
}
h5 {
    background: #ff3200;
    color:#fff;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-align: center;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 400;
    width: 60%;
    margin: 0 20%;
    border-radius: 20px;
}
h6 {
    color:#333;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    width: 60%;
    margin: 0 20%;
}
p {
    margin: 0;
}
.disponible {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 200px;
  right: -28px;
  text-align: center;
  color: #fff;
  background: #90bb20;
  padding: 5px 20px;
  border-radius: 20px;
  margin: 20px 0;
  width: 40%;
  box-shadow: 0 0 12px #333;
}
.vendido {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 200px;
  right: -28px;
  text-align: center;
  color: #fff;
  background: #f00;
  padding: 5px 20px;
  border-radius: 20px;
  margin: 20px 0;
  width: 40%;
  box-shadow: 0 0 12px #333;
}
.codrops-header,
.content--related {
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

a {
	text-decoration: none;
	color: #777;
	outline: none;
}
a:hover,
a:focus {
	color: #ff3200;
	cursor: pointer;
}
i {
	text-decoration: none;
	font-size: 16px;
	color: #aaa;
	outline: none;
}
strong {
	color: #ff3200;
}
.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}
/* Header */
.codrops-header {
	padding: 2em 1em;
	text-align: center;
}
.codrops-header h1 {
	font-size: 2.25em;
	font-weight: 400;
	line-height: 1.2;
	margin: .5em 0 0;
}
.codrops-header h1 span {
	font-size: .45em;
	display: block;
	padding: .5em 0 1em;
	color: #999;
}
.codrops-links {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}
.codrops-links::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background: #ddd;
	-webkit-transform: rotate3d(0, 0, 1, 22.5deg);
	transform: rotate3d(0, 0, 1, 22.5deg);
}
.codrops-icon {
	display: inline-block;
	width: 1.5em;
	margin: .5em;
	padding: 0em 0;
	text-decoration: none;
}
.codrops-icon span {
	display: none;
}
.codrops-icon:before {
	font-family: 'codropsicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	margin: 0 5px;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	speak: none;
}
.codrops-icon--drop:before {
	content: '\e001';
}
.codrops-icon--prev:before {
	content: '\e004';
}
/* Demo links */
.codrops-demos {
	margin: 2em 0 0;
}
.codrops-demos a {
	display: inline-block;
	margin: 0 .5em;
}
.codrops-demos a.current-demo {
	font-weight: bold;
	color: #3b393d;
}
/* Content */

.content {
	padding: 1em 0 4em;
}
/* Related demos */

.content--related {
	font-weight: bold;
	text-align: center;
}
.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.media-item__img {
	max-width: 100%;
	opacity: .3;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 1;
}
.media-item__title {
	font-size: 1em;
	margin: 0;
	padding: .5em;
}
.wrapper {
	overflow: auto;
	width: 95%;
	max-width: 1366px;
	margin: 0 auto;
}
@media screen and (max-width: 50em) {
	.codrops-header {
		padding: 3em 10% 4em;
	}
}
@media screen and (max-width: 40em) {
	.codrops-header h1 {
		font-size: 2.4em;
		line-height: 1.2;
	}
}







/* SCROLL */
::-webkit-scrollbar {
	width: 12px;
	max-height: 12px;
	background: #ff3200;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,1);
	border-radius: 6px;
	background-color: #333;
}	
::-webkit-scrollbar-track:hover {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
	background-color: #ff3200;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #ff3200;
}

.bloquebtns {
  display: inline;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: 20px 0;
  padding: 6px 12px;
}
.img-responsive {
  display: inline;
}
.line {
  margin: 10px 0;
  border-top: 1px solid #aaa;
  border-bottom: 2px solid #fff;
  width: 100%;
}
.boton {
  display: inline;
  font-size: 18px;
  background-color: #333;
  color: #fff;
  margin: 8px;
  text-align: center;
  padding: 4px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  width: 300px;
}
.boton:hover {
  background-color: #ff3200;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.botonverde {
  display: inline;
  font-size: 16px;
  background-color: #aaa;
  color: #fff;
  margin: 8px;
  text-align: center;
  padding: 4px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  width: 300px;
}
.botonverde:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.counter {
  font-size: 14px;
  position: relative;
  right: 20px;
  top: 20px;
  color: #ff3200;
  margin: 3px 0 10px;
  text-align: center;
}