.container {
    margin-top: 25px;
}
.titulo {
    font-weight: 700;
    text-align: justify;
}
a {
    text-decoration: none!important;
    color: black;
}
a:hover {
    color: #1a0dab;
}
.tag {
    color: #820000;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    font-size: 1em;
    margin-bottom: .32768em;
    margin-top: .32768em;
}
.img-wrapper {
    display: block;
    line-height: 0;
    margin-bottom: 0;
  
    padding: 0;
    width: 100%;
    height: auto;
    background-color: #333;
}


.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }

}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  } 
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
     
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
    
}
@media (min-width: 992px)
.g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
}
@media (min-width: 992px)
.g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}




/*.row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
}*/

.p-3 {
  padding: 0.4rem !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.bg-body {
  background-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
figure {
    margin: 5px;
}
.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {background: #fff; overflow: hidden; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }.datagrid table td, .datagrid table th { padding: 5px 5px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; color:#FFFFFF; font-size: 16px; font-weight: bold; border-left: 1px solid #0070A8; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #00557F; border-left: 2px solid #E1EEF4;font-size: 16px;font-weight: normal; }.datagrid table tbody .alt td { background: #E1EEf4; color: #00557F; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }