@import "matriculas.css";
/* css sección Matriculas */



/*
	Typografia
*/

@font-face {
	font-family: 'RobotoRegular';
	src: url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoMedium';
	src: url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoBold';
	src: url('../fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



/*
	Colores para texto y backgrounds
*/

.txt {
	color: #334350;
}

.primario {
	color: #03738B;
}

.secundario {
	color: #E9E9E9;
}

.terciario {
	color: #E2e2e2;
}

.link {
	color: #4A90E2;
}

/*
	Otros :: Utilidades
*/

.radius8 {
	border-radius: 8px;
}

.radius5 {
	border-radius: 5px;
}

.radius12 {
	border-radius: 12px;
}

.radius16 {
	border-radius: 16px;
}


.btn-primary {
	background-color: #4A90E2;
	font-family: 'RobotoMedium';
	font-size: 12px;
	padding: 4px 16px !important;
	border-color: #4A90E2;
	text-transform: uppercase;
	border-radius: 4px;
}

.btn-secondary {
	font-family: 'RobotoMedium';
	font-size: 12px;
	padding: 4px 16px !important;
	text-transform: uppercase;
	border-radius: 4px;
}

.btn-success {
	/* background-color: #4CAF50; */
	font-family: 'RobotoMedium';
	font-size: 12px;
	padding: 4px 16px !important;
	/* border-color: #4CAF50; */
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 4px;
}


.btn-cancelar {
	background-color: #E9E9E9;
	font-family: 'RobotoMedium';
	font-size: 12px;
	padding: 4px 16px !important;
	border-color: #E9E9E9;
	color: #707070;
	text-transform: uppercase;
	border-radius: 4px;
}

.btn-cancelar:hover {
	background-color: #ACB5BD;
	font-family: 'RobotoMedium';
	font-size: 12px;
	padding: 4px 16px !important;
	border-color: #ACB5BD;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 4px;
}



/*
	For JJS
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'RobotoRegular';
	height: 100%;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
	padding: 15px;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}


/*
	index -- home
*/

.box--flex__home {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	gap: 24;
}

.home p {
	font-size: 14px;
	line-height: 1.5rem;
	text-align: justify;
	padding: 0px 24px;

}

.home strong {
	font-weight: bold;
}

.home p:first-child {
	margin-top: 25%;
	margin-bottom: 24px;
}

.home .order-3 {
	padding: 46px 32px 32px 46px;
}

.home h1 {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 2rem;
	margin-bottom: 24px;
}





/*
	Menú Superior
*/
header {
	display: flex;
	flex-direction: row;
	height: 75px;
	position: fixed;
	width: 100%;
	top: -5px;
	z-index: 999;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-size: cover;
}


header img {
	margin: 0 auto;
	max-height: 75px;

}

.logo {
	margin: 0 0 0 6px;
	width: 15%;
	margin-top: -3px;
	background-color: #03738B;
	border-radius: 0px 0px 12px 12px;
	text-align: center;
	padding: 15px 20px 15px 20px;
}

.options {
	margin-top: 18px;
	color: #fff;
}

.options h3 {
	font-size: 36px;
	margin: 6px 0px 0px 24px;
	letter-spacing: 2px;
}

/*
	Menú Superior--Zona User
*/

header .notificaciones {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	display: inline-grid;
	margin-left: 10%;
	margin-top: 1%;

}

header .notificaciones a {
	background: transparent;
	margin-top: 8px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

header .notificaciones a:hover {
	color: #4A90E2;
}


header .options {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.options aside {
	width: 100%;
}

header .dates--user {
	margin-top: 14px;
	background-color: #ffffffcc;
	border-radius: 12px 0px 0px 12px;
	display: inline-flex;
	flex-direction: row;
	position: absolute;
	top: -6px;
	right: -6px;
	padding: 8px 16px;
}

header .user--small {
	display: block;
	float: right;
}

.user--small .state--user {
	display: inline-block;
	width: auto;
	font-family: 'RobotoMedium';
	font-size: 14px;
	color: #000;
	margin-top: 16px;
}

p.conectado {
	position: relative;
	top: -12px;
}


.state--user span {
	display: block;
	float: left;
	height: 8px;
	width: 8px;
	margin-right: 8px;
	background-color: #4A90E2;
	border-radius: 8px;
	margin-top: 4px;
}

.user--small .dropdown {
	display: inline-block;
	margin-right: 16px;
}

.state--user a {
	font-size: 12px;
	text-decoration: none;
}

.user--small .dropdown-toggle::after {
	margin-top: 18px;
}

.user--small .dropdown-menu.show {
	top: 24px;
}

.user--small a img {
	display: inline-block;
	padding: 0px !important;
	margin-left: 12px;
}

a img.img--user {
	border: 4px solid #4A90E2;
	border-radius: 36px;
	width: 42px;
	max-width: 42px;
	max-height: 42px;
	min-width: 42px;
	min-height: 42px;
}

.user--small a.off {
	position: absolute;
	top: 10px;
	right: 18px;
}

.user--small a.off img {
	width: 24;
	margin-top: 6px;
}

.user--small a.off:hover {
	opacity: 1;
}

.notificaciones {
	display: flex;
	flex-direction: column;
	margin-right: 32px;
}




/*
	Main
*/
#main {
	margin-top: 70px;
	padding-top: 4%;
	display: flex;
	flex-direction: row;
}

/*
	MENÚ lateral
*/
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
		flex-direction: column;
	}
}

.navbar {
	align-items: baseline;
	padding-top: 0px;
	z-index: 0;
}

aside.menu {
	width: 100%;
	margin-top: 24px;
}

.navbar-expand-lg .navbar-nav {
	flex-direction: column !important;
}

.menu h2 {
	display: flex;
	background-color: #E9E9E9;
	font-family: 'RobotoBold';
	font-size: 22px;
	text-align: center;
	padding: 6px 8px;
	width: 100%;
	border-radius: 6px;
	justify-content: center;
	margin-left: -14px;
	margin-bottom: 24px;
	color: #03738B;
}

.menu ul {
	display: flex;
	background-color: #03738B;
	font-family: 'RobotoMedium';
	font-size: 0.85rem;
	text-align: left;
	padding: 22px 0px 22px 0px;
	width: 100%;
	border-radius: 6px;
	margin-left: -25px;
	list-style: none;
	flex-direction: column;
	margin-right: 0px !important;
}

.menu ul li {
	display: block;
	float: left;
	width: 100%;

}

.menu ul li a {
	display: flex;
    color: #fff;
    text-decoration: none;
    padding: 10px 0px 10px 35px;
    font-family: 'RobotoMedium';
    width: 100%;
    line-height: 18px;
}

.menu ul li:hover a {
	background-color: #E9E9E9;
	color: #03738B;
	width: 100% !important;
}

.menu ul li.selected a {
	background-color: #E9E9E9;
	color: #03738B;
	width: 108%;
}

.menu ul li.selected a i {
	color: #03738B !important;
}


.menu ul li a i {
	margin-right: 8px;
	    float: left;
		display:block;
}

.menu ul li a span{
    display: block;
    float: left;
	    width: inherit;
}

.menu ul li.selected a span{
    padding-top:3px;
}

.menu h3 {
	margin-top: 45px;
	color: #03488D;
	font-size: 18px;
	font-family: 'RobotoBold';
	padding-left: 44px;
	margin-bottom: -4px;
	float: left;
	display: block;
	width: 100%;
}

.submenu {
	margin-bottom: 24px;
	pointer-events: none;
}

.submenu li a {
	font-size: 0.70rem;
	padding: 10px 0px 10px 35px !important;
}

ul.menuprofesor li:hover a {
	background-color: #E9E9E9;
	color: #03738B;
	width: 100% !important;
	cursor: default !important;
}


/*
			MENÚ lateral:: buscador
		*/
.search-container {
	display: flex;
	align-items: center;
}

input#search-bar {
	margin: 0 auto;
	width: 100%;
	height: 35px;
	padding: 0 20px;
	font-size: 1rem;
	border: 1px solid #A2A1A1;
	outline: none;
	border-radius: 24px;

	color: #000;
}

