@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:768px) {
    .mycontain {
        max-width: 957px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

b {
    font-weight: bolder
}

img {
    border-style: none
}

button,
input,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none
}

figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e5e5
}

img {
    border-style: solid
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

img,
svg {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

.answer-nav {
    position: relative;
    margin-left: 0 !important
}

.default-value>p {
    color: #b3b3b1
}

.btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-style: none;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    --bg-opacity: 1;
    background-color: #e9eaea;
    background-color: rgba(233, 234, 234, var(--bg-opacity));
    line-height: 20px;
    color: #777;
    border-bottom: 1px solid #dfdfdf
}

.btn-primary {
    color: #fff;
    background-color: #1f87cb;
    border-bottom-color: #1269a2
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.banner-image {
    overflow: hidden
}

.banner-image img {
    max-width: 100%
}

@media (max-width:768px) {
    .banner-image {
        max-height: 24vh
    }
}

@media (max-width:640px) {
    .banner-image {
        max-width: 120%;
        margin-left: -20%;
        max-height: 2%
    }

    .banner-image img {
        max-width: 130%
    }
}

@media (min-width:768px) {
    .banner-image {
        max-height: 24vh
    }
}

@media (min-width:1024px) {
    .banner-image {
        max-height: 38vh
    }
}

@media (min-width:768px) {
    .md\:no-scroll::-webkit-scrollbar {
        display: none
    }
}

.link-principal {
    text-decoration: underline
}

.link-principal:hover {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 4px;
    text-underline-offset: 1px
}

.link-principal:focus,
.link-principal:hover {
    --text-opacity: 1;
    color: #1d2b49;
    color: rgba(29, 43, 73, var(--text-opacity))
}

.link-principal:focus {
    box-shadow: 0 -2px #ffd147, 0 4px #0b0c0c;
    --bg-opacity: 1;
    background-color: #ffd147;
    background-color: rgba(255, 209, 71, var(--bg-opacity));
    text-decoration: none;
    outline: 3px solid transparent
}

.search-pagination .pagination {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    grid-gap: 1rem;
    gap: 1rem;
    font-weight: 700
}

header {
    background: #bf0909
}

header.home {
    --bg-opacity: 1;
    background-color: #bf0909;
    background-color: rgba(191, 9, 9, var(--bg-opacity));
    opacity: 1
}

header .logo {
    padding: 0;
    display: flex;
    align-items: center
}

header .logo:hover {
    text-decoration: none
}

header .logo .image {
    width: 55px;
    height: auto;
    margin-top: 2px;
    margin-right: 5px
}

header .logo:focus .img-logo-focus {
    display: block
}

@media (max-width:767px) {
    header .logo:focus .img-logo-focus {
        display: none
    }
}

header .logo:focus .img-logo {
    display: none
}

header a:focus .gobpe img:last-child {
    display: block
}

header a:focus .gobpe img:first-child {
    display: none
}

header.header {
    padding-top: .5rem;
    padding-bottom: .5rem;
    height: 64px
}

@media (max-width:576px) {
    header.header {
        padding-top: .25rem;
        padding-bottom: .25rem;
        height: 60px
    }
}

.header__content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 68px
}

@media (max-width:576px) {
    .header__content {
        height: 79px
    }
}

.gobpe__text svg {
    height: 2rem;
    vertical-align: middle
}

.home__logo .gobpe {
    display: inline
}

.home__logo .gobpe__text svg {
    vertical-align: middle
}

.home__logo .gobpe img {
    height: 2.5rem
}

body {
    word-break: break-word
}

.icon-normal-size {
    font-size: 25px;
    padding-right: 7px
}

.list li {
    padding-left: 1rem;
    position: relative
}

.list li:before {}

.sr-only {
    border: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

@media only screen and (min-width:1152px) {
    .container {
        max-width: 72rem
    }
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-8,
.col-xs-9,
.col-xs-offset-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem
}

.col-xs-offset-2 {
    margin-left: 16.7%
}

.col-xs-1 {
    flex-basis: 8.3%;
    max-width: 8.3%
}

.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    flex-basis: 33.3%;
    max-width: 33.3%
}

.col-xs-5 {
    flex-basis: 41.7%;
    max-width: 41.7%
}

.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-8 {
    flex-basis: 66.7%;
    max-width: 66.7%
}

.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    flex-basis: 83.3%;
    max-width: 83.3%
}

.col-xs-11 {
    flex-basis: 91.7%;
    max-width: 91.7%
}

.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%
}

