/*******************FUENTES***************************/

/* font-family: 'SohoGothicPro-Regular'; */
@font-face {
    font-family: 'SohoGothicPro-Light';
    src: url('../fonts/SohoGothicPro-Light.otf') format('otf');
}
@font-face {
    font-family: 'SohoGothicPro-Regular';
    src: url('../fonts/SohoGothicPro-Regular.otf') format('otf');
}
@font-face {
    font-family: 'SohoGothicPro-Medium';
    src: url('../fonts/SohoGothicPro-Medium.otf') format('otf');
}
@font-face {
    font-family: 'SohoGothicPro-Bold';
    src: url('../fonts/SohoGothicPro-Bold.otf') format('otf');
}
@font-face {
    font-family: 'SohoGothicPro-Light-it';
    src: url('../fonts/SohoGothicPro-LightItalic.otf') format('otf');
}
@font-face {
    font-family: 'SohoGothicPro-Regular-it';
    src: url('../fonts/SohoGothicPro-Italic.otf') format('otf');
}
@font-face {
    font-family: 'SohoGothicPro-Medium-it';
    src: url('../fonts/SohoGothicPro-MediumIt.otf') format('otf');
}
@font-face {
    font-family: 'SohoGothicPro-Bold-it';
    src: url('../fonts/SohoGothicPro-BoldItalic.otf') format('otf');
}

/*******************FIN FUENTES***************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, section, article, nav, figure, footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'SohoGothicPro-Regular', 'Releway', sans-serif;
  /* color: #7f7f7f; */
  color:#303030;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.all-transition {
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   transition: all 0.5s ease;
	}
	
a {
	text-decoration: none;
	}

ul {
	list-style: none;
	}
		
body {
	font-family: 'SohoGothicPro-Regular', sans-serif, Arial, Helvetica;
	/* background: #ebebeb; */
	/* background: #f0f0f0; */
	/* background: #f7f7f7; */
	background: #ffffff;
	}
		
	



/*********************NAVBAR******************************/


.vertical-separator {
    border-left: 1px solid #ccc;
    height: 32px;
}
.logo {
    height: 40px;
}
.navbar{
    background-image: url('../images/back-logo.webp');
    background-position: bottom left;
    background-size: 35%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px -14px 18px 10px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px -14px 18px 10px rgba(0,0,0,0.36);
    box-shadow: 0px -14px 18px 10px rgba(0,0,0,0.36);
}
.sub-navbar{
    padding: 16px 0 12px;
    border-bottom: 1px solid #c4c4c4;
    -webkit-box-shadow: 0px -14px 18px 10px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px -14px 18px 10px rgba(0,0,0,0.36);
    box-shadow: 0px -14px 18px 10px rgba(0,0,0,0.36);
}
.sub-navbar p{
    text-align: end;
    font-size: 17px;
}
.sub-navbar p span,
.sub-navbar a {
    font-size: 17px;
    font-weight: bold;
}


