@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Red+Hat+Display:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body {
	font-family: 'Lato', sans-serif !important;
	font-size: 1.1rem !important;
	font-weight: 500 !important;
	color:#444444 !important ;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: " • " !important;
}

[class*="sidebar-dark"] .brand-link {
	border-bottom: 2px solid #012945 !important;
}

.navbar-dark {
	background: #272ab0;
	/* background: linear-gradient(135deg, rgba(131,0,191,1) 0%, rgba(0,0,133,1) 35%, rgba(0,34,153,1) 55%, rgba(0,171,233,1) 78%, rgba(0,66,246,1) 100%); */
}

.moveall,
.removeall {
	display: none;
}

#fotoFilePreview {
	object-fit: cover;
	width: 150px !important;
	height: 165px !important;
	border: 1px solid #f8f9fa;
	background-image: url('../../../upload/public/avatar-prev.jpg');
}

#fotoMarcacion {
	object-fit: cover;
	width: 100px !important;
	height: 110px !important;
	border: 1px solid #f8f9fa;
	background-image: url('../../../upload/public/avatar-prev.jpg');
	background-size: cover;
}

.register-laboral {
	width: 460px !important;
}

.layout-top-nav .wrapper .main-header .brand-image {
	height: 55px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
	font-family: 'Montserrat', sans-serif;
}

.card {
	box-shadow: 0 0 67px rgba(0, 0, 0, .08), 0 1px 54px rgba(0, 0, 0, .01) !important;
	border-radius: 15px !important;
}

[class*="sidebar-dark-"] .nav-sidebar>.nav-item>.nav-treeview {
	background: #032339 !important;
}

.card-header {
	border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
}

.control-label,
label {
	font-weight: 600 !important;
}

.content-wrapper {
	background: #f9f9f9 !important;
}

#fieldGroupClone {
	border-top: 2px dotted #dbdbdb;
}

/* #fieldGroupClone {
	border-top: 6px solid cadetblue;
	padding: 20px;
} */


[class*="sidebar-dark-"] {
	background-color: #003051 !important;
}

button.multiselect-option.dropdown-item {
	pointer-events: none;
}

span.form-check input,
span.form-check label {
	pointer-events: all;
}

/* ================================= Module ================================= */
.image-container {
	margin: 0 auto 1em;
}

.variable-size {
	width: 220px;
	height: 220px;
}

.canvas-image {
	background-color: #33444d;
}

.canvas-overlay {
	background-color: #030303;
	background-color: rgba(3, 3, 3, 0.1);
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.canvas-overlay:active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.drop-zone {
	background-color: #138496;
	border: 2px dashed white;
	border-radius: 4px;
	padding: 0;
	color: white;
	font-size: 80%;
	text-align: center;
	overflow: hidden;
}

#file-select p {
	margin: auto 0;
	font-size: 80%;
	display: inline;
}

/* ================================= Layout ================================= */
.l-centered {
	width: 320px;
	margin: 0 auto;
}

.l-position-absolute {
	position: absolute;
}

/* ================================= State ================================== */
.__hide {
	display: none;
}

.__warning {
	color: #ff3633;
}

@media only screen and (max-width: 1024px) {
	.content {
		max-width: 100% !important;
	}
}

.cc_tercero {
	clear: both;
	display: block;
	font-size: 0.7rem;
}

.tabla-aval figure,
.patrocinios figure {
	text-align: center;
	padding: 0 !important;
	margin: 0 auto !important;
	width: 100px;
}

.tabla-aval .cc_tercero,
.patrocinios .cc_tercero {
	color: #121212;
	background: #fafafa;
	box-shadow: 0px 2px 4px #E1E1E1;
	border-radius: 0 0 5px 5px;
}

.fecha {
	clear: both;
	display: block;
	color: #b0b0b0;
	line-height: 0.5;
	padding: 0;
}

.gruporadio {
	display: inline-block;
}

