/* CSS generales */
body {
	font-family: calibril !important;
  font-size: 14.2px !important;
}

a {
	color: #999999;
	font-size: 14px;
}

a:hover {
	text-decoration: none;
	color: #037DFF;	
}

a:focus, a:active {
    text-decoration: none;
    color: #1D5FA2 !important;
    font-weight: bold;
}

.color-text-active {
    color: #1D5FA2 !important;
    font-weight: bold;
}

::-webkit-input-placeholder { /* Edge */
	color: #B0B4B7 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #B0B4B7 !important;
}

::placeholder {	
	color: #B0B4B7 !important;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #037DFF;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #037DFF;
    background: rgba(255,174,75,1);
	background: -moz-radial-gradient(center, ellipse cover, #007bff 0%, #007bff 41%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #007bff), color-stop(41%, #007bff), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-radial-gradient(center, ellipse cover, #007bff 0%, #007bff 41%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, #007bff 0%, #007bff 41%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, #007bff 0%, #007bff 41%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: radial-gradient(ellipse at center, #007bff 0%, #007bff 41%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff ', endColorstr='#ffffff', GradientType=1 );
}

table tr td {
    cursor: pointer;
}

.form-control-valid {
    border-color: #28a745!important;
    padding-right: calc(1.5em + .75rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control-invalid {
    border-color: #dc3545!important;
    padding-right: calc(1.5em + .75rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.valid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

/* Fin de css generales */

/* CSS Movil */
/* Menu */
.cMenuRow {
    border-left: 0px;
    border-right: 0px;
    background: #007bff;
    color: #fff;
}

.cMenuMovil {
	width: 50px;
	height: 50px;
	background-color: #007bff;
    text-align: center;
    justify-content: center;
    border-width: 0px;
}

.cMenuMovil i {
	color: #fff;
    cursor: pointer;
}

.menuMovil {
    cursor: pointer;
}

.cEnlaceMovilOpc {
	height: 50px;
}

.cEnlaceMovilOpc a, .cEnlaceMovilOpc span {
	padding: 0px 5px;
	color: #FFF;
	text-decoration: none;
}

/* Fin menu */

/* Content Padre */
#contentPadre {
    background-image: url(../images/fondo-textura.jpg);
    background-size: contain;
}
/* Fin content padre */

/* Titulo */
.dRowTitulo {
	/*background-color: #fff;*/
}

.cDivTitulo {
	margin: 20px 0px;
}

.cDivTitulo .titulo {
	color: #007bff;
	font-weight: bold;
	font-size: 30px;
}
/* Fin titulo */

/* Login */
.img-logo-sm {
    width: 170px;
    height: 100px;
}
/* Fin login */

/* Opciones de registro de informacion de un postulante */
.divPasoMovil {
	height: 80px;
	text-align: center;
  	background-color: #f3f3f3;
  	color: #007bff;
}

.divPasoMovil .cNumero {
    border: 2px solid #007bff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.divPasoMovilSelect {
  	background-color: #007bff;
    color: #fff;
}

.divPasoMovilSelect .cNumero {
    border: 2px solid #fff;
}
/* Fin de Opciones de registro de informacion de un postulante */

/* Fin de CSS movil */

/* CSS Pantalla LG */

/* Redes sociales */
.cRedSocial {
	border-radius: 50%;
	border: 2px solid #999999;
	height: 70px;
	text-align: center;
}

.cRedSocial i {
	color: #999999;
}
/* Fin de redes sociales */

/* Pantalla acceso lateral izquierdo */
.cLatIzq {
	background-color: #05B8FF;
    background-image: url(../images/portada.png);
    background-size: cover;
	height: 100vh;
}

.cLatIzqSinFondo {
    background-color: #1D5FA2;
    background-size: cover;
    height: 100vh;
}

.cLatIzq .cMarca, .cLatIzqSinFondo .cMarca {
	position: relative;
	top: 100px;
	background-color: #fff;
	width: 100%;
	padding: 10px;
	text-align: center;
}

.cLatIzq .cMarca a, .cLatIzqSinFondo .cMarca a {
	color: #037DFF;
	font-size: 30px;
	font-family: calibril;
	font-weight: bold;
}

.cLatIzq .cNotif, .cLatIzqSinFondo .cNotif {
	position: relative;
	bottom: 100px;
	width: 100%;
}

/* Fin pantalla acceso lateral izquierdo */

/* Pantalla acceso lateral derecho */

.cEnlaceOpc {
	height: 60px;
}

.cEnlaceOpc a, .cEnlaceOpc span {
	padding: 0px 5px;
	color: #6c757d;
	text-decoration: none;
}

.cTitForm {
	font-size: 24px;
	color: #037DFF;
	font-weight: bold;
}

.form-control {
	border: 1px solid #037DFF;
	height: 50px;
	font-size: 14.2px !important;
}

.custom-file-input {
    height: 50px;
}

.custom-file {
    /*height: 50px;*/
    height: 100%;
}

.custom-file-label {
    height: 50px;
    padding-top: 12px;
    padding: .775rem .75rem;
    border: 1px solid #037DFF;
    text-align: left;
}

.custom-file-label-conv {
    border: 1px solid #037DFF;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    text-align: left;
}

.custom-file-label-conv::after {
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    color: #FFF;
    background-color: #037DFF;
}

.custom-file-label::after {
    padding: .775rem .75rem;
    color: #FFF;
    background-color: #037DFF;
    height: 48px;
}

.custom-file-input-cont {
    height: 42px;
}

.custom-file-label-cont {
    height: 42px;
    padding-top: 8px;
    border: 1px solid #037DFF;
    text-align: left;
}

.custom-file-label-cont::after {
    padding: .5rem .75rem;
    color: #FFF;
    background-color: #037DFF;
    height: 40px;
}

.cBtnApp {
    background-color: #5a6268;
    border-color: #545b62;
	color: #FFFFFF;
}

.cBtnApp:hover {
    background-color: #0069d9;
    border-color: #0062cc;
	color: #FFF;
}

.cBtnAppSecond {
  border: 1px solid;
  background-color: #fff;
}

.btn-outline-app {
    color: #037DFF;
    border-color: #037DFF;
}

#refTerm label {
	line-height: 18px;
}

#refTerm a {
	display: block;
}

#refTerm a:hover, #refTerm a:focus, #refTerm a:active {
	color: #999999;
}

/* Pasos para registrar datos de un postulante */
.ronin-flex-container {
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	justify-content: center;
  	align-items: stretch;
  	align-content: stretch;
}

.ronin-flex-item {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: auto;
}

.ronin-steps {
  	margin: 0 auto;
  	/*max-width: 1000px;*/
  	line-height: 20px;
  	max-height: 50px;
  	height: 50px;
  	overflow: hidden;
}

.ronin-steps * {
  	position: relative;
  	top: 0;
  	left: 0;
  	margin: 0;
  	padding: 0;
  	outline: none;
  	border: none;
}

.ronin-steps .ronin-step {
  	text-align: center;
  	background-color: #f3f3f3;
    color: #037DFF;
  	font-size: 16px;
  	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  	box-sizing: border-box;
 	border-left: 15px solid transparent;
  	border-right: 15px solid transparent;
  	word-break: break-word;
  	cursor: pointer;
}

.ronin-steps .ronin-step span {
    margin: 0 auto;
}

.ronin-steps .ronin-step:before {
  	content: '';
  	position: absolute;
  	top: 0;
  	left: -15px;
  	top: 0px;
  	width: 0;
  	border-color: #f3f3f3;
  	border-width: 25px 0 25px 15px;
  	border-style: solid;
}

.ronin-steps .ronin-step:after {
  	content: '';
  	position: absolute;
  	top: 0;
  	right: -15px;
  	left: initial;
  	width: 0;
  	border-color: #f3f3f3;
  	border-width: 25px 0 25px 15px;
  	border-style: solid;
}

.ronin-steps .ronin-step:first-child:before {
  	border-color: #f3f3f3 #f3f3f3 #f3f3f3 #fff;
}

.ronin-steps .ronin-step:last-child:after {
  	border-color: #fdfcfb #fdfcfb #fdfcfb #f3f3f3;
}

.ronin-steps .ronin-current {
  	background-color: #037DFF;
    color: #fff;
}

.ronin-steps .ronin-current:before {
  	border-color: #037DFF #f3f3f3 #037DFF #f3f3f3!important
}

.ronin-steps .ronin-step:first-child.ronin-current:before {
  	border-color: #037DFF #037DFF #037DFF #fdfcfb!important;
}

.ronin-steps .ronin-current:after {
  	border-color: #f3f3f3 #037DFF #f3f3f3 #037DFF!important
}

.ronin-steps .ronin-step:last-child.ronin-current:after {
  	border-color: #fdfcfb #fdfcfb #fdfcfb #037DFF!important;
}

.ronin-steps .ronin-step:first-child {
  	border-left-color: #fff!important;
}

.ronin-steps .ronin-step:last-child {
  	border-top-color: #fff!important;
  	border-right-color: #fff!important;
  	border-bottom-color: #fff!important;
}

/* Fin de pasos para registrar datos de un postulante */

/* Estilos de cajas input de informacion del postulante */
.has-feedback {
	-webkit-box-align: center;
  	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  	display: -webkit-inline-box;
  	display: -webkit-inline-flex;
  	display: -ms-inline-flexbox;
  	display: inline-flex;
  	-webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    width: 100%;
}

.form-control-post-sin {
	border: 1px solid #037DFF;
  	padding: .6rem .8rem .6rem .8rem;
  	font-weight: lighter;
  	-webkit-transition: border-color .2s ease;
  	transition: border-color .2s ease;
  	width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    background: transparent;
}

.form-control-post-sin:focus {
  	border-color: #38597b;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border-width: 1.5px;
}

.form-control-post-sin2 {
    border: 1px solid #037DFF;
    padding: .6rem .8rem .6rem .8rem;
    font-weight: lighter;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    width: 100%;
    height: 40px;
}

.form-control-post {
	border: 1px solid #037DFF;
	border-left: 0!important;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
  	padding: .6rem .8rem .6rem 0rem;
  	font-weight: lighter;
  	-webkit-transition: border-color .2s ease;
  	transition: border-color .2s ease;
  	width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    background: transparent;
}

.form-control-post + i {
    height: 50px;
  	background-color: #FFF;
    border: 1px solid #037DFF;
    border-right: 0!important;
    border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
    color: #777;
    padding: 1.1rem;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
}

.form-control-post:focus {
  	border-color: #38597b;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border-width: 1.5px;
}

.form-control-post:focus + .form-control-post + i {
    border-color: #38597b;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border-width: 1.5px;
}

.form-control-post:focus + i {
  	border-color: #1D5FA2;
  	box-shadow: none;
}

.form-control-select {
	border: 1px solid #037DFF;
	-webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.form-control-select:focus {
  	border-color: #1D5FA2;
  	outline: none;
  	box-shadow: none;
}
/* Fin de estilos de caja input de informacion del postulante */

/* Estilos para cuadros de subir imagen */
.divSubImagen {
    height: 150px;
}

.divSubImagen .subImagen {
    position: absolute;
    padding-right: .5rem!important;
    background-size: 180px 180px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 1;
}

.subirImagenPos {
	border-style: dashed;
    width: 100%;
	height: 150px;
	border-color: #999999;
	color: #999999;
	cursor: pointer;
    overflow: hidden;
    outline: none;
    visibility: hidden;
    background-color: transparent;
}

.divSubImagen .dTextSubImg {
    position: absolute;
    top: 35%;
    z-index: -10;
    color: transparent;
    /* Firefox */
    -moz-transition-property: all;
    -moz-transition-duration: 1s;
    -moz-transition-timing-function: ease;
    -moz-transition-delay: 0.2s;
 
 
    /* Chrome / Safari */
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0.2s;
 
 
    /* Opera */
    -o-transition-property: all;
    -o-transition-duration: 1s;
    -o-transition-timing-function: ease;
    -o-transition-delay: 0.2s;
 
 
    /* Default */
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 0.2s;
}

.subirImagenPos:before {
    content: '';
    position: relative;
    top: 0em;
    /*left: 0;*/
    width: 100%;
    height: 146px;;
    min-height: 6em;
    line-height: 2em;
    padding-top: 1.5em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 0.25em dashed currentColor;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.subirImagenPos:hover:before {
    border-color: #037DFF;
}

.subImagen:hover > .dTextSubImg { 
    color: #999999;
}

.imgCont {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
	margin-right: 5px;
	cursor: pointer;
}

.imgPos {
	height: 250px;
}

.imgPos::before {
    height: 246px;
}
/* Fin de estilos para cuadros de subir imagen */

/* Estilos para añadir enlaces */
.cAddEnl {
	height: 50px;
}
/* Fin de estilos para añadir enlaces */

/* Estilos de formacion academica */

/* Estilos de especialidades del postulante */
.cCamposHab {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 250px;
  text-align: center;
  /*background-color: #CFCFCF;*/
}

.cHabDisp {
  height: 150px;
}

.cHab {
  height: 40px;
  width: 180px;
  word-wrap: break-word;
  float: left;
}

.espec, .habil {
	display: inline-block;
	border-radius: 10px;
	padding: 2px 10px;
	margin-bottom: 5px;
	background-color: #00BCD4;
	width: fit-content;
	color: #fff;
}

.espec i, .habil i {
	margin-left: 10px;
	color: #fff;
	cursor: pointer;
}
/* Fin de Estilos de especialidades del postulante */

.descPost {
	width: 100%;
	height: 150px;
	background-color: #fff;
	border: 1px solid #037DFF;
	padding: 5px 10px;
    text-align: left;
    overflow-y: auto;
}

.descPost:focus {
	border-color: #1D5FA2;
  	outline: none;
  	box-shadow: none;
}

.descPost[placeholder]:empty::before {
    content: attr(placeholder);
    color: #555; 
}

.descPost[placeholder]:empty:focus::before {
    content: "";
}

input[type=range] {
    margin: auto;
    outline: none;
    border: 1px solid #999999;
    padding: 0;
    width: 100%;
    height: 6px;
    background-color: #fff;
    /*background: rgba(255,186,102,1);
    background: -webkit-linear-gradient(left, rgba(255,186,102,1) 0%, rgba(255,114,20,1) 89%, rgba(255,114,20,1) 100%);
    background: -o-linear-gradient(left, rgba(255,186,102,1) 0%, rgba(255,114,20,1) 89%, rgba(255,114,20,1) 100%);
    background: linear-gradient(to right, rgba(255,186,102,1) 0%, rgba(255,114,20,1) 89%, rgba(255,114,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba66', endColorstr='#ff7214', GradientType=1 );
	   background-size: 50% 100%;
    background-repeat: no-repeat;*/
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    box-shadow: none;
    border: none;
    background: transparent;
    -webkit-appearance: none;
}

input[type=range]::-moz-range-track {
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type=range]::-moz-focus-outer {
    border: 0;
}

input[type=range]::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    border: 0;
    background: #037DFF;
    border-radius: 100%;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.1);
    -webkit-appearance: none;
}

input[type=range]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 0;
    background: #037DFF;
    border-radius: 100%;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.1);
}

