/* App font family _____________________________________________________*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
/* @charset "UTF-8"; */
:root {
    --bs-font-sans-serif: "Open Sans", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --custom-color: #bb0a16;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  }
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

/* 3.11 Badge _____________________________________________________*/
.badges .badge {
    margin: 0 8px 10px 0;
}
.badge {
    vertical-align: middle;
    padding: 7px 12px;
    font-weight: 600;
    letter-spacing: .3px;
    border-radius: 30px;
    font-size: 12px;
}

.badge.badge-warning {
    color: #fff;
}

.badge.badge-primary {
    background-color: #6777ef;
}

.badge.badge-secondary {
    background-color: #cdd3d8;
}

.badge.badge-success {
    background-color: #47c363;
}

.badge.badge-info {
    background-color: #3abaf4;
}

.badge.badge-danger {
    background-color: #fc544b;
}

.badge.badge-light {
    background-color: #e3eaef;
    color: #191d21;
}

.badge.badge-white {
    background-color: #ffffff;
    color: #191d21;
}

.badge.badge-dark {
    background-color: #191d21;
}

/* Headings de las vistas: */
.section-header h3.page__heading {
    margin-left: 16px;
}

/* Separaciones entre campos de formularios */
.form-group {
    margin-bottom: 14px;
}

/* Personalización del sidehead: _____________________________________________________*/
#sidehead {
    border-bottom: 1px solid #191d21;
}

/* Personalización del sidebar: _____________________________________________________*/
/* #sidebar .sidebar-header img {
    margin-left: 25px;
    padding-left: 0px;
    max-height: 100px;
    border-radius: 14px;
    box-shadow: 0px 0px 3px 3px white;
} */

#sidebar {
    /* color: #6d7fcc; */
    /* background: #e7e6e6; */
    color: #fff;
    background: var(--custom-color);
}

#sidebar .sidebar-header {
    padding: 10px;
    background: var(--custom-color);
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: var(--custom-color);
}

#sidebar ul li a:hover {
    color: var(--custom-color);
    background: #fff;
}

.navbar.navbar-expand-md.navbar-light.text-white.shadow-sm {
    background: linear-gradient(to right, var(--custom-color), white);
}

ul ul a {
    background: var(--custom-color);
}

/* Personalización head tablas: _____________________________________________________*/
div.card div.card-body table.table thead {
    background-color: var(--custom-color) !important;
}

div.card {
    margin-left: 10px;
    margin-right: 10px;
}

/* Personalización head tablas: _____________________________________________________*/
td {
    font-size: 14px;
}

/* Personalización formularios: _____________________________________________________*/
form button.btn {
    margin-right: 10px;
}

/* Personalización vistas ver.blade: _____________________________________________________*/
p {
    color: #000;
}

/* Personalización pestañas: _____________________________________________________*/
/* div a.nav-link {
    overflow: hidden;
    max-height:100vh;
} */

@-webkit-keyframes pulse {
    from { border-color: transparent; }
    50% { border-color: #bbfcc9; }
    to { border-color: transparent; }
}
@keyframes pulse {
    from { border-color: transparent; }
    50% { border-color: #bbfcc9; }
    to { border-color: transparent; }
}


/* Personalización contador de solicitudes */
a:hover span.contador {
    background: var(--custom-color);
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
    font-size: 0.8rem;
  }

span.contador {
    background: #fff;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: var(--custom-color);
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
    font-size: 0.8rem;
  }

/* Centra el texto verticalmente en los card-header */
div > div.card-header > p {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* Evita el desbordamiento en el cuerpo de la página por culpa de las tablas */
#content {
    overflow-block: inherit;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}

/* Customiza el div de estadoAxenda  */
#estadoAxenda {
    background-color: var(--custom-color);
    border-radius: 5px;
}

/* Customiza las cards del dashboard  */
.dashboard-card-header-color{
    background-color: #dddfe8;
}

.dashboard-card-body-color{
    background-color: #edeef3;
}

.footer{
    background: var(--custom-color);
    border-top: 1px solid black;
    color: white;
}

.fondoFilaVerde{
    background: rgb(213, 250, 211);
}

.fondoFilaRojo{
    background: rgb(250, 213, 211);
}

.fondoXuntaDirectiva{
    background-color: rgb(255, 237, 154) !important;
}

#cardMensaxeria, #cardDocumentacion {
    max-height: 130px;
    overflow: auto;
}

.pulse i {
    position: relative;display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    height: 100%;
    cursor: pointer

}
@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgb(255, 109, 74, 0.7) , 0 0 0 0 rgb(255, 109, 74, 0.7)
    }
    40% {
        box-shadow: 0 0 0 50px rgb(255, 109, 74, 0) , 0 0 0 0 rgb(255, 109, 74, 0.7)
    }
    80% {
        box-shadow: 0 0 0 50px rgb(255, 109, 74, 0) , 0 0 0 30px rgb(255, 109, 74, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgb(255, 109, 74, 0) , 0 0 0 30px rgb(255, 109, 74, 0)
    }
}

.blobRed {
	background: rgb(255, 0, 0);
	/* border-radius: 50%; */
	/* margin: 10px; */
	height: 6px;
	width: 30px;

	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulseRed 2s infinite;
}

@keyframes pulseRed {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

.blobGreen {
	background: rgb(0, 255, 0);
	/* border-radius: 50%; */
	/* margin: 10px; */
	height: 6px;
	width: 30px;

	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulseGreen 2s infinite;
}

@keyframes pulseGreen {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
	}
}

/* Estilos Área de denuncias */
.bg-denuncia{
    background-color: var(--custom-color) !important;
    color: white;
}

.navbar h1{
    color: white;
}

th.text-center > h4:nth-child(1) {
    color: white;
}


/* Zoom para aumentar imágenes */
.zoom{
    transition: transform 500ms ease-in-out;
}

.zoom:hover {
    -ms-transform: scale(1.13); /* IE 9 */
    -webkit-transform: scale(1.13); /* Safari 3-8 */
    transform: scale(1.13);
}

.archivo {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 15px;
    text-align: center;
    max-width: 130px;
    /* height: 160px; */
    border: 2px solid black;
    border-radius: 10px;
    background-color: #cddaf8;
}

.archivo-icono {
    font-size: 24px; /* Tamaño del icono */
    margin-bottom: 5px;
}

#logoKitDigitalFooter {
    background-color: #ffffff;
}
/* =========================== */