.informe figure img {
	border: 2px solid #fafaf9;
	border-radius: 4px;
	box-shadow: 0px 8px 14px #dbdbdb;
	float: left;
	margin: 0 30px 0 0;
}

.custom-control-input-green:focus~.custom-control-label::before {
	border-color: #28a745 !important;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.custom-control-input-green:checked~.custom-control-label::before {
	border-color: #28a745 !important;
	background-color: #28a745 !important;
}

.custom-control-input-green:focus:not(:checked)~.custom-control-label::before {
	border-color: #5bd778 !important;
}

.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
	background-color: #d6f5dd !important;
	border-color: #d6f5dd !important;
}

.custom-control-input-red:focus~.custom-control-label::before {
	border-color: #dc3545 !important;
	box-shadow: 0 0 0 0.2rem #a7312840 !important;
}

.custom-control-input-red:checked~.custom-control-label::before {
	border-color: #dc3545 !important;
	background-color: #dc3545 !important;
}

.custom-control-input-red:focus:not(:checked)~.custom-control-label::before {
	border-color: #be2c3b !important;
}

.custom-control-input-red:not(:disabled):active~.custom-control-label::before {
	background-color: #d6f5dd !important;
	border-color: #d6f5dd !important;
}

.custom-control-input-yellow:focus~.custom-control-label::before {
	border-color: #ffc107 !important;
	box-shadow: 0 0 0 0.2rem #a7312840 !important;
}

.custom-control-input-yellow:checked~.custom-control-label::before {
	border-color: #ffc107 !important;
	background-color: #ffc107 !important;
}

.custom-control-input-yellow:focus:not(:checked)~.custom-control-label::before {
	border-color: #ce9c08 !important;
}

.custom-control-input-yellow:not(:disabled):active~.custom-control-label::before {
	background-color: #d6f5dd !important;
	border-color: #d6f5dd !important;
}

/* zoom fotos */
.zoom {
	transition: transform .2s;
	background: #f4f4f4;
}

.zoom:hover {
	-ms-transform: scale(4);
	/* IE 9 */
	-webkit-transform: scale(4);
	/* Safari 3-8 */
	transform: scale(4);
}

.zoomTercero {
	transition: transform .2s;
	background: #f4f4f4;
}

.zoomTercero:hover {
	-ms-transform: scale(1.5);
	/* IE 9 */
	-webkit-transform: scale(1.5);
	/* Safari 3-8 */
	transform: scale(1.5);
}

.soportejira {
	border-width: 3px;
	background-color: #89cff0;
	border-style: solid;
	position: fixed;
	padding: 7px;
	bottom: 40px;
	right: 0;
	max-width: 450px;
	z-index: 999;
	color: #f9f9f9;
	border-radius: 10px 0 0 10px;
}

.soportejira a .soportejira a:hover {
	color: #0000ff !important;
}

/* ----------------- */

.record_nombre.tipo0 {
	font-size: 55px;
	top: 66px;
	position: absolute;
	left: 900px;
	width: 621px;
	padding: 0 20px;
}



.recordatorio-20 .recordatorio-gracias {
	display: none !important;

}


.record_nombre.mas.tipo4.recordatorio-20,
.record_nombre.fem.tipo4.recordatorio-20 {
	top: 1280px !important;
	position: absolute;
	font-size: 53px;
	left: 231px !important;
	font-weight: bolder !important;
	font-family: 'Montserrat', sans-serif !important;
}

.record_nombre.tipo4 {
	top: 1590px;
	position: absolute;
	font-size: 63px;
	left: 38px;
}

.record_nombre.certificado-camp {
	top: 258px;
	position: absolute;
	font-size: 40px;
	width: 100%;
	text-align: center;
	color: #0503be;
	font-weight: 800;
	font-style: italic;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: capitalize;
}

.record_id.certificado-camp {
	top: 375px;
	position: absolute;
	left: 223px;
	font-size: 26px;
	font-weight: 700;
	color: #0503be;
	font-family: 'Montserrat', sans-serif !important;

	width: 622px;
}