input#search-bar:focus {
	border: 1px solid #008ABF;
	transition: 0.35s ease;
	color: #000;
}

input#search-bar:focus::-webkit-input-placeholder {
	transition: opacity 0.45s ease;
	opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
	transition: opacity 0.45s ease;
	opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
	transition: opacity 0.45s ease;
	opacity: 0;
}

.search-icon {
	position: relative;
	float: right;
	width: 55px;
	height: 55px;
	top: 18px;
	right: 28px;
	color: #000;
}


.contenido {
	display: flex;
	background-color: #E9E9E9;
	font-family: 'RobotoMedium';
	font-size: 16px;
	text-align: left;
	padding: 24px 12px 12px 12px;
	border-radius: 8px;
	margin-bottom: 24px;
	list-style: none;
	flex-direction: column;
	z-index: 2;
}

.login h2 {
	color: #03738B;
	font-size: 22px;
	font-family: 'RobotoBold';
	margin: 24px auto 24px auto;

}

.login {
	margin: 0 auto;
	text-align: center;
}

.login section {
	align-items: center;
}

.login .recordar {
	width: 100%;
	display: block;
	text-align: center;
}

.login .recordar .form-check {
	display: inline;
	padding-left: 0px !important;
}

.login .recordar .form-check a {
	display: inline;
	font-size: 12px;
}