@media only screen and (min-width:640px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-8,
    .col-sm-9,
    .col-sm-offset-2,
    .col-sm-offset-3 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .col-sm-offset-2 {
        margin-left: 16.7%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-1 {
        flex-basis: 8.3%;
        max-width: 8.3%
    }

    .col-sm-2 {
        flex-basis: 16.7%;
        max-width: 16.7%
    }

    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex-basis: 33.3%;
        max-width: 33.3%
    }

    .col-sm-5 {
        flex-basis: 41.7%;
        max-width: 41.7%
    }

    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-8 {
        flex-basis: 66.7%;
        max-width: 66.7%
    }

    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex-basis: 83.3%;
        max-width: 83.3%
    }

    .col-sm-11 {
        flex-basis: 91.7%;
        max-width: 91.7%
    }

    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:768px) {

    .col-md-1,
    .col-md-10,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3%
    }

    .col-md-offset-2 {
        margin-left: 16.7%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3%
    }

    .col-md-1 {
        flex-basis: 8.3%;
        max-width: 8.3%
    }

    .col-md-2 {
        flex-basis: 16.7%;
        max-width: 16.7%
    }

    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex-basis: 33.3%;
        max-width: 33.3%
    }

    .col-md-5 {
        flex-basis: 41.7%;
        max-width: 41.7%
    }

    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex-basis: 58.3%;
        max-width: 58.3%
    }

    .col-md-8 {
        flex-basis: 66.7%;
        max-width: 66.7%
    }

    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex-basis: 83.3%;
        max-width: 83.3%
    }

    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:1280px) {
    .col-xl-6 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
        flex-basis: 50%;
        max-width: 50%
    }
}

.col-md-1,
.col-md-10,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-8,
.col-sm-9,
.col-xl-6,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-transparent {
    background-color: transparent
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-red-100 {
    --bg-opacity: 1;
    background-color: #ffeff0;
    background-color: rgba(255, 239, 240, var(--bg-opacity))
}

.bg-red-300 {
    --bg-opacity: 1;
    background-color: #bf0909;
    background-color: rgba(191, 9, 9, var(--bg-opacity))
}

.bg-red-450 {
    --bg-opacity: 1;
    background-color: #df2a30;
    background-color: rgba(223, 42, 48, var(--bg-opacity))
}

.bg-red-500 {
    --bg-opacity: 1;
    background-color: #ff0707;
    background-color: rgba(255, 7, 7, var(--bg-opacity))
}

.bg-red-600 {
    --bg-opacity: 1;
    background-color: #eb0303;
    background-color: rgba(235, 3, 3, var(--bg-opacity))
}

.bg-red-630 {
    --bg-opacity: 1;
    background-color: #e20000;
    background-color: rgba(226, 0, 0, var(--bg-opacity))
}

.bg-red-700 {
    --bg-opacity: 1;
    background-color: #cf000b;
    background-color: rgba(207, 0, 11, var(--bg-opacity))
}

.bg-red-750 {
    --bg-opacity: 1;
    background-color: #bf080a;
    background-color: rgba(191, 8, 10, var(--bg-opacity))
}

.bg-green-50 {
    --bg-opacity: 1;
    background-color: #e3f3ec;
    background-color: rgba(227, 243, 236, var(--bg-opacity))
}

.bg-green-100 {
    --bg-opacity: 1;
    background-color: #c9f0d8;
    background-color: rgba(201, 240, 216, var(--bg-opacity))
}

.bg-green-300 {
    --bg-opacity: 1;
    background-color: #078152;
    background-color: rgba(7, 129, 82, var(--bg-opacity))
}

.bg-green-400 {
    --bg-opacity: 1;
    background-color: #1b9d6b;
    background-color: rgba(27, 157, 107, var(--bg-opacity))
}

.bg-green-430 {
    --bg-opacity: 1;
    background-color: #218250;
    background-color: rgba(33, 130, 80, var(--bg-opacity))
}

.bg-green-500 {
    --bg-opacity: 1;
    background-color: #076725;
    background-color: rgba(7, 103, 37, var(--bg-opacity))
}

.bg-green-550 {
    --bg-opacity: 1;
    background-color: #090;
    background-color: rgba(0, 153, 0, var(--bg-opacity))
}

.bg-green-600 {
    --bg-opacity: 1;
    background-color: #00823b;
    background-color: rgba(0, 130, 59, var(--bg-opacity))
}

.bg-footer {
    --bg-opacity: 1;
    background-color: #464c57;
    background-color: rgba(70, 76, 87, var(--bg-opacity))
}

.bg-focus {
    --bg-opacity: 1;
    background-color: #ffd147;
    background-color: rgba(255, 209, 71, var(--bg-opacity))
}

.hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.hover\:bg-gray-40:hover {
    --bg-opacity: 1;
    background-color: #f2f5f8;
    background-color: rgba(242, 245, 248, var(--bg-opacity))
}

.hover\:bg-gray-70:hover {
    --bg-opacity: 1;
    background-color: #f6f9fc;
    background-color: rgba(246, 249, 252, var(--bg-opacity))
}

.hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #edf0f4;
    background-color: rgba(237, 240, 244, var(--bg-opacity))
}

.hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity))
}

.hover\:bg-blue-100:hover {
    --bg-opacity: 1;
    background-color: #e6f2f8;
    background-color: rgba(230, 242, 248, var(--bg-opacity))
}

.hover\:bg-blue-200:hover {
    --bg-opacity: 1;
    background-color: #dee3ea;
    background-color: rgba(222, 227, 234, var(--bg-opacity))
}

.hover\:bg-blue-300:hover {
    --bg-opacity: 1;
    background-color: #eef0f4;
    background-color: rgba(238, 240, 244, var(--bg-opacity))
}

.hover\:bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity))
}

.hover\:bg-blue-600:hover {
    --bg-opacity: 1;
    background-color: #0256ac;
    background-color: rgba(2, 86, 172, var(--bg-opacity))
}

.hover\:bg-blue-700:hover {
    --bg-opacity: 1;
    background-color: #0056ac;
    background-color: rgba(0, 86, 172, var(--bg-opacity))
}

.hover\:bg-blue-790:hover {
    --bg-opacity: 1;
    background-color: #123578;
    background-color: rgba(18, 53, 120, var(--bg-opacity))
}

.focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.focus\:bg-gray-40:focus {
    --bg-opacity: 1;
    background-color: #f2f5f8;
    background-color: rgba(242, 245, 248, var(--bg-opacity))
}

.focus\:bg-yellow-400:focus {
    --bg-opacity: 1;
    background-color: #ffd147;
    background-color: rgba(255, 209, 71, var(--bg-opacity))
}

.focus\:bg-yellow-500:focus {
    --bg-opacity: 1;
    background-color: #ffbf47;
    background-color: rgba(255, 191, 71, var(--bg-opacity))
}

.bg-bottom {
    background-position: bottom
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-50 {
    background-size: 50px 1px
}

.border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
}

.border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
}

.border-red-400 {
    --border-opacity: 1;
    border-color: #fd583a;
    border-color: rgba(253, 88, 58, var(--border-opacity))
}

.border-red-500 {
    --border-opacity: 1;
    border-color: #ff0707;
    border-color: rgba(255, 7, 7, var(--border-opacity))
}

.border-red-800 {
    --border-opacity: 1;
    border-color: #b21414;
    border-color: rgba(178, 20, 20, var(--border-opacity))
}

.border-green-200 {
    --border-opacity: 1;
    border-color: #a2d5b4;
    border-color: rgba(162, 213, 180, var(--border-opacity))
}

.border-green-400 {
    --border-opacity: 1;
    border-color: #1b9d6b;
    border-color: rgba(27, 157, 107, var(--border-opacity))
}

.border-green-500 {
    --border-opacity: 1;
    border-color: #076725;
    border-color: rgba(7, 103, 37, var(--border-opacity))
}

.focus\:rounded-none:focus {
    border-radius: 0
}

.border-solid {
    border-style: solid
}

.border-dotted {
    border-style: dotted
}

.border-none {
    border-style: none
}

.border-0 {
    border-width: 0
}

