@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

* {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

html {
	background-color: white;
	height: 100%;
}
body{
	color: #4a4a4a;
	font-size: 16px;
	background-color: white;
	height: 100%;
}
a {
	color: #636363;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

ul li::before {
	content: "+";
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
}

input {
	height: 5rem;
}

label {
	width: 100%;
}

ul#main__menu {
    display: flex;
    align-items: center;
}

ul#main__menu li::before {
	content: none;
}

footer {
	bottom: 0px;
	font-size: 1.2rem;
	display: block;
	background-color: #F1F2F3;
	width: 100%;
	overflow: auto;
	color: #807F83;
	z-index: 2;
	padding: 40px 20px;
	position: relative;
}

.logo-vertex {
	max-width: 240px;
	margin: 0 auto 20px;
	display: block;
}

#wrapper {
	background-color: white;
	position: relative;
}

.max-width-container {
	margin: 0 auto;
	max-width: 1440px;
}

#wrapper .max-width-container {
	padding: 20px;
}

.login-content, #login-sidebar {
	position: relative;
}

.login-content::before {
	content: url(images/grey-dots.png);
	position: absolute;
	top: -20px;
	left: -20px;
	z-index:1;
}

.login-content::after {
	content: url(images/grey-dots.png);
	position: absolute;
	bottom: 0;
	right: 0;
}

#login-sidebar::before {
	content: url(images/orange-dots.png);
	position: absolute;
	top: -20px;
	right: -20px;
}

.box-container.login-content-container {
    margin-left: 20px;
}

.first-container {
	background-image: url(images/login_bg.jpg);
	background-color: #f4f4f4;
	background-size: cover;
	background-position: center;
	min-height: 420px;
	position: relative;
}
.first-container h2 {
    position: relative;
    color: #fff;
    margin-top: 80px;
    padding: 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.first-container {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right;
	}
	.first-container h2 {
		margin-top: 60px;
		width: 100%;
	}
}

.first-container .title {
    max-width: 600px;
	margin: 20px auto 100px;
	padding: 0 20px;
}

.first-container .title img {
	margin-right: 20px;
}

.first-container .title h2 {
	margin-bottom: 0;
	color: white;
}

.header-logo {
	display: block;
}

.header-logo img {
	height: 78px;
}

.navbar .button-menu {
	color: white;
	display: none;
}

nav.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px;
	z-index: 1;
}

nav.navbar .logo {
	max-width: 140px;
}

nav.navbar .max-width-container {
	padding: 0!important;
	margin-left: auto;
	margin-right: 0;
}

.navbar li {
	padding: 1rem 0.8rem;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem;
	text-transform: uppercase;
	border-color: white;
	transition: all .2s ease-in;
}

.navbar li:hover {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid #522471;
	transition: all .2s ease-in;
}

.navbar li:last-child:hover {
    background: none;
    border: none;
}

.navbar li a {
	color: white!important;
	background-color: #522471;
	padding: 6px 20px;
	border-radius: 0;
	border-color: #522471;
}

.navbar li a:hover {
	background-color: white;
	color: #522471!important;
}

.login-main-container {
	margin: 3vh 1rem;
}

#login-sidebar h3 {
	color: #522471;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 40px;
}

.box-container {
	padding: 30px 30px 20px 30px;
	background-color: white;
	border-radius: 6px;
	box-shadow: 0 4px 20px rgba(0,0,0,.1);
	margin-bottom: 1rem;
	color: white;
	background-color: white;
}

.box-container.login-content-container {
	border-top: 4px solid #522471;
}

.box-container.coloured {
	background-color: white;
}


.m-blue, .m-dark-blue, .m-green, .m-dark-green, .m-violet, .m-dark-violet, .m-gray {
	padding: 20px;
}

.m-gray h5 {
	font-size: 20px;
}

.m-blue {
	/* background: linear-gradient(45deg, #1F75C9, #0A3762);  */
}
.m-dark-blue {
	/* background: #175CA0;  */
	background: #522471; 
}
.m-green {
	/* background: linear-gradient(45deg, #939318, #494A06);  */
}
.m-dark-green {
	/* background: #5D6C2A;  */
	background: #522471;
	text-align: center;
}
.m-violet {
	/* background: linear-gradient(45deg, #632F6C, #2F1637);  */
}
.m-dark-violet {
	/* background: #3B2F67;  */
	background: #522471;
	text-align: center;
}

