html,body {
  height: 100%;
  zoom: 100%;
}
body {
   font-family: "runnia", Helvetica, sans-serif;
   font-size: 1.0em;
   background-color: rgb(187, 194, 198);
   background-size: auto;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
    font-size: 14px;
}

.font-bold {
  font-weight: bold;
}
.titulo_welcome{
  color: #0e4877;
  font-weight: bold;
  text-align: center;
  font-size: 50px;
  text-shadow: 1px 1px #000000;
}
.card-header{
  background-color: #17559E;
  color: #ffffff;
}

label.error{
  text-decoration-color: red;
  color: red;
}
.scroll-noticia {
     width:100%;
     height:480px;
     overflow:auto;
}

/* change the background color */
.navbar-custom {
    background-color: #17559E;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}
