
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

html {
	background-color: white;

}
body{
	color: #4a4a4a;
	font-size: 16px;
	background-color: white;
}
a {
	color: #21439C;
}

.menu__content ul {
	list-style-type: none;
	padding-left: 0;
}


/* .menu__content ul li {
	display: flex;
	flex-wrap: wrap;
} */

.menu__content ul li::before {
	content: "-";
	color: #009FDE;
	margin-right: 10px;
}

.menu__content ul ul {
	padding-left: 30px;
}

.menu__content ul ul li::before {
	content: "• ";
	color: black;
}

.menu__content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px!important;
    color: #21439C;
}

input {
	height: 5rem;
}

ul#main__menu {
    display: flex;
	align-items: center;
	margin-left: auto;
}

ul#main__menu li::before {
	content: none;
}

footer {
	bottom: 0px;
	font-size: 1.2rem;
	display: block;
	background-color: #21439C;
	width: 100%;
	padding: 4rem 8rem;
	overflow: auto;
	color: #fff;
	z-index: 2;
	position: relative;
	margin-top: 40px;
}

#wrapper {
	background-color: white;
	position: relative;
	background-image: url(images/login_background.jpg);
	background-size: contain;
    background-repeat: no-repeat;
}

.max-width-container {
	max-width: 1600px;
	margin: 0 auto;
    display: flex;
    align-items: center;
}

.login-content {
	display: flex;
	flex-direction: column;
}

.login-content .title {
	margin: 40px 0 80px;
	color: #fff;
	max-width: 650px;
}

.login-content .title h4 {
	text-transform: uppercase;
	font-weight: 400;
	line-height: 24px;
}

.login-content .title h2 {
			color: white;
			margin-bottom: 20px;
			font-weight: 700;
} 
/*Etiqueta de 2ªEdición*/
.login-content .title .edicion h2{
	background-color: #f3d607;
	padding: 7px;
	width: 181px;
	border-radius: 7px;
	position: relative;
	height: fit-content;
	color: #0059a9!important;
	left: 0px;
	top: 0px;
}


.login-content .title h6 {
	font-size: 18px;
	font-weight: 400!important;
}

.header-logo {
	display: block;
}

.header-logo img {
	height: 68px;
}

.navbar {
	min-height: 7rem;
	background-color: #21439C;
}

.navbar .button-menu {
	color: white;
	display: none;
}


.navbar .top-right {
	padding: 1rem;
}

.navbar li {
	padding: 1rem 0.8rem;
	cursor: pointer;
	color: white;
	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 #009FDE;
	transition: all .2s ease-in;
}

.navbar li:last-child:hover {
    background: none;
    border: none;
}

.navbar li a {
	color: white!important;
	background-color: #009FDE;
	padding: 6px 20px;
	border-radius: 0;
	border-color: #009FDE;
}

.navbar li a:hover {
	background-color: white;
	color: #009FDE!important;
}

.navbar-nav {
	margin: 0px;
}

.navbar-brand {
	padding: 6px 15px!important;
}

.login-main-container {
	margin: 3vh 1rem;
}

.login-main-container .row {
	display: flex;
	flex-wrap: wrap;
}

div#login-sidebar {
	margin-top: 40px;
	margin-left: auto;
}

#login-sidebar h3 {
	color: white;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}

.box-container {
	padding: 70px 40px 50px;
	margin-bottom: 1rem;
	color: #fff;
	background-color: #009FDE;
	border-radius: 6px;
	min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-container.login-content-container {
	max-height: 640px;
	height: 100;
}

.box-container.coloured {
	background-color: #fff;
}

.box-container.coloured p {
	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: white;
	color: #4A4A4A;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2); 
	margin-bottom: 40px;
}

#menu__box.box-container,
#course__box.box-container {
	padding: 0px;
	margin-bottom: 0;
	min-height: 400px;
}

#menu__box.box-container .wrapper {
	padding: 40px;
}

#menu__box a {
	padding: 6px 8px;
	color: #21439C;
}
#menu__box a:hover {
	color: #009FDE;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.3)
}

#menu__box h2 {
	color: #21439C;
	display: flex;
	align-items: center;
	font-weight: 700;
}

#menu__box h2.course_title {
	text-transform: uppercase;
}

.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;
	font-weight: 200;
}

.sign-in i {
	color: #807F83;
}

.login-form {
	padding-top: 20px;
}

.login-form-input {
	background: none!important;
	border: 0;
	border-bottom: 1px solid white;
	border-radius: 0;
	font-size: 16px;
    width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}