.rangeDisabled {
    background-color: #6c757d !important;
}

.rangeDisabled::-webkit-slider-thumb, 
    .rangeDisabled::-moz-range-thumb {
    background: #b8b8b8 !important;
}

/* Fin de estilos de formacion academica */

/* Estilos para listar las experiencias laborales y formaciones academicas */
.cListaPost {
    border: 2px solid #999999;
    border-radius: 8px;
    padding: 15px 20px;
}

.cListaPost .cTitLista {
	font-weight: bold;
	font-size: 20px;
	color: #037DFF;
}

.cListaPost b {
    font-size: 20px;
}

.cListaPost i {
	/*color: #999999;*/
}

.cListaPost .cTitDescExp {
	font-weight: bold;
}

.btnOpcPos {
	border: 1px solid #037DFF;
	text-align: center;
	color: #037DFF;
}

.btnOpcPos i {
	color: #037DFF;
}

.cFunciReg {
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(204,202,204,1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(204,202,204,1);
    box-shadow: 2px 2px 10px 0px rgba(204,202,204,1);
    padding: 15px 15px;
}

/* Fin de estilos para listar las experiencias laborales y formaciones academicas */

/* Estilos para finalizar registro */
.lnkFinReg {
    font-weight: bold;
}

.lnkFinReg:hover, .lnkFinReg:focus {
    color: #037DFF;
}
/* Fin de estilos para finalizar registro */

/* Estilos de paginas para empresa */
.cEnlaceOpcEmp {
    height: 50px;
    background-color: #F3F3F3;
}

.cEnlaceOpcEmp a, .cEnlaceOpcEmp span {
    padding: 0px 5px;
    color: #037DFF;
    text-decoration: none;
}

.opcMenuEmp {
    border: 3px solid #fff;
    border-radius: 50px;
    height: 64px;
    width: 64px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.opcMenuEmp i {
    text-align: center;
    font-size: 34px;
    padding-top: 2.5px;
}

.opcMenuEmp:hover, .opcMenuEmp:focus {
    color: #fff;
}

.titEmp {
    text-transform: uppercase;
    color: #838383;
    font-size: 18px;
    font-weight: bold;
}

.secEmp {
    text-transform: uppercase;
    color: #B3B3B3;
    font-size: 14px;
    font-weight: bold;
}

.imgPortada {
    height: 70px !important;
}

.border-busqueda {
    border: 2px solid #037DFF;
}

.cTextBusqL {
    background-color: #FFF;
    color: #037DFF;
    font-weight: bold;
    font-size: 30px;
    text-align: justify;
}

.cTextBusqR {
    background-color: #037DFF;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.cTitDiv {
    color: #2E75B5;
    font-weight: bold;
    font-size: 22px;
}

.cSubTitDiv {
    color: #5f6061;
    font-weight: bold;
    font-size: 22px;
}

/* CSS Lista de postulantes por su profesion o especialidad */

.cDivEspPos {
    background-color: #F3F3F3;
    margin-top: 10px;
    padding: 20px;
}

.cDivEspPos .dEspPos {
    height: 150px;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(184,184,184,1);
    -moz-box-shadow: 0px 2px 13px 0px rgba(184,184,184,1);
    box-shadow: 0px 2px 13px 0px rgba(184,184,184,1);
}

.cDivEspPos .dEspPos i {
    font-size: 20px;
    position: absolute;
    z-index: 2;
    left: 5px;
    color: #999999;
}

.cDivEspPos .dEspPos .cuadPosProf {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #037DFF;
    top: 10px;
    z-index: 1;
}

.cDivEspPos .dEspPos .cPos {
    background-color: #F3F3F3;
    width: 100%;
    padding: 2px 8px;
    height: 50px;
    border-radius: 10px;
}

.cDivEspPos .dEspPos .cPos small {
    color: #7d7977;
}

/* CSS Lista de postulantes segun perfil de busqueda */

.divPosSec, .divPosSecPer, .divPosConvPer, .divPosAprob {
    /*width: 200px;*/
    height: 240px;
    padding: 15px;
    /*margin-right: 10px;*/
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
}

.cPosResBusq {
    height: 245px !important;
}

.divPosSecNoSelect {
    border: 2px solid rgba(117,117,117,1);
    background: rgba(163,158,163,1);
    background: -moz-linear-gradient(top, rgba(163,158,163,1) 0%, rgba(97,97,97,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,158,163,1)), color-stop(100%, rgba(97,97,97,1)));
    background: -webkit-linear-gradient(top, rgba(163,158,163,1) 0%, rgba(97,97,97,1) 100%);
    background: -o-linear-gradient(top, rgba(163,158,163,1) 0%, rgba(97,97,97,1) 100%);
    background: -ms-linear-gradient(top, rgba(163,158,163,1) 0%, rgba(97,97,97,1) 100%);
    background: linear-gradient(to bottom, rgba(163,158,163,1) 0%, rgba(97,97,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a39ea3', endColorstr='#616161', GradientType=0 );
}

.divPosSecSelect {
    border: 2px solid rgba(59,160,255,1);
    background: rgba(59,160,255,1);
    background: -moz-linear-gradient(top, rgba(59,160,255,1) 0%, rgba(29,95,162,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(59,160,255,1)), color-stop(100%, rgba(29,95,162,1)));
    background: -webkit-linear-gradient(top, rgba(59,160,255,1) 0%, rgba(29,95,162,1) 100%);
    background: -o-linear-gradient(top, rgba(59,160,255,1) 0%, rgba(29,95,162,1) 100%);
    background: -ms-linear-gradient(top, rgba(59,160,255,1) 0%, rgba(29,95,162,1) 100%);
    background: linear-gradient(to bottom, rgba(59,160,255,1) 0%, rgba(29,95,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ba0ff', endColorstr='#1d5fa2', GradientType=0 );
}

.divPosSec .cPosSecNom, 
    .divPosSecPer .cPosSecNom,
        .divPosConvPer .cPosSecNom,
            .divPosAprob .cPosSecNom {
    font-weight: bold;
    font-size: 16px;
}

.divPosSec .imgPosSec, 
  .divPosSecPer .imgPosSec,
    .divPosConvPer .imgPosSec,
      .divPosAprob .imgPosSec {
        width: 50px!important;
        height: 50px!important;
}

.divPosSec .cPosSecCar, 
  .divPosSecPer .cPosSecCar,
    .divPosConvPer .cPosSecCar,
      .divPosAprob .cPosSecCar {
        font-size: 16px;
        margin-bottom: 5px;
        height: 60px;
}

.divPosSec .cPosSecGra, 
  .divPosSecPer .cPosSecGra,
    .divPosConvPer .cPosSecGra,
      .divPosAprob .cPosSecGra {
        font-size: 14px;
        color: #ffffffb0;
        margin-bottom: 5px;
}

.divPosSec .cPosSecContact a, 
  .divPosSecPer .cPosSecContact a,
    .divPosConvPer .cPosSecContact a,
      .divPosAprob .cPosSecContact a {
        border: 2px solid #fff;
        border-radius: 20px;
        color: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        margin-right: 5px;
        background-color: transparent;
}

.divPosSec .cPosSecContact a i, 
  .divPosSecPer .cPosSecContact a i,
    .divPosConvPer .cPosSecContact a i,
      .divPosAprob .cPosSecContact a i {
        font-size: 20px;
        padding-top: 8px;
}

.cPosSecContact {
    height: 50px;
}

.cPosSecContact span {
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 5px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cPosSecContact .btnPosSec {
    padding: 5px 10px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    font-weight: bold;
    width: 120px;
    height: 40px;
}

/* CSS Lista de postulantes que ya han trabajado en la empresa */

.cDivPosUni {
    background-color: #F3F3F3;
    margin-top: 10px;
    padding: 20px;
}

.cDivPosUni a {
    background-color: #fff;
    font-size: 25px;
    padding: 0.3px 6px;
    color: #ff6600;
    border: 1px solid #037DFF;
    border-radius: 5px;
}

.cDivPosUni span {
    font-weight: bold;
    margin-right: 10px;
}

.cPosPerfil {
    background-color: #FFF;
    /*border: 1px solid #FF6600;*/
    border-radius: 10px;
    color: #383737;
    -webkit-box-shadow: 0px 1px 20px 0px rgb(19, 16, 16);
    -moz-box-shadow: 0px 1px 20px 0px rgb(19, 16, 16);
    box-shadow: 0px 1px 20px 0px rgb(19, 16, 16);
}

.cPosPerfil .imgPosPerfil {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    border: 2px solid #FFF;
    border-radius: 50px;
    -webkit-box-shadow: 0px -1px 18px 0px rgba(138,138,138,1);
    -moz-box-shadow: 0px -1px 18px 0px rgba(138,138,138,1);
    box-shadow: 0px -1px 18px 0px rgba(138,138,138,1);
}

#posBusqTabla .imgPosPerfil {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border: 2px solid #FFF;
    border-radius: 50px;
    -webkit-box-shadow: 0px -1px 18px 0px rgba(138,138,138,1);
    -moz-box-shadow: 0px -1px 18px 0px rgba(138,138,138,1);
    box-shadow: 0px -1px 18px 0px rgba(138,138,138,1);
}

.cPosPerfil .cNom {
    font-weight: bold;
    text-align: center;
}

.cPosPerfil span {
    margin-bottom: 2px;
}

.cBtnContact {
    margin-top: 5px;
    margin-bottom: 5px;
}

.cBtnContact a {
    border: 2px solid #037DFF !important;
    border-radius: 20px!important;
    font-size: 25px !important;
    width: 40px;
    height: 40px;
}

.cBtnContact a i {
    font-size: 20px;
}

.cPosPerfil .cDatosPos {
    margin-top: 2px;
    margin-bottom: 2px;
}

.cPosPerfil .cDatosPos2 {
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #efeaea;
    padding: 10px;
    border-radius: 10px;
}

.cPosPerfil .cDatosPos2 i {
    color: #037DFF;
    margin-right: 10px;
}

.cPosPerfil .cDatosPos2 span {
    color: #615d5d;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
}

.cPosPerfil .btnPosPerfil {
    margin-top: 5px;
    border: 1px solid #037DFF;
    color: #ff7214;
    font-weight: bold;
    background-color: #ffe2c6;
}

/* Estilo de lista de postulantes despues de elegir una profesion */
.cDivEspPos span {
    font-weight: bold;
    margin-right: 10px;
}

.cDivEspPos a {
    background-color: #fff;
    font-size: 25px;
    padding: 0.3px 6px;
    color: #ff6600;
    border: 1px solid #037DFF;
    border-radius: 5px;
}

.cDivFilProfPos {
    border: 2px dashed #999999;
    padding: 10px;
}

.cDivFilProfPos span {
    font-weight: normal;
}

/* CSS Perfil */
.img-perfil {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    border: 2px solid #FFF;
    border-radius: 200px;
    -webkit-box-shadow: 0px -1px 18px 0px rgba(138,138,138,1);
    -moz-box-shadow: 0px -1px 18px 0px rgba(138,138,138,1);
    box-shadow: 0px -1px 18px 0px rgba(138,138,138,1);
}

.cDatPrin {
    padding: 15px 20px;
    color: #fff;
    border-radius: 25px 10px 10px 25px;
    height: 280px;
    overflow-y: auto;
    /*border: 4px solid #00CCCC;*/
    color: #FFF;
    background-color: #00CCCC;
}

.cDatPrin::-webkit-scrollbar {
    width: 7px;
}

.cDatPrin::-webkit-scrollbar-thumb {
    background: rgba(68, 145, 222, 0.6);
    border-radius: 5px;
    margin-left: 10px;
}

.cDatPrin::before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: -33px;
    width: 0;
    height: 0;
    border-width: 25px;
    border-style: solid;
    border-color: transparent #00CCCC transparent transparent;
}

.cDatPrin .cNombre {
    font-size: 30px;
    line-height: 30px;
}

.cDatPrin .uCarrera {
    font-size: 14px;
}

.cDatSec {
    font-weight: 600;
    color: #7d7878;
    padding: 15px 20px;
}

.cDatPrin i {
    margin-right: 15px;
    width: 35px;
    height: 35px;
    border: 2px solid #037DFF;
    border-radius: 18px;
    text-align: center;
    padding-top: 7px;
    font-size: 18px;
    background-color: #fff;
}

.cDatPrin span {
  font-weight: 600;
}

.cDatPrin .cEdad i {
    border-color: #FF6666;
    color: #FF6666;
}

.cDatPrin .cTelef i {
    border-color: #339999;
    color: #339999;
}

.cDatPrin .cCorr i {
    border-color: #FFCC00;
    color: #FFCC00;
}

.cDatPrin .cDirec i {
    border-color: #037DFF;
    color: #037DFF;
}

.cEspSal b {
    color: #838383;
    font-size: 18px;
    font-weight: bold;
}

#consultor-perfil-nav a:focus {
    color: #fff !important;
}

#consultor-perfil-nav span {
    font-size: 18px;
}

#resultados-perfil span {
    font-size: 65px;
    text-align: center;
    font-weight: bold;
    display: block;
}

.cEspSal span {
    color: #999999;
}

.cResRequer {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background-color: #F3F3F3;
}

.cResRequer .cReqPos {
    width: 300px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
    padding: 15px;
    /*margin-right: 10px;*/
    line-height: 20px;
    font-size: 14px;
    color: #838383;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(184,184,184,1);
    -moz-box-shadow: 0px 2px 13px 0px rgba(184,184,184,1);
    box-shadow: 0px 2px 13px 0px rgba(184,184,184,1);
    overflow-y: auto;
}

.cResRequer .cReqPos::-webkit-scrollbar {
    width: 7px;
}

.cResRequer .cReqPos::-webkit-scrollbar-thumb {
    background: rgba(68, 145, 222, 0.6);
    border-radius: 5px;
    margin-left: 10px;
}

.cResRequer .cReqPos .linSep {
    border: 1px solid #ffc107;
    margin: 7px 0px;
}

.cResRequer .cReqPos .cCalif {
    font-weight: bold;
}

#divResRequerPos .slick-prev {
    left: -25px;
}