.record_titulo.certificado-camp {
	position: absolute;
	top: 443px;
	right: 255px;
	color: #030768;
}


.record_nombre.tipo5 {
	top: 197px;
	position: absolute;
	font-size: 34px;
	left: 0;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
}

.record_id.tipo5 {
	top: 255px;
	position: absolute;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 31px;
	font-weight: 500;
}

.record_id.tipo5::before {
	content: 'C.C.';
}

.record_titulo.tipo5 {
	top: 346px;
	position: absolute;
	font-size: 30px;
	width: 100%;
	text-align: center;
	padding: 0px 136px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
}

.record_descripcion.tipo5 {
	top: 486px;
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 0 219px;
	font-size: 17px;
	line-height: 1.5;
}

.hiddenRow {
	padding: 0 !important;
}

.record_nombre {
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
}

.record_nombre.mas {
	color: #009122;
}

.record_nombre.fem {
	color: #FF535F;
}

.clock {
	width: 360px;
	height: 120px;
	font-family: 'Orbitron', sans-serif !important;
	margin: 0 auto;
}

.date {
	width: 100%;
	text-align: center;
	font-size: 2rem;
}

.date,
.hr,
.min,
.sec,
.colon {
	color: var(--text);
	text-shadow: 0 0 10px var(--shadow-1), 0 0 15px var(--shadow-2), 0 0 20px var(--shadow-2);
}

.hr,
.min,
.sec,
.colon {
	width: 19%;
	float: left;
	text-align: center;
	font-size: 3rem;
	color: #ff3633 !important;
}

.dnone {
	display: none !important;
}

.login-page,
.register-page {
	/* -ms-flex-align: center; */
	align-items: center;
	background: #e9ecef;
	/* display: -ms-flexbox; */
	display: grid;
	height: inherit !important;
	-ms-flex-pack: center;
	justify-content: center;
	/* margin: 0 auto; */
}

.register-box {
	width: 100% !important;
	margin: 0 auto;
	border-radius: 10px !important;
}

.desc-feria {
	width: 70%;
	margin: 0 auto;
}

.conversor .gcw_sourceFr9i6hceQ,
#gcw_siteFr9i6hceQ {
	display: none !important;
}

.fa-facebook,
.fa-facebook-square {
	color: #3b5998 !important;
}

.fa-twitter,
.fa-twitter-square {
	color: #00aced
}

.fa-google-plus,
.fa-google-plus-square {
	color: #dd4b39
}

.fa-youtube,
.fa-youtube-play,
.fa-youtube-square {
	color: #bb0000
}

.fa-tumblr,
.fa-tumblr-square {
	color: #32506d
}

.fa-vine {
	color: #00bf8f
}

.fa-flickr {
	color: #ff0084
}

.fa-vimeo-square {
	color: #aad450
}

.fa-pinterest,
.fa-pinterest-square {
	color: #cb2027
}

.fa-linkedin,
.fa-linkedin-square {
	color: #007bb6
}

.fa-instagram {
	color: #dd4b39 !important;
}

.fa-spotify {
	color: #1ED760;
}

.fa-whatsapp {
	color: #1ED760;
}


img.landscapse {
	height: 100%;
	width: auto;
	object-fit: cover;
}

.prod-descripcion {
	height: 90px;
}

.align-bottom.text-center.align-text-bottom.tit-categoria {
	bottom: -14px;
	position: absolute;
	color: #fff;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 28px;
}

.flag-thumbnail {
	width: 20px;
	height: 15px;
	margin: 0 4px;
	border-radius: 5px;

}

.image-selectpicker-indicativo .dropdown-toggle {
	border-radius: inherit;
	border: 1px solid #B1B1B1 !important;
}

.none {
	display: none;
}

/* 
.main-footer {
	position: fixed;
	bottom: 0;
	left: 0;
} */



.label {
	cursor: pointer;
}

.progress {
	display: none;
	margin-bottom: 1rem;
}

/* .alert {
	display: none;
  } */

.img-container img {
	max-width: 100%;
}

