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%;
}

.text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
}


.nav-link {
    color: white !important;
}

.main-footer a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.main-footer ul li {
    list-style-type: none;
    margin: 0 0 2px;
    padding: 0;
    line-height: 110%;
}

.main-footer .h5, .main-footer h5 {
    font-weight: 300;
    margin-bottom: 20px;
}

.main-footer ul {
    margin: 0 0 60px;
    padding: 0;
}

.list-inline {
    padding-left: 0;
    list-style: none
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

#hero {
    width: 100%;
    height: 25vh;
    background: url("../bnr_documentos.png") top left;
    background-size: cover;
    position: relative;
}

    #hero:before {
        content: "";
        background: rgba(255, 255, 255,0);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .container {
        position: relative;
    }

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #006d5b;
    --bs-btn-border-color: #006d5b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(5, 150, 105, 1);
    --bs-btn-hover-border-color: rgb(5, 150, 105);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(5, 150, 105);
    --bs-btn-active-border-color: rgba(5, 150, 105, .5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #006d5b;
    --bs-btn-disabled-border-color: #006d5b;
}

.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 rgba(5, 150, 105, .5);
}