body{
	background-color:#F8FAFC;
	font-family: "Poppins", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}
p{
	color:#5A5A5A;
}
a{
	color: #5A5A5A;
	font-weight: 500;
	text-decoration: none;
}
.icono-link{
    background: #0F69C4;
    border-radius: 30px;
    padding: 7px;
    width: 30px;
    height: 30px;
	color:#fff;
}
.btn-cerrar{
	color: #fff;
	padding-top: 7px;
	border-radius: 30px;
	background: #ef5b5b;
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
}
.btn-cerrar:hover{
	background: #c24949;
	}
.btn-accion{
	background: #0F69C4;
	color: #fff;
	padding: 4px 10px;
	border-radius: 10px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}
.text{
	color:#212529;
	font-size:14px;
	text-align: justify;
}
.text input{
	font-size: 12px!important;
}
.box-float-center{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slide{
	background:url("../img/slide.png");
	height: 500px;
	width: 100%;
	background-size: cover;
}
span{
	font-size: 14px;
	color: #5A5A5A;
	font-weight: 300;
}
nav, .color-header{
	background:#28304D;
}
h1{
	color:#fff;
	font-size: 44px;
}
h2, h4{
	color:#3F4D67;
	font-size: 34px;
	font-weight: 700;
}
h3{
	color:#3F4D67;
	font-size: 24px;
	font-weight: 700
}
.foto-index{
	max-width: 500px;
	width: 100%;
	border-radius:10px;
}
.contenido{
	color:#5A5A5A;
}
.tabla{
	width:100%;
	color:#5A5A5A;
	font-size:14px;
}
b{
	font-weight: 600;
}
.tabla tr td{
	padding:10px 0;
}
.tabla tr:nth-child(even){
	background-color:#F8F8F8;
}
.titulos-tabla{
	background-color:#5F77A3;
	color:#fff;
}
.titulos-tabla td{
    padding: 10px 20px;
}
.tablediv div{
	padding:5px 10;
	margin:4px 0;
}
.tablediv-color{
	background-color:#F8F8F8;
}
.bradcrumb{
	font-size:12px;
}
.iconoimg{
	margin-top:-3px;
	width: 13px;
}
.box-check{
	background: #F8F8F8;
    padding: 30px;
    margin: 20px;
    font-size:14px;
}
.box-check b{
	display:block;
}
.estados{
	color:#fff;
	border-radius: 6px;
    padding: 5px 10px;
    font-weight: 600;
}
.enviada{
	background-color:#17A2B8;
}
.enviada:hover{
	background-color:#1590a4;
}
.titulo-2{
    color: #5A5A5A;
    font-size: 20px;
    font-weight: bold;
}
.titulos{
    color:#0F69C4;
    font-size: 24px;
    font-weight: 600;
    padding-left:15px;
	border-left:4px solid #E22C2C;
}
.servicios{
	font-weight:500;
	color:#0F69C4;
}
.svc-list{
	font-weight: 300;
	font-size: 14px;
	padding:15px 0;
}
.estado{
	width: 8px;
	height: 8px;
	border-radius: 8px;
	float: left;
	margin-top: 6px;
	margin-right: 6px;
}
.en-proceso{
	background: #F7C600;
}
.acreditado{
	background: #008800;

}
.rechazado{
	background:#E22C2C;

}
.nulo{
	background:#E3E3E3;

}
.check2{
	background: #008810 !important;
	width: 29px;
	fill: #fff;
	border-radius: 33px;
	padding: 4px;
}
.color{
	background: #F2F4F8;
}
.subtitulo{
	font-size:14px;
}
.form-label{
	font-size:16px!important;
	color:#212529;
}
.border-login{
	border-left:25px solid #28304D;
}
.form-select{
	color:#868E96!important;
	font-size:16px!important;
}
.menu-dropdown{
	color:#fff;
	text-decoration:none;
	font-size: 14px;
	font-weight: 500;
}
.dropdown-menu{
	border: none!important;
	font-size:14px!important;
}
.btn{
	font-weight:500!important;
	background:#007AFF;
	color:#fff;
	border-radius:50px;
    padding: 10px 40px;
	display: block;
	width: fit-content;

}
.banner-home{
	background: #073B71;
	background: linear-gradient(90deg,rgba(7, 59, 113, 1) 0%, rgba(15, 105, 196, 1) 100%);
}
.btn:hover{
	-webkit-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	background:#fff;
	color:#007AFF;
	border: 2px solid;
}
.btn-w{
	font-weight:500!important;
	background:#fff;
	color:#0F69C4;
	border-radius:50px;
    padding: 10px 40px;
	display: block;
	width: fit-content;
	border: 2px solid;
	text-decoration: none;

}

.btn-w:hover{
	-webkit-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	background:#0272ec;
	color:#fff;
}
.btn-c{
	font-weight:500!important;
	background:#0F69C4;
	color:#fff;
	border-radius:50px;
    padding: 10px 40px;
	display: block;
	width: fit-content;
	border: 2px solid;
	text-decoration: none;

}
.color-ok{
	background-color:#28A745;
}
.color-enviada{
	background-color:#17A2B8;
}
footer{
	background-color:#28304D;
	padding:40px 0;
	margin-top:40px;
}

.fnd-gris{
	background:#F1F3F6;
}
.check{
	width:30px;
	margin-right:10px;
}
.barra{
	background:#E3E3E3;
	height:10px;
	width:100%;
	padding:1px;
	border-radius: 20px;
}
.porcentaje{
	height: 8px;
	background: #13881C;
	border-radius: 20px;	
}
.rojo{
	background:#E44C40!important;
}
.rojo span, .rojo .barra{
	background:#C64138!important;
}
.steps{
	list-style: none;
}
.steps li{
	margin:0;
	padding:0;
	display: flex;
}
.pasos span{
	background: #8894A7;
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	margin-right: 15px;
	background-image:url("../img/pencil-solid.svg");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
}
.activo span{
	background:#0F69C4!important;
	background-image:url("../img/pencil-solid.svg")!important;
	background-repeat: no-repeat!important;
	background-position: center !important;
}
.completado span{
	background: #008800!important;
	background-image:url("../img/check-solid.svg")!important;
	background-repeat: no-repeat!important;
	background-position: center !important;
}
.no-step{
	background:#8894A7!important;
	background-image:url("../img/pencil-solid.svg")!important;
	background-repeat: no-repeat!important;
	background-position: center !important;
}
.cont-steps .block p{
	padding: 0;
	margin: 0;
	font-weight: 200;
}
.linea{
	height: 50px;
	left: 25px;
	width: 2px;
	background:#8894A7;
	float: left;
	top: 50px;
	position: relative;
}
.steps li:last-child .linea{
	display:none;
}
.completado .linea{
	background: #008800!important;
}
.activo .linea{
	background: #0F69C4!important;
}
.disable{
	background-color:#EAECEF;
}
.form-control{
	border: 1px solid #8894A7;
}
label{
	margin-bottom: 10px;
	font-weight: 600;
	color:#6C757D;
}
select{
	display: block;
	width: -webkit-fill-available;
	height: 38px;
	border-radius: 5px;
	border: 1px solid #8894A7;
	color:#6C757D;
	padding-left: 8px;
}
.certificado{
	background:#2DB39A;
	display: flex;
}
.box-cert span{
	background: #269A83;
	padding:5px 5px 0px 5px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	display: block;
	width: fit-content;
}
.progreso{
	background: #269a84;
	width: 100%;
	display: block;
	height: 8px;
	
}
.box-cert .porcentaje{
	background:#fff;
	height: 8px;
	border-radius:10px;
	
}
.box-cert .barra{
	border-radius:10px;
	height: 10px;
	background:#269A83;
	margin: 9px 0 9px 9px;
	
}	
@media only screen and (max-width: 980px) {
  .box-float-center{
	position:inherit;
	top: inherit;
    left: inherit;
    transform:inherit;
  }
  .tablediv div {
    padding: 5px 10;
    margin:0;
}
}