#divResRequerPos .slick-next {
    right: -25px;
}

.cExpPerfil{
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    color: #838383;
    -webkit-box-shadow: 0px 1px 20px 0px rgb(19, 16, 16);
    -moz-box-shadow: 0px 1px 20px 0px rgb(19, 16, 16);
    box-shadow: 0px 1px 20px 0px rgb(19, 16, 16);
    height: 300px;
    overflow-y: auto;
}

.cFormAcadPerfil {
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    color: #838383;
    -webkit-box-shadow: 0px 1px 20px 0px rgb(19, 16, 16);
    -moz-box-shadow: 0px 1px 20px 0px rgb(19, 16, 16);
    box-shadow: 0px 1px 20px 0px rgb(19, 16, 16);
    height: 220px;
    overflow-y: auto;
}

.cFormAcadContinua {
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    color: #838383;
    -webkit-box-shadow: 0px 1px 20px 0px rgb(19, 16, 16);
    -moz-box-shadow: 0px 1px 20px 0px rgb(19, 16, 16);
    box-shadow: 0px 1px 20px 0px rgb(19, 16, 16);
    height: 150px;
    overflow-y: auto;
}

.cExpPerfil::-webkit-scrollbar, .cFormAcadPerfil::-webkit-scrollbar, .cFormAcadContinua::-webkit-scrollbar {
    width: 7px;
}