.border-1 {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-3 {
    border-width: 3px
}

.border-4 {
    border-width: 4px
}

.border-10 {
    border-width: 10px
}

.border {
    border-width: 1px
}

.border-1\.5 {
    border-width: 1.5px
}

.border-b-0 {
    border-bottom-width: 0
}

.border-t-1 {
    border-top-width: 1px
}

.border-b-1 {
    border-bottom-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

.border-r-2 {
    border-right-width: 2px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-3 {
    border-bottom-width: 3px
}

.border-t-4 {
    border-top-width: 4px
}

.border-b-4 {
    border-bottom-width: 4px
}

.border-l-4 {
    border-left-width: 4px
}

.border-b-5 {
    border-bottom-width: 5px
}

.border-l-5 {
    border-left-width: 5px
}

.border-b-8 {
    border-bottom-width: 8px
}

.border-l-8 {
    border-left-width: 8px
}

.border-t {
    border-top-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-l {
    border-left-width: 1px
}

.box-border {
    box-sizing: border-box
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.table-row {
    display: table-row
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.content-center {
    align-content: center
}

.content-end {
    align-content: flex-end
}

.justify-items-end {
    justify-items: end
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.flex-1 {
    flex: 1 1
}

.flex-2 {
    flex: 2 2
}

.flex-3 {
    flex: 3 3
}

.flex-auto {
    flex: 1 1 auto
}

.flex-initial {
    flex: 0 1 auto
}

.flex-none {
    flex: none
}

.float-left {
    float: left
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.font-normal {
    font-weight: 400
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 900
}

.hover\:font-bold:hover {
    font-weight: 700
}

.h-0 {
    height: 0
}

.h-1 {
    height: .25rem
}

.h-2 {
    height: .5rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-7 {
    height: 1.75rem
}

.h-8 {
    height: 2rem
}

.h-9 {
    height: 2.25rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-18 {
    height: 4.5rem
}

.h-20 {
    height: 5rem
}

.h-24 {
    height: 6rem
}

.h-48 {
    height: 12rem
}

.h-64 {
    height: 16rem
}

.h-156 {
    height: 156px
}

.h-180 {
    height: 180px
}

.h-184 {
    height: 184px
}

.h-200 {
    height: 200px
}

.h-210 {
    height: 210px
}

.h-315 {
    height: 315px
}

.h-auto {
    height: auto
}

.h-px {
    height: 1px
}

.h-screen {
    height: 100vh
}

.h-0\.5 {
    height: .125rem
}

.text-15 {
    font-size: 15px
}

.text-32 {
    font-size: 32px
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-5xl {
    font-size: 3rem
}

.text-6xl {
    font-size: 4rem
}

.list-none {
    list-style-type: none
}

.m-0 {
    margin: 0
}

.m-2 {
    margin: .5rem
}

.m-3 {
    margin: .75rem
}

.m-4 {
    margin: 1rem
}

.m-5 {
    margin: 1.25rem
}

.m-6 {
    margin: 1.5rem
}

.m-8 {
    margin: 2rem
}

.m-auto {
    margin: auto
}

.-m-2 {
    margin: -.5rem
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.mt-1 {
    margin-top: .25rem
}

.mr-1 {
    margin-right: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mr-3 {
    margin-right: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.ml-3 {
    margin-left: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mr-5 {
    margin-right: 1.25rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.ml-5 {
    margin-left: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.ml-6 {
    margin-left: 1.5rem
}

.mt-7 {
    margin-top: 1.75rem
}

.mb-7 {
    margin-bottom: 1.75rem
}

.mt-8 {
    margin-top: 2rem
}

.mr-8 {
    margin-right: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-8 {
    margin-left: 2rem
}

.mt-9 {
    margin-top: 2.25rem
}

.mb-9 {
    margin-bottom: 2.25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mr-10 {
    margin-right: 2.5rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.ml-10 {
    margin-left: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mr-12 {
    margin-right: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.ml-12 {
    margin-left: 3rem
}

.mt-16 {
    margin-top: 4rem
}

.mb-16 {
    margin-bottom: 4rem
}

.ml-16 {
    margin-left: 4rem
}

.mt-20 {
    margin-top: 5rem
}

.ml-20 {
    margin-left: 5rem
}

.mb-24 {
    margin-bottom: 6rem
}

.mr-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.-mt-1 {
    margin-top: -.25rem
}

.-mb-1 {
    margin-bottom: -.25rem
}

.-mt-2 {
    margin-top: -.5rem
}

.-mb-2 {
    margin-bottom: -.5rem
}

.-ml-2 {
    margin-left: -.5rem
}

.-mt-4 {
    margin-top: -1rem
}

.-mb-4 {
    margin-bottom: -1rem
}

.-ml-4 {
    margin-left: -1rem
}

.-mt-5 {
    margin-top: -1.25rem
}

.-mt-6 {
    margin-top: -1.5rem
}

.-mt-8 {
    margin-top: -2rem
}

.-mt-10 {
    margin-top: -2.5rem
}

.-mr-16 {
    margin-right: -4rem
}

.-mt-20 {
    margin-top: -5rem
}

.-ml-20 {
    margin-left: -5rem
}

.mr-0\.5 {
    margin-right: .125rem
}

.mt-1\.5 {
    margin-top: 6px
}

.mb-2\.5 {
    margin-bottom: .625rem
}

.mt-40px {
    margin-top: 40px
}

.max-h-0 {
    max-height: 0
}

.max-w-2 {
    max-width: .5rem
}

.max-w-4 {
    max-width: 4rem
}

.max-w-5 {
    max-width: 5rem
}

.max-w-6 {
    max-width: 6rem
}

.max-w-8 {
    max-width: 8rem
}

.max-w-12 {
    max-width: 12rem
}

.max-w-13 {
    max-width: 13rem
}

.max-w-16 {
    max-width: 16rem
}

.max-w-17 {
    max-width: 17rem
}

.max-w-18 {
    max-width: 18rem
}

.max-w-20 {
    max-width: 20rem
}

.max-w-24 {
    max-width: 24rem
}

.max-w-32 {
    max-width: 32rem
}

.max-w-40 {
    max-width: 40rem
}

.max-w-48 {
    max-width: 48rem
}

.max-w-80 {
    max-width: 80rem
}

.max-w-380 {
    max-width: 380px
}

.max-w-780 {
    max-width: 780px
}

.max-w-xs {
    max-width: 20rem
}

.max-w-sm {
    max-width: 24rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-screen-md {
    max-width: 768px
}

.min-h-0 {
    min-height: 0
}

.min-h-2 {
    min-height: 2rem
}

.min-h-4 {
    min-height: 4rem
}

.min-h-6 {
    min-height: 6rem
}

.min-h-10 {
    min-height: 10rem
}

.min-h-12 {
    min-height: 12rem
}

.min-h-14 {
    min-height: 14rem
}

.min-h-16 {
    min-height: 16rem
}

.min-h-18 {
    min-height: 18rem
}

.min-h-19 {
    min-height: 19rem
}

.min-h-23 {
    min-height: 23rem
}

.min-h-27 {
    min-height: 27rem
}

.min-h-35 {
    min-height: 35rem
}

.min-h-screen {
    min-height: 100vh
}

.min-h-2\.5 {
    min-height: 2.5rem
}

.min-h-8\.5 {
    min-height: 8.5rem
}

.min-h-80px {
    min-height: 80px
}

.min-w-2 {
    min-width: .5rem
}

.min-w-4 {
    min-width: 4rem
}

.min-w-6 {
    min-width: 6rem
}

.min-w-10 {
    min-width: 10rem
}

.min-w-12 {
    min-width: 12rem
}

.min-w-15 {
    min-width: 15rem
}

.min-w-330 {
    min-width: 330px
}

.min-w-25px {
    min-width: 25px
}

.min-w-38px {
    min-width: 38px
}

.min-w-22px {
    min-width: 22px
}

.opacity-0 {
    opacity: 0
}

.opacity-75 {
    opacity: .75
}

.opacity-80 {
    opacity: .8
}

.opacity-100 {
    opacity: 1
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.active\:outline-yellow:active {
    outline: 3px solid #ffd147;
    outline-offset: 0
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-y-scroll {
    overflow-y: scroll
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-7 {
    padding: 1.75rem
}

.p-8 {
    padding: 2rem
}

.p-9 {
    padding: 2.25rem
}

.p-10 {
    padding: 2.5rem
}

.p-12 {
    padding: 3rem
}

.p-14 {
    padding: 3.5rem
}

.p-1\.5 {
    padding: .375rem
}

.p-10px {
    padding: 10px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.pt-1 {
    padding-top: .25rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pt-2 {
    padding-top: .5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-7 {
    padding-bottom: 1.75rem
}

.pt-8 {
    padding-top: 2rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pt-9 {
    padding-top: 2.25rem
}

.pb-9 {
    padding-bottom: 2.25rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pt-20 {
    padding-top: 5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pt-10px {
    padding-top: 10px
}

.pb-10px {
    padding-bottom: 10px
}

.pb-15px {
    padding-bottom: 15px
}

.pt-50px {
    padding-top: 50px
}

.pb-50px {
    padding-bottom: 50px
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-1 {
    top: .25rem
}

.bottom-1 {
    bottom: .25rem
}

.top-2 {
    top: .5rem
}

.right-2 {
    right: .5rem
}

.top-3 {
    top: .75rem
}

.top-4 {
    top: 1rem
}

.right-4 {
    right: 1rem
}

.bottom-4 {
    bottom: 1rem
}

.left-4 {
    left: 1rem
}

.top-6 {
    top: 1.5rem
}

.top-15 {
    top: 3.75rem
}

.left-52 {
    left: 13rem
}

.-right-16 {
    right: -4rem
}

.-left-16 {
    left: -4rem
}

.-right-13 {
    right: -3.125rem
}

.-right-12 {
    right: -3rem
}

.-left-12 {
    left: -3rem
}

.-bottom-5 {
    bottom: -1.25rem
}

.top-1\/2 {
    top: 50%
}

.resize {
    resize: both
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25)
}

.shadow-none {
    box-shadow: none
}

.shadow-underline {
    box-shadow: 0 -2px #ffd147, 0 4px #0b0c0c
}

.hover\:shadow-page-card:hover {
    box-shadow: 2px -3px 17px rgba(72, 98, 124, .26)
}

.focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-red-450 {
    --text-opacity: 1;
    color: #df2a30;
    color: rgba(223, 42, 48, var(--text-opacity))
}

.text-red-500 {
    --text-opacity: 1;
    color: #ff0707;
    color: rgba(255, 7, 7, var(--text-opacity))
}

.text-red-600 {
    --text-opacity: 1;
    color: #eb0303;
    color: rgba(235, 3, 3, var(--text-opacity))
}

.text-red-700 {
    --text-opacity: 1;
    color: #cf000b;
    color: rgba(207, 0, 11, var(--text-opacity))
}

.text-red-800 {
    --text-opacity: 1;
    color: #b21414;
    color: rgba(178, 20, 20, var(--text-opacity))
}

.text-green-300 {
    --text-opacity: 1;
    color: #078152;
    color: rgba(7, 129, 82, var(--text-opacity))
}

.text-green-500 {
    --text-opacity: 1;
    color: #076725;
    color: rgba(7, 103, 37, var(--text-opacity))
}

.text-primary {
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity))
}

.hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e5e5e5;
    color: rgba(229, 229, 229, var(--text-opacity))
}

.hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #6f777b;
    color: rgba(111, 119, 123, var(--text-opacity))
}

.hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #4d4d4d;
    color: rgba(77, 77, 77, var(--text-opacity))
}

.hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #26292e;
    color: rgba(38, 41, 46, var(--text-opacity))
}

.hover\:text-red-400:hover {
    --text-opacity: 1;
    color: #fd583a;
    color: rgba(253, 88, 58, var(--text-opacity))
}

.hover\:text-blue-375:hover {
    --text-opacity: 1;
    color: #074787;
    color: rgba(7, 71, 135, var(--text-opacity))
}

.hover\:text-blue-450:hover {
    --text-opacity: 1;
    color: #3b5998;
    color: rgba(59, 89, 152, var(--text-opacity))
}

.hover\:text-blue-700:hover {
    --text-opacity: 1;
    color: #0056ac;
    color: rgba(0, 86, 172, var(--text-opacity))
}

.hover\:text-blue-800:hover {
    --text-opacity: 1;
    color: #1d0ebe;
    color: rgba(29, 14, 190, var(--text-opacity))
}

.hover\:text-cyan-500:hover {
    --text-opacity: 1;
    color: #acf2ff;
    color: rgba(172, 242, 255, var(--text-opacity))
}

.hover\:text-primary:hover {
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity))
}

.focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #26292e;
    color: rgba(38, 41, 46, var(--text-opacity))
}

.focus\:text-primary:focus {
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity))
}

.not-italic {
    font-style: normal
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.no-underline {
    text-decoration: none
}

.hover\:underline:hover {
    text-decoration: underline
}

.hover\:no-underline:hover {
    text-decoration: none
}

.align-baseline {
    vertical-align: baseline
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.visible {
    visibility: visible
}

.w-0 {
    width: 0
}

.w-1 {
    width: .25rem
}

.w-2 {
    width: .5rem
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-7 {
    width: 1.75rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-15 {
    width: 3.75rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-32 {
    width: 8rem
}

.w-35 {
    width: 8.75rem
}

.w-40 {
    width: 10rem
}

.w-48 {
    width: 12rem
}

.w-56 {
    width: 14rem
}

.w-64 {
    width: 16rem
}

.w-90 {
    width: 90%
}

.w-96 {
    width: 24rem
}

.w-109 {
    width: 27.25rem
}

.w-200 {
    width: 200px
}

.w-280 {
    width: 280px
}

.w-290 {
    width: 290px
}

.w-300 {
    width: 300px
}

.w-330 {
    width: 330px
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-2\/3 {
    width: 66.666667%
}

.w-1\/4 {
    width: 25%
}

.w-2\/4 {
    width: 50%
}

.w-3\/4 {
    width: 75%
}

.w-2\/5 {
    width: 40%
}

.w-3\/5 {
    width: 60%
}

.w-4\/5 {
    width: 80%
}

.w-4\/6 {
    width: 66.666667%
}

.w-5\/6 {
    width: 83.333333%
}

.w-5\/12 {
    width: 41.666667%
}

.w-8\/12 {
    width: 66.666667%
}

.w-9\/12 {
    width: 75%
}

.w-10\/12 {
    width: 83.333333%
}

.w-11\/12 {
    width: 91.666667%
}

.w-screen {
    width: 100vw
}

.w-3px {
    width: 3px
}

.w-18\.75 {
    width: 7.5rem
}

.w-22px {
    width: 22px
}

.w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.w-7\/50 {
    width: 14%
}

.w-7\/10 {
    width: 70%
}

.w-19\/20 {
    width: 95%
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.z-100 {
    z-index: 100
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-3 {
    grid-column: span 3/span 3
}

.row-span-2 {
    grid-row: span 2/span 2
}

.row-start-1 {
    grid-row-start: 1
}

.row-start-2 {
    grid-row-start: 2
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.origin-left {
    transform-origin: left
}

.scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75
}

.rotate-45 {
    --transform-rotate: 45deg
}

.rotate-90 {
    --transform-rotate: 90deg
}

.rotate-180 {
    --transform-rotate: 180deg
}

.transition-all {
    transition-property: all
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

@-webkit-keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

[data-icon]:before {
    content: attr(data-icon)
}

[class*=" icon-"]:before,
[class^=icon-]:before,
[data-icon]:before {
    font-family: peru !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-feature-settings: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    vertical-align: middle
}

.icon-add2:before {
    content: "a"
}

.icon-add-s:before {
    content: "b"
}

.icon-bold-s:before {
    content: "i"
}

.icon-close:before {
    content: "v"
}

.icon-close2:before {
    content: "w"
}

.icon-close-s:before {
    content: "x"
}

.icon-comment:before {
    content: "A"
}

.icon-comment-s:before {
    content: "B"
}

.icon-edit:before {
    content: "Z"
}

.icon-edit-s:before {
    content: "0"
}

.icon-facebook:before {
    content: "5"
}

.icon-facebook-s:before {
    content: "6"
}

.icon-file:before {
    content: "9"
}

.icon-file-s:before {
    content: "!"
}

.icon-font-s:before {
    content: "$"
}

.icon-home:before {
    content: "+"
}

.icon-home-s:before {
    content: ","
}

.icon-image-s:before {
    content: "/"
}

.icon-important:before {
    content: ":"
}

.icon-important-s:before {
    content: ";"
}

.icon-info:before {
    content: ">"
}

.icon-info-s:before {
    content: "?"
}

.icon-instagram:before {
    content: "^"
}

.icon-instagram-s:before {
    content: "_"
}

.icon-left:before {
    content: "\E000"
}

.icon-left-s:before {
    content: "\E001"
}

.icon-message-s:before {
    content: "\E00F"
}

.icon-news:before {
    content: "\E011"
}

.icon-online:before {
    content: "\E014"
}

.icon-pages:before {
    content: "\E015"
}

.icon-pages-s:before {
    content: "\E016"
}

.icon-phone:before {
    content: "\E01A"
}

.icon-phone-s:before {
    content: "\E01B"
}

.icon-photo:before {
    content: "\E01C"
}

.icon-photo-s:before {
    content: "\E01D"
}

.icon-print:before {
    content: "\E01F"
}

.icon-right:before {
    content: "\E029"
}

.icon-right-s:before {
    content: "\E02A"
}

.icon-search:before {
    content: "\E02B"
}

.icon-search-s:before {
    content: "\E02C"
}

.icon-send:before {
    content: "\E02F"
}

.icon-table-s:before {
    content: "\E03B"
}

.icon-twitter:before {
    content: "\E040"
}

.icon-twitter-s:before {
    content: "\E041"
}

.icon-youtube:before {
    content: "\E051"
}

.icon-youtube-s:before {
    content: "\E052"
}

.icon-estado:before {
    content: "\E05F"
}

.icon-linkedin:before {
    content: "\E061"
}



body,
html {
    font-family: Roboto, sans-serif;
    moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    font-size: 16px;
    --text-opacity: 1;
    color: #26292e;
    color: rgba(38, 41, 46, var(--text-opacity));
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-feature-settings: "pnum";
    font-variant-numeric: proportional-nums;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: calc(100vh + 1px);
    display: flex;
    flex-direction: column
}

h1 {
    font-size: 1.875rem;
    line-height: 2.25rem
}

@media (min-width:768px) {
    h1 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

h2 {
    font-size: 1.5rem;
    line-height: 2rem
}

@media (min-width:768px) {
    h2 {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

h3 {
    font-size: 1rem;
    line-height: 1.38rem
}

@media (min-width:768px) {
    h3 {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

h4 {
    font-size: 1rem
}

h5 {
    font-size: .875rem
}

p {
    margin-bottom: .25rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.28
}

.a,
a {
    --text-opacity: 1;
    color: #0256ac;
    color: rgba(2, 86, 172, var(--text-opacity))
}

.a:hover,
a:hover {
    --text-opacity: 1;
    color: #253c63;
    color: rgba(37, 60, 99, var(--text-opacity))
}

.a.active,
a.active {
    text-decoration: underline;
    --text-opacity: 1;
    color: #1d0ebe;
    color: rgba(29, 14, 190, var(--text-opacity))
}

.w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.btn {
    font-weight: 700;
    padding: 1rem;
    cursor: pointer
}

.btn--primary {
    background-color: #0056ac;
    background-color: rgba(0, 86, 172, var(--bg-opacity));
    cursor: pointer
}

.btn--primary,
.btn--primary:hover {
    --bg-opacity: 1;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.btn--primary:hover {
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity))
}

.btn--primary:disabled {
    --bg-opacity: 1;
    background-color: #dee3ea;
    background-color: rgba(222, 227, 234, var(--bg-opacity));
    --text-opacity: 1;
    color: #6f777b;
    color: rgba(111, 119, 123, var(--text-opacity))
}

.btn--link {
    font-weight: 700;
    align-items: center;
    display: flex;
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity));
    justify-content: flex-end;
    padding: .5rem
}

.btn--link:hover {
    text-decoration: none
}

.btn--pages-button {
    padding: 10px 16px;
    z-index: 10;
    font-weight: 600;
    font-size: 1rem;
    border-radius: .375rem;
    --text-opacity: 1;
    color: #074787;
    color: rgba(7, 71, 135, var(--text-opacity))
}

.btn--pages-button path {
    fill: #074787
}

.btn--pages-button:hover {
    --text-opacity: 1;
    color: #074787;
    color: rgba(7, 71, 135, var(--text-opacity))
}

@supports (transform:scale(0)) {
    .awesomplete>ul {
        transition: .3s cubic-bezier(.4, .2, .5, 1.4);
        transform-origin: 1.43em -.43em
    }

    .awesomplete>ul:empty,
    .awesomplete>ul[hidden] {
        opacity: 0;
        transform: scale(0);
        display: block;
        transition-timing-function: ease
    }
}

html {
    font-size: 100%;
    -webkit-tap-highlight-color: transparent
}

section {
    position: relative
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

p {
    margin-top: 0;
    margin-bottom: 16px
}

.black,
.title-color {
    color: #232323
}

.icon-color {
    color: #3297d3
}

.background {
    background: #f7f7f9
}

.d-inline {
    display: inline !important
}

a.inline:-webkit-any-link {
    text-decoration: none
}

.mb20 {
    margin-bottom: 20px
}

.pt20 {
    padding-top: 20px
}

.center {
    text-align: center
}

li,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

a,
a:hover {
    color: #0056ac
}

a:focus {
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity));
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle;
    max-width: 100%
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
button,
input,
label,
textarea {
    touch-action: manipulation
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    caption-side: bottom
}

caption {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    box-sizing: inherit;
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

input,
textarea {
    resize: none;
    border: 1px solid #999;
    padding: .25rem .75rem;
    width: 100%;
    outline: 0
}

table {
    width: 100%;
    color: #32313a;
    border-radius: 5px;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 23px;
    margin: 40px 0
}

.yield {
    background: #fff;
    flex: 1 0 auto
}

a:hover i {
    text-decoration: none
}

.italic {
    font-style: italic
}

a:focus {
    background-color: none;
    outline: none;
    outline-offset: 0
}

button:focus,
input:focus {
    outline: none;
    outline-offset: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.icon {
    vertical-align: text-bottom
}

.icon--round-background {
    background: #0056ac;
    border-radius: 17px;
    fill: #fff
}

.icon-text {
    display: flex;
    flex-direction: row;
    align-items: center
}

.icon-text--icon-inline {
    align-items: start
}

.icon-text--icon-inline svg {
    margin-top: 2px
}

.icon-text--icon-inline a {
    align-items: start
}

.icon-text .icon {
    flex-shrink: 0
}

.nav-default {
    --bg-opacity: 1;
    background-color: #bf0909;
    background-color: rgba(191, 9, 9, var(--bg-opacity))
}

.nav-default,
.nav-default__wrapper {
    display: flex;
    align-items: center
}

.footer {
    overflow: auto;
    color: #fff;
    padding: 3rem;
    --bg-opacity: 1;
    background-color: #26292e;
    background-color: rgba(38, 41, 46, var(--bg-opacity))
}

@media (max-width:768px) {
    .footer {
        padding: 3rem 1rem
    }
}

.footer .icon-minus:before {
    content: " ";
    width: 1rem;
    display: block;
    height: .25rem;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.footer__link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.25rem;
    margin-bottom: .5rem;
    display: block
}

@media (max-width:768px) {
    .footer__link {
        padding-right: 0;
        margin-bottom: 8pxrem
    }

    .footer__link--visible:not(.footer__link--language) {
        display: flex;
        align-items: center
    }
}

.footer__social-icons {
    display: flex;
    align-items: center
}

.footer__social-icons--correction {
    margin-top: -6px
}

.footer__icons {
    display: flex;
    align-items: center;
    line-height: normal
}

.footer__icons a {
    display: block
}

.footer__icons a:hover {
    text-decoration: none
}

.footer__icon {
    color: #fff;
    font-size: 30px;
    position: relative
}

.footer__icon:active,
.footer__icon:focus,
.footer__icon:hover {
    color: #fff;
    transform: scale(1.1)
}

.footer ul {
    margin-bottom: 0
}

@media (max-width:768px) {
    .footer ul.visible {
        height: auto
    }
}

.footer ul.list-footer li>a:hover {
    text-underline-offset: 3px;
    text-decoration-thickness: 3px
}

.footer ul.list-footer:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    background-color: transparent;
    outline: 2px solid transparent;
    outline-offset: 2px
}

.footer ul.list-footer:focus span {
    text-decoration: none;
    background-color: #ffd147;
    outline: 3px solid #ffd147;
    outline-offset: 0
}