.login .box--flex .form-floating>label {
	position: absolute;
	top: -13px;
	left: 2px;
	z-index: 2;
	height: 100%;
	padding: 1.1rem .75rem 0px .75rem;

	overflow: hidden;
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: var(--bs-border-width) solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.login .recordar .form-check .form-check-input {
	float: none;
	margin-top: 3px;
	margin-right: -5px;
}

.contenido p {
	color: #03738B;
	font-size: 18px;
	margin: 6px auto;
}

.box--contenido b {
    background-color: #fcf1d3;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 11px;
    width: fit-content;
    margin: 12px 0px 16px;
    color: #3b3b3b;
    font-style: italic;
    font-weight: bold;
}

.contenido .box--contenido {
	border-radius: 6px;
	padding: 12px;
	;
	font-family: 'RobotoRegular';
	font-size: 14px;
	margin: 0 auto;
}

.box--contenido aside {
	border-radius: 6px;
	padding: 12px;
	;
	font-family: 'RobotoRegular';
	height: auto;
	font-size: 14px;
	border: 1px solid #E9E9E9;
}


/* ******* COMPONENTES ******* */
.components * {
	padding: 8px 0px;
}

/* ******* H1, H2, etc... ******* */
h1 {
	font-size: 38px;
	font-family: 'RobotoBold';
}

h2 {
	font-size: 32px;
	font-family: 'RobotoBold';
}

h3 {
	font-size: 28px;
	font-family: 'RobotoBold';
}

h4 {
	font-size: 21px;
	font-family: 'RobotoBold';
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}

.txt18 {
	font-size: 18px;
}

.txt16 {
	font-size: 16px;
}

.txt14 {
	font-size: 14px;
}

.txt12 {
	font-size: 12px;
}

/* ******* FORMULARIO ******* */
.form-floating input,
.form-floating textarea,
.form-floating select {
	border-color: #E2E2E2 !important;
	font-size: 11px;
	padding-left: 10px !important;
	margin-left: 8px;
}

input::placeholder {
	font-size: 12px !important;
	opacity: 0.5 !important;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1rem;
	padding-bottom: .825rem;
	padding-right: 8px;
}

.form-floating label,
.form-check label {
	font-size: 12px !important;
	color: #000;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
	padding: 0;
	height: 30px;
	min-height: 30px;
}

.alert {
	margin-top: 0px;
    padding: 8px 24px !important;
	font-size: 12px !important;
}

.box--user {
	position: relative;
}

.box--user span {
	position: absolute;
	top: 10px;
	right: 10px;
}

.box--user span button,
.box--user span button:hover {
	padding: 4px 8px !important;
	margin-right: 0px !important;
}

.box--user .btn i,
box--user .btn:hover i {
	margin-right: 0px;
}

.box--user p {
	text-align: center;
	margin-bottom: 12px;
}




/* ******* MEDIA QUERIES ******* */

/* Smartphones (portrait & landscape) 
#Dispositivo = Mayoría de teléfonos móviles (vertical y horizontal) 
#Resolución = B/w 320px to 479px */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	header a img.logo {
		margin: 0 auto !important;
		width: 30% !important;
		padding: 0 !important;
		display: block;
		float: left;
	}

	.navbar-toggler {
		padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
		font-size: var(--bs-navbar-toggler-font-size);
		line-height: 1;
		color: var(--bs-navbar-color);
		background-color: #fff;
		border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
		border-radius: var(--bs-navbar-toggler-border-radius);
		transition: var(--bs-navbar-toggler-transition);
		position: absolute;
		z-index: 9999;
		right: 8px;
		top: -24px;
	}

	.menu ul {
		display: flex;
		background-color: #03738B;
		font-family: 'RobotoMedium';
		font-size: 0.85rem;
		text-align: left;
		padding: 22px 0px 22px 0px;
		width: 100%;
		border-radius: 6px;
		margin-left: 0px;
		list-style: none;
		flex-direction: column;
		margin-right: 0px !important;
	}

	header aside {
		width: auto;
		display: block;
		float: left;
		max-width: auto;
	}


	.logo {
		width: 50%;
	}

	.switch-box .toggle-input,
	.switch-box2 .toggle-input,
	.switch-box3 .toggle-input {
		width: 100%;
		height: 40px;
		position: absolute;
		left: 6px;
		top: 15px;
		z-index: 2;
		border: solid 1px #F7F5F5;
		border-radius: 20px;
		font-size: 9px;
		box-sizing: border-box;
		color: #597ebf;
		background: #F7F5F5;
		text-align: right;
	}

	.switch-box .toggle-input:after,
	.switch-box2 .toggle-input:after,
	.switch-box3 .toggle-input:after {
		display: none;
	}

	.switch-box .toggle-input,
	.switch-box2 .toggle-input,
	.switch-box3 .toggle-input {
		font-size: 10px;
	}

	.switch-box .toggle-input:before {

		right: 32px !important;
	}

	.switch-box3 .toggle-input:before {
		right: 18px;
	}

	.options {
		margin-top: 0px;
		display: none !important;
	}

	header .dates--user {
		margin-top: 14px;
		position: absolute;
		z-index: 999;
	}

	header .dates--user aside {
		width: 100%;
	}

	.user--small a.off {
		position: absolute;
		top: 11px;
		right: 28px;
	}

	header .notificaciones {
		display: none;
	}

	.switch-box input.switch[type=checkbox]:checked~.toggle-input:before {
		position: absolute;
		content: "ENTIDADES";
		height: 40px;
		line-height: 40px;
		right: 24px;
	}

	.switch-box2 input.switch[type=checkbox]:checked~.toggle-input:before {
		position: absolute;
		content: "PAGOS";
		height: 40px;
		line-height: 40px;
		right: 35px;
	}

	.switch-box3 input.switch[type=checkbox]:checked~.toggle-input:before {
		position: absolute;
		content: "PROGRAMAS";
		height: 40px;
		line-height: 40px;
		right: 20px;
	}

	.box--contenido {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		margin: 0 auto;

	}

	.menu button.btn {
		margin: 0px auto;
		text-align: center;
		display: block;
		width: 70%;
		margin-bottom: 32px;
	}

	.btn-primary {
		margin-bottom: 8px;
	}

	.box--contenido aside {
		background-color: #fff;
		border-radius: 6px;
		padding: 12px;
		font-family: 'RobotoRegular';
		height: auto;
		font-size: 14px;
		border: 1px solid #E9E9E9;
	}

	.form-check .form-check-input {
		float: left;
		margin-left: 42%;
		margin-bottom: 8px;
	}

	.box--contenido h6 {
		margin: 32px 0px 16px 0px;
		display: block;
		width: 100%;
		float: left;
		font-weight: bold;
		font-size: 16px;
	}

	.box--flex .form-floating>label {
		position: absolute;
		top: -8px;
		left: 8px;
		z-index: 2;
		height: 100%;
		padding: 1rem .75rem;
		overflow: hidden;
		text-align: start;
		text-overflow: ellipsis;
		white-space: nowrap;
		pointer-events: none;
		border: var(--bs-border-width) solid transparent;
		transform-origin: 0 0;
		transition: opacity .1s ease-in-out, transform .1s ease-in-out;
	}

	.box--campos {
		margin: 8px 0px 0px 0px;
		display: flex;
		flex-direction: row;
	}

	.btn-cancelar {
		background-color: #E9E9E9;
		font-family: 'RobotoMedium';
		font-size: 12px;
		padding: 4px 16px !important;
		border-color: #0dcaf0;
		color: #707070;
		text-transform: uppercase;
		border-radius: 4px;
		margin-bottom: 8px;
	}

	.home p:first-child {
		margin-top: 0;
	}


	.box--flex {
		display: flex;
		flex-direction: row;
		width: auto;
		gap: 16px;
	}

	.box--flex__home {
		display: flex;
		flex-direction: column !important;
		width: 100%;
		gap: 24;
	}

	.box--flex__home .form-floating>label {
		position: absolute;
		top: -7px;
		left: -3px;
		z-index: 2;
		height: 100%;
		padding: 1rem .75rem;
		overflow: hidden;
		text-align: start;
		text-overflow: ellipsis;
		white-space: nowrap;
		pointer-events: none;
		border: var(--bs-border-width) solid transparent;
		transform-origin: 0 0;
		transition: opacity .1s ease-in-out, transform .1s ease-in-out;
	}

	.box--flex__home .form-floating>.form-control:not(:placeholder-shown)~label::after {
		position: absolute;
		inset: 1rem 0.375rem;
		z-index: -1;
		height: 1.5em;
		content: "";
		background-color: transparent !important;
		border-radius: var(--bs-border-radius);
	}

	.steps__contenedor,
	.basesteps {
		background-color: #E9E9E9 !important;
	}

	.user--small .state--user p {
		display: none;
	}

	.menu ul li.selected a {
		background-color: #E9E9E9;
		color: #03738B;
		width: 100%;
	}

	header .user--small {
		display: block;
		float: right;
		padding-right: 32px;
	}

	.basesteps {
		flex-direction: column !important;
	}

	.box--contenido aside {
		background-color: #E9E9E9 !important;
		margin: 10px 0px;
	}

	.box--contenido aside form.search-container {
		display: none !important;
	}

	.contenedor-integrado #texto-mutante {
		width: 100%;
	}

	#formalizar-matricula {
		padding: 24px;
	}

	#formalizar-matricula .resumen ul li {
		width: 100%;
		margin-left: 14px;
	}

	#formalizar-matricula aside section.title {

		text-align: center;
	}


	.steps__connector {
		display: none;
	}

	.box__curso button.btn-primary {
		background-color: #4A90E2;
		font-family: 'RobotoMedium';
		font-size: 12px;
		padding: 4px 8px !important;
		border-color: #4A90E2;
		text-transform: uppercase;
		border-radius: 4px;
		margin-top: 24px;
		opacity: 0.85;
		width: 100%;
	}

	#preinscripccion aside {
		background-color: #fff !important;
	}

	#botones-matricula .btn {
		display: inline-block;
		margin: 8px 8px;
		width: 100%;
	}


	.miscursos .title h5 {
		font-size: 20px !important;
	}

	.miscursos .title h5 .separador {
		width: 42% !important;
	}

	.buttons .btn {
		width: 100% !important;
		margin-bottom: 8px !important;
	}

	.registro--estudiante {
		margin-top: 90px !important;
	}



	.copiar {
		border-radius: 50%;
		width: 80px;
		height: 80px;
		display: flex;
		flex-direction: column !important;
		flex-wrap: nowrap;
		align-content: space-around;
		align-items: center;
		justify-content: center;
		margin: 43px 0% 53px -18px !important;
		width: 100% !important;
		padding-left: -70px !important;
	}


	.form-floating>.form-control:disabled~label,
	.form-floating>:disabled~label {
		color: #6c757d;
		top: -11px !important;
	}

	#form-registro-estudiante {
		border: 1px solid #ece9e9;
		border-radius: 6px;
		padding: 16px 8px;
		margin: 0 auto;
		background-color: #fff;
	}

	.altacursoprofesor {
		margin-top: 0px !important;
	}

	.altacursoprofesor .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	/* Y da un poco de aire para que no queden pegados al borde */
	.altacursoprofesor {
		padding-left: calc(var(--bs-gutter-x) * .5);
		padding-right: calc(var(--bs-gutter-x) * .5);
	}

	.altacursoprofesor .nav {
		flex-direction: column !important;
	}

	.altacursoprofesor .nav li {
		margin-bottom: 8px;
	}

	.estudiantes-matriculados,
	.generacion-actas {
		margin-top: 32px;
	}

	.estudiantes-matriculados .checks {
		display: flex;
		flex-direction: column !important;
		align-content: left !important;
		align-items: flex-start;
		justify-content: center;
	}

	.estudiantes-matriculados .checks .form-check label {
		font-size: 12px !important;
		margin-top: 8px;
		margin-left: 12px !important;
	}

	.actas h2 {
		font-size: 17px !important;
	}

	.actas h2 span {
		width: 32% !important;
	}

	.actas h5 {
		font-size: 14px !important;
		margin: 12px 0px !important;
		padding-left: 10px !important;
	}

	.headprofesor {
		margin-top: 0px !important;
	}

	.info-solicitante .box-curso {
		flex-direction: column;
		justify-content: space-evenly;
	}

	.edicion-profesor {
		margin-top: 0px !important;
		margin-bottom: 12px !important;
	}

	.buscador-miscursos .cont-filtros {
		flex-direction: column;
	}

	.box--contenido__dates aside section.title {
		text-align: center;
	}

	.title .checks {
		display: flex;
		justify-content: center;
		margin-top: 16px;
	}

	.caja-ayb {
		display: flex;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		justify-content: space-evenly !important;
		align-items: center !important;
	}

	.caja-ayb .boxayd {
		margin-bottom: 24px;
	}

	#documentacion-ayuda {
		width: 100%;
	}

	.boxayd-2 li {
		display: flex;
		flex-direction: column !important;
		justify-content: flex-start;
		align-items: center;
		font-size: 11px;
		background-color: #fff;
		border-radius: 6px;
		padding: 16px 16px 12px 16px;
		position: relative;
		margin-bottom: 24px;
		z-index: 999;
	}

	.boxayd-2 li textarea {
		min-width: 100% !important;
		margin-top: 16px;
	}

	#documentacion-ayuda input,
	#documentacion-beca input {
		width: 100% !important;
	}

	.boxayd .sepa,
	.ayb span,
	.background-ayudas {
		display: none !important;
	}

	.ayb .form-check label {
		margin-left: 3px !important;
	}

	.admision .listado thead tr th {
		font-size: 11px;
		text-align: center;
		padding: 8px 12px;
	}

	.admision .listado tbody tr td {
		padding: 8px 2px;
		font-size: 12px;
		font-weight: normal;
		color: #919191;
		text-align: center;
	}

	.margin-top {
		margin-top: 24px!important;
	}

}

