/* @override 
	https://researchnextgen.com/css/generic.css */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html {
	scroll-behavior: smooth;
}

html, body {
	background-color: rgb(38, 32, 96);
}

html, body, p, a {
	font-family: "Jost", sans-serif;
	font-weight: 300!important;

}

body {
	background: url(../img/background/background-home-top.png);
	background-size: auto; 
    background-position: 40% top; 
    background-repeat: no-repeat; 

}

#methodology {
	background-image : url(../img/background/background-home-metodologia.png);
	background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

@media (min-width: 996px) { /* md en Bootstrap */
    .footer-md-ml {
        margin-left: 240px !important;
    }
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width: 94%;
	margin: 0 auto;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.taller-card {
	cursor: pointer!important;
}

.bgkey {
	background-image : url(../img/background/background-home-puntos-clave.png);
	background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

#committee {
	background-image : url(../img/background/background-home-comite-right.png);
	background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

#committee .bg-left {
	background-image : url(../img/background/background-home-comite-left.png);
	background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.bg-yellow {
		background-image : url(../img/background/background-home-yellow.png);
	background-size: contain;
    background-position: bottom ;
    background-repeat: no-repeat;
}

html {
	background-image : url(../img/background/background-home-bottom.png);
	background-size: auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

#navbar-next.bg-dark {
 	background-color:#2A276E!important ;
 	transition: background-color 0.3s ease-in-out;

 }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none!important;
  box-shadow: none!important; 
}

.min-100 {
	/*min-height: 110%;*/
}

body, p {
	color: #383836;
}

main h1 {
 color: #2A276E;
 text-transform: uppercase;
font-size: 30px;
font-weight: 700;

}

h6.card-title {
	font-weight: 700;
	color: #2A276E;

}

.text-next {
	color: #703d96!important;
}

.text-next-color {
	color: #2a276d!important;
}

.px-6 {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}

a.disabled, a.disabled:hover {
	text-decoration: none!important;
	opacity: 0.2;
	cursor: default;
}

strong {
	font-weight: 500;
}

.text-small {
	font-size: 90%;
}

.text-white p, .text-white h2 {
	color: white!important;
}

.hover {
	cursor: pointer;
}

.hover:hover {
	background-color: #f0f0f0;
}

.hover:hover .card-img-top {
	opacity: 0.8;
}

.navbar .nav-link {
	color: white!important;
}

.btn {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
	background-color: #FFD700;
	border-color: transparent;
}

.btn-outline-primary, .btn-primary {
	color: #FFD700;
	border: 1px solid #FFD700;
	background-color: #2A276E;
	transition: all 0.3s ease;
}

.btn-outline-primary:hover, .btn-primary:hover {
	color: #2A276E; 
	background-color: #FFD700;
	border-color: #FFD700;
}

.card-body .btn-primary {
	max-height: 40px;
}

.btn-secondary {
	background-color: #703E97;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus
 {
	background-color: #9d50d9;
}

.btn-link i {
	color: #000000;
}

.text-white .btn-link i {
	color: #ffffff;
}

.apple-switch {
	position: relative;
	appearance: none;
	outline: none;
	width: 50px;
	height: 30px;
	background-color: #ffffff;
	border: 1px solid #D9DADC;
	border-radius: 50px;
	box-shadow: inset -20px 0 0 0 #ffffff;
	transition-duration: 200ms;
}

input.apple-switch:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 26px;
	height: 26px;
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

input.apple-switch:checked {
	border-color: #4ED164;
	box-shadow: inset 20px 0 0 0 #4ED164;
}

input.apple-switch:checked:after {
	left: 20px;
	box-shadow: -2px 4px 3px rgbauge(0, 0, 0, 0.05);
}

.container-fluid {
	max-width: 1720px !important;
}

.bg-primary {
	background: rgba(23, 20, 95, 0.8)!important;
}

.bg-secondary {
	background-color: rgba(112, 62, 151, 0.2)!important;
}

.color-primary {
	color: #FFD700;
}

/*li::marker {
    font-size: 0.55em; /* Reduce el tamaño del punto *!/
    color: #ffffff; /* Cambia el color si es necesario *!/
}*/

/*Home*/

.border-next {
	border: 2px solid #FFD700;
}

.title-home {
	font-size: 1.8rem;
	font-weight: 300;
	margin-top: -5px;
	line-height: 35px;
	color: white;
}

.title-home strong {
	font-size: 132%;
	font-weight: 600;
	margin-top: -14px;
	line-height: 40px;
}

#logo-responsive {
	max-width: 90px;
}

#logo-responsive img {
	width: 100%;
}