#preview {
	width: 300px;
	box-shadow: 0px 7px 7px #A3A3A3;
}

.cargador {
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid blue;
	border-bottom: 5px solid blue;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 20px auto 0;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.cargador-sm {
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	border-top: 2px solid blue;
	border-bottom: 2px solid blue;
	width: 15px;
	height: 15px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 5px auto 0;
}

.status.text-center {
	background: #fff !important;
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 0;
	padding: 5px;
	border-radius: 6px;
	font-size: 9px;
}

/*Carga diferida para ROW COL*/

.square {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	/* box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); */
	box-shadow: 0 2px 10px #c1c1c1;

}

.square img {
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}


/* figure {
	position: relative;
 }
 figure img {
	top: 0;
	left: 0;
	position: absolute;
	max-height: 100%;
 }
 figure:before {
	padding-top: 69.25%; // ( 554 / 800 ) * 100%
 } */

figure.is-loaded img {
	animation: fadeIn 0.38s linear 1s forwards;
}

figure.is-loading {
	position: relative;
}

figure.is-loading:after {
	content: '';
	display: block;
	color: #ddd;
	font-size: 30px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	transform: translateZ(0);
	animation: loading 1.7s infinite ease;
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}

	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}

	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}

	100% {
		transform: rotate(360deg);
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Style the input */

.on-page-search {
	font-size: 14px;
	line-height: 26px;
	color: #787d85;
	/* background-color: #fcfcfc; */
	border: 3px solid;
	padding: 5px 15px;
}

/* Style the list */

.demo-links {
	border-bottom: none;
	padding: 5px 5px;
	line-height: 36px;
	text-decoration: none;
	color: gray;
}

/* Style the results */

.noresults {
	display: none;
}

.results {
	display: block;
}

/*  .results:hover {
	background: #333;
	color: white;
  } */



.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	background-color: #0000ff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav .list-group-item {
	color: #f4f4f4;
	background: none;
	padding: 7px 20px;
}

.sidenav a {
	/* padding: 8px 8px 8px 32px; */
	text-decoration: none;
	/* font-size: 25px;
	color: #818181;
	display: block; */
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f6b905;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}

	.sidenav a {
		font-size: 18px;
	}
}

.card-header .nav-categorias a.active {
	color: #f6b905 !important;
}



/* Publicidad de emprendimientos */

.img-skin,
.text-skin-nombre,
.text-skin-cat {
	position: absolute;
}

.img-skin {
	position: absolute;
	left: 6px;
	z-index: 1;
	top: 0px;
}

.w-100.img-mask {
	position: relative;
	z-index: 2;
}

.materialPromocional {
	position: relative;

}

.text-skin-nombre {
	z-index: 4;
}

.text-skin-cat {
	z-index: 4;
	top: 395px;
	left: 12px;
	font-size: 8px;
	color: #0000ff;
	font-weight: 400;
	text-align: center;
	width: 240px;
	line-height: 1;
}

.text-skin-nombre {
	z-index: 4;
	top: 414px;
	font-size: 8px;
	left: 13px;
	color: #0000ff;
	width: 238px;
	line-height: 1;
	text-align: center;
}

.logo-skin {
	width: 69px;
	z-index: 4 !important;
	position: absolute;
	top: 312px;
	left: 55px;
	height: 69px;
	border-radius: 5px;
}

a .estado_contacto {
	transition: transform .2s;
	/* Animation */
}

a:hover .estado_contacto {
	transform: scale(0.95);
}

.px-2.rounded.shadow.ver-vendedor {
	background-color: #89cff0;
}

.ver-vendedor a {
	line-height: 1;
	display: block;
	text-align: center;
	padding: 6px 6px;
	color: #0000ff;

}

#mySidenav {
	transition: width .5s;
	/* Animation */
}


.loaderProgresoContainer {
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
	/*background: linear-gradient(44deg, #0000ff, #8300bf, #02b6f7, #0927d0, #ff00e0);*/
	background-size: 600% 600%;

	-webkit-animation: AnimationName 13s ease infinite;
	-moz-animation: AnimationName 13s ease infinite;
	animation: AnimationName 13s ease infinite;

	position: fixed;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999999999;
}