.usuario-nombre{
    text-align: right;
    line-height: 10px;
    font-size: 18px;
}
.empresa-nombre{
    text-align: right;
    margin-bottom: 0;
    line-height: 24px;
    font-size: 14px;
}
.normalize-link{
    text-decoration: none;
}
.navbar i{
    font-size: 24px;
}
.navbar i:hover{
    font-size: 24px;
    color:#0a58ca;
    transition: ease-in-out 0.4s;
}
.bg-light,
.navbar-light{
    background-color: #fff !important;
}
.footer-responsive{
    /* background-color: #262626; */
    background-color: #525252;
    padding: 20px 0;
}
.footer-responsive p{
    text-align: center;
    color: #fff;
}
.footer-responsive p sup{
    color: #fff;
}
.main{
    padding: 60px 0;
    background-image: url('../images/bg-aenor_40-a.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 550px !important;
}


.ico-table {
    margin-right: 10px;
}

.fase-completed,
.fase-completed .ico-table {
    color: #54a366;
}
.fase-pending,
.fase-pending .ico-table {
    color: #dfa700;
}
.fase-inprogress,
.fase-inprogress .ico-table {
    color: #17a2b8;
}
.fase-error,
.fase-error .ico-table {
    color: #b33945;
}


.table-bordered{
    /* min-width: 1120px; */
    /* background-color: #f1f1f1; */
    background-color: #ffffff;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px -5px 5px 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px -5px 5px 5px rgba(0,0,0,0.05);
    box-shadow: 0px -5px 15px 5px rgba(0,0,0,0.05);
}
.table-bordered a{
    font-weight: 600;
    color: #17a2b8;
}
.table-bordered .danger {
    /* background-color: #f3e3e3; */
    background-color: #fff1ec;
}
.table-bordered td {
    /* background-color: #E9E9E9; */
    /* border: 1px solid #a1a1a1; */
    height: 80px;
    border: 1px solid #e2e2e2;
    vertical-align: middle;
    line-height: 22px;
}
.table-bordered tr{
    /* border: 1px solid #a1a1a1; */
    border: 1px solid #e2e2e2;
}
.table-bordered th{
    /* border: 1px solid #a1a1a1; */
    border: 1px solid #e2e2e2;
    background-color: #525252;
    color: #fff;
}
.columna-fases {
    min-width: 200px;
}
.columna-avisos {
    width: 250px !important;
}

.info{
    font-weight: 500;
} 

.info-danger{
    color: #b33945;
}
.info-progress{
    color: #117a8b;
}

.page-item.active .page-link {
    background-color: #525252;
    border-color: #525252;
}
.page-link {
    color: #525252;
}



/* expediente detalle */
.card-exp{
    padding: 30px;
    -webkit-box-shadow: 0px -5px 5px 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px -5px 5px 5px rgba(0,0,0,0.05);
    box-shadow: 0px -5px 15px 5px rgba(0,0,0,0.05);
}
.card-detalle-exp{
    padding: 10px;
}
.title-detalle-exp{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.card-informes{
    min-height: 200px;
}
.desc-detalle-exp{
    font-size: 17px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 10px;
}

.custom-file-upload {
    position: relative;
    display: inline-block;
    cursor: pointer !important;
}
.custom-file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.custom-file-upload-link {
    position: relative;
    display: inline-block;
    cursor: pointer !important;
    color: #117a8b;
}
.custom-file-upload-link i {
    color: #117a8b;
}

.custom-file-upload-link b {
    color: #117a8b;
}

.custom-file-upload-link input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.btn-aenor{
    background-color:#525253;
    border: 1px solid #525253;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    cursor: pointer !important;
}

.btn-aenor:hover{
    background-color:#fff;
    border: 1px solid #525253;
    color: #525253;
    transition:ease-in-out 0.5s;
}

.btn-bg-yellow{
    color:#fff3cd;
}
.btn-bg-yellow:hover{
    background-color:#fff3cd;
}
.btn-bg-green{
    color:#d1e7dd;
}
.btn-bg-green:hover{
    background-color:#d1e7dd;
}
.btn-bg-red{
    color:#d1e7dd;
}
.btn-aenor-red{
    background-color:#dc3545;
    border: 1px solid #dc3545;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    cursor: pointer !important;
}

.btn-aenor-red:hover{
    background-color:#fff;
    border: 1px solid #dc3545;
    color: #dc3545;
    transition:ease-in-out 0.5s;
}

.btn-aenor-sm{
    padding: 5px 30px;
}
.btn-aenor-full{
    width: 100%;
    padding: 5px;
    background-color:#fff;
    border: 1px solid #525252;
    color: #525252;
}
.btn-aenor-full:hover{
    background-color:#525252;
    border: 1px solid #525252;
    color: #fff;
}
.btn-border-blue{
    background-color:#fff;
    border: 1px solid #117a8b;
    color: #117a8b;
}
.btn-border-blue:hover{
    background-color:#117a8b;
    border: 1px solid #117a8b;
    color: #fff;
    transition:ease-in-out 0.5s;
}
.btn-border-green{
    background-color:#fff;
    border: 1px solid #54a366;
    color: #54a366;
}
.btn-border-green:hover{
    background-color:#54a366;
    border: 1px solid #54a366;
    color: #fff;
    transition:ease-in-out 0.5s;
}
.p-success{
    color:#54a366;
    font-weight: 600;
}
.p-warning{
    color:#dfa700;
    font-weight: 600;
}
.p-danger{
    color:#b33945;
    font-weight: 600;
}
.ico-success{
    color:#54a366;
    font-size: 20px;
}
.ico-warning{
    color:#dfa700;
    font-size: 20px;
}
.ico-danger{
    color:#b33945;
    font-size: 20px;
}

.menu-detalle-exp .menu-item{
    display: inline-block;
    /* border: 1px solid red; */
    min-width: 250px;
    padding: 10px 30px;
    background-color: #f1f1f1 !important;
    position: relative;
    z-index: 10;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}
.menu-detalle-exp .menu-item-active{
    display: inline-block;
    /* border: 1px solid red; */
    min-width: 250px;
    padding: 10px 30px;
    background-color: #525252 !important;
    position: relative;
    z-index: 10;
    border-radius: 10px 10px 0 0;
}
.menu-item-title{
    margin-top: 4px;
    margin-bottom: 2px;
    line-height: 16px;
    font-weight: 600;
}
.menu-item-subtitle{
    font-size: 15px;
}
.menu-detalle-exp .menu-item .yellow{
    background-color: #ffdb6e;
    padding: 2px 10px 3px;
}

.menu-item-active .menu-item-title,
.menu-item-active .menu-item-subtitle{
    color: white;
}
.menu-detalle-exp .menu-item-active .yellow{
    background-color: #f5df99;
    color: #303030;
    border-radius: 25px;
}

.card-sm{
    padding: 25px 10px;
    /* background-color: rgb(238, 238, 238); */
    background-color: rgb(229 236 247);
    text-align: center;
    position: relative;
}
.card-sm i{
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 22px;
}
.modal-content{
    /* width: 800px; */
}
.modal-content{
    padding: 20px;
}
#modalForm{
    margin-bottom: 40px;
}
.form-control{
    padding: 10px;
}

.container-card-img-config{
    background-image: url('../images/bg-card-config.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 40px;
    
}
.container-card-img-config p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.container-card-img-cert{
    background-image: url('../images/bg-card-cert.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 40px;
    
}
.container-card-img-cert p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.container-card-bg{
    height: 60px;
    display: flex;
    justify-content: end;
    padding-right: 20px;
    align-items: center;
    background-size: auto 100px;
    background-repeat: no-repeat;
    background-position: 10px 8px;
    
    
}
.container-card-bg-one{
    background-color: #2664bb;
    background-image: url('../images/informeCertificacion-ico.png');
    
}
.container-card-bg-two{
    background-color: #3c7dd9;
    background-image: url('../images/certificadoDiploma-ico.png');
}
.container-card-bg-three{
    background-color: #639fe9;
    background-image: url('../images/certificadoXSIG-ico.png');
}
.container-card-bg p{
    color: #fff;
    font-weight: 600;
    font-size:15px;
    padding-left: 150px;
}

.box-shadow{
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.10);
    /* padding: 0; */
}

/* .sub-navbar a:hover p,
.sub-navbar a:hover p {
    text-decoration: none;
    color:red
} */