#whatis .title-home {
	font-size: 37px;
	line-height: 49px;
}

@media (min-width: 1399.98px) {
	.card-body.login-form {
		width: 93%!important;
	}
}


@media (max-width: 1399.98px) {
	.login-button {
		width: 200px;
	}
}

@media (max-width: 1199.98px) {
	.logo-img {
		width: 140px;
	}
	
	.title-home {
		font-size: 1.6rem;
		margin-top: 0px;
		line-height: 30px;
	}
	
	.title-home strong {
		line-height: 35px;
	}
	
	#logo-responsive {
	max-width: 80px;
	}
	
	.ilustration {
		margin-top: -20px;
	}
	
	.navbar-collapse.show .navbar-nav,
	.navbar-collapse.collapsing .navbar-nav{
		background-color: rgb(55, 49, 110);
		padding: 20px;
		display: inline-flex;
		text-align: right;
		border-radius: 0  0 24px 24px !important;
		top: -20px;
		float: right;
	}
	
	.navbar-collapse.show .navbar-nav a.nav-item,
	.navbar-collapse.collapsing .navbar-nav a.nav-item {
			font-weight: 400!important;
			margin-bottom: 5px;
	}
	
	.navbar-collapse.show .navbar-nav a.btn,
	.navbar-collapse.collapsing .navbar-nav a.btn {
			width: 100%;
			margin-top: 10px;
			margin-right: 0!important;
			margin-left: 0!important;
	}
}

@media (max-width: 991.98px) {
	
	.logo-img {
		width: 200px;
	}
	
	.title-home {
		font-size: 1.4rem;
		line-height: 25px;
	}
	
	.title-home strong {
		line-height: 30px;
	}
	
	#logo-responsive {
	max-width: 65px;
	}
	
	#whatis .title-home {
		font-size: 33px;
		line-height: 55px;
		margin-top: 45px;
	}
	
	#whatis .title-home strong {
		font-size: 132%;
		line-height: 37px !important;
	}
	

}

@media (max-width: 767.98px) {

	.title-home {
		margin-top: 20px;
		font-size: 1.3rem;
		line-height: 23px;
	}
	
	.title-home strong {
		line-height: 28px;
	}

	#whatis .title-home {
		font-size: 23px;
		line-height: 40px;
		margin-top: 15px;
	}
}

@media (max-width: 575.98px) {
	.title-home {
		margin-top: 25px;
		font-size: 1.2rem;
		line-height: 20px;
	}
	
	.title-home strong {
		line-height: 28px;
	}
}



.subtitle-home {
	font-size: 20px;
	margin-bottom: 40px;
	margin-top: 15px!important;
	font-weight: 300;
}

.subtitle-line {
	border: none;
	height: 3px;
	background-color: #FFD700;
	width: 100px;
	opacity: 1;
}

#whatis .title-home strong {
	font-size: 132%;
	line-height: 50px;
}

#whatis p {
	font-size: 26px;
	line-height: 32px;
}

#whatis  p.small {
	font-size: 23px!important;
	line-height: 32px;
}

#whatis .subtitle-home {
	font-size: 20px;
	margin-bottom: 40px;
	margin-top: 30px!important;
	font-weight: 300;
}

/* Cambiar el color del navbar-toggler-icon */
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



/*End Home*/

.evaluacion {
	background-color: #f0ecf5;
}

.evaluacion b {
	font-weight: 800;
	color: #2a276d;
}

.shadow {
	box-shadow: 4px 4px 10px 0px #00000033!important;
}

.card {
	border: none;
}

.card.disable {
	opacity: 0.5;
}

.card.disable:hover {
	background-color: white;
	cursor: default;
}
.module-card {
	background-color: #f8f8f9;
}

.rounded-big {
	-webkit-border-radius: 14px!important;
	-moz-border-radius: 14px!important;
	border-radius: 14px!important;
}

.rounded-l {
	-webkit-border-radius: 20px!important;
	-moz-border-radius: 20px!important;
	border-radius: 20px!important;
}

.rounded-xl {
	-webkit-border-radius: 24px!important;
	-moz-border-radius: 24px!important;
	border-radius: 24px!important;
}

