:root {
    --color-pri: #044d8c;
    --color-pri-light: #386bb8;
    --color-pri-alt: #00c6ff;
    --color-secundario: #ebc147;
}


body{
    background: -webkit-linear-gradient(left, #3931af, var(--color-pri-alt));
}

.nav-link.active{
    background-color: var(--color-secundario);
    color: white;
	font-weight: bolder;
}

.text-xxl-start{
    font-size: 1.3rem;
}

.borde-inf{
    border-bottom: var(--color-pri-alt) 1px solid;
    margin-bottom: 15px;
}

.titseccion{
    color: var(--color-pri);
    font-weight: 600;
}
.titseccion:before {
    content: " ";
	width: 150px;
	height: 3px;
	background-color: var(--color-secundario);
	display: block;
	bottom: -40px;
	left: 0px;
	position: relative;
}

/*-- dialog --*/
.loading-spinner {
    width: 50px;
    height: 50px;
	margin: 100px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

dialog {
    text-align: center;
    padding: 20px;
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.3);
}
/*-- /dialog --*/

/* ayuda */
.ayuda-medios .row{
    border-bottom: var(--color-pri-alt) 1px solid;
    margin-bottom: 15px;
}
.ayuda-medios label{
    font-weight: 600;
}
.ayuda-medios p{
    font-weight: 600;
	color: var(--color-pri-light);
}

/* vacaciones */

.opcion-vacaciones-modifica{
    margin-left: 5px;
    font-size: 1.5rem;
}

.inputdates {
	width: 70%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* fin vacaciones */



.emp-profile{
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}
.profile-img{
    text-align: center;
}
.profile-img img{
    width: 70%;
    height: 100%;
    border: solid 1px var(--color-pri);
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
.profile-head h5{
    color: #333;
}
.profile-head h6{
    color: var(var(--color-pri-light));
}
.profile-edit-btn{
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}
.proile-rating{
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;
}
.profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom:2px solid var(--color-pri-light);
}
.profile-work{
    padding: 14%;
    margin-top: -15%;
}
.profile-work p{
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}
.profile-work a{
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
    font-weight: 600;
}
.profile-tab p{
    font-weight: 600;
    color: var(--color-pri-light);
}