.teacher {
	width: 31%;
	text-align: center;
	display: inline-block;
	padding: 0 10px;
}

.teacher img {
	margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
	.teacher {
		width: 100%;
		text-align: left;
	}
}

.box-container.coloured p {
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

.box-container.coloured h2 {
	margin: 1rem 0px 4rem;
	font-size: 24px;
	text-transform: uppercase;
}

.box-container.coloured h2:nth-child(n+2) {
	margin: 4rem 0px 4rem;
}

.box-container.coloured h4 {
	margin-bottom: 3.4px;
}

.box-container.coloured li {
	margin-bottom: 1rem;
}

.main-box-content img {
	width: 100%;
	margin-bottom: 40px;
}

#menu__box {
	background-color: #9B9B9B;
	color: white;
	position: relative;
	border-radius: 6px;
}

#menu__box.box-container,
#course__box.box-container {
	padding: 0px;
	margin-bottom: 2.6rem;
	min-height: auto;
}

#menu__box.box-container .wrapper {
	padding: 20px;
}

#menu__box a {
	padding: 6px 8px;
	color: #636363;
}
#menu__box a:hover {
	color: #522471;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.3)
}

#menu__box h2 {
	color: white;
	display: flex;
    align-items: center;
}

.main-box-content p {
	font-size: 1.2rem !important;
	margin-bottom: 0px;
}

.sign-in {
	text-align: center;
	margin-bottom: 4vh;
}

.sign-in h3 {
	display: inline-block;
	margin-right: 1rem;
	margin-top: 0px;
}

.sign-in i {
	color: #807F83;
}

.login-form {
	padding-top: 20px;
}

.login-form-input {
	background-color: #522471!important;
	background: none!important;
	border: 0;
	border-bottom: 1px solid white;
	border-radius: 0;
	height: 49px;
	font-size: 16px;
    width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	color: #494A06;
}

.login-form-input:focus {
	outline: 0;
	box-shadow: none;
}

.login-form-input.register {
	width: auto;
}

.login-form-button {
	background: #522471;
	border: 0px;
	color: white;
	font-size: 20px;
	padding: 7px 20px;
	border-radius: 0;
	text-transform: uppercase;
	width: 100%;
}
.login-form-button:hover {
	background: #522471;
}

.login-form-button.small {
	width: 200px;
	margin: 7rem auto 2rem;
	display: block;
}

#login-form-button-enter:active {
	background: #522471;
}

.login-register-button {
	display: block;
	background: #522471;
	border: 0px;
	color: #fff;
	font-size: 1.4em;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	box-shadow: none;
	font-weight: 400;
	width: 100%;
	height: 2.5em;
	font-family: 'Open Sans', sans-serif;
	line-height: 3.4rem;
}

.login-register-button:hover {
	background: #807F83;
	color:#fff;
	text-decoration: none;
}

.login-register-button:active {
	background: #B2BB1E;
	color:#fff;
	text-decoration: none;

}

#show-container {
	color: #522471;
	float: right;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: 400;
	margin-top: 0.4rem;
}

.show-pass-text {
	display: inline-block;
}

#login-form {
	margin-bottom: 1rem;
}

#login-form-feedback {
	overflow: hidden;
	background-color: #f6a5a5;
	height: 110px;
	text-align: center;
	border-radius: 0;
}

#warning-msg {
    padding: 2rem;
}

#error-login i {
	display: block;
	margin-bottom: 0.8rem;
}

#error-login p {
	line-height: 1.3rem;
	color: #fff;
}

.links {
	text-align: center;
}

.links div {
	margin: 3rem 0 3rem;
}

.logos {
	text-align: center;
}

.logos p {
	font-size: 1.1rem;
	color: #807F83;
	margin-bottom: 0px;
}

.logos img {
	width: 100%;
    max-width: 220px;
}

