.filtro-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.filtro-form {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.filtro-group {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

.filtro-group.grow {
    flex: 1;
}

.filtro-group label {
    font-size: 12px;
    margin-bottom: 4px;
    color: #444;
    font-weight: 600;
}

.filtro-input {
    height: 36px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
    transition: all 0.2s ease;
}

.filtro-input:focus {
    border-color: #337ab7;
    outline: none;
    box-shadow: 0 0 4px rgba(51,122,183,0.3);
}

.filtro-search {
    display: flex;
}

.filtro-search .filtro-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex: 1;
}

.filtro-btn {
    height: 36px;
    padding: 0 12px;
    border: none;
    border-radius: 6px;
    background: #e0e0e0;
    cursor: pointer;
    transition: 0.2s;
}

.filtro-btn.primary {
    background: #337ab7;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.filtro-btn:hover {
    opacity: 0.9;
}
@media (max-width: 768px) {

    .filtro-form {
        flex-direction: column;
        align-items: stretch;
    }

    .filtro-group {
        width: 100%;
        min-width: 100%;
    }

    .filtro-search {
        flex-direction: column;
    }

    .filtro-search .filtro-btn {
        border-radius: 6px;
        margin-top: 5px;
    }

    .filtro-search .filtro-input {
        border-radius: 6px;
    }

    .filtro-btn {
        width: 100%;
    }

    .filtro-btn.primary {
        border-radius: 6px;
    }
	.only-xs {
        display: inline;
    }
}

@media (min-width: 769px) {
    .only-xs {
        display: none;
    }
}

/*** resoluciones */
.box-resolucion{
	border:1px solid #dfe3e8;
	border-left:5px solid #0d6efd;
	border-radius:8px;
	background:#fff;
	transition:all .2s ease;
}

.box-resolucion:hover{
	box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.row-resolucion{
	display:flex;
	align-items:center;
}

.thumb-resolucion{
	padding:15px 10px;
}

.icono-resolucion{
	opacity:.95;
}

.tipo-resolucion{
	display:inline-block;
	background:#BFDAF2;
	color:#000;
	padding:5px 12px;
	border-radius:20px;
	font-size:12px;
	font-weight:600;
	margin-bottom:10px;
}

.titulo-resolucion{
	font-size:17px;
	font-weight:600;
	color:#1c2b36;
	line-height:1.5;
	margin-bottom:10px;
}

.descripcion-resolucion{
	font-size:14px;
	line-height:1.8;
	color:#5f6b76;
	text-align:justify;
	margin-bottom:15px;
}

.acciones-resolucion{
	margin-top:10px;
}

.btn-resolucion{
	border-radius:4px;
	padding:7px 16px;
	font-weight:600;
	margin-right:5px;
}

.info-resolucion{
	padding:15px;
	border-left:1px solid #ececec;
}

.estado-publicado{
	background:#eaf7ee;
	color:#198754;
	padding:7px 10px;
	border-radius:4px;
	font-size:13px;
	font-weight:600;
	margin-bottom:15px;
	text-align:center;
}

.lista-info-resolucion{
	list-style:none;
	padding:0;
	margin:0;
}

.lista-info-resolucion li{
	padding:6px 0;
	font-size:14px;
	color:#495057;
	border-bottom:1px dashed #ececec;
}

.lista-info-resolucion li:last-child{
	border-bottom:none;
}

.lista-info-resolucion i{
	width:18px;
}

@media(max-width:991px){

	.row-resolucion{
		display:block;
	}

	.info-resolucion{
		border-left:none;
		border-top:1px solid #ececec;
	}

	.titulo-resolucion{
		font-size:16px;
	}

}

.btn-resolucion-detalle{
	position:relative;
	display:inline-flex;
	align-items:center;
	gap:12px;
	padding:10px 18px;
	border-radius:50px;
	background:linear-gradient(135deg,#0d6efd,#0b5ed7);
	color:#fff !important;
	font-size:13px;
	font-weight:600;
	letter-spacing:.5px;
	text-decoration:none !important;
	overflow:hidden;
	transition:all .3s ease;
	box-shadow:0 5px 18px rgba(13,110,253,.25);
}

.btn-resolucion-detalle:before{
	content:'';
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.15);
	transform:skewX(-25deg);
	transition:all .6s ease;
}

.btn-resolucion-detalle:hover:before{
	left:120%;
}

.btn-resolucion-detalle:hover{
	transform:translateY(-3px);
	box-shadow:0 10px 25px rgba(13,110,253,.35);
	background:linear-gradient(135deg,#0b5ed7,#084298);
}

.btn-resolucion-detalle:active{
	transform:scale(.98);
}

.btn-resolucion-detalle .btn-icon{
	width:32px;
	height:28px;
	border-radius:50%;
	background:rgba(255,255,255,.18);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
}

.btn-resolucion-detalle .btn-text{
	position:relative;
	top:1px;
}

.btn-resolucion-detalle .btn-arrow{
	transition:all .3s ease;
	font-size:18px;
}

.btn-resolucion-detalle:hover .btn-arrow{
	transform:translateX(5px);
}
/* =========================
   LAYOUT GENERAL
========================= */

.documento-layout{
	margin-top:20px;
}

/* =========================
   PANEL IZQUIERDO
========================= */

.card-documento-info{
	background:#fff;
	border-radius:12px;
	box-shadow:0 4px 20px rgba(0,0,0,.08);
	padding:25px;
	border:1px solid #edf0f2;
}

.doc-header{
	text-align:center;
	margin-bottom:20px;
}

.doc-header i{
	font-size:55px;
	color:#d9534f;
	margin-bottom:10px;
}

.doc-header h4{
	font-size:18px;
	font-weight:600;
	line-height:1.5;
	color:#1d2b36;
}

.doc-tipo{
	text-align:center;
	margin-bottom:20px;
}

.table-doc{
	margin-bottom:20px;
}

.table-doc tr td{
	padding:14px !important;
	font-size:14px;
	color:#4d5b68;
	border-top:1px solid #f1f1f1 !important;
}

.table-doc i{
	width:20px;
}

.doc-descripcion{
	background:#f8fafc;
	padding:15px;
	border-radius:8px;
	margin-top:20px;
}

.doc-descripcion h5{
	font-weight:600;
	margin-bottom:10px;
	color:#1d2b36;
}

.doc-descripcion p{
	font-size:14px;
	line-height:1.8;
	color:#5f6b76;
	text-align:justify;
}

.doc-acciones{
	margin-top:25px;
}

.btn-doc-download{
	padding:12px;
	border-radius:8px;
	font-weight:600;
	font-size:14px;
	transition:all .2s ease;
}

.btn-doc-download:hover{
	transform:translateY(-2px);
	box-shadow:0 5px 15px rgba(217,83,79,.25);
}

/* =========================
   VISOR PDF
========================= */

.card-pdf-viewer{
	background:#fff;
	border-radius:12px;
	box-shadow:0 4px 20px rgba(0,0,0,.08);
	overflow:hidden;
	border:1px solid #edf0f2;
}

.viewer-header{
	background:#f8fafc;
	padding:15px 20px;
	border-bottom:1px solid #edf0f2;
}

.viewer-title{
	font-size:16px;
	font-weight:600;
	color:#1d2b36;
}

.viewer-title i{
	margin-right:8px;
	color:#0d6efd;
}

/* =========================
   CONTENEDOR PDF
========================= */

#pdf-container{
	width:100%;
    height:850px;
    min-height:600px;
    overflow-y:auto;
    background:#ffffff;
    padding:30px 0;
    position:relative;
}

/* Scroll elegante */

#pdf-container::-webkit-scrollbar{
	width:10px;
}

#pdf-container::-webkit-scrollbar-thumb{
	background:#9aa0a6;
	border-radius:10px;
}

