/* general */
@font-face {
	font-family: HKGroteskBold;
	src: url(fonts/HKGrotesk-Bold.ttf);
}

@font-face {
	font-family: HKGrotesk;
	src: url(fonts/HKGrotesk-Medium.ttf);
}

*, body, a {
	color: #1a1a1a;
	font-family: HKGrotesk, Arial, Helvetica, sans-serif;
}

p {
	margin: 0;
}

.fondo-ppal {
	background-color: #009fde;
	color: white !important;
}

.fondo-ppal a {
	color: white;
	font-weight: 500;
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	border-bottom: none;
}

.fondo-light {
	background-color: #d9f1fa;
}

.fondo-gris {
	background-color: #eef0f1;
}

.color-black {
	color: #1a1a1a;
}

.color-ppal {
	color: #009fde;
}

.color-amarillo {
	background-color: #ffc91e;
}

.color-amarillo p {
	color: #033f7d !important;
	font-weight: bold;
	font-size: 16px;
}

.font-14 {
	font-size: 14px;
}

.font-15 {
	font-size: 15px !important;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-22 {
	font-size: 22px;
}

label {
	font-size: 18px;
}

a, a.nav-link, footer a {
	border-bottom: none;
	text-decoration: none;
}

a:hover, a.nav-link:hover, footer a:hover {
	color: #009fde !important;
}

a:hover {
	text-decoration: none;
}

footer a, table a {
	border-bottom: 1px solid #cccccc;
}

footer a:hover, table a:hover {
	border-bottom: none;
	text-decoration: none;
	color: #1a1a1a !important;
}

a.a-underline {
	border-bottom: 1px solid #cccccc;
}

a.a-underline:hover {
	border-bottom: none;
	color: #1a1a1a !important;
}

li {
	list-style: none;
}

.obligatorio {
	background-image: url("images/obligatorio.gif");
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 10px;
}

h1 {
	font-weight: 600;
	font-size: 30px;
	margin: 0;
}

h2 {
	font-weight: 600;
	font-size: 36px;
	margin: 0;
}

h3 {
	font-weight: 600;
	font-size: 18px;
	margin: 0;
}

@media ( min-width : 768px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 36px;
	}
}

.pagination a {
	font-size: 16px !important;
	text-transform: capitalize !important;
	color: white;
	border-radius: 100px;
	border-top-right-radius: 100px !important;
	border-bottom-right-radius: 100px !important;
	padding: 8px !important;
}

.pagination a:hover {
	color: white;
}

.pagination .page-item:first-child a {
	color: #1a1a1a;
	padding: 10px !important;
}

.pagination .page-item:first-child a:hover {
	color: #1a1a1a;
	background-color: transparent;
}

input.form-control, select.form-control {
	border: 2px solid #1a1a1a;
	min-height: 55.2px;
}

main#login {
	background-color: #e6e6e6;
}