#staticBackdrop .modal-content {
	flex-direction: column;
	width: 100% !important;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0;
	line-height: 18px;
	    font-size: 12px;
}

#staticBackdrop .modal-content {
	min-width: 100% !important;
}

/* Loading spinner */

.fondo_loader {
	align-items: center;
	background-color: #1d1f20;
	display: flex;
	justify-content: center;
	height: 100%;
	position: fixed;
	z-index: 999999;
	width: 100%;
	opacity: 0.7;
	top: 0;
	left: 0px;
}

.loader {
	animation: rotate 1s infinite;
	height: 50px;
	width: 50px;
}

.loader:before,
.loader:after {
	border-radius: 50%;
	content: "";
	display: block;
	height: 20px;
	width: 20px;
}

.loader:before {
	animation: ball1 1s infinite;
	background-color: #cb2025;
	box-shadow: 30px 0 0 #f8b334;
	margin-bottom: 10px;
}

.loader:after {
	animation: ball2 1s infinite;
	background-color: #00a096;
	box-shadow: 30px 0 0 #97bf0d;
}

.subheader {
	margin-left: 0px;
	margin-bottom: 24px;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(0.8);
		-moz-transform: rotate(0deg) scale(0.8);
	}

	50% {
		-webkit-transform: rotate(360deg) scale(1.2);
		-moz-transform: rotate(360deg) scale(1.2);
	}

	100% {
		-webkit-transform: rotate(720deg) scale(0.8);
		-moz-transform: rotate(720deg) scale(0.8);
	}
}