#pdf-container::-webkit-scrollbar-track{
	background:#3f4347;
}

/* contenedor página */
.pdf-placeholder{
    min-height:500px;

    background:#f8f9fa;

    border-radius:10px;

    margin-bottom:20px;

    overflow:hidden;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 2px 8px rgba(0,0,0,.05);
}


/* canvas */
.pdf-canvas{
    display:block;
    width:100%;
    height:auto !important;
    background:#fff;
    border-radius:10px;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
    max-width:100%;
}

/* loading general */
.pdf-global-loading{

    min-height:600px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ffffff;
    color:#666;
}


/* loading página */
.pdf-loading-page{

    min-height:500px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    color:#666;
    background:#f8f9fa;
    font-size:15px;
}

/* skeleton */
.pdf-loading-page::after{
    content:'';
    position:absolute;
    top:0;
    left:-150px;
    width:150px;
    height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.5),
        transparent
    );
    animation:skeletonMove 1.5s infinite;
}

/* canvas */
.pdf-canvas{
    width:100%;
    height:auto;
    display:block;
    background:#ffffff;
}

/* errores */
.pdf-error,
.pdf-error-page{
    min-height:300px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:#fff;
    color:#666;
}

/* aviso calidad */
.alert-quality{
    border-radius:12px;
    margin-top:20px;
    background:#fff8e1;
    border:1px solid #ffe082;
    color:#795548;
}