.cExpPerfil::-webkit-scrollbar-thumb, .cFormAcadPerfil::-webkit-scrollbar-thumb, .cFormAcadContinua::-webkit-scrollbar-thumb {
    background: #a3a9af;
    border-radius: 5px;
    margin-left: 10px;
}

.cExpPerfil i, .cFormAcadPerfil i {
    color: #999999;
}

.cExpPerfil b, .cFormAcadPerfil b {
    color: #FF6600;
}

.cExpPerfil .cCargTiem, .cFormAcadPerfil .cCarrTiem {
    color: #007bff;
}

.cExpPerfil .descExp, .cFormAcadPerfil .descForAcad {
    line-height: 20px;
}

.cContMulti {
    margin-bottom: 25px;
}

.cContMulti span, .EnlExternos span {
    color: #42A3C2;
    font-weight: bold;
}

.EnlExternos {
    margin-bottom: 15px;
}

/* colores de calificacion */
.pesima-color {
    color: #f70202;
}

.mala-color {
    color: #ff6f36;
}

.regular-color {
    color: #FFA92A;
}

.buena-color {
    color: #01a7e5;
}

.muybuena-color {
    color: #009900;
}

.cUbicame {
    height: 400px;
}

/* Fin CSS Perfil */

/* CSS Requerimiento */

/* Botones de requerimientos */
.cPasosReq {
    /*padding: 30px 15px;*/
    background-color: #f7f7f7;
    z-index: -10;
}

.cOptReq {
    position: relative;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    font-size: 14.5px;
}

.cOptReq span {
    color: #999999;
}

.cOptReq i {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.cOptReq i::before {
    margin: 0 auto;
}

.cOptReq .paso1 i {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.cOptReq .paso1 span {
    color: #007bff;
    font-weight: bold;
}

.cOptReq .paso2 i {
    background-color: #ff5b00;
    border-color: #ff5b00;
    color: #fff;
}

.cOptReq .paso2 span {
    color: #ff5b00;
    font-weight: bold;
}

.cOptReq .paso3 i {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff;
}

.cOptReq .paso3 span {
    color: #ffc107;
    font-weight: bold;
}

.cOptReq .paso4 i {
    background-color: #07ff45;
    border-color: #07ff45;
    color: #fff;
}

.cOptReq .paso4 span {
    color: #07ff45;
    font-weight: bold;
}

.cOptReq::before, .cOptReq::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
}

.opt1::before, .opt1::after {
    background: #007bff;
}

.opt2::before, .opt2::after {
    background: #ff5b00;
}

.opt3::before, .opt3::after {
    background: #ffc107;
}

.opt4::before, .opt4::after {
    background: #07ff45;
}

.paso1::before, .paso1::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #007bff;
}