@-webkit-keyframes AnimationName {
	0% {
		background-position: 99% 0%
	}

	50% {
		background-position: 2% 100%
	}

	100% {
		background-position: 99% 0%
	}
}

@-moz-keyframes AnimationName {
	0% {
		background-position: 99% 0%
	}

	50% {
		background-position: 2% 100%
	}

	100% {
		background-position: 99% 0%
	}
}

@keyframes AnimationName {
	0% {
		background-position: 99% 0%
	}

	50% {
		background-position: 2% 100%
	}

	100% {
		background-position: 99% 0%
	}
}


.loaderProgresoContainer span {
	position: absolute;
	top: calc(50% - -24px);
	left: calc(50% - 57px);
	color: #fff;
}

#loaderProgreso {
	width: 70px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	top: calc(50% - 17px);
	left: calc(50% - 35px);
	z-index: 9999;
}

#proCargador {
	width: 70px;
	height: 70px;
	border-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotate 3s ease-in-out infinite;
	transform: rotate(-200deg)
}

@keyframes rotate {
	0% {
		border-width: 10px;
	}

	25% {
		border-width: 3px;
	}

	50% {
		transform: rotate(115deg);
		border-width: 10px;
	}

	75% {
		border-width: 3px;
	}

	100% {
		border-width: 10px;
	}
}

.main-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


/* Mosaicos de cursoso*/


.mosaico-content {
	height: 1081px;
	width: 1920px;
	background-position: top center;
	background-repeat: no-repeat;
	top: 0;
	position: absolute;
}

.mosaico-h1 {
	top: 95px;
	position: absolute;
	width: 1048px;
	height: 100px;
	left: 519px;
}

.mosaico-h1 span {
	position: relative;
	text-align: center;
	color: #fff;
	text-shadow: 0px 4px 6px #010000;
	font-size: 42px;
	font-weight: 600;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	height: 100px;
	width: 1048px;
}

.mosaico-flag-pais {
	left: 1611px;
	position: absolute;
	top: 120px;
}

.mosaico-container-graduandos {
	position: absolute;
	top: 219px;
	left: 343px;
	width: 1535px;
	text-align: center;
}

.mosaico-foto {
	width: 100%;
}

.mosaico-container-graduandos div {
	width: 7.2%;
	background: #ffff;
	text-align: center;
	padding: 5px 5px 4px;
	margin: 4px;
	height: 145px;
	box-shadow: 0px 2px 19px #0000ff;
	border-radius: 3px;
	float: left;
	text-align: center;
}

.mosaico-container-graduandos div span {
	line-height: 1;
	font-size: 10px;
	display: block;
	padding: 4px 0;
}

.mosaico-container-graduandos .mosaico-container-foto1 {
	width: 228px;
	height: 298px;
}

.mosaico-foto1 {
	width: 213px;
	height: 213px;
}

.mosaico-container-graduandos div .mosaico-nom-graduando1 {
	font-size: 18px;
	display: block;
	padding: 14px 6px;
}

.mosaico-container-boton {
	width: 100%;
	background: rgba(0, 0, 255, 0.144);
	position: fixed;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999999999;
	text-align: center;
}

#mosaicoEstudianteDEscarga {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto !important;
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	height: 40px;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif !important;
	width: 270px;
}

#mosaicoEstudianteDEscarga:hover {

	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #8b6a23 30%, #614e21 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #b9a15e 25%, #473a1a 62.5%, #473918 100%);

}




/* Recordatorios de grado*/

.record_id.recorda_grado-camp {
	position: absolute;
	top: 602px;
	color: #fff;
	text-align: left;
	width: 396px;
	left: 30px;
	font-size: 20px;
	text-shadow: 0px 4px 6px #010000;
}

