html {
    font-size: 14px;
    font-family: Montserrat, sans-serif !important
}

@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;
}

.logopr {
    width: 11em;
    /*height: 150px;*/
    float: right;
    position: relative;
    top: -100px
}

.field-validation-error {
    color: red;
    font-size: smaller;
}

.card-pr-green {
    background-color: #496966;
    color: white !important;
}

.card-pr-green-title {
    height: 30px;
    color: white !important;
}

.card-pr-green-text {
    color: white !important;
}

.card-pr-blue1 {
    background-color: #4E7184;
}

.card-pr-blue1-title {
    height: 30px;
    color: white !important;
}

.card-pr-blue1-text {
    color: white !important;
}

.card-logo-img {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/*.number {
    background-color: #4E7184 !important
}*/

.dt-label {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.vcenter {
    display: inline-block !important;
    vertical-align: middle !important;
}

img.logo-gobierno {
    max-width: 80%;
    max-height:80%;
    vertical-align: middle;
    display: inline-block;
}

nav.navbar.navbar-expand-lg.navbar-light {
    max-width: none;
    max-height: none;
}

div.div-agency-category {
    margin-top: 0px; 
}

@media screen and (max-width: 991px) {
    div.div-agency-logo {
        justify-content: safe center;
    }
}


.agency-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.div-agency-category {
    flex: 1;
}

.div-agency-logo {
    flex: 0 0 auto;
}

div.sct-content.wf-section {
    padding-top: 0px;
}

div.agency-header{
    padding-left: 0px;
}

div.card-body div.card-text {
    height: 50px;
}