/*
Theme Name: Campus CEI Theme
*/

/* Variables */
:root {
	--semi_bold: 600;
	--medium: 500;
	--regular: 400;
	--azul_claro: #e2ecfd;
	--rosa_bebe: #f6abc8;
	--rosa_pardo: #d0556c;
	--naranja: #f97052;
	--malva: #b9a3c4;
	--amarillo: #f8f1b6;
	--verde_pastel: #cde3d5;
	--verde: #5f9271;
	--naranja_oscuro: #e43713;
	--lila: #efdcfa;
	--caki: #b6b37a;
	--morado: #8a5aab;
	--morado-light: #8a5aab1b;
	--morado_oscuro: #30164a;
	--family_mont: 'Montserrat';
	--family_san: 'SangBleu Sunrise';
	--swiper-navigation-size: 44px;
	--swiper-theme-color: #007aff;
}
*::selection {
	background-color: #a8d0fb;
	color: #000;
}
/* Fin Variables */
/* Fuentes */
@font-face {
	font-family: 'SangBleu Sunrise';
	src: url('assets/fonts/SangBleuSunrise-Regular.eot');
	src: url('assets/fonts/SangBleuSunrise-Regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/SangBleuSunrise-Regular.woff2') format('woff2'),
		url('assets/fonts/SangBleuSunrise-Regular.woff') format('woff'),
		url('assets/fonts/SangBleuSunrise-Regular.svg#SangBleuSunrise-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Medium.eot');
	src: url('assets/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-Medium.woff2') format('woff2'),
		url('assets/fonts/Montserrat-Medium.woff') format('woff'),
		url('assets/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-SemiBold.eot');
	src: url('assets/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('assets/fonts/Montserrat-SemiBold.woff') format('woff'),
		url('assets/fonts/Montserrat-SemiBold.ttf') format('truetype'),
		url('assets/fonts/Montserrat-SemiBold.svg#Montserrat') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
b,
strong,
dt {
	font-weight: var(--semi_bold) !important;
}
footer a {
	color: #000000 !important;
}
#Content {
	padding: 0px !important;
}
.wrapper,
#Content {
	background-color: rgba(0, 0, 0, 0) !important;
}
html {
	background-color: #ffffff !important;
	margin-top: 0px !important;
}

.layout-full-width {
	background: #efdcfa;
	padding: 0;
}

main {
	padding: 0px 0px 0px 0px;
}

.wrapper {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
}

/* Header */

.logo {
	position: fixed;
	left: 52px;
	top: 22px;
	width: 85px;
	z-index: 999;
}

.boton_menu {
	position: fixed;
	right: 44px;
	top: 30px;
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.user {
	position: relative;
}

p#boton_cierra_menu,
p#boton_menu_desk {
	margin-bottom: 0;
	padding: 1px 15px 1px 1px;
}

#boton_menu_desk {
	margin-top: 0px;
	font-size: 19px;
	font-family: var(--family_mont);
	font-weight: var(--semi_bold);
	line-height: 19px;
	color: #000000;
}

ul {
	list-style: none outside;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

ul.mi_user > li,
ul.mi_user {
	margin-bottom: 0px;
}

ul > li {
	font-family: var(--family_mont);
	font-size: 17px;
	line-height: 21px;
	font-weight: var(--medium);
	margin-bottom: 21px;
}

.user img {
	width: 16px;
	margin-right: 10px;
	display: block;
}

.user img.rosa {
	display: none;
}

.label-mb {
	display: none;
}

div.menu_user {
	position: absolute;
	bottom: -160px;
	width: 170px;
	right: 8px;
	padding: 20px 30px;
	background-color: #ffffff;
	display: none;
	z-index: 99999;
}

img.cierra_user {
	position: absolute;
	top: 5px;
	right: -9px;
	width: 20px !important;
	padding: 5px;
	cursor: pointer;
}

ul.menu_usuario {
	padding: 0;
	margin: 0;
}

ul.menu_usuario > li {
	margin-bottom: 9px;
}

ul.menu_usuario > li > a {
	font-family: var(--family_san);
	font-size: var(--regular);
	color: #000000;
	font-size: 16px;
	line-height: 30px;
}

.menu_desk {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 30px;
	padding-left: 35px;
	padding-bottom: 30px;
}

.mi_menu_mobile_cerrado {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 99999999;
	width: 100%;
	padding: 20px 20px 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
}

.menu_desk p {
	margin: 0px;
}

.mi_menu_mobile_abierto > nav #menu-mobile ul.sub-menu li {
	padding-bottom: 0px;
}