.recorda-flag-pais {
	top: 526px;
	width: 30px;
	height: 30px;
	border-radius: 7px !important;
	left: 513px;
	position: absolute;
}

.vista-graduandos {
	position: relative;
	/* top: 219px;
	left: 124px; */
	width: 100%;
	text-align: center;
}

.vista-graduandos div {
	width: 7.2%;
	background: #ffff;
	text-align: center;
	padding: 8px 5px 4px;
	margin: 4px;
	height: 145px;
	box-shadow: 0px 5px 10px #cdcdfe;
	border-radius: 3px;
	float: left;
	text-align: center;
}

.vista-graduandos div span {
	line-height: 1;
	font-size: 10px;
	display: block;
	padding: 4px 0;
}

.vista-graduandos-square img {
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.vista-graduandos-square {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	/* box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1); */
	box-shadow: 0 2px 10px #c1c1c1;

}


.wrapperr {


	align-items: center;
	background-image: linear-gradient(126deg, rgba(0, 20, 244, 1) 0%, rgb(102, 156, 255) 17%, rgba(0, 0, 255, 1) 35%, rgb(62, 62, 153) 56%, rgba(0, 85, 194, 1) 78%, rgba(0, 0, 255, 1) 100%);
	background-size: 600%;
	background-position: 0 0;
	display: flex;
	font-family: 'Montserrat', sans-serif;
	/* 	 height: 100%; */
	justify-content: center;
	/* Animation */
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-name: gradients;

	background-attachment: fixed;

}

@keyframes gradients {
	0% {
		background-position: 0 0;
	}

	25% {
		background-position: 50% 0;
	}

	50% {
		background-position: 90% 0;
	}

	60% {
		background-position: 60%;
	}

	75% {
		background-position: 40%;
	}

	100% {
		background-position: 0 0;
	}
}

.containerr {
	/* background-image: url('../images/bg.png'); */
	/* background-attachment: fixed; */
	/* background-repeat: no-repeat; */
	/* background-size: 100%; */
	/* background-position: top center; */
	/* display: flexx; */
	width: 100vw;
	height: 100%;
	box-shadow: inset 0 0 5em rgba(0, 0, 0, .5);
	min-height: 100vh;
}

.containerr img {
	margin: 0 auto;
	display: block;
	width: 200px;
	margin: 5% auto;
}

.containerGrados {
	z-index: 22;
	width: 400px;
	margin: -38px auto 0;
	text-align: center;
	position: relative;
}

.containerGrados h3 {
	color: #fff !important;
	font-size: 16px;
	padding: 10px;
}

#background-wrap {
	bottom: 0;
	left: 0;
	padding-top: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
	0% {
		margin-left: 100px;
	}

	100% {
		margin-left: 100%;
	}
}

@-moz-keyframes animateCloud {
	0% {
		margin-left: 100px;
	}

	100% {
		margin-left: 100%;
	}
}

@keyframes animateCloud {
	0% {
		margin-left: 100px;
	}

	100% {
		margin-left: 100%;
	}
}

/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;

	-webkit-transform: scale(1.65);
	-moz-transform: scale(1.65);
	transform: scale(1.65);
}

.x2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;

	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}

.x3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;

	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}