/* BOTONES */
.btn.btn-primary {
	border-radius: 100px;
	border: 2px solid #009fde;
	background-color: #009fde;
	text-transform: none;
	font-size: 18px;
	padding: 10px 32px;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active
	{
	background-color: black !important;
	border: 2px solid black;
	transition: color 0.15s;
}

.btn-primary.disabled, .btn-primary:disabled {
	color: black;
}

.btn.btn-primary:hover:disabled {
	background: #009fde !important;
	border: 2px solid #009fde;
	color: black;
}

.btn.btn-primary:disabled i {
	color: black !important;
}

.btn.btn-secondary {
	border-radius: 100px;
	border: 2px solid #009fde;
	background-color: transparent;
	text-transform: none;
	font-size: 18px;
	padding: 10px 32px;
	color: #009fde;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active
	{
	border: 2px solid black;
	color: black;
	transition: color 0.15s;
}

.btn.btn-secondary:hover i {
	color: black;
	transition: color 0.15s;
}

.btn.btn-tertiary {
	border-radius: 100px;
	border: 2px solid #67c0e7;
	background-color: #67c0e7;
	text-transform: none;
	font-size: 18px;
	padding: 10px 32px;
	color: #1a1a1a;
}

.btn.btn-tertiary:hover, .btn.btn-tertiary:focus, .btn.btn-tertiary:active
	{
	background-color: black;
	border: 2px solid black;
	transition: color 0.15s;
	color: white;
}

.btn.btn.btn-tertiary:hover i {
	color: white;
	transition: color 0.15s;
}

.btn.small {
	font-size: 15px;
	padding: 6px 14px;
}

.btn-accion {
	border-radius: 100px;
	background-color: white;
	border: 2px solid #009fde;
	font-size: 15px;
	padding: 12px;
	color: #1a1a1a;
}

.btn-accion:hover {
	border: 2px solid #1a1a1a;
	color: #1a1a1a !important;
}

.tag-estado {
	background-color: #009fde;
	color: white;
	font-size: 14px;
	padding: 4px;
	text-transform: uppercase;
	max-width: fit-content;
	border-radius: 4px;
}

a.page-link.btn.btn-primary:hover {
	color: white !important;
}

.page-item .btn.btn-primary:disabled {
	opacity: 0.65;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #1a1a1a;
}

.table thead th {
	border-bottom: 1px solid #1a1a1a;
}

table tr:hover {
	background: #eeeeee;
}

.tablew-1 {
	width: 10%;
}

/* header */
header {
	border-bottom: 2px solid #cccccc;
}

.logo {
	max-width: 220px;
}

.languaje {
	font-size: 20px;
}

.languaje .selected a {
	border-bottom: 1px solid #ccc;
}

.languaje li:last-child:before {
	background-color: #cccccc;
	content: "";
	height: 50%;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	width: 2px;
	margin-top: 7px;
}

/* main */
.navbar {
	font-size: 17px;
}

.navbar-toggler:not(:disabled):not(.disabled) {
	top: -44px;
	right: 0;
	position: absolute;
	padding: 0;
}

.navbar-toggler.sin-pagos:not(:disabled):not(.disabled) {
	top: -36px !important;
}

.navbar-light .navbar-toggler {
	border: none;
}

@media ( max-width : 767.5px) {
	.navbar-toggler:not(:disabled):not(.disabled) {
		top: -82px;
	}
	.navbar-toggler.sin-pagos:not(:disabled):not(.disabled) {
		top: -36px !important;
	}
}

@media only screen and (max-width: 991.5px) {
	.user-name {
		padding-right: 53px !important;
	}
}

@media ( max-width : 991.5px) {
	ul.navbar-nav {
		background: #ebf6fb;
		padding: 12px 23px;
	}
}

.navbar-light .navbar-nav .nav-link {
	color: #1a1a1a;
}

@media ( min-width : 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

.q-hacer .fondo-ppal {
	border-radius: 6px 6px 0 0;
	padding: 0px 10px !important;
	height: auto !important;
	display: table;
	width: 100%;
	min-height: 72px !important;
}

.bel-prest {
	width: 25px;
}

main .row .border {
	border: 1px solid #1a1a1a !important;
}

.que-quieres:hover {
	-webkit-transform: translateY(0);
	transform: scale(1.01);
	transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.17), 0 5px 30px
		rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.17), 0 5px 30px rgba(0, 0, 0, 0.07);
}

.que-quieres a:hover {
	color: white !important;
}

/* accordion*/
#accordion .card {
	border: none;
}

#accordion .card-header {
	padding: 0;
	background: none;
	border: none;
}

#accordion .card-header button {
	font-size: 20px;
	color: #1a1a1a;
	font-weight: 700;
	padding: 0;
}

#accordion .card-header button:focus, #accordion .card-header button:hover
	{
	text-decoration: none;
}

#accordion .card-header .btn.btn-link.collapsed i {
	position: absolute;
	right: 0;
	top: 4px;
	transform: rotate(0deg);
	color: #009fde;
}

#accordion .card-header .btn.btn-link i {
	position: absolute;
	right: 0;
	top: 4px;
	transform: rotate(180deg);
	color: #009fde;
}

#accordion .card-body {
	padding: 0;
}

/* footer */
footer a {
	font-size: 16px;
}

footer i {
	color: #009fde;
}

footer i.fa-regular {
	font-size: 24px;
	font-weight: 300;
}

@media ( min-width : 992px) {
	footer a {
		font-size: 18px;
	}
}

@media ( min-width : 1199px) {
	footer {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		background: white;
	}
	main#login {
		padding: 6% 0 6%;
	}
	#contenido {
		padding-bottom: 62px;
	}
	#resultado {
		margin-top: -50px;
		margin-bottom: 54px;
	}
}

.kuleki-text-error-alert {
	color: #dc3545!important;
}

.kuleki-text-error span {
	color: #dc3545!important;
}

.kuleki-input-error {
	border: 2px solid #dc3545 !important;
}
.page-link.btn.btn-primary[disabled] {
    pointer-events: none;
    cursor: not-allowed;
}

.enlace_tabla_cursos {
	color: #007bff;
	text-decoration:underline !important; 
	border-bottom:none;
}