/* animación skeleton */
@keyframes skeletonMove{
    100%{
        left:100%;
    }
}

/* =========================
   PÁGINAS PDF
========================= */

.pdf-page-wrapper{
	margin-bottom:25px;
	display:inline-block;
	background:#fff;
	box-shadow:0 5px 25px rgba(0,0,0,.35);
	border-radius:4px;
	overflow:hidden;
}

.pdf-optimized-alert{

    display:flex;

    align-items:flex-start;

    gap:20px;

    background:#fff;

    border:1px solid #ffe082;

    border-radius:14px;

    padding:22px;

    margin-top:20px;
}

.pdf-alert-icon{

    font-size:34px;

    color:#ff9800;

    flex-shrink:0;
}

.pdf-alert-content h4{

    margin-top:0;

    margin-bottom:10px;

    font-weight:700;

    color:#8a6d3b;
}

.pdf-alert-content p{

    margin-bottom:10px;

    line-height:1.6;
}

.pdf-alert-small{

    font-size:13px;

    opacity:.85;
}

/* =========================
   LOADING
========================= */

#pdf-loading-overlay{
	position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(255,255,255,.96);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index:20;
    border-radius:10px;
}

.progress-doc{
	width:60%;
	height:12px;
	border-radius:20px;
	overflow:hidden;
	margin-top:15px;
}

.pdf-progress-fill {
    height: 100%;
    background: #337ab7;
    border-radius: 10px;
    transition: width .3s ease;
}
/* =========================
   ALERTA DOCUMENTO GRANDE
========================= */

.alert-doc-large{
	text-align:center;
	padding:30px;
	margin-top:20px;
	border-radius:12px;
	border:none;
	box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.alert-doc-large i{
	margin-bottom:15px;
	color:#f0ad4e;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

	.card-documento-info{
		margin-bottom:20px;
	}

	#pdf-container{
		height:650px;
	}

}

@media(max-width:768px){

	.card-documento-info{
		padding:18px;
	}

	#pdf-container{
		height:500px;
		padding:15px 0;
	}

	.doc-header h4{
		font-size:16px;
	}

}