.abre_menu {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100vh;
	background-color: var(--verde_pastel);
	display: none;
	overflow: auto;
}

.barra_navegacion {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 22px 58px 50px;
}

.boton_menu_navegador {
	padding: 1px 15px 1px 1px;
	position: relative;
	left: 27px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.barra_navegacion p,
.boton_menu_navegador p {
	font-family: var(--family_mont);
	font-weight: var(--semi_bold);
	font-size: 19px;
	line-height: 23px;
	color: #000000;
	line-height: 19px;
	margin-bottom: 0;
}

.contenido_navegacion {
	padding: 0px 60px 0px;
}

.contenido_navegacion > nav {
	display: grid;
	grid-template-columns: repeat(3, 1fr) 182px;
}

ul.menu > li > a {
	cursor: context-menu;
	text-decoration: none;
	font-family: var(--family_mont);
	font-weight: var(--semi_bold);
	font-size: 17px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 30px;
}

ul.menu .sub-menu > li:first-child {
	margin-top: 10px;
}

.mi_menu_mobile_abierto {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	padding: 20px 20px 40px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--verde_pastel);
	display: none;
}

.back {
	background-color: var(--verde_pastel);
	position: absolute;
	top: 50px;
	left: 40px;
	z-index: 110000;
	display: none;
	width: 100%;
	padding-bottom: 10px;
}

.relleno_back {
	padding: 20px 0px;
	background-color: var(--verde_pastel);
}

.stroke1back {
	width: 8px;
	height: 8px;
	border-right: solid 1px #000000;
	border-top: 1px solid #000000;
	transform: rotateZ(-135deg);
	display: inline-block;
	position: absolute;
	left: -15px;
	top: 48px;
}

.back > p {
	margin-top: 0px;
	color: #000000;
	font-family: var(--family_mont) !important;
	font-size: 20px;
	font-weight: var(--semi_bold);
	line-height: 24px;
	margin-bottom: 0px;
}

.mi_menu_mobile_abierto > nav .sub-menu a {
	text-decoration: none;
	color: #000000;
}

.contenedor_mi_menu_mobile * {
	box-sizing: border-box;
}

.eslogan_mobile {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.mi_menu_mobile_abierto > nav {
	width: 100%;
}

.mi_menu_mobile_abierto > nav #menu-mobile {
	list-style: none !important;
	position: absolute;
	left: 0;
	top: 72px;
	width: 100%;
	/* min-height: 100vh; */
	background-color: var(--verde_pastel);
	padding: 20px 20px 0 40px;
	margin: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	height: 80vh;
}

.mi_menu_mobile_abierto > nav #menu-mobile > li {
	padding-bottom: 0px;
}

.mi_menu_mobile_abierto > nav #menu-mobile > li > a {
	text-decoration: none;
	color: #000000;
	font-family: var(--family_mont);
	font-size: 17px;
	line-height: 18px;
	font-weight: var(--semi_bold);
}