.x4 {
	-webkit-animation: animateCloud 18s linear infinite;
	-moz-animation: animateCloud 18s linear infinite;
	animation: animateCloud 18s linear infinite;

	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

.x5 {
	-webkit-animation: animateCloud 25s linear infinite;
	-moz-animation: animateCloud 25s linear infinite;
	animation: animateCloud 25s linear infinite;

	-webkit-transform: scale(1.55);
	-moz-transform: scale(1.55);
	transform: scale(1.55);
}

.x1 i,
.x2 i,
.x3 i,
.x4 i,
.x5 i {
	color: #ffffff;
	-webkit-animation: rotation 6s infinite linear;
}



@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

/* OBJECTS */

.cloud {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 5%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #f1f1f1));
	background: -webkit-linear-gradient(top, #fff 5%, #f1f1f1 100%);
	background: -o-linear-gradient(top, #fff 5%, #f1f1f1 100%);
	background: -ms-linear-gradient(top, #fff 5%, #f1f1f1 100%);
	background: linear-gradient(top, #fff 5%, #f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f1f1f1', GradientType=0);

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

	-webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

	height: 120px;
	position: relative;
	width: 350px;
}

.cloud:after,
.cloud:before {
	background: #fff;
	content: '';
	position: absolute;
	z-indeX: -1;
}

.cloud:after {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

	height: 100px;
	left: 50px;
	top: -50px;
	width: 100px;
}

.cloud:before {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;

	width: 180px;
	height: 180px;
	right: 50px;
	top: -90px;
}

.cat-nav span {
	color: #004366 !important;
	font-size: 1.1em;
	font-weight: 600;
}

.cat-nav {
	background: #ffc107eb;
	border-radius: 3px;
	color: ;
}



/* Login page */










/*/****************************************************************/


.wrapper-login {
	max-width: 500px;
	width: 100%;
	/* height: 420px; */
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 30px;
	transform: translate(-50%, -50%);
	background: #ecf0f3;
	/* box-shadow: -3px -3px 7px #ffffff73, 2px 2px 5px rgba(94, 104, 121, 0.288); */
	/* box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #fcfcfc; */
	/* box-shadow: 10px 10px 10px #2054ee, -10px -10px 10px #1ec0ff; */

}

.wrapper-login .container {
	border-radius: 30px;
	padding: 35px 40px;
	/* box-shadow: 4px 4px 10px #d1d9e6, -4px -4px 10px #f9f9f9; */

	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 62%);
}

.wrapper-login .tabs ul li {
	border-radius: 50px !important;
}

.wrapper-login .tabs ul {
	width: 100%;


	margin-bottom: 30px;
	/* box-shadow: 2px 2px 5px #babecc,
				-5px -5px 10px #ffffff73; */
	display: flex;
	padding: 0;
}

.wrapper-login .form__span {
	margin-top: 30px;
	margin-bottom: 12px;
	color: #121212;
	font-size: 18px;
}

.wrapper-login .button {
	width: 180px;
	height: 50px;
	border-radius: 25px;
	margin: 30px auto;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 1.15px;
	background-color: #2878b0;
	color: #f9f9f9;
	box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #f9f9f9;
	border: none;
	outline: none;
	display: block;
}

.wrapper-login .tabs ul li {
	width: 47%;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	color: #0000ff;
	font-weight: bold;
	/* text-transform: uppercase; */
	list-style-type: none;
	cursor: pointer;
	position: relative;
	transition: all 0.5s ease;
	text-decoration: none;
	box-shadow: 2px 3px 5px #E2E2E2;
	margin: 0 auto;
}

.wrapper-login .tabs ul li.active {
	background: #f1f1f1;
	color: rgb(0, 0, 0);
	box-shadow: inset 2px 2px 5px #babecc,
		inset -5px -5px 10px #ffffff73;
}

.wrapper-login .input_field {
	margin-bottom: 25px;
}

.wrapper-login .input_field .input {
	width: 100%;
	border: none;
	background: #ecf0f3;
	color: #121212;
	font-family: sans-serif;
	box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
	font-size: 14px;
	padding: 17px;
	border-radius: 10px;
}

.wrapper-login .btn {

	background: #ffffff;
	color: #dd0000;
	box-shadow: 2px 2px 5px #babecc,
		-5px -5px 10px #ffffff73;
	padding: 12px;
	text-align: center;
	border-radius: 40px;
	font-weight: bold;
}

.wrapper-login .btn:hover {
	color: #3498db;
	box-shadow: inset 2px 2px 5px #babecc,
		inset -5px -5px 10px #ffffff73;
}

.wrapper-login .btn a {
	color: rgb(0, 0, 0);
	display: block;
	font-size: 16px;
	font-family: sans-serif;
}

.wrapper-login .icon-button {
	margin-top: 50px;
}

.wrapper-login .icon-button span {
	margin-left: 20px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 15px;
	padding-bottom: 6px;

	border-radius: 5px;
	line-height: 30px;

	background: #dde1e7;
	box-shadow: 2px 2px 5px #babecc,
		-5px -5px 10px #ffffff73;

}

.wrapper-login .icon-button span:hover {
	color: #3498db;
	box-shadow: inset 2px 2px 5px #babecc,
		inset -5px -5px 10px #ffffff73;
}

.wrapper-login .icon-button span i {
	font-size: 25px;

}

.table-bordered {
	border-radius: 10px;
}


/*--------------------------*/
/* Check animado */

/** * Extracted from: SweetAlert * Modified by: Istiak Tridip */
.success-checkmark {
	width: 80px;
	height: 115px;
	margin: 0 auto;
}

.success-checkmark .check-icon {
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%;
	box-sizing: content-box;
	border: 4px solid #4caf50;
}

.success-checkmark .check-icon::before {
	top: 3px;
	left: -2px;
	width: 30px;
	transform-origin: 100% 50%;
	border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
	top: 0;
	left: 30px;
	width: 60px;
	transform-origin: 0 50%;
	border-radius: 0 100px 100px 0;
	animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
	content: '';
	height: 100px;
	position: absolute;
	background: #fff;
	transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
	height: 5px;
	background-color: #4caf50;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
	top: 46px;
	left: 14px;
	width: 25px;
	transform: rotate(45deg);
	animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
	top: 38px;
	right: 8px;
	width: 47px;
	transform: rotate(-45deg);
	animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
	top: -4px;
	left: -4px;
	z-index: 10;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	box-sizing: content-box;
	border: 4px solid rgba(76, 175, 80, .5);
}

.success-checkmark .check-icon .icon-fix {
	top: 8px;
	width: 5px;
	left: 26px;
	z-index: 1;
	height: 85px;
	position: absolute;
	transform: rotate(-45deg);
	background-color: #fff;
}

@keyframes rotate-circle {
	0% {
		transform: rotate(-45deg);
	}

	5% {
		transform: rotate(-45deg);
	}

	12% {
		transform: rotate(-405deg);
	}

	100% {
		transform: rotate(-405deg);
	}
}

@keyframes icon-line-tip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}

@keyframes icon-line-long {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	84% {
		width: 55px;
		right: 0px;
		top: 35px;
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}






.icon-container {
	position: absolute;
	right: 10px;
	top: calc(50% - 10px);
}

.loader {
	position: relative;
	height: 20px;
	width: 20px;
	display: inline-block;
	animation: around 5.4s infinite;
}

@keyframes around {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.loader::after,
.loader::before {
	content: "";
	background: white;
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-width: 2px;
	border-color: #333 #333 transparent transparent;
	border-style: solid;
	border-radius: 20px;
	box-sizing: border-box;
	top: 0;
	left: 0;
	animation: around 0.7s ease-in-out infinite;
}

.loader::after {
	animation: around 0.7s ease-in-out 0.1s infinite;
	background: transparent;
}

.njs {
	color: #A03B3B;
}

.v-resaltado {
	font-weight: 700;
}




.starrating>input {
	display: none;
}




/* Remove radio buttons */

.starrating>label:before {
	content: "\f111";
	margin: 2px;
	font-size: 0.7em;
	font-family: FontAwesome;
	display: inline-block;
}

.starrating > label {
	color: #222222;
	/* Start color when not clicked */
}


.starrating > input:checked ~ label {
	color: #ffca08 !important;
}


/* Set yellow color when star checked */


.starrating > input:hover ~ label {
	color: #ffca08;
}

/* Set yellow color when star hover */

.stars > label:before {
	font-size: 0.3em !important;
}

.tags-container {
	padding: 5px;
	border: 0px solid #ccc;
	min-height: 40px;
	margin-top: 10px;
}

.tag {
	display: inline-block;
	background-color: #007bff;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.tag .remove-tag {
	margin-left: 10px;
	cursor: pointer;
}