@keyframes ball1 {
	0% {
		box-shadow: 30px 0 0 #f8b334;
	}

	50% {
		box-shadow: 0 0 0 #f8b334;
		margin-bottom: 0;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px);
	}

	100% {
		box-shadow: 30px 0 0 #f8b334;
		margin-bottom: 10px;
	}
}

@keyframes ball2 {
	0% {
		box-shadow: 30px 0 0 #97bf0d;
	}

	50% {
		box-shadow: 0 0 0 #97bf0d;
		margin-top: -20px;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px);
	}

	100% {
		box-shadow: 30px 0 0 #97bf0d;
		margin-top: 0;
	}



}


/* #Dispositivo = Tablets de baja resolución y teléfonos Móviles (horizontal) 
  #Resolución = B/w 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) {}

/* Smartphones (landscape) */
@media only screen and (min-width : 321px) {}

/* Smartphones (portrait) */
@media only screen and (max-width : 320px) {}

/* iPads (portrait & landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {}

/* iPads (landscape) 
  #Dispositivo = Tablets, Ipads (horizontal) 
  #Resolución = B/w 768px to 1024px */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

/* iPads (portrait) 
  #Dispositivo = Tablets, Ipads (vertical) 
  #Resolucion = B/w 768px to 1024px */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

	.home .order-3 {
		padding: 46px 16px 32px 16px;
	}

	.home h1 {
		font-size: 17px;
		text-transform: uppercase;
		line-height: 2rem;
		margin-bottom: 24px;
	}

	.options h3 {
		font-size: 24px;
		margin: 6px 0px 0px 24px;
		letter-spacing: 2px;
	}

	.switch-box .toggle-input,
	.switch-box2 .toggle-input,
	.switch-box3 .toggle-input {
		font-size: 10px;
	}

	.switch-box .toggle-input:before {
		right: 9px;
	}

	.switch-box2 .toggle-input:before {
		right: 23px;
	}

	.switch-box3 .toggle-input:before {
		right: 3px;
	}

	.switch-box3 input.switch[type=checkbox]:checked~.toggle-input:before {
		right: 36px;
	}

	.switch-box input.switch[type=checkbox]:checked~.toggle-input:after,
	.switch-box2 input.switch[type=checkbox]:checked~.toggle-input:after,
	.switch-box3 input.switch[type=checkbox]:checked~.toggle-input:after {
		background: #fff;
		left: 67px;
	}

	header a img.logo {
		margin: 0 auto;
		padding: 0 10%;
		width: 100%;
		margin-top: -6px;
	}

	header .notificaciones {
		display: none;
	}

	header .user--small {
		display: block;
		float: right;
		width: 105%;
	}

	.user--small a.off {
		position: absolute;
		top: 16px;
		right: 24px;
	}

	.menu h2 {
		display: flex;
		background-color: #E9E9E9;
		font-family: 'RobotoBold';
		font-size: 12px;
		text-align: center;
		padding: 6px 8px;
		width: 100%;
		border-radius: 6px;
		justify-content: center;
		margin-left: -2px;
		margin-bottom: 24px;
		color: #03738B;
	}

	.navbar-collapse {
		flex-basis: 100%;
		flex-grow: 1;
		align-items: center;
		margin-top: 16px;
		width: 100%;
	}

	.menu ul {
		display: flex;
		background-color: #03738B;
		font-family: 'RobotoMedium';
		font-size: 0.65rem;
		text-align: left;
		padding: 22px 0px 22px 0px;
		width: 100%;
		border-radius: 6px;
		margin-left: -2px;
		list-style: none;
		flex-direction: column;
		margin-right: 0px !important;
	}

	.menu ul li a {
		display: block;
		float: left;
		color: #fff;
		text-decoration: none;
		padding: 10px 0px 10px 24px;
		font-family: 'RobotoMedium';
		width: 100%;
	}

	.submenu li a {
		font-size: 0.55rem;
		padding: 10px 0px 10px 12px !important;
	}

	.menu h3 {
		margin-top: 0;
	}

	.search-container {
		width: auto;
		display: block;
		margin: 24px auto 0;
	}

	.navbar-collapse .btn-primary {
		width: 100% !important;
	}

	.btn--options .btn-primary {
		margin-bottom: 8px;
	}

	.navbar-toggler {
		margin-left: 26%;
	}

	.contenido .box--contenido {
		background-color: #fff;
		border-radius: 6px;
		padding: 12px;
		font-family: 'RobotoRegular';
		font-size: 14px;
	}

	.box--contenido {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		margin: 0 auto;

	}

	.box--contenido aside {
		border-radius: 6px;
		padding: 12px;
		font-family: 'RobotoRegular';
		height: auto;
		font-size: 14px;
		border: 1px solid #E9E9E9;
		width: 100%;
	}

	.box--contenido aside form.search-container {
		display: none !important;
	}

	.contenedor-integrado #texto-mutante {
		width: 100%;
	}

	.steps__name {
		font-size: 12px !important;
	}

	#formalizar-matricula {
		padding: 24px;
	}

	#formalizar-matricula .resumen ul li {
		width: 100%;
		margin-left: 14px;
	}

	#formalizar-matricula aside section.title {

		text-align: center;
	}

	.box--flex {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 0;
	}

	.buttons .btn {
		margin-bottom: 8px;
	}

	.box--flex .form-floating>label {
		position: absolute;
		top: -8px;
		left: 8px;
		transition: opacity .1s ease-in-out, transform .1s ease-in-out;
	}

	.home p:first-child {
		margin-top: 16%;
		margin-bottom: 24px;
	}

	.form-check .form-check-input {
		float: left;
	}

	.box--campos {
		margin: 8px 0px;
		display: flex;
		flex-direction: row;
		width: 100%;
	}

	.btn--borrar {
		margin-top: 12px;
		margin-bottom: 0px;
	}

	.box--campos table tbody tr td {
		font-size: 10px;
		padding: 0px 0px 0px 8px;
		color: #B2ADAD;
		padding-bottom: 12px;
	}

	.box--campos table thead tr th {
		font-weight: bold;
		font-size: 10px;
	}

	.box--flex {
		display: flex;
		flex-direction: column;
		width: auto;
		gap: 16px;
	}

	.user--small a.off img {
		width: 24px;
		margin-top: 2px;
	}

	.steps__contenedor,
	.basesteps {
		background-color: #E9E9E9 !important;
	}

	.user--small .state--user p {
		display: none;
	}

	.menu ul li.selected a {
		background-color: #E9E9E9;
		color: #03738B;
		width: 100%;
	}

	.subheader {
		margin-left: 0px !important;
		margin-bottom: 24px;
	}

	.estudiantes-matriculados,
	.generacion-actas {
		margin-top: 32px;
	}

	.actas h2 {
		font-size: 17px !important;
	}

	.actas h2 span {
		width: 64% !important;
	}

	.actas h5 {
		font-size: 14px !important;
		margin: 12px 0px !important;
		padding-left: 10px !important;
	}

	.profesor .subheader {
		margin-top: 24px;

		margin-left: 0px !important;
	}

	.profesor .headprofesor {
		margin-left: 0px !important;
	}

	.info-solicitante .box-curso {
		flex-direction: column;
		justify-content: space-evenly;
	}

	.miscursos .title h5 .separador {
		width: 70% !important;
	}

	.miscursos .listado thead tr th,
	.miscursos .listado tbody tr td {
		font-size: 11px !important;
	}

	.box--contenido__dates aside section.title {
		text-align: center;
	}

	.title .checks {
		display: flex;
		justify-content: center;
		margin-top: 16px;
	}

	.caja-ayb {
		display: flex;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		justify-content: space-evenly !important;
		align-items: center !important;
	}

	.caja-ayb .boxayd {
		margin-bottom: 24px;
	}


}



