/* Estilos genericos */

html, body {
	font-size: 14px;
	background-color: var(--gris-claro);
	font-family: 'Inter';
	font-style: normal;
}

a {
    color: white;
    text-decoration: none !important;
}

a:hover{
    color: white !important;
    text-decoration: none !important;
}
/* Secciones de la página
*Encabezado

*/
.contenido-superior-extendido {
    width: 100%;
    height: auto;
    background-color: rgb(75, 171, 43);
}

.contenido-superior {
    padding-top: 60px;
    padding-bottom: 30px;
    width: 100%;
    height: auto;
    background-color: rgb(75, 171, 43);
    gap: 20px;
}

.barra-superior {
    width: 100%;
    height: auto;
    background-color: rgb(33, 41, 69);
    padding: 20px 0px 20px;
}

.barra-superior-contenido {
    width: 100%;
    height: auto;
    background-color: rgb(33, 41, 69);
    justify-content: space-between;
    align-items: baseline;
}

.usuario-contenedor {
    height: auto;
    width: auto;
    align-items: center;
}

.panel {
	flex-direction: row;
	align-items: center;
	padding: 10px 20px;
	gap: 6px;
	width: auto;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #C5CAD9;
	border-radius: 8px;
}

.panel-recoleccion {
flex-direction: row;
align-items: center;
padding: 0px;
gap: 6px;
width: auto;
height: auto;
background: #F6F8FE;
border-radius: 8px;
	
}

/* ordenar */

/* Secciones de la página*/

.filas{
    background: rgb(235, 238, 247);
    border-radius: 14px;
    padding: 40px;
}

/* Botones de la página
*Encabezado

*/

.tabla-reporte div.ui-datatable-scrollable-header-box{
background-color: var(--gris) !important;	
border-bottom-left-radius:0px !important;
border-bottom-right-radius:0px !important;
border-top-left-radius:14px !important;
border-top-right-radius:14px !important;
}

th.textos-tabla-bold-blanco{
    border: unset!important;
  
}





.tabla-reporte table{
height:auto;
}
.row-gap-10{
	row-gap:10px;
}
.row-gap-20 {
	row-gap:20px;
}

.panel-aviso {
    width:100%;
	gap: 14px;
	max-width: 780px;
	text-align: center;
}

.estados-panel-aviso {
    height:auto;
    width:100%;
	max-width: 1180px;
	border-radius: 14px;
	text-align: center;
}

.column-centro {
	justify-content: center;
    display: flex;
	
}




.texto-btn-naranja {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgb(255, 255, 255);
}





.max-width-100 {
	max-width:160px;
	width:100%;
}
	





.column-gap-5 {
column-gap: 5px;	
}
.column-gap-10 {
    column-gap: 10px;
}

.column-gap-20 {
    column-gap: 20px;
}

.column-gap-34 {
    column-gap: 34px;
}

.row-gap-20 {
    row-gap: 20px;
}

.tabla-mt {
    margin-top: 60px !important;
}

.tabla-mb {
    margin-bottom: 20px !important;
}
.mb-10 {
    margin-bottom: 10px;
}