.rounded-huge {
	-webkit-border-radius: 42px!important;
	-moz-border-radius: 42px!important;
	border-radius: 42px!important;
}

.input-group-text {
	border: none;
	-webkit-border-radius: 6px 0px 0px 6px!important;
	-moz-border-radius: 6px 0px 0px 6px!important;
	border-radius: 6px 0px 0px 6px!important;
	background-color: #F1F3F9;
}

/*input.form-control {
	border: none;
	background-color: #F1F3F9!important;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #9FA1A7!important;
}*/
/*
.input-group .form-control {
	-webkit-border-radius: 6px!important;
	-moz-border-radius: 6px!important;
	border-radius: 0 6px 6px 0!important;
}*/

/*.form-control {
	-webkit-border-radius: 6px!important;
	-moz-border-radius: 6px!important;
	border-radius: 6px!important;
	padding-left: 20px;
	padding-right: 20px;
}*/

.input-group-text i {
	color: #9FA1A7!important;
}

.btn-primary:disabled {
	background-color: #cf857d;
	border-color: #c9786f;
}

a.text-white {
	font-weight: 600!important;
	color: #FFD700!important;
	margin: 0;
}

p.small, p.small a {
	font-size: 15px!important;
}

.bg-gray {
	background-color: #CCCFD7!important;
}

.bg-gray-light {
	background-color: #F0F1F3;
}

.bg-gray-element {
	background: #C4C4C4;
}

.bg-gray-element i {
	color: white;
	font-size: 140%;
}

.login-form h3 {
	font-size: 28px;
	font-weight: 700;
}

.login-form a {
	text-decoration: none;
	font-size: 18px;
}

.login-form p {
	font-size: 18px;
	font-weight: 400;
}

@media (min-width: 530px) {
	.login-form {
		padding-top: 10px!important;
	}
	
	.login-form .edicion {
		right: -220px;
		top: -5px;
		transform: rotate(17deg);
		padding-top: 2px;
		padding-bottom: 2px;
		display: block;
	}
	
	.login-form .edicion span {
		font-size: 18px;
	}
	
	.login-form .creditos {
		right: 220px;
		top: -5px;
		border-radius: 50%;
		padding-top: 10px;
		padding-bottom: 2px;
		display: block;
	}
	
	.login-form .creditos span {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.login-form .edicion {
		right: -240px;
		top: -14px;
		transform: rotate(34.55deg);
	}
	
	.login-form .edicion span {
		font-size: 18px;
	}
	
	.login-form .creditos {
		right: 240px;
		top: 4px;
	}
	
	.login-form .creditos span {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.login-form .edicion {
		right: -140px;
		top: -9px;
		transform: rotate(34.55deg);
	}
	
	.login-form .edicion span {
		font-size: 18px;
	}
	
	.login-form .creditos {
		right: 140px;
		top: 9px;
		border-radius: 50%;
	}
	
	.login-form .creditos span {
		font-size: 18px;
	}
	
	.home-section-padding-last {
			padding-top: 150px;
	}
}

@media (min-width: 1400px) {
	.login-form .edicion {
		right: -140px;
		top: -20px;
		transform: rotate(34.55deg);
	}
	
	.login-form .edicion span {
		font-size: 23px;
	}
	
	.login-form .creditos {
		right: 140px;
		top: 4px;
	}
	
	.login-form .creditos span {
		font-size: 18px;
	}
}


.home-section-padding {
	padding-top: 90px;
	padding-bottom: 90px;
}

.main-margin-top {
	margin-top: 90px!important;
	margin-top: -6px;
}

.login-form {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	overflow: hidden;
	background-color: rgb(62, 63, 121)!important;
	border: 3px solid rgb(159, 159, 187);
}

.login-form a, .login-form a:hover {
	color: white;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}

@media (min-width: 576px) {
	.padding-var {
		padding: 40px 100px !important;
	}
}

ul.list-home li {
	font-size: 1rem;
	margin-bottom: 0px;
	color: #464F55;
}

ul.list-home {
	list-style: none!important;
}

ul.list-home li::before {
	content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #CD4739;
    /* Change the color */
	font-weight: bold;
    /* If you want it to be bold */
	display: inline-block;
    /* Needed to add space between the bullet and the text */
	width: 0.8em;
    /* Also needed for space (tweak if needed) */
	margin-left: -0.8em;
    /* Also needed for space (tweak if needed) */
	font-size: 25px;
}


/*login*/

.bg-home {
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(253, 187, 45, 0) 90%);
}

#main-navbar {
	background-color: #2A276D!important;
	color: white;
}