.login-form-input:focus {
	outline: 0;
	box-shadow: none;
}

.login-form-input.register {
	width: auto;
}

.login-form-button {
	background: #D0021B;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	padding: 7px 20px;
	border-radius: 100px;
	text-transform: uppercase;
	width: 100%;
	transition: all .2s ease-in-out;
}

.login-form-button.small {
	width: 200px;
	margin: 7rem auto 2rem;
	display: block;
}

#login-form-button-enter:hover {
	background: #D0021B;
	border: 1px solid #D0021B;
	color: white;
	transition: all .2s ease-in-out;
}

#login-form-button-enter:active {
	background: #009FDE;
}

.login-register-button {
	display: block;
	background: #B2BB1E;
	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: 'Montserrat', sans-serif;
	-moz-transition: background 0.2s;
	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: #21439C;
	float: right;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: 500;
	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: #fff;
}

.footer-links p {
	font-size: 14px;
}

.footer-links a, .footer-contact a {
	color: #fff!important;
}

.footer-contact {
	text-align: center;
}

footer a,
footer a:hover,
footer a:active,
footer a:visited,
footer a:link {
	color: #fff;
}

footer .main-footer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.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: #21439C;
	text-decoration: underline;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
	color: #FFFFFF !important;
	background-color: #009FDE !important;
}

.cc_container .cc_message {
	font-size: 0.8em !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

.footer-logo span {
	display: block;
	margin-bottom: 20px;
}

.footer-logo img {
	height: auto;
	max-width: 100%;
	width: 100px;
}
.footer-logo img:nth-child(2){
	margin-right: 20px;
}

.logo-springer {
	display: flex;
	justify-content: center;
	margin-top: 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: white;
	font-size: 14px;
}

.login-links a:last-child {
	margin-bottom: 0;
}

.login-links a:hover {
	text-decoration: none;
	color: #e7e7e7;
}

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 {
	width: 100%;
    color: white;
	font-size: 13px;
	line-height: 16px;
}
.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: #21439C;
	color: white;
	border: 1px solid white;
}

ul.presentacion li::before, ul.teachers li::before {
	content: none;
}

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: #21439C;
}

p {
	font-weight: 300;
	font-size: 16px;
}

.menu__content h6 {
	font-size: 18px;
	font-weight: 600;
}

.structure ul li span {
	color: #21439C;
	font-weight: 600; 
}

.structure ul li ul {
	margin-top: 20px;
	padding-left: 20px;
}


@keyframes blinker {  
  50% { opacity: 0; }
}

@media screen and (max-width: 1200px) {
	#wrapper {
		background-size: 150%;
	}
	.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;
	}
	.header-logo {
		display: inline-block;
	}

	.navbar .max-width-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
	}
	.navbar .button-menu {
		display: block;
		font-size: 20px;
	}

	ul#main__menu {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		padding: 30px;
		position: absolute;
		width: 100%;
		max-width: 300px;
		top: 70px;
		z-index: 1;
		background-color: #21439C;
		border-radius: 6px;
		right: 0;
	}
	#menu__box.box-container {
		min-height: auto;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 992px) {
	.footer-logo {
		max-width: inherit;
	}
	#login-sidebar .box-container {
		min-height: auto;
	}
	#wrapper {
		background-size: 200%;
	}
}
@media screen and (max-width: 769px) {



	#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: 50px 35px 35px;
	}

	#wrapper {
		background-size: 300%;
	}

}

@media screen and (max-width: 520px) {
	.evaluacion table th, .evaluacion table td {
		word-break: break-word;
	}
}

@media screen and (max-width: 480px) {
	#wrapper {
		background-size: 400%;
	}
}



/* -------------LOGIN-------------------------- */



/* ------------------COLORES VERTEX---------------------


MORADO           #009FDE     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: #009FDE;
$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: #fff;
}

/*
ESTILOS EDICION 3
*/

.menu__content h2.course_title{
	font-size: 32px!important;
	margin: 20px 0!important;
	margin-left: 0!important;
}
.menu__content h4{
	font-weight: 600!important;
	font-size: 28px!important;
	margin: 20px 0!important;
	color: #636363!important;
	text-align: left!important;
	border-left: 7px solid #6fcbf1!important;
	padding: 20px 21px!important;
	border-radius: 45px!important;
}

div#login-sidebar {
    margin-top: 350px!important;
    margin-left: auto;
}

@media screen and (max-width: 991px) {
	div#login-sidebar {
		margin-top: 40px!important;
		margin-left: auto;
	}
}