.btn-ir-descarga {

	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

	padding: 12px 22px;

	background: linear-gradient(135deg, #28a745, #1f8a38);

	color: #fff !important;

	border-radius: 50px;

	font-size: 14px;
	font-weight: 600;
	letter-spacing: .3px;

	text-decoration: none !important;

	box-shadow: 0 4px 12px rgba(40, 167, 69, 0.25);

	transition: all .25s ease;

	position: relative;
	overflow: hidden;
}

/* Hover */
.btn-ir-descarga:hover {

	transform: translateY(-2px);

	box-shadow: 0 8px 18px rgba(40, 167, 69, 0.35);

	background: linear-gradient(135deg, #23913d, #1b742f);

	color: #fff;
}

/* Click */
.btn-ir-descarga:active {

	transform: scale(.98);
}

/* Icono */
.btn-ir-descarga i {

	font-size: 15px;

	transition: transform .25s ease;
}

/* Animación icono */
.btn-ir-descarga:hover i {

	transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {

	.btn-ir-descarga {

		width: 100%;

		font-size: 13px;

		padding: 11px 18px;
	}
}

/*** DOCUMENTOS DE GESTIÓN ***/

.box-gestion{
	border:1px solid #dfe3e8;
	border-left:5px solid #219E38;
	border-radius:8px;
	background:#fff;
	transition:all .2s ease;
}

.box-gestion:hover{
	box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.tipo-gestion{
	display:inline-block;
	background:#90FCA4;
	color:#000;
	padding:5px 12px;
	border-radius:20px;
	font-size:12px;
	font-weight:600;
	margin-bottom:10px;
}

.info-gestion{
	padding:15px;
	border-left:1px solid #ececec;
}

.estado-gestion{
	background:#CAF5C6;
	color:#000;
	padding:7px 10px;
	border-radius:4px;
	font-size:13px;
	font-weight:600;
	margin-bottom:15px;
	text-align:center;
}

/*** BOTÓN GESTIÓN ***/

.btn-gestion-detalle{
	position:relative;
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:10px 18px;
	border-radius:50px;
	background:linear-gradient(135deg,#219E38,#347F42);
	color:#fff !important;
	font-size:13px;
	font-weight:600;
	text-decoration:none !important;
	overflow:hidden;
	transition:all .3s ease;
	box-shadow:0 5px 18px rgba(198,40,40,.20);
}

.btn-gestion-detalle:before{
	content:'';
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.15);
	transform:skewX(-25deg);
	transition:all .6s ease;
}

.btn-gestion-detalle:hover:before{
	left:120%;
}

.btn-gestion-detalle:hover{
	transform:translateY(-2px);
	box-shadow:0 10px 25px rgba(198,40,40,.28);
	background:linear-gradient(135deg,#347F42,#258537);
}

.btn-gestion-detalle .btn-icon{
	width:30px;
	height:30px;
	border-radius:50%;
	background:rgba(255,255,255,.18);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:13px;
}

.btn-gestion-detalle .btn-arrow{
	font-size:16px;
	transition:.3s;
}

.btn-gestion-detalle:hover .btn-arrow{
	transform:translateX(4px);
}
/*** DIRECTIVAS ***/

.box-directiva{
	border:1px solid #dfe3e8;
	border-left:5px solid #5A2585;
	border-radius:8px;
	background:#fff;
	transition:all .2s ease;
}

.box-directiva:hover{
	box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.tipo-directiva{
	display:inline-block;
	background:#BA82E8;
	color:#000;
	padding:5px 12px;
	border-radius:20px;
	font-size:12px;
	font-weight:600;
	margin-bottom:10px;
}

.info-directiva{
	padding:15px;
	border-left:1px solid #ececec;
}

.estado-directiva{
	background:#CAF5C6;
	color:#000;
	padding:7px 10px;
	border-radius:4px;
	font-size:13px;
	font-weight:600;
	margin-bottom:15px;
	text-align:center;
}

/*** BOTÓN DIRECTVA ***/

.btn-directiva-detalle{
	position:relative;
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:10px 18px;
	border-radius:50px;
	background:linear-gradient(135deg,#5A2585,#8C54BA);
	color:#fff !important;
	font-size:13px;
	font-weight:600;
	text-decoration:none !important;
	overflow:hidden;
	transition:all .3s ease;
	box-shadow:0 5px 18px rgba(198,40,40,.20);
}

.btn-directiva-detalle:before{
	content:'';
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.15);
	transform:skewX(-25deg);
	transition:all .6s ease;
}

.btn-directiva-detalle:hover:before{
	left:120%;
}

.btn-directiva-detalle:hover{
	transform:translateY(-2px);
	box-shadow:0 10px 25px rgba(198,40,40,.28);
	background:linear-gradient(135deg,#8C54BA,#5A2585);
}

.btn-directiva-detalle .btn-icon{
	width:30px;
	height:30px;
	border-radius:50%;
	background:rgba(255,255,255,.18);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:13px;
}

.btn-directiva-detalle .btn-arrow{
	font-size:16px;
	transition:.3s;
}

.btn-directiva-detalle:hover .btn-arrow{
	transform:translateX(4px);
}
/*** otros ***/

.box-otros{
	border:1px solid #dfe3e8;
	border-left:5px solid #024C59;
	border-radius:8px;
	background:#fff;
	transition:all .2s ease;
}

.box-otros:hover{
	box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.tipo-otros{
	display:inline-block;
	background:#05C8EB;
	color:#000;
	padding:5px 12px;
	border-radius:20px;
	font-size:12px;
	font-weight:600;
	margin-bottom:10px;
}

.info-otros{
	padding:15px;
	border-left:1px solid #ececec;
}

.estado-otros{
	background:#CAF5C6;
	color:#000;
	padding:7px 10px;
	border-radius:4px;
	font-size:13px;
	font-weight:600;
	margin-bottom:15px;
	text-align:center;
}

/*** BOTÓN DIRECTVA ***/

.btn-otros-detalle{
	position:relative;
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:10px 18px;
	border-radius:50px;
	background:linear-gradient(135deg,#024C59,#038FA8);
	color:#fff !important;
	font-size:13px;
	font-weight:600;
	text-decoration:none !important;
	overflow:hidden;
	transition:all .3s ease;
	box-shadow:0 5px 18px rgba(198,40,40,.20);
}

.btn-otros-detalle:before{
	content:'';
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.15);
	transform:skewX(-25deg);
	transition:all .6s ease;
}

.btn-otros-detalle:hover:before{
	left:120%;
}

.btn-otros-detalle:hover{
	transform:translateY(-2px);
	box-shadow:0 10px 25px rgba(198,40,40,.28);
	background:linear-gradient(135deg,#038FA8,#024C59);
}

.btn-otros-detalle .btn-icon{
	width:30px;
	height:30px;
	border-radius:50%;
	background:rgba(255,255,255,.18);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:13px;
}

.btn-otros-detalle .btn-arrow{
	font-size:16px;
	transition:.3s;
}

.btn-otros-detalle:hover .btn-arrow{
	transform:translateX(4px);
}

/*** Boletines Epidemiologico ***/

.box-boletin{
	border:1px solid #dfe3e8;
	border-left:5px solid #348964;
	border-radius:8px;
	background:#fff;
	transition:all .2s ease;
}

.box-boletin:hover{
	box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.tipo-boletin{
	display:inline-block;
	background:#5BEBAD;
	color:#000;
	padding:5px 12px;
	border-radius:20px;
	font-size:12px;
	font-weight:600;
	margin-bottom:10px;
}

.info-boletin{
	padding:15px;
	border-left:1px solid #ececec;
}

.estado-boletin{
	background:#CAF5C6;
	color:#000;
	padding:7px 10px;
	border-radius:4px;
	font-size:13px;
	font-weight:600;
	margin-bottom:15px;
	text-align:center;
}

/*** BOTÓN boletin ***/

.btn-boletin-detalle{
	position:relative;
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:10px 18px;
	border-radius:50px;
	background:linear-gradient(135deg,#348964,#41a57a);
	color:#fff !important;
	font-size:13px;
	font-weight:600;
	text-decoration:none !important;
	overflow:hidden;
	transition:all .3s ease;
	box-shadow:0 5px 18px rgba(198,40,40,.20);
}

.btn-boletin-detalle:before{
	content:'';
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.15);
	transform:skewX(-25deg);
	transition:all .6s ease;
}

.btn-boletin-detalle:hover:before{
	left:120%;
}

.btn-boletin-detalle:hover{
	transform:translateY(-2px);
	box-shadow:0 10px 25px rgba(198,40,40,.28);
	background:linear-gradient(135deg,#41a57a,#348964);
}

.btn-boletin-detalle .btn-icon{
	width:30px;
	height:30px;
	border-radius:50%;
	background:rgba(255,255,255,.18);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:13px;
}

.btn-boletin-detalle .btn-arrow{
	font-size:16px;
	transition:.3s;
}

.btn-boletin-detalle:hover .btn-arrow{
	transform:translateX(4px);
}

/*** Sala Situacional ***/

.box-sala{
	border:1px solid #dfe3e8;
	border-left:5px solid #D46B02;
	border-radius:8px;
	background:#fff;
	transition:all .2s ease;
}

.box-sala:hover{
	box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.tipo-sala{
	display:inline-block;
	background:#FAC38E;
	color:#000;
	padding:5px 12px;
	border-radius:20px;
	font-size:12px;
	font-weight:600;
	margin-bottom:10px;
}

.info-sala{
	padding:15px;
	border-left:1px solid #ececec;
}

.estado-sala{
	background:#FF4DEC;
	color:#000;
	padding:7px 10px;
	border-radius:4px;
	font-size:13px;
	font-weight:600;
	margin-bottom:15px;
	text-align:center;
}

/*** BOTÓN sala ***/

.btn-sala-detalle{
	position:relative;
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:10px 18px;
	border-radius:50px;
	background:linear-gradient(135deg,#D46B02,#F57D05);
	color:#fff !important;
	font-size:13px;
	font-weight:600;
	text-decoration:none !important;
	overflow:hidden;
	transition:all .3s ease;
	box-shadow:0 5px 18px rgba(198,40,40,.20);
}

.btn-sala-detalle:before{
	content:'';
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.15);
	transform:skewX(-25deg);
	transition:all .6s ease;
}

.btn-sala-detalle:hover:before{
	left:120%;
}

.btn-sala-detalle:hover{
	transform:translateY(-2px);
	box-shadow:0 10px 25px rgba(198,40,40,.28);
	background:linear-gradient(135deg,#F57D05,#D46B02);
}

.btn-sala-detalle .btn-icon{
	width:30px;
	height:30px;
	border-radius:50%;
	background:rgba(255,255,255,.18);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:13px;
}

.btn-sala-detalle .btn-arrow{
	font-size:16px;
	transition:.3s;
}

.btn-sala-detalle:hover .btn-arrow{
	transform:translateX(4px);
}

/*** Asis Situacional ***/

.box-asis{
	border:1px solid #dfe3e8;
	border-left:5px solid #870E0C;
	border-radius:8px;
	background:#fff;
	transition:all .2s ease;
}

.box-asis:hover{
	box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.tipo-asis{
	display:inline-block;
	background:#F28E8D;
	color:#000;
	padding:5px 12px;
	border-radius:20px;
	font-size:12px;
	font-weight:600;
	margin-bottom:10px;
}

.info-asis{
	padding:15px;
	border-left:1px solid #ececec;
}

.estado-asis{
	background:#FF4DEC;
	color:#000;
	padding:7px 10px;
	border-radius:4px;
	font-size:13px;
	font-weight:600;
	margin-bottom:15px;
	text-align:center;
}

/*** BOTÓN asis ***/

.btn-asis-detalle{
	position:relative;
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:10px 18px;
	border-radius:50px;
	background:linear-gradient(135deg,#870E0C,#C40906);
	color:#fff !important;
	font-size:13px;
	font-weight:600;
	text-decoration:none !important;
	overflow:hidden;
	transition:all .3s ease;
	box-shadow:0 5px 18px rgba(198,40,40,.20);
}

.btn-asis-detalle:before{
	content:'';
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.15);
	transform:skewX(-25deg);
	transition:all .6s ease;
}

.btn-asis-detalle:hover:before{
	left:120%;
}

.btn-asis-detalle:hover{
	transform:translateY(-2px);
	box-shadow:0 10px 25px rgba(198,40,40,.28);
	background:linear-gradient(135deg,#C40906,#870E0C);
}

.btn-asis-detalle .btn-icon{
	width:30px;
	height:30px;
	border-radius:50%;
	background:rgba(255,255,255,.18);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:13px;
}

.btn-asis-detalle .btn-arrow{
	font-size:16px;
	transition:.3s;
}

.btn-asis-detalle:hover .btn-arrow{
	transform:translateX(4px);
}