@charset "utf-8";
/* CSS Document */

.btn.planext1 {
	font-size: 10pt;
	text-transform: uppercase;
	padding: 8px 15px;
	line-height: 1.25;
	border-radius: 0;
	border: 0 solid rgba(255,255,255,0.15);
	border-width: 0 1px 0 0;
}
.btn.planext1:hover {
	text-decoration: none;
	background: var(--azul-1);
}


@font-face {
	font-family: Visby;
	src: url(/fonts/VisbyCF-Bold.ttf);
	font-size: 1rem;
}

@font-face {
	font-family: ArchivoBlack;
	src: url(/fonts/VisbyCF-Bold.ttf);
}

@font-face {
	font-family: VisbyBlack;
	src: url(/fonts/VisbyCF-DemiBold.ttf);
}


body {
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: "Visby" !important;
	color: #444444;
	font-size: 1rem !important;
	/*background-image: url("/Images/Textura2.png");*/
}

input.uppercase {
	text-transform: uppercase;
}

.bg-uat {
	background-color: #bb4b26 !important;
	color:#ffffff !important;
}

.dt-button {
	background-color: #bb4b26 !important;
	color: #ffffff !important;
}

.img-thumbnailCustom {
	padding: .25rem;
	background-color: #fff;
	border-width: 0;
	/* border: 1px solid #dee2e6; */
	/* border-radius: .25rem; */
	max-width: 40% !important;
	height: auto;
}

.row{
	margin-bottom:10px;
}

.dataTables_filter {
	float: right;
	text-align: right;
}

	.dataTables_filter label {
		display: flex;
		align-items: center;
	}

		.dataTables_filter label input {
			margin-left: 0.5em;
			width: 100%;
			max-width: 200px; /* Ajusta este valor seg�n tu necesidad */
		}