.mi_menu_mobile_abierto > nav #menu-mobile ul.sub-menu {
	position: absolute;
	z-index: 10000;
	left: 0%;
	top: 10px;
	width: 100%;
	min-height: 100vh;
	background-color: var(--verde_pastel);
	padding-top: 40px;
	padding-left: 40px;
	margin: 0;
	display: none;
	list-style: none !important;
}
.menu-menu-mobile-container {
	min-height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.stroke1Cop {
	width: 8px;
	height: 8px;
	border-right: solid 1px #000000;
	border-top: 1px solid #000000;
	transform: rotateZ(45deg);
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 1px;
}

ul.menu .sub-menu > li > a {
	font-family: var(--family_san);
	font-weight: var(--regular);
	font-size: 16px;
	line-height: 27px;
	color: #000000;
}
.sub-menu > li {
	margin-bottom: 10px;
}

.abre_menu {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100vh;
	background-color: var(--verde_pastel);
	display: none;
	overflow: auto;
}

.contenedor_mi_menu_mobile {
	position: relative;
	padding: 0px 11px;
	z-index: 11000;
	display: none;
}

.mi_menu_mobile_cerrado {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 99999999;
	width: 100%;
	padding: 20px 20px 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
}

.eslogan_mobile {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div.logo_navegacion {
	width: 85px;
	height: 37px;
}

.pepito {
	font-family: var(--family_mont);
	font-weight: var(--semi_bold);
	color: #000000;
	line-height: 19px;
	margin-bottom: 0;
	font-size: 16px !important;
}

.areas_de_estudio {
	width: 100%;
	text-align: center;
}

/* Content */

h1.perfil {
	font-family: var(--family_mont);
	font-weight: var(--semi_bold);
	color: var(--morado);
	font-size: 50px;
	line-height: 61px;
	margin-bottom: 35px;
	padding-bottom: 30px;
}

.seccion_registro {
	padding: 50px 20px 60px;
}

.section {
	position: relative;
}

.profile-page * {
	color: var(--morado);
}

.profile-page h2 {
	font-size: 32px;
	font-weight: var(--regular);
	font-family: var(--family_san);
	padding-bottom: 20px;
}

.table-user-data {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.table-user-data .user-field {
	border: 1px solid var(--morado);
	padding: 15px;
}
.table-personal-data .row-2,
.table-legal-data .row-2 {
	margin-top: -1px;
}
.table-personal-data .row .user-field:first-of-type {
	border-right: 1px solid transparent;
}

.table-personal-data .row-1 .user-field:nth-of-type(2) {
	border-right: 1px solid transparent;
}

.table-legal-data .row .user-field:nth-of-type(1),
.table-legal-data .row .user-field:nth-of-type(2) {
	border-right: 1px solid transparent;
}

.courses-data {
	padding-bottom: 30px;
}

.courses-data .user-value.user-estudios {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table-user-data .user-field .label {
	font-style: italic;
	display: block;
	font-weight: 300;
}

.table-user-data .user-field .user-value {
	display: block;
	font-weight: 600;
}
.profile-page .card {
	background: transparent;
	margin-bottom: 14px;
	border: none;
}

.profile-page .card-header .btn-link {
	color: #fff;
	display: block;
	text-decoration: none;
}

.profile-page .card-header {
	background-color: var(--morado-light);
	padding: 0px !important;
	text-align: left;
	border: none;
	border-radius: 10px !important;
}

.profile-page .course-info {
	display: inline-block;
}

.profile-page .card-header .btn {
	text-align: left;
	padding: 0.8rem 2.6rem;
	display: block;
	width: 100%;
}

.profile-page .card-header .btn[aria-expanded='true'] {
	background-color: var(--morado);
	border-radius: 10px 10px 0px 0px !important;
}

.profile-page .card-header .btn {
	margin-right: 0px;
	margin-left: 0px;
}

.profile-page .card-header .btn[aria-expanded='true'] * {
	color: #fff;
}
.profile-page .card-header .course-info {
	margin-right: 50px;
}

.profile-page .card-header .course-info .label {
	display: block;
	font-weight: 200;
	font-size: 16px;
}

.profile-page .card-header .course-info .user-value {
	font-size: 20px;
}

.coursesTable {
	width: 100%;
}

.coursesTable th {
	font-size: 18px;
	font-weight: 500;
}

.coursesTable tr {
	font-size: 16px;
}

.coursesTable tr td {
	padding-bottom: 10px;
}

.coursesTable tr td.course-modules {
	width: 20%;
	padding: 0px 10px 15px 0px;
}

.coursesTable tr:first-of-type {
	font-weight: 600;
}

.profile-page .card-header .icon-collapse {
	position: absolute;
	right: 30px;
	top: 30px;
}
.profile-page .card-header .btn[aria-expanded='true'] .icon-collapse svg path {
	stroke: #fff;
}

.profile-page .card-header .btn[aria-expanded='false'] .icon-collapse svg {
	transform: rotate(180deg);
}

/* .profile-page .card-header .btn[aria-expanded=true]::before,
.profile-page .card-header .btn[aria-expanded=false]::before  {
	content: '';
	font-size: 12px;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
	position: absolute;
	right: 30px;
	color: #fff;
	top: 30px;
	background: url('./assets/icons/arrow.svg');
}

.profile-page .card-header .btn[aria-expanded=false]::before {
	transform: rotate(180deg);
} */

.profile-page .card .card-body {
	padding: 1.6em 2.6rem;
	background: var(--morado-light);
	border-radius: 0px 0px 10px 10px;
}

.paymentsTable {
	width: 100%;
}

.paymentsTable th,
.paymentsTable td {
	padding: 10px 22px;
	font-weight: 300;
	font-size: 18px;
}

.paymentsTable th,
.paymentsTable td {
	border: 1px solid var(--morado);
}

.paymentsTable th {
	background-color: var(--morado-light);
	padding: 16px 22px;
}

.paymentsTable .payment-date {
	font-style: italic;
	font-size: 16px;
	font-weight: 200;
	padding-left: 5px;
}

/* Footer */

#Footer {
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.footer_mobile {
	display: none;
}

.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.footer_desk {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.widget_footer_1 {
	background: var(--naranja);
	padding: 30px;
	width: 33.33333333%;
}

.widget_footer_entidades {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 15px;
}

.widget_footer_entidades {
	width: 33.33333333333%;
	background-color: var(--rosa_bebe);
}

.widget_footer_herramientas {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.widget_footer_herramientas {
	background: var(--amarillo);
	padding: 30px;
	width: 33.333333333333%;
}

.boton_ciudades_footer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.boton_ciudades_footer > div {
	padding: 1px 15px 1px 1px;
}

.boton_ciudades_footer > div:hover,
.boton_blanco {
	background-color: #ffffff;
}
.footer_desk p:last-child {
	margin-bottom: 0px;
}

.boton_ciudades_footer > div > p,
.boton_ciudades_footer > div > p > a {
	font-family: var(--family_mont);
	font-weight: var(--semi_bold);
	font-size: 19px;
	line-height: 19px;
	color: #000000 !important;
	margin-bottom: 0px;
}

.sevilla_footer > div,
.madrid_footer > div,
.america_footer > div {
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sevilla_footer > div > p,
.madrid_footer > div > p,
.america_footer > div > p {
	font-family: var(--family_mont);
	font-weight: var(--semi_bold);
	line-height: 26px;
	font-size: 22px;
	color: #000000;
}

.direccion_ciudades {
	position: relative;
	min-height: 140px;
}

.direccion_ciudades p {
	margin: 0;
}

.sevilla_footer {
	display: none;
}

.america_footer {
	display: none;
}

.redes_footer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.redes_footer > p {
	margin-bottom: 0px !important;
	font-family: var(--family_san);
	font-weight: var(--regular);
	font-size: 16px;
	line-height: 27px;
}

.redes_footer > p > a {
	color: #000000 !important;
	display: inline-block;
	padding: 0px 15px;
}

.widget_footer_entidades > div {
	padding: 0px 30px;
	width: 225px;
	height: 120px;
}

.widget_footer_entidades > div > p.oficiales {
	margin-bottom: 30px;
}
.widget_footer_entidades > div > p {
	font-family: var(--family_mont);
	font-weight: var(--medium);
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}

footer a {
	color: #000000 !important;
}

.widget_footer_entidades > div > p.oficiales {
	margin-bottom: 30px;
}

.metaslider {
	position: relative;
	z-index: 0;
}

.widget_footer_herramientas img.classroom {
	width: 120px;
	margin: 30px;
}

.widget_footer_herramientas img.drive {
	width: 88px;
	margin: 44px 30px 30px;
}

.widget_footer_herramientas img.meet {
	width: 88px;
	margin: 30px;
}

.div_menu_legal {
	position: relative;
	z-index: 100;
	margin-top: -1px;
}

ul.menu_legal {
	background: #ffc0b2;
	padding: 20px 10px 20px;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none !important;
	margin-bottom: 0px;
}

.menu_legal > li {
	margin-bottom: 0px !important;
}

ul.menu_legal p {
	margin-bottom: 0px;
}

.menu_legal > li > p,
.menu_legal > li > a {
	font-family: var(--family_mont);
	font-weight: var(--medium);
	line-height: 19px;
	font-size: 12px;
	color: #f53256;
	text-decoration: none;
	border-right: 1px solid #f53256;
	display: inline-block;
	padding: 0px 10px;
}

/* Mediaqueries */

@media only screen and (max-width: 767px) {
	.table-personal-data .row .user-field,
	.table-legal-data .row .user-field {
		border: 1px solid var(--morado) !important;
		margin-top: -1px !important;
	}

	.table-personal-data .row-2,
	.table-legal-data .row-2 {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 1474px) {
	.widget_footer_entidades > div {
		padding: 0 9px;
		width: 160px;
	}
}

@media only screen and (max-width: 1474px) {
	.widget_footer_entidades > div > p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1630px) {
	.widget_footer_herramientas img.classroom {
		width: 120px;
		margin: 10px;
	}
}
@media only screen and (max-width: 1248px) {
	.widget_footer_herramientas img.classroom {
		width: 90px;
		margin: 10px;
	}
}

@media only screen and (max-width: 1630px) {
	.widget_footer_herramientas img.drive {
		width: 88px;
		margin: 44px 10px 30px;
	}
}

@media only screen and (max-width: 1248px) {
	.widget_footer_herramientas img.drive {
		width: 64px;
		margin: 44px 10px 30px;
	}
}

@media only screen and (max-width: 1630px) {
	.widget_footer_herramientas img.meet {
		width: 88px;
		margin: 10px;
	}
}

@media only screen and (max-width: 1248px) {
	.widget_footer_herramientas img.meet {
		width: 64px;
		margin: 10px;
	}
	
	.course-info.estado {
		display: none;
	}
	.coursesTable tr th,
	.coursesTable .course-row:first-of-type {
		display: none;
	}
	
	.label-mb {
		display: inline-block;
		padding-right: 2px;
	}
	
	.course-row {
		margin-bottom: 15px;
		display: block;
		border-bottom: 1px solid var(--morado);
		padding-bottom: 15px;
	}
	
	.coursesTable tr {
		width: 100%;
	}
	
	.coursesTable tr td:first-of-type {
		display: inline-block;
		width: 100% !important;
	}
	
	.coursesTable tr td {
		display: inline-block;
		width: 32%;
	}
	
	.label-mb {
		font-weight: 500;
	}
}

@media only screen and (max-width: 1023px) {
	.courses-data .course-info.matriculacion {
		max-width: 520px;
		vertical-align: top;
	}
	
	.courses-data .user-value.user-estudios {
		max-width: 480px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
		vertical-align: top;
	}
	
	#boton_menu_mobile {
		font-size: 15px;
		line-height: 18px;
		font-weight: var(--semi_bold);
		font-family: var(--family_mont);
		color: #000000;
		margin-bottom: 0px !important;
	}
}

@media only screen and (max-width: 1025px) {
	h1.perfil {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1025px) {
	.footer_mobile {
		display: block;
	}
}

@media only screen and (max-width: 1025px) {
	.widget_footer_1 {
		width: 100%;
		background: var(--rosa_bebe);
		padding: 20px 20px 20px 20px;
	}
}

@media only screen and (max-width: 1025px) {
	.widget_footer_herramientas {
		padding: 30px;
		width: 100%;
	}

	.footer_desk {
		display: none;
	}
}

@media only screen and (max-width: 1025px) {
	.contenedor_mi_menu_mobile {
		display: block;
	}
}

@media only screen and (max-width: 1023px) {
	p.pepito,
	.eslogan_mobile > p {
		font-size: 13px !important;
		line-height: 16px;
		font-weight: var(--semi_bold);
		font-family: var(--family_mont);
		color: #000000;
		margin: 0 !important;
	}
}

@media only screen and (max-width: 1025px) {
	.perfil_mobile {
		display: block !important;
	}
}

@media only screen and (max-width: 1025px) {
	div.menu_user {
		right: -3px;
	}
}

@media only screen and (max-width: 1025px) {
	.perfil_desk {
		display: none !important;
	}
}



@media only screen and (max-width: 940px) and (min-width: 771px) {
	.courses-data .course-info.matriculacion {
		max-width: 300px;
	}
	
	.courses-data .user-value.user-estudios {
		max-width: 280px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
		vertical-align: top;
	}
}

@media only screen and (max-width: 794px) {
	
	
	.course-info.convocatoria,
	.course-info.nmatricula,
	.profile-page .card-header .course-info .label {
		display: none;
	}
	
	.profile-page .card-header .btn {
		padding: 0.8rem 2rem;
	}
	
	.profile-page .card-header .course-info .user-value {
		font-size: 20px;
		width: 700px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
	}
	
	.profile-page .card-header .icon-collapse {
		right: 20px;
		top: 20px;
	}
	
	.coursesTable tr th,
	.coursesTable .course-row:first-of-type {
		display: none;
	}
	
	.coursesTable tr td {
		display: inline-block;
		width: 100%;
	}
	
	.coursesTable tr td.course-modules {
		width: 100%;
	}
	
	.profile-page .card .card-body {
		padding: 1.6em 2rem;
	}
}

@media only screen and (max-width: 740px) {
	.profile-page .card-header .course-info .user-value {
		white-space: normal;
		width: auto;
		max-width: none;
		overflow: visible;
		text-overflow: clip;
		display: inline;
	}
}

