html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%; 
}

body {
  margin-bottom: 60px;
}

/* Estilos para la tabla */
.table-design {
    border-collapse: collapse;
    width: 100%;
    border-radius: 20px;
}

    /* Estilos para las celdas encabezado (th) */
    .table-design th {
        background-color: #f2f2f2;
        color: #333;
        font-weight: bold;
        padding: 8px;
        text-align: left;
        border: 1px solid #ccc;
        border-radius: 8px; /* Bordes redondeados para las celdas encabezado */
    }

    /* Estilos para las celdas de datos (td) */
    .table-design td {
        border: 1px solid #ccc;
        padding: 8px;
        border-radius: 8px; /* Bordes redondeados para las celdas de datos */
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-nuevo {
    color:white;
    background-color: green;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px;
}

.form-control-plaintext {
    display: block;
    width: 100%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 768px) {
    .col-obs,
    .col-estanque,
    .col-sala {
        display: none;
    }

    .table-design {
        font-size: 10px;
    }
}