.paso2::before, .paso2::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #ff5b00;
}

.paso3::before, .paso3::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #ffc107;
}

.paso4::before, .paso4::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #07ff45;
}

.cOptReq:hover::before, .cOptReq:hover::after{
  width: 100%;
}

.cOptReq:hover .paso1::before, 
    .cOptReq:hover .paso1::after {
        height: 100%;
}

.cOptReq:hover .paso2::before, 
    .cOptReq:hover .paso2::after {
        height: 100%;
}

.cOptReq:hover .paso3::before, 
    .cOptReq:hover .paso3::after {
        height: 100%;
}

.cOptReq:hover .paso4::before, 
    .cOptReq:hover .paso4::after {
        height: 100%;
}

.cOptReq::after{
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.cOptReq .paso1::after, .cOptReq .paso2::after, .cOptReq .paso3::after, .cOptReq .paso4::after{
  transition-delay: 0.4s;
  right: 0;
  bottom: 0
}
.cOptReq::before{
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.cOptReq .paso1::before, 
    .cOptReq .paso2::before, 
        .cOptReq .paso3::before, 
            .cOptReq .paso4::before {
    transition-delay: 0s;
    left: 0;
    top: 0;
}

.cOptReq:hover::after{
  transition-delay: 0s;
}
.cOptReq:hover .paso1::after, .cOptReq:hover .paso2::after, .cOptReq:hover .paso3::after, .cOptReq:hover .paso4::after {
  transition-delay: 0.2s;
}
.cOptReq:hover::before{
  transition-delay: 0.4s;
}
.cOptReq:hover .paso1::before, .cOptReq:hover .paso2::before, .cOptReq:hover .paso3::before, .cOptReq:hover .paso4::before {
  transition-delay: 0.6s;
}

/* Fin de botones de requerimientos */

/* CSS Botones de pasos para crear un requerimiento */
body .progress_inner #step-6:checked + div + div + div + div > .box_base, 
    body .progress_inner #step-5:checked + input + div + div + div + div > .box_base, 
        body .progress_inner #step-4:checked + input + input + div + div + div + div > .box_base,       
            body .progress_inner #step-2:checked + input + input + input + input + div + div + div + div > .box_base, 
                body .progress_inner #step-3:checked + input + input + input + div + div + div + div > .box_base, 
                    body .progress_inner #step-1:checked + input + input + input + input + input + div + div + div + div > .box_base {
  top: 50%;
  left: 0px;
  opacity: 1;
}

body .progress_inner #step-6:checked + div + div + div + div > .box_item, 
    body .progress_inner #step-5:checked + input + div + div + div + div > .box_item, 
        body .progress_inner #step-4:checked + input + input + div + div + div + div > .box_item, 
            body .progress_inner #step-2:checked + input + input + input + input + div + div + div + div > .box_item, 
                body .progress_inner #step-3:checked + input + input + input + div + div + div + div > .box_item, 
                    body .progress_inner #step-1:checked + input + input + input + input + input +  div + div + div + div > .box_item {
  top: -30px;
  left: 0px;
  opacity: 0;
}

body .progress_inner #step-4:checked + input + input + div + div + div + div > .box_lid, body .progress_inner #step-2:checked + input + input + input + input + div + div + div + div > .box_lid {
  top: -20px;
  left: 0px;
  opacity: 0;
}

body .progress_inner #step-4:checked + input + input + div + div + div + div > .box_item, body .progress_inner #step-2:checked + input + input + input + input + div + div + div + div > .box_item {
  top: -10px;
  left: 0px;
  opacity: 1;
}

body .progress_inner #step-4:checked + input + input + div + div + div + div > .box_item, body .progress_inner #step-3:checked + input + input + input + div + div + div + div > .box_item {
  top: 10px;
  left: 0px;
  opacity: 1;
}

body .progress_inner #step-4:checked + input + input + div + div + div + div > .box_lid, body .progress_inner #step-3:checked + input + input + input + div + div + div + div > .box_lid {
  top: -1px;
  left: 0px;
  opacity: 1;
}

body .progress_inner #step-4:checked + input + input + div + div + div + div > .box_ribbon, body .progress_inner #step-3:checked + input + input + input + div + div + div + div > .box_ribbon {
  top: 70%;
  left: 0px;
  opacity: 0;
}

body .progress_inner #step-4:checked + input + input + div + div + div + div > .box_ribbon, body .progress_inner #step-3:checked + input + input + input + div + div + div + div > .box_ribbon {
  top: 70%;
  left: 0px;
  opacity: 0;
}

body .progress_inner #step-4:checked + input + input + div + div + div + div > .box_bow, body .progress_inner #step-3:checked + input + input + input + div + div + div + div > .box_bow {
  top: 0px;
  left: 0px;
  opacity: 0;
}

body .progress_inner #step-4:checked + input + input + div + div + div + div > .box_ribbon {
  top: 50%;
  left: 0px;
  opacity: 1;
}

body .progress_inner #step-4:checked + input + input + div + div + div + div > .box_bow {
  top: -10px;
  left: 0px;
  opacity: 1;
}

body .progress_inner__step:before, body .progress_inner, body .progress_inner__status .box_base, body .progress_inner__status .box_item, body .progress_inner__status .box_ribbon, body .progress_inner__status .box_bow, body .progress_inner__status .box_bow__left, body .progress_inner__status .box_bow__right, body .progress_inner__status .box_tag, body .progress_inner__status .box_string {
    /*position: absolute;*/
    left: 0;
    right: 0;
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    margin: auto;
    /* bottom: -250px; */
}

