@@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);

* {
	font-family: Roboto;
}

a {
	text-decoration: none;
}

/* Prevent footer in the middle */

main {
	min-height: 83vh;
}

/* Cards border */

.border-shadow {
	/* border: 1px solid #33BEFF; */
	box-shadow: rgba(19, 128, 245, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

/* Header Button */

.imgButton {
	width: 25px;
	float: left;
}

.right {
	float: right;
}

.blueButton {
	float: right;
	border: none;
	color: white;
	padding: 6px 14px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
	outline: none;
	/* margin-top: 3%;
	margin-right: 3%; */
}

Button:focus {
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
	outline: none;
}

.inverted-color {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

@media (max-width: 400px) {
	.buttonText {
		display: none;
	}
}

/* Footer estilos */

.footer-distributed {
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 45px 50px;
	/* position: fixed; */
	left: 0;
	bottom: 0;
}

.footer-distributed .footer-left p {
	color: #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 10px;
	padding: 0;
	transition: ease .25s;
}

.footer-distributed p.footer-links a {
	display: inline-block;
	line-height: 1.8;
	text-decoration: none;
	color: inherit;
	transition: ease .25s;
}

.footer-distributed .footer-links a:before {
	content: "·";
	font-size: 20px;
	left: 0;
	color: #fff;
	display: inline-block;
	padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
	content: none;
}

.footer-distributed .footer-right {
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a {
	display: inline-block;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
	transition: all .25s;
}

.footer-distributed .footer-right a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
	text-decoration: underline;
}

/* Media Queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right {
		text-align: center;
	}

	.footer-distributed .footer-right {
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links {
		line-height: 1.8;
	}

	.button-64 {
		font-size: 24px;
		min-width: 196px;
	}
}

/* COLORES del botton premiumn Morado-Azul */
.button-64-recarga {
	--button-gradient: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
}

/* COLORES del botton premiumn Verde */
.button-64-envio {
	--button-gradient: linear-gradient(120deg, #00FF00, #2f9673);
}

/* Button premium */

.button-64 {
	align-items: center;
	/* background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB); */
	background-image: var(--button-gradient);
	background-color: rgb(24, 28, 28);
	border: 0;
	border-radius: 8px;
	box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
	box-sizing: border-box;
	color: #FFFFFF;
	display: flex;
	/*font-family: Phantomsans, sans-serif;*/
	font-size: 20px;
	justify-content: center;
	line-height: 1em;
	max-width: 100%;
	min-width: 140px;
	padding: 3px;
	text-decoration: none;
	touch-action: manipulation;
	white-space: nowrap;
	cursor: pointer;
}

.button-64:active,
.button-64:hover {
	outline: 0;
}

.button-64 span {


	background-color: rgb(45, 45, 45);
	padding: 16px 24px;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	transition: 300ms;
}

.button-64:hover span {
	background: none;
}

/* SELECTOR DE IMPORTES */

.box2 {
	border: 2px solid linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
}

.box2 select {
	background-color: rgb(255, 252, 252);
	color: rgb(0, 0, 0);
	padding: 4px;
	width: 125px;
	border: none;
	font-size: 23px;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.963);
	-webkit-appearance: button;
	appearance: button;
	outline: none;
	border-radius: 4px;
	border-color: #AF40FF;
	border-width: 2px;
	border: 2px rgb(0, 0, 0);
}

.box2::before {
	content: "\f13a";
	font-family: FontAwesome;
	position: flex;
	top: 0;
	right: 0;
	width: 20%;
	height: 100%;
	font-size: 28px;
	line-height: 45px;
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.7);
	border: 2px groove linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
	pointer-events: none;
}

.box2:hover::before {
	color: rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.2);
	border: 2px solid linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
}

.box2 select option {
	padding: 30px;
	border: 2px solid linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
}

/* Estilos para los inputs del modal envio a un amigo*/
.modal-content label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
}

.modal-content input[type="text"],
.modal-content input[type="email"],
.modal-content input[type="number"],
.modal-content input[type="password"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 15px;
	font-size: 16px;
}

.input-error {
	border-color: red !important;
}

/* Estilos para el botón de enviar en el modal */

.modal-content button[type="submit"]:hover {
	background-color: #07059bc2;
}

/* Estilos para el fondo y el contenido del modal */
.modal {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: 10vh auto;
	padding: 20px;
	border-radius: 8px;
	max-width: 400px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Estilos para centrar el contenido del modal */
.modal-content {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
}

.login-image {
	background-image: linear-gradient(to bottom,
			rgba(255, 255, 255, 0.95),
			rgba(128, 193, 231, 0.7),
			#33beffa8,
			rgba(0, 0, 255, 0.5)), url("../images/login.2f9afb8fc67a.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* border-radius: 0 10px 10px 0; */
	backdrop-filter: blur(100px);
}

.form-control, .form-select {
    border: 2px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}

.triangle-desc:before {
    content: "\25BC";  /* Black down-pointing triangle */
}
.triangle-asc:before {
    content: "\25B2";  /* Black up-pointing triangle */
}