.p-0 {
	padding:0px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40-imp {
    margin-top: 40px !important;
}
.mt-40 {
    margin-top: 40px !important;
}


.mt-50 {
    margin-top: 50px !important;
}

.mb-40{
    margin-bottom: 40px;

}

.mb-80{
    margin-bottom: 80px;

}

.mb-60{
    margin-bottom: 60px;

}

.pt-10{
    padding-top: 10px;

}

.d-flex-responsive {
    display: flex;

}

.d-flex-responsive-lista-botones {
    display: flex;

}

.d-flex-responsive-certificaciones {
    display: flex;

}

.d-flex-responsive-filtro {
    display: flex;
    flex-direction: row;
    align-items: baseline;

}

.d-flex-responsive-filtro-datos {
    display: flex;
    flex-direction: row;
    align-items: end;

}

.d-flex-contenido{
    display: flex;

}

.justify-content-flex-end{
    justify-content: flex-end;
}

.d-flex-responsive-barra {
    display: flex;
    flex-direction: row;

}

.flex-style-reverse {
	flex-direction: row-reverse;
}

.d-flex-responsive-img{
	display:flex;
}


.mt-20-responsive-certificaciones {
	margin-top:unset;
}




.separador-vertical {
    color: white;
    height: auto;
}

.separador-vertical-filtro {
    color: red;
    height: 40px;
}



.alinear-centro {
    justify-content: center;
}

.height-100 {
    height: 100%;

}

.width-100 {
    width: 100%;

}



.row-gap-30 {
  row-gap: 30px;
}

.align-items-center-responsive {
    align-items: self-end;

}

.menu-contenido {
	width: 100%;
    justify-content: space-between;
}

.menu-contenido-item {
	display:flex;
	padding-bottom:20px;
}

.menu-icono-style {
    width: 25px;
	
}

/* applied after scroll height reached */
.fixed-nav #header-movimiento-2{
  position: fixed;
  top:0;
  z-index: 1;
  width:100%;
}

.panel-login {
padding-left: 60px !important;
padding-top: 100px;
padding-right: 60px !important;
padding-bottom: 100px;
width: auto;
height: auto;
background: #F6F8FE;
border-top-left-radius: 28px;
border-bottom-left-radius: 28px;
}

.panel-login-img {
padding-left: 60px !important;
padding-top: 100px;
padding-right: 60px !important;
padding-bottom: 100px;
width: auto;
height: auto;
background: #212945;
border-top-right-radius: 28px;
border-bottom-right-radius: 28px;
}


.flex-login {
display:flex;
flex-direction: row;	
}

.fixed-nav #header-movimiento {
  position: fixed;
  top:0;
  z-index: 100;
}

.mensaje-alerta-estados {
	
	background: #ffcdd2;
    border: 1px solid #ef5350;
    color:#b71c1c;
    padding-top:15px;
    padding-bottom:15px;
    font-weight: bold;
}
.mensaje-alerta-solictud {
	
	background: #ffcdd2;
    border: 1px solid #ef5350;
    color:#b71c1c;
    padding-top:15px;
    padding-bottom:45px;
    font-weight: bold;
    padding-right: 25px;
    padding-left: 25px;
    width:100%;
    position:absolute;
}

.contenedor-alerta-solicitud {
	display: flex;
    justify-content: left;
    margin-top: 30px;
}

.icono-boton-documento {
	
	height: 20px;
	margin-right: 10px;
}
.justify-content-between-responsive {
	justify-content: space-between;
}

.justify-content-end-responsive {
	justify-content: end;
}

div.detalles-panel label.textos-filas-imp {
	background-color:#F6F8FE;
	width:100%;
	padding: 30px 20px;
}

div.notas-panel label.textos-filas-imp {
	background-color:#F6F8FE;
	width:100%;
	padding: 30px 20px;
}

.contenedor-documentos {
	min-width:316px;
}
.tarjeta-reportes {
	
	padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom:40px;
    display: flex;
    justify-content: center;
    text-align: center;

	
}

.reducir {
	width: 100%;
    overflow: hidden;
    max-width:auto;
    height:auto;
}

.tabla-borde {
	border: solid 1px #C5CAD9!important;
}

.svg-16px {
	height:16px;
}

.svg-27px {
	height:27px;
}


.decorado-icon-tarjeta {
	height:150px;
	border-radius:5px;
	width:150px;
	margin-bottom:20px;
	padding:10px;
}

.decorado-icon-tarjeta-grande {
	height:300px;
	border-radius:5px;
	width:300px;
	margin: 0 auto;
	padding:10px;
}

.contenedor-info-perfil {

	height:500px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	
}

.padding-50px {
    padding: 50px;
}

.basura.ui-selectonemenu {
	
	max-width: 	auto !important;
	min-width: 	auto !important;
	width: 		auto !important;
}

elemento {
  min-width: 228.683px;
}