body .progress_inner__bar, body .progress_inner__bar--set {
  height: 6px;
  left: 8%;
  background: repeating-linear-gradient(45deg, #ff6600, rgba(255,174,75,1) 4px, #037DFF 4px, #ff6600 10px);
  transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  border-radius: 6px;
  width: 0;
  position: relative;
  z-index: 0;
}

body .progress_inner__step:before {
    width: 30px;
    height: 30px;
    color: #ff6600;
    background: white;
    line-height: 25px;
    border: 3px solid rgba(255,151,98,1);
    font-size: 14px;
    font-weight: bold;
    /* top: -5px; */
    border-radius: 100%;
    transition: all .4s;
    cursor: pointer;
    pointer-events: none;
    /* padding: 5px 10px; */
    margin-top: -10px;
    position: absolute;
}

body .progress_inner__step {
  width: 16%;
  font-size: 14px;
  /*padding: 0 10px;*/
  transition: all .4s;
  float: left;
  text-align: center;
  position: relative;
  z-index: 1;
}
body .progress_inner__step label {
    padding-top: 60px;
    /*padding-bottom: 20px;*/
    top: -40px;
    display: block;
    position: relative;
    cursor: pointer;
    color: #999999;
    font-weight: bold;
}

body .progress_inner__step span {
    /*padding-top: 60px;*/
    /*padding-bottom: 20px;*/
    top: -40px;
    display: block;
    position: relative;
    cursor: pointer;
    color: #999999;
    font-weight: bold;
}

body .progress_inner__step:hover {
    color: #007bff;
}
body .progress_inner__step:hover:before {
    color: white;
    background: #fbbd81;
}

body .progress_inner {
  /*height: 200px;*/
  /*width: 700px;*/
}

body .progress_inner #step-6:checked + div {
  width: 80%;
}
body .progress_inner #step-6:checked + div + div + div > .tab:nth-of-type(6) {
  /* opacity: 1; */
  display: block;
  top: 0;
}

body .progress_inner #step-5:checked + input + div {
  width: 63%;
}
body .progress_inner #step-5:checked + input + div + div + div > .tab:nth-of-type(5) {
  /* opacity: 1; */
  display: block;
  top: 0;
}

body .progress_inner #step-4:checked + input + input + div {
  width: 48%;
}
body .progress_inner #step-4:checked + input + input + div + div + div > .tab:nth-of-type(4) {
  /* opacity: 1; */
  display: block;
  top: 0;
}
body .progress_inner #step-4:checked + input + input +  div + div + div + div {
  right: 31%;
}
body .progress_inner #step-3:checked + input + input + input + div {
  width: 31%;
}
body .progress_inner #step-3:checked + input + input + input + div + div + div > .tab:nth-of-type(3) {
  /* opacity: 1; */
  display: block;
  top: 0;
}
body .progress_inner #step-3:checked + input  + input+ input + div + div + div + div {
  right: 15%;
}
body .progress_inner #step-2:checked + input + input + input + input + div {
  width: 17%;
}
body .progress_inner #step-2:checked + input + input + input + input + div + div + div > .tab:nth-of-type(2) {
  /* opacity: 1; */
  display: block;
  top: 0;
}
body .progress_inner #step-2:checked + input + input + input + input + div + div + div + div {
  right: 70%;
}
body .progress_inner #step-1:checked + input + input + input + input + input + div {
  width: 0%;
}
body .progress_inner #step-1:checked + input + input + input + input + input + div + div + div > .tab:nth-of-type(1) {
  /* opacity: 1; */
  display: block;
  top: 0;
}
body .progress_inner #step-1:checked + input + input + input + input + input + div + div + div + div {
  right: 90%;
}
body .progress_inner__step:nth-of-type(1):before {
  content: "1";
}
body .progress_inner__step:nth-of-type(2):before {
  content: "2";
}
body .progress_inner__step:nth-of-type(3):before {
  content: "3";
}
body .progress_inner__step:nth-of-type(4):before {
  content: "4";
}

body .progress_inner__step:nth-of-type(5):before {
  content: "5";
}

body .progress_inner__step:nth-of-type(6):before {
  content: "6";
}