/* USER */

.user--small .dropdown-menu {
	border: 0px;
	padding: 0px;
}

.card {
	width: 340px;
	height: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	background: #333;
	color: #ddd;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}


.card-personal-header {
	width: 100%;
	min-height: 25px;
	display: block;
	background: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 0 16px 16px 16px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 24px;
}

.card-personal-header::before {
	content: "";
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgb(3, 115, 139);
	display: block;
	position: absolute;
	top: 0;
	lefT: 0;
	right: 0;
	bottom: 0;
}

.card .card-personal-add {
	position: absolute;
    width: 36px;
    height: 36px;
    top: 22px;
    right: 16px;
    font-weight: 300;
    cursor: pointer;
    border: 1px solid #111;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121217;
    border-radius: 4px;
    z-index: 9999;
}

.card .card-personal-add svg {
	width: 20px;
	height: 20px;
	transition: 0.3s linear;
	stroke: #ddd;
}

.card .card-personal-add:hover svg {
	stroke: rgba(104, 109, 224, 1.0);
}

.card-personal-header>* {
	position: relative;
	z-index: 100;
}

.card-personal-header h1 {
	font-size: 32px;
	background-color: #fff;
	border-radius: 8px;
	padding: 8px 16px;
	color: #333;
	margin-bottom: 16px;
	margin-left: -50px;
	padding-left: 50px;
	margin-top: 24px;
}

.card-personal-link {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}

.card-personal-link:hover {
	text-decoration: underline #121217;
}

.card a {
	text-decoration: none;
	color: inherit;
}

.card-personal-description {
	font-size: 12px;
	line-height: 1.4rem;
	font-weight: 700;
	opacity: 1;
	color: #03738b;
	background-color: #fff;
	margin-bottom: 8px;
	border-radius: 6px;
	padding: 6px 24px 6px 54px;
	margin-left: -50px;
}

.card-personal-info {
	height: 50px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.card-personal-info a {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	background: #121217;
	transition: 0.3s linear;
}

.card-personal-info a:hover {
	background: #090911;
	color: #ddd;
}

.card a,
.card p,
.card h1 {
	font-family: sans-serif;
}

.card a span {
	color: rgba(104, 109, 224, 1.0);
	margin-right: 4px;
}


.card-personal-info a:hover span {
	color: #ddd;
}

.modal-footer button.btn-danger {
	font-size: 11px;
	line-height: 15px;
    border-radius: 4px;
}




/* Login Eye Pass */


.password-wrapper {
	position: relative;
}

.toggle-button {
	display: inline-flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: unset;
	right: 17px;
	cursor: pointer;
}

.eye-icon {
	width: 20px;
	height: 20px;
	margin-right: 25px;
}

select.profesor-edicion {
	height: calc(2.5rem + 2px);
	/* igual que .form-control-sm */
	overflow-y: auto;
}

.select2-container--default .select2-selection--multiple {
	min-height: 38px;
	/* igual que .form-control-sm */
	padding: 4px 6px;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	background-color: #fff;
	box-shadow: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.select2-selection__choice {
	padding: 2px 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-color: #ced4da;
}

.select2-search--inline .select2-search__field {
	font-size: 0.8rem;
	height: 24px;
	margin: 0;
	padding: 0 4px;
}

.select2-selection__rendered>li.select2-search.select2-search--inline {
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* Mensaje de error arriba del file */
.file-error {
	color: #dc3545;
	/* rojo Bootstrap */
	font-weight: 600;
	margin: 0 0 .35rem 0;
	/* separa del cuadro */
	display: block;
}

/* Filas de tabla "LISTADO DE CURSOS" de la ventana mis-cursos-profesor (clickables) */
.fila-pendientes {
	cursor: pointer;
	transition: background-color .15s ease, box-shadow .15s ease;
}

.fila-pendientes:hover {
	background-color: rgba(13, 110, 253, .10);
	/* azul Bootstrap, tenue */
	box-shadow: inset 4px 0 0 0 #0d6efd;
	/* banda azul a la izquierda */
}

.fila-pendientes:active {
	transform: translateY(1px);
}

.form-control[type=file] {
	overflow: hidden;
	padding: 8px !important;
	width: 100% !important;
}

.btn-end{
	    margin-bottom: 8px;

}