path:hover {
	opacity: 0.6;
}

i {
	margin: 0 2px;
}

i:hover {
	cursor:pointer;
}

label.error {
	font-size: 15px;
	color: red;
}

#barContainer {
	height: 100px;
}

.nav a {
	text-decoration: none;
}

.btn-size-fixed {
	width: 24% !important;
}

.content-reg-vacante {
	padding: 3px;
}

.options {
	margin-bottom: 2%;
}


select {
	font-family: 'Montserrat' !important;
	font-size: 16px !important;
}

/*clase para color de lista de select list*/
option  {
	background-color:rgb(0, 0, 0, 0.95);
	color: #ffffff;
	padding:15px !important;
	line-height: 35px !important;
	font-size:16px;
	
}

/*fondo blanco para menu*/
.bg-light {
	background-color: #ffffff!important;
	padding: 0px !important;
}

input[type="search"] {
	font-family: 'Montserrat' !important;
	font-size: 18px !important;
}

.bar {
	border: .2rem solid rgb(184, 0, 0);
}

.danger {
	background-color: #EBCCCC !important;
}

.fa-stack[data-count]:after{
	position:absolute;
	right:0%;
	top:1%;
	content: attr(data-count);
	font-size:30%;
	padding:.6em;
	border-radius:999px;
	line-height:.75em;
	color: white;
	background:rgba(255,0,0,.85);
	text-align:center;
	min-width:2em;
	font-weight:bold;
}

.notes {
	border-left: 3px solid rgb(179, 179, 179);
	padding-left: .5rem;
}

.icons-contact { 
	color: #f57600
}

.w-30 {
	width: 30% !important;
}

.percentaje {
	width:14.28%;
}

@media (max-width: 576px) {
	h1 {
		font-size: 1.6rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h5 {
		font-size: 1rem;
	}

	.icons-contact { 
		font-size: .5rem;
	}

	#sjlp-text h2 {
		font-size: 1rem;
	}
}













.switch {
	position: relative;
	/* display: inline; */
	width: 50px;
	height: 25px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #2196F3;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