.content__hidden {
	display: none;
}

.footer-links {
	text-align: right;
	color: #636363;
}

.footer-links p {
	font-size: 14px;
}

.footer-links a, .footer-contact a {
	color: #636363!important;
}

.footer-contact {
	text-align: center;
}

footer a,
footer a:hover,
footer a:active,
footer a:visited,
footer a:link {
	color: #636363;
}

.section-partners {
	text-align: center;
}

.section-partners span {
	font-size: 12px;
	font-weight: 400;
	color: #e6e6ee;
	margin-bottom: 10px;
}

.section-partners .partners-logo {
	margin-top: 10px;
}

.section-partners .partners-logo img {
    height: 54px;
    margin-right: 20px;
}

.section-partners .partners-logo img:last-child {
	margin-right: 0;
}

.section-logo {
    text-align: center;
}

.main-box-content a {
	color: #636363;
	text-decoration: underline;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
	color: #FFFFFF !important;
	background-color: #522471 !important;
}

.cc_container .cc_message {
	font-size: 0.8em !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

.footer-logo span {
	display: block;
}

.footer-logo img {
	height: auto;
	max-width: 220px;
	max-height: 40px;
}
.footer-logo img:first-child {
	margin-right: 20px;
}

.course_image_box {
	padding: 0px !important;
}

.course_image_box img {
	width: 100%;
}

.pdf-icon {
	width: 20px;
	margin-right: 10px;
}

#texto label {
	max-width: 49%;
	text-align: right;
	padding-right: 1rem;
}

label.full-width {
	max-width: 90% !important;
}

input.no-height {
	height: auto;
}

.contact-info {
	padding: 40px 10px;
}

.contact-info p{
	text-align: center;
	margin: 0px;
}

.login-links {
	padding: 20px;
}

.login-links a {
	display: block;
	margin-bottom: 10px;
	color: #522471;
	font-size: 14px;
}

.login-links a:last-child {
	margin-bottom: 0;
}

.login-links a:hover {
	text-decoration: none;
	color: #807F83;
}

span.featured {
	font-weight: bold;
	font-size: 1.6rem;
	color: #807F83;
}

.link-register {
	text-align: center;
}

/*___________*/
.box-container.coloured h2.course_title {
	text-transform: inherit;
}
.box-container.coloured h2.course_title span {
	font-weight: lighter;
    font-size: 16px;
    color: #a5a5a5;
}
h2.login_title {
	font-size: 1.6em;
    text-align: center;
    color: #a5a5a5;
    margin: 40px 0 30px 0;
}
h2.login_title span {
	font-size: 0.6em;
}
label {
	text-transform: uppercase;
    color: #522471;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}
.link-register a {
	background: transparent;
    border: 0px;
	color: #fff;
	border: 1px solid #fff;
    font-size: 1.4em;
    padding: 9px 20px 7px 20px;
    text-decoration: none;
    box-shadow: none;
    font-weight: 400;
    width: 100%;
    height: 2.5em;
    display: inline-block;
}
.link-register a:hover {
	background: #636363;
	color: white;
	border: 1px solid white;
}

ul.presentacion {
	list-style-type: none;
	padding-left: 0;
}

ul.presentacion li::before, ul.teachers li::before {
	content: none;
}

ul.presentacion i {
	margin-right: 10px;
}

ul.teachers li h6 {
	font-size: 18px;
	color: #636363;
}

ul.teachers li p.job {
	font-weight: 700;
	margin-bottom: 4px;
}

ul.teachers li p.place {
	font-style: italic;
	margin-bottom: 30px;
}

ul.teachers p {
	margin-bottom: 4px;
}

.evaluacion ul {
    margin-bottom: 30px;
}

.evaluacion table th, .evaluacion table td {
	padding: 12px 10px;
	border: 1px solid #636363;
	color: #636363;
}

a.btn-download {
    padding: 10px;
    display: inline-block;
	margin-top: 30px;
	background-color: rgba(47, 125, 225, .2);
}

a.btn-download:hover {
	color: white;
	background-color: #636363;
}

p {
	font-size: 16px;
}

.menu__content h6 {
	font-size: 18px;
	font-weight: 600;
}

.menu_calendario > img {
	width: 100%;
	margin-bottom: 20px;
}

.structure ul li span {
	color: #636363;
	font-weight: 600; 
}

.structure ul li ul {
	margin-top: 20px;
	padding-left: 20px;
}


@keyframes blinker {  
  50% { opacity: 0; }
}

@media screen and (max-width: 1200px) {
	.footer-links {
		text-align: center;
		padding: 2rem 0;
	}

	.footer-logo {
		text-align: center;
		margin-bottom: 20px;
	}

	footer span.partners {
		display: block;
		text-align: center;
	}

	.footer-contact {
		border-left: none;
		text-align: center;
		padding: 4rem 0px 1rem 0rem;
	}

	footer .section-partners .partners-logo {
		text-align: center;
		margin-bottom: 40px;
	}
	footer .section-logo {
		text-align: center;
		margin-bottom: 40px;
	}
	

}

@media screen and (max-width: 1200px) {
	.footer-logo {
		max-width: inherit;
	}
	#login-sidebar .box-container {
		min-height: auto;
	}
	.header-logo {
		display: inline-block;
	}

	.navbar .max-width-container {
		padding: 0 20px;
	}
	#menu__box.box-container {
		min-height: auto;
		padding-bottom: 40px;
	}
}