#main-navbar i {
	color: white;
}

#main-navbar a {
	color: #000E36;
}

#sidebarMenu {
	/*background-color: #000E36!important;*/
	background-color: #E3E1EA!important;
	color: white!important;
}

.researchmenu {
	padding: 15px 0px;
	font-size: 16px!important;
	font-weight: 500!important;
}

.researchmenu i {
	/*margin-left: 35px!important;*/
}

.researchmenu:hover {
  background: #FFC300; /* Un dorado más oscuro */
  cursor: pointer; /* Añade un cursor tipo pointer */
  transition: all 0.3s ease;
  color: white!important;
}

.researchmenu:hover i {
	color: white!important;
	  transition: all 0.3s ease;

}

.researchmenu.active {
	background: #FFD700;
	border: none;
	box-shadow: none;
}

.researchmenu i, .researchmenu, .researchmenu.active i, .researchmenu.active {
	color: #2A276E!important;
	
	font-size: 14px;
	text-decoration: none!important;
}

.consell {
	/*border-top: 1px solid #c3c2d4;*/
	width: 100%;
	font-size: 10px;
	color: black;
	line-height: 1.2;
}

.consell td.col-12 {
	padding-bottom: 15px;
}

.consell img {
	margin-bottom: 10px;
}

.sidebar, .sidebar:hover, .sidebar .active {
	box-shadow: none!important;
	-variablewebkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}

.sidebarmain {
	display: flex;
	flex-wrap: nowrap;
	height: 100vh;
	height: -webkit-fill-available;
	max-height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
}

.sidebar {
	padding-top: 0!important;
}

.sidebar .profile {
	background-color: #2A276D;
	padding-top: 20px;
	-variablewebkit-border-radius: 0 0 14px 0;
	-moz-border-radius: 0 0 14px 0;
	border-radius: 0 0 14px 0;
	margin-bottom: 20px;
}

.sidebar .profile .user-data {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: linear-gradient(210.47deg, rgba(112, 62, 151, 0.28) 3.36%, rgba(130, 95, 110, 0.4) 119.22%);

}

.sidebar .profile .user-data 

.back-position {
	position: absolute;
	top: 20px;
}

.btn-back {
	text-decoration: none;
	color: #ffffff;
	position: absolute;
    top: 27px;
    left: 258px;
}

.stats-mini {
	font-size: 12px;
	font-weight: 600;
	border-color: #a79fbd!important;
}

.stats-mini .border-right {
	border-right: 1px solid rgba(255, 215, 0, 0.7);
	padding-top: 0;
}

.table-responsive h6 {
	text-transform: uppercase;
}

.lessondiv img {
	max-width: 90%;
	margin: 25px auto 35px;
	display: table;
	max-height: 500px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

#lessonindex p {
	margin-bottom: 5px;
}

#lessonindex a {
	color: rgba(0, 14, 54, 0.99);
	font-size: 90%;
	font-weight: 700;
	word-wrap: break-word;
}

#lessonindex a:hover {
	color: rgba(0, 14, 54, 0.99);
}

#lessonindex .index-l2 {
	margin-left: 10px;
}

#lessonindex .index-l2 a {
	font-size: 85%;
	font-weight: 400;
}

#lessonindex .index-l3 {
	margin-left: 20px;
}

#lessonindex .index-l3 a {
	font-size: 80%;
	font-weight: 300;
}

.lesson-menu {
	border-right: 1px solid #dee2e6 !important;
}

.lesson-menu-scroll {
	
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

@media only screen and (min-height: 250px) {
	.lesson-menu-scroll {
		height: 250px;
	}
}

@media only screen and (min-height: 350px) {
	.lesson-menu-scroll {
		height: 350px;
	}
}

@media only screen and (min-height: 450px) {
	.lesson-menu-scroll {
		height: 450px;
	}
}

@media only screen and (min-height: 550px) {
	.lesson-menu-scroll {
		height: 550px;
	}
}

@media only screen and (min-height: 650px) {
	.lesson-menu-scroll {
		height: 650px;
	}
}

@media only screen and (min-height: 750px) {
	.lesson-menu-scroll {
		height: 750px;
	}
}

@media only screen and (min-height: 850px) {
	.lesson-menu-scroll {
		height: 850px;
	}
}

@media only screen and (min-height: 950px) {
	.lesson-menu-scroll {
		height: 950px;
	}
}

@media only screen and (min-height: 1200px) {
	.lesson-menu-scroll {
		height: 1200px;
	}
}

#lessoncontent .level-1 {
	color: white;
	background-color: #000E36FC;
	padding: 10px 15px;
	margin-top: 30px;
	display: block;
}

