html,
body {
	height: 100%;
	margin: 0;
}

body {
	background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
		url("../images/fondo_1.jpg") no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.content-section {
	min-height: 100%;
	margin: 0px 0px -100px 0;
	padding-top: 70px;
}

.content-section-footer,
.footer-section {
	min-height: 100px;
}

.footer-section {
	background-color: #212529;
	color: white;
	width: 100%;
}

/*Atributos para bordes de cards*/
.border-card-normal {
	border-top: lightgray solid 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.border-card-exaltado {
	border-top: green solid 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.border-card-autografiado {
	border-top: #38c172 solid 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.border-card-genuino {
	border-top: #1d643b solid 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.border-card-inscrito {
	border-top: #f6993f solid 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.identificador-imagen {
	position: relative;
	width: 100%;
}

.producto-descuento {
	position: absolute;
	border-radius: 5px;
	background-color: rgb(228, 2, 45);
	right: 0;
	bottom: 0;
	width: 8vh;
	color: white;
}

.producto-identificador-informacion {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0.5vh 0.5vh 0 0;
}

.table {
	font-size: 12px;
}

.bg-orange,
.badge-orange,
.table-orange {
	background-color: #f6993f !important;
}

.bg-success-2 {
	background-color: #6e9e88;
}