@media (max-width: 992px) {
	.box-container.login-content-container {
		margin-left: 0;
	}
	#login-sidebar {
		margin-top: 20px;
	}
	#login-sidebar::before {
		display: none;
	}
}
@media (max-width: 990px) {
	.footer-logo {
		max-width: inherit;
	}
}
@media (max-width: 769px) {

	.max-width-container {
		display: flex;
		justify-content: space-between;
	}
	.login-content {
		margin-top: 20px;
	}

	#texto label {
		max-width: none;
		text-align: left;
	}

	.footer-logo img {
		margin: 0 auto;
	}

	.login-main-container {
		margin: 0px;
	}

	#menu__box.box-container .wrapper {
		padding: 30px;
	}

	.box-container {
		padding: 40px 30px 30px;
	}
	.navbar .button-menu {
		display: block;
		font-size: 20px;
		cursor: pointer;
	}
	ul#main__menu {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		padding: 30px;
		position: absolute;
		width: 100%;
		max-width: 300px;
		top: 50px;
		z-index: 1;
		background-color: #636363;
		right: 0;
	}

}

@media screen and (max-width: 520px) {
	.evaluacion table th, .evaluacion table td {
		word-break: break-word;
	}
}



/* -------------LOGIN-------------------------- */



/* ------------------COLORES VERTEX---------------------


MORADO           #522471     rgba( 56, 0, 107, 1);
GRIS             #807F83     rgba( 110, 109, 114, 1);
AZUL         #0081C6     rgba( 0, 128, 195, 1);
VERDE            #B2BB1E     rgba( 182, 188, 27, 1);
PÚRPURA      #7C2B83     rgba( 112, 34, 134, 1);
NARANJA      #F89728     rgba( 247, 147, 30, 1); */

/* 
$moradoVertex: #522471;
$grisVertex: #807F83;
$azulVertex: #0081C6;
$verdeVertex: #B2BB1E;
$purpleVertex: #7C2B83;
$naranjaVertex: #F89728;

$medMoraVertx: #a37abe;
$medGrisVertx: rgb(195, 193, 201);
$medAzulVertx: rgb(4, 167, 255);
$medVerdeVertx: rgb(233, 243, 38);
$medPurpVertx: rgb(155, 105, 160);
$MedNarVertx: rgb(252, 182, 102);


$ligMoraVertx: #e5bdff;
$ligGrisVertx: rgb(250, 250, 250);
$ligcAzulVertx: rgb(185, 231, 255);
$ligVerdeVertx: rgb(253, 255, 210);
$ligPurpVertx: rgb(250, 199, 255);
$ligNarVertx: rgb(255, 238, 218); 

*/


a:focus, a:hover, footer a, footer a:hover, footer a:active, footer a:visited, footer a:link{
	color: #522471;
}