body .progress_inner__bar--set {
    width: 80%;
    top: -6px;
    background: #dee2e6;
    position: relative;
    z-index: -2;
}
body .progress_inner__tabs .tab {
    /*opacity: 0; */
    display: none;
    /* position: absolute; */
    top: 40px;
    text-align: center;
    /* margin-top: 60px; */
    /* box-shadow: 0px 2px 1px #80b7d5; */
    /* padding: 0 30px 30px 30px; */
    /*background: white;*/
    border-radius: 10px;
    transition: all .2s;
    /* margin-right: 20px; */
    /* margin-left: 20px; */
}
body .progress_inner__tabs .tab h1 {
  margin: 0;
}
body .progress_inner__tabs .tab p {
  font-weight: 400;
  opacity: 0.8;
}
body .progress_inner__status {
  width: 40px;
  height: 40px;
  top: -80px;
  transition: right 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
}
body .progress_inner__status div {
  opacity: 0;
  transition: all 600ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transition-delay: 300ms;
}
body .progress_inner__status div {
  position: absolute;
}
body .progress_inner__status .box_base {
  background: repeating-linear-gradient(45deg, #986c5d, #986c5d 2px, #775144 2px, #775144 4px);
  width: 36px;
  height: 40px;
  z-index: 1;
  border-radius: 1px;
}
body .progress_inner__status .box_lid {
  width: 40px;
  height: 13.3333333333px;
  background: #775144;
  z-index: 2;
  border-radius: 1px;
  top: 0;
}
body .progress_inner__status .box_item {
  width: 20px;
  height: 20px;
  background: #be69d2;
  z-index: 0;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body .progress_inner__status .box_ribbon {
  width: 10px;
  height: 42px;
  background: #ee0f29;
  z-index: 4;
  border-radius: 1px;
}
body .progress_inner__status .box_bow__left, body .progress_inner__status .box_bow__right {
  width: 6px;
  height: 10px;
  background: #be0c21;
  position: absolute;
  z-index: 3;
  opacity: 1;
  border-radius: 1px;
}
body .progress_inner__status .box_bow {
  top: -6px;
  z-index: 1;
  transition-delay: 500ms;
}
body .progress_inner__status .box_bow__left {
  left: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body .progress_inner__status .box_bow__right {
  left: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body .progress_inner__status .box_tag {
  width: 20px;
  height: 10px;
  background: #487ac7;
  z-index: 4;
  -webkit-transform: rotate(-10deg) translateX(-40px) translateY(0px);
          transform: rotate(-10deg) translateX(-40px) translateY(0px);
  border-radius: 2px;
  transition-delay: 500ms;
}
body .progress_inner__status .box_string {
  width: 17px;
  height: 2px;
  background: #343434;
  z-index: 4;
  -webkit-transform: rotate(-39deg) translateX(-22px) translateY(-12px);
          transform: rotate(-39deg) translateX(-22px) translateY(-12px);
}
body .progress_inner input[type="radio"] {
  display: none;
}


/* Fin de CSS Botones de pasos para crear un requerimiento */

/* Estilo de búsqueda de perfil en convocatoria */
.cPreGradoBusq, 
  .cPostGradoBusq, 
    .cCargBusq, 
      .cFuncBusq, 
        .cSectEmpBusq, 
          .cEspecBusq,
           .cExpBusq {
    border: 2px dashed;
}

.form-check-input {
  display: block !important;
}

.form-check {
  text-align: left !important;
}

/* Lista de perfiles*/
#divPerfiles, #divPerfilesBusq {
    /*height: 1000px;*/
    overflow-y: auto;
    padding-right: 5px;
}

#divPerfiles::-webkit-scrollbar, #divPerfilesBusq::-webkit-scrollbar {
    width: 7px;
}

#divPerfiles::-webkit-scrollbar-thumb, #divPerfilesBusq::-webkit-scrollbar-thumb {
    background: #1D5FA2;
    border-radius: 5px;
    margin-left: 10px;
}

.cPerfil {
    font-size: 14px;
    border: 2px dashed;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.cTitPerfil {
    color: #2E75B5;
}

.PerfilCorreo {
    font-size: 14px;
    /*border: 2px dashed #8a8a8a;
    border-radius: 5px;*/
    padding: 15px;
    margin-bottom: 20px;
}

.cTxtObjCor {
    border: 2px dashed #8a8a8a;
    border-radius: 5px;
    padding: 15px;
}

.cPrevCor, .cPrevCont {
    border: 1px dotted #b8b8b8;
    border-radius: 5px;
}

.cPostPerfMos {
    width: 150px;
}

#divPostPerf .cPerfilBorder {
    border: 2px dashed #8a8a8a;
    border-radius: 5px;
}

.cPostConv {
    /*width: 250px!important;*/
}

.cTableCartaComp {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
    border-color: #000;
}

/* Fin de CSS Requerimiento */

/* CSS de carta de compromiso */
.cPosCarComp {
    color: #000;
    font-size: 14px;
}

.cPosCarComp a {
    color: #000;
    font-size: 14px;   
}

.cPosCarComp .custom-file-input {
    height: auto;
    margin-bottom: 15px;
}

/* Fin CSS carta de compromiso */

/* Fin de estilos para paginas para empresa */

/* Fin de pantalla acceso lateral derecho */

/* Estilos mantenimiento */
.cardForm {
    padding: 10px 0px;
    background: #fff;
    border: 1px solid #a29e9e;
    border-radius: 5px;
}

.ctableMant {
    height: 300px;
}


/* Fin de estilos mantenimiento */

/* Logo footer */
.cFoot {
	position: fixed;
	bottom: 10px;
	right: 0px;
	height: 60px;
	margin-right: 40px;
}

.cFoot .logTit {
	display: block;
	font-weight: bold;
	width: 100%;
	text-align: left;
	font-size: 20px;
}

.cFoot .logTit span {
	color: #87319A;
}

.cFoot .logTit c {
	color: #56565A;
}

.cFoot .logSubTit {

	display: block;
	font-size: 9px;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
}
/* Fin de logo footer */

/* Fin de CSS Pantalla LG */

/* Slick CSS */
.slick-next {
    right: -5px;
}

.slick-prev {
    left: -5px;
}


.slick-prev:before, .slick-next:before {
    color: #FF6600;
}

/* CSS Table responsiva bootstrap */
.table-responsive, .table-responsive a {
    font-size: 14px;
}

/* Blueimp gallery */
.blueimp-gallery>.next, .blueimp-gallery>.prev {
    color: #fff!important;
}

.blueimp-gallery>.close, .blueimp-gallery>.title {
    color: #fff!important;
}

/* Estilo de modal toast */
.modalToast {
  position: fixed; 
  /*background-color: #000; */
  opacity: 1; 
  min-height: 100%; 
  min-width: 100%; 
  z-index: 3000; 
  padding-top: calc(25% - 100px); 
  padding-left: calc(25% + 200px); 
  top: 0; 
  left: 0; 
  display: none;
}

.toast-header {
  background-color: #037DFF;
  color: #fff;
}

.toast-header-fail {
  background-color: #FF3346;
  color: #fff;
}


/* Estilos para el modal before que aparece cuando algo esta cargando */
.modalBefore {
	z-index: 3000;
    background-color: #000;
    opacity: 0.7;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: calc(25% - 25px);
    display: none;
}

.modalBefore .imgBefore {
    width: 25px;
    height: 25px;
    color: #FFF;
}
/* Fin de modal before */

/* CSS Portal */
.cOption {
    padding: 10px;
    border-radius: 10px;
    border: 3px solid #1d5fa2;
    height: 200px;
    color: #1d5fa2;
    font-weight: bold;
    cursor: pointer;
}

/* Fin CSS Portal */


@media (max-width: 768px) {

    .cLatIzqSinFondo {
        background-color: #1d5fa2e0;
        background-size: cover;
        height: 100vh;
        position: absolute;
        z-index: 1;
        top: 0;
        width: 100px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .menuMovil {
        position: absolute;
        left: 130px;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }

}

@media (max-width: 576px) {
    .cTextBusqL {
        font-size: 14px;
    }

    .cTextBusqR {
        font-size: 14px;
    }

    .cTitDiv {
        font-size: 15px;
    }

    .divBtnBusq {
        width: 100%;
    }

    /* Postulantes unidos a una empresa */
    .cPosPerfil .imgPosPerfil {
        width: 60px;
        height: 60px;
    }

    .cDatPrin::before {
        content: "";
        position: absolute;
        top: -15px;
        left: calc(50% - 25px);
        width: 0;
        height: 0;
        border-width: 0 25px 25px;
        border-style: solid;
        border-color: transparent transparent #00CCCC;
    }

    /* Estilos de Lista de requerimientos */
    .cPerfiles {
        width: 100%;
    }
}

@font-face {
    font-family: "calibril";
    src: url(../fonts/calibril.ttf) format("truetype");
}