#lessoncontent .level-2 {
	color: 000E36FC;
	background-color: rgba(0, 11, 54, 0.07);
	padding: 10px 15px;
	margin-top: 20px;
	display: block;
	border-left-style: solid;
	font-size: 90%;
}

#lessoncontent .level-3 {
	color: white;
	background-color: rgba(0, 13, 54, 0.3);
	padding: 10px 15px;
	margin-top: 20px;
	display: block;
	font-size: 85%;
	font-weight: 400;
}

#lessoncontent a {
	word-wrap: break-word;
}

.aprobado {
	color: #44B65D;
	font-weight: bolder;
}

.suspendido {
	color: #CD4739;
	font-weight: bolder;
}

.respuesta-selected {
	color: black;
	font-weight: bolder;
}

.footer-in {
	z-index: 1000;
	background: linear-gradient(8deg, #583589 7.3%, #3b2b78 39.6%, #29276e 76.2%), linear-gradient(228.57deg, #2A276E 50.62%, #703E97 119.87%);
}

.footer-in div {
	font-size: 11px;
}

.footer-background {
    background-color: trasparent;
    color: white;
}


.input-preregister {
    /*background: #F1F3F9;*/
    border-radius: 6px;
}

.button-preregister {
    background: #CD4739;
    border-radius: 48px;
}

@-moz-document url-prefix() {
    .input-preregister-select {
        padding-left: 30px;
    }
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #464F55;
}

footer a.text-muted {
	margin-left: 20px!important;
	color: #c8c8c8 !important;
}


/*Ranking*/

#ranking_data {
	margin: 0px;
    /*margin-top: 40px;*/
}

#ranking_data td, #ranking_data th {
	vertical-align: middle;
}

.nav-tabs-ranking li.nav-item {
	width: 33%!important;
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #000000;
	font-weight: 300;
}

.nav-tabs-ranking li.nav-item-50 {
	width: 50%!important;
}

.nav-tabs-ranking li.nav-item-100 {
	width: 100%!important;
}

.nav-tabs-ranking li.nav-item.active {
	border-bottom: 2px solid #000000;
}

.nav-tabs-ranking li.nav-item a {
	background-color: transparent!important;
	color: rgba(0, 0, 0, 0.91) !important;
	border: none;
	padding-bottom: 20px;
}

.nav-tabs-ranking li.nav-item a.active {
	background-color: transparent!important;
	color: rgba(0, 0, 0, 0.91) !important;
	border: none;
	padding-bottom: 20px;
	font-weight: 700;
}


/*Reto*/

#challenge_resume {
	width: 100%!important;
	height: 100%;
	background-color: #00000056;
	position: fixed;
	top: 0px!important;
	display: inline-block;
	z-index: 10000;
	left: 0;
	right: 0;
	bottom: 0;
}

#challenge_resume .resume, #inforetado .resume {
	position: fixed;
	top: 15%;
	left: 10%;
	right: 10%;
}


/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
	
}


/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
	#challenge_resume .resume, #inforetado .resume {
		position: fixed;
		top: 15%;
		left: 15%;
		right: 15%;
	}
}


/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
	#challenge_resume .resume, #inforetado .resume {
		top: 10%;
		left: 25%;
		right: 25%;
	}
}


/*X-Large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
	#challenge_resume .resume, #inforetado .resume {
		top: 10%;
		left: 28%;
		right: 28%;
	}
}


/*XX-Large devices (larger desktops, 1400px and up)*/

@media (min-width: 1400px) {
	#challenge_resume .resume, #inforetado .resume {
		top: 10%;
		left: 32%;
		right: 32%;
	}
}

#challenge_resume .backcolor {
	background-color: rgba(191, 187, 205);
}

#challenge_resume .curve {
	display: block;
	box-sizing: border-box;
	height: 30px;
	background-color: #293357;
	clip-path: ellipse(100% 90% at 10% 0%);
}

#challenge_resume .name {
	font-size: 12px;
	color: #464F55;
	font-weight: 700;
	text-align: center;
}