﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
span {
    color: #004b8c;
}

a {
    text-decoration: none;
    color: #004b8c;
    font-weight: 600;
}

.Categoria {
    margin-left: 3%;
    float: left;
    padding: 8px;
    display: block;
    border: none;
    /* border-bottom: 1px solid #ccc; */
    width: 110%;
}

body {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    background-color: #fff;
}

.bg-zul {
    background-color: #004b8c !important
}

.bg-celeste {
    background-color: #83bced !important
}

.w3-hover-zul:hover {
    color: #fff !important;
    background-color: #004b8c !important;
}

.w3-hover-zultxt:hover {
    color: #004b8c !important;
}

.w3-zultxt {
    color: #004b8c !important;
}

img.middle {
    vertical-align: middle;
}

.dt-right {
    text-align: right;
}

.dt-center {
    text-align: center;
}

.small {
    line-height: 0.95;
}

.small2 {
    line-height: 1.09;
}

.modPadding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media (max-width: 400px) {
    .w3-txtn {
        font-size: 10px;
    }
}

.scrollable-card {
    max-height: 600px; /* Establece la altura máxima deseada */
    overflow-y: auto; /* Agrega una barra de desplazamiento vertical cuando el contenido desborda */
}

.cuil-column {
    width: 15%; 
}

.estado-column {
    width: 3%;
}

.custom-checkbox {
    transform: scale(1.8);
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-checkbox-container {
    display: flex;
    align-items: center;
}

#tbdata thead .sorting,
#tbdata thead .sorting_asc,
#tbdata thead .sorting_desc,
#tbdata thead .sorting_disabled {
    background-color: transparent !important; /* Establece el fondo de la cabecera como transparente */
}

.data-cell-background {
    background-color: #f2f2f2; /* Color de fondo que deseas para las celdas de datos */
}

.textAlign {
    text-align: end; /* Color de fondo que deseas para las celdas de datos */
}

td.center-checkbox {
    margin-left: 35%;
}